/*VARIABLEN-DEFINITION*/
:root {
  --primaryColor: #4c9ccc;
  --secondaryColor: #181818;  
  --additionalColor: #f1f3f6;
  --additionalColorDarker: #dbdbdb;
  --rootFontSize: 20px;
  --rootFontColor: #181818;
  --headingFontColor: #181818;
  --rootFontFamily:  Kanit, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --secondFontFamily:  Kanit, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}


@-webkit-keyframes pulsating {
    0% {
       transform: scale(1);
    }
    25% {
      transform: scale(1.05);
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.05);
    }
    100% {
     transform: scale(1);
    }
}
@keyframes pulsating {
    0% {
       transform: scale(1);
    }
    25% {
      transform: scale(1.05);
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(1.05);
    }
    100% {
     transform: scale(1);
    }
}


body {
    color: var(--rootFontColor);
    font-family:var(--rootFontFamily);
    font-size:var(--rootFontSize);
    font-weight:200;
}

body #page {
    background:var(--additionalColor);
}
body #page::before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#ffffff;
    width:100%;
    height:70px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4, h1 a, h2 a, h3 a, h4 a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, .h1 a, .h2 a, .h3 a, .h4 a .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover  {
   line-height: 1;
   font-weight: 500;
   margin-bottom: .5em;
   color: var(--secondaryColor);
}

h1, .h1 {
    font-size: 68px;
}
h2, .h2 {
    font-size: 52px;
}
h3, .h3 {
    font-size: 38px;
}
h4, .h4 {
    font-size: 26px;
}

p, li{
    line-height: 1.3;
}

a, a:hover {
    color: var(--rootFontColor);
}

.p-text-small {
    font-size: .8em;
} 

.p-text-large {
    font-size: 1.5em;
}
.p-text-extra-large {
    font-size: 32px;
    line-height: 1;
}

b, strong, b a, strong a {
    font-weight: 500;
} 

p, span, li {
    word-break: break-word;
    word-wrap: break-word;
    word-spacing: normal;
    -moz-hyphens: auto;
    hyphens: auto;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn-link:hover,.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}

.span-bg-green, .span-bg-green-first-letter-bold {
    color:#FFFFFF;
    background-color: var(--primaryColor);
    margin-bottom: .1em;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.3;
    display: inline-block;
}
.span-bg-green-first-letter-bold::first-letter {
    font-weight:500;
}

img {
  max-width: 100%;
}

.align-left {text-align:left;}
.align-right {text-align:right;}
.align-center {text-align:center;}
.align-justify {text-align:justify;}

.Link-Style-Invisible:hover,
.Link-Style-Invisible {
    text-decoration: none !important;
}

.Link-Button-1 {
    display: inline-block;
    padding: 10px 60px;
    background: var(--primaryColor);
    border-radius: 24px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
    /*border: 2px solid var(--primaryColor);*/
	color: #ffffff;
}

.Link-Button-1:hover {
    color: #FFFFFF;
    text-decoration:none;
    background: transparent;
   transition: color .3s linear, background .3s linear;  /* */ 
}

.Link-Button-2 {
    display: inline-block;
    padding: 10px 60px;
    border: 1px solid  var(--primaryColor);
    color: var(--primaryColor);
    border-radius: 24px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden; 
    text-decoration: none !important;
}
.Link-Button-2:hover {
    color: var(--primaryColor);
    text-decoration:underline;
}
.Link-Button-3 {
    display: inline-block;
    padding: 10px 60px;
    background: #ffffff;
    color: var(--rootFontColor);
    border-radius: 24px;
    line-height: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
}
.Link-Button-3:hover {
    text-decoration:underline !important;
    background: var(--secondaryColor);
    color: #FFFFFF;
}
.frame-custom-115 .Link-Button-3 {
    background: var(--additionalColor);
}
.frame-custom-115 .Link-Button-3:hover {
    background: var(--secondaryColor);
}
.Link-Telefon-Icon, .Link-Mail-Icon {
    padding: 0 0 0 40px;
    position: relative;
    text-decoration: none !important;
}
.Link-Telefon-Icon:hover, .Link-Mail-Icon:hover {

}
.Link-Telefon-Icon::before, .Link-Mail-Icon::before {
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    left: 5px; 
    top: 2px;
}
.Link-Telefon-Icon::before {
    content:"\f879";   
}
.Link-Mail-Icon::before {
    content:"\f0e0";   
}

