
h1, h2, h3, h4, h5, h6 {
font-family: 'Barlow', sans-serif;
color:#21272E;
margin:0px;
}

button:hover, button:focus {
outline:none !important;
}

p, a, li, ol{
font-family: 'Barlow', sans-serif;
color:#21272E;
}

a {
font-weight:bold;
transition: all 300ms ease-out;
}

a:hover{
color:#FFBA00;
font-weight:bold;
}

a:hover, a:focus {
color:#FFBA00;
}

p {
font-size:14px;
margin-bottom:20px;
}

p:last-of-type  {
margin-bottom:0px;
}

.text-right {
text-align:right;
}

.text-center {
text-align:center;
}

.f-50 {
font-size:50px;
line-height:55px;
}

.f-40 {
font-size:40px;
line-height:45px;
}

.f-30 {
font-size:30px;
line-height:35px;
}

.f-20 {
font-size:20px;
line-height:25px;
}

.f-18 {
font-size:18px;
}


.extra-bold {
font-weight:800
}

.extra-bold a{
font-weight:800
}

.t-uppercase {
text-transform:uppercase;
}

.margin-bot-40 {
margin-bottom:40px;
}

.margin-bot-30 {
margin-bottom:30px;
}

.margin-bot-20 {
margin-bottom:20px;
}

.margin-top-40 {
margin-top:40px;
}

.margin-top-60 {
margin-top:60px;
}

.padding-top-20 {
padding-top:20px;
}

.section-70-70 {
padding-top:70px;
padding-bottom:70px;
}

.section-100-100 {
padding-top:100px;
padding-bottom:100px;
}

.section-100-0 {
padding-top:100px;
}

.section-0-100 {
padding-bottom:100px;
}

.section-50-100 {
padding-top:50px;
padding-bottom:100px;
}

.section-50-0 {
padding-top:50px;
}

.section-90-90 {
padding-top:90px;
padding-bottom:90px;
}

.section-75-75 {
padding-top:75px;
padding-bottom:75px;
}

.section-100-140 {
padding-top:100px;
padding-bottom:140px;
}

.section-140-140 {
padding-top:140px;
padding-bottom:140px;
}

.section-140-0 {
padding-top:140px;
}

.section-50-50 {
padding-top:50px;
padding-bottom:50px;
}

.section-60-60 {
padding-top:60px;
padding-bottom:60px;
}

.section-100-50 {
padding-top:100px;
padding-bottom:50px;
}

.inside-padding-20 {
padding-top:20px;
}

.button-center {
margin-left:auto;
margin-right:auto;
display:block !important;
width: fit-content !important;
}

.col-857 {
max-width:857px;
margin-left:auto;
margin-right:auto;
}

.col-550 {
max-width:550px;
}

.padding-bot-20 {
padding-bottom:20px;
}

.section-0-45 {
padding-bottom:45px;
}


/* Menu */

.row.row-menu-container.row-big .large-9 {
padding-left:0px !important;
padding-right:0px !important;
}


.menu-tel a span{
color:#FFBA00;
text-decoration: underline !important;
}

.menu-tel button {
margin-right:30px;
font-size:18px !important;
}

.menu-tel button:hover span {
border-bottom: none !important;
}

.menu-tel a i{
color:#FFBA00;
margin-right:10px;
}

.menu-container {
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
background:#fff;
padding-top: 24px;
padding-bottom: 25px;
}

.menu-container.scrolled-header {
box-shadow: 0px 2px 20px #0000001A;
}

.menu-1 {
font-family: 'Barlow', sans-serif;
}

.menu-1 > ul {
display:inline;
float:right;
margin:0px;
margin-top:3px;
}

.menu-1 > ul > li {
display:inline;
}

.menu-1 > ul li > button a{
color: #21272E;
}

.menu-1 > ul li > button {
background:none;
font-size:14px;
font-weight:bold;
width:auto;
padding:0px;
outline:none !important;
font-family: 'Barlow', sans-serif;
text-transform:uppercase;
margin-left:30px;
color: #21272E;
}

.menu-1 > ul li button.underline-menu span{
border-bottom: 3px solid #FFBA00 !important;
}

.menu-1 > ul li button:hover span {
border-bottom: 3px solid #FFBA00;
}

.menu-1 > ul li:last-child button:hover span {
border-bottom:none;
}

.menu-1 > ul > li:last-child > button {
margin-right:0px;
background:#FFBA00;
line-height:39px;
border-radius: 23px;
height:45px;
border:solid 3px #FFBA00;
margin-left:60px;
}

.menu-1 > ul > li:last-child > button a {
padding: 0px 40px;
display:block;
}

.menu-1 > ul > li:last-child > button:hover {
background:none;
border:solid 3px #FFBA00;
}

.menu-1 > ul > li:last-child  button:hover a{
color:#FFBA00 !important;
}

.menu-1 > ul li button i.fa-chevron-down {
padding-left:5px;
font-size:10px;
bottom:2px;
display:inline-block;
position:relative;
}

.new-dropdown {
position:fixed;
height:100vh;
width:100%;
background:#fff;
top:100px;
left:0px;
display:none;
}

.close-dropdown {
position:absolute;
top:0px;
right:0px;
height:60px;
width:60px;
text-align:center;
background:#1DABBF;
cursor:pointer;
display: none; /* Dima */
}

.close-dropdown i {
color:#fff;
font-size:25px;
padding-top:17px;
font-weight:light;
}

.flex-box {
display: flex;
flex-wrap: wrap;
justify-content: space-between
}

.flex-col-33 {
flex-grow: 1;
width: 23%; /* 33% */

height: 100vh;
background:#F6F6F6;
padding-left:100px;
padding-right:100px;
padding-top:55px;
padding-bottom:50px;
}

.flex-col-66 {
flex-grow: 1;
width: 77%; /* 66-67% */
height: 100vh;
}

.sub-menu-div .col-links{
width:30%; /* 50% */


float:left;
height: 100vh;
background:#e9e9e9;
padding-left:80px;
padding-right:80px;
padding-top:55px;
padding-bottom:50px;
}

.sub-menu-div .col-img{
width:70%;
float:right;
height: calc(100vh - 110px); /* Problems = 100vh */
transition: border ease-in-out 0.5s;
}

.sub-menu-div .col-img img{
object-fit: cover;
height:100%;
width:100%;
}

.sub-menu-div .col-img img.consulting{
object-fit: cover;
height:100%;
width:100%;
object-position:top;
}



.sub-menu-div .col-img:hover {
border: 15px solid #fff;
transition: border ease-in-out 0.5s;
}

.col-links ul {
list-style:none;
padding:0px;
margin:0px;
}

.new-dropdown h4{
font-size:14px; /* 14px */
color:#111417;
font-weight:700;
margin-top:0px;
margin-bottom:30px;
}

.new-dropdown ul {
list-style:none;
margin:0px;
padding:0px;
}

.new-dropdown li {
padding-bottom:12px;
text-align:left !important;
}

.menu-1 .new-dropdown li button, .menu-1 .new-dropdown li a {
background:none !important;
font-size:14px; /* 14px */
color:#111417;
font-weight:normal;
padding:0px !important;
margin:0px !important;
font-family: 'Barlow', sans-serif;
line-height:22px;
outline:none !important;
text-align:left !important;
}

.menu-1 .new-dropdown li button:hover, .menu-1 .new-dropdown li a:hover {
outline:none !important;
color:#616161;
transition: all 0.5s ease-out;
}

.menu-1 .new-dropdown li button.active, .menu-1 .new-dropdown li a.active {
border-bottom:1px solid #000;
outline:none !important;
text-align:left !important;
}

.sub-menu-div {
display:none;
}

.sub-menu-div.active {
display:block;
}

.menu-v3 .menu-tel {
top: 46px;
left:28%;
}

.mobile-menu-container {
display:none;
}

.back-mobile-menu {
display:none;
}


