h1{
    font-family: 'Chilanka', cursive;
    text-align: center;
}

body{
    font-family: 'Gayathri', sans-serif;
    margin:0;
}
a:link,a:hover,a:visited{
    color:#fff;
}
li{
    list-style-type: none;
    text-shadow:0px 0px 4px #fff;
    color:#227bbf;
}
li:hover{
    text-shadow:0px 0px 4px #fff;
    color:#7dc0f3;
}
#navButton{
    display:none;
    float:right;
    right:0;
    margin-right:10px;
    width:50px;
    height:50px;
    background-image: url(../images/menuStripesBlue.png);
    background-size: cover;
    z-index: 1500;
    position: fixed;
}
@media screen and (max-width:680px){
    #navButton{
        display:block;
    }
}
nav{
    float:right;
    text-align: left;
    height:100%;
    background-color:#ffffff80;
    width:auto;
    position: fixed;
    z-index: 1000;
    color:#fff;
    font-size: 20pt;
    padding-right:10px;
    padding-left:10px;
    right:0;
    padding-top:20%;
}
#nav{
    display:block;
}
@media screen and (max-width:680px){
    nav{
        height:100%;
        padding-top:10%;
        width:60%;
        padding-left:40%;
        padding-right:0%;
    }
    #nav{
        display:none;
    }
}
header{
    height:100%;
    width:100%;
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}
@media screen and (max-width:680px){
    header{
        background-attachment:scroll;
    }
}
#logo{
    background-image: url(../images/michaela-eikeler-logo-small.png);
    background-repeat: no-repeat;
    background-size: contain;
    width:350px;
    height:70%;
    top:20%;
    position: relative;
    margin:0 auto;

}
@media screen and (max-width:680px){
    #logo{
        width:60%;
        height:80%;
    }
}
#shortInfo{
    border-top:5px solid #fff;
    border-bottom:5px solid #227bbf;
    padding-top:2.5%;
    position: relative;
    padding-bottom:0px;
    height:100%;
    min-height:700px;
    font-size:15pt;
    background: rgb(7,84,143);
    background: -moz-linear-gradient(148deg, rgba(7,84,143,1) 0%, rgba(113,181,233,1) 65%, rgba(125,235,243,1) 100%);
    background: -webkit-linear-gradient(148deg, rgba(7,84,143,1) 0%, rgba(113,181,233,1) 65%, rgba(125,235,243,1) 100%);
    background: linear-gradient(148deg, rgba(7,84,143,1) 0%, rgba(113,181,233,1) 65%, rgba(125,235,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#07548f",endColorstr="#7debf3",GradientType=1);
}
.shortInfoInner{
    color:#fff;
    width:auto;
    height:auto;
    margin:0 auto;
    text-align: center;

}
@media screen and (max-width:680px){
    #shortInfo{
        height:100%;
        min-height:800px;
        padding-top:0;
        font-size:10pt;
    }
    .shortInfoInner{
        padding-top:2.5%;
    }
}
#images{
    width:100%;
    height:100%;
    padding-top:0px;
    padding-bottom:0px;
    min-height:300px;
    color:#227bbf;
    text-align: center;
    background-color: #cbe5f8;
    border-bottom:5px solid #227bbf;
    

}
@media screen and (max-width:680px){
    #images{
        height:100%;
        padding-bottom:15%;
    }
}
#imagesLeft{
    float:left;
    width:35%;
    margin-left:12.5%;
    margin-right:2.5%;
    height:50%;
    margin-top:2.5%;
    padding-bottom:0px;
    background-image: url(../images/raum-1-1.jpg);
    background-size:cover ;
    background-position: center;
    border-radius: 25px;
    box-shadow:  0px 0px 20px 5px #227bbf60;
}
#imagesRight{
    float:right;
    width:35%;
    margin-right:12.5%;
    margin-left:2.5%;
    height:50%;  
    margin-top:2.5%;  
    padding-bottom:0px;
    background-image: url(../images/raum-2-1.jpg);
    background-size:cover ;
    background-position: center;
    border-radius: 25px;
    box-shadow:  0px 0px 20px 5px #227bbf60;
}
@media screen and (max-width:680px){
    #imagesLeft, #imagesRight{
        width:80%;
        height:30%;
        min-height:250px;
        float:left;
        margin-right:10%;
        margin-left:10%;
        margin-top:5%;

    }
}
content{
    width:90%;
    height:auto;
    padding-left:5%;
    padding-right:5%;
    background-color:#fff;
}
#info{
    width:80%;
    height:auto;
    margin-left:10%;
    color:#227bbf;
}
#about{
    width:100%;  
    height:100%;
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-attachment: fixed;
    border-top:5px solid #227bbf;

}
@media screen and (max-width:680px){
    #about{
        background-attachment: scroll;
    }
}
#aboutLeft{
    float:left;
    width:40%;
    height:85%;
    padding-left:15%;
    padding-top:15%;
    background-color: #ffffff60;
    color:#fff;
}
#aboutRight{
    float:right;
    width:35%;
    height:85%;
    padding-left:2.5%;
    padding-right:7.5%;
    padding-top:15%;
    background-color: #ffffff60;
}
@media screen and (max-width:680px){
    #about{
        height:100%;
        min-height:600px;
    }
    #aboutLeft, #aboutRight{
        width:90%;
        height:50%;
        min-height:300px;
        padding-left:5%;
        padding-right:5%;
        padding-top:0;
        float:left;
        text-align: center;

    }
}
footer{
    border-top:5px solid #227bbf;
    background-color: #333;
    color:#fff;
    text-align: center;
    width:100%;
    height: auto;
    padding-top:10px;
    padding-bottom:15px;
    position: relative;
    bottom:0;
}
@media screen and (max-width:680px){
    footer{
        width:80%;
        padding-left:10%;
        padding-right:10%;
    }
}