@import url("reset.css");

@font-face {
    font-family: 'Satisfy';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/satisfy-v10-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Satisfy Regular'), local('Satisfy-Regular'),
        url('../fonts/satisfy-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/satisfy-v10-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/satisfy-v10-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/satisfy-v10-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/satisfy-v10-latin-regular.svg#Satisfy') format('svg');
    /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v17-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v17-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v17-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v17-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v17-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('../fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v17-latin-700.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v17-latin-700.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v17-latin-700.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

.landingpages {
    padding-top: 50px;
    text-align: center;
}

.cssbox {position: relative; height:330px; width:300px}
.cssbox .cssbox_thumb {height:330px; width:100%; object-fit: cover;}


.cssbox .caption { opacity: 0; position: absolute; height:50px; width: 300px; bottom: 1px; left: 5px;  color: black; background: #ccc; text-align: center; font-weight:bold; } 

.cssbox:hover .caption { opacity: 0.7; }

a:target > img.cssbox_thumb + span.cssbox_full {
    visibility: visible;
    opacity: 1;
    pointer-events: initial;
    z-index: 9999999999999;
}

a:target > .caption { visibility:hidden}

.cssbox_thumb{float:left; padding:5px;}

span.cssbox_full {
  cursor: initial;
}
.photo__items {
    margin: auto;
    width: 100%;
    margin-top: 100px;
}

div.cssbox {
    display: inline-block;
    width: 24%;
}

span.cssbox_full {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  /*transition: opacity 0.1s linear;*/
}

span.cssbox_full img {
  position: fixed;
  /*background-color: rgba(0,0,0,0.9);*/
  margin: 0;
  padding: 0;
  max-height: 80%;
  max-width: 80%;
  top: 55%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
    box-shadow: 0 0 20px black;} 
    

a.cssbox_close,
a.cssbox_prev,
a.cssbox_next {
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  color: white;
  font-size: 36px;
  z-index:9999999999999999;
    height: 50px;
    width: 50px;
    
}

a.cssbox_close {
  top: 15%;
  right: 6%;
  z-index:9999999999999999;
}

a.cssbox_close::after {
  content: '\00d7';
  z-index:999;
}

a.cssbox_prev,
a.cssbox_next {
  top: 50%;
  transform: translate(0%, -50%);
    padding: 10%;
}


a.cssbox_prev {
  left: 5%;
}

a.cssbox_next {
  right: 5%;
}

a:target ~ a.cssbox_close,
a:target ~ a.cssbox_prev,
a:target ~ a.cssbox_next {
  visibility: visible;
}



#angebote h2 {
    color: #5f5f5f;
    padding-top: 100px;
}

.clear {
    clear: both;
}

.impress {
    float: left;
    margin-right: 5px;
}

#impressum a{
    text-decoration: underline;
    color: #fff;
}

body {
    font: 300 14px/22px arial, helvetica;
    font-family: 'Open Sans';
    /* Schriftschitt/Größe/Zeilenabstand/Art*/
}

.menu-collapsed{
    z-index: 99;
}
.menu-collapsed {
    display: none;
}   

.maps{
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 40px;
}

#kontakt .maps a{
    color: #fff!important;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#headerbild {
    background: url(../images/nordsee-steg.jpg);
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 0px;
    height: 850px;

}


.menu{
    display: none;
}
.kante {
    width: 100%;
    margin-top: 150px;
}

.kante img {
    width: 100%;
}

nav {

    top: 0;
    margin-left: 25%;
    width: 50%;
    display: block;
    position: fixed;
    background: #eeeeee;
    ;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 999999;

}

nav ul li {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;

}

nav ul {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
}

nav ul li a {
    text-decoration: none;
    font-family: 'Satisfy';
    color: #383838;

}

h1 {
    font-family: 'Satisfy';
    color: #fff;
    text-align: center;
    font-size: 50px;
    padding-bottom: 30px;
}

.anker img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 3%;
}

#headerbild p {
    color: #fff;
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
}