@media only screen and (max-height: 650px) and (max-width: 1400px) {
.flex-col-33, .sub-menu-div .col-links, .sub-menu-div .col-img {
min-height:550px;
}

.new-dropdown {
height: calc(var(--vh, 1vh)*100 - 6rem);
}

.flex-col-33  {
padding-left:80px;
padding-right:80px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {
.flex-col-33 {
width:27%;
}

.flex-col-66 {
width:73%;
}

.sub-menu-div .col-links {
width:45%;
}

.sub-menu-div .col-img {
width:55%;
}
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
.flex-col-33 {
width:33%;
}

.flex-col-66 {
width:67%;
}

.sub-menu-div .col-links {
width:50%;
}

.sub-menu-div .col-img {
width:50%;
}
}


@media only screen and (max-width: 900px) and (min-width: 500px) {
.mobile-menu-container {
}
}


@media only screen and (min-width: 1064px) and (max-width: 1495px) {
.menu-1 > ul li > button {
margin-left: 17px;
}
}

@media only screen and (min-width: 1064px) and (max-width: 1452px) {
.menu-1 > ul > li:last-child > button {
margin-left:13px !important;
}
}




@media only screen and (max-width: 1064px) {

.row.row-menu-container.row-big .large-9 {
padding-left:0px !important;
padding-right:0px !important;
}

.menu-tel-email {
display:none;
}

.menu-container {
padding-top:0px !important;
padding-bottom:0px !important;
}

.medium-800 .menu-v3 .row.row-menu-container {
max-width:1064px !important;
}

.medium-800 .menu-v3 .row.row-menu-container .row{
max-width:1064px !important;
}

.medium-800 .menu-v3 .row.row-menu-container .row .large-12{
padding-left:0px !important;
padding-right:0px !important;
}

.menu-v3 .large-4 {
display:none;
}

.row-menu-container .large-3 {
display:none;
}

.row-menu-container .large-9 {
margin-left:auto;
margin-right:auto;
width:100%;
}

.menu-container.menu-v3 {
background: #fff;
}

.menu-v3 .large-9 {
width:100%;
height:61px;
margin-left:auto;
margin-right:auto;
}

.mobile-menu-container {
display:block;
max-width:800px;
margin-left:auto;
margin-right:auto;
position:relative;
width:100%;
display:block;
padding-left:15px;
padding-right:15px;
height:61px;
}

.mobile-menu-container .mobile-kontakt-button {
background: #FFBA00;
padding: 0px 18px;
line-height: 28px;
border-radius: 23px;
height: 33px;
border: solid 3px #FFBA00;
font-family: 'Barlow', sans-serif;
text-transform:uppercase;
position:absolute;
top:14px;
right:100px;
font-size:14px;
}

.mobile-menu-container .mobile-kontakt-button:hover {
color:#21272E;
}


.mobile-menu-container .menu-icon {
color:#21272E;
font-size:27px;
position:absolute;
top:8px;
padding:5px 20px;
right:0px;
cursor:pointer;
}

.mobile-menu-container .menu-icon .fa-times {
display:none;
}

.mobile-menu-container .mobile-logo {
display:inline-block;
padding-top:9px;
}

.mobile-menu-container .mobile-logo img {
height:45px;
float:left;
}

.menu-1 {
display:none;
height:100vh;
background:#fff;
}

.menu-1 > ul {
float:left;
background:#fff;
width:100%;
padding-top:0px;
z-index:99;
}

.menu-1 > ul > li {
display:block;
padding:0px;
border-bottom:1px solid #c2c2c2;
}

.menu-1 > ul li > button {
color:#000;
font-size:14px;
color: #111417;
margin:0px;
font-weight:normal;
padding:20px 20px;
width:100%;
text-align:left;
font-weight: bold;
}

.menu-1 > ul li > button a{
color: #111417;
}

.menu-1 > ul > li:last-child  {
display:none;
}

.new-dropdown {
top:73px;
}

.flex-col-33 {
width:100%;
padding:0px;
}

.sub-menu-div .col-links {
width:100%;
padding:0px;
}

.sub-menu-div .col-img {
display:none;
}

.close-dropdown {
display:none;
}

.new-dropdown {
z-index:9
}

.new-dropdown h4 {
text-align:center;
padding-top:20px;
padding-bottom:20px;
border-bottom:1px solid #c2c2c2;
margin-bottom:4px;
font-family: 'Barlow', sans-serif;
}

.new-dropdown ul li{
padding:10px 20px;
border-bottom:1px solid #c2c2c2;
}

.menu-1 .new-dropdown li button.active, .menu-1 .new-dropdown li a.active {
border-bottom:none;
}

.back-mobile-menu {
display:block;
position:absolute;
left:0px;
font-size:20px;
width:60px;
height:60px;
text-align:center;
border-right:1px solid #c2c2c2;
}

.back-mobile-menu i{
padding-top:20px;
}

.menu-1 .new-dropdown li button:hover, .menu-1 .new-dropdown li a:hover {
border:none;
}

.menu-1 > ul li button:hover span {
border:none;
}

.new-dropdown {
height:100vh !important;
}

.new-dropdown .col-links h4 {
border-bottom:1px solid #111417
}

.new-dropdown .col-links ul li {
border-bottom: 1px solid #111417;
}

.col-links  .back-mobile-menu {
border-right: 1px solid #111417;
color:#111417;
}

.menu-1, .new-dropdown, .flex-col-33, .flex-col-66, .sub-menu-div .col-img {
height:100vh !important;
min-height:unset !important;
max-height:unset !important;
}

.sub-menu-div .col-links {
height:calc(100vh - 69px) !important; /* 100vh */
min-height:450px !important; /* 650px  */
overflow:scroll;
}

.flex-col-33 {
height:100vh !important;
min-height:450px !important;
overflow:scroll;
}

.menu-1 > ul li button i.fa-chevron-down {
float:right;
padding-top:6px;

}
}

.row {
max-width:1378px
}

.row-big {
max-width:1810px;
}

.row-1100 {
max-width:1100px !important;
}

button {
color:unset;
margin:0px;
}

button:hover, button:focus, .button:hover, .button:focus {
color:unset;
}

.logo {
width:268px;
transition-duration: 0.2s;
transition-timing-function: linear;
}

.menu-1 > ul {
transition-duration: 0.2s;
transition-timing-function: linear;
}

.scrolled-header {
background:#fff;
}

.scrolled-header .menu-1 > ul {
padding-top:0px;
}

.menu-tel-email {
position:relative;
z-index: 9999999;
margin-left:auto;
margin-right:auto;
}

.menu-tel-email ul{
list-style:none;
text-align:right;
padding-top:15px;
}

.menu-tel-email ul li{
display:inline-block;
padding-left:35px;
}

.menu-tel-email ul li img{
margin-right:11px;
padding-bottom:4px;
}

.menu-tel-email ul li a{
color: #21272E;
font-size:16px;
font-weight:600;
outline:none; !important;
font-family: 'Barlow', sans-serif;
}


@media only screen  and (min-width: 1064px) {
.row.row-menu-container.row-big {
display:flex;
}

.row.row-menu-container.row-big .large-8 {
display:flex;
align-content:flex-end;
align-items:flex-end;
}

.row.row-menu-container.row-big .large-8 .row {
margin:0px;
float:right;
width:100%;
}

.row.row-menu-container.row-big .large-8 .row .large-12 {
padding-right:0px;
}
}


/* Footer */

.footer {
background:#EFEFEF;
padding-top:100px;
}

.footer h4 {
font-size:16px;
font-weight:700;
line-height:25px;
margin-bottom:20px;
}

.fixed-kontakt-buttons {
position: fixed;
top: 46%;
right: -50px;
cursor: pointer;
z-index:9999;
}

.fixed-kontakt-buttons ul {
list-style:none;
margin:0px;
}

.fixed-kontakt-buttons ul li{
margin-bottom:12px;
}

.fixed-kontakt-buttons ul li a{
height:50px;
width:50px;
background:#FFBA00;
border: 3px solid #FFBA00;
border-radius:50%;
text-align:Center;
margin:0px;
display:block;
color:#21272E;
}

.fixed-kontakt-buttons ul li a i{
font-size: 18px;
padding-top: 14px;
}

.fixed-kontakt-buttons ul li a:hover {
border: 3px solid #FFBA00;
background:none;
color:#FFBA00;
}

.fixed-kontakt-buttons ul li img{
height:50px;
}

.fixed-kontakt-buttons .fixed-text {
background: #FFBA00;
border-radius: 35px;
font-size: 16px;
font-family: 'Barlow', sans-serif;
line-height: 44px;
text-transform: uppercase;
font-weight: 700;
height: 50px;
padding-left: 40px;
padding-right: 40px;
color: #21272E;
padding-top:0px;
padding-bottom:0px;
border: 3px solid #FFBA00;
transform: rotate(270deg);
display:block;
width:auto;
}

.fixed-kontakt-buttons .fixed-text:hover {
background: none;
color:#FFBA00;
border: 3px solid #FFBA00;
}

.fixed-kontakt-buttons li:last-child {
margin-left: -55px;
padding-top:55px;
}

.footer p i {
color:#FFBA00;
position:absolute;
top:4px;
left:0px;
}

.footer p a {
font-weight:400;
}

.footer .first-columns p {
padding-left:20px;
position:relative;
font-size:14px;
}

.footer .footer-map {
margin-top:50px;
display:block;
}

.footer .footer-map img {
max-width:196px;
}

.footer-menu {
list-style:none;
margin:0px;
}

.footer-menu a {
font-size:14px;
font-weight:400;
line-height:25px;
transition: color 300ms ease-out;
}

.footer button {
margin-top:20px;
display:block;
}

.footer-inside-padding {
padding-top:50px;
}

.footer-social-icon {
list-style:none;
margin:0px;
}

.footer-social-icon li{
display:inline;
padding-right:5px;
padding-bottom:5px;
}

.footer-social-icon li a{
height:50px;
width:50px;
display:inline-block;
background-position:center !important;
background-size:50px !important;
}


.footer-social-icon li .facebook-footer {
background: url(/layout/icon-facebook.svg);
}

.footer-social-icon li .instagram-footer {
background: url(/layout/icon-instagram.svg);
}

.footer-social-icon li .linkedin-footer {
background: url(/layout/icon-linkedin.svg);
}

.footer-social-icon li .xing-footer {
background: url(/layout/icon-xing.svg);
}


.footer-social-icon li .facebook-footer:hover {
background: url(/layout/facebook-hover.svg);
}

.footer-social-icon li .instagram-footer:hover {
background: url(/layout/instagram-hover.svg);
}

.footer-social-icon li .linkedin-footer:hover {
background: url(/layout/linkedin-hover.svg);
}

.footer-social-icon li .xing-footer:hover {
background: url(/layout/xing-hover.svg);
}



.footer-social-icon li img {
padding-bottom:5px;
}

.footer-seo-icon {
list-style:none;
margin:0px;
margin-top:55px;
margin-bottom:45px;
}

.footer-seo-icon li {
display:inline;
padding-right:15px;
}

.footer-seo-icon li img {
height:51px;
filter: grayscale(100%);
}

/*
.footer-seo-icon li:nth-child(5) img {
height: 91px;
}
*/


.footer-seo-icon li img:hover {
filter: none;
}

.footer-2 {
background:#EFEFEF;
padding-bottom:40px;
}

.footer-2 .line {
height:1px;
background: #D3D3D3;
margin-bottom:30px;
}

.footer-2 a{
font-weight:400;
}

.footer-2 span{
padding-left:10px;
padding-right:10px;
}

.footer-county-icon {
text-align:right;
}

.footer-county-icon img{
max-height:24px;
margin-top:-2px;
margin-left:10px;
}

/* PAGES */


#banner-home {
background-color:#000;
}

.bx-wrapper {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
background: none !important;
margin-bottom:0px !important;
position:relative !important;
}

.banner {
margin-top:100px;
}

.slide {
position:relative;
height:596px;
border-radius: 30px;
background-size:cover !important;
}


.banner .home-slide-2, .banner .home-slide-3 {
display:none;
}

.home-slide-1 {
background:url(/layout/baner-1.jpg);
}

.home-slide-2.lazy-bg-loaded {
background:url(/layout/baner-2.jpg);
}

.home-slide-3.lazy-bg-loaded {
background:url(/layout/baner-3.jpg);
}

.home-slide-4.lazy-bg-loaded {
background:url(/layout/baner-4.jpg);
}

.banner .bx-wrapper .bx-pager {
bottom: 45px !important;
padding-top:0px !important;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
width:14px;
height:14px;
border-radius: 50%;
background: #FFFFFF;
opacity: 0.7;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover, .banner .bx-wrapper .bx-pager.bx-default-pager a.active, .banner .bx-wrapper .bx-pager.bx-default-pager a:focus {
opacity: 1;
background:#fff;
}

.box-background {
max-width:884px;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
position:absolute;
bottom:115px;
padding-top:60px;
padding-bottom:60px;
}

#banner-home .box-background h4{
font-size:50px;
text-align:center;
text-transform: uppercase;
font-weight:bold;
font-family: 'Barlow', sans-serif;
color:#fff;
line-height:52px;
margin-bottom:15px;
margin-top:0px;
max-width: 700px;
margin-left: auto;
margin-right: auto;
}

#banner-home .box-background p{
font-size:14px;
text-align:center;
font-weight:400;
font-family: 'Barlow', sans-serif;
color:#fff;
line-height:25px;
max-width:700px;
margin-left:auto;
margin-right:auto;
margin-bottom:50px;
}

#banner-home .box-background ul{
list-style:none;
text-align:center;
margin-left:0px;
margin-bottom:0px;
}

#banner-home .box-background ul li{
display:inline;
margin:0px 7px;
}

.button-orange {
background:#FFBA00;
border-radius: 35px;
font-size:14px;
font-family: 'Barlow', sans-serif;
line-height:45px;
text-transform:uppercase;
font-weight:700;
height:50px;
padding-left:30px;
padding-right:30px;
border:3px solid #FFBA00;
color:#21272E;
padding-top:0px;
padding-bottom:0px;
display:inline-block;
width:auto;
}

.button-orange:hover, .button-orange:focus {
background:none;
color:#FFBA00;
outline:none !important;
}

.button-empty {
background:none;
border-radius: 35px;
font-size:14px;
font-family: 'Barlow', sans-serif;
line-height:45px;
text-transform:uppercase;
font-weight:700;
height:50px;
padding-left:30px;
padding-right:30px;
border:3px solid #FFBA00;
color:#FFBA00;
padding-top:0px;
padding-bottom:0px;
display:inline-block;
width:auto;
}

.button-empty:hover, .button-empty:focus  {
background:#FFBA00;
color:#21272E;
outline:none !important;
}


/* Partners Slider */
.partner-logos-new img {
height:40px;
margin:0 auto;
filter: grayscale(100%);
}

.partner-logos-new img:hover {
filter:none;
}

.partner-logos-new .bx-wrapper .bx-controls-direction a {
height: 20px;
width: 11px;
top: 65%;
}

.partner-logos-new .bx-wrapper .bx-prev {
background: url(/layout/arrow-logos-left.svg) no-repeat;
left:-32px;
}

.partner-logos-new .bx-wrapper .bx-next {
background: url(/layout/arrow-logos-right.svg) no-repeat;
right:-32px;
}


.partner-logos-new-2 img {
height:40px;
margin:0 auto;
filter: grayscale(100%);
}

.partner-logos-new-2 img:hover {
filter:none;
}

.partner-logos-new-2 .bx-wrapper .bx-controls-direction a {
height: 20px;
width: 11px;
top: 65%;
}

.partner-logos-new-2 .bx-wrapper .bx-prev {
background: url(/layout/arrow-logos-left.svg) no-repeat;
left:-32px;
}

.partner-logos-new-2 .bx-wrapper .bx-next {
background: url(/layout/arrow-logos-right.svg) no-repeat;
right:-32px;
}


.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
background-position:0 0 !important;
}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
background-position:0 0 !important;
}

.partner-logos-new .large-12 {
padding-left:50px;
padding-right:50px;
}

.partner-logos-new-2 .large-12 {
padding-left:50px;
padding-right:50px;
}


.flex-video {
margin-bottom: 0px;
padding-bottom: 52.2%;
}

.right-video-box {
max-width:556px;
display:block;
margin-left:40px;
}

.call-to-action-1.lazy-bg-loaded {
background:url(/layout/bg-call-to-action-1.png);
background-size:cover;
}
.call-to-action-1 {
display:block;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
padding-top:80px;
padding-bottom:80px;
border-radius: 30px;
}



.call-to-action-1 h4{
font-size:50px;
text-transform:uppercase;
line-height:50px;
font-weight:800;
margin-bottom:30px;
}

.call-to-action-1 p{
margin-bottom:0px;
font-size:30px;
line-height:33px;
font-weight:500;
}

.call-to-action-1 p a{
font-weight:700;
color:#FFBA00;
margin-bottom:8px;
display:block;
}

.logos-seo ul{
list-style:none;
text-align:center;
margin:0px;
}

.logos-seo ul li{
display:inline;
padding:0px 10px;
}

.logos-seo ul li img{
height:51px;
filter: grayscale(100%);
}

.logos-seo ul li img:hover {
filter:none;
}

.logos-seo ul li:nth-child(5) img {
height:91px;
}

.contain-to-grid {
overflow:auto;
}

