﻿@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latolight_italic';
    src: url('../fonts/lato-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/lato-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'tinosbold';
    src: url('../fonts/tinos-bold-webfont.woff2') format('woff2'),
         url('../fonts/tinos-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tinositalic';
    src: url('../fonts/tinos-italic-webfont.woff2') format('woff2'),
         url('../fonts/tinos-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'tinosregular';
    src: url('../fonts/tinos-regular-webfont.woff2') format('woff2'),
         url('../fonts/tinos-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hurricaneregular';
    src: url('../fonts/hurricane-regular-webfont.woff2') format('woff2'),
         url('../fonts/hurricane-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body{
    background: /*#E0C66703*/#eff4f8;
    font-family: 'latolight',sans-serif;
  color: #464646;
  margin: 0px;
  padding: 0px;
  font-size: 1.2rem;
}
h1{
  color: #096A7C;
  font-size: 2.2rem;
  margin: 5px 0 5px 0;
  padding: 5px 0px 5px 0px;
  font-family: 'tinosbold', sans-serif ;
  font-weight: normal;
  line-height: 160%;
}
#headline h1{
    font-family:hurricaneregular;
    color: #1A427B;
    font-size: 4.0rem;
     padding: 0 1rem 3rem 1rem;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
}
@media (max-width:800px){
  #headline h1{
      font-size: 2rem;
      position: relative;
      top: 0;
      transform: translateY(0);
  }

}
h1 span.willkommen{
    font-size: 2.2rem;
    color: #1A427B;
}
h1 span.ferienhaus{
    font-size: 2.1rem;
    color: #096A7C;
    font-family: 'latoregular';
    font-weight: normal;
}
h1 span.schillig{
    font-size: 2.1rem;
    color: #E8D38A;
}
h2{
 font-size: 2rem;
 color: #096A7C;
 padding: 5px 0px 8px 0px;
 font-family: 'tinosbold', sans-serif;
  font-weight: normal;
  margin: 0;
}
h3{
 font-size: 1.6rem;
 color: #1A427B;
 margin: 0;
 padding: 10px 0px 10px 0px;
 font-family: 'tinosbold', sans-serif;
 font-weight: normal;
}
h4{
    font-family: 'tinosbold', sans-serif;
    color: #1A427B;
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 2.2rem;
    margin-top: 25px;
    margin-bottom:20px;
    padding: 10px 0 10px 0px;
    position: relative;

}

h5{
 font-size: 1.7rem;
 color: #E8D38A;
 padding: 5px 0px 8px 0px;
 font-family: 'tinosbold', sans-serif;
  font-weight: normal;
  margin: 0;
  line-height: 1.9rem;
}
img{
    max-width: 100%;
    height: auto;
}

a, a:hover, a:focus{
    text-decoration: none;
    color: #096A7C;
    outline: none;
}
nav a[href^="#"] {
    cursor: default;
}


p{
  line-height: 1.6rem;
  margin: 10px 0 10px 0;
}


strong{
  font-family:'latoregular',sans-serif;
}
em{
    font-family: 'latolight_italic';
    font-weight: normal;
    font-style: normal;
}
.klein{
    font-size: 0.95rem;
}

a.readon {
    position: relative;
    padding: 8px;
    display: inline-block;
    color: #E36D0E;
    letter-spacing: 1px;
    font-size: 90%;
    text-decoration: none;
    background: transparent;
    margin-left: 10px;
    /*border: 1px solid #E36D0E;*/
    transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
}
a.readon::before{
    content: "";
    position: absolute;
    height: 100%;
   border: 1px solid #E36D0E;
   border-right: none;
   width: 10px;
   top: 0;
   left: -10px;
    transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
}
a.readon::after{
    content: "";
    position: absolute;
    height: 100%;
   border: 1px solid #E36D0E;
   border-left: none;
   width: 10px;
   top: 0;
   right: -10px;
    transition: all 400ms ease-out;
    -moz-transition: all 400ms ease-out;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
}
a.readon:hover{
    color:  #E36D0E;
}

a.readon:hover{
    color: #fff;
}

a.readon:hover::before, a.readon:hover::after{
    width: 100%;
}


ul.liste{
    margin-top: 25px;
    list-style-image: url(../images/li.png);
}

.clear{

}

.clear::after{
    display: block;
content: " ";
clear: both;
height: 0;
overflow: hidden;
}
.bilder{
    position: relative;
}

.vierzig {
    float: left;
    width: 38%;
    position: relative;
}
.sechzig{
    float: right;
    width: 60%;
    position: relative;
}
@media (max-width:800px){
 .vierzig, .sechzig{
     float: none;
     width: 100%;
 }

}
.ueberlappend{
    background: #096A7C;
    color: #fff;
    padding: 1.2rem;
    position: absolute;
    display: inline-block;
    z-index: 2;
   left:50%;
   top: 50%;
   transform: translate(-50%, -50%);
   border: 1px solid #fff;
   box-shadow:  4px 6.5px 10px rgba(0, 0, 0, 0.055), 32px 52px 80px rgba(0, 0, 0, 0.11);
}
@media (max-width:800px){
 .ueberlappend{
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
 }

}
.mehrspaltig
    {
    margin: 0 auto;
    width: 100%;
    column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3;
    column-gap: 30px;
      -moz-column-gap: 30px;
      -webkit-column-gap: 30px;
    }
.mehrspaltig img{
    margin-bottom: 30px;
}
@media (max-width:800px){
  .mehrspaltig{
    column-count: 1;
      -moz-column-count: 1;
      -webkit-column-count: 1;
    column-gap: 0px;
      -moz-column-gap: 0px;
      -webkit-column-gap: 0px;
  }
  .mehrspaltig img{
      margin-bottom: 5px;
  }

}


table{
    width: 100%;
    border-collapse: separate;
}

tr.datum td, td.datum{
    background: #fef9df;
    color: #000000;
    width:14.2%;
}
.bg_gruen {
background-color:#00E300;
color: #000000;
}
.bg_ocker {
background-color:#FF9C00;
color: #000000;
}
.bg_rot {
background-color:#FF4C27;
color: #000000;
}
.bg_blau {
background-color:#5A95CA;
color: #000000;
}
.bg_gelb {
background-color:#CEA222;
color: #000000;
}
@media (max-width:800px){
  td {
      display: block;
      width: 100%;
  }
  tr.datum{
      display: none;
  }

}
/*---------------- Layout --------------------*/
#oben{

}
header{
    background: #fff;
}
#headerinner{
    margin: 0 auto;
    width: 98%;
    max-width: 1400px;
    border-bottom: 5px solid #096A7C;
    height:120px;
}
#headerinner::after{
     display: block;
