@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
/*
º
*/
.mobileMenu li:before{
    content:unset;
}

.fakeHeaderSocialIcons img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.fakeHeaderSocialIcons a {
    display: block;
}

.fakeHeaderSocialIcons>div {
    width: 31px;
    height: 31px;
}

.fakeHeaderSocialIcons {
    display: flex;
    flex-direction: row;
    gap: 14px;
    align-items: center;
}

.fakeHeader {
    display: flex;
    flex-direction: row;
    padding: 1% 10%;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    left: 0;
    box-sizing: border-box;
}

.fakeHeaderSocials {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.fakeHeaderNav {
    display: flex;
    flex-direction: row;
    gap: 1.5em;
}

.fakeHeaderBlogButton {
    transform: translateX(-40%);
}

.fakeHeaderNav a {
    text-decoration: none;
    color: black;
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 200;
    font-size: 1.3em;
	transform:scale(1);
	transition:0.3s ease-in-out;
}
.fakeHeader a:hover{
transition:0.3s ease-in-out;
	transform:scale(1.1);
	text-decoration:underline;
}

.fakeHeaderBlogButton a {
    text-decoration: none;
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 200;
    color: black;
    border: 1px solid #163840;
    border-radius: 6px;
    font-size: 1.3em;
    padding: 7px 30px;
}

.fakeHeaderLogo a {
    font-family: 'Outfit', 'Sans-serif';
    font-weight: 600;
    text-decoration: none;
    font-size: 2.4em;
    color: #163840;
}
@media only screen and (max-width:1750px){
    html .fakeHeaderNav a {
        font-size: 1.1em;
    }
    html .fakeHeaderBlogButton a {
        font-size: 1.1em;
    }

}


@media only screen and (max-width:1150px){

    html .fakeHeaderNav {
        display: none;
    }
    html .fakeHeaderSocials {
        display: none;
    }
}


@keyframes growDown {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes growDownR {
    0% {
        transform: scaleY(1);
    }
    100% {
        transform: scaleY(0);
    }
}


.growDown {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

.growDownR {
    animation: growDownR 300ms ease-in-out forwards;
    transform-origin: top center;
}

.headerMenuPhone{
    display:none;
  }



@media only screen and (max-width:1100px){
    .displayNone {
        display: none!important;
    }

.headerMenuPhone{
    display:flex;
 justify-content: flex-end;
 position: relative;
 

  }
.menu svg {
        width: 50px;
        height: 50px;
    }



    button.menu {
    background-color: transparent;
    border: none;
    position: relative;
}
.line {
    fill: none;
    stroke: #163840;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
    .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6;
    }
    .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6;
    }
    .opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6;
    }
    .opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6;
    }
    .mobileMenu {
        position: absolute;
        z-index: 10;
        background-color: white;
        width: max-content;
        border-top: 3px solid #163840;
        transition: all 0.4s ease-in-out;

        top: 88%;
        right: 10%;
        display: flex;
        aspect-ratio: 1/1.2;
        align-items: center;
        padding: 20% 13%;
    }
.mobileMenu ul {
    padding: 0;
    margin: 0;
    transform: scale(0.85);
    flex-direction: column;
    display: flex;
    gap: 0.3em;
    height: 100%;
    justify-content: center;
}

    .mobileMenu li {
        list-style: none;
    }
    .mobileMenu li a {
        text-decoration: none;
        color: #163840;
        font-family: 'Outfit';
        font-size: 1.3em;
    }

}


/*
END HEADER
*/
@keyframes arrowRotate{
    0%{
        rotate:0deg;
    }
    100%{
        rotate:90deg;
    }
    }
    .johannes-section.johannes-section-margin-alt {
        display: none;
    }
    
    .question p {
        text-align: center;
    }
    .container {
        margin: 0!important;
        padding: 0!important;
        width: 100%!important;
        min-width: 100%!important;
    }
    .question {
        padding-left: 2em;
        padding-right: 3em;
    }
