/*VARIABLEN-DEFINITION
--secondaryColor: #ea9905;
*/
:root {
  --primaryColor: #4E87B9;
  --secondaryColor: #7cac34; 
  --additionalColor: #f6f9ff;
  --rootFontSize: 20px;
  --rootFontColor: #404040;
  --headingFontColor: #1b8bc1;
  --rootFontFamily:  Open Sans, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --secondFontFamily:  Open Sans, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
  --thirdFontFamily:  Open Sans, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}

@keyframes cevronRightAnimation01 {
  0%,
  100% {
    transform: translate(0, 0) translateY(-50%);
  }

  50% {
    transform: translate(-10px, 0) translateY(-50%);
  }
}

@keyframes scaleAnimation01 {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.15);
  }
}

@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

@keyframes fadein-from-below {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  /*60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% { transform: translateY(10px); } */
  100% { 
    transform: translateY(0);
    opacity: 1 
  }
}


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

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  {
   font-family:var(--secondFontFamily);
   line-height: 1.1;
   font-weight: 800;
   margin-bottom: .2em;
}

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

.headline-lowercase, .headline-lowercase a {
    text-transform:none !important;    
}

span.span-subheader {
    display: block;
	font-size: .4em;
	line-height: 1.1375em;
    text-transform:none;
    color: var(--secondaryColor);
}
h1 span.span-subheader, .h1 span.span-subheader {
	font-size: .4em;
}

p, li{
    line-height: 1.3;
}

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

.p-text-small {
    font-size: 16px;
    margin-bottom: 8px;
} 

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

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

p, 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 !important;
    background-color: var(--primaryColor);
    margin-bottom: .2em;
    padding: 15px 30px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    display: inline-block;
}
.span-bg-green-first-letter-bold::first-letter {
    font-weight:500;
}

.span-bg-green *, .span-bg-green-first-letter-bold * {
    color:#FFFFFF !important;
}

.span-primaryColor, .span-primaryColor a, .span-primaryColor strong, .span-primaryColor b {
    color: var(--primaryColor) !important;
}

iframe {
    max-width:100%;
}


.table th, .table td {
  padding: 0.5rem 0.75rem;
  border-top: none;
}

.ul-style-1 {
    padding-left: 0;
}
.ul-style-1 li {
    list-style:none;
    background: url('../images/ul-style-1.jpg') no-repeat left top 8px;
    padding-left: 20px;
    margin-bottom: 3px;
}

.ul-style-2 {
    padding-left: 0;
}
.ul-style-2 li {
    list-style:none;
    position:relative;
    padding-left: 45px;
  margin-bottom: 20px;
}
.ul-style-2 li:before {
    font-family: "Font Awesome 5 Pro";
  color: var(--primaryColor);
  position: absolute;
  left: 0;
  top: -2px;
  font-weight: 300;
  content: "\f058";
  font-size: 30px;
  line-height: 1;
}

ul li p {
    margin-bottom:0;
}

.numbered-list {
    padding-left:0;
}
.numbered-list .item {
    background:var(--additionalColor);
    list-style:none;
    margin-bottom:15px;
    position:relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
.numbered-list .item .number {
    background:var(--primaryColor);
    color:#fff;
    padding: 12px 20px;
    font-size: 2em;
    display: flex;
    align-items: center;
}
.numbered-list .item .text {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}

.frame-custom-110 .numbered-list .item {
  background:#ffffff;
}


.bgAdditionalColor-Darker1 {
    background:#e2e3e6;    
}
.bgAdditionalColor-Darker2 {
    background:#d7d8db;    
}

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


.Link-Button-1 {
    font-family:var(--secondFontFamily);
    display: inline-block;
    padding: 10px 45px 10px 45px;
    background: var(--secondaryColor);
    color: #FFFFFF;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*text-transform: uppercase;*/
    font-size: 1.125rem;
    font-weight: 400;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
}
.Link-Button-1:hover {
    color: #FFFFFF;
    text-decoration:none;
}
.Link-Button-2 {
    font-family:var(--secondFontFamily);
    font-weight: 700;
    font-size:  1.25rem;   
    display: inline-block;
    padding: 10px 45px 10px 45px;
    border: 2px solid var(--secondaryColor);
    color: var(--secondaryColor);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden; 
    text-decoration: none !important;
}
.Link-Button-2:hover {
    color: var(--secondaryColor);
    text-decoration:underline;
}
.Link-Button-3 {
    display: inline-block;
    padding: 15px 50px 15px 70px;
    border-radius: 10px;
    background: var(--additionalColor);
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
    width: 100%;
    transition: .3s all linear;
}
.frame-custom-110 .Link-Button-3 {
    background: #ffffff;
}
.Link-Button-3::before {
    font-family: "Font Awesome 5 Pro";
    color: var(--primaryColor);  
    position: absolute;
    left: 20px; 
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    content:"\f3ed"; 
    font-size: 36px;
    line-height: 1;
    transition: .3s color linear;
}
.Link-Button-3::after {
    font-family: "Font Awesome 5 Pro";
    color: var(--primaryColor);  
    position: absolute;
    right: 20px; 
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    content:"\f054"; 
    font-size: 1.2em;
    line-height: 1;
    transition: .3s color linear;
}
.Link-Button-3:hover {
    background-color: var(--primaryColor);
}
.Link-Button-3:hover::before,.Link-Button-3:hover::after, .Link-Button-3:hover {
    color: #ffffff;
}

.Link-Button-3:hover::after {
    animation: cevronRightAnimation01 .6s ease-in-out;
}

.Link-Button-4 {
    display: inline-block;
    padding: 20px 40px 20px 40px;
    border-radius: 10px;
    background: var(--additionalColor);
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
    width: 100%;
    transition: .1s all linear;
    font-weight: 700;
}
.frame-custom-110 .Link-Button-4 {
    background: #ffffff;
}
.Link-Button-4::after {
    font-family: "Font Awesome 5 Pro";
    color: var(--primaryColor);  
    position: absolute;
    right: 20px; 
    top: 50%;
    transform: translateY(-50%);
    font-weight: 300;
    content:"\f054"; 
    font-size: 1.2em;
    line-height: 1;
    transition: .1s color linear;
}
.Link-Button-4:hover {
    background-color: var(--primaryColor);
}
.Link-Button-4:hover::after, .Link-Button-4:hover {
    color: #ffffff;
}




.Link-Telefon-Icon, .Link-Mail-Icon, .Link-Anfahrt-Icon, .Link-Kontakt-Icon, .Link-Button-Facebook {
    display: inline-block;
    padding: 0 0 0 32px;
    /* background: var(--primaryColor);background: var(--primaryColor); */
    color: var(--rootFontColor);
    line-height: 1.2;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
}
.Link-Telefon-Icon:hover, .Link-Mail-Icon:hover, .Link-Anfahrt-Icon:hover, .Link-Kontakt-Icon:hover, .Link-Button-Facebook:hover {
    /* color: #FFFFFF; */
    text-decoration:none; 
}
.Link-Telefon-Icon::before, .Link-Mail-Icon::before, .Link-Anfahrt-Icon::before, .Link-Kontakt-Icon::before {
    font-family: "Font Awesome 5 Pro";
    color: var(--primaryColor);  
    position: absolute;
    left: 0; 
    font-weight: 900;
}
.Link-Button-Facebook::before {
    font-family:"Font Awesome 5 Brands";
    color: var(--primaryColor);  
    position: absolute;
    left: 0; 
    font-weight: 900;
}

.Link-Telefon-Icon::before {
    content:"\f879";   
}
.Link-Mail-Icon::before {
    content:"\f0e0";   
}
.Link-Kontakt-Icon::before {
    content:"\f573";   
}

.Link-Anfahrt-Icon {
    font-family: var(--secondFontFamily);
  font-size: 1.25rem;
  display: inline-block;
  padding: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  text-decoration: none !important;
}
.Link-Anfahrt-Icon::before {
    content:"\f3c5"; 
    position:relative;  
    margin-right:10px;
}
.Link-Anfahrt-Icon:hover {
    color: var(--primaryColor);
}


.Link-Button-Facebook {
    font-weight: 700;
    display: inline-block;
    padding: 12px 50px 10px 50px;
    border: 1px solid var(--primaryColor);
    color: var(--primaryColor);
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    text-decoration: none !important;
}
.Link-Button-Facebook::before {
    content:"\f39e"; 
    position:relative;  
    margin-right:10px;
}
.Link-Button-Facebook:hover::before {
    color: var(--rootFontColor);
}




/*
.content .Link-Telefon-Icon::before, .content .Link-Mail-Icon::before, .content .Link-Anfahrt-Icon::before, .content .Link-Kontakt-Icon::before {
    color: var(--rootFontColor);  
} */

/* , .Link-Telefon-Icon::after, .Link-Mail-Icon::after */
.Link-Button-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: var(--primaryColor);
    opacity: 0;
    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-Telefon-Icon:hover::after, .Link-Mail-Icon:hover::after */
.Link-Button-1:hover::after {
    opacity: 1;
    background-color: var(--primaryColor);
    -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;
}

.bounce-in-right .item {
  transform: translateX(2000px);
}
.bounce-in-right .bounce-in-right-item {
  animation: bounce-in-right 2s ease;
  transform: translateX(0);
}

.ce-gallery figcaption {
  font-size: 14px;
  margin-top: 10px;
}

#socialLinks01 .instagramLink,
#socialLinks01 .facebookLink{
display: inline-block;
background: var(--primaryColor);
color: #FFFFFF;
border-radius: 10px;
line-height: 1;
position: relative;
overflow: hidden;
z-index: 1;
-webkit-backface-visibility: hidden;
text-decoration: none !important;
}
#socialLinks01 .instagramLink:hover,
#socialLinks01 .facebookLink:hover{
opacity: 1;
background-color: var(--secondaryColor);
-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);	
}