.Link-Button-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: var(--secondaryColor);
    opacity: 0.5;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -9deg) translate3d(-1em, 1.4em, 0);
    transform: rotate3d(0, 0, 1, -9deg) translate3d(-1em, 1.4em, 0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, background-color 0.5s;
    transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
}
.Link-Button-1:hover::after {
    opacity: 1;
    background-color: #000000;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

ol, ul, dl {
    padding-left: 20px;
}

.ul-style-2 {
    padding-left: 0;
}
.ul-style-2 li {
    font-size:.9em;
    opacity:.8;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ededed;
    list-style: none;
    font-weight: 400;
}
.ul-style-2 li:last-of-type {
    border:none;
}
.ul-style-2 li::marker {
}

span.span-subheader {
    display: block;
    font-size: .5em;
    font-weight: 600;
    padding-top: .15em;
}


/* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 5em; }
    .frame-space-before-extra-large { margin-top: 7em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 5em; }
    .frame-space-after-extra-large { margin-bottom: 7em; }

video {max-width:100%;}

.content.default {
    padding-top: 60px;
}

.content p a {
    text-decoration:underline;
}

.row {
    margin-right: -30px;
    margin-left: -30px;
}
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog , .content > .frame.frame-layout-3 > .frame.gridWrap > .row, .content > .frame.frame-layout-3 > .ce-container > .frame .row {
/*.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog  { */
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.gridWrap.frame-layout-0 .row {
    padding-right: 0;
    padding-left: 0;
}

.ce-gallery figure {
  margin: 0 auto;
}
/*
.ce-gallery img {
  min-height: 56px;
  min-width: 56px;
} */
.ce-intext.ce-left .ce-gallery {
  margin-right: 30px;
}

.ce-gallery figcaption {
  font-size:.8em;
}

.frame-custom-100 {
    background-color: #000000
}
.frame-custom-105 {
    background-color: var(--secondaryColor);
    padding-top: 1px;
    padding-bottom: 1px;
}
.frame-custom-110 {
    background-color: var(--additionalColor);
    padding-top: 1px;
    padding-bottom: 1px;
}
.frame-custom-112 {
    background-color: var(--additionalColorDarker);
    padding-top: 1px;
    padding-bottom: 1px;
}
.frame-custom-115 {
    background-color: #ffffff;
}
.frame-custom-120 {
    background: linear-gradient(90deg,rgba(12, 23, 41, 1) 0%, rgba(31, 61, 87, 1) 40%, rgba(12, 23, 41, 1) 100%);
    padding-top: 1px;
    padding-bottom: 1px;
}
.frame-custom-100, .frame-custom-105, .frame-custom-110, .frame-custom-115 {
    /**/
    padding-top: 0.1px;
    padding-bottom: 0.1px;
    
}

.frame-custom-100 *, .frame-custom-105 *, .frame-custom-120 *, .frame-custom-100 *:hover, .frame-custom-105 *:hover, .frame-custom-120 *:hover{
    color:#FFFFFF;
    border-color: #fff;
}


.frame-layout-1 .ce-gallery, .frame-layout-2 .ce-gallery {
    min-width: 90px;
}
.frame-layout-1 .ce-above .ce-gallery, .frame-layout-2 .ce-above .ce-gallery {
    margin-bottom:15px;
}
.frame-layout-1 .ce-gallery .ce-inner,  .frame-layout-1 .ce-left .ce-gallery .ce-column, .frame-layout-2 .ce-gallery figure{
    border-radius: 50%;
    padding: 15px;
    min-width: 90px;
}
.frame-layout-2 .ce-gallery .ce-column{
    min-width: 90px;
}
.frame-layout-1 .ce-gallery .ce-inner, .frame-layout-1 .ce-left .ce-gallery .ce-column{
    background:#f7f7f7;
}
.frame-layout-2 .ce-gallery figure{
    background: #fff;
}
.frame-layout-1 .ce-gallery img, .frame-layout-2 .ce-gallery img{
    margin: 0 auto;
}

.frame-layout-1 .ce-textpic.ce-left, .frame-layout-2 .ce-textpic.ce-left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.content .frame-layout-3 > * {
    max-width: 1920px !important;
    padding-right: 0px;
    padding-left: 0px;
}
.content .frame-layout-3 .ce-gallery {
    margin-bottom: 0;
}

.frame-layout-10 {
    height: 100%;
}
.frame-layout-10 > *{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.frame-layout-15 {
    padding:30px;
}

.frame-layout-15 .ce-text p:last-of-type {
    margin-bottom:0;
}



.frame-layout-210 > .row  {
   margin:0;
}
.frame-layout-210 > .row > div[class^="col-"], .frame-layout-210 > .row > div[class^="ce-col"]  {
    padding:0;
}




.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-right: 30px;
    padding-left: 30px;
    position:relative;
}

.ce-above .ce-gallery {
  margin-bottom: 30px;
}
.ce-below .ce-gallery {
  margin-top: 30px;
}


/*Fullscreen video*/
.custom-video.video-fullscreen {
    min-height: calc(100vh - 146px);
}
.custom-video.video-fullscreen .video-embed {
    max-width:100%;
    padding-right: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.custom-video.video-fullscreen .video-embed video{
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.custom-video.video-fullscreen .video-embed .container{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.custom-video.video-fullscreen .video-embed .container .image {
    margin-bottom: 60px;
}
.custom-video.video-fullscreen .video-embed .container .text{
    max-width:750px;
}
.custom-video.video-fullscreen .video-embed .container .text *{
    color: #ffffff;
}
.custom-video.video-fullscreen .video-embed .container .text .Link-Button-1{
    color: var(--rootFontColor);
}
.custom-video.video-fullscreen .video-embed .container .text .Link-Button-2{
    color: var(--primaryColor);
}
.custom-video.video-fullscreen .video-embed .container .text .Link-Button-1:hover, .custom-video.video-fullscreen .video-embed .container .text .Link-Button-2:hover{
    color: #ffffff;
}

/*Video text bottom*/
.custom-video.video-text-bottom {
      height: 100%;
}
.custom-video.video-text-bottom video{
      width: 100%;
}
.custom-video.video-text-bottom .video{
    position:relative;
}
.custom-video.video-text-bottom .video:after{
    content:"";
    height: 50%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left:0;
    z-index:1;
}
.custom-video.video-text-bottom.bgColor1{
    background: #070c0f;
}
.custom-video.video-text-bottom.bgColor2{
    background: #464945;
}
.custom-video.video-text-bottom.bgColor3{
    background: #225760;
}
.custom-video.video-text-bottom.bgColor1 .video:after{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#050c15),color-stop(65%,#070c0f),to(rgba(6,22,35,0)));
    background-image: linear-gradient(to top,#050c15,#070c0f 5%,rgba(6,22,35,0));
}
.custom-video.video-text-bottom.bgColor2 .video:after{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#464945),color-stop(65%,#464945),to(rgba(70,73,69,0)));
background-image: linear-gradient(to top,#464945,#464945 5%,rgba(70,73,69,0));
}
.custom-video.video-text-bottom.bgColor3 .video:after{
    background-image: -webkit-gradient(linear,left bottom,left top,from(#225760),color-stop(65%,#225a60),to(rgba(34,88,97,0)));
    background-image: linear-gradient(to top,#225760,#225a60 5%,rgba(34,88,97,0));
}
.custom-video.video-text-bottom .text{
    padding:30px 0;
    position: relative;
    z-index:2;
}
.custom-video.video-text-bottom .text *{
    color:#FFFFFF;
}

/*Custom Video video-image-text-overlay*/
.video-image-text-overlay {
    position:relative;
}
.video-image-text-overlay .video-image{
    position: relative;
    z-index: 1;
    opacity:1;
}      
.video-image-text-overlay .video-image.play{
    position: absolute;
    z-index: -1;
    opacity:0;
    transform: translateY(-100%);
    transition: opacity .2s linear, transform .1s .2s linear;
}

.video-image-text-overlay .video-image .title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding: 0 90px;
    max-width: 1920px;
    width: 100%;
}
.video-image-text-overlay .video-image .title span{
    font-size: 80px;
    font-weight: 500;
    line-height: 1;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-bottom: 30px;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
}
.video-image-text-overlay .video-image .title button{
    position:relative;
    height: 130px;
    width: 130px;
    background: 0 0;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    opacity: 1;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    z-index: 1;
}
.video-image-text-overlay .video-image .title button svg{
    left: 50%;
    top: 50%;
    position: absolute;
    width: 45px;
    -webkit-transform: translate(-40%,-50%);
    transform: translate(-40%,-50%);
}

.video-image-text-overlay .video-image:hover{
    cursor: pointer;
}
.video-image-text-overlay .video-image:hover .title::after{
    transform: scale(1.1);
    box-shadow: 0 0 16px #000;
    transition: all .3s linear;
}
.video-image-text-overlay .video-embed{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.video-image-text-overlay .video-embed video{
    width: 100%;
    margin-bottom: -10px;
} 
.video-image-text-overlay .video-embed.play{
    position: relative;
    left: 0;
    transform: none;
}

/*image text overlay bottom*/
.image-text-overlay-bottom {
    position:relative;
    overflow:hidden;
}
.image-text-overlay-bottom img {
    transition: transform .35s ease-in-out;
}
.image-text-overlay-bottom:hover img {
    transform: scale(1.1);
    transition: transform .35s ease-in-out;
}
.image-text-overlay-bottom .image-text-overlay-bottom-text {
    position:absolute;
    bottom:0; 
    padding:30px;
}
/*
.image-text-overlay-bottom .image-text-overlay-bottom-text:after {
    content:"";
    position:absolute;
    bottom: 0;
    left:0;
    height:130%;
    width:100%;
    z-index:1;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#ededed),color-stop(40%,#ededed),to(rgba(237,237,237,0)));
    background-image: linear-gradient(to top,#ededed,#ededed 40%,rgba(237,237,237,0));
}
.image-text-overlay-bottom .image-text-overlay-bottom-text * {
    z-index:2;
    position: relative;
}
.image-text-overlay-bottom.textColorWhite .image-text-overlay-bottom-text:after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(59,59,64,0)),color-stop(23%,rgba(47,48,53,.7)),color-stop(52%,rgba(34,34,40,.99)),to(#232429));
    background-image: linear-gradient(to bottom,rgba(59,59,64,0),rgba(47,48,53,.7) 23%,rgba(36, 36, 36, 0.99) 52%,#262626);
} */
.image-text-overlay-bottom .image-text-overlay-bottom-text * {
    z-index:2;
    position: relative;
}
.image-text-overlay-bottom:after {
    content:"";
    position:absolute;
    bottom: 0;
    left:0;
    height:50%;
    width:100%;
    z-index:1;
    background-image: -webkit-gradient(linear,left bottom,left top,from(#ededed),color-stop(40%,#ededed),to(rgba(237,237,237,0)));
    background-image: linear-gradient(to top,#ededed,#ededed 40%,rgba(237,237,237,0));
}
.image-text-overlay-bottom.textColorWhite:after {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(59,59,64,0)),color-stop(23%,rgba(47,48,53,.7)),color-stop(52%,rgba(34,34,40,.99)),to(#232429));
    background-image: linear-gradient(to bottom,rgba(59,59,64,0),rgba(47,48,53,.7) 23%,rgba(36, 36, 36, 0.99) 52%,#262626);
}

.image-text-overlay-bottom .image-text-overlay-bottom-text *{
    color: var(--rootFontColor);
}
.image-text-overlay-bottom.textColorWhite .image-text-overlay-bottom-text *{
    color: #ffffff;
}


#header {
    background:#ffffff;
}

#header .navbar-brand {
  padding: 13px 0;
}

#header .navbar-brand img {
  height: 44px;
}
/*
#header .navbar-brand svg{
  height: 34px;
  fill: #fff;
  margin-right: 30px;
  transition: all .2s linear;
}       */

#header .main-navbar-01{
  padding:0;
}

#header .main-navbar-01 .navbar-nav{
  padding:30px 0 0;
}

#header .main-navbar-01 .navbar-nav > li {
  padding:0;
  border-bottom: 1px solid #393939; 
}
#header .main-navbar-01 .navbar-nav > li.dropdown::after {
  content:url(../images/nav-chevron-mobile.png);
  width:29px;
  height:20px;
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  transform: rotate(0deg);
  transition: .1s transform linear;
}
#header .main-navbar-01 .navbar-nav > li.dropdown.show::after {
  transform: rotate(180deg);
  transition: .1s transform linear;
}
#header .main-navbar-01 .navbar-nav > li.dropdown a::after {
  display:none;
}

#header .main-navbar-01 .navbar-nav > li > a {
    font-weight:400;
    line-height: 1;
    padding:15px 0;
    z-index: 1;
    position: relative;
    color: var(--rootFontColor);
}
#header .main-navbar-01 .navbar-nav > li.active > a {
    text-decoration: underline;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: none;
  padding-top: 0;
  background: transparent;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a {
    padding-left:30px;
    /* color: #fff; */
} 
#header .main-navbar-01 .navbar-nav .dropdown-menu > li.active > a {
    text-decoration: underline;
}


/* Burger/Kreuz */
      .navbar-toggler {
          position:absolute;
          width:50px;
          height:50px; 
          z-index: 99;
          border:none;
          right: 0;
          top: -54px;
      }
      .navbar-toggler:focus {
          outline:none;
      }
      
      .navbar-toggler .icon-bar{
          transition: all .3s;
          z-index: 99;
          width: 34px;
          height: 4px;
          background-color: var(--primaryColor);
          border-radius: 2px;
      }
      
      .navbar-toggler[aria-expanded="true"] .icon-bar{
          transition: all .3s;
          z-index: 99;
      }
      
      .navbar-toggler .icon-bar-1{     
          position: absolute;
          top: 12px;
          left:8px;   
      }
      
      .navbar-toggler[aria-expanded="true"] .icon-bar-1{    
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
          z-index: 99;  
          position: absolute;   
          top: 22px;   
      } 
      
      .navbar-toggler .icon-bar + .icon-bar {margin-top: 0px !important;}
      
      .navbar-toggler .icon-bar-2 {
          position: absolute;
          left:8px;
          top: 22px;
          opacity: 1;
          margin-top:0 !important;
      }
      
      .navbar-toggler[aria-expanded="true"] .icon-bar-2 {  
          opacity: 0;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -webkit-transform: rotate(45deg); 
          transform: rotate(45deg);
          z-index: 99;  
          position: absolute;
          left:20px;
          transition: all .3s;
      }
      
            
      .navbar-toggler .icon-bar-3{    
          position: absolute;
          left:8px;
          top:32px;   
      } 
      
      .navbar-toggler[aria-expanded="true"] .icon-bar-3{    
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); 
          transform: rotate(-45deg);
          z-index: 99; 
          top:22px;  
      }
      
/* Burger/Kreuz END */



/*HeaderImage*/
.image-textoverlay {
    position: relative;
}
.image-textoverlay img{
    width:100%;
}

.image-textoverlay .image-textoverlay-text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    color: #ffffff !important;
    width: 100%;
}
.image-textoverlay.leftCenter .image-textoverlay-text {
    top: 50%;
    transform: translate(-50%,-50%);
}
.image-textoverlay.leftTop .image-textoverlay-text {
    top: 10%;
}
.image-textoverlay.topCenter .image-textoverlay-text {
    top: 10%;
}
.image-textoverlay.topCenter .image-textoverlay-text *{
    margin:0 auto;
    max-width:100%;
}
.image-textoverlay .image-textoverlay-text *{
    color: #ffffff !important;
    border-color: #fff;
    text-shadow: 0px 0px 4px #000;
} 
.image-textoverlay .image-textoverlay-text .Link-Button-1{
    text-shadow: none;
}
.image-textoverlay .image-textoverlay-text .Link-Button-1:hover{
    color: #ffffff !important;
}

