/* satisfy-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Satisfy';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/satisfy-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {
    margin: 0;
    padding: 0;
}
body, html {
    height: 100%;
}
body {
    margin: 0;
    font-family: 'Roboto Condensed', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight:300;
    overflow-x: hidden;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
    clear: both;
}
.background-slider {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    animation: slideShow 24s linear infinite 0s;
    -o-animation: slideShow 24s linear infinite 0s;
    -moz-animation: slideShow 24s linear infinite 0s;
    -webkit-animation: slideShow 24s linear infinite 0s;
}
.pic-1 {
    opacity: 1;
    background: url("../images/bg/1.webp") no-repeat center center;
    background-size: cover;
}
.pic-2 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url("../images/bg/2.webp") no-repeat center center;
    background-size: cover;
}
.pic-3 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url("../images/bg/3.webp") no-repeat center center;
    background-size: cover;
}
.pic-4 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url("../images/bg/4.webp") no-repeat center center;
    background-size: cover;
}

.pic-5 {
    opacity: 1;
    background: url("../images/bg/5.webp") no-repeat center center;
    background-size: cover;
}
.pic-6 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url("../images/bg/6.webp") no-repeat center center;
    background-size: cover;
}
.pic-7 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url("../images/bg/7.webp") no-repeat center center;
    background-size: cover;
}
.pic-8 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url("../images/bg/8.webp") no-repeat center center;
    background-size: cover;
}

.pic-9 {
    opacity: 1;
    background: url("../images/bg/9.webp") no-repeat center center;
    background-size: cover;
}
.pic-10 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url("../images/bg/10.webp") no-repeat center center;
    background-size: cover;
}
.pic-11 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url("../images/bg/11.webp") no-repeat center center;
    background-size: cover;
}
.pic-12 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url("../images/bg/12.webp") no-repeat center center;
    background-size: cover;
}

.pic-13 {
    opacity: 1;
    background: url("../images/bg/13.webp") no-repeat center center;
    background-size: cover;
}
.pic-14 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url("../images/bg/14.webp") no-repeat center center;
    background-size: cover;
}
.pic-15 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url("../images/bg/15.webp") no-repeat center center;
    background-size: cover;
}
.pic-16 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url("../images/bg/16.webp") no-repeat center center;
    background-size: cover;
}

.pic-17 {
    opacity: 1;
    background: url("../images/bg/17.webp") no-repeat center center;
    background-size: cover;
}
.pic-18 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url("../images/bg/18.webp") no-repeat center center;
    background-size: cover;
}
.pic-19 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url("../images/bg/19.webp") no-repeat center center;
    background-size: cover;
}
.pic-20 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url("../images/bg/20.webp") no-repeat center center;
    background-size: cover;
}

.pic-21 {
    opacity: 1;
    background: url("../images/bg/21.webp") no-repeat center center;
    background-size: cover;
}
.pic-22 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz--animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url("../images/bg/22.webp") no-repeat center center;
    background-size: cover;
}
.pic-23 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz--animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url("../images/bg/23.webp") no-repeat center center;
    background-size: cover;
}
.pic-24 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz--animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url("../images/bg/24.webp") no-repeat center center;
    background-size: cover;
}



@keyframes slideShow {
    0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}
5% {
    opacity: 1;
}
25% {
    opacity: 1;
}
30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}
100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transformm: scale(1);
}
    
}

@-webkit-keyframes slideShow {
    0% {
    opacity: 0;
    -webkit-transform: scale(1);
}
5% {
    opacity: 1;
}
25% {
    opacity: 1;
}
30% {
    opacity: 0;
    -webkit-transform: scale(1.1);
}
100% {
    opacity: 0;
    -webkit-transformm: scale(1);
}    
}

.container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #FFF;
}

/*.row-main {
    width:100%;
}*/

.menu-side {
    display:none;
}

.row {
    width: 100%;
    margin: 0 auto;
    padding: 0;
/*    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
}
.row::after {
    content: "";
    clear: both;
    display: block;
}

.row-2 {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border-top:8px #fbc036 solid;
}
.row-2::after {
    content: "";
    clear: both;
    display: block;
}

.borderswitch {
    border-top:0;
    border-bottom:8px #8bb121 solid;
}

[class*=col-] {
    float: left;
	word-wrap: break-word;
/*    -webkit-box-sizing: border-box;
    box-sizing: border-box;*/
}
.col-1 {
    margin-top: 0;
    width: 100%;
}