.call-to-action-2.lazy-bg-loaded {
background:url(/layout/bg-call-to-action-2.png);
background-size:cover;
}
.call-to-action-2 {
display:block;
overflow:auto;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
padding-top:100px;
padding-bottom:100px;
}

.call-to-action-2 .large-5 {
padding-right:70px;
}

.call-to-action-2 h4{
font-size:50px;
text-transform:uppercase;
line-height:50px;
font-weight:800;
margin-bottom:35px;
margin-top:-13px;
}


@media only screen and (min-width: 1025px) and (max-width: 1124px) {
.call-to-action-2 h4 br {
display:none;
}

}

.call-to-action-2 p{
margin-bottom:0px;
font-size:30px;
line-height:33px;
font-weight:500;
}

.call-to-action-2 p a{
font-weight:700;
color:#FFBA00;
}

.call-to-action-2 button {
margin-top:38px;
}

.col-6-6 .large-6:nth-child(2) .col-630 {
margin-right: 0px;
margin-left: auto;
}

.col-630 {
max-width:630px;
}

.call-to-action-3.lazy-bg-loaded {
background:url(/layout/bg-call-to-action-3.png);
background-size:cover !important;
background-position:center;
}

.call-to-action-3 {
display:block;
overflow:auto;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
padding-top:80px;
padding-bottom:60px;
}

.call-to-action-3 .text-box {
max-width:633px;
}

.call-to-action-3 h4{
font-size:50px;
text-transform:uppercase;
line-height:50px;
font-weight:800;
margin-bottom:40px;
color:#fff;
}

.call-to-action-3 ul{
list-style:none;
margin:0px;
margin-bottom:38px;
}

.call-to-action-3 ul li{
display:inline;
}

.call-to-action-3 ul li a{
font-size:18px;
color:#fff;
font-weight:400;
}

.call-to-action-3 ul li a img{
padding-bottom:3px;
margin-right:10px;
width:15px;
}

.call-to-action-3 ul li:nth-child(1){
padding-right:28px;
}

.call-to-action-3 button{
margin-bottom:20px;
}

.bg-gray {
background:#EFEFEF;
}

.city-list {
background:#EFEFEF;
padding-top:80px;
padding-bottom:80px;
}

.city-list ul {
list-style:none;
margin:0px;
}

.city-list ul li{
display:inline-block;
float: left;
padding-right: 20px;
width: 16.6%;
}

.city-list ul li a{
font-size:16px;
font-weight:500;
display:block;
border-bottom:1px solid #D3D3D3;
padding:14px 0;
transition: color 300ms ease-out;
}

.city-list ul li a img {
line-height: 25px;
height: 16px;
display: block;
float: right;
margin-top:6px;
margin-right:5px;
}

.call-to-action-4.lazy-bg-loaded {
background:url(/layout/bg-call-to-action-4.png);
background-size:cover;
background-position:center;
}

.call-to-action-4 {
display:block;
overflow:auto;
background-repeat:no-repeat;
background-position:center;
background-size:cover;
padding-top:80px;
padding-bottom:80px;
}

.call-to-action-4 .text-box {
max-width:700px;
}

.call-to-action-4 h4{
font-size:50px;
text-transform:uppercase;
line-height:50px;
font-weight:800;
margin-bottom:40px;
color:#fff;
}

.call-to-action-4 ul{
list-style:none;
margin:0px;
margin-bottom:55px;
}

.call-to-action-4 ul li{
display:inline;
}

.call-to-action-4 ul li a{
font-size:22px;
color:#fff;
font-weight:400;
}

.call-to-action-4 ul li a img{
padding-bottom:3px;
margin-right:17px;
}

.call-to-action-4 ul li:nth-child(1){
padding-right:70px;
}



/* Slider ref + project*/

.projects-slider.lazy-bg-loaded {
background:url(/layout/projects-slider.png);
background-size:cover;
}
.projects-slider {
padding-top:70px;
padding-bottom:70px;
background-repeat:no-repeat;
}

.projects-slider h3{
font-size: 50px;
text-transform: uppercase;
line-height: 50px;
font-weight: 800;
margin-bottom: 35px;
text-align:right;
}

.projects-slider .bx-wrapper .bx-pager {
bottom: 0px !important;
padding-top: 0px !important;
text-align:left;
}

.projects-slider .bx-wrapper .bx-pager.bx-default-pager a {
height:14px;
width:14px;
background:rgba(33, 39, 46, 0.7);
border-radius:50%;
}


.projects-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .projects-slider .bx-wrapper .bx-pager.bx-default-pager a.active, .projects-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
background:#21272E;
}


.projects-slider a {
float:right;
}

.projects-slider img {
height:61px;
width:auto;
margin-top:30px;
margin-bottom:50px;
}

.col-605 {
max-width:605px;
}

.col-510 {
max-width:510px;
}

.slider-reference {
padding-top:7px;
}

.slider-reference h4 {
font-size:16px;
font-weight:700;
padding-top:25px;
}

.slider-reference h5 {
font-size:16px;
font-weight:400;
}


.home-boxes .single-item {
width: calc(50% - 10px);
}

.home-boxes .gray-box {
background:#EFEFEF !important;
height:100%;
border-radius: 30px;
padding:60px 60px;
position:relative;
}

.home-boxes .box {
height:33.3%;
padding:35px 40px;
}

.home-boxes .box-container-right {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.home-boxes .box-container-right .box {
background-size:cover !important;
background-repeat:no-repeat !important;
background-position:center !important;
min-height:162px;
border-radius: 30px;
}

.home-boxes .box-container-right .box-1.lazy-bg-loaded {
background:url(/layout/background-yellow.png);
margin-bottom:20px;
}

.home-boxes .box-container-right .box-2.lazy-bg-loaded {
background:url(/layout/background-red.png);
margin-bottom:20px;
}

.home-boxes .box-container-right .box-3.lazy-bg-loaded {
background:url(/layout/background-blue.png);
}

.home-boxes p{
font-size:14px;
margin-bottom:36px;
}

.home-boxes .inside-padding-box {
padding-top:40px;
}

.home-boxes button{
width:326px;
text-align:center;
padding-left:0px;
padding-right:0px;
}


@media only screen and (max-width: 1130px) {
.home-boxes button {
width:auto;
}
}


.home-boxes a {
display:block;
text-align:right;
color: #21272E;
font-size:14px;
text-transform:uppercase;
font-weight:800;
width:auto;
display:inline-block;
}

.home-boxes a img {
height:21px;
margin-top:-6px;
margin-left:17px;
}


.gray-box a.button-absolute  {
position:absolute;
bottom:23px;
right:52px;
transition: all 300ms ease-out;
}

.gray-box .box h4 {
font-size:
}

.home-boxes .box-container-right .box {
position:relative;
}

.home-boxes a {
transition: all 300ms ease-out;
}

.home-boxes a:hover {
right:25px;
}

.home-boxes .box-container-right .box a{
position:absolute;
bottom:23px;
right:52px;
transition: all 300ms ease-out;
}

.home-boxes .box-container-right .box a:hover {
right:25px;
}

@media only screen and (max-width: 1300px) {
.main-button.menu-tel {
display:none;
}
}

.team-flex {
display: flex;
justify-content: space-between;
max-width:820px;
}

.team-flex  .single-img-box {
border-radius: 20px;
margin-bottom:10px;
position:relative;
overflow:hidden;
}

.team-flex  .single-img-box img {
border-radius: 20px;
filter: grayscale(100%);
}

.team-flex .flex-col {
width: calc(20% - 10px);
}

.team-flex .flex-col:nth-child(3) {
width: calc(40% - 10px);
}

.team-flex .single-img-box:hover .bg-red {
display:block;
position:absolute;
top:0px;
background: #FF001C 0% 0% no-repeat;
mix-blend-mode: multiply;
width:100%;
height:100%;
transition: all 150ms ease-out;
border-radius: 20px;
}

.team-flex .single-img-box:hover .bg-yellow {
display:block;
position:absolute;
top:0px;
background: #FFBA00 0% 0% no-repeat;
mix-blend-mode: multiply;
width:100%;
height:100%;
transition: all 150ms ease-out;
border-radius: 20px;
}

.team-flex .single-img-box:hover .bg-green {
display:block;
position:absolute;
top:0px;
background: #48F0C9 0% 0% no-repeat;
mix-blend-mode: multiply;
width:100%;
height:100%;
transition: all 150ms ease-out;
border-radius: 20px;
}

.team-flex .single-img-box:hover .bg-blue {
display:block;
position:absolute;
top:0px;
background: #00E2FF 0% 0% no-repeat;
mix-blend-mode: multiply;
width:100%;
height:100%;
transition: all 150ms ease-out;
border-radius: 20px;
}


.bg-about-us {
background: url(/layout/banner-2.jpg);
}

.banner-subpage .container-background {
height:500px;
border-radius: 30px;
position:relative;
display: flex;
justify-content: center;
align-items: center;
background-position:center;
background-size:cover;
background-color: #000;
}

.banner-subpage .box-background  {
max-width: 884px;
display:block;
width:100%;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
border-radius: 30px;
background-color: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: blur(2px);
padding-top: 0px;
padding-bottom: 0px;
bottom:auto;
position:Relative;
min-height:218px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding-left:70px;
padding-right:70px;
}

.banner-subpage .box-background h4 {
font-size: 50px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-family: 'Barlow', sans-serif;
color: #fff;
line-height:53px;
}

.banner-subpage .box-background h1 {
font-size: 50px;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-family: 'Barlow', sans-serif;
color: #fff;
line-height:53px;
}

.banner-subpage .box-background p {
font-size: 14px;
text-align: center;
font-family: 'Barlow', sans-serif;
color: #fff;
line-height:20px;
padding-top:5px;
}


.center-video-box {
max-width:778px;
display:block;
margin-left:auto;
margin-right:auto;
}

.person-data {
position:absolute;
bottom:0px;
left:23px;
padding-right: 30px;
}

.team-page-flex {
display: flex;
justify-content: space-between;
 flex-flow: row wrap;
}

.team-page-flex  .single-img-box {
border-radius: 20px;
margin-bottom:25px;
position:relative;
transition: all 500ms ease-in-out;
overflow:hidden;
}

.team-page-flex  .single-img-box img {
border-radius: 20px;
}

.team-page-flex .flex-col {
width: calc(25% - 20px);
}


@media only screen and (min-width: 1025px)  and (max-width: 1400px) {
.team-page-flex .flex-col {
width: calc(33.3% - 13px);
}
}

.team-page-flex .single-img-box p {
line-height:18px;
opacity: 0;
transition: all 250ms ease-out;
position: relative;
margin-bottom:30px;
}

.team-page-flex .single-img-box a {
display:block;
font-size:16px;
color:#fff;
font-weight:500;
line-height:20px;
margin:0px;
line-height:18px;
}

.team-page-flex .single-img-box h4 {
font-size:30px;
line-height:29px;
text-transform:uppercase;
font-weight:800;
color:#fff;
opacity: 0;
transition: all 250ms ease-out;
}

.team-page-flex .single-img-box h5 {
bottom:38px;
font-size:14px;
color:#fff;
font-weight:500;
text-transform:uppercase;
opacity: 0;
transition: all 250ms ease-out;
transform: scale(1.2);
transform-origin: left top;
margin-bottom:30px;
}

.team-page-flex .single-img-box:hover p {
opacity: 1;
animation: mymove 300ms ease-out forwards;
}

.team-page-flex .single-img-box:hover h4 {
opacity: 1;
}

.team-page-flex .single-img-box:hover h5 {
opacity: 1;
transform: scale(1);
}


@keyframes mymove
{
  from {transform: translateY(-200px); opacity: 0;}
  to { transform: translateY(0px); opacity: 1;}
}

.team-page-flex .single-img-box:hover .bg-color {
display:block;
position:absolute;
top:0px;
mix-blend-mode: multiply;
width:100%;
height:100%;
transition: all 150ms ease-out;
border-radius: 20px;
}

.team-page-flex .flex-col:nth-child(4n+1) .single-img-box:hover .bg-color {
background: #FF001C 0% 0% no-repeat;
border-radius: 20px;
}

.team-page-flex .flex-col:nth-child(4n+2) .single-img-box:hover .bg-color {
background: #FFBA00 0% 0% no-repeat;
border-radius: 20px;
}

.team-page-flex .flex-col:nth-child(4n+3) .single-img-box:hover .bg-color {
background: #48F0C9 0% 0% no-repeat;
border-radius: 20px;
}

.team-page-flex .flex-col:nth-child(4n+4) .single-img-box:hover .bg-color {
background: #00E2FF 0% 0% no-repeat;
border-radius: 20px;
}

.unsere-mision-list {
  list-style: none;
  counter-reset: my-awesome-counter;
  margin: 0;
  padding: 0;
}

.unsere-mision-list li {
  counter-increment: my-awesome-counter;
  width: 100%;
  padding-left:30px;
  position:relative;
  padding-bottom:35px;
}


.unsere-mision-list li:last-child {
  padding-bottom:0px;
}

.unsere-mision-list li::before {
  content: counter(my-awesome-counter) "." ;
  font-weight: 900;
  font-size: 16px;
  position:absolute;
  left:0px;
  line-height:18px;
}

.unsere-mision-list h4 {
font-size:16px;
line-height:16px;
color:#111417;
font-weight:800;
text-transform:uppercase;
}

.unsere-mision-list p {
font-size:14px;
line-height:25px;
}

.sh-border-radius {
border-radius: 30px;
}

.kontakt-col-left p {
margin-bottom:40px;
}

.kontakt-col-left h4 {
font-size:18px;
font-weight:500;
}

.kontakt-col-left h5, .kontakt-col-left a {
color:#FFBA00;
font-size:25px;
line-height:30px;
font-weight:500;
margin-bottom:30px;
display:block;
}


.kontakt-page-form {
padding-top:10px;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
position: absolute !important;
left: -9999px !important;
font-family: 'Barlow', sans-serif;
}

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label-label
{
position: relative;
cursor: pointer !important;
display: inline-block !important;
}

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
content: '' !important;
position: absolute !important;
top: 0px;
left: 0px;
width: 17px !important;
height: 17px !important;
background: #EFEFEF !important;
border-radius: 30px;
}

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
content: '' !important;
width: 17px;
height: 17px;
background: #FFBA00 !important;
position: absolute !important;
top: 0px;
left: 0px;
border-radius: 30px;
}