.image-textoverlay.textColorWhite .image-textoverlay-text *{
    text-shadow: 0px 0px 20px #000;
}
.image-textoverlay .image-textoverlay-text a{
    color: #ffffff;
}
.image-textoverlay .image-textoverlay-text .p-text-large {
    font-size: 68px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 500;
}
.image-textoverlay.textAlignmentRight .image-textoverlay-text {
    position: absolute;
    top: 50%;
    left: 63%;
    transform: translate(0,-30%);
    width: 35%;
}
.image-textoverlay.textColorSecondary  .image-textoverlay-text, .image-textoverlay.textColorSecondary  .image-textoverlay-text * {
    color: var(--secondaryColor) !important;
}

.image-textoverlay.image-textoverlay-rangeslider .image-textoverlay-text {
    top: 40%;
}

.image-textoverlay-with-pagetitle {
    margin-bottom:90px;
}
.image-textoverlay-with-pagetitle .image-textoverlay-title {
    position:absolute;
    bottom: 0;
    transform: translateY(50%);  
}
.image-textoverlay-with-pagetitle .image-textoverlay-title span {
    background: var(--primaryColor);
    color:#ffffff;
    line-height: 1;
    padding: 5px 30px 30px 30px;
    display: block;
    position: relative;
    margin-bottom: 0;
}
.image-textoverlay-with-pagetitle .image-textoverlay-title::before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  transform: translateY(-50%) skewY(3deg);
  background-color: var(--primaryColor);
}


