body {
  width: 100%;
  text-align: center;
  background: url('../bilder/matrix_background_1920x1080.svg') repeat;
  background-size: 90%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar {
  max-width: 1200px;
  min-height: 80px;
  font-family: 'Raleway', sans-serif;
  padding-left: 15px;
  padding-right: 15px;
}

.navContainer {
  width: 100%;
}
.navbar-logo {
  width: 100px;
  height: 80%;
}

.navbarBackground {
  position: fixed;
  height: 80px;
  background-color: white;
  width: 100%;
}
.maxWidth1200 {
  max-width: 1200px;
}
.container {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  line-height: 1.35;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
}

.textAlignLeft {
  text-align: left;
}
.boldText {
  font-weight: 700;
}
.pt-80 {
  padding-top: 80px;
}
.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}
.pb-45 {
  padding-bottom: 45px;
}

.mt-65 {
  margin-top: 65px;
}

.mb-20 {
  margin-bottom: 20px;
}

h1 {
  font-size: 48px;
  font-weight: 300;
  color: #292929;
  margin-top: 25px;
}

h2 {
  font-size: 40px;
  font-weight: 300;
  color: #292929;
  margin-top: 25px;
}

h3 {
  font-size: 36px;
  font-weight: 300;
  color: #292929;
  margin-top: 25px;
}

h4 {
  font-size: 30px;
  font-weight: 700;
  color: #292929;
  margin-top: 25px;
}

h5 {
  font-size: 21px;
  font-weight: 400;
  color: #292929;
  margin-top: 25px;
}

p {
  font-size: 21px;
  font-weight: 300;
  color: #292929;
  text-align: justify;
  -moz-text-align-last: center;
  text-align-last: center;
  padding-bottom: 25px;
}

.customBorder {
  height: 2px;
  background-color: #cdcdcd;
  margin-top: 70px;
  margin-bottom: 95px;
}

.imageContainer {
  width:100%;
  display: inline-block;
}
.iFrameVideoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}
.iFrameVideoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headerImage {
  max-width: 100%;
  height: auto;
  margin-top: 50px;
}

.description {
  margin-left: 150px;
  margin-right: 150px;
  text-align: center;
}

.videoloop {
  width: 100%;
  height: auto;
}
.largeDetailImage {
  width: 100%;
}

.location {
  font-family: 'Raleway', sans-serif;
  background-color: #f5f5f5;
}

.centralQuadraticImage {
  width: 37.5%;
}
.smallQuadraticImage {
  width: 20%;
}
.detailImageInRaster {
  width: 100%;
  height: auto;
}
.landscapeSectionHeaderIMG {
  width:90%;
}

.contactIcon {
  margin-top: 30px;
  float: left;
  width: 33.3%;
}
.contactIconImage {
  width: 50px;
}

.contactInfoText {
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  line-height: 50px;
  height: 50px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #292929;
}

.singleContactInfoText {
  font-size: 18px;
  font-weight: 700;
  color: #292929;
  line-height: 50px;
  height: 50px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #292929;
}

.bottomSmallLogo {
  width: 50px;
  margin-top: 30px;
}

.centeredDescription {
  font-size: 24px;
  font-weight: 300;
  color: #292929;
}

#footerSection {
  text-align: left;
  padding-bottom: 100px;
}

.oeffnungszeitenLinks {
  float: left;
  width: 30%;
}

.contactIconSmall {
  float: left;
  width: 20px;
  margin-right: 20px;
}

.belowFooterEmpty {
  height: 200px;
  width: 100%;
  background-color: #999999; /*todo*/
}

/* carousel slider */
.carousel {
  width: 100%;
}
.carousel-control-previous-custom {
  color: black;
  font-size: 40px;
}
.carousel-control-next-custom {
  color: black;
  font-size: 40px;
}
.carousel-inner {
  min-height: 190px;
  width: 70% !important;
  margin: 0px auto;
}
.centeredText {
  text-align: center;
}
.centeredParagraph {
  text-align: center !important;
}
.owl-stage {
  display: flex;
}

.lowerImageRow {
  padding-top: 30px;
}

/* cookie message */
.js_enabled #cookie-message {
  display: none;
}

/* When the screen is less than 991 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 991px) {
  .mt-lg-60 {
    margin-top: 60px;
  }

  .contactInfoText {
    width: 50%;
    font-size: 21px;
  }

  .navbar a:not(:first-child) {display: none;}
  .navbar a.icon {
    float: right;
    display: block;
  }

  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .navbar.responsive {position: relative;}
  .navbar.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navbar.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* When the screen is less than 767 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 767px) {
  .navbar {
    min-height: 60px;
  }
  .navbarBackground {
    height: 60px;
  }
  .headerImage {
    height: 350px;
    object-fit: cover;
  }
  .centralQuadraticImage {
    width: 37.5%;
  }
  .noShowOnPhone {
    display: none !important;
  }
  .contactInfoText {
    width: 60%;
    font-size: 16px;
  }
  .singleContactInfoText {
    width: 60%;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .centralQuadraticImage {
    width: 100%;
  }
  .carousel-control-prev  {
    display: none !important;
  }
  .carousel-control-next {
    display: none !important;
  }
  .carousel-inner {
    width: 90% !important;
  }
  .lowerImageRow {
    padding-top: 0px;
  }
}

.mockup-section {
  padding: 50px 0;
}

.mockup-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.mockup-content h2, .mockup-content h3 {
  margin-top: 30px;
}

.mockup-content p {
  margin-top: 20px;
  line-height: 1.6;
}


.image-placeholder {
  width: 100%;
  height: 400px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #aaa;
}

.text-background {
  background-color: #fff;
  margin-top: 25px;
  margin-bottom: 200px;
}

.svg-placeholder {
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #aaa;
}