/* css clean op */

*{
	font-family: 'Baloo 2', Helvetica, Arial, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
    -webkit-user-drag: none;
    /*
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    */
    -webkit-appearance: none;
    user-select: none;
	margin: 0;
	padding: 0;
    /*border: 1px solid red;*/
}

.mce-content-body div{
	border: 1px dashed #999;
	font-family: Helvetica, Arial, sans-serif;
}

:root {
    --main: #ffffff;
    --main-medium: #acacac;
    --main-light: #ebebeb;
    --text: #000000;
    --text-dark: #505050;
    --text-medium: #666;
    --text-light: #909090;
}

textarea{
    resize: none;
}

body {
    background-color: var(--main);
	margin: 0;
    padding: 0;
    width: 100vw; height: 100vh; height: 100svh;
    overflow-x: hidden;
}

input {
    border: none;
}

textarea {
    border: none;
}

.inpextra {
	position: absolute;
	top: -999999px;
}
/* main area */
/* sections */

.navigation {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 4rem;
    z-index: 1;
    border-radius: 0 0 1rem 1rem;
    background: #ffffff;
    box-shadow: 0 2px 20px -8px #aaaaaa;
    /*border-bottom: 1px solid var(--text-dark);*/
}

.welcome {
    position: relative;
    width: 100vw; height: 100vh; height: 100svh;
    overflow: hidden;
}

.content {
    position: relative;
    display: flex;
    width: 100vw; height: 100vh; height: 100svh;
    overflow: hidden;
}

.contact-flex {
    position: absolute;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 30rem; height: auto;
    top: 40%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.warpper-left {
    position: relative;
    width: 50%; height: 90vh; height: 100svh;
    
}
.gallery-container {
	position: absolute;
	width: 100%; height: 100%;
	background-position: 50%;
    background-size: cover;
    background-repeat: none;
}
#NSBGalery {
	position: absolute;
	top: -99999px;
}

.warpper-right {
    position: relative;
    width: 50%; height: 90vh; height: 100svh;
    background-position: 50%;
    background-size: cover;
    background-repeat: none;
}

.socials-section {
    position: absolute;
    width: auto; height: auto;
    bottom: 4rem; right: 10vw;
    padding: 1.5rem;
    gap: 2rem;
    display: flex;
    justify-content: space-evenly;
    border-radius: 1rem;
    background: var(--main);
    box-shadow: 0 2px 25px -7px #aaaaaa;
}

/* elements */

h1 {
    padding-top: 1.2rem;
    /*z-index: 2;*/
    font-size: 1.7rem;
    color: var(--text-dark);
    text-align: center;
}

h2 {
    padding-top: 1rem;
    /*z-index: 2;*/
    font-size: 1.5rem;
    color: var(--text-dark);
    text-align: center;
}

.nounderline {
	text-decoration: none;
}

.h1-contact {
    width: 100%;
    padding: 1rem;
}

.h1-about {
    position: relative;
    margin: 10vh 5vw 0 5vw;
    text-align: start;
}

.h1-team {
    position: absolute ;
    top: 15vh; left: 50%;
    transform: translate(-50%, 0);
    text-align: start;
}

.p-about {
    position: relative;
    margin: 3vh 10vw 0 5vw;
    text-align: start;
    font-size: 1rem;
    color: var(--text-dark);
    text-align: justify;
}

.inp-contact {
    position: relative;
    width: 45%; height: 3rem;
    margin: 1%;
    padding: .3rem .8rem 0 .8rem;
    border-radius: 1rem;
    background: var(--main);
    box-shadow: 0 2px 15px -7px #919191;
    text-align: start;
    text-decoration: none;
    font-size: 1rem;
}

.inp-contact::placeholder {
    color: var(--text-light);
}

.inp-contact:focus {
    box-shadow: 0 2px 20px -5px #787878;
    outline: none;
    color: var(--text-dark);
}

