
@font-face {
    font-family:"Bauernschrift";
    src:url("Bauernschrift.eot?") format("eot"),
    url("Bauernschrift.ttf") format("truetype"),
    url("Bauernschrift.svg#Bauernschrift") format("svg");
    font-weight:normal;
    font-style:normal;
}

* {
    margin: 0;
    padding: 0;
 
}

html { font-size: 100%;}
body { font-size: 0.75em; overflow-x: hidden;}

a, a:link, a:active {
    text-decoration: none;
    color: black;
}

.navbar {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 13vh;
    box-shadow: 2px 2px 5px black;
}

.infoAlert {
    position: relative;
    width: 60%;
    left: 20%;
    right: 20%;
    text-align: center;
}

.infoAlert h1 {
    color: rgb(250, 0, 0);
    font-weight: 400;
}

.infoAlert h2 {
    font-weight: 300;
}


.nav {
    position: relative;
    display: flex;
    align-content: center;
    justify-content: space-around;
    height: 80%;
    width: 80%;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    font-family: Hind, sans-serif;
    font-weight: 1000;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgb(80, 80, 80);
    font-size: calc(15px + 0.5vw);
    color: white;
}

.nav img {
    height: 100%;
    width: auto;
}

.nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    list-style: none;
    
}

.nav li {
    margin: 15px;
    cursor: pointer;
}

.nav li:hover {
    scale: 1.01;
}

.nav a:link,.nav a:visited {
    color: rgb(255, 255, 255) !important;
    text-decoration: none !important;
}

.navSelector {
    position: relative;
    visibility: hidden;
    width: 10px;
    height: 3px;
    border: solid 1px rgba(0, 0, 0, 0.466);
    background-color: rgb(1, 155, 194);
}

.textFadeIn, .textFadeIn a:link,.textFadeIn a:visited {
    color: black !important;
    text-shadow: 1px 1px 5px rgb(255, 255, 255);
    transition: all .5s ease;
}

.textFadeOut {
    color: rgb(255, 255, 255);
    text-shadow: 1px 1px 5px rgb(0, 0, 0);
    transition: all .5s ease;
}

.stickyFadeIn {
    position: fixed;
    top: 0;
    width: 100%;
    height: 10vh;
    background-color: rgb(255, 255, 255);
    transition: all .5s ease;
}

.stickyFadeOut {
    background-color: rgba(0, 0, 0, 0.513);

    transition: all .5s ease;
}


.sticky + .content {
    padding-top: 102px;
}

.spacer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40vh;
    background-color: rgb(255, 255, 255);    
    background-image: url("/assets/img/bg_02.jpg");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: 2px 2px 5px black;
}

.contentSpacer {
    width: 100%;
    height: 10vh;
}

.spacer h1 {
    font-family: "Bauernschrift";
    font-size: calc(40px + 1vw);
    color: white;
    text-shadow: 2px 2px 3px rgb(0, 0, 0);
    align-self: flex-end;
    bottom: 5px;
    margin-bottom: 100px;

}

.carouselMain {
    height: 100vh;
    width: auto;
    box-shadow: 2px 2px 5px black;
    
}


.content {
    width: 100%;
    overflow: hidden;
    height: auto;
    
}


.contentCenter {
    display:flex;
    justify-content: center;
    align-items: center;
}

.contentMid {
    position: relative;
    display: flex;
    flex-direction:column;
    width: 80%;
    left: 10%;
    align-content: center;
    font-family: Hind, sans-serif;
    font-size: calc(15px + 1vw);
    color: #333333;
    padding: 30px;
}

.contentMid h1{
    padding: 15px;
    font-size: calc(25px + 1vw);
    font-family: "Bauernschrift";
}

.contentIcons {
    display:flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: calc(15px + 1vw);
}

.icon i {
    padding-left: 15px;
}

.icon p {
    align-self: center;
    justify-self: center;
    text-align: center;
    font-size: 1.2rem;
}

.icon:hover {
    scale: 1.2;
}

.slideShow {
    position: relative;
    width: 60%;
    height: auto;
    left: 20%;
}

.slides {
    display: none;
    max-width: 100%;
    max-height: 100%;

}
  
.animateLeft {
    position: relative;
    animation: animateLeft 1s forwards;
}
  
@keyframes animateLeft { 
    from { left :-500px; opacity:0; } to { left:0; opacity:1; }
}

.contentMain {
    position: relative;
    left: 10%;
    height: auto;
    width: 80%;

}

.contentMain h1 {
    font-family: "Bauernschrift";
    font-size: calc(25px + 1vw);
    padding: 25px;
    color: rgb(0, 0, 0);
    text-shadow: 2px 2px 3px rgb(194, 194, 194);
}

.contentMain p {
    padding: 25px;
    font-weight: 700;
    font-family: Hind, sans-serif;
    color: #515769;
    line-height: 1.4;
    margin: 0 0 15px;
    font-size: calc(15px + 1vw);
}

.contentMain h2 {
    padding: 25px;
    padding-top: 0;
    font-weight: 700;
    font-family: Hind, sans-serif;
    color: #515769;
    line-height: 1.4;
    font-size: calc(25px + 1vw);
}