#socialLinks01 .facebookLink{margin-right:10px;}

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

video {max-width:100%;}

main {
    overflow: hidden;
}

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

.content > div:last-child {
  padding-bottom: 120px;
}
.content > div.image-textoverlay:last-child {
  padding-bottom: 0;
}

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

.row {
   margin-right: -30px;
    margin-left: -30px;  
}
.container_wrap .row .row {
   margin-right: 0;
    margin-left: 0;  
}
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
}

.content > .frame .row {
    padding-right: 0;
    padding-left: 0;
}



.frame-custom-100 {
    background-color: var(--primaryColor);
}
.frame-custom-105 {
    background-color: #ffffff;
}
.frame-custom-110 {
    background-color: var(--additionalColor);
}
.frame-custom-115 {
    background-color: var(--primaryColor);
}
.frame-custom-120 {
    background-color: var(--secondaryColor);
}
.frame-custom-130 {
    background: url('../images/container-bg-1.jpg') no-repeat center top;
    background-size: cover;
}
.frame-custom-100, .frame-custom-105, .frame-custom-110, .frame-custom-115, .frame-custom-120, .frame-custom-130 {
    padding-top: 1px;
    padding-bottom: 1px;
    /*height: 100%; */
}

.frame-custom-100 p:last-of-type, .frame-custom-105 p:last-of-type, .frame-custom-110 p:last-of-type {
    margin-bottom: 0;
}

.frame-custom-100.frame-type-ce_columns2, .frame-custom-100.frame-type-ce_columns3, .frame-custom-100.frame-type-ce_columns4, .frame-custom-105.frame-type-ce_columns2, .frame-custom-105.frame-type-ce_columns3, .frame-custom-105.frame-type-ce_columns4, .frame-custom-110.frame-type-ce_columns2, .frame-custom-110.frame-type-ce_columns3, .frame-custom-110.frame-type-ce_columns4 {
   /* padding-top: 60px;   */
}

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

.frame-custom-120 .Link-Button-1 {
    background: #fff;
    color: #1b8bc1;
}
.frame-custom-120 .Link-Button-1:hover {
    color: #fff;
}


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

.frame-layout-2 img{
    border-radius:10px;
}

.content .frame-layout-3 > * {
    max-width: 1920px !important;
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden;
}
.content .frame-layout-5 > * {
    max-width: 100% !important;
}
.content .frame-layout-6{
    padding: 0 !important;
}
.content .frame-layout-6 > * {
    max-width: 100% !important;
    padding: 0;
}


.frame-layout-10, .frame-layout-10 > * {
    position:relative; 
    z-index: 1; 
}
.frame-layout-10:before {
    content:"";
    width: 100%;
    height: 100px;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    transform: translateY(-50%) skewY(-3deg);   
    margin-left: -30px;
    margin-right: -30px;
}

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

.frame-layout-20 {
  padding-left: 60px;
  padding-right: 60px;
}

.frame-layout-30 {
  height: 100%;
  border-radius: 16px;
}
.frame-layout-35 {
  height: 100%;
  border-radius: 16px;
  padding: 3rem;
}

.frame-custom-100.frame-layout-10:before {
    background-color: var(--primaryColor);
}
.frame-custom-105.frame-layout-10:before {
    background-color: var(--secondaryColor);
}
.frame-custom-110.frame-layout-10:before {
    background-color: var(--additionalColor);
}


.ce-table thead th {
    border-width:1px;
    border-top: none;
    font-weight: 600;
}


