


@font-face {
  font-family: 'Arial';
    src:  url('Arial.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
}


body {
    background: #aecf00;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    font-size: 16px;
}


header {
    font-size: 1.5em;
    width: 896px;
}


header div.logo {
 
    background: url('../img/Logo.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 220px;
    height: 220px;
    float:left;
    border: 2px solid white;
}


div.content {
  width: 100%;
  overflow-x: hidden;
  min-width: 896px;
}

div.content div.left {
    float: left;
    width: 224px;
}

div.content div.left .menu{
    width: 224px;
}


div.content div.left .button {
    padding: 20px 4px;
    border: 2px solid white;
    cursor: pointer;
    margin: 20px 0;
    text-align: center;
}

div.content div.left a:link {
    font-weight: bold;
    font-size: 1.2em;
    background: #aecf00;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
}
div.content div.left a:visited {
    font-weight: bold;
    font-size: 1.2em;
    background: #aecf00;
    font-family:Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
}
div.content div.left a:hover {
    font-weight: bold;
    font-size: 1.2em;
    background: #aecf00;
    font-family:Arial, Helvetica, sans-serif;
    color: #6B8000;
    text-decoration: none;
}
div.content div.left a:hover .button{
    border: 2px solid #6B8000;
}



div.content div.left a.active:link {
    font-weight: bold;
    font-size: 1.2em;
    font-family:Arial, Helvetica, sans-serif;
    color: #6B8000;
    text-decoration: none;
}
div.content div.left a.active:hover {
    font-weight: bold;
    font-size: 1.2em;
    font-family:Arial, Helvetica, sans-serif;
    color: #6B8000;
    text-decoration: none;
}
div.content div.left a.active:visited {
    font-weight: bold;
    font-size: 1.2em;
    font-family:Arial, Helvetica, sans-serif;
    color: #6B8000;
    text-decoration: none;
}

div.content div.left a.active .button{
    border: 2px solid #6B8000;
}



div.content div.right {
    text-align: left;
    float: left;
    width: 651px;
    margin-left: 20px;
    border-right: 1px solid white;
    padding-top: 5px;
}

div.datenschutz ul {
    list-style-type: disc;
    font-size: 16px !important;
    margin: 0px;
    
}
div.content div.right ul {
    list-style-type: disc;
    font-size: 2.4em;
}
div.content div.right li h2 {
    font-size: 0.6em;
    margin: 1.2em 0px 6px 0px;
    padding: 0px;
}
div.content div.right li h3 {
    font-size: 0.4em;
    font-style: italic;
    margin: 0px;
    padding: 0px;
}

div.preisliste {
    display: inline-block;
    background: #fff;
    padding: 16px;
}


div.preisliste h2, div.preisliste h3 {
    color: black;
    font-weight: bold;
    margin:0px;
    padding: 0px;
}

div.preisliste div h2 {
    margin-top: 1.6em;
}

div.preisliste h3 {
    margin-top: 4px;
}


div.preisliste div div{
    display: inline-block;
}


div.preisliste h3 {
    font-style: italic;
}


div.content div.agb {
    font-size: 1.0em;
}

footer {
font-size: 1em;
text-align: left;
margin-top: 32px;
clear: both;
}

footer span {
    white-space:nowrap;
}

.galerie{
    text-align: center;
}

.google_maps_box{
    width:600px;
    height:450px;
    background: rgba(200,200,200,0.5);
    position:absolute;
    z-index:99
    border: 1px solid grey;
    border-radius: 4px;
}

.google_maps_hinweis {
    text-align: justify;
    margin-top: 295px;
    background: rgba(100,100,100,0.6);
    padding: 10px;
    border: 1px white solid;
    border-radius: 4px;
}
.google_maps_button:hover{
    border: 1px solid green;
}


.google_maps_button{
    padding: 6px;
    border: 1px solid green;
    border-radius: 4px;
    background: #fdda52;
    width: 250px;
    font-size: 1em;
    cursor: pointer;
}
.google_maps_button:hover{
    font-weight: bold;
    background: #aecf00;
}

.google_maps_hinweis a {
    color: #abd4ff;
}
 
.google_maps_hinweis a:hover {
    color: #aecf00;
}
 
 .payment {
     text-align: left;
     margin-top: 3em;
 }
 
 .payment img{
     height: 2em;
 }