/* pacifico-regular - latin: Copyright 2011 The Pacifico Project Authors (https://github.com/Fonthausen/Pacifico), SIL Open Font License Version 1.1 (http://scripts.sil.org/OFL) */
@font-face {
  font-family: 'Pacifico';
  font-style: normal;
  font-weight: 400;
  src: local('Pacifico Regular'), local('Pacifico-Regular'),
       url('/sys/fonts/pacifico-v12-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/sys/fonts/pacifico-v12-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin: Digitized data copyright 2010-2011, Google Corporation, Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('/sys/fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/sys/fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin: Digitized data copyright 2010-2011, Google Corporation, Apache License Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html) */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('/sys/fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/sys/fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
 
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

* {
  margin: 0; padding: 0;
}

body {
  font: 400 15px 'Open Sans', Arial, Helvetica, sans-serif;
  color: #000; 
  letter-spacing: 0.5px;
}

b, strong {
  font-weight: 700;
}

h1, h2, h3, h4 {    
  margin: 2em 0 1em; padding: 0;
  line-height: 1.6em;
  font-size: 1em;  
  font-weight: 400;
  color: #957056;
  clear: both;
}

h1 { 
  margin-top: 0;   
  line-height: 1.3em;
  font-size: 1.4em;   
}

h2 {  
  font-size: 1.2em;
}

p {
  margin-bottom: 1em;
  line-height: 1.6em;
}

ol {
  margin: 0 0 1em ; padding-left: 16px;
  list-style-type: decimal;
}

ul {
  margin: 0 0 1em 0; padding-left: 20px;
}

li {
  line-height: 1.6em;
}

table {
  margin-bottom: 1em;
  border-collapse: collapse;
  width: 100%;
}

td {
  padding: 0 0 0 20px; margin: 0;
  text-align: left;
  vertical-align: top;
  line-height: 1.6em;
  font-size: 1em;
}

td:first-child {
  padding-left: 0;
}

td p {
  margin: 0;     
}

td img {
  vertical-align: middle;
}

a {
  color: #957056;
  text-decoration: none;
  background-color: transparent;
}

a:hover, a.active {  
  color: #ccc; 
  outline: 0;
}

a img {
  border: 0;
}

a:hover img {
  opacity: 0.8;
  filter:alpha(opacity=80);
}

img {
  max-width: 100%;
}

hr {
  margin: 2em 0;
  width: 100%; height: 0px;
  clear: both;
  color: #fff;
  background-color: #fff;
  border: 0;
  border-bottom: 1px dotted #e4e4e4;
}

dl {
  margin-bottom: 1em;
}

dt {
  padding-top: 5px;
}

dd {
  padding: 5px 0;
}

form {
  overflow: hidden;
}

input[type=text], textarea, select {
  padding: 4px 8px;
  width: 100%; max-width: 400px;
  font: inherit;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; 
}

input[type=submit], .button {
  padding: 5px 20px;
  width: auto;
  background: #957056;
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
}

input[type=submit]:hover, .button:hover {
  background: #ccc;
  color: #fff;
  cursor: pointer;
}

input.error, textarea.error, select.error  {
  border: 1px solid #706657;
  background: #ffbcbc;
}

input.checkform {
  display: none;
}

/*** Klassen ***/
.menu {
  margin: 0; padding: 0;
}

.menu li {
  margin: 0; padding: 0;
  list-style: none;
  background: none;
}

.menu a {
  padding: 10px 20px;  
  display: block;   
} 

.alignleft {
  margin: 5px 20px 2em 0;
  float: left; 
}

.alignright {
  margin: 5px 0 0 20px;
  float: right;
}

.inner {
  margin: 0 auto; padding: 0;
  max-width: 1100px;
  position: relative;
  overflow: hidden;
}

/*** Objekte ***/
#body {
  overflow-y: scroll;
}

#page {
  -moz-box-shadow: 0px 0px 10px 0px #666;
  -webkit-box-shadow: 0px 0px 10px 0px #666;
  box-shadow: 0px 0px 10px 0px #666;
}

/*** Header ***/
#header {
  position: relative;  
  background: #957056 url(img/header.png) no-repeat;
  color: #fff; 
  z-index: 100; 
}

#header #logo {
  padding: 20px 40px;
  font-size: 3em;
  display: block;
  font: 400 60px Pacifico, 'Open Sans', Arial, Helvetica, sans-serif;
  color: #fff;
}

#header #slogan {
  position: absolute; right: 40px; bottom: 40px;
  font-size: 20px;
}