/* Header-Search */
#search-header:hover, #close-searchfield-header:hover {
    text-decoration:none;
}
#search-header:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    font-size:25px;
    font-weight: 900;
    font-size: 16px;
    color: var(--primaryColor);
    margin-right: 10px;
    margin-left: 30px;
    position: absolute;
	top: 16px;
	right: 80px;
}
/*
#search-header.inactive {
    opacity:.5;
}  */
#search-header.inactive:before {
    color: var(--additionalColor);
} 
#search-header.inactive:hover {
    cursor: unset;
}
#close-searchfield-header {
    position: absolute;
    display: block;
    top: 10px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 36px;
    text-align: center;
}
#close-searchfield-header:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    font-weight: 300;
    color: var(--primaryColor); 
    line-height: 44px;
    display: block; 
}
#search-header:hover, #close-searchfield-header:hover {
    cursor:pointer;
}

#searchfield-header {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  background: var(--additionalColor);
  padding: 10px 0;
  z-index: 0;
  transform: translateY(-100%);
  transition: top .3s linear,transform .3s linear, z-index .01s linear, visibility .3s linear;
}
#searchfield-header .container {
    position: relative;
    padding-top:70px;
    padding-bottom:50px;  
}
#searchfield-header.open {
  visibility: visible;
  z-index: 9;
  top: 140px;
  transform: translateY(0);
  transition: top .3s linear,transform .3s linear, z-index .3s linear .2s, visibility .2s linear;
}
#searchfield-header #ke_search_sword {
  border: 0;
}
#searchfield-header span.resetbutt {
  display:none;
} 

#tx-indexedsearch-searchbox-sword {
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px;
  position: relative;
  font-size: 1em;
  height: auto;
}

#searchfield-header #tx-indexedsearch-searchbox-sword {
  padding: 10px 170px 10px 20px;
  border: 0;
}


#searchfield-header .tx-kesearch-pi1 .submitbutt input {
  border-radius: 0px 6px 6px 0px;
  margin: 0;
  height: 53px;
}

#searchfield-header #tx_indexedsearch {
    max-width: 1000px;
    margin: 0 auto;
}

#tx_indexedsearch {
    position: relative;
}
#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit{
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    border-radius: 0 6px 6px 0;
    height: 100%;
    padding: 0 30px;
    font-size: 20px;
}

.search-results-form {
    margin-bottom:15px;
}
ul.tx-indexedsearch-browsebox {
    padding-left: 0;
    display: flex;
}
ul.tx-indexedsearch-browsebox li {
    list-style:none;
}
ul.tx-indexedsearch-browsebox li a{
    padding:5px;
    font-size: 26px;
    font-weight: 700;
    font-family: var(--secondFontFamily);
}
ul.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a{
    color: var(--primaryColor);
}
.tx-indexedsearch-info-sword {
    display:none;
}
.tx-indexedsearch-res {
    margin-top:60px;
    margin-bottom:60px;
}
.tx-indexedsearch-browsebox, .tx-indexedsearch-info-sword,  .tx-indexedsearch-res .tx-indexedsearch-description {
    font-size:18px;
}





a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt {
  background: var(--primaryColor) !important;
  color: #ffffff !important;
  min-width: 150px !important;
  max-width: 100% !important;
  padding: 5px 30px !important;
}

a.kesGreyButt, span.resetbutt a, span.submitbutt input, input.kesGreyButt, span.kesGreyButt {
  font-size: 1em;
  font-family: Sans-Serif;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  display: block;
  cursor: pointer;
  min-width: 70px;
  max-width: 140px;
  -moz-user-select: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(center top , #f6f6f6, #f0f0f0);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #444;
  text-align: center;
  text-decoration: none;
}

span.resetbutt a:hover, span.submitbutt input:hover, input.kesGreyButt:hover, span.kesGreyButt:hover {
  text-decoration: none;
  cursor: pointer;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(center top , #f8f8f8, #f1f1f1);
  border: 1px solid #c6c6c6;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #222;
}

.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-bottom: 30px; */
}


#header {
    background:#FFFFFF;
    box-shadow: 0 2px 10px -5px #cacaca;
    border-bottom: 1px solid #eaeaea;
    transition: height .2s linear;
}
#header .container{
    max-width: 1920px;
    padding-right: 60px;
    padding-left: 60px;
}

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

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

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

#header .main-navbar-01 .cta{
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
#header .main-navbar-01 .cta .Link-Button-1{
  width:auto;
}

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

#header .main-navbar-01 .navbar-nav > li {
  padding:0;
  border-bottom: 1px solid #eee; 
}
#header .main-navbar-01 .navbar-nav > li.dropdown::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  font-weight: 500;
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  transform: rotate(0deg);
  transition: .15s transform linear;
}
#header .main-navbar-01 .navbar-nav > li.dropdown.show::after {
  transform: rotate(180deg);
  transition: .15s transform linear;
}
#header .main-navbar-01 .navbar-nav > li.dropdown a::after {
  display:none;
}

#header .main-navbar-01 .navbar-nav > li > a {
    font-family:var(--thirdFontFamily);
    font-size:18px;
    font-weight:700;
    line-height: 1;
    padding:15px 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;    
}
#header .main-navbar-01 .navbar-nav > li.active > a {
    text-decoration: none;
    color: var(--primaryColor);
}
#header .main-navbar-01 .navbar-nav .dropdown-menu {
  box-shadow: none;
  border: none;
  padding-top: 0;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a {
    padding-left:30px;
    font-size: 18px;
    font-weight: 500;
} 
#header .main-navbar-01 .navbar-nav .dropdown-menu > li.active > a {
    text-decoration: none;
    color: var(--primaryColor);
}

#header .header-contact-link {
    width:45px;
    height:45px;
    border-radius:50%;
    background-color: var(--primaryColor);
    margin-left: 10px;
    transition: background-color 0.5s;
}
#header .header-contact-link:hover {
    background-color: var(--secondaryColor);
}

#header .Link-Button-1 {
    font-family:var(--rootFontFamily);
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.9;
padding: 10px 30px 8px 30px;
transition: background-color 0.5s;
font-weight: 700;
background: var(--secondaryColor); 
}
#header .Link-Button-1:after {
    display:none;
}
#header .Link-Button-1:hover {
    background-color: var(--primaryColor);
}
#header .header-contact-link:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f82d";
    font-weight: 600;
    font-size: 24px;
    display:inline-block;
    position: relative;
    color:#ffffff;  
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 45px; 
}


/* Burger/Kreuz */
      .navbar-toggler {
          position:absolute;
          width:50px;
          height:50px; 
          z-index: 99;
          border:none;
          right: -8px;
          top: -60px;
      }
      .navbar-toggler:focus {
          outline:none;
      }
      
      .navbar-toggler .icon-bar{
          transition: all .3s;
          z-index: 99;
          width: 34px;
          height: 6px;
          background-color: var(--rootFontColor);
          border-radius: 3px;
      }
      
      .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 */

