.arguslogo {
  width: auto;
  height: 120px; }

.menuBorder {
  border: 2px solid #153067;
  font-family: Raleway, Arial, sans-serif; }

.menuItem {
  color: #f5902c;
  font-weight: 700;
  font-size: 18px; }

.menuFBookLogo {
  padding-top: 1.2rem !important; }

.textAnschrift {
  font-size: 12px;
  opacity: .5;
  line-height: 1; }

.bgStart, .bgLeistungen, .bgPortfolio, .bgKontakt, .bgShop, .bgStripes {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: transparent; }

.bgStart {
  height: 60rem;
  background-image: url("../img/Entwurf-Homepage-Argus-2018_blanco.jpg");
  background-attachment: scroll; }

.bgLeistungen {
  background-image: url("../img/Leistungen_HG.jpg"); }

.bgPortfolio {
  z-index: 1;
  background-attachment: unset; }

.bgKontakt {
  background-image: url("/img/Kontakt.jpg"); }

.bgShop {
  background-image: url("/img/Shop.jpg"); }

.bgStripes {
  background-image: url("/img/diagonalstripe-black.png");
  background-repeat: repeat;
  background-size: unset; }

.containerPortfolio {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  width: 100%;
  height: 1300px; }

.subTitle {
  font-size: 24px;
  line-height: 34px; }

.pt-7 {
  padding-top: 120px; }

.ptTitelbild {
  padding-top: 7.5rem; }

.pb-6 {
  padding-bottom: 80px; }

.formLeistungen {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1340px;
  margin: auto; }

.title {
  font-size: 90px;
  letter-spacing: -4px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 96px;
  margin: 0; }

.mr-n100 {
  margin: 0 -100% 0 0; }

.ml-90 {
  margin-left: 90px; }

.headerLeistungen {
  color: white;
  font-size: 24px;
  font-weight: 500;
  padding-top: 2px;
  padding-bottom: 0;
  margin-bottom: 6px;
  letter-spacing: -1px;
  line-height: 26px; }

.textLeistungen {
  margin-bottom: 0;
  color: white;
  font-family: Raleway, Arial, sans-serif;
  line-height: 1.8;
  font-size: 1.1rem; }

