/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*-----
Schriften
-----*/
h1 {
  font-size: 1.7rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.3rem;
}
h5 {
  font-style: 1.2rem;
}
h6 {
  font-style: 1.1rem;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  text-transform: uppercase;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  font-weight: normal;
}
h4 {
  color: #007aff;
  text-transform: uppercase;
}
.seit {
  text-align: right;
  text-transform: uppercase;
  color: #007aff;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 100%;
}
/*-----
Standards 
-----*/
.padding {
  padding: 10px;
  margin: 0px;
}
.padding-top {
  margin-top: 80px;
}
.padding-top-klein {
  margin-top: 20px;
}
.no-padding {
  padding: 0 !important;
  margin: 0;
}
.align-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.seitenbreite, .seitenbreite-container .g-container, .footer-nav.moduletable {
  max-width: 1400px;
  margin: 0 auto;
}
.seitenbreite-container .g-container, .footer .footer, .footer .seitenbreite, .platform-content.container {
  padding: 0 20px !important;
}
.g-grid {
  justify-content: space-between;
}
.align-end {
  align-content: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.align-end #logo-5841-particle {
  padding-bottom: 50px;
}
#logo-1862-particle {
  padding-bottom: 50px;
  padding-top: 20px;
  z-index: 50;
  position: relative;
}
/*---
Header 
---*/
#g-header {
  border-bottom: thin solid #424955;
}
/*-- NAVIGATION --*/
.g-menu-item-title {
  text-transform: uppercase;
}
#g-header .g-main-nav .g-toplevel {
  justify-content: right;
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, #logo-9485-particle {
  padding: 20px 15px;
}
#custom-3616-particle {
  padding: 20px 15px 0;
}
.g-selected a span {
  color: #007aff;
}
#g-header .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent;
}
.logo img {
  max-width: 70px;
}
/*---
Video
--*/
.video-bg {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  max-width: 1400px;
}
.overlay {
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: -50px;
  z-index: 2;
  background: #091222;
  background: linear-gradient(-180deg, #091222 48%, rgba(9, 18, 34, 0) 100%);
}
#headertext {
  padding: 20px;
  margin-top: calc((100% / 1.741 / 1.2) * -1);
  aspect-ratio: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/*---
Buttons
---*/
.button-eigen {
  border: none;
  text-shadow: none;
  box-shadow: none;
  padding: 20px 35px;
  text-transform: uppercase;
  font-weight: bold;
  color: black !important;
  font-size: 0.9rem;
  margin: 5px;
}
.button-eigen:hover {
  opacity: 0.8;
  transition: all ease-in 0.5s;
}
.button-beige-3 {
  background: #dad5c3;
}
.button-beige-1 {
  background: #faf8f1;
}
.button-beige-2 {
  background: #efebdf;
}
/*---
Footer 
---*/
.showcase {
  padding: 5%;
  text-align: center;
  color: black;
}
.showcase h3 {
  color: black !important;
}
#showcase-1-a {
  background: #faf8f1;
}
#showcase-1-b {
  background: #efebdf;
}
#showcase-1-c {
  background: #dad5c3;
}
.showcase div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
/*---
Subfeature 
---*/
#subfeature h1, #subfeature h2, #subfeature h3, #subfeature h4, #subfeature h5, #subfeature h6, #subfeature p, #subfeature strong, #subfeature em {
  color: #dad5c3;
  text-align: center;
}
#subfeature {
  max-width: 850px;
  margin: 80px auto;
}
#subfeature-1-a {
  background: #153ef5;
  color: #dad5c3;
  padding: 4%;
}
#subfeature-1-a h2 {
  color: #dad5c3;
  font-size: 1.7rem;
}
/*---
Footer 
---*/
#g-footer {
  border-top: none;
  width: 100vw;
  padding-top: 5% !important;
}
#g-footer .g-grid:first-child {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
#g-footer .g-main-nav ul li:first-child a {
  padding-left: 0 !important;
}
#footer a, #footer {
  text-transform: uppercase;
}
#footer a, main a {
  color: #007aff;
}
#g-footer .g-main-nav ul li a {
  color: #efebdf;
}
/*---
Responsiv
---*/
@media screen and (max-width: 767px) {
  * {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  #custom-3616-particle {
    display: none;
  }
  .center-grid {
    flex-direction: column;
    display: flex;
    justify-content: center;
  }
  footer .g-block.size-90 {
    flex-basis: 70%;
    max-width: 70%;
    display: flex;
    align-items: flex-end;
  }
  footer .g-block.size-10.align-end {
    flex-basis: 30%;
    max-width: 30%;
  }
  #g-footer .g-grid:first-child {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .size-50 {
    flex: 0 45%;
    width: 50%;
  }
  .size-60 {
    flex: 0 55%;
    width: 60%;
  }
  .size-40 {
    flex: 0 35%;
    width: 40%;
  }
  .center-grid {
    flex-direction: row;
    display: flex;
    justify-content: center;
  }
  #g-subfeature .size-50 {
    flex: 0 50%;
    width: 50%;
  }
  #g-subfeature .size-60 {
    flex: 0 60%;
    width: 60%;
  }
  #g-subfeature .size-40 {
    flex: 0 40%;
    width: 40%;
  }
  #custom-3616-particle {
    margin-bottom: -68px;
    margin-top: 0;
  }
  .g-container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 850px) {
  #g-navigation .g-grid:last-child {
    margin-top: 80px;
  }
}
@media screen and (max-width: 508px) {
  #g-navigation .g-grid:last-child {
    margin-top: 100px;
  }
}
@media screen and (max-width: 358px) {
  #headertext {
    margin-top: calc((100% / 1.741 / 2) * -1);
  }
}
@media screen and (min-width: 612px) {
  #headertext h4 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
/*# sourceMappingURL=custom_13.css.map */