.contentLeft, .contentRight, .fewoLeft, .fewoRight {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 30%;
    height: 80%;
    padding: 15px;
  

}

.contentLeft ul, .contentRight ul, .fewoLeft ul, .fewoRight ul {
    margin-top: 25px;
}

.contentLeft li, .contentRight li , .fewoLeft li, .fewoRight li{
    list-style: circle;
    color: #535c77;
    font-family: Hind, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: calc(15px + 1vw);
    list-style: none;

}

.inputConfirmation {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 15px;
}


.inputForm {
    display:flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:auto;
    padding: 25px;


}

.input {

    width: 100%;
    height: auto;
}

.input h5 {
    font-size: 1.5rem;
}


.input form {
    width: 80%;
    display: flex;
    flex-direction: column;
    
}

.input form span {
    font-size: calc(10px + 1vw);
}
.inputForm button {
    margin: 25px;
    align-self: center;
    height: 100px !important;
    width: 250px;
    cursor: pointer;
    color: #363636;
    background: #17bfd254;
    border: 1px solid;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
}

.inputForm button:hover  {
    background-color: #17bed2;
}

.input form input, .input form select, .input form textarea{
    height: 50px;
    font-size: 16px;
    font-weight: 600;
    color: #38383a;
    background: #f2f2f2;
    border: 1px solid;
    box-shadow: none;
    border-radius: 0;
    padding-left: 15px;
    margin: 5px;
}




.input form input::placeholder, .input form textarea::placeholder{
    color: black;
    font-weight: 700;
    font-size: 15px;
}

.input textarea{
    width: auto;
    height: 150px !important;
}

.alertRed {
    z-index: 2;
    padding: 20px;
    background-color: #f44336;
    color: white;
}
  
.alertGreen {
    z-index: 2;
    padding: 20px;
    background-color: #00cc00;
    color: white;
}

.popupMsg {
    position: fixed;
    z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    width: 50%;
    font-size: 2rem;
}

.fewoPreview {
    border: solid;
    all:unset;
    padding-top: 25px;
    align-self: center;
    width: 70%;
}

.contentLeft h3, .contentRight h3 , .fewoLeft h3, .fewoRight h3 {
    display: flex;
    align-self: center;
    justify-self: center;
    font-size: calc(25px + 1vw);
    font-family: "Bauernschrift";
}

.contentLeft h1 , .contentRight h1, .fewoLeft h1, .fewoRight h1 {
    font-family: "Bauernschrift";
    font-size: calc(20px + 1vw);
    font-weight: 400;
    line-height: 1.4;
}

.contentLeft p, .contentRight p {
    padding: 15px;
    color: #535c77;
    font-family: Hind, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    font-size: calc(12px + .5vw);
    margin-bottom: 15px;
}

.contentLeft a, .contentRight a , .fewoLeft a, .fewoRight a {
    text-decoration: none;  
    align-self: center;
    text-align: center;
    color: black;
    font-size: 2rem;
    font-weight: 600;
    width: auto;
    height: auto;
    border: 1.5px solid rgb(175, 175, 175);
    margin-top: 15px;
    padding: 15px;
    background-color: rgba(226, 226, 226, 0.109);
}

.contentLeft a:hover , .fewoLeft a:hover, .fewoRight a:hover {
    background-color: rgba(179, 179, 179, 0.109);
}

.contentRight {
    display: flex;
    align-items: center;
}

.contentRightImg {
    
    margin: 15px;
    width: 80%;
    box-shadow: 2px 2px 15px black;
    cursor: pointer;
 
} 



.contentRightImg:hover {
    scale: 1.2;
} 

.contentColumn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
}

.topDiv {
    display: flex;
    width: 80%;
    height: 30%;

}

.bottomDiv {
    width: 80%;
    height: 70%;

}

.contactDiv {
    width: 33%;
    padding: 15px;
    
}

.contactDiv h1{
    color: rgba(85, 85, 85, 0.829);
    text-align: center;
    font-size: calc(15px + 1vw);
    font-family: Hind, sans-serif;
}

.contactDiv li {
    text-align: center;
    list-style: none;
    padding-top: 25px;
    overflow: hidden;
    color: rgba(43, 213, 255, 0.698);
    font-size: calc(15px 1vw);
    
}


.contactDiv span{
    color: rgba(36, 36, 36, 0.829);
    font-weight: 600;
    font-size: calc(15px 1vw);
    font-family: Hind, sans-serif;
}

.vl {
    position: relative;
    border-left: 2px solid rgba(148, 148, 148, 0.644);
    box-shadow: 2px 2px 5px rgba(93, 93, 93, 0.678);
    height: 80%;
}

.button, .buttonSubmit {
    align-self: center;
    justify-items: center;
    overflow: hidden;
    height: auto;
    width: auto;
}

.buttonSubmit {
    margin-top: 35px;
    padding: 35px;
    border: 1px solid black;
    background-color: rgba(43, 213, 255, 0.698);
    font-family: Hind, sans-serif;
    color: rgb(47, 47, 47);
    font-size: calc(15px + 1vw);
    text-transform: uppercase;
    font-weight: 600;
}