.col-2 {
    margin-top: 0;
    width: 100%;
}

#logo {
    position: absolute;
    top: 1.5%;
    left: 1.5%;
    width: 240px;
    height: auto;
    z-index: 200;
}

.logoimg {
    width: 100%;
    height: auto;
    border: 0;
}

#logo a:hover {
    text-decoration: none;
    background: 0 0;
}

nav {
    width: 100%;
    height: 122px;
    position: relative;
    z-index: 110;
}
input#hamburg {
    display: none;
}
label.hamburg {
    display: block;
    background: 0 0;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 40px;
    background: #fff;
    border-radius: 2px;
    display: block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.line:nth-child(1) {
    top: 12px;
}
.line:nth-child(2) {
    top: 24px;
}
.line:nth-child(3) {
    top: 36px;
}
#hamburg:checked+.hamburg .line:nth-child(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    -ms-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}
#hamburg:checked+.hamburg .line:nth-child(2) {
    opacity: 0;
}
#hamburg:checked+.hamburg .line:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}
#move {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #FFF;
    top: 135px;
    left: -105%;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0;
    padding: 0;
    z-index: 200;
}
nav li {
    width: 100%
}
nav ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
    padding: 20px;
    border-bottom: 1px #a29e9d dotted;
    color: #776b66;
    text-decoration: none;
}
nav a.active, nav a:hover {
    background: #fff8eb;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#hamburg:checked~#move {
    left: 0;
}

.border-1 {
    display: none;
}

.border-2 {
    display: none;
}

.menu-adress {
    display: none;
}

.content h1 {
    margin: 0 5%;
    padding: 40px 0 20px 0;
    color: #f6b31f;
    font-size: 2.2rem;
    font-weight: 400;
    font-family: 'Satisfy';
}
.content h2, h3 {
    margin: 0 5%;
    color: #f6b31f;
    font-size: 1.9rem;
    font-weight: 400;
    font-family: 'Satisfy';
}
.content h4 {
    margin: 0 5%;
    color: #f6b31f;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Satisfy';
}

.content p {
    color: #776b66;
    line-height: 1.5em;
    font-size: 1.2rem;
    font-style: normal;
    margin: 5%;
    font-weight: 300;
}
.content ul {
    color: #776b66;
    line-height: 1.5em;
    font-size: 1.2rem;
    font-style: normal;
    margin: 5% 6% 5% 9%;
    font-weight: 300;
    list-style: circle;
}
.content a {
    color: #0795c3;
    text-decoration: none;
}
.content a:hover {
    color: #0795c3;
    text-decoration: underline;
}

.weiss {
    color: white !important;
}

#telefon {
    position: absolute;
    top:90px;
    z-index: 200;
    text-align: center;
    width: 100%;
    font-style: italic;
    font-weight: 300;
    font-size: 1.1rem;
    color: #999;
    background: #fff;
    margin-top: 7px;
}

#telefon p {
    padding-top: 7px;
    padding-bottom: 7px;
}

#telefon a {
    text-decoration: none;
    color: #999;
}

footer {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

footer .col-2 {
        background: rgb(86,77,72);
    background: -webkit-linear-gradient(rgba(86,77,72,1) 0%, rgba(113,101,96,1) 70%);
    background: -o-linear-gradient(rgba(86,77,72,1) 0%, rgba(113,101,96,1) 70%);
    background: linear-gradient(rgba(86,77,72,1) 0%, rgba(113,101,96,1) 70%);
    padding-bottom: 20px;
}

footer .col-2 p {
    color:white;
    margin:5%;
}

footer .col-2 a {
    color:white;
    font-weight: 400;
    text-decoration: none;
}

footer .col-2 a:hover {
    color:white;
    font-weight: 400;
    text-decoration: underline;
}

footer .col-2 img {
    margin:30px 5% 20px 5%;
    width: 260px;
    height: auto;
}


.scrollToTop {
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    color: #444;
    text-decoration: none;
    position: fixed;
    top: 85%;
    right: 0;
    display: none;
    z-index: 10000;
}
.scrollToTop img {
    border: 0;
}
.scrollToTop:hover {
    text-decoration: none;
}
.borderbottom {
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px #999 dotted;
}
.bordertop {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px #999 dotted;
}

.center {
    text-align: center;
}

.cookie {
  position: fixed;
  bottom: 7px;
  left: 9px;
  color: #4e7c91;
  z-index: 200;
  font-size: .6rem;
  font-weight: 700;
}
.video {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    overflow: hidden;
    width: 90%;
    padding-top: 56.25%;
    margin: 5%;
}
.videoiframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%}

