/*
Theme Name: Kowerk
Author: Milan, Anja
Version: 1.0
*/
/*******************
        ROOT
*******************/

:root{
    --primary-color: #AFC8A0;
    --background-color-dark:#252B30;
}

/*******************
        FONTS
 ******************/
@font-face {
    font-family: 'Prometo';
    src: url("/wp-content/themes/kowerk/assets/fonts/Prometo-Thin.ttf");
    font-weight:100;
}
@font-face {
    font-family: 'Prometo';
    src: url("/wp-content/themes/kowerk/assets/fonts/Prometo-Light.ttf");
    font-weight:300;
}
@font-face {
    font-family: 'Prometo';
    src: url("/wp-content/themes/kowerk/assets/fonts/Prometo.ttf");
    font-weight:400;
}
@font-face {
    font-family: 'Prometo';
    src: url("/wp-content/themes/kowerk/assets/fonts/Prometo-Medium.ttf");
    font-weight:500;
}
@font-face {
    font-family: 'Prometo';
    src: url("/wp-content/themes/kowerk/assets/fonts/Prometo-Bold.ttf");
    font-weight:700;
}
@font-face {
    font-family: 'Prometo';
    src: url("/wp-content/themes/kowerk/assets/fonts/Prometo-Black.ttf");
    font-weight:900;
}
@font-face {
    font-family: 'Usual';
    src: url("/wp-content/themes/kowerk/assets/fonts/Usual-Light.ttf");
    font-weight:300;
}
@font-face {
    font-family: 'Usual';
    src: url("/wp-content/themes/kowerk/assets/fonts/Usual-Regular.ttf");
    font-weight:400;
}
@font-face {
    font-family: 'Usual';
    src: url("/wp-content/themes/kowerk/assets/fonts/Usual-Medium.ttf");
    font-weight:500;
}
@font-face {
    font-family: 'Usual';
    src: url("/wp-content/themes/kowerk/assets/fonts/Usual-Bold.ttf");
    font-weight:700;
}
@font-face {
    font-family: 'Usual';
    src: url("/wp-content/themes/kowerk/assets/fonts/Usual-ExtraBold.ttf");
    font-weight:800;
}
@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/kowerk/assets/fonts/Montserrat-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: 'Montserrat';
    src: url("/wp-content/themes/kowerk/assets/fonts/Montserrat-Medium.ttf");
    font-weight: 500;
}
/******************
    GENERAL STYLES
 *****************/

body{
    font-family: Prometo;
}
._brlbs-google-maps, ._brlbs-thumbnail, ._brlbs-cb-googlemaps{
    width: 100%;
}

.flex-1{
	flex:1;
}

.gx-13px{
	--bs-gutter-x:13px;
}

.pt-75px{
	padding-top:75px;
}

.wpcf7-captchar{
	width: unset !important;
	height: unset !important;
}
.wpcf7-captcha-captcha-170{
	width: unset !important;
	padding: 0px !important;
}
.footer-location{
	margin-top: 43px!important;
    line-height: 35px;
    letter-spacing: 0.3px;
}

.checklist-heading p{
	letter-spacing:0;
}

.wpcf7-list-item {
	display:inline-flex!important;
	align-items:center;
}

.wpcf7-list-item  label{
	display:inline-flex!important;
	align-items:center;
}

