@import "grids.css";
@import "mailchimp.css";
@import "buchen.css";
@import "mobile.css";
@import "slider.css";
@import "kontakt.css";

/************************
      ALLGEMEIN
***********************/

body
  {
    font-family: 'Montserrat', Arial, sans-serif; 
    color:#000;
    background-color:#fff;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
  }

div
  {
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
  }
  
a:active, a:focus {outline: none}

p {margin-top:0;}

div.all {
    background-color: white;
    max-width: 1800px;
  margin:auto;
    }

div.wrap {
    max-width:1230px;
    margin:auto;
    box-sizing: border-box;
    padding:0 3%;
    width:75%;
    }
 
.align-center {
    text-align:center;
}

/************************
      TOPINFO
***********************/
div.topinfo {
  background-color: #323030;
  color: #fff;
  font-size: 0.6em;
  text-transform: uppercase;
  height:20px;
  position:fixed;
  width:100%;
  z-index: 40;
  }

div.topinfo p {
    padding: 5px 0;
}

div.topinfo b {
  color: #fecd1a;
}

div.topinfo a {
  color: #fff;
  text-decoration: none;
}

div.topinfo-left {
  width:68%;
  float:left;
  height: 20px;
  }
  
div.topinfo-right {
  width:auto;
  float:right;
  }
  
div.topinfo-right ul {
  list-style-type: none;
  margin:0;
  padding:3px 0;
}

div.topinfo-right li {
  display: inline-block;
  padding-left:8px;
}

/************************
      TOP
***********************/
div.top {
  padding:10px 0;
  position:fixed;
  z-index:30;
/*  background-color:#e4e5d8;*/
  background-color: #fff;
  opacity:0.95;
  display:table;
  width:100%;
  top:20px;
  
  }

div.logo {
  height: auto;
  width: 15%;
  display:table-cell;
  max-width: 270px;
  /*width: 20%;*/
  /*neues logo*/
  width:6%;
  }
  
div.logo img {
  width:100%;
  height:auto;
  }
  


/************************
  SPRACHWECHSLER
***********************/
div.lang {
  height: auto;
  width: 18%;
  display:table-cell;
  text-align:right;
  vertical-align: middle;
  }
  
div.lang img {
  width:15%;
  height:auto;
  border:none;
  }
  
  span.act img {
    opacity: 0.5;
    filter: alpha(opacity=50); 
    }

/************************
      BANNER
***********************/
div.banner {
  top:20px;
  z-index:1;
 background-size: cover;
  min-height: 450px;
  overflow:hidden;
  background-position: center bottom;
  position:relative;
  }
div.banner img {
  width:100%;
  height:auto;
  min-height:450px;
  }

.banner .csc-textpic-center {
    width: 100%;
}

.banner div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0px;
}

/************************
      BREADCRUMBS
***********************/
div.bc {
  text-transform: uppercase;
  font-weight:bold;
  font-size:0.75em;
}

div.bc a {
  color: #000;
  text-decoration: none;
}

div.bc a:hover {
  color: #d05d3c;
}


/************************
      MENUE
***********************/
div.menu {
  display:table-cell;
  text-align:center;
  vertical-align: middle;
  text-transform: uppercase;
  }

div.menu ul {
  list-style-type: none;
  margin:0;
  padding:3px 0;
  display:inline;
  }

div.menu li {
  display: inline-block;
  padding-right:3%;
  }
  
div.menu a {
  text-decoration:none;
  font-weight: bold;
  color: #323030;
  }
  
div.menu span {
    font-size: 0.8em;
    font-weight:bold;
}

div.booking {
  display:inline-block;
  background-color:#006729;
  font-size:0.8em;
  font-weight:bold;
  padding:5px;
  
  }
  
div.booking a {
  color:#fff;
  }
div.booking:hover, div.booking a:hover, .navi .booking a:hover, .navi .booking:hover > a {
  color: #fecd1a !important;
}
  
/************************
      CONTENT
***********************/
div.content {
  width:75%;
  max-width:1230px;
  margin:auto;
  }
  
h1, h2, h4   {
  text-transform:uppercase;
  margin-top:0px;
  font-size:2em;
  position:relative;
  margin-bottom: 50px;
  }

h3 {
  text-transform:uppercase;
}

h1::after, h2::after, .subscription h4::after {
    border-bottom: 5px solid #FECD1A;
    bottom: 0;
    content: "";
    left: 0;
    margin-bottom: -15px;
    position: absolute;
    width: 120px;
}

div.offers h2::after {
    border-bottom: 5px solid #fff;
  }
  
div.content p, div.content li {
  line-height:0.6em;
  margin-top:0;
  letter-spacing: 0.5px;
    line-height: 1.6em;
  font-size: 0.8em;
  }
  
  div.content a {
    color:#d05d3c;
    }
  
div.content h3 a {
  color: #000;
  text-decoration: none;
}
div.content h3 a:hover {
  color: #d05d3c;
}
  
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    max-width: 32%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.csc-textpic-intext-right-nowrap {position:relative;}

.csc-textpic-imagewrap img {
  width:85%;
  height:auto;
}


div.content div.csc-default {
  padding:0 4%;
/*  margin-top:50px;*/
  margin-top: 40px;
}

div.content .grid div.csc-default {
  margin-top: 25px;
}

.content .csc-textpic-intext-right-nowrap .csc-textpic-text {
     width: 50%;
}

.offers .portrait {
  text-align:center;
  text-transform: uppercase;
  border-top: 1px solid #fff;
    width:75%;
    margin:auto;
    padding-bottom:40px;
  }
  
.offers .portrait a {
  color:#fff;
  text-decoration:none;
  }
  


div.content .portrait div.csc-default {
    margin-top: 30px;
    padding: 0 4%;
}

.service h3 a {
  color:#000;
  text-decoration:none;
  }

.service h3 {
  height:3em;
  text-align:center;
  margin-bottom: 30px;
}

.service .grid {
  text-align:left;
}

.service ul {
  
  margin:0;
}

div.content table p {
  margin:0;
}

div.content td {
  border:1px solid #eee;
  border-collapse:collapse;
  padding:5px;
  vertical-align:top;
}

div.content li p {
  font-size:1em;
  margin:0;
}

.csc-textpic-caption {
    
    font-size: 0.85em;
    text-align: center;
}

.team .csc-textpic-caption {
  margin-top: 1em;
}

a.buchen {
    background-color: #006729;
    color: #fff !important;
    
    font-size: 0.8em;
    font-weight: bold;
    margin: auto;
    padding: 5px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    
}

/************************
      FOOTER
***********************/
div.footer div.grid {
  text-align:left;
}

div.footer {
  background-image:url("images/footer_bg.jpg");
  background-size: cover;
  padding: 3% 0;
  font-size: 0.8em;
  line-height: 1.5em;
  color:#fff;
}

div.footer a {
  color:#fff;
  text-decoration:none;
}

div.footer a:hover {
  text-decoration:underline;
}


div.footer h5 {
  font-size: 1em;
  text-transform: uppercase;
  margin-top:0;
}


/************************
      PARTNER
***********************/
div.partner .csc-textpic-imagerow {
  display:table;
}

div.partner .csc-textpic-imagecolumn {
  display:table-cell;
  float:none !important;
  vertical-align:middle;
  padding:1.5em;
}

div.footer .csc-textpic {
  max-width: 270px;
  width: 20%;
}