[type="checkbox"]:not(:checked) + label:after {
opacity: 0 !important;
}

[type="checkbox"]:checked + label:after {
opacity: 1 !important;
}





[type="radio"]:checked,
[type="radio"]:not(:checked) {
position: absolute !important;
left: -9999px !important;
font-family: 'Barlow', sans-serif;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label-label
{
position: relative;
cursor: pointer !important;
display: inline-block !important;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
content: '' !important;
position: absolute !important;
top: 0px;
left: 0px;
width: 17px !important;
height: 17px !important;
background: #EFEFEF !important;
border-radius: 30px;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
content: '' !important;
width: 17px;
height: 17px;
background: #FFBA00 !important;
position: absolute !important;
top: 0px;
left: 0px;
border-radius: 30px;
}

[type="radio"]:not(:checked) + label:after {
opacity: 0 !important;
}

[type="radio"]:checked + label:after {
opacity: 1 !important;
}










::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #111417;
opacity:1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
color: #111417;
opacity:1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
color: #111417;
opacity:1 !important;
}
:-moz-placeholder { /* Firefox 18- */
color: #111417;
opacity:1 !important;
}

.kontakt-page-form input, .kontakt-page-form select, .kontakt-page-form textarea {
font-size:14px;
color:#111417;
border:none;
border-radius: 30px;
box-shadow: none;
background:#EFEFEF !important;
font-family: 'Barlow', sans-serif;
display:block;
line-height:18px;
height:50px;
padding-left:26px;
margin-bottom:10px;
outline:none;
opacity:1 !important;
}

.kontakt-page-form textarea {
height:151px;
padding-top:17px;
}

#mc-token-check {
width: 26%;
font-size: 14px;
line-height: 50px;
text-align: center;
border-radius: 30px;
background:#EFEFEF !important;
display:inline-block;
height:50px;
}

#Token {
width: 69%;
float: right;
text-align:center;
padding-left:0px;
}

.kontakt-page-form .send-button {
background:#FFBA00 !important;
font-size:14px;
font-weight:700;
width:235px;
height:50px;
padding-left:0px;
text-transform:uppercase;
cursor:pointer;
transition: all 300ms ease-out;
margin-bottom:30px;
font-family: 'Barlow', sans-serif !important;
margin-top:30px;
line-height:44px;
border:3px solid #FFBA00;
}

.kontakt-page-form .text-small {
font-size:12px;
line-height:18px;
}


.kontakt-page-form .send-button:hover {
border: 3px solid #FFBA00 !important;
background:#fff !important;
color:#FFBA00 !important;
}

label {
position:Relative;
font-size:12px;
line-height:14px;
width:100%;
font-family: 'Barlow', sans-serif;
padding-left:25px;
margin-left:0px !important;
}

.kontakt-page-form .datenschutz {
margin-top:35px;
margin-bottom:8px;
}

.bg-kontakt {
background: url(/layout/banner-kontakt.jpg);
}

.bg-rueckruf {
background: url(/layout/banner-rueckruf.jpg);
background-position:top center !important;
}

.rueckruf-page-form .rueckruf-choice p{
font-size:16px;
padding-top:10px;
padding-bottom:15px;
}

.date-row  {
padding-top:20px;
display:none;
}

.date-row input, .date-row select {
display:inline-block;
width:calc(100% - 50px);
padding:0px;
text-align:center;
text-align: justify; /* For Edge */
text-align-last: center;
float:right;
}

.date-row p {
font-size:14px;
color:#111417;
border:none;
border-radius: 30px;
background:#EFEFEF !important;
font-family: 'Barlow', sans-serif;
display:block;
line-height:18px;
height:50px;
padding-left:26px;
padding-right:26px;
}

.date-row p span{
float:left;
display:inline-block;
line-height:50px;
}

.date-row input {
float:right;
}

.rueckruf-page-form .datenschutz {
margin-top:15px;
}

.rueckruf-page-form .send-button {
width:307px;
}

.select-container {
position:relative;
}

.select-container:after {
content:"\f078";
font-family: 'Font Awesome 5 Free';
font-weight: 700;
color: #111417;
position: absolute;
right: 26px;
top: 14px;
}

.rueckruf-col-left p{
margin-bottom:0px;
}





/* Magazin */
.bg-magazin {
background: url(/layout/banner-magazin.jpg);
}

.section-blog-category ul{
list-style:none;
margin:0px;
padding-top:80px;
padding-bottom:80px;
display:flex;
flex-direction: row;
justify-content: space-between;
}

.section-blog-category ul li{
width: calc(16.6% - 17px);
}

.section-blog-category ul li:last-child{
}

.section-blog-category ul li a {
font-size:14px;
border-radius: 35px;
font-family: 'Barlow', sans-serif;
line-height: 44px;
text-transform: uppercase;
font-weight: 700;
height: 50px;
text-align:center;
color: #21272E;
padding-top: 0px;
padding-bottom: 0px;
border: 3px solid #EFEFEF;
background:#EFEFEF;
display:block;
width:100%;
transition: all 300ms ease-out;
}

.section-blog-category ul li a.active {
background:#FFBA00;
border: 3px solid #FFBA00;
}

.section-blog-category ul li a:hover{
background: none;
color: #FFBA00;
border: 3px solid #FFBA00;
}


.blog-category-contener  {
display: flex;
justify-content: space-between;
flex-wrap:wrap;
}

.blog-column {
width: calc(50% - 10px);
justify-content: space-between;
margin-bottom:20px;
display:none;
}

.blog-box-main {
background:#EFEFEF;
border-radius: 30px;
height:100%;
overflow:hidden;
position:relative;
}

.blog-box-main .img-box {
position:relative;
overflow:hidden;
}

.blog-box-main .img-box:hover .bg-color {
display:block;
position:absolute;
top:0px;
mix-blend-mode: multiply;
width:100%;
height:100%;
transition: all 150ms ease-out;
border-radius: 20px 20px 0 0;
background: #FCE70F 0% 0% no-repeat;
}

.blog-box-main .img-box img {
transition: all 0.4s ease-out;
height:240px;
object-fit:cover;
width:100%;
}

.blog-box-main .img-box:hover img {
transform: scale(1.05);
}

.blog-box-main .cat {
font-size:14px;
font-weight:600;
color:#FFBA00;
text-transform:uppercase;
margin-bottom:10px;
}

.blog-box-main .text-container {
padding-top:36px;
padding-left:32px;
padding-right:32px;
padding-bottom:70px;
}

.blog-box-main .text-container h3{
font-size:23px;
line-height:25px;
font-weight:800;
color:#21272E;
text-transform:uppercase;
margin-bottom:25px;
}

.blog-box-main .text-container {
position:relative;
}

.blog-box-main .text-container .autor-time {
margin-bottom:5px;
}

.blog-box-main .text-container .autor-time span {
font-weight:700;
margin-right:20px;
text-transform:uppercase;
}

.blog-box-main .read-mode {
position:absolute;
bottom:28px;
right:40px;
color:#FFBA00;
font-size:14px;
text-transform:uppercase;
transition: all 300ms ease-out;
}

.blog-box-main .read-mode:hover {
right: 25px;
}

.blog-box-main .read-mode img {
height:21px;
width:25px;
margin-top:-4px;
margin-left:20px;
}

.side-bar {
background:#EFEFEF;
border-radius: 30px;
padding:44px;
margin-bottom:20px;
}

.side-bar.side-bar-orange {
background:#FFBA00;
}

.side-bar h4{
font-size:25px;
text-transform:uppercase;
color:#111417;
font-weight:700;
margin-bottom:35px;
transition: all 300ms ease-out;
}

.side-bar .newest-post a {
display:block;
font-size:25px;
text-transform:uppercase;
color:#111417;
font-weight:800;
line-height:27px;
}

.side-bar .newest-post a:hover{
color:#FFBA00;
}

.side-bar .newest-post .separator {
height:1px;
background:#D3D3D3;
width:100%;
margin-top:30px;
margin-bottom:30px;
}


.side-bar .newest-post .separator:last-child {
display:none;
}

#ui-datepicker-div {
top: 52px !important;
left: 10px  !important;
}

.side-bar .newest-post p{
margin-bottom:2px;
color:#FFBA00;
font-size:14px;
text-transform:uppercase;
font-weight:600;
}

.side-bar .section-blog-category ul {
padding:0px;
display:block;
}

.side-bar .section-blog-category ul li{
width:100%;
}

.side-bar .section-blog-category ul li:last-child a {
padding-bottom:0px;
}

.side-bar .section-blog-category ul li a {
font-size: 16px;
border-radius: 0px;
font-family: 'Barlow', sans-serif;
line-height: 20px;
text-transform: uppercase;
font-weight: 700;
height: auto;
text-align: left;
color: #21272E;
padding-top: 0px;
padding-bottom: 20px;
border: none;
background: none;
display: block;
width: 100%;
transition: all 300ms ease-out;
}

.side-bar .section-blog-category ul li a:hover {
border:none;
color:#FFBA00;
}

.side-bar .google-reviews p {
margin-bottom:0px;
}

.side-bar .google-reviews p a{
margin-bottom:20px;
display:block;
font-size:16px;
font-weight:400;
}

.side-bar .google-reviews .c-orange {
font-size:16px;
color:#FFBA00;
font-weight:700;
}

.side-bar .google-reviews .person{
font-size:16px;
font-weight:700;
text-transform:uppercase;
margin-top:8px;
}

.kontakt-sidebar h5 {
font-size:30px;
color:#21272E;
font-weight:500;
line-height:33px;
margin-top:8px;
}

.kontakt-sidebar a {
font-size:30px;
color:#fff;
font-weight:700;
line-height:33px;
}

.kontakt-sidebar .button {
background: #fff;
border-radius: 35px;
font-size: 14px;
font-family: 'Barlow', sans-serif;
line-height: 45px;
text-transform: uppercase;
font-weight: 700;
height: 50px;
padding-left: 30px;
padding-right: 30px;
border: 3px solid #fff;
color: #21272E;
padding-top: 0px;
padding-bottom: 0px;
margin-top:50px;
display:block;
}

.kontakt-sidebar .button:hover {
background: #FFBA00;
padding-right: 30px;
border: 3px solid #fff;
color: #fff;
}

.load-next-post-button {
margin-top:30px;
}

@media only screen and (min-width: 1025px) and (max-width: 1124px) {
.kontakt-sidebar a {
font-size: 24px;
}

.kontakt-sidebar button {
padding-left:10px;
padding-right:10px;
width:auto;
}

.side-bar {
padding: 35px;
}

}

.no-banner-page {
height:100px;
display:block;
overflow:auto;
}

.title-social-button-blog {
font-size:16px;
line-height:25px;
font-weight:700;
margin-bottom:20px;
margin-top:60px;
}

.social-button-blog {
list-style:none;
margin:0px;
}

.social-button-blog li {
display:inline-block;
margin-right:12px;
}

.social-button-blog li a{
height:50px;
width:50px;
display:block;
background-size:50px !important;
}

.social-button-blog .fb a {
background: url(/layout/icon-facebook.svg);
}