.custom-container-large{
    max-width: 1664px;
}
.custom-container-header{
    max-width:1639px;
}
.custom-container-small{
    max-width: 830px;
}
.color-dark-gray{
    color:#252B30;
}
.color-green{
    color:#AFC8A0;
}
.green-background{
    background-color:#AFC8A0;
}
.dark-gray-background {
    background-color: #252B30;
}
.orange-background{
    background-color: #eaa18b!important;
}
.fs-10{
    font-size: 10px;
}
.fs-26{
    font-size: 26px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.font-usual {
    font-family: 'Usual';
}
.fw-400{
    font-weight: 400;
}
/******************
       HEADER
 *****************/
header{
    background-color:var(--background-color-dark)
}
.navbar-toggler-icon svg{
    height: 48px;
    width: 48px;
}
.full-video-links, .navbar-brand{
	padding-left:12px;
}
.navbar-fullscreen .menu-item a{
    font-size: 33px;
    font-weight: 700;
    transition:ease-in 0.2s;
}
.navbar-fullscreen .menu-item a:hover{
    border-bottom: 1px solid white;
    transition: ease-in 0.2s;
}
.hamburger-close svg #Linie_69{
   transform: translate(1749px, 60px) rotate(45deg);
}
.hamburger-close svg #Linie_75{
    transform:translate(1748px, 75px) rotate(-45deg);
}
.navbar-toggler{
    border:none;
    outline:none;
    box-shadow: none;
	margin-right:18px;
	margin-bottom:25px;
}
.hamburger-close svg{
    height: 48px;
    width: 48px;
}
.hamburger-close{
    position: absolute;
    top: 25px;
    right: 6px;
    border: none;
    background:transparent;
}
header div{
    height: 48px;
}
.navbar-fullscreen{
    height: 100vh!important;
    background-color: #252B30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition:height ease-in 0.5s;
}
.nav-fullscreen{
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align:center;
}
header{
    background-color: var(--background-color-dark);
    z-index:13;
}
.background-shadow{
    min-height: 108px;
    box-shadow:inset 0px 98px 30px -24px rgba(0,0,0,0.75);
}
.right-arrow-header img {
    width: 50px;
	margin-top:3px;
}

.background-gradient-black>div{
   height: max-content;
}
.menu-item a, .current_page_item a{
    color:#fff!important;
    text-decoration: none;
    font-weight: 300;
    font-size: 21px;
    margin-right: 30px
}
.current_page_item a{
/*     border-bottom: 9px solid var(--primary-color); */
    padding-bottom: 0;
    font-weight: 400;
}
.menu-item a, .current_page_item a{
    margin-right: 0;
}
.custom-button-header, .custom-button-header:hover {
    background-color: var(--primary-color);
    color:white;
    height: 100%;
    font-size: 18px;
    padding-left: 20px;
    margin-right: 37px;
	display:inline-flex;
	align-items:center;
}
.right-arrow-header{
    margin-left: 10px;
    margin-right: 0;
	display:flex;
	align-items:center;
}
.background-gradient-black{
    height:inherit;
    position: relative;
    z-index: 2;
    background: rgb(36,43,49);
    background: linear-gradient(180deg, rgba(36,43,49,1) 0%, rgba(255,255,255,0) 100%);
}

/******************
    ANIMATIONS
 */

.user svg{
    transition: scale 0.3s ease-in-out;
}
.accordion-image .play-ico{
		transition:.3s ease-in-out
	}
.user:hover svg{
    scale: 1.2;
}
.navbar-brand svg{
    width: 200px;
    transition: transform 0.3s ease-in-out;
}
.accordion-image img{
    transition:width 0.3s ease-in-out;
}
.newsletter-link img, .columns-image img, .bubble-button, .bubble-button-custom{
    transition: scale 0.3s ease-in-out;
}
.newsletter-link:hover img, .columns-image:hover img, .bubble-button:hover, .bubble-button-custom:hover{
    scale: 1.2;
}
.heading-button img ,.more-heading .weniger-heading img, .right-arrow-header img, .micro-off-button img, .read-more-accordion img, .checklist-button a img, .more-checklist span img, .newsletter-submit-btn img, .footer-contact-submit img, .bubble-button-text a img, .more-heading .mehr-heading img{
    transition: transform 0.3s ease-in-out;
}

.heading-button:hover img ,.custom-button-header:hover .right-arrow-header img ,.micro-off-button:hover img, .read-more-accordion:hover img, .checklist-button:hover a img, .newsletter-submit-btn:hover img, .footer-contact-submit:hover img, .bubble-button-text a:hover img {
    transform: translateX(7px);
}
.more-checklist:hover .mehr img{
	transform:translatey(7px);
}
.more-checklist:hover .weniger img{
	transform:translatey(-5px);
}

.more-heading:hover .mehr-heading img{
	transform:translateX(7px) rotate(-90deg);
}
.more-heading:hover .weniger-heading img{
	transform:rotate(90deg) translateY(5px);
}
.img-rotate:hover img{
    transform:rotate(180deg) translateX(7px);
}
/*****************
   CONTACT FORM
*****************/