content: " ";
clear: both;
height: 0;
overflow: hidden;
}
#logo{
    float: left;
    display: inline-block;
    height:120px;
}
#navigation{
    float: right;
    display: inline-block;
    height:120px;
}
@media (max-width:800px){
  #navigation{
      display: none;
  }

}
#headerbild{
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
}

#startseite{
    background: #fff;
}
#startseiteinner{
    height: /*calc(70vh - 120px)*/500px;
    margin: 0 auto;
    width: 98%;
    max-width: 1400px;
}
@media (max-width:800px){
   #startseiteinner{
       height: auto;
   }

}
#startseiteinner::after{
 display: block;
content: " ";
clear: both;
height: 0;
overflow: hidden;
}
#headline{
    float: left;
    width: 40%;
    height: /*calc(70vh - 120px)*/500px;
    position: relative;
}
@media (max-width:800px){
  #headline{
      display: block;
      float: none;
      width: 100%;
      height: auto;
  }

}

#video{
  float: right;
    width: 60%;
    height: /*calc(70vh - 120px)*/500px;
    overflow: hidden;
    position: relative;
}
@media (max-width:800px){
  #video{
      display: none;
  }

}
#video video{
 width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
object-position: center bottom;
}
video:picture-in-picture{
    display: none;
}

#bildslogan{
   margin: 0 auto;
    width: 98%;
    max-width: 1400px;
    background: #fff;
}
#bildslogan::after{
  display: block;