#headerbild .anfrage a {
    color: #fff;
    font-family: 'Satisfy';
    text-decoration: none;
    font-size: 25px;
    border: 2px solid;
    border-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}

#ueber-uns {
    background: #eeeeee;
    padding-top: 100px;
    padding-bottom: 260px;
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: -25px;
}
h2 {
    font-family: 'Satisfy';
    font-size: 30px;
    padding-bottom: 40px;

}

a{
    transition: 0.2s;
}

#kontakt a{
    color: #006f9f;
}

nav ul li a:hover{
    color: #006f9f;
}


.active{
    color: #006f9f;
}

#kontakt a:hover{
    color: #005072
}

svg {
    margin-top: -380px;
    height: 15vw;
    width: 100%;
    color: #006f9f
        /* set height to pixels if you want angle to change with screen width */
}

#ueber-uns h2 {
    color: #5f5f5f
}

#ueber-uns p {
    color: #5f5f5f;
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 100px;
    -moz-column-gap: 100px;
}

#zimmer {
    background: #006f9f;
    margin-top: -6px;
    padding-top: 50px;
    padding-bottom: 50px;

}

#zimmer h2 {
    color: #fff;
    text-align: center;
    padding-top: 50px;
}

#zimmer p {
    color: #fff;
    margin-bottom: 50px;
}

#zimmer ul {
    color: #fff;
}

#zimmer .col1 {
    width: 50%;
    float: left;
    padding-right: 4%;
    padding-left: 15%;
}

#zimmer .col2 {
    width: 50%;
    float: left;
    padding-left: 4%;
    padding-right: 15%;
}

.tg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

.tg td {
    font-family: 'Satisfy';
    font-size: 22px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-top-width: 1px;
    color: #fff;
    border-bottom-width: 1px;
    border-color: #fff;
}

.tg th {
    font-family: 'Satisfy';
    font-size: 22px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    color: #fff;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
   
    border-bottom-width: 1px;
    border-color: #fff;
}

.tg .tg-lqy6 {
    text-align: right;
    vertical-align: top;
    width: 50%;
}

.tg .tg-0lax {
    text-align: left;
    vertical-align: top;
    width: 50%;
}

#zimmer ul{
    list-style-image: url(../images/check.png);
    margin-left: 30px;
    margin-top: 30px;
    
}

#zimmer ul li{
    font-family: 'Satisfy';
    font-size: 22px;
    line-height: 50px;
}

.cut{
    width: 100%;
    margin-top: -200px;
}

.cut1{
    width: 100%;
    margin-top: -300px;
}

.cut1 img{
    width: 100%; 
}

.cut img{
    width: 100%;
}

#angebote h2{
    color: #5f5f5f
}

#angebote{
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 100px;
}

#angebote .col1{
    width: 50%;
    float: left;
    padding-right: 4%;
}

#angebote .col2{
    width: 50%;
    float: left;
    padding-left: 4%;
}

#angebote p{
    color: #5f5f5f;
}

.box{
    margin-top: 50px;
}

.box img {
    float: left;
    margin-right: 20px;
}

#kontakt {
    background: #eeeeee;
    margin-top: -50px;
    padding-top: 120px;
    padding-bottom: 300px;
}

#kontakt h2{
    color: #5f5f5f;
    text-align: center;
}

.anfrage p{
    color: #5f5f5f;
    padding-left: 25%;
    padding-right: 25%;
    text-align: center;
}

#kontakt .kontaktformular iframe{
    height: 750px;
    width: 100%;
    padding-left: 25%;
    padding-right: 25%;
    margin-top: 50px;
}



#kontakt .col1{
    width: 50%;
    float: left;
    padding-left: 25%;
    text-align: left!important;
}

#kontakt .col2{
    width: 50%;
    float: left;
    padding-right: 25%;
    text-align: left!important;
}

#kontakt .col1:before{
    content: url(../images/stichpunkt.png);
    float: left;
}

#kontakt .col1 p{
    margin-left: 50px;
}