.half-name {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.half-address {
    width: 45%;
    margin: 1%;
    gap: 4%;
    display: flex;
    justify-content: space-between;
}

.imp-half {
    margin: 0;
    width: 100%;
}

.text-contact {
    width: 95%; height: 9rem;
    margin: 1%;
    padding: .6rem 0 0 .8rem;
}

.main_image {
    position: absolute;
    width: 100vw; height: 90vh; height: 100svh;
    background-image: url(/images/gallery/teller2.webp);
    background-position: 50%;
    background-size: cover;
    background-repeat: none;
}

.contact-button {
    position: absolute;
    width: auto; height: auto;
    padding: .8rem 2rem .6rem 2rem;
    bottom: 7rem; left: 50%;
    transform: translate(-50%, 0);
    border-radius: 1rem;
    background: var(--main);
    box-shadow: 0 2px 25px -7px #aaaaaa;
    text-align: center;
    text-decoration: none;
    color: var(--text-dark);
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1rem;
    transition: all .2s;
}

.contact-button:hover {
    box-shadow: 0 2px 30px -7px #cccccc;
    padding: 1.2rem 2.4rem 1rem 2.4rem;
    bottom: 6.6rem;
}

.learn-button {
    position: absolute;
    bottom: 3rem; left: 50%;
    transform: translate(-50%, 0);
    border-bottom: 2px solid var(--text-dark);
    text-align: center;
    text-decoration: none;
    color: var(--text);
    text-transform: uppercase;
    font-size: 1rem;
    cursor: pointer;
    transition: all .2s;
}

.learn-button:hover {
    color: var(--text-light);
}

/* icons */

.icon {
    width: 3rem; height: 3rem;
    background-position: 50%;
    background-size: cover;
    background-repeat: none;
    transition: all .2s;
    /* filter: drop-shadow(0 0 2px #6c6c6c); */
}

.icon:hover {
    opacity: .5;
}

.logo {
    position: absolute;
    top: .5rem; left: 2rem;
    width: 3rem; height: 3rem;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all .2s;
    opacity: .7;
}

.logo:hover {
    opacity: .9;
}

/* snap scroll */
.snapy {
	overflow-y: scroll;
	scroll-snap-type: y proximity;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.snapy {
		scroll-snap-type: y mandatory;
	}
}

.vertical-scroll-snap {
	overflow: hidden;
	max-height: 100vh;
    max-height: 100svh;
	max-width: 100vw;
    overflow-y: auto;
}
  
.stacking-slide {
    background: white;
    scroll-snap-align: start;
    height: 100vh;
    height: 100svh;
    width: 100%;
    top: 0;
    box-shadow: 0 0px 50px -12px rgba(0, 0, 0, 0.25);
    
    &:nth-last-child(1) {
      height: 100vh;
      height: 100svh;
    }
}
*, *:before, *:after {
    box-sizing: border-box;
}

/* Safari */
.stacking-slide {
	position: -webkit-sticky;
}

.vertical-scroll-bar{
	overflow-y: scroll;
}

/* snap scroll two */

.team-screen {
    position: absolute;
    display: flex;
    left: 50%; top: 55%;
    transform: translate(-50%, -50%);
    gap: 1rem;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding: 1rem;
    padding: 30px 0 30px 0;
    max-width:  725px;
    margin: 0 auto;
    border-radius: 1rem;
    box-shadow: inset 0 2px 30px -1px #ddd;
}

.person {
    position: relative  ;
    width: 100%; height: 50%;
    border-radius: 1rem 1rem 0 0;
    background-position: 0 0;
    background-size: cover;
    background-repeat: none;
    box-shadow: 0 6px 10px -2px #ddd;
}

.person-h3 {
    margin: 1.3rem 0 0 1rem;
    font-size: 1rem;
    color: var(--text-medium);
}

.p-person {
    font-size: .8rem;
    margin: .6rem 1rem .6rem 1rem;
    color: var(--text-medium);
    text-align: start;
}

.section__item {
    --stop: always;
    display: flex;
    flex-direction: column;
    justify-content: start;
    flex: 0 0 220px;
    width: 100%;
    height: 400px;
    scroll-snap-align: center;
    scroll-snap-stop: var(--stop);
    font-size: 1.5rem;
    position: relative;
    background: #fbfdff;
    border-radius: 1rem;
    box-shadow: 0 2px 25px -7px #bbb;
}

.invis {
    visibility: hidden;
    flex: 0 0 0%;
}

.footer {
    position: relative;
    display: flex;
    height: 30vh!important;
    height: 30svh!important;
    overflow: hidden;
    bottom: 0;
    border-radius: 1rem 1rem 0 0;
    background: #fbfdff;
    box-shadow: 0 -4px 20px -7px #aaaaaa;
}

.agb {
    position: absolute;
    bottom: 2vh; left: 50%;
    transform: translate(-50%, 0);
    width: 100vw; height: auto;
    max-width: 500px;
    display: flex;
    justify-content: space-evenly;
}

.agb a, p, .agb span, .agb span a, .agb {
    color: var(--text-light);
    text-align: center;
    transition: all .2s;
}

.agb a:hover {
    color: var(--text-light);
}
  
.footer-address {
    position: absolute;
    width: 83%; height: auto;
    top: 4rem; left: 50%;
    transform: translate(-50%, 0);
    max-width: 500px;
    display: block;
}

.footer-address p {
    text-align: start;
}
.footer-address p, .footer-address p a, .footer-address a, .footer-address span{
	color: var(--text-light);
}

.socials-section-footer {
    position: absolute;
    width: 83%; height: auto;
    top: 5rem; left: 50%;
    transform: translate(-50%, 0);
    max-width: 500px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    gap: 1rem;
}

.socials-icon-footer {
    width: 3rem; height: 3rem;
    background-position: 50%;
    background-size: cover;
    background-repeat: none;
    transition: all .2s;
    opacity: .6;
    /* filter: drop-shadow(0 0 2px #6c6c6c); */
}

.socials-icon-footer:hover {
    opacity: .4;
}

/* tablet */
@media only screen and (max-width: 800px) {
	.mobileno {
		display: none;
	}
    .inp-contact {
        width: 75%;
    }
    .half-name {
        margin: 1%;
        width: 75%;
        gap: 6%;
    }
    .imp-half-name {
        margin: 0;
        width: 100%;
    }
    .half-address {
        width: 75%;
        gap: 6%;
    }
    .imp-half {
        width: 100%;
    }
    .text-contact {
        width: 75%;
        height: 6rem;
    }
    .contact-flex {
        top: 45%;
    }
    .h1-contact {
        width: 100%;
        padding: .5rem;
    }
    .contact-button {
        bottom: 4rem;
    }
    .contact-button:hover {
        bottom: 3.6rem;
    } 
    .learn-button {
        bottom: 1.5rem; 
    }
    .content {
        flex-direction: column-reverse;
    }
    .warpper-left {
    	clear: both;
        width: 100vw; height: 60%;
    }
    .warpper-right {
    	clear: both;
        width: 100vw; height: 60%;
    }
    .p-about {
        margin: 3vh 2rem 0 5vw;
        text-align: start;
    }
    .socials-section {
        position: absolute;
        width: auto; height: 1.5rem;
        top: 11.5vh; right: 7vw;
        padding: .5rem;
        gap: 1rem;
        box-shadow: none;
    }
    .icon {
        width: 2rem; height: 2rem;
        filter: drop-shadow(1px 1px 2pxrgb(146, 146, 146)c);
    }
    .agb a, p {
        font-size: .9rem;
    }
    .navigation {
        height: 3rem;
    }
    h1 {
        padding-top: .8rem;
        /*z-index: 2;*/
        font-size: 1.3rem;
    }
    .logo {
        display: none;
    }
    .footer-address {
        top: 4rem;
    }
    .socials-icon-footer {
        width: 3rem; height: 3rem;
    }
    .team-screen {
        box-shadow: none;
    }
    .invis {
	    flex: 0 0 20%;
	}
}

/* phnoe */
@media only screen and (max-height: 600px) {
	.contact-button.contact-extra {
    	bottom: -40px;
    }
}

@media only screen and (max-width: 380px) {
    .inp-contact {
        width: 60%;
    }
    .half-name {
        width: 60%;
    }
    .half-address {
        width: 60%;
    }
    .contact-flex {
        top: 44%;
    }
    .h1-contact {
        width: 100%;
        padding: .5rem;
    }
    .contact-button {
        bottom: 1.5rem;
    } 
    .contact-button:hover {
        bottom: 1.1rem;
    } 
    .learn-button {
        display: none;
    }
    .text-contact {
        height: 4rem;
    }
    .agb a, p {
        font-size: .8rem;
    }
    .footer-address {
        top: 3rem;
    }
    .socials-icon-footer {
        width: 2rem; height: 2rem;
    }
    .socials-section-footer {
        top: 3rem;
    }
    .socials-section {
    	right: .5rem;
    	gap: .2rem;
    }
    .invis {
	    flex: 0 0 15%;
	}
    .h1-team {
        display: none;
    }
    
    
}


@media only screen and (max-width: 320px) {
    .warpper-left {
        display: none;
    }
    .warpper-right {
        width: 100vw; height: 90vh;
    }
}

/* NSB Box - Design - requires NSB Box Javascript (c) 2018 by Etienne Schorro */
#nsbbox{
	display: block;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,.6);
}
#nsbbox img, #nsbbox iframe{
	display: block;
	clear: both;
	max-width: 90%;
	max-height: 90%;
	width: auto;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
    box-shadow: 0 0 50px #333;
    background-color: var(--main-bg-color);
}
#nsbbox iframe{
	width: 100%;
	height: 95%;
}
#nsbBOXText{
	display: block;
	position: fixed;
	z-index: 1001;
	bottom: 0;
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	font-style: normal;
	width: 100%;
	background-color: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
}
a.pfeilLinks, a.pfeilRechts, a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1001;
	top: 50%;
	margin-top: -60px;
	height: 120px;
	width: 50px;
	background-color: rgba(0,0,0,.3);
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid rgba(0,0,0,.3);
    border-radius: 3px;
}
#nsbbox a.pfeilLinks:hover, #nsbbox a.pfeilRechts:hover, a.closeBOX:hover{
	background-color: rgba(50,50,50,.3);
}
#nsbbox .pfeilLinks, .pfeilLinks{
	left: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiM5Mzk1OTgiIHBvaW50cz0iMTAuMDUxLDAuMTYxIDEwLjc1OCwwLjg2OCAxLjYxNCwxMC4wMTMgMTAuNzU4LDE5LjE1NyAxMC4wNTEsMTkuODY0IDAuMiwxMC4wMTMgIi8+DQo8L3N2Zz4NCg==');
}
#nsbbox .pfeilRechts, .pfeilRechts{
	right: 1%;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTEuMDUxcHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDExLjA1MSAyMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMDUxIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5bGluZSBmaWxsPSJ0cmFuc3BhcmVudCIgc3Ryb2tlPSIjOTM5NTk4IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHBvaW50cz0iMC41NTMsMC41MTUgMTAuMDUxLDEwLjAxMyAwLjU1MywxOS41MTEgIi8+DQo8L3N2Zz4=');
}
#nsbbox a.closeBOX{
	display: block;
	position: fixed;
	z-index: 1002;
	top: 9%;
	right: 1%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	color: #fff;
}
.loader {
	#display:none;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -30px;
	border: 10px solid rgba(255,255,255, .6);
	border-radius: 50%;
	border-top: 10px solid rgba(100,100,100, .3);
	border-bottom: 10px solid rgba(100,100,100, .3);
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	box-shadow: 0 0 70px rgba(255,255,255, .4);
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media(max-width: 479px){
	#nsbbox a.pfeilLinks, #nsbbox a.pfeilRechts{
		top: -1000px;
	}
}