/* Inhalte */

.startseite-pano {
    background: url("../images/content/pano.webp") no-repeat center center;
    background-size:cover;
    height: 400px;
}

.fewo-box {
    background: rgb(246,183,71);
    background: radial-gradient(circle, rgba(246,183,71,1) 11%, rgba(242,158,10,1) 100%);
}

.col-1.ausflug-box h2 {
    padding: 40px 0 5px 0;
    font-size:2.2rem;
}

.col-1.fewo-box h2 {
    padding: 40px 0 5px 0;
    color:white;
    font-size:2.2rem;
}

.col-1.fewo-box h3 {
    padding: 40px 0 5px 0;
    color:white;
    font-size:2.2rem;
}

.fewo-box p {
    color:white;
}

.col-1.fewo-box ul {
    color:white;
}

.fewo-box a {
    color:white;
    font-weight: 400;
    text-decoration: none;
}

.fewo-box a:hover {
    color:white;
    font-weight: 400;
    text-decoration: underline;
}

.fewo-startseite {
    background: url("../images/content/pension.webp") no-repeat center center;
    background-size:cover;
    height: 400px;
}

.fewo-1 {
    background: url("../images/content/pension-2.webp") no-repeat left center;
    background-size:cover;
    height: 400px;
}

.fewo-3 {
    background: url("../images/content/fewo-1.webp") no-repeat center center;
    background-size:cover;
    min-height: 400px;
}

.fewo-2-box h3 {
    padding: 40px 0 5px 0;
    font-size:2.2rem;
}

.fewo-2-box a {
    font-weight: 400;
}

.fewo-2-box a:hover {
    font-weight: 400;
}

.fewo-2-box-img {
    background: url("../images/content/pension-3.webp") no-repeat right center;
    background-size:cover;
    height: 400px;
}

.fewo-4 {
    background: url("../images/content/fewo-2.webp") no-repeat right center;
    background-size:cover;
    min-height: 400px;
}

.ausflug-box h3 {
    padding: 40px 0 5px 0;
    font-size:2.2rem;
    color:#8bb121;
}

.ausflug-box a {
    font-weight: 400;
}

.ausflug-box a:hover {
    font-weight: 400;
}

.ausflug-startseite {
    background: url("../images/content/startseite-2.webp") no-repeat center center;
    background-size:cover;
    height: 400px;
}

.ausflug-1 {
    background: url("../images/content/umgebung-1.webp") no-repeat left center;
    background-size:cover;
    height: 400px;
}

.ausflug-2 {
    background: url("../images/content/umgebung-2.webp") no-repeat center center;
    background-size:cover;
    height: 400px;
}

.angebote-1 {
    background: url("../images/content/angebot-1.webp") no-repeat left center;
    background-size:cover;

}

.angebote-2 {
    background: url("../images/content/angebot-2.webp") no-repeat center center;
    background-size:cover;

}

.angebote-3 {
    background: url("../images/content/angebot-3.webp") no-repeat left center;
    background-size:cover;

}

.angebote-4 {
    background: url("../images/content/angebot-4.webp") no-repeat center center;
    background-size:cover;

}

.angebote-5 {
    background: url("../images/content/angebot-5.webp") no-repeat left center;
    background-size:cover;

}

/* Siegel */

.siegel {
	width: 120px;
    height: auto;
	float:right;
	border:0;
	margin:0 0 2% 2%;
}

/* Bild */

.imgr {
    float: right;
	width:100%;
    height: auto;
    margin: 20px 0;
}

/* Fewogalerie */

.galerieimg {
    float:left;
    width:100%;
    margin:0;
    padding:0;
}

/* Kontakt */

#contact {
    margin:5%;
}

form.include {
    margin:0;
}

/* Sprachen */

#sprachen {
    position: absolute;
    top: 32px;
    right: 80px; 
    z-index: 300;
}

#sprachen img {
    border: 0;
    width: 30px;
    height:auto;
    margin:0 0 0 10px;
}

.sprachenanzeige {
    display:none;
}

.bettbike {
    width: 150px !important;
    height: auto;
    border:0;
    margin: -3px 0 0 0 !important;
    padding: 0 !important;
    float: left;
}