#kontakt .col2 p{
    margin-left: 50px;
}

#kontakt .col2:before{
    content: url(../images/stichpunkt.png);
    float: left;
}


#impressum {
    background: #00547a;
    margin-top: -150px;
    padding-left: 15%;
    padding-right: 15%;
    color: #fff;
    padding-bottom: 200px;
    padding-top: 110px;
}


#impressum .col1{
    width: 40%;
    float: left;
}

#impressum .col2{
    width: 40%;
    float: left;
}

    .button {
      
        width: 170px;
        padding: 10px;
        background: none;
        color: #fff;
        font-size: 20px;
         font-family: 'Satisfy';
        text-decoration: none;
        margin: 10px auto;
        border: 1px solid;
        border-color: #fff;
        border-radius: 10px;
        margin-left: 4%;

    }



    #modal-box-pop {
        background-color: #fff;
        width: 50%;
        padding: 20px;
        margin: 0 auto;
        border: 6px solid #8FB5C1;
        display: inline-block;
        opacity: 0;
        padding: 15px;
        left: 50%;
        position: fixed;
        text-align: justify;
        top: 40%;
        height: 500px;
        visibility: hidden;
        z-index: 10;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
        -ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
        -o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
        box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
        -webkit-transition: opacity .5s, top .5s;
        -moz-transition: opacity .5s, top .5s;
        -ms-transition: opacity .5s, top .5s;
        -o-transition: opacity .5s, top .5s;
        transition: opacity .5s, top .5s;
    }


    .overlay {
        background-color: rgba(0, 0, 0, 0.6);
        bottom: 0;
        cursor: default;
        left: 0;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        visibility: hidden;
        z-index: 1;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

    .overlay:target+#modal-box-pop {
        top: 50%;
        opacity: 1;
        visibility: visible;
    }

    .close {
        background-color: rgba(0, 0, 0, 0.8);
        height: 22px;
        line-height: 20px;
        position: absolute;
        right: -15px;
        text-align: center;
        text-decoration: none;
        top: -15px;
        width: 30px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
    }



    .close:hover {
        background-color: rgba(64, 128, 128, 0.8);
    }


.trans
{
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.top
{
	display: flex;
	width: 80vw;
	height: 80vh;
	margin-top: 10vh;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10vh;
}
.top ul
{
	list-style: none;
	width: 100%;
	height: 100%;
	z-index: 1;
	box-sizing: border-box;
}

.top ul li {
    position: relative;
    float: left;
    width: 22%;
    height: 25%;
    overflow: hidden;
    padding: 8px;
    opacity: 0.85;
    padding-left: 0px;
}

.top ul li:hover {

    opacity: 1;
    transition: 0.8s;
}

.top ul li::before
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	content: '';
	color: white;
	opacity: 0.4;
	text-align: center;
	box-sizing: border-box;
	pointer-events: none;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.top ul li:hover::before
{
	opacity: 0;
	
}
.top ul li img
{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.lightbox
{
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	opacity: 0;
	pointer-events: none;
}
.lightbox img
{
	max-width: 90%;
	max-height: 80%;
	position: relative;
	top: -100%;
	/* Transition */
	transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	-webkit-transition: all 1s ease;
}
.lightbox:target
{
	outline: none;
	top: 0;
	opacity: 1;
	pointer-events: auto;
	transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-ms-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	-webkit-transition: all 1.2s ease;
}
.lightbox:target img
{
	top: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.carousel-wrapper{
  height:400px;
  position:relative;
  width:800px;
  margin:0 auto;
}
.carousel-item{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  padding:25px 50px;
  opacity:0;
  transition: all 0.5s ease-in-out;
}
.arrow{
  border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
}

.arrow-prev{
  left:-30px;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(135deg);
}
 
.arrow-next{
    right:-30px;
  position:absolute;
  top:50%;
  transform:translateY(-50%) rotate(-45deg);
  }

.light{
  color:white;
}

@media (max-width: 480px) {
      .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;
      }
    }
}

/*Select every element*/
.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.column1 {
    float: left;
    width: 200px;
    margin-left: 4%;
}

.column {
    float: left;
    width: 24%;
    margin-left: 1%;
    margin-top: 10px;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999999999999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: none;
  margin: auto;
  padding: 0;
  width: 25%;
  max-width: 1200px;
}

/* The Close Button */

.close {
    color: white;
    position: absolute;
    top: 12%;
    right: 35%;
    font-size: 45px;
    font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color:none;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.datenschutz{
    position: fixed;
    z-index: 1111111111111;
    bottom: 0;
    padding-left: 15%;
    padding-bottom: 10px;


}

.datenschutz a{
     background: #eeeeee;
    padding: 10px;
    text-decoration: none;
    color: #004f71;
    font-family: 'Satisfy';
    font-size: 20px;
}
/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1600px) {
   .kante {
    width: 100%;
    margin-top: 194px;
}
}

@media screen and (max-width: 1500px) {
    #kontakt {
    background: #eeeeee;
    margin-top: -33px;
    padding-top: 120px;
    padding-bottom: 300px;
}

}