/*CTA-Box*/
.cta-box {
    background:url(../images/cta-box-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 5em;
    padding-bottom: 5em;
}

.cta-box *{
    color:#FFFFFF; 
}
/* .cta-box .Link-Button-1{ */
    /* color:var(--rootFontColor); */
/* } */
.cta-box .Link-Button-1.pulsating{
    -webkit-animation-name: pulsating;  /* Chrome, Safari, Opera */
    -webkit-animation-duration: 1.0s;  /* Chrome, Safari, Opera */
    animation-name: pulsating;
    animation-duration: 1.0s;
}
.cta-box .Link-Button-1:hover{
    color:#FFFFFF;
}


/*content slider*/
.swiper-content-slider-three-cols-wrapper {
    position: relative;
    padding-right: 60px !important;
padding-left: 60px !important;
}
.gridWrap .frame .swiper-content-slider-three-cols-wrapper {
    margin-right: -30px;
    margin-left: -30px;
}
.content-slider-three-cols {
    overflow: hidden;
}
.content-slider-three-cols .item-container {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  border-radius: 16px;
  height: 100%;
  overflow: hidden;
  padding: 250px 30px 30px;
  position: relative;
}

.content-slider-three-cols.swiper-container-autoheight, .content-slider-three-cols.swiper-container-autoheight .swiper-slide {
  height: 100%;
}
.content-slider-three-cols .item-container::after {
  background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.7)));
  background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
  content: '';
}
.content-slider-three-cols .item-container img, .content-slider-three-cols .item-container::after {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}
.content-slider-three-cols .item-container img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform .35s ease-in-out;
}
.content-slider-three-cols .slider-content {
    position: relative;  
    z-index: 5; 
}
.content-slider-three-cols .slider-content *{
    color:#ffffff;
}
.content-slider-three-cols a:hover{
    text-decoration:none;
}
.content-slider-three-cols .item-container:hover img{
    transform: scale(1.1);
    transition: transform .35s ease-in-out;
}
.content-slider-three-cols .slider-content .slider-title{
    display: block;
    margin-bottom:15px;
}
.content-slider-three-cols .slider-content .slider-description{
    font-size:.9em;
}

/*Listenelement (Text mit Bild)*/
.listelement-image-text {
    border-radius: 12px;    
}
.listelement-image-text .no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.listelement-image-text .text-wrapper {
    height: 100%;
}
.listelement-image-text .text-wrapper .text{
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
    padding: 30px 15px;
}
.listelement-image-text .text-wrapper .text .title{
    margin-bottom:5px;
}
.listelement-image-text .text-wrapper .text p{
    margin-bottom:0;
    font-size: .8em;
}
.listelement-image-text .image-wrapper {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
}


footer {
    background: linear-gradient(90deg,rgba(12, 23, 41, 1) 0%, rgba(31, 61, 87, 1) 40%, rgba(12, 23, 41, 1) 100%);
    padding:3em 30px; 
}
footer .container {
    max-width: 1920px;
}
footer *, footer a, footer a:hover, footer span{
    color:#FFFFFF !important; 
}
footer p.p-text-large {
    font-weight:500;
    font-size: 1.3em;
    display: inline-block;
}
footer p.p-text-large:after {
    content:"";
    display: block;
    width: 45px;
    height: 4px;
    background-color: var(--primaryColor);
}
footer p, footer li {
    font-size:.9em;
}
footer ul {
    padding-left:0;
}
footer li {
    list-style:none;
    margin-bottom: 8px;
}

