/* noto-serif-georgian-300 - latin */
@font-face {
    font-family: 'Noto Serif Georgian';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/noto-serif-georgian-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/noto-serif-georgian-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/noto-serif-georgian-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/noto-serif-georgian-v18-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../fonts/noto-serif-georgian-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/noto-serif-georgian-v18-latin-300.svg#NotoSerifGeorgian') format('svg'); /* Legacy iOS */
  }
  
  /* noto-serif-georgian-regular - latin */
  @font-face {
    font-family: 'Noto Serif Georgian';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/noto-serif-georgian-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../fonts/noto-serif-georgian-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/noto-serif-georgian-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/noto-serif-georgian-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/noto-serif-georgian-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/noto-serif-georgian-v18-latin-regular.svg#NotoSerifGeorgian') format('svg'); /* Legacy iOS */
  }
  
* {
    margin: 0;
    padding: 0;
}
body, html {
	width:100%;
  height: 100%;
}
body {
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}
[class*=bg-] {
    position: fixed;
    width: 100%;
    height: 100%;
}
.bg-1{
    background:url("../images/bg/startseite.webp") no-repeat center;
    background-size: cover;
}

.bg-3{
    background:url("../images/bg/ferienwohnung.webp") no-repeat center;
    background-size: cover;
}

.bg-4{
    background:url("../images/bg/umgebung.webp") no-repeat center;
    background-size: cover;
}

.bg-5{
    background:url("../images/bg/kontakt.webp") no-repeat center;
    background-size: cover;
}

.bg-6{
    background:url("../images/bg/impressum.webp") no-repeat 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);
}
}


header{
	position: relative;
	width:100%;
	height:70%;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
.clear {
    clear: both;
}

.zero {
    box-shadow: none !important;
}
.container {
	position: relative;
    width:100%;
	padding-bottom:1.5%;
	background-color: white;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 5px #4c4c4c;
    z-index: 0;
    clip-path: polygon(0% 70px, 100% 0%, 100% 100%,0% 100% );
}
.row{
	position: relative;
	margin:0 auto;
	padding:30px 0 90px 0;
    width: 96%;
    z-index: 120;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: block;
}
[class*=col-] {
    float: left;
	word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.col-1 {
    margin-top: 20px;
    width: 100%}
.col-2 {
    margin-top: 20px;
    width: 100%}
.col-3 {
    margin-top: 20px;
    margin-bottom: 100px;
    width: 100%}

footer {
	position: relative;
	top:100%;
	height: 50%;
	width: 100%;
	z-index: 120;
}
#logo {
    position: absolute;
    top: 0;
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    height: 100px;
    z-index: 200;
    text-align: center;
}
.logoimg {
    width: 250px;
    height: auto;
    border: 0;
}
#logo a:hover {
    text-decoration: none;
    background: 0 0;
}
nav {
    position: absolute;
    top:0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom,#93D103, #6D9E02);
}
input#hamburg {
    display: none;
}
label.hamburg {
    display: block;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 12px;
    right: 20px;
    cursor: pointer;
		z-index: 300;
}
.line {
    position: absolute;
    left: 11px;
    height: 3px;
    width: 33px;
    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: 16px;
}
.line:nth-child(2) {
    top: 26px;
}
.line:nth-child(3) {
    top: 36px;
}
#hamburg:checked+.hamburg .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    -ms-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}
#hamburg:checked+.hamburg .line:nth-child(2) {
    opacity: 0;
}
#hamburg:checked+.hamburg .line:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
#move {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #72a500;
    top: 144px;
    left: -105%;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    margin: 0;
    padding: 0;
    z-index: 600;
}
nav ul li ul {
    background: #85c000;
}
nav li {
    width: 100%}
nav ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.2rem;
    font-family: 'Noto Serif Georgian', "Times New Roman", Times, serif;
    padding: 20px;
    border-bottom: 1px #fff dotted;
    color: #fff;
    text-decoration: none;
}
nav a.active, nav a:hover {
    background: #fff;
    color: #000;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#hamburg:checked~#move {
    left: 0;
}
.mobil-menu {
    display: none;
}
.container h1 {
    letter-spacing: -.005em;
    margin: 100px 5% 50px 5%;
    color: #b9468c ;
    font-size: 2.1rem;
    font-weight: 400;
    font-family: 'Noto Serif Georgian', "Times New Roman", Times, serif;
}
.container h2, h3, h4 {
    letter-spacing: -.005em;
    margin: 15px 5% 50px 5%;
    color: #b9468c ;
    font-size: 1.9rem;
    font-weight: 400;
    font-family: 'Noto Serif Georgian', "Times New Roman", Times, serif;
}

.container p {
    color: #5e5e5e;
    line-height: 1.7em;
    font-size: 1.3rem;
    font-style: normal;
    margin: 20px 5%;
    font-weight: 400;
}
.container ul {
    color: #5e5e5e;
    line-height: 1.7em;
    font-size: 1.3rem;
    font-style: normal;
    margin: 20px 5% 20px 10%;
    font-weight: 400;
}
.container a {
    color: #03759f;
    text-decoration: none;
}
.container a:hover {
    color: #03759f;
    text-decoration: underline;
}
.container #contact{
    margin: 20px 5%;
}