@media screen and (max-width: 1340px) {
    /*CSS*/.kante {
    width: 100%;
    margin-top: 233px;
    }}
@media screen and (max-width: 1450px) {
    .top ul li {
    position: relative;
    float: left;
    width: 22%;
    height: 20%;
    overflow: hidden;
    padding: 8px;
    opacity: 0.85;
    padding-left: 0px;
}
}

@media screen and (max-width: 1240px) {
    #headerbild .anfrage a {
    color: #fff;
    font-family: 'Satisfy';
    text-decoration: none;
    font-size: 25px;
    border: 2px solid;
    border-color: #fff;
    border-radius: 10px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}
    
    .cssbox .cssbox_thumb {
    height: 130px;
    width: 100%;
    object-fit: cover;
}.cssbox {
    position: relative;
    height: 130px;
   
}
    
}

@media screen and (max-width: 1100px) {
        .top ul li {
    position: relative;
    float: left;
    width: 22%;
    height: 15%;
    overflow: hidden;
    padding: 8px;
    opacity: 0.85;
    padding-left: 0px;
}#zimmer .col1 {
    width: 50%;
    float: left;
    padding-right: 2%;
    padding-left: 15%;
}
    #zimmer .col2 {
    width: 50%;
    float: left;
    padding-left: 0%;
    padding-right: 15%;
}
    .column1 {
    float: left;
    width: 200px;
    margin-left: 0%;
}
    #ueber-uns p {
    color: #5f5f5f;
    column-count: 2;
    -moz-column-count: 2;
    column-gap: 40px;
    -moz-column-gap: 40px;
}
    nav ul li {
    float: left;
    padding-left: 17px;
    padding-right: 20px;
    font-size: 18px;
}
}
@media screen and (max-width: 1000px) {
#headerbild {
    background: url(../images/nordsee-steg.jpg);
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 0px;
    height: 750px;
    }
.kante {
    width: 100%;
    margin-top: 160px;
}

#ueber-uns p {
    color: #5f5f5f;
    column-count: 1;
    -moz-column-count: 1;

}
    
    #zimmer h2{
        text-align: left;
        padding-left: 15%;
    }
    #zimmer .col1 {
    width: 100%;
    float: left;
    padding-right: 15%;
    padding-left: 15%;
}
    #zimmer .col2 {
    width: 100%;
    float: left;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 50px;
}
    .column1 {
    float: left;
    width: 200px;
    margin-left: 15%;
}
    nav {
    top: 0;
    margin-left: 0%;
    width: 100%;
    display: block;
    position: fixed;
    background: #eeeeee;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 999999;
}
#ueber-uns {
    background: #eeeeee;
    padding-top: 100px;
    padding-bottom: 160px;
    padding-left: 15%;
    padding-right: 15%;
}
    .modal-content {
    position: relative;
    background-color: none;
    margin: auto;
    padding: 0;
    width: 35%;
    max-width: 1200px;
}
    #impressum .col1 {
    width: 100%;
    float: left;
}
    #impressum .col1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
}

