@import url("reset.css");
@import url('https://fonts.googleapis.com/css?family=Myriad+Pro:300,500,700');
@import url('https://fonts.googleapis.com/css?family=Tangerine:300,500,700');
* {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
body {background-color: #549a9d; font: 14px/21px 'Myriad-Pro', sans-serif;}

h1, h2 {font: 200 48px/60px 'Tangerine', sans-serif; color: #eaeaea; font-weight: lighter; bottom: 5px;text-align: center}
h3 {font-size: 20px; text-align: center; margin-bottom: 10px;}
h4 {font: 14px/21px 'Myriad-Pro', sans-serif; font-weight: bold; color: #eaeaea;}
h5 {position: fixed; text-decoration: none; color: #eaeaea; font: 400 18px/21px 'Myriad Pro', sans-serif; font-weight: 500; left: 0%;}
a {text-decoration: none; color: #eaeaea; font: 400 16px/21px 'Myriad Pro', sans-serif; font-weight: 600;}
.col1 a {font-size: 16px; text-align: left; margin-left: 0;}
p {color: #eaeaea; font-weight: lighter;margin-top: 10px;}
p:first-letter {font: 100 30px/21px 'Tangerine', sans-serif; font-weight: 100; margin-right: 1px;}

.head {width: 100%; height: auto; position: relative;}

.navi {width: 80%; height: auto; margin-left: 17%; margin-top: 30px;}
.box {width: 15%; display: inline-block; margin-right: 6%;}
.box img {width: 80%; margin-top: 10px; margin-left: 12%;}

.rolle, .service, .fachmann, .brief {filter: grayscale(1); width: 20%; height: auto; }
.rolle:hover, .service:hover, .fachmann:hover, .brief:hover {filter: grayscale(0);}

.subnav {position: fixed; z-index: 50000!important; bottom: 30%; right: -12%; transform: rotate(90deg); background-color: rgba(255, 255, 255, 0.2); border-radius: 7px; box-shadow: 0 0 6px 0px #696969; margin-bottom: 25px; padding-right: 10px;}
.subnav a {color: #fff; font: 400 18px/21px 'Myriad Pro'; margin-left: 20px; margin-left: 20px; margin-top: 10px; padding-top: 20px;}

.col1, .col2 {width: 40%; margin-left: 5%; margin-bottom: 40px;}
.col1 {margin-top: 40px;}
.col2 {margin-top: 40px;}
.content {display: flex; box-shadow: 0 0 20px -10px #292929; border-radius: 20px;}

.big {margin-left: 40%; margin-bottom: 30px;}
#service h1, #hotel h1 {text-align: center; margin-bottom: 30px;}
.besen {width: 25%; height: auto; margin-left: 35%;margin-top: 30px;}
.key {width: 40%; height: auto; margin-left: 25%; margin-top: 20px;}

#uns, #service, #hotel, #kontakt {width: 80%; margin: 50px 10% 0 10%;}
#uns .col2 {margin-top: 100px;}
.kontakt .content .col1{margin-bottom: 50px;}
#kontakt h4 {margin-top: 15px;}

.background1 {background-color: #886e4e; padding-top: 10px; padding-bottom: 40px;}
.background2 {background-color: #7a9638; padding-top: 10px; padding-bottom: 90px;}
.background3 {background-color: #258248; padding-top: 10px; padding-bottom: 80px;}
#freizeit {margin-top: 80px;}
.puffer {width: 100%; height: auto; display: block;}

.rechts {margin-left: 20%;}
#kreis {margin-right: 10%;margin-bottom: 40px; height: 100%; width: auto;}
#icons {padding-bottom: 30px;}
#grill {position: absolute; margin-left: 22%;}
.link-impress {background: #FAB114; color: #fff; text-decoration: none; padding: 5px 10px; display: inline-block; margin-top: 10px}
.link-impress:hover, .resp-kontakt a:hover {background: #8ead41}

.overlay {position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); transition: opacity 500ms; visibility: hidden; opacity: 0;}
.overlay:target {visibility: visible; opacity: 1;z-index: 9999;overflow: scroll;}
.popup {margin: 70px auto; padding: 20px; background: #258248; border-radius: 5px; width: 50%;
  position: relative; transition: all 2s ease-in-out;}
.popup .close {position: absolute; top: 20px; right: 30px; transition: all 200ms; font-size: 30px; font-weight: bold; text-decoration: none; color: #eaeaea;}
.popup .inhalt {max-height: 30%; overflow: auto;}
#hierhin {width: 0; height: 0; position: fixed; top: 0; left: 0;}
strong {font-weight: 400; color: #eaeaea;}
.inhalt {width: 100%; margin-left: 2%;}
.inhalt h1 {margin-top: 5px; margin-bottom: 10px;}
.inhalt a {font-size: 16px;}
iframe#secure {width: 100%; height: 720px; margin-bottom: 20px; }
.resp-kontakt {display: none}
img, figure{
    pointer-events: none;
}
.notsafe{
	pointer-events: auto !important;
}


@media screen and (max-width: 16300px) {
    .key {display: none;}
    .subnav {right: -6%;}
}


@media screen and (max-width: 1300px){
    .navi {margin-left: 13%;width: 80%;}
    .box {width: 18%; margin-right: 5%;}
    h3 {font-size: 18px;}
    .box img {width: 80%; margin-top: 10px; margin-left: 12%;}
    .subnav {right: -9%;}    
    .key {display: block;}
}


@media screen and (max-width: 1120px) {
    .navi {margin-left: 13%;width: 80%;}
    .box {width: 18%; margin-right: 5%;}
    h3 {font-size: 18px; margin-left: -4%;}
    .box img {width: 80%; margin-top: 10px; margin-left: 12%;}
}

@media screen and (max-width: 960px) {
    .box a{ font-size: 19px;}
    h3 {margin-left: -6%;}
    .subnav {right: -11%;}
}


@media screen and (max-width: 850px) {
    #uns, #kochen, #hotel, #kontakt {width: 90%; margin: 50px 5% 0 5%;}
    .subnav {position: absolute; transform: rotate(0deg); display: block; background-color: #76aeb1; right: 0%; left: 5%; top: 10px; width: 90%; height: 20px;}
    h3 {display: none;}
    .subnav a {top: 10px;}
    .frame#secure  {margin-left: -10%;}
}


@media screen and (max-width: 720px) {
    .box {width: 18%; margin-right: 5%;}
    .box img {width: 80%; margin-top: 10px; margin-left: 12%;}
    .navi {margin-left: 13%;width: 80%;}
    .key {width: 60%; height: auto; margin-left: 20%; margin-top: 40px;}
    .popup {width: 90%}
}


@media screen and (max-width: 626px) {
    #kochen h1, #hotel h1 {text-align: left; margin-left: 5%; margin-bottom: 50px;}
    .navi {padding-bottom: 30px;}
    .big {width: 20%; margin-left: 40%; margin-bottom: 30px;}
    #uns .col2 {margin-top: -20px;}
    .col1 {margin-top: -30px;}
    .col2 {margin-top: 0px;}
    .col1, .col2 {width: 90%;}
    .content {display: block; box-shadow: none; border-radius: 0;}
    h1, h2 {font: 200 41px/40px 'Tangerine', sans-serif;}
    .rolle, .fachmann, .koch, .brief {filter: none;}
    .rolle:hover, .fachmann:hover, .koch:hover, .brief:hover {filter: none;}
    .key {width: 40%; height: auto; margin-left: 30%; margin-top: 60px; margin-bottom: -30px;}
    iframe#secure {display: none}
    .resp-kontakt {display: block}
    .resp-kontakt a {background: #7A9638; color: #fff; text-decoration: none; padding: 5px 10px; display: inline-block; margin-top: 10px }
}


@media screen and (max-width: 480px) {
    #kochen h1, #hotel h1 {text-align: left; margin-left: 10%; margin-bottom: 50px;}
    .subnav a {font-size: 13px;}
    
    .box {width: 18%; margin-right: 5%;}
    .box img {width: 100%; margin-top: 10px; margin-left: 12%;}
    h3 {display: none;}
    .navi {margin-left: 7%; width: 90%;}
    
    h1, h2 {font: 200 41px/30px 'Tangerine', sans-serif; bottom: 5px;}
    .content {margin-left: 5%; margin-bottom: 10px;}
    .key {margin-bottom: -70px;}
    .big {width: 30%; margin-left: 35%; margin-bottom: 30px;}
    .kontakt .content .col1{margin-bottom: 0px;}
}


@media screen and (max-width: 374px) {
    h1 {font: 200 28px/30px 'Tangerine', sans-serif; bottom: 5px;}
    h2 {font-size: 29px;}
    a h3 {margin-top: 3px;}
    iframe#secure {width: 300px; margin-left: -40px;}
}

    