.social-button-blog .twitter a {
background: url(/layout/icon-twitter.svg);
}

.social-button-blog .linkedin a {
background: url(/layout/icon-linkedin.svg);
}

.social-button-blog .xing a {
background: url(/layout/icon-xing.svg);
}

.social-button-blog .fb a:hover {
background: url(/layout/facebook-hover.svg);
}

.social-button-blog .twitter a:hover {
background: url(/layout/twitter-hover.svg);
}

.social-button-blog .linkedin a:hover {
background: url(/layout/linkedin-hover.svg);
}

.social-button-blog .xing a:hover {
background: url(/layout/xing-hover.svg);
}

.header-single-post-blog {
font-size:14px;
}

.category {
text-transform:uppercase;
color:#FFBA00;
font-weight:600;
}

.header-single-post-blog span {
display:inline-block;
margin-right:40px;
text-transform:uppercase;
}

.blog-img {
padding-top:30px;
padding-bottom:50px;
}

.margin-top-50 {
margin-top:50px;
}

.flex-magazin {
display: flex;
justify-content: space-between;
}

.flex-magazin .col-text {
width: 66% !important;
}

.flex-magazin .col-text ul {
font-weight:
}


.flex-magazin .col-sidebar {
width: 30% !important;
max-width:390px;
}

.flex-magazin .side-bar-orange {
position: -webkit-sticky;
position: sticky;
top: 130px;
}

.banner-projekt-fischer {
background: url(/layout/projekte/banner-projekt-fischer.jpg);
}

.inhalte-container {
background:#EFEFEF;
padding:40px 95px;
border-radius: 30px;
}


@media only screen and (min-width: 1025px) and (max-width: 1300px) {
.inhalte-container {
padding:40px 30px;
}
}



.inhalte-container h4 {
font-size:30px;
font-weight:800;
margin-bottom:25px;
text-transform:uppercase;
}

.inhalte-container ul {
margin:0px;
list-style: none;
display:flex;
justify-content: space-between;
flex-wrap:wrap;
}

.inhalte-container ul li.empty-li {
border-bottom:none;
}


.inhalte-container ul li {
position:relative;
-webkit-column-break-inside: avoid;
-webkit-backface-visibility: hidden;
break-inside: avoid-column;
padding-left:40px;
border-bottom:1px solid #D3D3D3;
padding-top:10px;
padding-bottom:10px;
transition: all 300ms ease-out;
width: calc(25% - 10px);
justify-content: space-between;
line-height:16px;
}

.inhalte-container ul li a {
font-weight:400;
font-size:12px;
line-height:16px;
height:100%;
display:block;
}

.inhalte-container ul li span {
font-weight:800;
position:absolute;
left:0px;
font-size:14px;
top:11px;
}

.inhalte-container .inhalt-show-more {
text-transform:uppercase;
background:none;
color:#111417;
font-weight:800;
font-family: 'Barlow', sans-serif;
margin-left:auto;
margin-right:auto;
display:block;
margin-top:30px;
}

.inhalte-container .inhalt-show-less {
display:block;
text-transform:uppercase;
background:none;
color:#111417;
font-weight:800;
font-family: 'Barlow', sans-serif;
margin-left:auto;
margin-right:auto;
display:block;
margin-top:30px;
display:none;
}

.inhalte-container .button-container {
width:100%;
text-align:Center;
}

.row-935 {
max-width:935px;
}

ul.dot-list {
list-style: none;
margin:0px;
}

ul.dot-list li {
line-height:20px;
vertical-align:middle;
padding-bottom:10px;
font-size:14px;
padding-left:28px;
position:relative;
}

ul.dot-list li:last-child {
padding-bottom:0px;
}

ul.dot-list li ul {
padding-top:10px;
list-style:none;
margin-left:0px;
}

ul.dot-list ul li:before {
content:"";
height:7px;
width:7px;
background:#fff;
display:block;
border:1px solid #21272E;
border-radius:50%;
vertical-align:middle;
position:absolute;
left:0px;
top:6px;
}

ul.dot-list ul li {
padding-left:22px;
}

ul.dot-list li:before {
content:"";
height:8px;
width:8px;
background:#21272E;
display:block;
border-radius:50%;
vertical-align:middle;
position:absolute;
left:0px;
top:6px;
}

ul.dot-list.list-right li {
padding-left:0px;
padding-right:28px;
}

ul.dot-list.list-right li:before {
right:0px;
top:6px;
left:auto;
}

table ul {
list-style:none;
}

table ul li {
line-height:20px;
vertical-align:middle;
padding-bottom:10px;
font-size:14px;
padding-left:28px;
position:relative;
}

table ul li:last-child {
padding-bottom:0px;
}

table ul li ul {
padding-top:20px;
list-style:none;
}

table ul li:before {
content:"";
height:8px;
width:8px;
background:#21272E;
display:block;
border-radius:50%;
vertical-align:middle;
position:absolute;
left:0px;
top:6px;
}

.projekt-team {
background: url(/layout/bg-call-to-action-2.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
}

.projekt-team h3 {
padding-bottom: 10px;
}

.flex-box-no-wrap {
display: flex;
justify-content: space-between;
flex-wrap: no-wrap;
}

.flex-3-column {
width: calc(33.3% - 13px);
justify-content: space-between;
}

.more-projekts .flex-3-column .gray-box-main {
background: #EFEFEF;
border-radius: 30px;
height: 100%;
overflow: hidden;
position: relative;
}

.more-projekts h3 {
padding-bottom:10px;
}

.more-projekts .flex-3-column .gray-box-main .text-container {
padding-top: 32px;
padding-left: 32px;
padding-right: 32px;
padding-bottom: 70px;
}

.more-projekts .flex-3-column .gray-box-main .text-container h3{
padding-bottom:7px;
font-size:20px;
font-weight:800;
text-transform:uppercase;
}


.more-projekts .flex-3-column .gray-box-main .read-mode {
position: absolute;
bottom: 28px;
right: 40px;
color: #FFBA00;
font-size: 14px;
text-transform: uppercase;
transition: all 300ms ease-out;
}

.more-projekts .flex-3-column .gray-box-main .read-mode:hover {
right: 25px;
}

.more-projekts .flex-3-column .gray-box-main  .read-mode img {
height: 21px;
width: 25px;
margin-top: -4px;
margin-left: 20px;
}

.gray-box-main .img-box {
position:relative;
overflow:hidden;
}


.gray-box-main .img-box:hover .bg-color {
display:block;
position:absolute;
top:0px;
mix-blend-mode: multiply;
width:100%;
height:100%;
transition: all 150ms ease-out;
border-radius: 20px 20px 0 0;
background: #FCE70F 0% 0% no-repeat;
}

.gray-box-main .img-box img {
transition: all 0.4s ease-out;
height:221px;
object-fit: cover;
width:100%;
}

.gray-box-main .img-box:hover img {
transform: scale(1.05);
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
.projekt-team .team-page-flex {
max-width:1000px;
margin-left:auto;
margin-right:auto;
}

.projekt-team .team-page-flex .flex-col{
width: calc(33% - 13px);
}
}

.section-blog-category.section-filters-projekts ul li {
width: calc(14.6% - 17px);
}


.projects-list-page .flex-box {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-gap: 20px;
}

.projects-list-page .flex-box .flex-3-column {
width:100%;
}

.projects-list-page .project {
display:none;
margin-bottom:10px;
}

.projects-list-page .project.active {
display:block;
}

.projects-list-page .flex-3-column:nth-child(3n+1) .img-box-box:hover .bg-color {
background: #FFBA00 0% 0% no-repeat;
border-radius: 20px 20px 0px 0px;
}

.projects-list-page .flex-3-column:nth-child(3n+2) .img-box:hover .bg-color {
background: #00E2FF 0% 0% no-repeat;
border-radius: 20px 20px 0px 0px;
}

.projects-list-page .flex-3-column:nth-child(3n+3) .img-box:hover .bg-color {
background: #48F0C9 0% 0% no-repeat;
border-radius: 20px 20px 0px 0px;
}

.projects-list-page .gray-box-main .img-box img {
width:100%;
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
.more-projekts .flex-3-column .gray-box-main .text-container h3 {
font-size: 20px;
}
}

.padding-top-50 {
padding-top:50px;
}

.bg-gray-round {
background:#EFEFEF;
border-radius: 30px;
padding-top:30px;
padding-bottom:30px;
padding-left:30px;
padding-right:30px;
}

.column-center {
margin-left:auto;
margin-right:auto;
}

.col-750 {
max-width:750px;
}

.padding-bot-30 {
padding-bottom:30px;
}

.bg-orange-round {
background:#FFBA00;
border-radius: 30px;
padding:45px 45px 70px 45px;
}

.contact-box-jobs h3 {
color:#111417;
}

.contact-box-jobs .link-head{
font-size:30px;
font-weight:500;
margin-bottom:0px;
line-height:33px;
}

.contact-box-jobs a{
font-size:30px;
font-weight:700;
color:#fff;
margin:0px;
line-height:33px;
}

.contact-box-jobs p{
max-width:410px;
}

.text-p {
margin-bottom:35px;
}

.job-list {
list-style:none;
margin:0px;
}

.job-list li {
margin-bottom:10px;
}

.job-list li a {
font-size:18px;
display:block;
position:relative;
width:100%;
border-radius: 37px;
background:#EFEFEF;
line-height:74px;
padding-left:45px;
padding-right:45px;
font-weight:700;
}

.job-list li a i{
font-size:25px;
position:absolute;
right:45px;
top:25px;
}

.job-list li a span {
font-weight:400;
}

.job-list li a span.line{
padding-left:25px;
padding-right:25px;
}

.padding-bot-25 {
padding-bottom:25px;
}

.banner-jobs {
background: url(/layout/banner-jobs.jpg);
}

.banner-seo {
background: url(/layout/banner-seo.jpg);
}

.banner-adwords-agentur {
background: url(/layout/banner-adwords-agentur.jpg);
}

.banner-projekte {
background: url(/layout/banner-projekte.jpg);
}

.banner-social-media-agentur {
background: url(/layout/banner-social-media-agentur.jpg);
}

.banner-content-management  {
background: url(/layout/banner-content-management.jpg);
}

.banner-webdesign  {
background: url(/layout/banner-webdesign.jpg);
}

.letters-list {
list-style:none;
text-align:center;
margin:0px;
margin-bottom:75px;
}

.letters-list .single-letter{
display:inline-block;
text-transform:uppercase;
cursor:pointer;
font-size:14px;
font-weight:800;
height:50px;
width:50px;
text-align:center;
line-height:45px;
background:#EFEFEF;
border-radius:50%;
transition: all 300ms ease-out;
border:3px solid #EFEFEF;
color:#21272E;
margin:0px 2px;
padding:0px;
}

.letters-list .single-letter:hover{
background:#fff;
border:3px solid #FFBA00;
color:#FFBA00;
}

.letters-list li#letter-1 {
width:76px;
border-radius: 30px;
}

.letters-list .single-letter.active {
background:#FFBA00;
border:3px solid #FFBA00;
}

.letters-list .single-letter.active:hover{
background:#fff;
border:3px solid #FFBA00;
color:#FFBA00;
}