footer .ce-above .ce-gallery {
  margin-bottom: 15px;
}
footer .p-text-small {
    font-size: .7em;
} 

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px;
}


/*testimonial-slider*/
.swiper-testimonial-slider-wrapper {
    overflow:hidden;
    position:relative;
}
.swiper-testimonial-slider-wrapper .testimonial-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 60px;
}
.swiper-testimonial-slider-wrapper .testimonial-image img{
    max-width: 120px;
    border-radius: 50%;
    margin-left: 30px;
}
.swiper-testimonial-slider-wrapper .testimonial-text{
    position: relative;
    max-width: 65%;
    margin: 0 auto;
    font-size: 32px;
    line-height: 1.1;
    font-style: italic;
}
.swiper-testimonial-slider-wrapper .testimonial-text:before{
    content:"„";
    position: absolute;
    left: -70px;
    top: -150px;
    font-size:200px;
    font-weight: 300;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.swiper-testimonial-slider-wrapper .testimonial-text:after{
    content:"“";
    display:inline;
    font-family: "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.swiper-button-prev, .swiper-button-next {
    width:50px;
    height:100px;
    margin-top: 0;
    transform: translateY(-50%);
}
.swiper-button-prev::after, .swiper-button-next::after {
    display:none;
}
.swiper-button-prev {
    left: 0px;
    background: url(../images/swiper-button-prev.png) no-repeat left center;
    outline: 0 none;
}
.swiper-button-next {
    right: 0px;
    background: url(../images/swiper-button-next.png) no-repeat left center;
    outline: 0 none;
}
.swiper-button-next:focus, .swiper-button-prev:focus {
    outline: 0 none;
}


.frame-custom-100 .swiper-button-prev, .frame-custom-105 .swiper-button-prev  {
    left: 0px;
    background: url(../images/swiper-button-prev-white.png) no-repeat left center;
}
.frame-custom-100 .swiper-button-next, .frame-custom-105 .swiper-button-next {
    right: 0px;
    background: url(../images/swiper-button-next-white.png) no-repeat left center;
}

/*card*/
.card-wrapper{
    height: 100%;
    padding-bottom: 60px;
}
.card{
    overflow: hidden; 
    border: none;
    border-radius: 16px;
    /*box-shadow: 0 0 20px -4px #bfbfbf; */
    box-shadow: none;
    height: 100%;
}
.card .card-img-top{
    overflow: hidden; 
}
.card.smallImageLeft .card-img-top{
    width:40%; 
    margin-top: 15px;
}
.card.smallImageLeft .card-body{
    padding: 15px 30px 30px 30px;
}
.card .card-img-top img{
    transition: transform .3s ease-out;
}
.card:hover .card-img-top img{
    transform: scale(1.1);
    transition: transform .3s ease-out;
}
.card .card-body {
  padding: 30px;
}
.card .card-body .card-row {
  font-size: 0.9em;
}
.card .card-body .card-title{
  margin-bottom: 15px;
}
.card .card-body span.card-title{
    display: inline-block;
}
/*
.card .card-body .card-text .card-row {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
} */
.card .card-body .card-text .card-row:first-of-type{
  margin-top: 0;
}

.card a.more-link{
    display:inline-block;
    padding-top: 20px;
    font-weight:500;
    transition: color .15s ease-out;
}
.card a.more-link:hover{
    color:var(--primaryColor);
    text-decoration:none;
    transition: color .15s ease-out;
}
/*.card a.more-link::after{
    content:url(../images/card-link-arrow.png);
    display:inline-block;
    position: relative;
    height:19px;
    width:11px;
    margin-left: 10px;
    top: 1px;  
}
*/

/*Akkordeon*/
.accordion .card {
    border:0px solid var(--rootFontColor);
    background-color: #ffffff;;
    margin-bottom:15px;
    hyphens: auto;
    border-radius: 0;
    box-shadow: none;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid var(--rootFontColor);
}
.accordion .card .card-header{
    background-color:transparent;
    padding: 0;
    border: none;
}
.accordion .card .card-header button:after {
    content: "-";
    position: absolute;
    right: 28px;
    top: 10px;
    font-size: 50px;
    font-weight: 300;
    line-height: 0.7;
}
.accordion .card .card-header button.collapsed:after {
    content: "+";
    top: 0;
    right: 25px;
    font-size: 50px;
    line-height: 1;
}
.accordion .card .card-header button{
    padding: 15px 70px 15px 30px;
    width: 100%;
    text-align: left;
    font-size: var(--rootFontSize);;
    font-weight: 600;
    color: var(--rootFontColor);
    box-shadow: none;
    text-decoration: none !important;
}
.accordion .card .card-body{
    padding: 15px 70px 30px 30px;
}
.accordion .card .card-body p{
    font-size: .9em;
}

.ggmaps-iframe {
    margin-bottom:-10px;
}


/*three-cols-fluid*/
.three-cols-fluid .card{
   
}



.technical-data {
    font-size:18px;
    padding:30px;
    box-shadow: 0 0 20px -4px #bfbfbf;
}
.technical-data hr{
    margin:0;
}
.technical-data > .row  {
    padding-top:10px;
    padding-bottom:10px;
}
.technical-data > .row:first-of-type  {
    padding-top:0px;
    padding-bottom:0px;
}
.technical-data > .row:last-of-type  {
    padding-bottom:0px;
}
.technical-data > .row > div:first-of-type {
    font-weight:500;
}



.custom-table {
    /*font-size:18px; */
    padding:0 15px;
}
.custom-table hr{
    margin:0;
}
.custom-table .custom-table-rows > .row  {
    padding-top:10px;
    padding-bottom:10px;
}
     
.custom-table .custom-table-rows > .row:last-of-type hr  {
    display:none;
} 
.custom-table .custom-table-rows > .row > div:last-of-type  {
    text-align:right;
}              
.custom-table .custom-table-rows > .row.rowBold span {
    font-weight:500;
}
.custom-table .custom-table-footer  {
    margin-top:30px;
}
.custom-table .custom-table-footer p{
    margin-bottom:0;
}


.frame-type-textmedia .ce-outer, .frame-type-textmedia .ce-inner,  .frame-type-textmedia .ce-column {
    float:none;
}
.frame-type-textmedia .video {
    display:block;
}



/*Bild mit Text, 2 spalten (volle Breite)*/
.image-text-two-cols .row {
    margin:auto;
}
.image-text-two-cols .text-wrapper {
    height: 100%;
}
.image-text-two-cols .text-wrapper > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.image-text-two-cols .text-wrapper .text{
    padding: 15px 60px;
    opacity:0;
}
.image-text-two-cols .text-wrapper .text.fadeIn{
    opacity:1;
    transition: opacity ease 1s;
}




@media (min-width: 567px) {
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 540px;
}
footer .h4 br {
    display:none;
}

}


