html {
    font-family: "courgette";

}

/* BODY_BACKGROUND */
.body {
    background-color: #7a1822;
    font-family: "courgette";
    min-height: 850px;
    color: #ffffff;
    text-align: left;
    width: 100%;
    transition:all 1s;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.6);


}

body {
    text-rendering: optimizeLegibility!important;
    width: 100%!important;
}


.body h1 {
    color: #ffffff;
    font-family: "courgette";



}

.body p {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Droid Serif', sans-serif;
} @media screen and (max-width: 550px) {
    .body p {   color: #ffffff;
    }

}

body { padding-top: 40px; }
@media screen and (max-width: 768px) {
    body { padding-top: 15%;
        min-height: 100px;
        background-image: url("../img/background/4.jpg");
        background-size: auto 100%;


    }
}

body { padding-top: 40px; }
@media screen and (max-width: 550px) {
    body { padding-top: 0%;
            min-height: 100px;
            background-image: url("../img/background/4.jpg");
        background-size: auto 100%;


    }
}


/* CONTENT IS THE MAINFRAME WHERE THE SELECTED CONTENT IS DISPLAYED DYNAMICALLY */
.content {

    align-content: center;
    text-align: center;
    margin-top: 16%;
    font-family: "Droid Serif";
    /* PY CO */
    background-color: #a3202e;
    min-height: 350px;
    opacity: 0.97;
    border-radius: 3px;
    min-width: 80%;
    padding-top: 10px;
    padding-bottom: 20px;
    max-width: 100%

    /**Outer Shadow*/
-webkit-box-shadow: 3px 13px 26px -3px rgba(0,0,0,0.49);
    -moz-box-shadow: 3px 13px 26px -3px rgba(0,0,0,0.49);
    box-shadow: 3px 13px 26px -3px rgba(0,0,0,0.49);

    /*Inner Shadow*/

    -webkit-box-shadow: inset 0px 0px 64px -11px rgba(0,0,0,0.48);
    -moz-box-shadow: inset 0px 0px 64px -11px rgba(0,0,0,0.48);
    box-shadow: inset 0px 0px 64px -11px rgba(0,0,0,0.48);


}

.content2 {

    align-content: center;
    text-align: left;
    margin-top: 12%;
    font-family: "courgette";
    /* PY CO */
    background-color: #a3202e;
    min-height: 400px;
    opacity: 0.95;
    border-radius: 3px;
    padding-left: 5%;
    min-width: 80%;
    padding-top: 10px;

    /**Outer Shadow*/
    -webkit-box-shadow: 3px 13px 26px -3px rgba(0,0,0,0.49);
    -moz-box-shadow: 3px 13px 26px -3px rgba(0,0,0,0.49);
    box-shadow: 3px 13px 26px -3px rgba(0,0,0,0.49);

    /*Inner Shadow*/

    -webkit-box-shadow: inset 0px 0px 64px -11px rgba(0,0,0,0.48);
    -moz-box-shadow: inset 0px 0px 64px -11px rgba(0,0,0,0.48);
    box-shadow: inset 0px 0px 64px -11px rgba(0,0,0,0.48);


}

@media screen and (max-width: 768px) {
    .content { margin-top: 13%;
        min-height: 350px;
        opacity: 0.95;
        padding-top: 20%;
    }
}

@media screen and (max-width: 550px) {
    .content {
        margin-top: 16%;
        background-color: #a3202e;
        padding-top: 2%;
        padding-bottom: 2%;
        opacity: 0.94;
        text-align: center;
        margin-bottom: 50px;

    }
}

.content iframe {
    margin-left: 28%;
    margin-right: 10%;

}

.content p {
    opacity: 1.0;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;


}

.content h3 {
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
}

.content h2 {
    color: #ffffff;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    font-style: oblique;
}

.content h1 {
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
    opacity: 1;
    font-size: 5.5vw;
    color: #ffffff;
    text-align: center;
}
@media screen and (max-width: 550px) {
    .content h1 {
        color: #ffffff;
        font-family: "courgette";
        font-size: 7vw;
        margin-top: 7%;



    }
}

@media screen and (max-width: 550px) {
    .content h3 {
        color: #ffffff;
        font-family: "courgette";
        font-size: 5vw;

    }
}

.contentContainer {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
}

@media screen and (max-width: 768px) {
    .contentContainer { margin-top: 2%;
    }
}
.startContent {
    margin-top: 50px;
    align-content: center;

}


/* Navigation Bar on top/fixed */
.nav {
    background-color: #f5f5f5;
    opacity: 0.8;
    padding-bottom: 2px;
}



.nav a {
    align-content: flex-end;
}

.menu {
    align-content: flex-end;
    width: 100%;
    left: 0;
    text-align: right;
    margin-top: 1%;
    margin-right: 5%;

}

.menu a {
    font-family: "courgette";
    opacity: 1;
    color: rgba(16, 14, 8, 0.64);

}

.menu2 {
    align-content: flex-end;
    width: 100%;
    left: 0;
    text-align: right;
    margin-top: 1%;
    margin-right: 0%;

}

.menu2 a {
    font-family: "courgette";
}






.logo {
    margin-top: 0%;
    padding-top: 0%;
}

.logo img {
    width: 200px;
    height: auto;
}

@media screen and (max-width: 550px) {
    .mobileLogo {
        width: 60%;
        height: auto;
        margin-left: 10%;
        margin-right: 10%;
        margin-bottom: 8%;
    }

}
@media screen and (max-width: 550px) {
    .logoBig {
        display: none;}
}