.fPortfolio {
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.headerPortfolio {
  font-size: 48px;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: -1px;
  line-height: 48px; }

.subTitlePortfolio {
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 30px; }

.sectionGeschichte {
  padding-bottom: 120px;
  padding-top: 120px; }

.widthGeschichte {
  max-width: 1340px; }

.subTitleGeschichte {
  font-size: 18px;
  letter-spacing: -1px;
  color: #f5902c; }

.headerGeschichte {
  font-size: 48px;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: -1px;
  line-height: 48px; }

.textGeschichte {
  font-size: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 30px; }

.sectionFooter {
  background: rgba(0, 0, 0, 0.07);
  padding-bottom: 40px;
  padding-top: 80px; }

.paddingFooter {
  padding-top: -30px;
  font-family: Raleway, Arial, sans-serif; }

.w-85 {
  width: 85%; }

.vh-50 {
  height: 50vh !important; }

.vh-35 {
  height: 35vh !important; }

.w-70 {
  width: 70%; }

.titleKontakt {
  font-size: 60px;
  letter-spacing: -1.5px;
  line-height: 60px; }

.subTitleKontakt {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -1px;
  color: #f5902c; }

.subTitleShop {
  font-size: 11px;
  letter-spacing: 3px;
  color: #f5902c;
  display: flex; }

.titleShop {
  font-size: 60px;
  letter-spacing: -1.5px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 60px;
  color: white; }

.headerShop {
  font-size: 90px;
  letter-spacing: -4px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 96px; }

.shopItemImage {
  width: 100px;
  height: 142px;
  border: thin solid grey; }

.shopText {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  padding-top: 10px; }

.btnShop {
  padding: 1.1em 2.5em;
  border: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #153067; }

.overlay {
  font-size: 24px;
  padding-top: 2px;
  padding-bottom: 0;
  letter-spacing: -1px;
  flex-direction: column;
  line-height: 26px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #153067;
  opacity: 0;
  transition: opacity 0.3s; }
  .overlay span {
    color: #f5902c;
    font-size: 11px;
    padding-bottom: 5px;
    letter-spacing: 2px;
    line-height: 16px;
    text-transform: uppercase; }

.box {
  position: relative; }
  .box:hover .overlay {
    opacity: 0.7; }

.row > .column {
  padding: 0 8px; }
.row:after {
  content: "";
  display: table;
  clear: both; }

.overlayLightbox {
  opacity: 0.8;
  background-color: #000;
  z-index: 1040;
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

.myModal {
  display: none;
  position: fixed;
  margin: auto;
  z-index: 1050;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

#modalfooter {
  justify-content: space-between; }

#map {
  height: 100%; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  z-index: 1060;
  border: 10px solid white; }

.closeBtn {
  font-weight: bold;
  z-index: 1060; }
  .closeBtn:hover {
    color: #999;
    text-decoration: none;
    cursor: pointer; }
  .closeBtn:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  user-select: none;
  -webkit-user-select: none; }
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8); }

.prev {
  border-radius: 0 3px 3px 0; }

.next {
  border-radius: 3px 0 0 3px;
  right: 0; }

.numbertext {
  font-size: 12px;
  padding: 8px 12px; }

.active {
  opacity: 1; }

.demo:hover {
  opacity: 1; }

img.hover-shadow {
  transition: 0.3s; }

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.topnav {
  overflow: visible;
  background-color: #ffffff; }
  .topnav a {
    float: left;
    display: block;
    color: #f5902c;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 18px; }

@media screen and (max-width: 991px) {
  .topnav {
    display: none; }
    .topnav a.icon {
      float: none;
      display: block; }

  .topnav.responsive {
    position: fixed; }
    .topnav.responsive a {
      float: none;
      display: block; }

  header .row {
    display: block; }

  #navbarMenu {
    justify-content: center; }

  #anschrift {
    padding: 0 !important;
    justify-content: center !important; }

  #logo {
    float: none; }

  .imgjobs {
    margin-top: 14rem !important; }

  .imgjobs img {
    width: 100% !important;
    height: auto !important; }

  .job_fontlight {
    font-size: 34px !important; }

  .job_fontbold {
    font-size: 42px !important; }

  .job_fontregular {
    font-size: 40px !important;
    margin-bottom: 5px !important; }

  .job_ul {
    line-height: 1.1 !important; }

  ul > li::marker {
    font-size: 3vw !important; }

  .dropdown-menu {
    border: 0 !important; }

  .dropdown-menu-right {
    border: 0 !important; } }
html {
  scroll-behavior: smooth; }

#submitBTN:disabled {
  opacity: 50%;
  background-color: #153067; }

#email {
  display: none; }

.alert-message {
  padding: 15px 15px 15px 0px; }

.alert-message-danger {
  background-color: #ffffff; }

.text-bold {
  font-weight: bold; }

.imgjobs {
  margin-top: 9.5rem; }

.imgjobs img {
  width: 100%;
  height: auto; }

@font-face {
  font-family: MyriadProLight;
  src: url("/css/fonts/myriad/MyriadPro-Light.otf"); }
@font-face {
  font-family: MyriadProLightit;
  src: url("/css/fonts/myriad/XVUMLI+MyriadPro-LightIt.ttf"); }
@font-face {
  font-family: MyriadProBlack;
  src: url("/css/fonts/myriad/XVUMLI+MyriadPro-Black.ttf"); }
@font-face {
  font-family: MyriadProRegular;
  src: url("/css/fonts/myriad/XVUMLI+MyriadPro-Regular.ttf"); }
@font-face {
  font-family: MyriadProSemibold;
  src: url("/css/fonts/myriad/MYRIADPRO-SEMIBOLD.OTF"); }
.job_ul {
  padding-left: 40px;
  line-height: 0.9; }

::marker {
  color: #1e1e1e;
  font-size: 5rem; }

ul > li::marker {
  font-size: 2vw; }

.job_fontlight {
  font-family: "MyriadProLight", serif;
  font-size: 26px; }

.job_fontlightit {
  font-family: "MyriadProLightit", serif; }

.job_fontbold {
  font-family: "MyriadProSemibold", serif;
  font-size: 34px;
  color: #f5902c; }

.job_fontblack {
  font-family: "MyriadProBlack", serif; }

.job_fontregular {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0; }

.job_div {
  width: 1574px;
  justify-content: center;
  display: flex; }

/*# sourceMappingURL=argus.css.map */