.ce-border img, .ce-border iframe {
  border: none;
  border-radius: 16px;
}

/*HeaderImage*/
.image-textoverlay {
    position: relative;
    overflow:hidden;
}
.image-textoverlay img{
    width:100%;
    transition: transform ease .5s;
}
.image-textoverlay.image-zoom-hoover:hover img{
    transform: scale(1.05);
}

.image-textoverlay .image-textoverlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    z-index: 9;
}
.image-textoverlay .image-textoverlay-text .inner-container{
    max-width:50%;
    background-color: rgba(255, 255, 255, 0.90);
    padding: 3rem;
    border-radius: 16px;
}
.image-textoverlay .image-textoverlay-text .inner-container p:last-of-type{
    margin-bottom:0;
}
.image-textoverlay.text-animated .image-textoverlay-text {
    transform: translate(-50%,-30%);
    opacity:0;
}
.image-textoverlay.text-animated .image-textoverlay-text.fadeIn{
    opacity:1;
    transform: translate(-50%,-50%);
    transition: opacity ease 1s, transform ease .7s;
}
/*
.image-textoverlay .image-textoverlay-text *{
    color: #ffffff;
    border-color: #fff;
}   */
.image-textoverlay.textColorWhite .image-textoverlay-text *{
    text-shadow: 0px 0px 20px #000;
}
.image-textoverlay .image-textoverlay-text h2{
    font-size:60px;
}
.image-textoverlay .image-textoverlay-text a{
    
}
.image-textoverlay .image-textoverlay-text .p-text-large {
    line-height: 1;
}
.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:7em; /**/
}
.image-textoverlay-with-pagetitle .image-textoverlay-title {
    position:absolute;
    bottom: 60px;
}
.image-textoverlay-with-pagetitle .image-textoverlay-title span, .image-textoverlay-with-pagetitle .image-textoverlay-title h1, .image-textoverlay-with-pagetitle .image-textoverlay-title h2 {
    background: var(--primaryColor);
    color:#ffffff;
    line-height: 1;
    padding: 20px 30px 15px 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
}

.swiper-image-slider-wrapper {
    position: relative;
}
.swiper-image-slider-wrapper .image-slider{
    overflow: hidden;
}
.swiper-image-slider-wrapper .image-slider img{
    width: 100%;
height: auto;
}
.swiper-image-slider-wrapper .swiper-button-prev, .swiper-image-slider-wrapper .swiper-button-next {
  display:none;
}
.swiper-image-slider-wrapper .swiper-button-prev {
  left: 15px;
}
.swiper-image-slider-wrapper .swiper-button-next {
  right: 15px;
}

.swiper-image-slider-wrapper .swiper-pagination {
  width: 100%;
  left: 0;
  padding-top: 5px;
}
.swiper-image-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 0;
  background: var(--rootFontColor);
  opacity: 1;
  margin: 0 4px;
}
.swiper-image-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primaryColor);
}



.icon-and-text  {
    margin-bottom: 3em;
}
.icon-and-text .text-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}
.icon-and-text .text-wrapper .text{
    width: 100%;
}
.icon-and-text .icon-and-text-title {
    font-weight: 800;
  margin-bottom: .75rem;
  font-family: var(--secondFontFamily);
  text-transform: uppercase;
}
.icon-and-text .text p:last-of-type {
    margin-bottom:0;
}
.icon-and-text a:hover {
    text-decoration:none;
}
.icon-and-text:hover img  {
    animation: scaleAnimation01 .4s ease-in-out;
}

.icon-and-text.icon_roundbg .image-wrapper {
    padding: .5em;
    border-radius:50%;
    display: inline-block;
}
.icon-and-text.icon_roundbg.primaryBgColor .image-wrapper {
    background-color: var(--primaryColor);
}
.icon-and-text.icon_roundbg.secondaryBgColor .image-wrapper {
    background-color: var(--secondaryColor);
}


/*Cookie*/
.dp--revoke {
  background-color: var(--primaryColor) !important;
}

.cc-window {
  background: #202020d6 !important;
}

.cc-window .cc-btn{
  margin: 10px !important;
  width: 100% !important;
  background: #fff;
  color: var(--rootFontColor) !important;
}
.cc-window .cc-btn.cc-allow {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  color: var(--rootFontColor) !important;
}
.cc-window .cc-btn.cc-allow-all {
  background: #fff !important;
  color: var(--rootFontColor) !important;
}


#scrollToTop {
  width: 45px;
  height: 45px;
  opacity: 1;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  background-color: var(--primaryColor);
  color: #ffffff;
  display: none;
}
#scrollToTop:hover {
  opacity:0.7;
  cursor:pointer;
}
#scrollToTop i {
  font-size:26px;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

/*Stage*/
.stage {
    padding-top: 0;
  padding-bottom: 0;
}
.stage .stage-text-warpper {
    padding: 30px;
    background: linear-gradient(90deg,rgba(49, 100, 148, 1) 1%, rgba(78, 135, 185, 1) 100%);
    color:#fff;
}
.stage .stage-text {
    animation: fadein-from-below .4s linear;
}
.stage .stage-image{
    overflow:hidden;
}
.stage .stage-image img{
    transition: transform .3s ease-out;
    width: 100%;
}
.stage .stage-text-warpper{
    z-index: 2;
}
.stage .stage-image::before {
    z-index: 1;
}
.stage.frame-custom-110 .stage-text-warpper, .stage.frame-custom-110 .stage-image::before {
    background-color: var(--additionalColor);
}
.stage.frame-custom-115 .stage-text-warpper, .stage.frame-custom-115 .stage-image::before {
    background-color: var(--primaryColor);
}
.stage.frame-custom-115 a[class^="Link-Button-"] {
    background-color: var(--secondaryColor);
}
.stage.frame-custom-115 a[class^="Link-Button-"]:after {
    display:none;
}
.stage.frame-custom-115 a[class^="Link-Button-"]:hover {
    background-color: var(--secondaryColor);
}
.stage.frame-custom-120 .stage-text-warpper, .stage.frame-custom-120 .stage-image::before {
    background-color: var(--secondaryColor);
}