.lexikon-links {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

.lexikon-links .all {
width: calc(25% - 16px);
padding-bottom: 30px;
background:#EFEFEF;
border-radius: 30px;
position:relative;
text-align:Center;
padding:50px 20px;
margin-bottom:55px;
}

.lexikon-links .all h3 {
position:absolute;
height:50px;
width:50px;
font-size:14px;
font-weight:700;
top:-25px;
background:#FFBA00;
display:block;
line-height:50px;
border-radius: 50px;
left:0;
right:0;
margin-left:auto;
margin-right:auto;
}

.lexikon-links .all a {
width:100%;
display:block;
}

.banner-lexikon {
background: url(/layout/banner-lexikon.jpg);
}

.banner-projekt-cefak {
background: url(/layout/projekte/banner-projekt-cefak.jpg);
}

.banner-projekt-medisana  {
background: url(/layout/projekte/banner-projekt-medisana.jpg);
}

.banner-projekt-medisana  {
background: url(/layout/projekte/banner-projekt-medisana.jpg);
}

.banner-projekt-montrelie {
background: url(/layout/projekte/banner-projekt-montrelie.jpg);
}

.banner-projekt-rheinzink {
background: url(/layout/projekte/banner-projekt-rheinzink.jpg);
}

.banner-projekt-bayer {
background: url(/layout/projekte/banner-projekt-bayer.jpg);
}

.banner-projekt-thuringen {
background: url(/layout/projekte/banner-projekt-thuringen.jpg);
}

.banner-projekt-fraunhofer {
background: url(/layout/projekte/banner-projekt-fraunhofer.jpg);
}

.banner-projekt-1a-yachtcharter {
background: url(/layout/projekte/banner-projekt-1a-yachtcharter.jpg);
}

.banner-projekt-wavin  {
background: url(/layout/projekte/banner-projekt-wavin.jpg);
}

.banner-projekt-bico {
background: url(/layout/projekte/banner-projekt-bico.jpg);
}

.banner-projekt-ohmymag-gentside {
background: url(/layout/projekte/banner-projekt-ohmymag-gentside.jpg);
}

.faq-container .faq-box {
position:relative;
background:rgba(255, 186, 0, 0.40);
border-radius: 37px;
padding:26px 87px 22px 87px;
margin-bottom:10px;
}


.faq-container .faq-box:last-box {
margin-bottom:0px;
}

.faq-container.step-by-step .faq-box{
margin-bottom:0px;
}

.faq-container .faq-box h4{
font-size:18px;
font-weight:800;
margin-bottom:10px;
}

.faq-container .faq-box h5{
position:absolute;
top:27px;
left:38px;
font-size:18px;
font-weight:800;
}


ol{
list-style: none;
margin:0px;
counter-reset: my-awesome-counter calc(var(--s) - 1) ;
}

ol li {
line-height:20px;
vertical-align:middle;
padding-bottom:10px;
font-size:14px;
padding-left:28px;
position:relative;
counter-increment: my-awesome-counter;
}

ol li:last-child {
padding-bottom:0px;
}

ol li ul {
padding-top:20px;
}

ol li:before {
content: counter(my-awesome-counter);
display:block;
vertical-align:middle;
position:absolute;
left:0px;
top:1px;
font-weight: 800;
}

.col-text ul {
list-style: none;
margin:0px;
}

.col-text ul li {
line-height:20px;
vertical-align:middle;
padding-bottom:10px;
font-size:14px;
padding-left:28px;
position:relative;
}

.col-text ul li:last-child {
padding-bottom:0px;
}

.col-text ul li ul {
padding-top:20px;
}

.col-text ul li:before {
content:"";
height:8px;
width:8px;
background:#21272E;
display:block;
border-radius:50%;
vertical-align:middle;
position:absolute;
left:0px;
top:6px;
}

.col-text  .social-button-blog li {
padding-left:0px;
padding-bottom:0px;
}

.col-text .social-button-blog li:before {
content:none;
}

.section-0-60 {
padding-bottom:60px;
}

.projekt-lbbw-p {
font-size:14px;
font-weight:800;
text-transform:uppercase;
padding-top:37px;
max-width:509px;
margin-left:29px;
margin-right:auto;
}

.banner-projekt-lbbw {
background: url(/layout/projekte/banner-projekt-lbbw.jpg);
}

.projekt-bg-lbbw-video {
background: url(/layout/projekte/video-bg-lbbw.jpg);
}

.video-bg-ebay-blitzdeals {
background: url(/layout/projekte/video-bg-ebay-blitzdeals.jpg);
}

.projekt-video-bg {
background-position:center;
background-size:cover;
}

.projekt-video-bg .row {
max-width:778px;
}

.banner-projekt-ebay-blitzdeals {
background: url(/layout/projekte/banner-projekt-ebay-blitzdeals.jpg);
}

.banner-projekt-funwheel  {
background: url(/layout/projekte/banner-projekt-funwheel.jpg);
}

.video-bg-projekt-wavinish {
background: url(/layout/projekte/video-bg-projekt-wavinish.jpg);
background-position:center;
background-size:cover;
}

.video-bg-projekt-wavin-klimawandel {
background: url(/layout/projekte/video-bg-projekt-wavin-digitalisierung.jpg);

background-position:center;
background-size:cover;
}

.video-bg-projekt-wavin-digitalisierung {
background: url(/layout/projekte/video-bg-projekt-wavin-klimawandel.jpg);
background-position:center;
background-size:cover;
}


ul li::marker {
display:none;
}

table {
margin-bottom:0px;
}

.banner-affi {
background: url(/layout/banner-affi.jpg);
}

.banner-cookies {
background: url(/layout/banner-cookies.jpg);
}

.banner-cache {
background: url(/layout/banner-cache.jpg);
}

.banner-content {
background: url(/layout/banner-content.jpg);
}

.big-row-bg  {
max-width: 1810px;
display:block;
margin-left:auto;
margin-right:auto;
overflow:auto;
}

.bg-gray {
background:#EFEFEF;
border-radius: 30px;
padding-top: 50px;
padding-bottom: 50px;
overflow:auto;
}

.bg-gray-2 {
background:#EFEFEF;
}


.bg-gray-box {
background:#EFEFEF;
border-radius: 30px;
padding-top: 50px;
padding-bottom: 50px;
overflow:auto;
padding-left:40px;
padding-right:40px;
}

.ul-col-3 {
margin: 0px;
list-style: none;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.ul-col-3 li {
position: relative;
-webkit-column-break-inside: avoid;
-webkit-backface-visibility: hidden;
break-inside: avoid-column;
border-bottom: 1px solid #D3D3D3;
padding-top: 10px;
padding-bottom: 10px;
transition: all 300ms ease-out;
width: calc(33% - 10px);
justify-content: space-between;
line-height: 16px;
}

.ul-col-3 li.empty-li {
border-bottom:none;
}

.ul-col-3 li a {
font-weight: 400;
font-size: 14px;
line-height: 16px;
height: 100%;
display: block;
}


.ul-col-4 {
margin: 0px;
list-style: none;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.ul-col-4 li {
position: relative;
-webkit-column-break-inside: avoid;
-webkit-backface-visibility: hidden;
break-inside: avoid-column;
border-bottom: 1px solid #D3D3D3;
padding-top: 10px;
padding-bottom: 10px;
transition: all 300ms ease-out;
width: calc(25% - 10px);
justify-content: space-between;
line-height: 16px;
}

.ul-col-4 li a {
font-weight: 400;
font-size: 14px;
line-height: 16px;
height: 100%;
display: block;
}

.ul-col-4 .empty-li {
border-bottom:none;
}

.padding-bot-50 {
padding-bottom:50px;
}


.list-link-suchmashinen {
list-style:none;
margin:0px;
}

.list-link-suchmashinen li{
padding-right: 20px;
cursor: pointer;
display:block;
border-bottom:1px solid #D3D3D3;
padding:10px 0;
font-size:16px;
font-weight:500;
color:#21272E;
transition: color 300ms ease-out;
}

.list-link-suchmashinen li:hover{
color:#FFBA00;
}

.margin-right-15 {
margin-right:15px;
}

.banner-cms {
background: url(/layout/banner-cms.jpg);
}


.text-center .link-with-arrow {
text-align:center;
}

.link-with-arrow {
transition: all 300ms ease-out;
display: block;
color: #21272E;
font-size: 14px;
text-transform: uppercase;
font-weight: 800;
text-align:right;
padding-right:50px
}

.link-with-arrow img {
height: 21px;
margin-top: -6px;
margin-left: 17px;
}

.link-with-arrow:hover {
color: #21272E;
padding-right:25px;
}


.icon-social {
height:50px;
width:50px;
background:#FFBA00;
border: 3px solid #FFBA00;
border-radius:50%;
text-align:Center;
margin:0px;
display:block;
color:#21272E;
}


.icon-social i{
font-size: 18px;
padding-top: 14px;
}

.icon-social:hover {
border: 3px solid #FFBA00;
background:none;
}

.step-by-step .white-box{
background: #FFFFFF 0% 0% no-repeat padding-box;
border-radius: 30px;
padding:50px 50px 60px 50px;
}

.white-box a img {
max-height:300px;
width:auto;
text-align:center;
display:block;
margin:0 auto;
}

.step-by-step .bx-wrapper .bx-pager.bx-default-pager a {
background:#FFBA00
}

.step-by-step .bx-wrapper .bx-pager.bx-default-pager a:hover,
.step-by-step .bx-wrapper .bx-pager.bx-default-pager a.active,
.step-by-step .bx-wrapper .bx-pager.bx-default-pager a:focus {
background:#21272E;
}

.flex-row {
display: flex;
align-items: center;
}

.col-flex-50 {
width:50%;
}

.col-flex-50:nth-child(1) {
padding-left:15px;
}

.col-flex-50:nth-child(2) {
padding-right:15px;
}


.col-flex-left {
padding-left:15px;
padding-right:50px;
}

.col-flex-right  {
padding-left:45px;
padding-right:15px;
}

.number-div {
height:50px;
width:50px !important;
background:#00E2FF;
text-align:center;
vertical-align:middle;
color: #FFFFFF;
text-transform: uppercase;
font-weight:800;
display:inline-block;
line-height:50px;
margin-right:15px;
}

.flex-header .text {
width:calc(100% - 65px);
}

.flex-header {
display:flex;
align-items: center;
}


.step-by-step .gray-box{
background: #EFEFEF 0% 0% no-repeat padding-box;
border-radius: 30px;
padding:50px 50px 60px 50px;
}

.step-by-step  .gray-box a img {
max-height:300px;
width:auto;
text-align:center;
display:block;
margin:0 auto;
}

.margin-bot-50 {
margin-bottom:50px;
}

.icon-vorteile img {
height: 65px;
margin-bottom: 30px;
}

.section-phase  {
padding-bottom:200px;
}

.section-phase .bg-white {
background:#fff;
background-size:50%;
max-width:1920px;
margin-left:auto;
margin-right:auto;
}

.section-phase .teal-bg {
background:url(/layout/test-bg.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-size:96% 50vh;
position:relative;
}

.section-phase .teal-bg .div-text{
position:absolute;
top:0px;
margin-left:auto;
margin-right:auto;
left:0px;
right:0px;
width:100%;
}

.section-phase .teal-bg {
margin-left:auto;
margin-right:auto;
display:block;
}

.section-phase .bg-img {
background:url(/layout/timeline.png);
height:1000px;
background-repeat:no-repeat;
background-position: center top;
}

.section-phase .padding-l-0 {
padding-left:0px;
}

.section-phase .phase h4{
font-size:20px;
margin-bottom:0px;
font-weight:800;
text-transform:uppercase;
margin-top:23px;
}

.section-phase .phase h5{
font-size:18px;
line-height:23px;
margin-bottom:40px;
font-weight:800;
text-transform:uppercase;
}

.padding-top-16 {
padding-top:16px;
}

.phase-first-row {
 height:633px;
 }

.section-phase .phase-1{
position: absolute;
top: 40px;
left: 84px;
}

.section-phase .phase-2{
text-align:right;
position: absolute;
right: 84px;
top: 224px;
}

.section-phase .phase-3{
top: 410px;
position: absolute;
left: 84px;
}

.section-phase .phase-4{
text-align:right;
position: absolute;
right: 84px;
top: 54px;
}

.section-phase .phase-5{
top: 158px;
position: absolute;
left: 84px;
}

.icon-center {
padding: 0px;
margin: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 15px;
}
.icon-head-3 {
position: relative;
margin-bottom: 35px;
}

.icon-center img {
position: relative;
top: auto;
}

.icon-center.icon-head-3 div {
width: 135px;
min-width: 135px;
}

.icon-center div {
width: 100px !important;
min-width: auto;
min-width: 100px;
margin-right: 15px;
}

.icon-head-3 img {
height: 65px;
width: 123px;
}

.vorteile-icon img {
height: 65px;
margin-bottom: 20px;
}

.bg-1-white {
background: #fff;
background-size: 50%;
max-width: 1920px;
margin-left: auto;
margin-right: auto;
}

.bg-2-teal {
background: url(/layout/test-bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 96% 50vh;
position: relative;
margin-left: auto;
margin-right: auto;
display: block;
}

.bg-3-img {
background: url(/layout/seminar-line.png);
background-repeat: no-repeat;
background-position: center top;
}


.bg-3-img-2 {
background: url(/layout/seminar-line-2.png);
background-repeat: no-repeat;
background-position: center top;
}

.seminar-row {
padding-bottom:50px;
}

.col-5-kf {
width: 20%;
}

.icon-center.icon-head-3 div.w-75 {
min-width:75px;
}

.div-error-404 {
background: url(/layout/bg-404.png);
padding-top:122px;
padding-bottom:200px;
background-repeat:no-repeat;
background-size:auto;
background-position:bottom left;
}

.div-error-404 h1{
color:#21272E;
font-size:200px;
text-transform:uppercase;
font-weight:800;
line-height:200px;
margin:0px;
padding:0px;
}

.div-error-404 h4{
color:#21272E;
font-size:32px;
font-weight:600;
margin-top:20px;
margin-bottom:10px;
}

.div-error-404 p{
color:#21272E;
font-size:25px;
line-height:30px;
margin-bottom:15px;
}

.div-error-404 p a{
color:#FFBA00;
text-decoration:underline;
font-weight:400;
}

@media only screen and (max-width: 1720px) and (min-width: 1025px) {
.div-error-404 {
background: url(/layout/bg-404.png);
padding-top:122px;
padding-bottom:200px;
background-repeat:no-repeat;
background-size:auto;
background-position:bottom left;
padding-left:170px;
}
}


.kunden-box-container {
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}

.kunden-box-container .box-standard {
background:#EFEFEF;
padding:30px;
width: calc(25% - 20px);
margin-bottom:30px;
}

.kunden-box-container .box-standard.empty-box {
background:none;
}

.kunden-box-container .pm-stars {
color:#FFBA00;
font-size:18px;
margin-bottom:10px;
}

.kunden-box-container .box-standard h3{
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 800;
font-size: 20px;
line-height: 25px;
}

.fragebogen-form .div-box {
background: #EFEFEF 0% 0% no-repeat padding-box;
border-radius: 37px;
padding-left:45px;
padding-right:45px;
padding-top:25px;
padding-bottom:25px;
margin-bottom:10px;
}

.fragebogen-form .div-box h4 {
font-size:18px;
line-height:25px;
color:#21272E;
font-weight:800;
margin-bottom:7px;
}

.fragebogen-form .div-box textarea {
font-size:14px;
line-height:25px;
color:#21272E;
border:none;
padding:0px;
background:none;
box-shadow:none;
font-family: 'Barlow', sans-serif;
margin: 0px;
min-height:25px;
height:25px;
}

.fragebogen-form .div-box-2 {
background: #EFEFEF 0% 0% no-repeat padding-box;
border-radius: 37px;
padding-left:26px;
padding-right:26px;
padding-top:14px;
padding-bottom:14px;
margin-bottom:10px;
}

.fragebogen-form input {
font-size:14px;
line-height:25px;
color:#21272E;
border:none;
padding:0px;
background:none;
box-shadow:none;
font-family: 'Barlow', sans-serif;
margin: 0px;
min-height:Auto;
display:inline-block;
height:auto;
width:100%;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
background: none;
border-color: none;
outline: none;
}


.fragebogen-form label {
font-size:14px;
color:#111417;
line-height:18px;
}


@media only screen and (max-width: 1200px) and (min-width: 1025px) {
.unsere-seo .f-18 {
font-size:16px;
}

.unsere-seo .padding-top-50 {
padding-top:10px;
}

.col-5-kf .f-18 {
font-size:14px;
}

.col-5-kf .f-20 {
font-size:18px;
}
}

.form-app .tabs{
background: #EFEFEF !important;
height: 100%;
border-radius: 30px;
padding: 60px 60px;
position: relative;
}

.form-app .buttons-form {
float: right;
margin-top: 30px;
}

.form-app .buttons-form button {
background: #FFBA00;
border-radius: 35px;
font-size: 14px;
font-family: 'Barlow', sans-serif;
line-height: 45px;
text-transform: uppercase;
font-weight: 700;
height: 50px;
padding-left: 30px;
padding-right: 30px;
border: 3px solid #FFBA00;
color: #21272E;
padding-top: 0px;
padding-bottom: 0px;
display: inline-block;
width: auto;
}

.form-app label {
font-size:16px;
}

.form-app [type="radio"]:checked + label:before, .form-app [type="radio"]:not(:checked) + label:before {
background:#fff !important;
}

.form-app [type="checkbox"]:checked + label:before, .form-app [type="checkbox"]:not(:checked) + label:before {
background:#fff !important;
}

.form-app .calculated {
padding-left:0px;
}

.form-app .kontakt-page-form input, .form-app .kontakt-page-form select, .form-app .kontakt-page-form textarea {
background:#fff !important;
}

.form-app .kontakt-data p{
padding-left: 25px;
position: relative;
font-size: 16px;
}

.form-app .kontakt-data p a{
font-weight:400;
}

.form-app .kontakt-data p i {
color: #FFBA00;
position: absolute;
top: 4px;
left: 0px;
}


.kontakt-data {
max-width: 235px;
margin-left: auto;
margin-right: auto;
}

.row-5-col {
display:flex;
flex-wrap: wrap;
}

.standorte-kontakt-data {
padding-top:45px;
}

.standorte-kontakt-data p {
font-size:25px;
line-height:30px;
color:#FFBA00;
font-weight:500;
margin-bottom:25px;
}

.standorte-kontakt-data p a{
font-size:25px;
line-height:30px;
color:#FFBA00;
font-weight:500;
}

.standorte-kontakt-data p.head {
font-size:18px;
line-height:20px;
color:#21272E;
margin-bottom:0px;
font-weight:500;
}

.city-list.city-list-v2 {
padding:0px;
}

.city-list.city-list-v2 ul li {
width:33%;
}

.round-corners {
border-radius:30px;
}

.img-box-standort {
position: relative;
overflow: hidden;
border-radius: 30px;
}

.img-box-standort img {
transition: all 0.4s ease-out;
max-height:380px;
width:100%;
object-fit:cover;
}


.img-box-standort:hover .bg-color {
display: block;
position: absolute;
top: 0px;
mix-blend-mode: multiply;
width: 100%;
height: 100%;
transition: all 150ms ease-out;
border-radius: 30px;
background: #48F0C9 0% 0% no-repeat;
}


@media only screen and (max-width: 1200px) and (min-width: 1025px) {
.standorte-kontakt-data p {
font-size:20px;
}

.standorte-kontakt-data p a {
font-size:20px;
}
}

.mc-wall-of-text .separator {
width: 100%;
height: 1px;
background-color: #D3D3D3;
margin-top: 35px;
margin-bottom: 35px;
}

.mc-wall-of-text ol p {
margin-bottom: 0;
}

.mc-wall-of-text .kf-blue-content {
background-color: #F7F7F7 ;
padding: 15px 20px 15px 20px;
margin-top: 20px;
}

.mc-wall-of-text .kf-blue-content p {
margin-bottom: 5px;
line-height: 14px;
font-size: 12px;
}

.mc-wall-of-text .kf-blue-content a {
color: #00E2FF;
font-weight: normal;
}

.banner-content-01 {
background:url(/layout/banners/banner-content-01.jpg);
}

.banner-content-02 {
background:url(/layout/banners/banner-content-02.jpg);
}

.banner-design-01 {
background:url(/layout/banners/banner-design-01.jpg);
}

.banner-design-02 {
background:url(/layout/banners/banner-design-02.jpg);
}

.banner-sea-01 {
background:url(/layout/banners/banner-sea-01.jpg);
}

.banner-sea-02 {
background:url(/layout/banners/banner-sea-02.jpg);
}

.banner-seo-01 {
background:url(/layout/banners/banner-seo-01.jpg);
}

.banner-seo-02 {
background:url(/layout/banners/banner-seo-02.jpg);
}

.banner-social-01 {
background:url(/layout/banners/banner-social-01.jpg);
}

.banner-social-02 {
background:url(/layout/banners/banner-social-02.jpg);
}

.banner-video-01 {
background:url(/layout/banners/banner-video-01.jpg);
}

.banner-video-02 {
background:url(/layout/banners/banner-video-02.jpg);
}

.schrift-col-text {
margin-bottom:10px;
text-transform:uppercase;
margin-top:20px;
}

.schrift-col-text p{
text-transform:uppercase;
font-weight:700;
}

.banner-projekt-rehaaktiv-os {
background:url(/layout/projekte/banner-projekt-rehaaktiv-os.jpg);
}

.banner-projekt-vhs {
background:url(/layout/projekte/banner-projekt-vhs.jpg);
}

.banner-projekt-wavin-digitalisierung {
background:url(/layout/projekte/banner-projekt-wavin-digitalisierung.jpg);
}

.banner-projekt-wavin-ifat {
background:url(/layout/projekte/banner-projekt-wavin-ifat.jpg);
}

.banner-projekt-wavin-klimawandel {
background:url(/layout/projekte/banner-projekt-wavin-klimawandel.jpg);
}

.banner-projekt-wavinish {
background:url(/layout/projekte/banner-projekt-wavinish.jpg);
}

.youtube {
	background-color: #000;
	margin-bottom: 0px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.9;
}
.youtube .play-button {
	width: 60px;
	height: 40px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 10px 0 10px 18px;
	border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
	cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
	position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.flex-video-2 {
	max-width: 680px;
	margin: 0px auto;
	padding: 0 0px;
}

.img-box-seo {
background: #EFEFEF 0% 0% no-repeat padding-box;
border-radius: 30px;
padding: 50px 50px 60px 50px;
}

.img-box-seo a img {
max-height: 300px;
width: auto;
text-align: center;
display: block;
margin: 0 auto;
}

.banner-projekt-edag {
background:url(/layout/projekte/banner-projekt-edag.png);
}

.fa-thumbs-up {
color:green;
font-size:18px;
padding-right:10px;
}

.fa-thumbs-down {
color:red;
font-size:18px;
padding-right:10px;
}

.shopify-3icon-row .flex-box {
justify-content: space-between;
align-items: stretch;
display:flex;
}

.shopify-3icon-row img {
margin-left:auto;
margin-right:auto;
}

.shopify-3icon-row .flex-box .img-box-seo {
width: calc(33.3% - 10px);
text-align:Center;
padding-top:20px;
padding-bottom:15px;
}

.shopify-6icon-row .flex-box {
justify-content: space-between;
align-items: stretch;
display:flex;
}

.shopify-6icon-row .flex-box div{
width:15%;
}

.shopify-banner {
background: url(/layout/shopify-banner.png);
}

.call-to-action-5 {

background-size:cover !important;
repeat:no-repat !important;
background-size:100% !important;
}
.call-to-action-5.lazy-bg-loaded {
background: url(/layout/call-to-action-5.png) !important;
background-size:cover !important;
repeat:no-repat !important;
background-size:100% !important;
}

.call-to-action-5 .col-1{
width:35%;
}

.call-to-action-5 .col-2{
width:65%;
padding-left:60px;
}

call-to-action-5 .flex-box {
display:flex;
justify-content: space-between;
align-items: stretch;
}

.call-to-action-6 {
 overflow: hidden !important;
 border-radius:30px;
}

.call-to-action-6 .sliding-background {
  height: 403px;
  width: 7128px;
  animation: slide 60s linear infinite;
  background-repeat:repeat-x;
}
.call-to-action-6 .sliding-background.lazy-bg-loaded {
  background: url("/layout/team-slider.jpg") ;
  background-repeat:repeat-x;
}



@keyframes slide{
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-3567px, 0, 0); /* The image width */
  }
}


.call-to-action-7 {
padding-top:85px;
padding-bottom:70px;

background-size:cover;
background-position:top right;
border-radius:50px;
padding-left:20px;
padding-right:20px;
}
.call-to-action-7.lazy-bg-loaded {
padding-top:85px;
padding-bottom:70px;
background: url("/layout/bg-call-to-action-7.jpg") ;
background-size:cover;
background-position:top right;
border-radius:50px;
padding-left:20px;
padding-right:20px;
}

.flex-feedback {
display:flex;
justify-content: space-evenly;
align-content: space-around;
max-width:1342px;
margin-left:auto;
margin-right:auto;
flex-wrap:wrap;
}

.call-to-action-7 .flex-col-feedback {
width:calc(25% - 13px);
flex-flow: wrap;
display: flex;
}

.call-to-action-7 .single-feedback {
max-width:1342px;
box-shadow: 2px 2px 5px #90909029;
border-radius: 15px;
background:#FFFFFF;
padding:20px 20px 50px 20px;
position:relative;
margin-bottom:20px;
}

.call-to-action-7 .single-feedback i{
color:#FFBA00;
}

.call-to-action-7 .single-feedback .img-div {
height: 53px;
width: 53px !important;
text-align: center;
vertical-align: middle;
color: #FFFFFF;
text-transform: uppercase;
font-weight: 800;
display: inline-block;
line-height: 53px;
margin-right: 15px;
font-weight:normal;
}

.img-round {
border-radius:50%;
}


.call-to-action-7 .single-feedback .text{
width:calc(100% - 65px);
line-height:15px;
}

.call-to-action-7 .single-feedback .flex-header {
display:flex;
align-items: center;
margin-bottom:18px;
padding-right:45px;
}

.call-to-action-7 .single-feedback .red {
background:#FF5C5C;
}

.call-to-action-7 .single-feedback .pink {
background:#FF5CAE;
}

.call-to-action-7 .single-feedback .green {
background:#84F896;
}

.call-to-action-7 .single-feedback .blue {
background:#77D5FF;
}

.call-to-action-7 .single-feedback .name {
color:#FFBA00;
text-transform:uppercase;
font-size:15px;
line-height:20px;
font-weight:bold;;
}

.call-to-action-7 .single-feedback p{
font-size:11px;
}

.call-to-action-7 .single-feedback .data {
color:#21272E;
font-size:12px;
line-height:20px;
}

.call-to-action-7 .single-feedback .google-icon {
position:absolute;
top:31px;
right:25px;
height:30px;
width:30px;
}

.banner-projekt-alcina {
background: url("/layout/banner-projekt-alcina.jpg") ;
}

.box-under-video {
background: #FFBA00 ;
border-radius: 30px;
padding:35px 45px;
min-height:160px;
margin-top:30px;
}

.projekte-alcina-flex .col-4 {
width:calc(33.3% - 10px);
}

.box-under-video h4{
font-size:25px;
line-height:28px;
text-transform:uppercase;
color:#fff;
margin-bottom:15px;
font-weight:700;
}

.box-under-video p{
color:#fff;
text-transform:uppercase;
font-size:14px;
font-weight:500;
}

.projekte-alcina-flex-look  {
position:relative;
}

.projekte-alcina-flex-look.flex-col-4 {
width:calc(33.3% - 10px);
}

.projekte-alcina-flex-look.flex-col-6 {
width:calc(50% - 10px);
}

.projekte-alcina-flex-look .text-box{
background: #FFBA00 ;
border-radius: 15px;
padding:15px 30px;
position:absolute;
margin-left:45px;
margin-right:45px;
bottom:25px;
width:calc(100% - 90px);
}


.projekte-alcina-flex-look.flex-col-4 .text-box {
min-height:100px;
}

.projekte-alcina-flex-look .text-box h4{
font-size:25px;
line-height:28px;
text-transform:uppercase;
color:#fff;
margin-bottom:0px;
font-weight:700;
}

.projekte-alcina-flex-look .text-box p{
color:#fff;
text-transform:uppercase;
font-size:14px;
font-weight:500;
}

.projekte-alcina-flex iframe {
width:100% !important;
}

.gif-row video{
width:100%;
}

.alcina-logos {
list-style:none;
text-align:center;
margin:0px;
}

.alcina-logos li{
display:inline-block;
padding-right:40px;
}

.alcina-logos li:last-child{
padding-right:0px;
}

.alcina-logos li img {
height:35px;
width:auto;
}


@media only screen and (min-width: 375px) and (max-width: 1500px) {
.projekte-alcina-flex-look .text-box{
background: #FFBA00 ;
border-radius: 15px;
padding:15px 30px;
position:relative;
margin-left:0px;
margin-right:0px;
bottom:auto;
width:100%;
margin-top:30px;
}
}

.logo-seo-slider div img{
margin-left:auto !important;
margin-right:auto !important;
}

.home-slide-4 .flex-row{
display:flex;
padding: 40px 20px 0 20px;
}

.home-slide-4 .flex-row .col-left {
width:55%;
padding-left:50px;
overflow:hidden;
}

.home-slide-4 .flex-row .col-right {
width:45%;
padding-left:50px;
}

.home-slide-4 .flex-row .col-left img {
float:left;
padding-top:40px;
max-width:915px;
margin-top:35px;
}

.home-slide-4 .flex-row .col-right h4 {
font-size:50px;
color:#fff;
text-transform:uppercase;
font-weight:800;
line-height:52px;
margin-bottom:10px;
}

.home-slide-4 .flex-row .col-right h4 span{
color:#ffb600;
}

.home-slide-4 .flex-row .col-right h5{
font-size:34px;
line-height:40px;
color:#fff;
text-transform:uppercase;
font-weight:700;
}

.home-slide-4 .flex-row .col-right p{
font-family: 'Caveat', cursive;
color:#ffb600;
font-size:30px;
padding-bottom:10px;
line-height:32px;
}

.banner.hide-dot .bx-wrapper .bx-pager {
display:none !important;
}

.home-slide-4 .button-orange {
max-width:293px;
}

.banner-projekt-wirtschaftsforum {
background: url("/layout/projekte/banner-projekt-wirtschaftsforum.png") ;
}

.banner-projekt-goleasy {
background: url("/layout/projekte/banner-projekt-goleasy.png") ;
}

.projekt-list-leistungen {
background:#FFBA00;
margin:0px;
padding:30px;
border-radius: 30px;
list-style:none;
margin:0px;
}

.projekt-list-leistungen ul {
list-style:none;
padding-top:10px;
margin-left:0px;
}

.projekt-list-leistungen li{
color:#fff;
font-size:14px;
position:Relative;
padding-left:30px;
padding-bottom:5px;
}

.projekt-list-leistungen li:before{
content: '\2022';
font-size:50px;
line-height:20px;
position:absolute;
top:-5px;
left:0px;
}

.projekte-kontakt-separator {
border-radius: 30px;
padding:45px;
background:#FFBA00;
}

.projekte-kontakt-separator h4{
font-size:30px;
line-height:30px;
font-weight:700;
padding-bottom:35px;
}

.projekte-kontakt-separator .button {
font-size:14px;
font-weight:700;
text-transform:uppercase;
background:#fff;
border-radius: 35px;
color:#21272E;
max-width:253px;
padding-left:0px;
padding-right:0px;
text-align:Center;
width:253px;
}

.projekte-kontakt-separator .button:hover {
background:#21272E;
color:#fff;
}

.projekte-kontakt-separator p {
font-size:20px;
color:#21272E;
font-weight:500;
line-height:30px;
margin-top:-5px;
}

.projekte-kontakt-separator p.mail{
padding-right:155px;
}

.projekte-kontakt-separator p a {
color:#fff;
font-weight:700;
}

.projekt-list-leistungen p {
color:#fff;
font-weight:600;
padding-bottom:20px;
}

.banner-nr1 {
background: url("/layout/suchhelden-slider-nr1.png") ;
background-position:center !important;
background-repeat:no-repeat;
}

.bx-controls-hide .bx-controls {
display:none !important;
}

#banner-home-new img{
border-radius: 30px;
}

.banner-projekt-software-eule {
background: url("/layout/projekte/software-eule-banner.png") ;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
background-color: #FFBA00 !important;
border-color: #FFBA00 !important;
color: #ffffff !important;
}


#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
border: 2px solid #FFBA00 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
color: #FFBA00 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
color: #FFBA00 !important;
}

.banner-projekt-hiro-lift {
background: url("/layout/projekte/hiro-lift-banner.png")
}

.padding-bot-10 {
padding-bottom:10px;
}

.margin-bot-5 {
margin-bottom:5px;
}

.margin-bot-0 {
margin-bottom:0px;
}

.col-363 {
max-width:363px;
}

.flex-box-tablets {
display:flex;
}

.flex-box-tablets .box-img {
width:33,3%;
padding:0px 15px;
}

.flex-box-tablets .box-img .btn{
border:2px solid #FFBA00;
max-width:355px;
font-size:14px;
color:#FFBA00;
display:block;
margin-left:auto;
margin-right:auto;
border-radius: 23px;
padding:11px 20px;
text-transform:uppercase;
}

.flex-box-tablets .box-img .btn:hover{
border:2px solid #FFBA00;
background: #FFBA00;
color:#21272E;
}

.digital-bash {
background: url("/layout/digitalbash-bg.png");
padding-top:50px;
padding-bottom:80px;
}

.digital-bash .flex-box > div{
width:33%;
}

.digital-bash .shadow {
box-shadow: -10px 10px 20px #00000029;
}

.digital-bash h4 {
text-align: center;
color: #000000;
text-transform: uppercase;
font-size:23px;
line-height:30px;
font-weight:800;
margin-bottom:15px;
}

.digital-bash h5 {
text-align: center;
color: #000000;
text-transform: uppercase;
font-size:21px;
line-height:21px;
font-weight:800;
margin-bottom:20px;
}

.digital-bash p {
text-align: center;
color: #000000;
font-size:18px;
line-height:25px;
margin-bottom:30px;
}

.digital-bash .text-col {
max-width:334px;
margin-top:37px;
}

.digital-bash .col-1 {
padding-top:40px;
}

.digital-bash button {
border-radius: 35px;
border:1px solid #fff;
background:#fff;
font-size:16px;
color:#FFBA00;
line-height:16px;
padding:18px;
font-weight:600;
max-width:318px;
}


.digital-bash button:hover {
border:1px solid #000;
background:#000;
}

.home-slide-new {
background: url("/layout/banners/home-slide-new.png")
}

.banner-flex {
display:flex;
justify-content: center ;
height:100%;
align-items:center;
max-width:1378px;
margin-left:auto;
margin-right:auto;
}

.col-banner-1 {
width:40%;
}

.col-banner-1 img{
float:right;
margin-right:60px;
}

.col-banner-2 {
width:60%;
}

.home-slide-new h4 {
font-size:70px;
line-height:70px;
text-transform:uppercase;
font-weight:800;
color:#21272E;
margin-bottom:20px;
}

.home-slide-new h5 {
font-size:30px;
line-height:35px;
text-transform:uppercase;
font-weight:800;
color:#21272E;
margin-bottom:30px;
}

.home-slide-new p {
font-size:18px;
line-height:29px;
color:#21272E;
max-width:565px;
}

#banner-home-new {
height:100%;
}

#banner-home-new img {
object-fit: cover;
height:100%;
}