@media screen and (max-width: 840px) {
    .kante {
    width: 100%;
    margin-top: 185px;
}
    #kontakt .col1 {
    width: 50%;
    float: left;
    padding-left: 15%;
    text-align: left!important;
}
    #kontakt .col2 {
    width: 50%;
    float: left;
    padding-right: 15%;
    text-align: left!important;
}
    #kontakt .kontaktformular iframe {
    height: 680px;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 50px;
}
    
    .maps{
        margin-left: 15%;
        margin-right: 15%;
    }
    
    #kontakt {
    background: #eeeeee;
    margin-top: -23px;
    padding-top: 120px;
    padding-bottom: 300px;
}
}

@media screen and (max-width: 800px) {
   .top ul li {
    position: relative;
    float: left;
    width: 31%;
    height: 15%;
    overflow: hidden;
    padding: 8px;
    opacity: 0.85;
    padding-left: 0px;
} 
}

@media screen and (max-width: 770px) {
  .anker img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 8%;
}  
    
    #angebote .col1 {
    width: 100%;
    float: left;
    padding-right: 4%;
}
    #angebote .col2 {
    width: 100%;
    float: left;
    padding-left: 4%;
}
    h2 {
    font-family: 'Satisfy';
    font-size: 30px;
    padding-bottom: 10px;
}
#angebote h2 {
    color: #5f5f5f;
    padding-top: 120px;
}
    #headerbild p {
    color: #fff;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
}
    .kante {
    width: 100%;
    margin-top: 190px;
}
    #headerbild .anfrage a {
    color: #fff;
    font-family: 'Satisfy';
    text-decoration: none;
    font-size: 20px;
    border: 2px solid;
    border-color: #fff;
    border-radius: 10px;
    padding: 6px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin-top: 30px;
}
    h1 {
    font-family: 'Satisfy';
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-bottom: 30px;
}
    .anker img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 6%;
}
    
    #impressum .col1 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-top: 30px;
}
    .photo__items {
    margin: auto;
    width: 100%;
    margin-top: 50px;
}
    div.cssbox {
    display: inline-block;
    width: 32%;
}
}

@media screen and (max-width: 650px) {
    #headerbild {
    background: url(../images/nordsee-steg.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0px;
    height: 500px;
}
    .kante {
    width: 100%;
    margin-top: 58px;
}
    .anfrage p {
    color: #5f5f5f;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}
    
    .modal-content {
    position: relative;
    background-color: none;
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 1200px;
}
.close {
    color: white;
    position: absolute;
    top: 12%;
    right: 20%;
    font-size: 45px;
    font-weight: bold;
}
    #kontakt .col1 {
    width: 100%;
    float: left;
    padding-left: 15%;
    text-align: left!important;
    padding-bottom: 40px;
}
    #kontakt .col2{
        padding-left: 15%;
        width: 100%;
    }
    
    #kontakt {
    background: #eeeeee;
    margin-top: -10px;
    padding-top: 100px;
    padding-bottom: 300px;
}
}

@media screen and (max-width: 580px) {
     .top ul li {
    position: relative;
    float: left;
    width: 45%;
    height: 15%;
    overflow: hidden;
    padding: 8px;
    opacity: 0.85;
    padding-left: 0px;
} .kante {
    width: 100%;
    margin-top: 60px;
    }
    
    .cut {
    width: 100%;
    margin-top: -80px;
}
    
    @media screen and (max-width: 575px) {
        .kante {
    width: 100%;
    margin-top: 50px;
}
    }
    

}
    @media screen and (max-width: 500px) {
        
  .burger,
  .burger__span
  .burger__span:before,
  .burger__span:after {
    display: block; 
  }

  .burger__span,
  .burger__span:before,
  .burger__span:after {
    width: 18px;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -1px;
    background-color: #333333;
  }


        
        .b-a, .bar, .bar:before, .bar:after {
  transition: all .25s;
  content: "";
  position: absolute;
  left: 0;
  height: 5px;
  width: 30px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.95);
}