/*Forms*/
.frame-type-form_formframework .form-control {
  padding: 1rem 1.5rem;
  height: auto;
  box-shadow: none;
  border: none;
  border-radius: 10px;
}
.frame-type-form_formframework .form-group input[type="file"] {
  box-shadow: none;
}
.frame-type-form_formframework .form-label, frame-type-form_formframework .control-label {
  font-size: 1.125rem;
  font-weight: 500;
}
.frame-type-form_formframework .form-check .form-check-input, .frame-type-form_formframework .radio .form-check-input, .frame-type-form_formframework .form-check .form-check-label input[type="checkbox"], .frame-type-form_formframework .form-check-label .form-check input[type="checkbox"], .form-check .form-check-label input[type="radio"], .form-check-label .form-check input[type="radio"], .radio .form-check-label input[type="checkbox"], .form-check-label .radio input[type="checkbox"], .radio .form-check-label input[type="radio"], .form-check-label .radio input[type="radio"] {
  /*margin-left: -1.1em;
  margin-right: .75rem;*/
}
.frame-type-form_formframework .form-check-input:checked,.frame-type-form_formframework .form-check-label input[type="checkbox"]:checked, .frame-type-form_formframework .form-check-label input[type="radio"]:checked {
  background-color: var(--primaryColor);
  border-color: var(--primaryColor);
}
.frame-type-form_formframework .actions {
  margin-top: 1.5rem;
}
.frame-type-form_formframework .actions button{
  display: inline-block;
  padding: 10px 60px 10px 60px;
  background: var(--primaryColor);
  color: #FFFFFF;
  border-radius: 30px;
  position: relative;
  border: none;
  font-size: 1.25rem;
}
.frame-type-form_formframework .actions button:hover, .frame-type-form_formframework .actions button:focus, .frame-type-form_formframework .actions button:active{
  background: var(--secondaryColor);
}
.form-text.error {
  color:#d9534f;
}

.frame-type-form_formframework .input.radiobox .form-check,
.frame-type-form_formframework .input.checkbox .form-check {
  padding-left:0;
}
.frame-type-form_formframework .input.radiobox label,
.frame-type-form_formframework .input.checkbox label {
  display:inline-block;
  cursor:pointer;
  padding:0px 0px 0px 2rem;
  margin:0px 5px 0px 0px;
  line-height:22px;
  background:transparent url('../images/form-check-and-radiobox-bg.png') no-repeat scroll left top;
  background-size:auto;
  background-size:22px;
}
.frame-type-form_formframework .input.radiobox input[type="radio"]:checked,
.frame-type-form_formframework .input.checkbox input[type="checkbox"]:checked {
  background:transparent url('../images/form-check-and-radiobox-active-bg.png') no-repeat scroll left top;
  background-size:auto;
  background-size:22px;
}
.frame-type-form_formframework .input.radiobox input,
.frame-type-form_formframework .input.checkbox input {
  position:absolute;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  width:22px;
  height:22px;
  margin:0 0 0 -2rem;
  border:none;
  background:transparent;
}


footer {
  background-color: var(--primaryColor);
  padding: 40px 0 20px 0;
  color:#ffffff;
  font-size:16px;
  position:relative;
}

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

footer .contenttable td{
  border:none;
  color:#fff;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}  
footer .contenttable tr td:first-of-type{
  padding-left: 0;
}
footer .contenttable tr td:last-of-type{
  padding-right: 0;
}

footer .ce-table td{
  border:none;
  padding: 0 0.5em 0 0;
  line-height: 1.2;
}

footer a, footer a:hover{
    color:#ffffff; 
}

footer .nav a{
    text-align:right;
    padding: 2px 0;
}
footer .nav li:first-of-type a{
    padding-top: 0;
}

footer .footer-logo{
position: absolute;
padding: 4rem 0;
max-width: 18%;
  height: 110%;
  bottom: 0;
}

footer .footer-logo a{margin: 0 auto;}

.bottom-bar{
color: #ffffff;
font-weight: 500;
font-size: 25px;
background: #089630;
padding: 5px 0;
display: flex;
}

.bottom-bar p{margin:0;}

.bottom-bar .navbar-footer-bottom{
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
margin-bottom: 10px;
} 

.bottom-bar .navbar-footer-bottom li{list-style: none;}
.bottom-bar .navbar-footer-bottom li:last-of-type a {padding-right:0;}

.bottom-bar .bottom-bar-left,
.bottom-bar .navbar-footer-bottom li a{
font-size: 14px;
color: var(--rootFontColor);
font-weight: 500;
padding: 0 1rem 0.5rem .6rem;
}

.bottom-bar .navbar-footer-bottom li{
position: relative;
}
.bottom-bar .navbar-footer-bottom li a:after{
content:"|";
position: absolute;
top: 0;
right: 0;
}

.bottom-bar .navbar-footer-bottom li:last-of-type a:after {display:none;}


.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-start;
    align-items: center;
    max-width: 65%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.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: 28px;
    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";
    font-weight: 600;
}
.swiper-button-prev, .swiper-button-next {
    width:50px;
    height:100px;
}
.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;
}
.swiper-button-next {
    right: 0px;
    background: url(../images/swiper-button-next.png) no-repeat left center;
}  
/*
.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: 0px;
    box-shadow: 0 0 20px -4px #bfbfbf;
    height: 100%;
    border-radius: 16px;
}
.card.bg-color-grey{
    background-color: var(--additionalColor);
    box-shadow: none;
}
.card .card-img-top{
    overflow: hidden; 
    border-radius: 0;
}
.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;
  font-size: 18px;
}
.card .card-body .card-title{
  margin-bottom: 15px;
}
.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 .card-body .card-text .card-row p:last-of-type{
  margin-bottom: 0;
}
.card .card-footer {
    background:transparent;
    border-top:0;
    padding: 0 30px 0 30px;
    text-align: right;
}
.card .card-footer::before{
    content:"";
    display:block;
    height:1px;
    background-color:#e6e6e6;
}
.card .card-footer a{
    font-family:var(--secondFontFamily);
    display:inline-block;
    padding: 20px 0;
    font-weight:600;
    transition: color .15s ease-out;
}
.card .card-footer a:hover{
    color:var(--primaryColor);
    text-decoration:none;
    transition: color .15s ease-out;
}
.card .card-footer a::after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f054";
    font-weight: 500;
    font-size: 18px;
    display:inline-block;
    position: relative;
    margin-left: 10px;   
}

/*Akkordeon*/
.accordion .card {
    background-color: var(--additionalColor);
    margin-bottom:15px;
    hyphens: auto;
    border-radius: 0;
    box-shadow: none;
    border-radius: 16px;
}
.frame-custom-110 .accordion .card {
    background-color: #ffffff;
}
.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: 60px;
    font-weight: 400;
    line-height: 0.7;
}
.accordion .card .card-header button.collapsed:after {
    content: "+";
    top: 16px;
    right: 25px;
    font-size: 40px;
    line-height: 1;
}
.accordion .card .card-header button{
    padding: 20px 70px 20px 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 25px 30px 30px;
}