.faqAPI {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.loader {
    margin: 2em auto!important;
}

    .loader img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .aText {
        max-height: 200px;
    }
    
    .loader {
        background-color: transparent!important;
        width: 3%;
        margin: 3% auto;
    }
    .aButton {
        max-height: 40px;
    }
    
    .createSpace{
        margin-bottom:300px;
    }
    .answerOpen{
        height:300px!important;
    }
    .arrowRotate{
     animation:arrowRotate ease-in-out 0.35s;   
     rotate:90deg;
    }
    
   .faqText h1 {
    color: #163840;
    font-family: 'Outfit';
    font-weight: 600;
    margin: 0;
    font-size: 2.7em;
    width: fit-content;
}
.faqText h2 {
    margin: 0;
    font-family: 'Outfit Light';
    text-transform: uppercase;
    font-size: 1.3em;
}
   .pageContainer {
    margin-top: 0%;
    margin-bottom: 4%;
}
    .container {
    margin: 0!important;
    padding: 0!important;
    width: 100%!important;
    min-width: 100%!important;
}
    .faq {
        display: flex;
        flex-direction: column;
    }
 .faqText {
    width: fit-content;
    margin: 3% auto;
	 display: flex;
    flex-direction: column;
    width: 70%;
}
    
    .faqAPI {
        padding-left: 15%;
        padding-right: 15%;
    }
    
    .question {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position:relative;
        transition: all 0.35s ease-in-out;
    }
    .qImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition:all 0.35s ease-in-out;
    }
    
   .qImg {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 30px;
    height: 30px;
    transform: translate(-150%, -50%);
    cursor: pointer;
}
    .qText p {
    font-family: 'Outfit';
    color: #163840;
    font-size: 1.2em;
    margin: 0;
}
    .qText {
        padding: 1% 0%;
    }
    .faqAPI>div:nth-of-type(odd) {
    background-color: #dfe3df;
}
    .answer {
        position: absolute;
        top: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1.5em;
        justify-content: center;
        transition: all 0.35s ease-in-out;
        height: 0px;
    }
    .aText p {
        text-align: center;
        font-family: 'Outfit';
        color: black;
        padding-left: 20%;
        padding-right: 20%;
        font-size: 1.3em;
    }
    
    .aButton {
        width: fit-content;
    }
    
  html body .aButton a {
    font-family: 'Outfit';
    font-size: 1.1em;
    border: 1px solid #163840;
    text-decoration: none !important;
    padding: 0.3em 4em 0.4em 4em;
    white-space: nowrap;
    color: #163840;
    cursor: pointer;
    position: relative;
    display: flex;
    overflow: hidden;
    transition: all 0.35s ease-in-out !important;
    background: transparent;
    border-radius: 11px;
}
    
    
 .aButton a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s ease-in-out;
    box-shadow: #163840 0px 0px 0px inset;
    z-index: -1;
}
    
    .aButton:hover a::after{
        box-shadow:#163840 0px 0px 0px 5em inset;
    }
    
    html body .aButton:hover a{
        color: white!important
    }
.img-faq{
    padding-bottom: 2em;
    width: 38%;
    margin: 0 auto;
}
.img-faq img{
width:100%;
	height:100%;
	object-fit:cover;
}

    @media screen and (min-width:200px) and (max-width:500px){
        .aText p {
            padding-left: 2%;
            padding-right: 2%;
			font-size:1em;
        }
   
    .qText{
        padding:0!important;
    }
    .answer{
        gap:3.5em!important;
    }
    .answerOpen {
        height: 350px!important;
    }
    .createSpace {
        margin-bottom: 350px;
    }
        .faqText h1 {
            text-align: center;
        }
    }

   



    @media only screen and (min-width:1100px) and (max-width:1600px){
        html .faqAPI {
            padding: 0;
        }

        .col-12.col-lg-8.single-md-content.col-md-special.johannes-order-1 {
            margin: 0;
            padding: 0;
        }

    }

@media only screen and (min-width: 600px) and (max-width: 1100px) { 
	.pageContainer {
    margin-top: 2%;
}
	.aText{
	height:fit-content;
		max-height:fit-content;
	}
.aText p {
    font-size: 1.2em;
	    padding-left: 10%;
    padding-right: 10%;
}
	.answer {
   gap:1.6em;
}
	.qText {
        text-align: center;
        padding: 2% !important;
    }


}


 @media screen and (min-width:200px) and (max-width:600px){
		.faqText {
    padding: 0.6em 0;
    gap: 0.7em;
}
	.faqText h1 {
    font-size: 2.4em;
}
	.faqText h2 {
    text-align: center;
    font-size: 1.1em;
		font-family:'Outfit'!important;
		font-weight:400;
}
	.img-faq {
    width: 81%;
    margin: 0 auto;
    padding: 3em 0;
}
        .loader{
            width: 10%!important;
        }
        .qText {
            padding: 1% 12% 1% 6%;
 
        }
        html .faqAPI {
            padding: 0;
        }
    .qText {
        text-align: center;
        padding: 4% !important;
    }
    }