.menu-collapsed {
  transition: all .25s;
  position: fixed;
  top: 10px;
  left: 9px;
  height: 36px;
  width: 36px;
  z-index: 1;
  cursor: pointer;
    display: block;
    background: rgba(0, 111, 159, 0.98);
 
}
.menu-collapsed ul {
  transition: all 0s;
  position: fixed;
  left: -9000px;
    padding-top: 100px;
}
        
.bar {
  position: fixed;
  left: 12px;
  top: 24px;
}
.bar:before {
  top: -8px;
}
.bar:after {
  top: 8px;
}

.b-a-expanded, .menu-expanded .bar:before, .menu-expanded .bar:after {
  transition: all .25s;
  top: -0px;
}

                
.menu-expanded {
  transition: all .25s;
  text-align: center;
  line-height: 50px;
  height: 100%;
  width: 100%;
  border-radius: 0px;
  top: 0;
  left: 0;
  background-color: rgba(0, 111, 159, 0.9);
    z-index: 99;
}
.menu-expanded ul {
  transition: all 0s;
  position: relative;
  left: 0;
  z-index: 2;
}
.menu-expanded a {
  transition: all .15s;
  text-decoration: none;
  font-size: 20px;
  padding: 0px;
  color: #fff;
  display: block;
}
.menu-expanded a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  transition:  0.2s;
  letter-spacing: 2px;
  color: #333;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
.menu-expanded .bar {
  background-color: transparent;
  transition: all .25s;
}
.menu-expanded .bar:before {
  transform: rotate(45deg);
}
.menu-expanded .bar:after {
  transform: rotate(-45deg);
}


  .menu {
    opacity: 0.9;
    background-color: rgba(0, 111, 159, 0.97);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    left: -100vw;
  }

.menu--active {
    left: 0;
    z-index: 9;
}

  .menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100vw;
  }

  .menu-list__link {
    display: block;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    line-height: 4;
    font-weight: 100;
    letter-spacing: 4px;
    transition: all 0.2s;
  }

  .menu-list__link:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

        nav{
            display: none;
        }
        
        #headerbild .anfrage a{
            width: 40%;
        }
        #impressum {
    background: #00547a;
    margin-top: -50px;
    padding-left: 15%;
    padding-right: 15%;
    color: #fff;
    padding-bottom: 200px;
    padding-top: 50px;
}
        
    }

@media screen and (max-width: 495px) {
    .kante {
    width: 100%;
    margin-top: 61px;
}
}

@media screen and (max-width: 465px) {
    .kante {
    width: 100%;
    margin-top: 48px;
}
    div.cssbox {
    display: inline-block;
    width: 49%;
}
}

@media screen and (max-width: 420px) {
    .tg th {
    font-family: 'Satisfy';
    font-size: 16px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    color: #fff;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-bottom-width: 1px;
    border-color: #fff;
}
    .tg td {
    font-family: 'Satisfy';
    font-size: 16px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-top-width: 1px;
    color: #fff;
    border-bottom-width: 1px;
    border-color: #fff;
}
    .cut {
    width: 100%;
    margin-top: 0px;
}
}

@media screen and (max-width: 400px) {
    #headerbild .anfrage a {
        width: 50%;}
        .datenschutz a {
    background: #eeeeee;
    padding: 10px;
    text-decoration: none;
    color: #004f71;
    font-family: 'Satisfy';
    font-size: 15px;
}
    #headerbild {
    background: url(../images/nordsee-steg.jpg);
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0px;
    height: 490px;
}
}

@media screen and (max-width: 350px) {
    .kante {
    width: 100%;
    margin-top: 50px;
}
}

@media screen and (max-width: 347px) {
    .kante {
    width: 100%;
    margin-top: 39px;
}
}