@media (min-width: 768px) {
body #page::before {
    height:110px;
}
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 720px;
}

.p-text-extra-large {
    font-size: 52px;
}


#header .navbar-brand {
  padding: 20px 0;
}

#header .navbar-brand img {
  height: 50px;
}

.navbar-toggler {
    top: -67px;
}
.content.default {
  padding-top: 94px;
}

.image-textoverlay-with-pagetitle .image-textoverlay-title span {
  padding: 15px 60px 60px 60px;
}
.image-textoverlay-with-pagetitle {
  margin-bottom: 120px;
}

.image-textoverlay .image-textoverlay-text > * {
  max-width: 65%;
}
.image-textoverlay .image-textoverlay-text > h1 {
  max-width: 70%;
}

}

@media (min-width: 992px) {

.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 960px;
}

.p-text-extra-large {
    font-size: 72px;
}  

/*Breadcrumb*/
 .breadcrumb.breadcrumb-custom {
     padding: 0 0;
     border-color: var(--additionalColor);
 }

 .breadcrumb {
     display: flex;
     flex-wrap: wrap;
     padding: 0.56rem 1.13rem;
     margin-bottom: 30px;
     list-style: none;
     background-color: #ffffff;
     border-radius: 0.25rem;
     border: 1px solid #f3f3f3;
     overflow: hidden;
 }

 .breadcrumb.breadcrumb-custom .breadcrumb-item {
     font-size: 1rem;
     background: var(--secondaryColor);
     padding: 0.56rem 13px 0.56rem 19px;
     color: #000;
     display: inline-block;
     vertical-align: top
 }

 .breadcrumb.breadcrumb-custom .breadcrumb-item:before {
     content: ""
 }

 .breadcrumb.breadcrumb-custom .breadcrumb-item a {
     position: relative;
     color: inherit;
     border: 1px solid var(--secondaryColor);
     display: inline-block;
     vertical-align: top;
     color: #fff;
 }

 .breadcrumb.breadcrumb-custom .breadcrumb-item a:before {
     right: -25px;
     z-index: 3;
     border-left-color: var(--secondaryColor);
     border-left-style: solid;
     border-left-width: 12px
 }

 .breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
     border-top: 21px solid transparent;
     border-bottom: 22px solid transparent;
     border-left: 12px solid #ffffff;
     top: -9px;
     right: -26px
 }

 .breadcrumb.breadcrumb-custom .breadcrumb-item:last-child {
     background: transparent
 }

 .breadcrumb.breadcrumb-custom .breadcrumb-item:before {
     content: ""
 }

 .breadcrumb.breadcrumb-custom .breadcrumb-item a:before,
 .breadcrumb.breadcrumb-custom .breadcrumb-item a:after {
    position: absolute;
    top: -11px;
    width: 0;
    height: 0;
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
 }
 .breadcrumb-item+.breadcrumb-item::before {
     display: none;
 } 
 
 
 .image-text-overlay-bottom .image-text-overlay-bottom-text {
    top: 40%;
}

.image-text-overlay-bottom::after {
  height: 80%;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  display:none;
}
.swiper-content-slider-three-cols-wrapper.no-padding {
    padding-right: 30px !important;
    padding-left: 30px !important;
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-next {
    transform: translate(50%,-50%);
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-prev {
    transform: translate(-50%,-50%);
}


}



@media (min-width: 1200px) {

body #page::before {
    height:120px;
}

.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 1140px;
}


.p-text-extra-large {
    font-size: 90px;
}




#header .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}

#header.scroll-down {
  /*box-shadow: 0 2px 10px -5px #cacaca;*/
  transition: height .2s linear;
}

#header.scroll-down .navbar-brand {
  padding: 10px 0;
  transition: padding .2s linear; 
}
#header.scroll-down .navbar-brand svg {
  height:28px;
  margin-right: 55px;
  transition: all .2s linear; /**/ 
}
#header.scroll-down .main-navbar-01 .navbar-nav > li > a {
  margin: 35px 20px;
  transition: margin .2s linear; 
}

#header .main-navbar-01 {
  
}
#header .main-navbar-01 .navbar-nav {
  padding: 0;
}
#header .main-navbar-01 .navbar-nav > li.dropdown::after {
  display:none;
}
#header .main-navbar-01 .navbar-nav > li {
  border-bottom: none;
}
#header .main-navbar-01 .navbar-nav > li > a {
  padding:0;
  margin: 50px 20px;
  transition: margin .2s linear; 
  color: var(--rootFontColor);
}
#header .main-navbar-01 .navbar-nav > li.active > a {
  text-decoration: none;
}
#header .main-navbar-01 .navbar-nav > li:last-of-type > a {
  margin-right: 0;
}
#header .main-navbar-01 .navbar-nav > li:first-of-type > a {
  margin-left: 0;
}

#header .main-navbar-01 .navbar-nav > li.active > a:after, #header .main-navbar-01 .navbar-nav > li:hover > a:after {
  content:"";
  height:3px;
  width:100%;
  background-color: var(--primaryColor);
  display: block;
  position: absolute;
  bottom: -10px;
  border: none;
  margin: 0;
}  



#header .navbar-nav .dropdown-menu {
  display: block;
  background:#ffffff;
  border-radius: 0;
  margin: 0 0 0 20px;
  min-width: max-content;
  opacity:0;
  height: 0;
  overflow: hidden;
  transition: opacity .05s linear;
  padding:0;
}
#header .main-navbar-01 .navbar-nav > li:first-of-type .dropdown-menu {
  margin-left: 0;
}