.container table {
    width: 90%;
    color: #5e5e5e;
    line-height: 1.9rem;
    font-size: 1.1rem;
    font-style: normal;
    margin: 20px 5%;
    font-weight: 300;
}
.container td {
    vertical-align: top;
}
.container table td:nth-of-type(2) {
    width: 30%;
    text-align: right;
}
.telefon{
    color:white;
    background-color: rgba(68, 68, 68, 0.7);
    width:100%;
    padding:10px 0;
    text-align: center;
    font-size: 1.2rem;
    position: absolute;
    top:90px;
}
.telefon a{
    color:white;
}
.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;
}
.gastgeber {
    text-align: center;
}
.contentimages {
    margin-bottom: 10px;
}
.galerie{
	width:90%;
}
.col-1 .galerieimg {
    display: inline;
	border-radius:4px;
	border:none;
    -webkit-box-shadow: 0 0 5px #9f9f9f;
    box-shadow: 0 0 5px #9f9f9f;
    height: auto;
    margin: 1% 1%
}

.imgfull {
    width: 100%;
    padding: 0;
    margin: 1% 0;
}
.center {
    text-align: center;
}
.imgr {
    float: none;
    width: 100%;
	height:auto;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.41);
    border-radius:10px;
}
.imgl{
	float: none;
    width: 100%;
	height:auto;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.41);
    border-radius:10px;
}


.red{
	color:red !important;
}
.violett {
    font-size: 1.3em !important;
    font-weight: 300 !important;
    color: #b9468c !important;
    margin-top: 30px;
    margin-bottom: 10px;
}
.hidden-mobil, .hidden-xs,.visible-sm,.visible-sm-hover{
	display: none;
}
.hidden-lg,.hidden-sm{
    display: block;
}


.anschrift{
    position: relative;
    top:50px;
    margin-bottom:40px;
    width: 100%;
    padding:20px 0;
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 2px 2px 5px #4c4c4c;
}
.anschrift p{
	text-align:left;
	font-size: 1.1em;
    color: #5e5e5e;
    line-height: 1.5em;
    margin:20px 7%;
}
.anschrift a{
	color: #03759f;
	text-decoration: none;
}
.anschrift a:hover{
	text-decoration: underline;
}
.abstand {
    width:100%;
    height:50px;
    position: relative;
  }
.ende{
    margin-bottom:30px;
}
/* Scroll to Top */

.scrollToTop {
    width:100px;
    height:130px;
    padding:10px;
    text-align:center;
    font-weight: bold;
    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;
}
#siegel{
    float:right;
    width:180px;
    height:auto;
    margin:10px 5px 10px 15px;
}

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

.wave{
    position: absolute;
    top:60.8%;
    background:url(../images/nav/wellen.webp) no-repeat center top;
    background-size:auto;
    width:100%;
    height:256px;
    z-index: 500;
 }

.social {
	border: 0;
	margin:1%;
	width: 40px;
	height:auto;
	float: right;
	position:relative;
	left:-60px;
	top:-10px;
	}

.off {
	display: none;
}

@media (min-width:520px) {

.galerieimg {
		width: 200px !important;
	    margin: 0.5% 0.5% !important;
}
}

@media (min-width:720px) {

    .imgr {
	    float: right;
		margin:10px 0px 15px 20px;
        width: 350px;
	}
	.imgl{
		float: left;
		margin:10px 20px 15px 0px;
        width: 350px;
	}

.off {
	display: inline;
}
	
.on {
	display: none;
}

}