@media only screen and (max-width: 1440px) {
.banner-new .slide {
height:470px;
}
}

@media only screen and (max-width: 1134px) {
.banner-new .slide {
height:416px;
}

.col-banner-1 img {
height: 300px;
width: auto;
}

.col-banner-1 img {
height: 300px;
width: auto;
}

.home-slide-new h4 {
font-size: 50px;
line-height: 51px;
}

.home-slide-new p {
font-size: 15px;
line-height: 29px;
}
}

@media only screen and (max-width: 1024px){
.banner-new .slide {
height: 253px;
}
}

@media only screen and (max-width: 640px){
.banner-new .slide {
height: 625px;
}

.col-banner-1 img {
height:250px;
width:auto;
float:none;
margin-top:50px;
margin-bottom:50px;
}

.home-slide-new h4 {
font-size:35px !important;
line-height:35px !important;
margin-bottom:30px !important;
}

.home-slide-new h5 {
font-size:25px !important;
line-height:25px !important;
margin-bottom:30px !important;
}

.home-slide-new p {
font-size:18px !important;
line-height:25px !important;
margin-left:auto;
margin-right:auto;
}
}

@media only screen and (max-width: 590px){
.banner-new .slide {
height: 580px;
}

.col-banner-1 img {
height:200px;
width:auto;
float:none;
margin-top:50px;
margin-bottom:20px;
}

.home-slide-new h4 {
font-size:30px !important;
line-height:30px !important;
margin-bottom:30px !important;
}

}