.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:30px;
    box-shadow: 0 0 20px -4px #bfbfbf;
}
.custom-table hr{
    margin:0;
}
.custom-table .custom-table-rows > .row  {
    padding-top:10px;
    padding-bottom:10px;
}
/* 
.custom-table .custom-table-rows > .row:first-of-type  {
    padding-top:0px;
}    */       
.custom-table .custom-table-rows > .row:last-of-type hr  {
    display:none;
}               
.custom-table .custom-table-rows > .row > div:first-of-type {
    font-weight:500;
}
.custom-table .custom-table-footer  {
    margin-top:30px;
}
.custom-table .custom-table-footer p{
    margin-bottom:0;
}

/*Bild mit Text, 2 spalten (volle Breite)*/
.image-text-two-cols .row {
    margin:auto;
}
.image-text-two-cols > .row > div{
    overflow: hidden;
}
.image-text-two-cols img{
    transition: transform .3s ease-out;
}
.image-text-two-cols:hover img{
    transform: scale(1.1);
}
.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;
    transform: translateY(10%);
}
.image-text-two-cols .text-wrapper .text.fadeIn{
    opacity:1;
    transform: translateY(0);
    transition: opacity ease .4s, transform ease .7s;
}

/*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 .container{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.custom-video.video-fullscreen .container .image {
    margin-bottom: 60px;
}
.custom-video.video-fullscreen .container .text{
    max-width: 65%;
}
.custom-video.video-fullscreen .container .text *{
    color: #ffffff;
    text-shadow: 0px 0px 4px #000;
}
.custom-video.video-fullscreen .container .text p{
    max-width:80%;
}

.custom-video.video-fullscreen  .container .text .Link-Button-2{
    color: var(--primaryColor);
}
.custom-video.video-fullscreen .container .text .Link-Button-1:hover, .custom-video.video-fullscreen .container .text .Link-Button-2:hover{
    color: #ffffff;
}
.custom-video.video-fullscreen.darken:before{
    content:"";
    background:#000000; 
    /*background-image: linear-gradient(to right, #2d2d2d 0%, #0000 70%);  */
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    opacity: .2;  
}
.custom-video.video-fullscreen.description-center .container .text{
    max-width: 100%;
    text-align:center;
}
.custom-video.video-fullscreen.description-center .container .text p{
    max-width: 100%;
}

/*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);
    font-family: var(--secondFontFamily);
}
.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;
}

/*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;
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-next {
    transform: translate(50%,-30%);
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-prev {
    transform: translate(-50%,-30%);
}


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

#header .top-info-bar {
opacity: 1;
transition: opacity .1s linear,top .2s linear;
}

#header .top-info-bar .frame-custom-100,
#header .top-info-bar .frame {padding:0;}

#header .top-info-bar  .frame p {margin:0;padding: 2px 10px;font-size: 18px;}

#header.scroll-down .top-info-bar{position: absolute;width: 100%;}

#header.scroll-down .top-info-bar{
  top: -10px; 
  opacity:0;
  transition: opacity .1s linear, top .2s linear ;
}


/*Icons Columns*/
.icons-columns {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icons-columns .icons-item{
    padding-left: 1%;
    padding-right: 1%;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%; 
    text-align: center;
    padding-bottom: 1rem;   
}
.icons-columns *{
    color:#ffffff;
}
.icons-columns a{
    display:inline-block;
    padding: 1rem 2rem;
    background: var(--primaryColor);
    text-align: center;
    border-radius: 26px; 
    transition: all .3s linear;
}
.icons-columns a:hover{
    background: var(--secondaryColor);
    transform: scale(1.1);
    text-decoration:none;

}
.icons-columns .icons-item-title{
    font-weight:400;
    font-size:20px;
}




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


}


@media (min-width: 768px) {
	
#search-header:before {
	top: 32px;
	right: 75px;
}	
	
	
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 720px;
}

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

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


#header .navbar-brand {
  padding: 10px 0;
}
#header .navbar-brand img {
  height: 60px;
}

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

.image-textoverlay-with-pagetitle .image-textoverlay-title span {
  padding: 5px 60px 30px 60px;
}

.icon-and-text .icon-col {
    padding-right: 0;
    text-align: center;
}

}

@media (min-width: 992px) {

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

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

.swiper-image-slider-wrapper .swiper-pagination {
  display:none;
}

.swiper-image-slider-wrapper {
  padding: 0 100px !important;
}
.swiper-image-slider-wrapper .swiper-button-prev, .swiper-image-slider-wrapper .swiper-button-next {
  margin-top: 0;
  transform: translateY(-50%);
  display:block;
}

.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(100%,-30%);
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-prev {
    transform: translate(-100%,-30%);
}

.image-textoverlay .image-textoverlay-text > p {
    max-width: 45%;
}  


footer .footer-logo {
  padding-right: 0;
  display: flex;
  align-items: center;
  max-width: 22%;
}
footer .footer-logo a {
  padding-left: 60px;
  padding-top: 20px;
}
footer .footer-logo img{
  position: relative;
  z-index: 1;
}
footer .footer-logo::before{

}
footer .footer-logo:after {
  content: "";
    width: 500px;
    max-width: 60%;
    height: 100%;
    background-color: var(--secondaryColor);
    display: block;
    position: absolute;
     left: 0;
    top: 0;
    transform: translateX(0) skewX(-10deg);
    transform-origin: left top;
}

.stage .stage-image::before {
  
  content: "";
    width: 200px;
    height: 100%;
    background: url('../images/stage-image-layer.svg') no-repeat left bottom;
    background-position-x: 0%;
    background-position-y: 0%;
    background-color: transparent !important;
    display: block;
    position: absolute;
    left: -2px;
    bottom: 0;
    background-size: contain;
  /*content: "";
  width: 200px;
  height: 100%;
  background: #ffffff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-100%) skewX(-12deg);
  transform-origin: left bottom;  */
}
.stage .stage-text-warpper {
  z-index: 2;
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 5% 0 18%;
}

}

@media (min-width: 992px) and (max-width: 1199px) {


#header .cta {
  position: absolute;
  top: 20px;
  right: 120px;
}

.navbar-toggler {
    top: -67px;
  }

#header .Link-Button-1 {
  font-family: var(--rootFontFamily);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.6;
  padding: 5px 30px 5px 30px;
  transition: background-color 0.5s;
  height: 35px;
}
#header .header-contact-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
#header .header-contact-link::before {
    font-size: 20px;
    height: 35px;
}

}



@media (min-width: 1200px) {
/*
.navbar-expand-xl .navbar-collapse:not(.show) {
  display: none !important;
}   */

#search-header:before {
	top: 4px;
	right: 45px;
}