.buttonSubmit:hover {
    background-color: rgb(43, 213, 255);
}



.review {
    width: 100%;
    height: auto;
    box-shadow: 2px 2px 4px black;
}

.reviewInformation {
    
    display: flex;
    justify-content: space-around;
    padding: 15px;
    overflow: hidden;
}

.reviewInformation a, h2 {
    display: inline;
    border: none;
    text-decoration: none;
    font-size: 15px;
    cursor: pointer;
}

.reviewInformation img {
    all:unset;
}



.reviewContent {
    
    padding: 25px;
}

.reviewContent p {
    font-size: calc(10px + 0.5vw);
}

.reviewSmile {
    color: green;
    font-size: 2rem;
}

.review hr {
    margin: 15px;
    position: relative;
    width: 80%;
    left: 10%;
    right: 10%;
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}


.reviewButton:hover {
    background-color: rgba(179, 179, 179, 0.109);
}



.footer {
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-around;

    width: 100%;
    height: 20vh;
    background-color: rebeccapurple;
    background-image: url("/assets/img/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25%;
    overflow: hidden;

}



.footer ul, .footer a {
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: calc(10px +1vw);
    line-height: 1.2;
    font-family: Hind, sans-serif;
    text-shadow: 2px 2px 5px black;
    list-style: none;
}

.footer img {
    width: 10%;
}

.carouselContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.carouselContainer img{
    left: 0;
    height: auto;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    
}

.carouselText {
    position: absolute;
    display: inline;
    left: 15%;
    margin-top: 25%;
    overflow: hidden;

}

.carouselText h1 {
    
    color: rgb(255, 255, 255);
    font-size: calc(35px + 1vw);
    font-family: "Bauernschrift";
    text-shadow: 3px 3px 10px black;
}

.carouselText p {
    padding: 15px;
    color: rgb(255, 255, 255);
    font-size: calc(15px + 1vw);
    font-family: Hind, sans-serif;
    text-shadow: 5px 5px 10px black;
}

.carouselText a {
    position: relative;
    display: inline-block;
    line-height: 1.4;
    text-align: center;
    border: 1px solid;
    width: 200px;
    height: 50px;
    font-size: 2rem;
    padding: 15px;
    text-transform: uppercase;
    text-shadow: 5px 5px 10px black;
}

.carouselText a:hover {
   background-color: rgba(192, 192, 192, 0.322);
    
}

.carouselText a:link, .carouselText a:active, .carouselText a:visited {
    text-decoration: none;
    color: white;
    
}



@keyframes carouselFadeIn {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes carouselFadeOut {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}


@media (max-width: 1200px) {
    .contentRight {
        display: none;
    }
    .contentLeft {
        width: 100%;
    }
}

@media (max-width: 900px) {

    .contentIcons p {
        display: none;
    }
    .contentMid {
        padding: 0;
    }
    .fewoLeft, .fewoRight {
        width: 80%;
    }
    .fewoLeft a, .fewoRight a {
        font-size: 15px;
    }

    .fewoContent {
        display: flex;
        flex-direction: column;
    }

    .navbar img {
        display: none;
    }
    .carouselContainer img{
        height: 100%;
        width: auto;
    }

    .carouselText {
        top: 15%;
    }
    .carouselText a {
        font-size: 25px;
        width: auto;
        height: auto;
    }

    .topDiv {
        display:flex;
        align-items: center;
        flex-direction: column;
    }

    .contactDiv{
        width: auto;

    }
}
.mobileMenu {
    display: none;
    position: fixed;
    margin: 65px;
    padding: 25px;
    z-index: 2;
    width: 60%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.801);
    font-family: Hind, sans-serif;
    font-weight: 1000;
    text-transform: uppercase;
    text-shadow: 1px 1px 5px rgb(80, 80, 80);
    font-size: calc(15px + 0.5vw);
    
}


.mobileMenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    
    
}

.mobileMenu li, .mobileMenu a {
    color: white;
    margin: 15px;
    cursor: pointer;
}

.mobileNav {
    display: none;
    position: fixed;
    z-index: 1;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

.mobileNav:hover {
    animation: bounce .5s linear;
}


.mobileNav i {
    font-size: 50px;
    color: rgb(0, 0, 0);
    text-shadow: 1px 1px 3px rgb(255, 255, 255);
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-20px);} 
    60% {transform: translateY(-15px);} 
} 

@media (max-width: 830px) {
    .nav {font-size: 13px;}
}
 
@media (max-width: 620px) {
    .navbar {
        display: none;
    }
    .mobileNav {
        display:inline;
    }
    /*
    .navSelector {
        display: none;
    }
    .nav ul {
        align-self: center;
        height: 80px;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .nav ul li{
        margin: 5px; 
        padding-top: 5px;
        font-size: 15px;
    }

    .nav {
        width: 100%;
        justify-content:  space-between;
        overflow: hidden;
    }
    */
    .slideShow {
        width: 300px;
        left: 0;
    }
}
 