#header .navbar-nav .show .dropdown-menu {
  height: auto;
  background:#ffffff;
  padding: 15px;
  opacity:1;
  transition: opacity .05s linear;
  box-shadow: 0px 2px 10px -7px #000;
}

#header .main-navbar-01 .navbar-nav > li:after {
  display: block;
  opacity: 0;
  transition: opacity .3s linear;
}
#header .main-navbar-01 .navbar-nav > li.dropdown::after {
  display: block;
  content: "";
  opacity: 0;
  bottom: -20px;
  transition: opacity .2s linear, bottom .2s linear !important;
}
/*
#header .main-navbar-01 .navbar-nav > li.show:after, #header .main-navbar-01 .navbar-nav > li.dropdown:hover:after {
  content: url(../images/nav-chevron.png);
  position: absolute;
  bottom: -5px;
  top: auto;
  right: 50%;
  transform: translateX(50%) !important;
  opacity: 1;
  transition: opacity .2s linear, bottom .2s linear !important;
}  */
#header .main-navbar-01 .navbar-nav > li.show:after {
  content: url(../images/nav-chevron.png);
  position: absolute;
  bottom: -5px;
  top: auto;
  right: 50%;
  transform: translateX(50%) !important;
  opacity: 1;
  transition: opacity .2s linear, bottom .2s linear !important;
} 
#header .main-navbar-01 .navbar-nav > li:last-of-type.show:after {
  right: calc(50% - 10px);
}
#header.scroll-down .main-navbar-01 .navbar-nav > li.show:after, #header.scroll-down .main-navbar-01 .navbar-nav > li.dropdown:hover:after {
  bottom: -7px; 
  transition: opacity .2s linear, bottom .2s linear !important;
}


#header .navbar-expand-xl .navbar-nav .dropdown .dropdown-menu  .nav-item  {
  opacity: 0;
  transition: opacity .5s linear;
}

#header .navbar-expand-xl .navbar-nav .dropdown.show .dropdown-menu  .nav-item, #header .navbar-expand-xl .navbar-nav .dropdown:hover .dropdown-menu  .nav-item {
  opacity: 1;
  transition: opacity .5s linear;
}     

#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a {
  padding: 10px 20px;
  font-size:18px;
  font-weight: 400;
  color:var(--rootFontColor);
  border-bottom: 0px solid var(--rootFontColor); 
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a:hover {
  text-decoration:none; 
  background: #f1f1f1;
  border-radius: 20px;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li.active > a {
    text-decoration: none;
    font-weight: 600;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li:last-of-type > a {
  border-bottom: none;
}


#header .topbar p{
  margin-bottom:0; 
}
#header .topbar .Link-Telefon-Icon, #header .topbar .Link-Mail-Icon, #header .topbar .Link-Button-1 {
  padding: 7px 15px 7px 40px;
  font-size:16px;
  font-weight:400;
  margin-left:15px;
}
#header .topbar .Link-Button-1 {
  padding: 10px 30px;   
}
#header .topbar .Link-Telefon-Icon::before, #header .topbar .Link-Mail-Icon::before {
  left:15px;
}

.content.default {
    padding-top:120px;
}

/*content slider*/
.content-slider-three-cols .item-container {
  padding: 336px 30px 30px;
}

 .image-text-overlay-bottom .image-text-overlay-bottom-text {
    top: 60%;
}  
.image-text-overlay-bottom::after {
  height: 55%;
}


}


@media (min-width: 1300px) {

.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 1270px;
}

.container {
    max-width: 1270px;
}

#header .navbar-brand {
  padding: 25px 0;
  transition: padding .2s linear;
}
#header .navbar-brand img {
  height: 70px;
}

}

@media (min-width: 1400px) {

.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 1340px;
}

.container {
    max-width: 1340px;
}

#header .container {
  max-width: 1920px;
  padding-right: 60px;
padding-left: 60px;
}

.image-textoverlay-with-pagetitle .image-textoverlay-title span {
  padding: 20px 80px 60px 80px;
}
.image-textoverlay-with-pagetitle {
  margin-bottom: 120px;
}

#header .topbar .Link-Button-1 {
  padding: 10px 60px;   
}

}





@media (max-width: 1299px) {

h1, .h1 {
    font-size: 68px;
}
h2, .h2 {
    font-size: 52px;
}
h3, .h3 {
    font-size: 32px;
}
h4, .h4 {
    font-size: 26px;
}


}


@media (max-width: 1199px) {


.image-textoverlay .image-textoverlay-text .p-text-large {
    font-size: 68px;
}


#header .main-navbar-01 .topbar {
  margin-top: 30px;
}
#header .main-navbar-01 .topbar p {
  margin-bottom:0;
}
#header .main-navbar-01 .topbar .Link-Telefon-Icon, #header .main-navbar-01 .topbar .Link-Mail-Icon, #header .main-navbar-01 .topbar .Link-Button-1 {
  padding: 10px 30px;
  width:100%;
  text-align:center;
}
#header .main-navbar-01 .topbar .Link-Button-1 {
  padding: 10px 60px;   
}
#header .main-navbar-01 .topbar .Link-Telefon-Icon::before, #header .main-navbar-01 .topbar .Link-Mail-Icon::before {
  position:relative;
  margin-right:5px;
  left:0;
}

#header .navbar-brand svg{
  height:28px;
}


body.prevent-scroll {
    overflow:hidden;
}

#header.open {
    height: 100vh;
    overflow: scroll;
    display: block;
    background:#ffffff;
    padding-bottom: 100px;
}

.custom-video.video-fullscreen {
  min-height: calc(100vh - 110px);
  position:relative;
}

footer .container > .row > div[class^="col-"] {
    padding-bottom:30px;
}


}


