body{
    margin: 0;
    font-family: Georgia, Helvetica, Verdana, Arial;
    font-size: 14px;
    height: auto !important;
    height: 100%;
}

h2{
    font-size: 16px;
}

h3{
    font-size: 14px;
}

table.buch{
    width: 100%;
}

table.buch td:first-child{
    width: 35%;
}

table.buch td:nth-child(2){
    width: 1%;
/*     padding-left: 3%; */
}

table.buch td:nth-child(3){
/*     padding-left: 12%; */
}

table.buch td img{
    width: 100%;
}

table.buch td{
/*     vertical-align: bottom; */
}

table.buch td b{
    font-size: 16px;
}

input[type=text],input[type=tel],input[type=email],textarea,select,input[type=submit]{
    border: 2px dotted #A18514;
    background-color: #FFFFFF;
    height:40px;
    font-size: 16px;
}

.klein{
    font-size: 0.857em;
}

.willkommen{
    font-size:1.429em;
}

.willkommen b{
    font-size:1.5em;
}

.worterklaerung{
    margin-left:10%;
}

#drawers div{ 
    display: none;
}

#drawers div.first{ 
    display: block;
}

#main{
    margin: 0 auto;
    max-width: 560px;
}

#header{
    margin-top: 15%;
}

#header a{
    color: #000000;
    text-decoration: none;
}

#header a:active, #header a:focus{
    outline: none;
}

#name_willkommen{
    width: 100%;
    text-align: center;
    font-family: Times New Roman;
    font-size: 3.6em;
    font-style: normal;
}

#name_beim{
    width: 100%;
    text-align: center;
    font-family: Times New Roman;
    font-size: 1.6em;
    font-style: normal;
}

#name_ueberschrift{
    width: 100%;
    text-align: center;
    font-family: Times New Roman;
    font-size: 4em;
    font-style: italic;
}

#name_untertitel{
    width: 100%;
    text-align: center;
    font-family: Times New Roman;
    font-size: 1.8em;
    font-style: italic;
}

.mobile-menu{
    display:none;
}

nav{
    margin-top: 7%;
    width: 100%;
    color: #000000;
    font-size: 1em;
    text-align: center;
    z-index: 5;
}

ul#menu{
    margin: 0;
    width: 90%;
    padding: 2% 5% 0;
    list-style: none;
}

ul#menu li{
    padding: 2% 1.1%;
    float: left;
    border-top: 2px dotted #6C6C6C;
    border-bottom: 2px dotted #6C6C6C;
}

ul#menu a{
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

ul#menu a.aktiv{
    text-decoration: underline;
}

#content{
    position: relative;
    margin: 8% 5% 2% 5%;
    min-height: 400px;
    text-align: justify;
}

#content a{
    text-decoration: underline;
    color: #000000;
}

.institut{
    font-family: Times New Roman;
    font-style: italic;
    font-size: 1.143em;
    font-weight: bold;
}

.institut_zusatz{
    font-family: Times New Roman;
    font-style: italic;
}

.ueberschrift{
    width: 100%;
    padding: 1% 0%;
    font-weight: bold;
    border-top: 2px dotted #A18514;
    border-bottom: 2px dotted #C6B572;
    cursor: pointer;
}

#top_navi{
    position: relative;
    margin-top: 7%;
    margin-right: 5%;
    margin-left: 5%;
    width: 90%;
    padding: 1% 0 0;
    color: #000000;
    font-size: 0.9em;
    text-align: right;
    border-top: 2px dotted #6C6C6C;
}

p.first{
    display:none;
}

#top_navi a{
    padding: 1%;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

#schrift h1{
    margin: 7% 5% 2%;
    width: 90%;
    color: #A18514;
    font-size: 4em;
    text-align: center;
    font-family: Times New Roman;
}

@media only screen and (max-width:580px) {
    #header{
        margin-top: 5%;
    }

    #name_ueberschrift{
        font-size: 3.6em;
    }

    #name_untertitel{
        font-size: 1.4em;
    }
    
    .mobile-menu{
        display:block;
        float: left;
        width: 85%;
        background: #6C6C6C;
        color: #FFFFFF;
        padding: 2%;
        text-decoration: none;
        margin: 5% 5% 0;
        border: 2px solid #6C6C6C;
    }
    
    a.mobile-menu, a#touch-menu{
        font-weight: normal;
        color: #FFFFFF;
    }
    
    nav{
        margin: 0;
        color: #000000;
        display:none;
        width: 100%;
        padding: 0%;
        text-decoration: none;
    }
    
    ul#menu{
        display:block;
        position:relative;
        top:0;
        left:0;
        width: 90%;
        padding: 0%;
        margin: 0% auto;
    }
    
    ul#menu li{
        margin: 0% auto;
        color: #FFFFFF;
        padding: 2%;
        width: 96%;
        background: #FFFFFF;
        border-top: 0px;
        border-left: 2px dotted #6C6C6C;
        border-right: 2px dotted #6C6C6C;
        border-bottom: 2px dotted #6C6C6C;
    }
    
    ul#menu a{
        color: #6C6C6C;
    }
    
    .responsiveContainer{
        position: relative;
        padding-bottom: 56%;
        height: 0;
        overflow: hidden;
    }
    
    .responsiveContainer iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }
}