.footer-contact-form p {
	margin-bottom:0;
}

.footer-contact-form span.wpcf7-list-item.first{
    margin-right: 10px;
}

.footer-contact-form textarea{
    height: 187px;
}

.footer-contact-form input, .footer-contact-form textarea, .footer-contact-form select{
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    padding: 5px 15px;
    font-size: 18px;
	font-weight: 400;
    color: #757575;
	background: white;
}
.footer-contact-form .wpcf7-checkbox, .form-switch .wpcf7-radio{
    font-size: 18px;
}
.footer-contact-form .wpcf7-checkbox .wpcf7-list-item-label, .form-switch .wpcf7-list-item-label{
    margin-left: 15px;
}
.footer-contact-form .wpcf7-checkbox .first, .form-type-first{
    margin: 0;
}
.footer-contact-form .wpcf7-checkbox .last, .form-type-last{
    margin-left: 0;
}
.footer-contact-form input[type="checkbox"], .form-switch input[type="radio"], .newsletter-block input[type="checkbox"]{
    width: 20px;
    height: 20px;
	padding:5px;
}
.footer-contact-form .wpcf7-acceptance .wpcf7-list-item-label{
    font-size: 18px;
	letter-spacing: 0.1px;
    margin-left: 9px!important;
}

.pflichtangaben-label{
	font-size:18px;
}

.footer-contact-form .wpcf7-acceptance a{
    color: #fff;
    text-decoration: none;
}
.footer-contact-form .wpcf7-submit{
    font-weight: 500;
}
.footer-contact-form span.wpcf7-list-item{
    margin-left: 0;
}
.footer-contact-form .wpcf7-acceptance a:hover{
    color: #fff;
    text-decoration: underline;
}
.contact-form-submit-image{
    position:absolute;
    top: 37px;
    left: 33px;
}
.footer-contact-form .wpcf7-submit{
    border-radius: 36px;
    padding-right: 45px;
    padding-left: 91px;
    color:#252B30;
    background-color: #fff;
}
.footer-contact-form input[type="checkbox"], .form-switch input[type="radio"], .newsletter-block input[type="checkbox"]{
    appearance: none;
    display: inline-block;
    position: relative;
    width:25px;
    height:25px;
    border: 3px solid white;
    background-color: #fff;
    cursor: pointer;
}
.footer-contact-form input[type='checkbox']:checked, .form-switch input[type="radio"]:checked, .newsletter-block input[type="checkbox"]:checked{
    background-color: #252B30;
}
.footer-contact-form {
	padding-top: 14px;
}
.footer-contact-submit p {
	margin-bottom: 0;
}
.footer-contact-form .wpcf7-select{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url("/wp-content/themes/kowerk/assets/images/chevron-down-black.svg");
    background-repeat: no-repeat;
    background-position: 93% 54%;
	color:#757575;
}
.footer-contact-form .col-lg-6{
    margin-bottom:30px;
}
.dark-gray-background .wpcf7-submit{
    background-color: #eaa18b;
    color: white;
}
.col-12.form-row{
    margin-bottom: 35px;
}
.col-12.last-form-row{
    margin-bottom:5px;
}
.col-12.last-form-row p {
    margin-bottom:0;
}
.footer-contact-form textarea{
    height:unset;
}
/*****************
     FOOTER
*****************/
.footer-contact-information{
    line-height: 35px;
	padding-top:0;
}
.footer-contact-form input, .footer-contact-form textarea, .footer-contact-form select, .form-switch .wpcf7-radio {
    font-weight:390;
}

.footer-contact-information a, .footer-links a{
    text-decoration: none;
}
.footer-links a{
    font-size: 18px;
}
.footer-section-title{
    font-weight: 700;
    margin-bottom: 36px;
}
.footer-heading-title{
    font-weight: 700;
}
.footer-contact-information a:hover, .footer-links a:hover{
    text-decoration: underline;
}
.footer-contact-information a, .footer-contact-information a:hover, .footer-links a, .footer-links a:hover{
    color:#fff;
}
.footer-contact-information p:first-child{
    margin-bottom:2rem;
}
.footer-logo img{
    width: 125px;
}
.custom-navbar-class{
    z-index: 2;
}
.video-modal-close-btn{
	top:50px;
	right:50px;
	z-index:1000
}
/********************
      ISOMETRY
********************/
.floor>g.active-flat>path{
    fill:var(--primary-color);
}
.floor {
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
}
.floor.moveup {
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
    -webkit-transform: translate(0, -100px);
    /*-ms-transform: translate(230px, -248px);*/
}
/******************
    ANIMATIONS
 */
