/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v18-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v18-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/roboto-v18-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

h1{
  font-size: 2.27em;
  line-height:1.3em;
  font-weight: 700;
  margin-bottom:1em;
}

h2{
  font-size:1.444em;
  line-height:1.555em;
  font-weight:700;
}

h3{
  font-size: inherit;
  line-height: inherit;
  font-weight:700;
  position: relative;
  padding-left:50px;
}

h3:before{
  content:"+";
  background-color: black;
  position: absolute;
  left:0;
  right:0;
  padding-top:.05em;
  text-align: center;
  color:white;
  width:1.94em;
  height:1.94em;
}
.is-style-full-width figure{
    padding: 15px;
    margin: 15px;
    width: 100%;
    }

.is-style-full-width img {
    width: 100%;
    height: auto;
    display: block;
}


.swiper-button-prev, .swiper-button-next{
  color:#1d3d59 !important;
}

.swiper-pagination-bullet{
  background-color:#1d3d59 !important;
}

.swiper-pagination-bullet-active{
  background-color:#ec6244 !important;
}

button{
  background-color:#1d3d59 !important;
}

.container{
  width:100% !important;
}

.has-no-padding{
  padding:0 !important;
}

button:hover{
  background-color:#ec6244 !important;
}

.wpforms-container{
  margin:0 !important;
}

.active h3:before{
  content:"-";
  background-color: #f8d200;
}

h3:hover::before{
  background-color: #f8d200;  
}

.active h3:hover::before{
  background-color: black;  
}

.menu_title a{
  color:white !important;
}

h1, h2, h3, h4, h5, h6{
  color:#ec6244;
}

hr{
  margin:100px 0;
}

body{
	font-family:'Roboto', 'Arial';
  font-size: 18px;
  line-height:1.8em;
}

.alignleft{
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}

.alignright{
	float:right;
	margin-left: 10px;
	margin-bottom:10px;
}

.alignnone{
	display:block;
	margin-top: 10px;
	margin-bottom:10px;
}

.aligncenter{
	margin:10px auto;
	display:block;
}

.centered-text{
  text-align: center;
}

.logo img{
	max-width:220px;
	height:auto;
	margin-top:25px;
  transition:all 1s;
}

.active .logo img{
  max-width:200px;
  transition:all 1s;
}
.wp-block-group{
  padding:15px;
}

.sticky-top .container{
  padding-left:30px;
  padding-right:30px;
}



.calltoaction, #mainSlider, .container, .container-fluid{
margin-bottom:5.45em;
}

#mainSlider{
  max-height:calc(100% - 300px);
  overflow:hidden;
}

.carousel-item,  .carousel-item-next, .carousel-item-left{
  max-height:100%;
  height:40vw !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-text{
  color:white;
  position:absolute;
  z-index:200;
  top:30%;
  left:200px;
  width:50%;
  height:100%;
}

.slide-text-1{
  font-size:1.5vw;
  line-height:2vw;
}

.slide-text-2{
  font-size:3vw;
  line-height:4vw;
  font-weight: 700;
}

 .baseline{
  width:100%;
  background-color: #ec6244;
  text-align: center;
  position:fixed;
  bottom:0;
  border-top:2px solid white;
 }

 .baseline a{
  color:white;
  margin:0 10px;
  padding:10px;
  display: inline-block;
  text-decoration: none;
 }

  .baseline a:hover{
    background-color: white;
    color: #ec6244 ;
  }
  #mainSlider{display:none;}

 @media (min-width:992px){
  #mainSlider{display:block;}
  .sbi{display: none;}
  .baseline{display:none;}
 }

 video{
  width:100%;
  height:auto;
  position:absolute;
  z-index:95;
 }



.calltoaction{
  text-align:center;
}

.flex-center-vertically {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.calltoaction h1{
  color:white;
  font-size:1em;
}

.calltoaction .container, .calltoaction .row{
  height:100%;
  margin-bottom:0;
}

.calltoaction a{
  background-color: white;
  color:black;
  padding:10px 30px;
  font-weight: 700;
  font-size:1.3em;
  max-width:400px;
  margin:0 auto;
}

.calltoaction a:hover{
  background-color: black;
  color:white;
  text-decoration: none;
}

header {
  background-color: white;
  padding:5px;
}

header .container{
  margin-bottom:1em;
}

.main-nav{
  position: relative;
}

.main-nav ul{
  position: absolute;
  bottom:10px;
  right:15px;
  margin-bottom: 0;
}

.main-nav li{
	display:inline-block;
  margin-left:20px;
  position:relative;
}

.main-nav li ul{
  display: none;
  position:absolute;
  top:100%;
  left:-70px;
  z-index:100;
  height:auto;
  padding-top:20px;
}

.main-nav li ul li{
  display:block;
  background-color: white; 
  width:350px;
  padding:10px;
  border-bottom:1px solid #444f53;
}


.main-nav li ul li:last-child{
  border: 0;
}

.main-nav li:hover ul{
  display:block;
}

.main-nav a{
  color:#1d3d59;
  font-weight:700;
  text-decoration: none;
}

.main-nav a:hover, .main-nav a:swiper-pagination-bullet-active{
  color: #ec6244;
}


.footer-main-nav a{
  color:white;
}

.footer-main-nav > div > ul{
  list-style-type: none;
  padding-left:0;
}


.footer-main-nav > div > ul > li ul{
  list-style-type: none;
  padding-left: 0;
}
footer{
  border:1px solid #1d3d59;
}
footer .row > div{
  margin-bottom:50px;
}

footer a{
  color:white;
  text-decoration: underline;
}

footer a:hover{
  color:white;
}

.footer-main-nav > div > ul >li{
  font-size: .9em;
  margin-bottom:5px;
  line-height: 1.3em
}


#menu-footer-menu{
  margin-top:20px;
  padding-left:0;
}

#menu-footer-menu li{
  list-style-type: none;
}