#search-header {
	top: 26px;
    right: 15px;
	position: absolute;
	font-weight: 400;
	opacity: 1;
    transition: opacity .1s linear, top .2s linear;
}	

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


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

#header .navbar-brand img {
  height: 75px;
  transition: height .2s linear;
}

#header.scroll-down {
  box-shadow: 0 2px 10px -5px #cacaca;
  transition: height .2s linear;
}
#header.scroll-down .dropdown-menu-wrap {
  top: 90px;
}
#header.scroll-down .navbar-brand img {
  height: 50px;
  transition: height .2s linear;
}
#header.scroll-down .navbar-brand {
  padding: 20px 0;
  transition: padding .2s linear;
  
}
#header.scroll-down .main-navbar-01 {
  bottom: 3px;  
  transition: bottom .2s linear;  
}

#header.scroll-down #search-header,
#header.scroll-down .topbar {
  top: -10px; 
  opacity:0;
  transition: opacity .1s linear, top .2s linear ;
}
#header.scroll-down .main-navbar-01 .navbar-nav > li > a {
  padding: 0;
  margin: 35px 20px;
  transition: padding .2s linear; 
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
}
#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: padding .2s linear; 
}
#header .main-navbar-01 .navbar-nav > li.active > a {
  text-decoration: none;
  color: var(--rootFontColor);
}
#header .main-navbar-01 .navbar-nav > li:last-of-type > a {
  margin-right: 0;
} /*
#header .main-navbar-01 .navbar-nav > li.active > a {
  color: var(--primaryColor);
} 

#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 .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 .dropdown-menu-wrap {
  position: fixed;
  left: 0;
  top: 122px;
  background-color: #ffffff;
  overflow-y: scroll;
  box-shadow: 0 2px 10px -5px #cacaca;
  /*border: solid #59b46b;
  border-width: 6px 0; 
  border-bottom: 1px solid #dcdcdc;
  */
}
#header .dropdown-menu-wrap:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top:0;
}

#header .navbar-expand-xl .navbar-nav .dropdown-menu {
  display: block; 
  height: 0;
  left: -10px;
  background: #ffffff;
  border: none;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  min-width: 17rem;
  transition: none;
  padding: 0;
  transform: translateY(10px);
  transition: opacity .05s linear, transform .15s linear;
  border-radius: 8px;
}
#header .navbar-expand-xl .navbar-nav .show .dropdown-menu, #header .main-navbar-01 .navbar-nav .dropdown:hover .dropdown-menu {
  height: auto;
  padding: 15px 30px;
  opacity: 1; 

  box-shadow: 0px 0px 10px -4px #717171;
  transform: translateY(-10px);
  
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a {
  padding: 10px 0;
  border-bottom: none;   
  white-space: nowrap;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li:hover > a {
  text-decoration: underline;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li.active > a {
  text-decoration: none;
  color: var(--primaryColor);
  font-weight: 700;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li:last-of-type > a {
  border-bottom: none;
}

#header .topbar {
  position: absolute;
  top: 30px;
  right: 20px; 
  opacity:1;
  transition: opacity .1s linear, top .2s linear ;   
}
#header .topbar p{
  margin-bottom:0; 
  /* margin-right: 50px; */
}
#header .topbar .Link-Telefon-Icon, #header .topbar .Link-Mail-Icon, #header .topbar .Link-Button-1, #header #search-header {
  font-family:var(--thirdFontFamily);
  padding: 5px 15px 7px 40px;
  font-size:16px;
  font-weight:400;
  margin-left:10px;
}
#header .topbar .Link-Button-1 {
  padding: 10px 60px;   
}
#header .topbar .Link-Telefon-Icon::before, #header .topbar .Link-Mail-Icon::before {
  left:15px;
}

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


.accordion .card .card-body{
    padding: 15px 70px 30px 30px;
}

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

}

@media (min-width: 1200px) and (max-width: 1499px) {

#header .main-navbar-01 .navbar-nav > li > a {
  margin: 30px 20px 30px 20px;
}

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

#header .cta {
  position: absolute;
  top: 24px;
  right: 60px;
}

#header .Link-Button-1 {
  font-family: var(--rootFontFamily);
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.8;
  padding: 5px 30px 5px 30px;
  transition: background-color 0.5s;
  height: 35px;
}
#header .header-contact-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
#header .header-contact-link::before {
    font-size: 18px;
    height: 35px;
}

#header .container {
  align-items: flex-end;
}

#header.scroll-down .navbar-brand img {
  height: 60px;
}
#header.scroll-down .main-navbar-01 .navbar-nav > li > a {
  margin: 30px 20px 20px 20px;
}
#header.scroll-down .main-navbar-01 .navbar-nav > li:last-of-type > a {
  margin-right: 0;
}
#header.scroll-down .cta {
  top: 10px;
}

#header .navbar-nav li:nth-last-child(1):hover .dropdown-menu,#header .navbar-nav li:nth-last-child(1).show .dropdown-menu, #header .navbar-nav li:nth-last-child(2).show .dropdown-menu, #header .navbar-nav li:nth-last-child(2):hover .dropdown-menu {
    left: auto;
    right: -15px;
}




}

@media (min-width: 1300px) {

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

.container {
    max-width: 1270px;
}

}

@media (min-width: 1400px) {  
/*
.content > .frame > *, .image-textoverlay-text, .project-process > div > div > *, .modal-dialog {
    max-width: 1340px;
}

.container {
    max-width: 1340px;
}   */

.image-textoverlay-with-pagetitle .image-textoverlay-title span {
  padding: 5px 80px 30px 80px;
}

}

@media (min-width: 1600px) {

#header .main-navbar-01 .navbar-nav > li > a {

}

.image-textoverlay .image-textoverlay-text, .custom-video.video-fullscreen .container {
  max-width: 1470px;
}


}




@media (min-width: 1940px) {

.frame-layout-10:before {
    transform: translateY(-50%) skewY(-1.5deg);   
}

.stage .stage-image::before {
    width: 400px;
}


}



@media (max-width: 1299px) {
/*
h1, .h1 {
    font-size: 60px;
}
h2, .h2 {
    font-size: 60px;
}
h3, .h3 {
    font-size: 40px;
}
h4, .h4 {
    font-size: 26px;
}  */


}

@media (min-width: 1200px) and (max-width: 1299px) {



}


@media (max-width: 1199px) {



#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:48%;
  text-align:center;
}
#header .main-navbar-01 .topbar a:first-of-type {
  margin-right:2%;
}
#header .main-navbar-01 .topbar a:last-of-type {
  margin-left:2%;
}
#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;
}

#search-header::before {
  top: 39px;
  right: 80px;
  font-size: 28px;
  color: var(--rootFontColor);
}
#searchfield-header.open {
  top: 120px;
}


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;
}