.menu-item a:before{
/*     content:''; */
    display: block;
    height: 0;
    background-color: var(--primary-color);
    width: 0;
    transition:width ease-in-out .5s;
}
.footer-contact-submit input{
    width: 295px;
}
.footer-contact-submit input{
    padding-left: 45px!important;
    padding-right: 45px!important;
}
.contact-form-submit-image{
    top:34px;
    left: 85px;
    width:25px
}
.custom-buttons, .checklist-button a{
    height: 40px!important;
    font-size: 13px!important;
}
@media screen and (min-width: 576px){
    .font-sm-26{
        font-size: 26px;
    }
    .font-sm-22{
        font-size: 22px;
    }
	.title, .title p{
		font-size:32px!important;
	}
    .footer-contact-submit input{
        width: 255px;
    }
    .footer-contact-submit input{
        padding-left: 45px!important;
        padding-right: 45px!important;
    }
    .contact-form-submit-image{
        top:35px;
        left: 55px;
    }
    .custom-buttons, .checklist-button a{
        height: 40px!important;
        font-size: 16px!important;
    }
}
@media screen and (min-width: 768px) {
    .fs-md-46{
        font-size: 46px!important;
    }
    .fs-md-26{
        font-size: 26px;
    }
    .fs-md-18{
        font-size: 18px;
    }
    .custom-buttons, .checklist-button a{
        height: 40px!important;
        font-size: 18px!important;
    }
    .contact-form-submit-image{
        top:32px;
        left: 45px;
        width: 31px;
    }
    .footer-contact-submit{
        width:300px;
    }
    .footer-contact-submit input{
        padding-left: 45px!important;
        padding-right: 45px!important;
    }

}
@media screen and (min-width: 992px)  {
    .fs-lg-70{
        font-size: 70px;
    }
    .fs-lg-90{
        font-size: 90px!important;
    }
    .fs-lg-46{
        font-size: 46px;
    }
    .fs-lg-26{
        font-size: 26px;
    }
    .fs-lg-24{
        font-size: 24px;
    }
    .fs-lg-20{
        font-size: 20px;
    }
	.fs-lg-29{
		font-size: 29px!important;
    }
	.footer-contact-form {
		padding-top: 137px;
	}
    .footer-heading-title{
        line-height: 94px;
        letter-spacing: 0;
    }
	.row-one{
		height:50px;
		margin-bottom:35px;
	}	
	.footer-contact-information{
		padding-top:35px;
	}
	
	.gender-group{
		margin-bottom:46px;
	}
    .footer-contact-form .wpcf7-submit{
        width: 460px;
        padding-left: 45px;
    }
    .contact-form-submit-image{
        top: 34px;
        left: 46%;
        width: unset;
    }
	.footer-content, .footer-contact-information{
		font-size:22px;
		line-height:34px;
	}
    .footer-location{
        font-size: 22px;
    }
    .custom-buttons, .checklist-button a{
        height: 45px!important;
        font-size: 18px!important;
    }
	.title, .title p{
		font-size:56px!important;
        line-height: 70px!important;
	}
    .custom-container-large, .custom-container-header{
        padding-left: 3em;
        padding-right: 3em;
    }
	.navbar-toggler{
		margin-right:-29px;
	}
}
@media screen and (min-width: 1200px){
    .current_page_item a, .menu-item a{
        padding-bottom: 0!important;
    }
    .menu-item a, .current_page_item a, .menu-item a{
        position:relative;
    }
    .contact-form-submit-image{
        top: 45px;
        left: 45%;
    }
    .position-lg-absolute{
        position:absolute!important;
    }
	.custom-navbar-class{
		border-bottom: 1px solid #fff;
	}
    .fs-xl-90{
        font-size: 90px!important;
    }
    .fs-xl-70{
        font-size: 70px;
    }
    .fs-xl-26{
        font-size: 26px!important;
    }
    .fs-xl-20{
        font-size: 20px;
    }
    .fs-xl-46{
        font-size: 46px;
    }
    .footer-contact-form .wpcf7-checkbox .last, .form-type-last{
        margin-left: 56px;
    }
    .footer-contact-form input, .footer-contact-form textarea, .form-switch .wpcf7-radio {
        font-size: 22px;
        line-height: 34px;
    }
    .footer-contact-form input::placeholder, .footer-contact-form textarea::placeholder, .footer-contact-form select{
        font-size:18px;
    }
	.footer-contact-form textarea{
		height: 182px;
	}
	
    .footer-contact-form span.wpcf7-list-item.first, .form-type-first{
        margin-right: 0;
    }

    .footer-contact-form .wpcf7-checkbox, .form-switch .wpcf7-radio{
        font-size: 22px;
        font-weight:390;
    }
    .footer-contact-form input[type="checkbox"], .form-switch input[type="radio"], .newsletter-block input[type="checkbox"]{
        width: 26px;
        height: 26px;
    }
    .footer-logo img{
        width: unset;
    }
    .kowerk-nav .menu-item a, .current_page_item a{
        padding-left: 0;
        margin-right: 20px;
    }
    .micro-off-nav .menu-item a, .current_page_item a{
        padding-left: 0;
        margin-right: 28px;
    }
    .right-arrow-header{
        margin-left: 20px;
        margin-right: 15px;
    }
    .current_page_item a{
        padding-bottom: 31px;
    }
	.pflichtangaben-label{
		margin-bottom:60px!important;
	}


	.micro-off-navbar{
		margin-right:40px;
	}
    .custom-button-header, .custom-button-header:hover {
        font-size: 22px;
    }
    .custom-buttons, .checklist-button a{
        height: 65px!important;
        font-size: 22px!important;
    }
	.title, .title p{
		font-size:64px!important;
        line-height: 85px!important;
	}
}
@media screen and (min-width: 1300px){
    .custom-container-large, .custom-container-header{
        padding-left: 6em;
        padding-right: 6em;
    }
}
@media screen and (min-width: 1400px) {
    .current_page_item a{
        padding-bottom: 0;
    }
    .menu-item a, .current_page_item a{
        font-size: 24px;
		display:inline-block;
    }
    .current_page_item a:before, .menu-item a:hover::before{
        bottom:-35px;
    }

    .fs-xxl-90{
        font-size: 90px;
    }
    .fs-xxl-26{
        font-size: 26px;
    }
    .fs-xxl-46{
        font-size: 46px!important;
    }
    .navbar-brand svg {
        width: 228px;
    }
	.kowerk-nav .menu-item a, .current_page_item a{
        padding-left: 0;
        margin-right: 35px;
    }
	.micro-off-nav .menu-item a, .current_page_item a{
        padding-left: 0;
        margin-right: 28px;
    }
	.kowerk-navbar, .micro-off-navbar{
		margin-right:0;
	}
    .custom-container-large, .custom-container-header{
        padding-left: 8em;
        padding-right: 8em;
    }
}
@media screen and (min-width: 1500px) {
    .fs-vl-90{
        font-size: 90px;
    }
	.accordion-modal .modal-fullscreen, .banner-video-modal .modal-fullscreen{
		width:88%;
		margin:0 auto;
	}
	.video-modal-close-btn{
		top:50px;
		right:-50px;
		z-index:1000
	}
}
@media screen and (min-width: 1600px){
	.title, .title p{
		font-size:82px!important;
        line-height: 94px!important;
	}
    .custom-container-large, .custom-container-header{
        padding-left:2em;
        padding-right:2em;
    }
    .menu-item a, .current_page_item a{
        font-size: 25px;
        display:inline-block;
    }
    .micro-off-navbar{
        margin-right:195px;
    }
}
@media screen and (min-width: 1700px){
    .custom-container-large{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .custom-container-header{
        padding-right: 0;
        padding-left: 0;
    }
}