content: " ";
clear: both;
height: 0;
overflow: hidden;
}
#bild{
 float: left;
    width: 40%;
}
#bild img{
    margin-top: -3rem;
}
@media (max-width:800px){
   #bild{
       float: none;
       width: 100%;
   }
   #bild img{
       margin: 0;
   }

}
#slogan{
  float: right;
    width: 60%;
}
@media (max-width:800px){
   #slogan{
       float: none;
       width: 100%;
   }

}
#slogan p{
    color: #096A7C;
    font-family: 'latoregular';
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding: 2rem 0 0 2rem;
}
article{
     margin: 0 auto 40px auto;
    width: 98%;
    max-width: 1400px;
    background: #fff;
    box-sizing: border-box;
    padding: 1.6rem;
    -webkit-border-bottom-right-radius: 30px;
-webkit-border-bottom-left-radius: 30px;
-moz-border-radius-bottomright: 30px;
-moz-border-radius-bottomleft: 30px;
border-bottom-right-radius: 30px;
border-bottom-left-radius: 30px;
}
#top{
  text-align: center;
  line-height: 0;
  padding: 0;
  margin: 0;
}

/*--------------Menue oben-------------*/
header ul{
 list-style-image: none;
 margin: 0;
 padding: 0;
 width: auto;
 float: right;
  position: relative;
   height: 120px;
 }
 @media (max-width:800px){
   header nav{
       display: none;
   }

}
header ul li{
  display: inline;
  float: left;
  position: relative;
 height: 120px;
 margin-right: 5px;
  }
  header ul li:last-child{
      margin-right: 0px;
  }

header ul a{
  display: block;
  position: relative;
  color: #000;
  font-size: 1rem;
  padding: 0px 15px 0px 15px;
line-height: 120px;
  text-transform: uppercase;
  font-family: 'latoregular', sans-serif;
}
header ul li a:hover,header ul li.active a{
    color: #1A427B;
}
p.home {
    background: url(../images/home.png) left top no-repeat;
    padding: 0 0 0 35px;
}
.telefon {
    background: url(../images/telefon.png) left center no-repeat;
    padding: 0 0 0 35px;
}
.mail {
    background: url(../images/mail.png) left center no-repeat;
    padding: 0 0 0 35px;
}
footer{
    background: #096A7C;
    text-align: center;
}


/*--------------Menueunten-------------*/
footer ul{
 list-style-image: none;
/* margin: 2rem auto 2rem auto;*/
 padding: 0 0 0 0;
 display: inline-block;
}
footer ul.nav{
 justify-content: center;
 padding: 2rem 0 2rem 0;
}

footer ul li{
  display: inline;
  float: left;
  border-right: 1px solid #fff;
  }
 footer ul li:last-child{
      border: none;
  }

footer ul a{
  display: block;
  position: relative;
  color: #fff ;
  font-size: 1rem;
  padding: 0px 10px 0px 10px;
  line-height: 1rem;
  transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
}
footer ul a:hover{
    background: transparent;
}
footer ul a:hover{
  color: #ccc;
}
footer ul li.current a, footer ul li.active a{
  color: #ccc;
   }


/*----Mobiles Menue----*/
.sidenav,#open{
    display: none;
}
@media (max-width:800px){
.sidenav {
    width: 0;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: rgba(23,60,67,1);
    overflow-x: hidden;
    overflow-y:auto;
    transition: 0.5s;
    display: block;
    padding-top: 60px;
    padding-bottom: 0px;
    border-bottom: 1px solid #fff;
    box-shadow: 0px 1px 10px 0px #968c8c; -moz-box-shadow: 0px 1px 10px 0px #968c8c; -webkit-box-shadow: 0px 1px 10px 0px #968c8c;
}
.sidenav h3{
    color: #fff;
    font-size: 1.2rem;

}

.sidenav .closebtn{
     position: absolute;
    top: 0;
    right: 0;
}
.sidenav ul{
    margin: 0 0 0 5px;
    border: none;
}
.sidenav ul{
  list-style: none;
  list-style-image: none;
  margin: 0 0 0 0;
  padding: 0;
}
.sidenav li{
  display: block;
  border-bottom: 1px dotted #fff;
    padding: 2px 0;
}

.sidenav a{
    color: #fff;
    margin: 8px 8px 8px 0;
    padding: 5px;
  border-left:none;
    font-size: 0.9rem;
    display: block;
    text-decoration: none;
    text-transform: none;

}
.sidenav a[href^="#"]{
    display: none;
}

.sidenav a:hover{
  background-color: #173c43;
  color: #e8f5f7;
}



#open{
    background: #173C43;
    text-align: right;
    cursor:pointer;
    display: block;
    margin-bottom: 0px;
}
#mobilediv::after{
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
}