.bettbike-2 {
    width: 100px !important;
    height: auto;
    border:0;
    margin: -3px 0 0 0 !important;
    padding: 0 !important;
    float: left;
}

.angebothead {
    padding-top: 30px;
}

.impressumhier {
    display: none;
}

@media (min-width:500px) {
#logo {
    width: 250px;
}
    
.galerieimg {
    width:50%;
}   
    
}


@media (min-width:768px) {
    
.sprachenanzeige {
    display:inline;
}

#sprachen {
    position: absolute;
    top: 45px;
    left: 250px; 
    z-index: 300;
}       
    
.imgr {
	width:200px;
	margin:0 20px 40px;
}    
    
.cookie {
  bottom: 22px;
  left: 29px;
}    
    
label.hamburg {
    display: none;
}
    
#move {
    position: static;
    width: auto;
    height: auto;
    background: 0 0;
    text-align: left;
    margin: 0;
    padding: 0;
}

nav {
    position: fixed;
    top:0;
    left:0;
    width:340px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); 
    }

nav ul {
    margin: 115px 0 0 40px;
}
nav ul>li {
    display: block;
    width: auto;
    padding: 7px 0;
}
nav ul li a {
    position: relative;
    display: inline;
    border-bottom: 0;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: 300;
    text-transform:inherit;
    padding: 0 5px;
}
nav a.active, nav a:hover {
    background: none;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

nav ul li:nth-of-type(2) {
        margin-left: 55px;
    }  
    
nav ul li:nth-of-type(3) {
        margin-left: 40px;
    } 
    
nav ul li:nth-of-type(4) {
        margin-left: 5px;
    } 

nav ul li:nth-of-type(5) {
        margin-left: 45px;
    }
    
nav ul li:nth-of-type(6) {
        margin-left: 20px;
    }
    
nav ul li:nth-of-type(7) {
        margin-left: 15px;
    }
    
nav ul li:nth-of-type(8) {
        margin-left: 15px;
    }

nav ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: -5px;
    left: 0;
    background: rgb(245,199,17);
    background: -webkit-linear-gradient(left, rgba(245,199,17,1) 15%, rgba(255,148,0,1) 100%);
    background: -o-linear-gradient(left, rgba(245,199,17,1) 15%, rgba(255,148,0,1) 100%);
    background: linear-gradient(to right, rgba(245,199,17,1) 15%, rgba(255,148,0,1) 100%);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}
	
nav a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.menuweg {
    display: none;
}    
    
.impressumhier {
    display: block;
    position: absolute;
    z-index: 1000;
    right:120px;
    top:14px;
    font-size:1.0rem;
    font-weight: 300;
    color:white;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);    
    }

.impressumhier a {
    text-decoration: none;
    color: #FFF;
}
    
.impressumhier a:hover {
    text-decoration: underline;
    color: #FFF;
}   
    
.border-1 {
    display: block;
    position: fixed;
    top:0;
    left:343px;
    z-index: 200;
    width:12px;
    height: 100%;
    background-color: rgba(250, 184, 35, 1); 
}
  
.border-2 {
    display: block;
    position: fixed;
    top:0;
    left:355px;
    z-index: 200;
    width:26px;
    height: 100%;
    background-color: rgba(242, 158, 10, 0.75); 
    -webkit-box-shadow: inset 5px 0px 10px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 5px 0px 10px -3px rgba(0,0,0,0.25);
    box-shadow: inset 5px 0px 10px -3px rgba(0,0,0,0.25);
}    

.menu-adress {
    display:block;
    position: fixed;
    z-index: 250;
    bottom:100px;
    width:340px;
    text-align: center;
}    

.menu-adress p {
    color: #2e617e;
    font-size: 1.1rem;
    font-weight: 300;
    padding-bottom: 7px;
    line-height: 1.4rem;
    }    

.menu-adress p:nth-of-type(1){
    font-weight:400;
    font-size:1.1rem;
}

.menu-adress p:nth-of-type(3){
    font-weight:400;
}
    
.menu-adress p:nth-of-type(4){
    font-weight:400;
    font-size:1rem;
}    
    
.menu-adress a {
    text-decoration: none;
    color: #2e617e;
}

.menu-adress a:hover {
    text-decoration: underline;
    color: #2e617e;
}
    
.linien {
    width:100%;
    height:17px;
    background: url("../images/content/linien.png") no-repeat center top;
    background-size: contain;
    margin-bottom: 20px;
    margin-top: 20px;
    }  