@media (min-width:920px) {
	label.hamburg {
		display: none;
	}
	.hidden-xs{
		display:inline;
	}
    .hidden-lg,.hidden-sm{
        display:none;
    }
    .visible-sm{
        display:block;
    }

.container{
    z-index: 1;
    clip-path: polygon(0% 70px, 20% 110px,80% 10px, 100% 0%, 100% 100%,0% 100% );
    top:-60px;
}
.anschrift{
    top:0px;
}
.abstand{
    height:0px;
}
.telefon{
    padding:8px 0;
    text-align: right;
    font-size: 1.2rem;
    font-style: italic;
    position: absolute;
    top:auto;
    bottom:0;
    z-index: 100;
}
.telefon p{
    margin-right:20px;
}
#logo {
    text-align: left;
}
.logoimg {
    width:306px;
}
nav {
    position: absolute;
    bottom:120px;
    top:auto;
    background: none;
}
#move {
    position: relative;
	width: 100%;
	height: 50px;
	left:0;
    top: 80px;
	background: none;
	text-align: center;
	margin: 0;
	padding: 0;
    z-index: auto;
}
nav ul {
    float: left;
	margin: 0 2%;
}
nav ul>li {
	display: inline-block;
    padding: 10px 13px 100px 13px;
	margin-right:7px;
	width: auto;
	border-radius:10px;
	background:linear-gradient(to bottom, #93D103, #6D9E02);
	color:#fff;
	font-size:0.8rem;
    font-style: italic;
	font-weight:300;
    vertical-align: top;
	box-shadow: 0 5px 10px #333;
    text-shadow: 0 1px #333;
}
nav>ul>li:last-of-type{
	margin-right:0;
}
nav ul li a {
	display: inline;
    border-bottom:none;
    text-decoration-style:dotted;
	color: #fff;
	font-size: 1.3rem;
	text-transform: none;
	font-weight: 400;
	padding:4px 10px 80px 10px;
    position: relative;
    z-index: 600;
}
nav ul li span{
    position: relative;
    top:10px;
}


nav ul li.active > a {
	background: transparent;
	color: #fff;
    text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
nav ul li:hover > a{
	background:transparent;
	color: #fff;
	text-decoration: underline;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
nav ul>li>ul {
    position: absolute;
    margin: 0;
    margin-left:-18px;
	display: none;
	background: 0 0;
	z-index: 700;
    padding: 8px 18px;
	margin-top: 25px;
	width: auto;
	background-color:grey;
	border-radius:5px;
	background:linear-gradient(to bottom, #93D103, #6D9E02);
	color:#fff;
	font-weight:300;
	box-shadow: 0 2px 10px #666;
}
nav ul li:hover>ul {
	display: block;
}
nav ul li .visible-sm-hover{
    display:none;
}
nav ul li:hover>.visible-sm-hover {
	display: block;
}

nav ul>li>ul>li{
    display: block;
    box-shadow: none;
    padding:0;
	margin:0;
	width: auto;
    border-radius: 0;
    background: none;
	color:#fff;
	font-size:0.8rem;
    font-style: italic;
	font-weight:300;
    text-shadow: 0 1px #333;
}
nav ul>li>ul>li>a {
	display: block;
	background:0 0 ;
	font-size:1.2rem;
    padding:4px 10px ;
}

	.hidden-mobil{
		display: inline-block;
	}


	.col-2 {
	    width: 50%;
			flex:1;
	    margin-bottom: -4px;
	    }

.scrollToTop {
    right: 30px;
}

.container h1 {
    margin: 150px 7% 40px 7%;
    font-size: 2.4rem;
}
.container h2, h3, h4 {
    margin:  15px 7% 40px 7%;
    font-size: 2.3rem;
}
.container h4 {
    margin: 15px 7% 40px 7%;
    font-size: 2.3rem;
}
.container p {
    font-size: 1.4rem;
    margin: 20px 7%;
}
.container ul {
    margin: 20px 7% 20px 11%;
}
.container #contact{
    margin: 20px 7%;
}
	

	
	
.video {
  width:86%;
    margin:0 7%;
}

.belegung {
    margin: 0 7% 20px 7%;		
	}

.galerie{
	max-width: 1000px;
}



.wave{
    position: absolute;
    top:57.5%;
    background:url(../images/nav/wellen.webp) no-repeat center top;
    width:100%;
    height:256px;
    z-index: 500;
 }

.slider {
    position: relative;
    box-sizing: border-box;
    border:solid 4px white;
    top:40px;
    width: 100%;
    margin:0 auto;
    height: 68%;
    overflow: hidden;
    z-index: 100;
    box-shadow: 2px 2px 5px #4c4c4c;
	background: #666;
}
figure {
    position: absolute;
    background-color: #666;
    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;
}     
 

.pic-25 {
    opacity: 1;
    background: url(../images/bg/25.webp) no-repeat center center;
    background-size: cover;
}
.pic-26 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url(../images/bg/26.webp) no-repeat center center;
    background-size: cover;
}
.pic-27 {
    animation-delay: 12s;
    -o-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    background: url(../images/bg/27.webp) no-repeat center center;
    background-size: cover;
}
.pic-28 {
    animation-delay: 18s;
    -o-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -webkit-animation-delay: 18s;
    background: url(../images/bg/28.webp) no-repeat center center;
    background-size: cover;
} 
    

.pic-29 {
    opacity: 1;
    background: url(../images/bg/1.webp) no-repeat center center;
    background-size: cover;
}
.pic-30 {
    animation-delay: 6s;
    -o-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    background: url(../images/bg/5.webp) no-repeat center center;
    background-size: cover;
}
.pic-31 {
    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-32 {
    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;
}     
    
}

@media (min-width:1090px) {
    .hidden-sm{
        display: inline-block;
    }
    .visible-sm,.visible-sm-hover{
        display: none;
    }
    nav ul li:hover>.visible-sm-hover {
        display: none;
    }

.galerieimg {
		width: 210px !important;
	    margin: 1% 1% !important;
}
	
}
 

@media (min-width:1400px) {
    header, .container, .anschrift{
        width:1200px;
        margin:0 auto;
    }
    .abstand{
        height:50px;
    }

.social {
	margin:0.5%;
	left:0;
	top:-15px;
	}
    }