@media only screen and (max-width: 540px){
.banner-new .slide {
height: 540px;
}

.col-banner-1 img {
height:150px;
width:auto;
float:none;
margin-top:20px;
margin-bottom:20px;
}

.home-slide-new p {
font-size:16px !important;
line-height:20px !important;
margin-left:auto;
margin-right:auto;
}
}

@media only screen and (max-width: 517px){
.banner-new .slide {
height: 530px;
}

.home-slide-new h4 {
font-size:25px !important;
line-height:25px !important;
margin-bottom:30px !important;
}

.home-slide-new h5 {
font-size:20px !important;
line-height:20px !important;
margin-bottom:30px !important;
}

.col-banner-1 img {
height:100px;
width:auto;
float:none;
margin-top:20px;
margin-bottom:20px;
}
}

@media only screen and (max-width: 480px){
.banner-new .slide {
height: 452px;
}

.col-banner-1 img {
height:100px !important;
width:auto;
float:none;
margin-top:20px;
margin-bottom:20px;
}
}

@media only screen and (max-width: 439px){
.banner-new .slide {
height: 423px;
}

.home-slide-new h4 {
margin-bottom:10px !important;
}

.home-slide-new h5 {
margin-bottom:10px !important;
}
}

@media only screen and (max-width: 400px){
.banner-new .slide {
height: 406px;
}

.home-slide-new h4 {
font-size:20px !important;
line-height:20px !important;
}

.home-slide-new h5 {
font-size:20px !important;
line-height:20px !important;
}

.home-slide-new p {
font-size:12px !important;
}
}


@media only screen and (max-width: 375px){
.banner-new .slide {
height: 375px;
}

.home-slide-new h4 {
font-size:20px !important;
line-height:20px !important;
}

.home-slide-new h5 {
font-size:20px !important;
line-height:20px !important;
}

.home-slide-new p {
font-size:12px !important;
}

.col-banner-1 img {
height:80px !important;
margin-bottom:5px;
}

}