@media screen and (min-width: 551px) {
    .mobileLogo {
        display: none;
    }
    .miniLogoRespo {
    display: none;
     }
}

#miniLogoRespo{
    height: 50px;
    width: auto;
}


/* HEADER */


.header {
    background-color: #f9f8ef;
    opacity: 1;
    height: 105px;
    padding-left: 3px;
    padding-right: 3px;
}

@media screen and (max-width: 550px) {
    .header {
        height: 50px;
        opacity: 1;
        margin-bottom: 0px;
        background-color: #f9f8ef;

    }
}
@media screen and (max-width: 768px) {
    .header {
        opacity:1;
        background-color: #f9f8ef;

    }
}


/*CONTACT FORM*/
.contact {
text-align: center;
}

.contact h1 {
margin-bottom: 2%;

}

.contact p {
    color: #ffffff;
}




/*VIDEO BACKGROUND*/
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff ;
    background-size: cover;
    -webkit-filter:blur(2px);

}








/*EFFECT8*/
.effect8
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect8:before, .effect8:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect8:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}



.footer {
    background-color: #ffffff;
    opacity: 0.75;
    min-height: 35px;
    z-index: 250;
}

@media screen and (max-width: 768px) {
    .footer {
        opacity:0.95;
    }
}

.gallery {
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 100px;
    align-content: center;
}

.gallery img {
    align-self: center;
border: solid #ffffff 8px;
    max-width: 250px;
    height: auto;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.8;
    margin: 10px;
    -webkit-box-shadow: 3px 10px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 10px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 10px 16px 0px rgba(0,0,0,0.75);

    transition: all .2s ease-in-out;
}


.gallery img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    z-index: 2000;
    -webkit-backface-visibility: hidden;





}




.placeholder {
    min-width: 200px;
    min-height: 700px;
    align-self: center;
    margin-left: 10%;
    margin-right: 10%;
    background-color: #ffffff;
    padding-bottom: 10px;

}

.mapsContainer {
    position: relative;
    /* This is the aspect ratio*/
    height: 0;
    overflow: hidden;
    align-content: center;
    align-items: center;
    text-align:center;
    width: auto;
    margin-right: 20%;
    padding-bottom: 30%;
}

.mapsContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    max-height: 300px;
    margin-bottom: 60px;

}


.brunchLogo img{

    padding:10px 10px 40px 10px;


    width: 20%;
    align-self: flex-end;
    margin-left: 75%;
    margin-bottom: -4%;
    margin-top: 1%;

    background-color: beige;

    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);

    opacity: 0.7;

    -webkit-transition: -webkit-transform .15s linear;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);

    -webkit-backface-visibility: hidden;
    display:none;

}


/**
**
** Picture on Startsite
*/
.startPics {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;

}

.startPics img{
    margin-bottom: 60px;
    opacity: 0.8;
    width: 250px;
    height: 250px;

    -webkit-box-shadow: 0px 7px 23px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 23px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 23px 6px rgba(0,0,0,0.75);
    padding:10px 10px 50px 10px;
    background-color: #f5f5f5;

    margin-left: 30px;
    margin-right: 30px;

    transition: all .5s ease-in-out;



}

.startPics img:hover {
    opacity: 0.98;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);





}

.belowContact {
    margin-top: 400px;
}

.menuContent {
    text-align: center;
}


#pdfView {
    width: 60%;
    min-height: 600px;
    background-color: #008db2;
    opacity: 0.8;
}

.speiseKarteDreier {
    padding-top: 30px;
    margin-bottom: 75px;
    text-align: justify;
}

.speiseKarteDreier h3 {
    border-bottom: solid 1px #ffffff;
}

.speiseKarteDreier p {
    font-size: 16px;
}

.speiseKarteDreier div {
    transition: all .2s ease-in-out;
}


.centerText {
    text-align: start;
}

.left {
    text-align: left;
}

.jumboZimmer {
    background-image: url("http://localhost:8888/hoelle/img/images/Zimmer/2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 4px solid #f9f8ef;
    height: 300px;
}



.zimmerLinks {
    background-color: #f9f8ef;
    HEIGHT: 300px;
    padding-top: 100px;
}


.zimmerLinks a {
    font-family: "courgette";
    font-size: 18px;

}

.content a {
    font-family: "courgette";
    font-size: 17px;
    color: rgba(63, 63, 63, 0.84);

}

.threeImagesThree {
padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}

.threeImagesOne {
text-align: center;
}

.threeImagesOne img {
    border-radius: 0px;
    width: 250px;
    height: 200px;
    border: 4px #f9f8ef solid;
    margin: 0px;
    text-align: center;

}

.threeImagesOne p {
    margin-top: 5px;
    text-align: center;

}



.doubleLinks {
    padding-right: 35%;
    padding-left: 35%;
    text-align: center;
    margin-top: 20px;
}

.doubleLinks a {
    width: 150px;
    text-align: center;
}

.line {
    width: 100%;
    height: 20px;
    border-bottom: solid white 2px;
    text-align: center;
}

.zimmerSubtext {
    font-style: italic;
    margin-top: 20px;
    padding-left: 20%;
    padding-right: 20%;
}

@media screen and (max-width: 768px) {
    .zimmerSubtext {
        padding-left: 3%;
        padding-right: 3%;
    }
}


/*
* .aboutus
*/