.image-textoverlay .image-textoverlay-text .inner-container{
    max-width:80%;
}



}


@media (max-width: 991px) {

body {
    font-size:20px;
}

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

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

#searchfield-header .tx-kesearch-pi1 .submitbutt input {
  height: 50px;
}
#searchfield-header .container {
  padding-top: 60px;
  padding-bottom: 30px;
}

.image-textoverlay .image-textoverlay-text h2 {
  font-size: 48px;
}

/*Icons Columns*/
.icons-columns .icons-item{
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;   
}


.swiper-content-slider-three-cols-wrapper {
  margin-left: -30px;
margin-right: -30px;
}
.swiper-button-next {
  right: 5px;
}
.swiper-button-prev {
  left: 3px;
}


footer {
  font-size: 16px;
  text-align:center;
  padding-top: 0;
}

footer .footer-logo {
  padding-right: 30px;
  padding-left: 30px;
  position: relative;
  width: 100%;
  max-width: 100%;
  background: var(--primaryColor);
  margin: 0 auto 0 auto;
}
footer .footer-logo::before {
  display: none;
}

footer .row > div{ 
  padding-bottom: 45px;
}
footer .row > div:last-of-type{ 
  padding-bottom: 0;
}

footer .nav a {
  text-align: center;
  padding: 8px 0;
  padding-top: 8px;
  background-color: #fff;
  color: var(--rootFontColor);
  margin-bottom: .5rem;
  border-radius: 6px;
}
footer .nav li:first-of-type a {
  padding-top: 8px;
}

.bottom-bar {
  padding-bottom:30px;
}
.bottom-bar > div{
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-bar > div > div{
  -ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
text-align:center;
}
.bottom-bar > div > div:first-of-type{
  order: 2;
}

.bottom-bar .navbar-footer-bottom {
  margin: 0 auto;
  margin-bottom: 10px;  
}

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


}

@media (max-width: 767px) {

body {
    font-size:16px;
}

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

.p-text-small {
  font-size: 14px;
}


.ul-style-2 li {
  padding-left: 40px;
  margin-bottom: 20px;
}
.ul-style-2 li::before {
  font-size: 28px;
}

.Link-Button-1, .Link-Button-2 {
  font-size: 1rem;
  padding: 10px 50px 6px 50px;
}


.frame-layout-20 {
  padding-left: 30px;
  padding-right: 30px;
}

/* 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: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .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: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

.image-textoverlay-with-pagetitle {
  margin-bottom: 5em;
}

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

.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;
}

#search-header::before {
  top: 13px;
  right: 68px;
}
#searchfield-header.open {
  top: 70px;
}
#searchfield-header .container {
  padding-top: 50px;
  padding-bottom: 10px;
}
#close-searchfield-header {
  top: 0px;
}
#searchfield-header #tx-indexedsearch-searchbox-sword {
  position: relative;
  width: 100%;
  display: block;
}
#tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
  border-radius: 6px;
  width: 100%;
  display: block;
  position: relative;
  font-size: 18px;
  margin-top: 10px;
  padding: 7px 20px;
}

.accordion .card .card-header button {
  font-size: 20px;
  line-height: 1.2;
}
.accordion .card .card-header button.collapsed::after {
  font-size: 40px;
}  

.frame-custom-100, .frame-custom-105, .frame-custom-110 {
    height: auto;
}

.container_wrap > .row > div:last-of-type .frame-custom-100, .container_wrap > .row > div:last-of-type .frame-custom-105, .container_wrap > .row > div:last-of-type .frame-custom-110 {
    margin-bottom: 0;
}


.frame-custom-100 .container_wrap, .frame-custom-105 .container_wrap, .frame-custom-110 .container_wrap {
  padding-right: 0;
  padding-left: 0;
}

.icon-and-text  {
    text-align: center;
    margin-bottom: 3em;
}

.icon-and-text .image-wrapper {
    margin-bottom: 1em; 
}
.icon-and-text.icon_roundbg .image-wrapper {
  padding: 1em;
}

.image-textoverlay .image-textoverlay-text h2 {
  font-size: 36px;
}

.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: 10px;
}
.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;
}

.image-textoverlay:after{
  content:"";
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  background:#000;
  opacity:.45;
  top: 0;
z-index: 1;
}
.image-textoverlay .image-textoverlay-text .inner-container{
    max-width:100%;
    background:transparent;
    padding: 0;
}
.image-textoverlay .image-textoverlay-text .inner-container *{
    color:#ffffff;
}


}

@media (max-width: 566px) {

#header .container {
  padding-right: 30px;
  padding-left: 30px;
}

span.span-subheader {
  font-size: .5em;
}

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



.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 {
  padding-bottom: 0;
}
.swiper-testimonial-slider-wrapper .testimonial-image img {
    max-width: 100px;
    margin-left: 15px;
}


.card-wrapper {
  padding-bottom: 30px;
}
.frame-custom-100.frame-type-ce_columns2, .frame-custom-100.frame-type-ce_columns3, .frame-custom-100.frame-type-ce_columns4, .frame-custom-105.frame-type-ce_columns2, .frame-custom-105.frame-type-ce_columns3, .frame-custom-105.frame-type-ce_columns4, .frame-custom-110.frame-type-ce_columns2, .frame-custom-110.frame-type-ce_columns3, .frame-custom-110.frame-type-ce_columns4 {
    padding-top: 30px;
}

.image-textoverlay-with-pagetitle .image-textoverlay-title {
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.image-textoverlay .image-textoverlay-text p {
  font-size:16px
}

.image-textoverlay .image-textoverlay-text h2 {
  font-size: 32px;
}

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

.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-next {
    transform: translate(0,-30%);
}
.swiper-content-slider-three-cols-wrapper.no-padding .swiper-button-prev {
    transform: translate(0,-30%);
}

/*Icons Columns*/
.icons-columns .icons-item{
    padding-left: 0;
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;   
}


.image-text-two-cols .text-wrapper .text {
  padding: 30px 30px 60px 30px;
}
#header .main-navbar-01 .navbar-nav .dropdown-menu > li > a {
  padding-left: 15px;
  font-size: 16px;
}

footer  {
  padding-top:0;
}

footer .container {
  padding-right: 30px;
  padding-left: 30px;
}

footer .container .row {
  margin-right: -30px;
margin-left: -30px;
}


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

}



@media (max-width: 450px) {

.om-cookie-panel.active {
  overflow: scroll;
  height: 100vh;
  width:100vw;
}

#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 {
  padding: 10px 30px 8px 30px;
  width: 100%;
  text-align: center;
}


.cc-window.cc-window.cc-bottom-right {
  max-width: 100% !important;
  right: 0 !important;
  bottom: 0 !important;
}



}