/*** Slideshow ***/
#slideshow {
  margin: 0 auto;
  width: 100%; max-height: 300px;
  line-height: 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}  

.page-home #slideshow {
  max-height: none;
}

.slide {
  width: 100%;
  display: none;
}

.slide:first-child {
  display: inline;
}

.slide img {
  width: 100%;
}

.showslideshow {
  width: 100%; height: 100px;
  background: transparent url(img/arrow-bottom.png) no-repeat center center;
  position: absolute; bottom: 0; left: 0;
  z-index: 100;
  opacity: 0.6;
  filter:alpha(opacity=60);
}

.page-home .showslideshow {
  background-image: url(img/arrow-top.png);
}

.showslideshow:hover {
  opacity: 1;
  filter:alpha(opacity=100);
}

/*** Navigation ***/
#primary {  
  overflow: hidden;
  background: #957056 url(img/header.png) no-repeat;  
}

.scroll #primary {
  margin: 0; 
  width: 100%; max-width: 1100px;
  position: fixed; top: 0; 
  -moz-box-shadow: 0px 0px 10px 0px #333;
  -webkit-box-shadow: 0px 0px 10px 0px #333;
  box-shadow: 0px 0px 10px 0px #333;
  z-index: 10;
}

#primary .menu {
  padding-left: 20px;
}

#primary .menu > li {
  float: left;
  border-left: 1px solid #fff;
}

#primary .menu li:first-child {
  border-left: 0;
} 

#primary .menu a {  
  color: #fff;  
}    

#primary .menu a:hover,
#primary .menu a.active {
  color: #957056;
  background: #fff;
}

#primaryCtrl {
  display: none;
}

/*** Content ***/
#content {
  padding: 40px 5% 40px 0;
  width: 65%;
  float: right;
  position: relative;
}

#content .menu {
  margin: 0; padding: 0;
  width: 35.7%;
  position: absolute; top: 90px; left: -42.8%;
  border-top: 1px dotted #957056;
}

#content .menu li {
  border-bottom: 1px dotted #957056;
}

#content .menu a {
  padding-left: 40px;
}

.page-reiseberichte #content  .menu {
  width: 100%;
  position: relative; top: auto; left: auto;
}

.page-reiseberichte #content  .menu a {
  padding-left: 0;
}

.scroll #content {
  margin-top: 50px;
}

.gallery {
  line-height: 0;
}

.gallery p {
  margin: 1em 0;
}

.gallery img {
  margin: 0 5px 5px 0;
}

div.pp_default .pp_description {
  padding-top: 5px;
  margin: 0px 5px -5px 5px;
  clear: both;
}

.gb-header {
  margin-top: 2em; padding-top: 2em;
  border-top: 1px solid #e4e4e4;
}

.map {
  margin-bottom: 1em;
  height: 400px; width: 100%;
}

/*** Footer ***/
#footer {
  margin-left: 30%; padding-top: 30px; padding-bottom: 30px;
  clear: both;  
  border-top: 1px solid #957056;
  color: #999;
  font-size: 0.9em;
}

#footer a {
  color: #999;
}

@media screen and (max-width: 800px) {
  #header #logo {
    padding: 20px 30px;
    font-size: 40px;
  }
  
  #header #slogan {
    display: none;
  }
       
  #primaryCtrl {
    margin-left: 30px;
    line-height: 50px;
    display: block;
    color: #fff;
  }
  
  #primaryCtrl span {
    width: 20px;
    display: block;
    float: left;
  }
  
  #primaryCtrl > span {
    margin: 17px 10px 0 0;
  }
  
  #primaryCtrl > span > span {
    margin-bottom: 3px;
    height: 3px;
    background: #fff;
  }
  
  #primary {
    position: relative; bottom: auto;
    background: #957056;
  }
  
  #primary .menu {
    padding: 0;
    display: none;
  }

  #primary .menu > li {
    float: none;
    margin: 0;
    border: 0;
  }

  #primary .menu a {
    padding: 15px 30px;  
    border: 0;
    border-top: 1px dotted #e4e4e4;  
  }
  
  #content,
  #footer {
    padding: 30px; margin: 0;
    width: auto; min-height: 0; 
    float: none;
  }
  
  #content .menu {
    margin-top: 40px;
    width: 100%;
    position: relative; top: auto; left: auto;
  }
  
  #content .menu a {
    padding-left: 0;
  }  
}


@media screen and (max-width: 400px) {
  #header #logo {
    font-size: 30px;
  }
}