#menu-footer-menu a{
  color:white;
}

.bigimage{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width:100%;
}


.bigimage .container{ 
    padding: 100px;
    }

.bigimage.full-height{
  height:150px;
}


.bigimage.half-height{
  height:250px;
}

.subjects{
  margin-bottom:2.73em !important;
}

.subject img{
  width: 100%;
}

.subject h2{
  margin-top:42px;
}

.subject p{
  font-size:0.818em;
  line-height: 1.556em; 
  color:#444f53; 
}

.subject a{
  font-size: 1.112em;
  display:inline-block;
  padding:5px 10px;
  background-color: #000000;
  color:white;
  font-weight:700;
  text-decoration: none;
}

.subject{
  margin-bottom:50px;
}

.subject a:hover{
  background-color: #ec6244; 
}

.special{
  border-bottom:1px solid #444f53;
  margin-bottom:10px;
   padding-bottom:6px;
   color: #444f53;
}

.special h3{
  cursor:pointer;
}

.special .hide{
  overflow:hidden;
  padding-bottom:20px;
}
.special p{
  padding-top:20px;
}

.special a{
  text-decoration: underline;
  color:inherit;
}

.referenzen img{
  width:100%;
  margin-bottom:30px;
}

.referenzen .row{
  margin-bottom:-30px;
}

footer{
  font-size: 1rem;
  line-height: 1.6rem;
  color:white;
  background-color: #1d3d59;
  padding-top: 5.45em;
}

@media (max-width:991px){
	
.logo img{
width:100%;
}	
}

@media (min-width:440px){
  .bigimage.full-height{
    height:300px;
  }

  .bigimage.half-height{
    height:200px;
  }
}

@media (min-width:800px){
  .bigimage.full-height{
    height:500px;
  }

  .bigimage.half-height{
    height:250px;
  }
}

@media (min-width:800px){
  .bigimage.full-height{
    height:600px;
  }

  .bigimage.half-height{
    height:300px;
  }

  .calltoaction h1{
  font-size: 2.27em;
}

@media (min-width:1200px){
  .bigimage.full-height{
    height:800px;
  }

  .bigimage.half-height{
    height:400px;
  }

  
}

/* Editor-Farben im Frontend anwenden */

/* Schwarz Overlay */
.image-layer.has-black-overlay::before {
    background-color: rgba(0, 0, 0, 0.5); /* Schwarz Overlay */
}

/* Koralle Overlay */
.image-layer.has-coral-overlay::before {
    background-color: rgba(236, 98, 68, 0.5); /* Koralle Overlay */
}

/* Dunkelblau Overlay */
.image-layer.has-dark-blue-overlay::before {
    background-color: rgba(29, 61, 89, 0.5); /* Dunkelblau Overlay */
}

/* Weiß Overlay */
.image-layer.has-white-overlay::before {
    background-color: rgba(255, 255, 255, 0.5); /* Weiß Overlay */
}

.has-white-color {
    color: #ffffff;
}

.has-black-color {
    color: #000000;
}

.has-coral-color {
    color: #ec6244;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70
.has-dark-blue-color {
    color: #1d3d59;
}

/* Hintergrundfarben */
.has-white-background-color {
    background-color: #ffffff;
}

.has-black-background-color {
    background-color: #000000;
}

.has-coral-background-color {
    background-color: #ec6244;
}
.has-dark-blue-background-color {
    background-color: #1d3d59;
}


/* Standardgröße (mobile first) */
.wp-block-group .wp-block-group__inner-container , .editor-block-list__block, .footer-inlay, .wp-block-cover__inner-container{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding:50px 15px;
}


/* Größere Bildschirme */
@media (min-width: 576px) {
  .wp-block-group .wp-block-group__inner-container, .editor-block-list__block, .footer-inlay, .wp-block-cover__inner-container{
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wp-block-group .wp-block-group__inner-container, .editor-block-list__block, .footer-inlay, .wp-block-cover__inner-container{
    max-width: 720px;
  padding:100px 15px;
  }
}

@media (min-width: 992px) {
  .wp-block-group .wp-block-group__inner-container, .editor-block-list__block, .footer-inlay, .wp-block-cover__inner-container{
    max-width: 960px;
  }


blockquote h2{
    font-size:2.5em;
}
}

@media (min-width: 1200px) {
  .wp-block-group .wp-block-group__inner-container, .editor-block-list__block, .footer-inlay, .wp-block-cover__inner-container{
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .wp-block-group .wp-block-group__inner-container, .editor-block-list__block, .footer-inlay, .wp-block-cover__inner-container{
    //max-width: 1320px;
  }
}