#logo {
   position: fixed;
}

#telefon {
    width: 50%;
    text-align: right;
    font-style:normal;
    background:none;
    position: absolute;
    top: 3%;
    right:3%;
    z-index:150;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 300;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);    
    }

#telefon a {
    text-decoration: none;
    color: #FFF;
}
    
#telefon a:hover {
    text-decoration: underline;
    color: #FFF;
}

.container {
    display: flex;
    background: #FFF;
}

.menu-side {
    display: block;
    width:381px;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 72%);
    height:300px;
    position: relative;
    top:-250px;
}    

.row {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
}
    
.col-2 {
    width: 100%;
}
    
.scrollToTop {
    right: 30px;
}

}

@media (min-width:1024px) {

.siegel {
	width: 180px;
}      
    
#logo {
    top: 1.5%;
    left: 1%;
    width: 309px;
}    

nav {
    width:350px;
}    

.border-1 {
    left:353px;
} 

.border-2 {
    left:365px;
}

#sprachen {
    position: absolute;
    top: 35px;
    left: inherit;
    right: 30px; 
    z-index: 300;
}      
    
#telefon {
    top: 2.5%;
    right:120px;
    font-size: 1.4rem;  
    }    

.menu-adress {
    width:350px;
}     

.menu-side {
    width:391px;
}     
    
.content h1 {
    font-size: 2.4rem;
}
.content h2, h3 {
    color: #f6b31f;
    font-size: 2.2rem;
}
.content h4 {
    color: #f6b31f;
    font-size: 2.2rem;
}

.content p {
    line-height: 1.8em;
    font-size: 1.4rem;
}

.content ul {
    line-height: 1.8em;
    font-size: 1.4rem;
}    

.content ul li {
        padding-left:2%;
}  
    
footer .col-2 img {
    margin:35px 5% 20px 5%;
}    

.footimg {
    width: 100%;
    float:left;
}   
    
footer .col-2 p {
    display: inline;
    float: left;
    margin:2.5% 0% 2.5% 2%;
    line-height:1.3rem;
    font-size:1.2rem;
    padding-right: 2%;
    border-right:1px #FFF dotted;
}

footer .col-2 p:last-of-type {
    margin:2.5% 4% 2.5% 6%;
    border-right:0;
} 
    
footer .col-2 p:first-of-type {
    margin:2.5% 0% 2.5% 6%;
}    
    

}

@media (min-width:1200px) {

#telefon {
    font-size: 1.5rem;  
    } 

#sprachen {
    top: 38px;
}     
    
footer .col-2 p:last-of-type {
    margin:2.5% 0% 2.5% 2%;
}     

.galerieimg {
    width:33.333%;
}     
    
}

@media (min-width:1400px) {

.bettbike-2 {
    position: relative;
    top:-30px;
}    
    
#contact {
    margin:3% 10%;
}    
    
.content h1 {
    margin: 0 10%;
    padding: 60px 0 20px 0;
}
    
.content h2, h3 {
    margin: 0 10%;
}
.content h4 {
    margin: 0 10%;
}

.content p {
    margin: 3% 10%;
}

.content ul {
    margin: 3% 10% 3% 13%;
}

    
.startseite-pano {
    height: 550px;
}

.fewo-startseite {
    height:auto;
    }    

.ausflug-startseite {
    height:auto;
}    

.ausflug-1 {
    height:auto;
}  
    
.ausflug-2 {
    height:auto;
} 
    
.fewo-2-box-img {
    height:auto;       
}   

.fewo-1 {
    height:auto;       
}     
    
.row-2 {
  display: flex;      
    }    
    
.col-1 {
  width:50%; 
  flex:1;
}

.video {
    width: 80%;
    margin: 3% 10%;        
}

}
@media (min-width:1600px) {

.imgr {
	width:300px;
}     
    
.footimg {
    width: auto;
}  
footer .col-2 img {
    margin:35px 5% 20px 5%;
    padding-left: 20%;
}  
    
footer .col-2 p {
    margin:60px 0% 2.5% 2%;
    padding-right: 2%;
}
   
footer .col-2 p:first-of-type {
    margin:60px 0% 2.5% 7%;
} 

footer .col-2 p:last-of-type {
    margin:60px 0% 2.5% 2%;
}  

.galerieimg {
    width:25%;
}     
    
}