@media (max-width: 991px) {

body {
    font-size:20px;
}

h1, .h1 {
    font-size: 55px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 30px;
}
h4, .h4 {
    font-size: 26px;
}

.image-textoverlay .image-textoverlay-text .p-text-large {
    font-size: 58px;
}

.ce-left .ce-gallery, .ce-column {
    float: none;
}





.video-image-text-overlay .video-image .title span{
    font-size: 60px;
}
.video-image-text-overlay .video-image .title button{
    height: 90px;
    width: 90px;
}
.video-image-text-overlay .video-image .title button svg{
    width: 35px;
}


.frame-layout-215 > .row > div:last-of-type{
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.image-text-two-cols .text-wrapper .text {
  padding: 30px 60px 60px 60px;
}


}

@media (max-width: 767px) {

body {
    font-size:18px;
}

h1, .h1 {
    font-size: 50px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 32px;
}
h4, .h4 {
    font-size: 24px;
}

.image-textoverlay .image-textoverlay-text .p-text-large {
    font-size: 50px;
}

.swiper-testimonial-slider-wrapper .testimonial-image {
    padding-right: 0;
}
.swiper-testimonial-slider-wrapper .testimonial-text {
    font-size: 24px;
}
.swiper-testimonial-slider-wrapper .testimonial-text::before {
    left: -40px;
    top: -90px;
    font-size: 120px;
}


.card .card-body {
  font-size: 1em;
}

.custom-video.video-fullscreen {
  /*min-height: 100vh; */
  min-height: calc(100vh - 71px);
  position: relative;
}

.video-image-text-overlay .video-image .title span{
    font-size: 45px;
}
.video-image-text-overlay .video-image .title button{
    height: 70px;
    width: 70px;
}
.video-image-text-overlay .video-image .title button svg{
    width: 28px;
}


.content-slider-three-cols {
  border-radius: 16px;
}
.content-slider-three-cols .swiper-slide {
  height: 400px;
}

.content-slider-three-cols .item-container {
  padding: 0;
  height: 400px;
}
.content-slider-three-cols .slider-content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}
.content-slider-three-cols .slider-content .slider-title {
  -moz-hyphens: none;
  hyphens: none;
}

#header .navbar-brand svg{
  height:20px;
}


.image-textoverlay.leftCenter .image-textoverlay-text {
  top: 15%;
  transform: translate(-50%,-0);
}

.frame-layout-1 .ce-textpic.ce-left .ce-gallery, .frame-layout-2 .ce-textpic.ce-left .ce-gallery{
    margin-right: 10px;
}
.frame-layout-1 .ce-textpic.ce-left figure, .frame-layout-2 .ce-textpic.ce-left figure{
    min-width:70px;
    margin:0;
}
.frame-layout-1 .ce-left .ce-gallery .ce-inner, .frame-layout-1 .ce-left .ce-gallery .ce-column, .frame-layout-2 .ce-left .ce-gallery figure {
  width: 70px;
  height: 70px;
  min-width: 70px;
}
.frame-layout-1 .ce-textpic.ce-left figure, .frame-layout-2 .ce-textpic.ce-left figure {
  min-width: auto;
}
.frame-layout-1 .ce-textpic.ce-left img, .frame-layout-2 .ce-textpic.ce-left img{
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
}

footer .frame {
    text-align:center;
}

}

@media (max-width: 566px) {


h1, .h1 {
    font-size: 38px;
}
h2, .h2 {
    font-size: 30px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 18px;
}

.p-text-large {
  font-size: 1.15em;
}

.image-textoverlay .image-textoverlay-text .p-text-large {
    font-size: 40px;
}

.custom-video.video-fullscreen .video-embed .container .text{
    text-align:center;
}



.swiper-testimonial-slider-wrapper .testimonial-text {
    max-width: 55%;
}
.swiper-testimonial-slider-wrapper .testimonial-text {
    margin-top:30px;
    font-size: 20px;
}
.swiper-testimonial-slider-wrapper .testimonial-text::before {
    left: -30px;
    top: -70px;
    font-size: 90px;
}
.swiper-testimonial-slider-wrapper .testimonial-image img {
    max-width: 100px;
    margin-left: 15px;
}

footer .footer-logo {
    max-width:40%;
}

.card-wrapper {
  padding-bottom: 30px;
}

.video-image-text-overlay .video-image .title span{
    font-size: 36px;
}
.video-image-text-overlay .video-image .title button{
    height: 60px;
    width: 60px;
}
.video-image-text-overlay .video-image .title button svg{
    width: 24px;
}
.video-image-text-overlay .video-image .title span {
  margin-bottom: 15px;
}

}



@media (max-width: 450px) {


#header .main-navbar-01 .topbar .Link-Telefon-Icon, #header .main-navbar-01 .topbar .Link-Mail-Icon, #header .main-navbar-01 .topbar .Link-Button-1 {
  padding: 10px 30px;
  width:100%;
  margin:0 !important;
}

.image-textoverlay.textColorWhite .image-textoverlay-text h1 br, .image-textoverlay.textColorWhite .image-textoverlay-text h2 br{
    display:none;
}

.Link-Button-1, .Link-Button-2, .Link-Button-3 {
  padding: 10px 30px;
  width: 100%;
  text-align: center;
}

.image-textoverlay.leftTop .image-textoverlay-text {
  top: 5%;
}

.video-image-text-overlay .video-image .title span{
    font-size: 32px;
}
.video-image-text-overlay .video-image .title button{
    height: 50px;
    width: 50px;
}
.video-image-text-overlay .video-image .title button svg{
    width: 22px;
}


.frame-layout-1 .ce-textpic.ce-left, .frame-layout-2 .ce-textpic.ce-left {
  display: block;
}

.frame-layout-1 .ce-left .ce-gallery .ce-inner, .frame-layout-1 .ce-left .ce-gallery .ce-column, .frame-layout-2 .ce-left .ce-gallery figure {
  width: 90px;
  height: 90px;
  min-width: 90px;
  margin: 0 auto;
}

.frame-layout-1 .ce-textpic.ce-left img, .frame-layout-2 .ce-textpic.ce-left img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 60px;
}
.frame-layout-1 .ce-textpic.ce-left figure, .frame-layout-2 .ce-textpic.ce-left figure {
  min-width: 60px;
}

.frame-layout-1 .ce-textpic.ce-left .ce-bodytext, .frame-layout-2 .ce-textpic.ce-left .ce-bodytext{
  text-align:center;
}
.frame-layout-1 .ce-textpic.ce-left .ce-gallery, .frame-layout-2 .ce-textpic.ce-left .ce-gallery {
  margin-bottom: 10px;
}


}


