@import url("reset.css");

/*-----------FONTS-----------*/

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

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

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

/* ephesis-regular - latin */
@font-face {
  font-family: 'Ephesis';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ephesis-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/ephesis-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ephesis-v10-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/ephesis-v10-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
       url('../fonts/ephesis-v10-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
       url('../fonts/ephesis-v10-latin-regular.svg#Ephesis') format('svg'); /* Legacy iOS */
}


/*-----------FONTGESTALTUNG-----------*/

body {font-family: 'Roboto'}
p {font-size: 15px; font-weight: 300; line-height: 21px; margin-bottom: 15px;}
a {color: #000; text-decoration: none; cursor: pointer;}
h1 {font-size: 35px; line-height: 40px; color: #fff; margin-bottom: 30px;}
h2 {font-family: 'Ephesis'; font-size: 60px; line-height: 45px; color: #CB6843; margin-bottom: 50px; position: relative;}
h3 {font-size: 20px; margin-bottom: 30px;}
h4 {font-size: 16px;}
li {font-size: 14px; list-style: disc;}
strong {font-weight: 500;}


/*-----------AUFBAU-----------*/

html {scroll-behavior: smooth;}
.content {display: flex; width: 80%; margin-left: 10%; justify-content: space-between;}
.col1 {width: 60%; margin-left: 20%;}
.col2 {width: 45%; position: relative;} 
.col4 {width: 22%; text-align: center;}

.btn {background-color: #fff; color: #CB6843; padding: 5px 30px; transition: 0.5s; border-radius: 10px;}
.btn:hover {background-color: #6d6d6d;}
::-moz-selection {background: #9f401d; color: #fff;}
::selection {background: #9f401d; color: #fff;}


/*-----------NAVI-----------*/

.logo {position: fixed; width: 200px; height: auto; top: 10px; left: 5%; z-index: 9999;}
nav {position: fixed; background: #fff; width: 100%; z-index: 101; top: 0; text-align: right; padding: 40px 0; z-index: 100;}
nav ul {margin-right: 5%;}
nav ul li {display: inline-block; margin: 0 4%; text-transform: uppercase;}
nav ul li a {text-decoration: none; font-size: 16px; color: #CB6843; font-weight: 600;}
nav ul li a:hover {border-bottom: 3px solid #000;}

.navi {display: none;}
.burger-nav {position: fixed; right: 0; top: -6px; color: #fff; z-index: 9999; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); font-size: 40px; cursor: pointer; transition: all .4s ease-in-out; background-color: #CB6843; padding: 16px 21px 21px 19px; border-radius: 20px 0 0 0;}
.burger-nav b {transition: all .4s ease-in-out; float: left; margin-left: 0; font-family: 'Roboto'; font-style: normal;}
.burger-nav-anim {top: -5px; color: #fff;}
.burger-nav-anim b:first-of-type {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.burger-nav-anim b:nth-of-type(2) {opacity: 0;}
.burger-nav-anim b:last-of-type {-webkit-transform: rotate(-45deg); transform: rotate(-45deg); margin-left: -80%;}

.full-screen-nav {position: fixed; z-index: 9998; width: 100%; height: 100vh; background: #CB6843; display: table; visibility: hidden; transition: all .4s ease-in-out; opacity: 0;}
.full-screen-nav ul {text-align: center; display: table-cell; vertical-align: middle; width: 100%;}
.full-screen-nav ul li a {padding: 20px; display: block; font-size: 30px; color: #fff; transition: all .4s ease-in-out; text-decoration: none; text-transform: uppercase;}
.fadeIn {opacity: 1 !important; visibility: visible !important;}
.fadeUp {opacity: 1 !important; margin-top: 0 !important;}


/*-----------ASIDE-----------*/

aside img {position: fixed; background-color: #CB6843; width: 50px; z-index: 999; right: 0; transition: 0.5s; border-radius: 15px 0 0 15px;}
aside img:hover {background-color: #6d6d6d;}
.phone {top: 300px;}


/*-----------SUBNAV-----------*/

.subnav {position: fixed; bottom: 0; color: #fff; z-index: 999; transition: 0.5s; width: 100%; text-align: right;}
.subnav a {font-family: 'Roboto'; color: #fff; padding: 8px 15px; font-size: 13px; background-color: #CB6843; margin-left: 20px; line-height: 23px;}
.subnav a:nth-of-type(2) {margin-right: 5%;}
.subnav a:hover {background-color: #9f401d;}


/*-----------HEADER-----------*/

header {background: url("../images/header.jpg") no-repeat; height: 80vh; width: 100%; background-size: cover; background-attachment: fixed; background-position: center; position: relative;}

#stoerer {position: absolute; width: 45%; left: 0; bottom: 15vh; background: rgba(203,104,67,0.9); padding: 30px 50px 40px 5%; border-radius: 0 40px 40px 0;}


/*-----------BEREICH1-----------*/

#ueberuns {padding: 180px 0; position: relative;}
#ueberuns {color: #CB6843;}
#ueberuns .content {width: 90%;}
#ueberuns h2::after {content: url(../images/underline.png); position: absolute; left: 20px; bottom: -20px;}

.privatzimmer {width: 90%; height: 100%; object-fit: cover; border: 4px solid #CB6843; border-radius: 25px;}
.bg {width: 25%; height: 80%; background-color: #CB6843; border-radius: 50px 0 0 50px; position: absolute; top: 10%; right: 0; z-index: -9}


/*-----------FERIENWOHNUNG-----------*/

#ferienwohnung {padding: 100px 0; background-color: #CB6843;}
#ferienwohnung h2 {font-size: 35px; position: relative;}
#ferienwohnung h2::after {content: url(../images/underline-w.png); position: absolute; left: 50px; bottom: -20px;}
#ferienwohnung h2, #ferienwohnung p {color: #fff;}

#ferienwohnung .col2:nth-of-type(2) {margin-top: 95px;}


/*-----------UNTERKUNFT-----------*/

#unterkunft {padding: 120px 0;}
.icon {width: auto; height: 50px; margin-bottom: 20px;}
.box {background-color: #CB6843; width: 40%; padding: 30px 5%; margin-top: 50px; margin-left: 50%; border-radius: 20px 0 0 20px;}
.box p {margin-bottom: 0; color: #fff;}


/*-----------GALERIE-----------*/

#galerie {padding: 100px 0; background-color: #CB6843; text-align: center;}
#galerie h2 {color: #fff;}


.cookie-inner {
      padding: 25px;
}
.dsa-cookie-notice {
    font-size: 14px;
    display: block;
    position: fixed;
    right: 5%;
    bottom: 50px;
    z-index: 99999 !important;
    background-color: #CB6843;
    color: #fff;
    margin: auto;
    width: 277px;
    text-align: center;
    padding: 20px 15px 15px 15px; /* Platz für das x oben */
    box-sizing: border-box;
}

/* close button */
.dsa-cookie-notice-close {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
}

/*-----------IMPRESSUM-----------*/

#impressum {padding: 150px 0;}
#impressum a {text-decoration: underline;}
#impressum h2::after {content: url(../images/underline.png); position: absolute; left: 20px; bottom: -20px;}


/*-----------PUFFER-----------*/

.puffer1 {background: url("../images/zossen-bruecke.jpg") no-repeat; height: 400px; width: 100%; background-size: cover; background-attachment: fixed; background-position: center top; position: relative;}

.puffer2 {background: url("../images/zossen-natur.jpg") no-repeat; height: 400px; width: 100%; background-size: cover; background-attachment: fixed; background-position: center; position: relative;}


/*-----------FOOTER-----------*/

footer p, footer h2, footer h3, footer a {color: #fff;}
footer a {text-decoration: underline;}
footer h2::after {content: url(../images/underline-w.png); position: absolute; left: 20px; bottom: -20px;}

#kontakt {position: relative;}
#kontakt .col1 {position: absolute; width: 40%; height: 60%; padding: 50px 5%; border-radius: 50px 0 0 50px; z-index: 999; background-color: #CB6843; right: 0; top: 10%;}

.dsa-secure-plugin .check-slide-content {width: 50%!important;}
.dsa-secure-plugin iframe {width: 45%!important;}


/*-----------RESPONSIVE-----------*/

@media screen and (max-width: 1366px) {
    header, .puffer1, .puffer2 {background-attachment: scroll;}
}

@media screen and (max-width: 900px) {
    h1 {font-size: 25px; line-height: 30px;}
    h1 b {font-size: 25px;}
    .logo {position: absolute;}
    header {height: 60vh; background-position: right;}
    nav {background: none; box-shadow: 0 0 0;}
    nav ul{display: none;}
    .navi {display: block;}
}

@media screen and (max-width: 850px) {
	.slick img {
    border-radius: 0px;
    height: 300px!important;
    width: auto;
    object-fit: contain;
}
    .content {flex-direction: column;}
    .col2, .col3 {width: 100%;}
    
    #ueberuns .content {width: 80%;}
    .privatzimmer {width: 100%;}
    .bg {display: none;}
    
    #ferienwohnung .col2:nth-of-type(2) {margin-top: 0;}
    #unterkunft .content {text-align: center;}
    .col4 {width: 100%; margin-bottom: 30px;}
    .box {width: 80%; margin-left: 10%;}
    
    #kontakt .col1 {position: relative; width: 80%; padding: 80px 10%; margin-left: 0; border-radius: 0;}
    .dsa-secure-plugin .check-slide-content {width: 90%!important;}
    .dsa-secure-plugin iframe {width: 100%!important;}
}

@media screen and (max-width: 600px) {
    h1 {font-size: 20px; line-height: 25px;}
    #stoerer {width: 60%; bottom: 0; border-radius: 0 30px 0 0;}
}