/* style.css, alpengluehn.eu, gerald petter, september 2016 */


strong {
  color: rgb(74, 38, 2);
  font-weight: 700;
}

/* body ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.3em;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgb(228, 185, 143);
}

/* header ========================================================================================================================== */
header {
  margin: 30px 0 0;
  background: linear-gradient(to bottom, rgb(255, 225, 196), rgb(255, 236, 219));
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
}
  @media screen and (max-width: 1000px) {
    header {
      margin: 0;
      background: none;
      box-shadow: none;
    }
  }
  
header:after {
  content: "";
  clear: both;
  display: block;
}

/* Google Translate Element */
#google_translate_element {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 5;
}
  @media screen and (max-width: 1600px) {
    #google_translate_element {
      position: absolute;
      top: -30px;
      right: 1%;
    }
  }
    @media screen and (max-width: 1000px) {
      #google_translate_element {
        position: absolute;
        top: 5px;
        right: 2%;
      }
    }
  
.goog-te-gadget-simple {
  background-color: rgb(255, 226, 197) !important;
  border-color: rgb(140, 83, 47) !important;
}
  @media screen and (max-width: 1600px) {
    .goog-te-gadget-simple {
      background-color: transparent !important;
      border-color: transparent !important;
    }
  }
    @media screen and (max-width: 1000px) {
      .goog-te-gadget-simple {
        border-color: rgb(140, 83, 47) !important;
      }
    }
  
.goog-te-gadget-simple .goog-te-menu-value {
  color: rgb(140, 83, 47) !important;
}
  @media screen and (max-width: 1600px) {
    .goog-te-gadget-simple .goog-te-menu-value {
      color: rgb(36, 59, 44) !important;
    }
  }
  
.goog-te-gadget-simple .goog-te-menu-value span {
  color: rgb(140, 83, 47) !important;
}
  @media screen and (max-width: 1600px) {
    .goog-te-gadget-simple .goog-te-menu-value span {
      color: rgb(36, 59, 44) !important;
    }
  }
  
/* center ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
header .center {
  margin: 0 13%;
  width: 74%;
  background-color: rgb(255, 225, 196);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
  @media screen and (max-width: 1500px) {
    header .center {
      margin: 0 7%;
      width: 86%;
    }
  }
    @media screen and (max-width: 1300px) {
      header .center {
        margin: 0 2%;
        width: 96%;
      }
    }
      @media screen and (max-width: 1000px) {
        header .center {
          margin: 0;
          width: 100%;
          background-color: transparent;
          box-shadow: none;
        }
      }
      
header .center:after {
  content: "";
  clear: both;
  display: block;
}

/* branding */
.branding {
  padding: 64px 20px 0px 45px;
  width: 30%;
}
  @media screen and (max-width: 1150px) {
    .branding {
      padding: 30px 20px 0px 25px;
    }
  }
    @media screen and (max-width: 1000px) {
      .branding {
        padding: 10px 20px;
        width: 100%;
      }
    }
      @media screen and (max-width: 600px) {
        .branding {
          padding: 50px 20px 10px;
          width: 100%;
        }
      }
  
#logo img {
  max-width: 320px;
  width: 100%;
}
  @media screen and (max-width: 1000px) {
    #logo img {
      width: 200px;
    }
  }
  
address {
  padding-top: 80px;
  line-height: 1.4em;
  font-size: 1.1em;
}
  @media screen and (max-width: 1750px) {
    address {
      padding-top: 40px;
    }
  }
    @media screen and (max-width: 1150px) {
      address {
        padding-top: 20px;
        font-size: 1.0em;
      }
    }
      @media screen and (max-width: 1000px) {
        address {
          padding-top: 10px;
          font-size: 1.0em;
        }
      }
    
address p {
  padding: 12px 0;
}
  @media screen and (max-width: 1000px) {
    address p {
      padding: 6px 40px 6px 0px;
      float: left;
    }
    address p:last-child {
      padding-left: 0;
    }
  }
      
/* Slideshow, Mainimg */
div#slideshow {
  position: relative;
  float: right;
  width: 70%;
}
  @media screen and (max-width: 1000px) {
    div#slideshow {
      padding: 10px 0 0;
      float: none;
      width: 100%;
    }
  }
    
ul#slider {
  line-height: 1;
  position: relative;
}

ul#slider p.caption {
  position: absolute;
  left: 10%;
  bottom: 100px;
  color: rgb(239, 239, 239);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
  font-weight: 600;
  font-size: 2.4em;
}
  @media screen and (max-width: 1300px) {
    ul#slider p.caption {
      font-size: 1.9em;
    }
  }
    @media screen and (max-width: 1000px) {
      ul#slider p.caption {
        left: 2%;
        bottom: 50px;
      }
    }
      @media screen and (max-width: 600px) {
        ul#slider p.caption {
          font-size: 1.5em;
          bottom: 30px;
        }
      }
    
ul.rslides_tabs {
  position: absolute;
  left: 10%;
  bottom: 70px;
  z-index: 2;
}
  @media screen and (max-width: 1000px) {
    ul.rslides_tabs {
      left: 2%;
      bottom: 30px;
    }
  }
    @media screen and (max-width: 600px) {
      ul.rslides_tabs {
        bottom: 10px;
      }
    }
  
ul.rslides_tabs li {
  display: inline-block;
  list-style: none;
  background-color: rgb(255, 225, 196);
  border-radius: 5px;
  border: 1px solid rgb(228, 185, 143);
  height: 12px;
  width: 12px;
  font-size: 12px;
  line-height: 1em;
  margin: 0 5px;
}

ul.rslides_tabs li a {
  color: transparent;
  text-decoration: none;
}

ul.rslides_tabs li.rslides_here {
  background-color: rgb(140, 83, 47);
}

/* nav ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
nav {
  background-color: rgba(74, 38, 2, 0.9);
  width: 100%;
  padding: 0 13%;
  height: 50px;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
  @media screen and (max-width: 1500px) {
    nav {
      padding: 0 7%;
    }
  }
    @media screen and (max-width: 1300px) {
      nav {
        padding: 0 2%;
      }
    }
    
ul.menu-main {
  margin: 15px auto;
  padding: 0 10px;
  width: 100%;
  font-size: 1.1em;
}
  @media screen and (min-width: 1400px) {
    ul.menu-main {
      padding: 0 50px;
    }
  }
  
ul.menu-main li {
  text-transform: uppercase;
  font-size: 1.0em;
  color: rgb(255, 238, 221);
}
  @media screen and (min-width: 480px) {
    ul.menu-main li {
      white-space: nowrap;
    }
  }
    @media screen and (min-width: 1400px) {
      ul.menu-main li {
        font-size: 1.2em;
      }
    }
  
ul.menu-main li.current {
  border-bottom: solid 4px rgba(255, 238, 221, 0.2); 
}

ul.menu-main li span {
  text-transform: none;
}

ul.menu-main li a {
  color: rgb(255, 238, 221);
  text-decoration: none;
}

ul.menu-main li a:hover {
  color: rgb(255, 255, 255);
}

/* main ========================================================================================================================== */
main {
  position: relative;
}
  @media screen and (max-width: 1000px) {
    main {
      position: static;
    }
  }
  
/* Logo ~~~~~~~~~~~~~~~~~~~~~~~~ */
.logo {
  text-align: center;
  padding-top: 60px;
}
  @media screen and (max-width: 1300px) {
    .logo {
      padding-top: 10px;
    }
  }
  
.logo.left {
  width: 13%;
  padding-left: 1%;
}
  @media screen and (max-width: 1500px) {
    .logo.left {
      width: 7%;
    }
  }
    @media screen and (max-width: 1300px) {
      .logo.left {
        position: absolute;
        right: 2%;
        padding-right: 310px;
      }
      #icon-facebook img {
        width: 40px;
      }
    }
      @media screen and (max-width: 1000px) {
        .logo.left {
          position: absolute;
          top: -4px;
          right: 2%;
          padding-right: 360px;
        }
        #icon-facebook img {
          width: 40px;
        }
      }
        @media screen and (max-width: 380px) {
          .logo.left {
            display: none;
          }
        }
    
.logo.right {
  width: 13%;
  padding-right: 1%;
}
  @media screen and (max-width: 1500px) {
    .logo.right {
      width: 7%;
    }
  }
    @media screen and (max-width: 1300px) {
      .logo.right {
        position: absolute;
        right: 2%;
        padding-right: 100px;
        width: auto;
      }
      #logo-privatquartier {
        float: left;
        margin: 0 40px;
      }
      #logo-privatquartier p {
        display: none;
      }
      #logo-privatquartier img {
        height: 40px;
        width: auto;
      }
      #logo-kleine-gastgeber {
        float: left;
      }
      #logo-kleine-gastgeber img {
        height: 40px;
        width: auto;
      }
    }
      @media screen and (max-width: 1000px) {
        .logo.right {
          top: -4px;
          right: 2%;
          padding-right: 190px;
        }
        #logo-privatquartier {
          margin: 0 15px;
        }
      }
        @media screen and (max-width: 380px) {
          .logo.right {
            display: none;
          }
        }
        
.logo.left img {
  width: 100%;
}

#icon-facebook img {
  max-width: 100px;
}

.logo.right img {
  width: 100%;
}

#logo-privatquartier {
  padding-bottom: 30px;
}

#logo-privatquartier img {
  max-width: 178px;
}

@media screen and (max-width: 1500px) {
  #logo-privatquartier p {
    font-size: 0.6em;
    line-height: 1em;
  }
}
    
#logo-kleine-gastgeber img {
  max-width: 195px;
}

/* content ~~~~~~~~~~~~~~~~~~~~~~~*/
#content {
  background-color: rgb(255, 238, 221);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin: 0 13%;
  width: 74%;
}
  @media screen and (max-width: 1500px) {
    #content {
      margin: 0 7%;
      width: 86%;
    }
  }
    @media screen and (max-width: 1300px) {
      #content {
        margin: 0 2%;
        width: 96%;
      }
    }
      @media screen and (max-width: 1000px) {
        #content {
          margin: 0;
          width: 100%;
        }
      }
      
#content:after {
  content: "";
  clear: both;
  display: block;
}

article {
  padding: 60px 390px 60px 50px;
}
  @media screen and (max-width: 1000px) {
    article {
      padding: 20px 30px;
    }
  }
  
article h1 {
  font-size: 1.6em;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 6px;
  border-bottom: 4px solid rgb(228,185,143);
  margin-bottom: 20px;
}

article h2 {
  font-size: 1.4em;
  color: rgb(74, 38, 2);
  font-weight: 300;
  margin: 10px 0 5px;
}

article h3 {
  font-size: 1.0em;
  font-weight: 600;
  margin: 10px 0 0px;
  color: rgb(74, 38, 2);
}

article p {
  padding: 6px 0;
}

article ul {
  padding: 10px 0 10px 50px;
  list-style: none;
}

article ul li {
  background-image: url(../images/all/list-style-image.png);
  background-position: 0px 10px;
  background-repeat: no-repeat;
  padding: 3px 0 3px 15px;
}

/* Definitionslisten */
dl{
  padding: 6px 20px;
}

dl dt {
  color: rgb(74, 38, 2);
  font-weight: 600;
  clear: left;
  float: left;
  padding-right: 6px;
}

/* Tabellen */
table.preise {
  margin: 20px auto;
  width: 70%;
  background-color: rgba(255, 219, 193, 0.8);
}
  @media screen and (max-width: 1550px) {
    table.preise {
      width: 90%;
    }
  }
  
table.preise th {
  background-color: rgba(5, 113, 29, 0.9);
  color: rgb(255, 238, 221);
  padding: 4px 10px;
  font-weight: 700;
  border: 1px solid rgb(5, 113, 29);
}

table.preise th a {
  color: rgb(255, 238, 221);
}

table.preise.winter th {
  background-color: rgb(133, 140, 148);
  border: 1px solid rgb(133, 140, 148);
}

table.preise td {
  padding: 4px 10px;
  border: 1px solid rgb(5, 113, 29);
  color: rgb(87, 0, 8);
}

table.preise.winter td {
  border: 1px solid rgb(133, 140, 148);
}

table.preise td.preis {
  font-weight: 700;
  width: 150px;
  text-align: center;
  white-space: nowrap;
}

/* Imrpessum ~~~~~~~~~~~~~~~~~~~~ */
#medieninhaber {
  padding-bottom: 15px;
}

#medieninhaber p {
  padding-left: 20px;
}

/* sidebar *~~~~~~~~~~~~~~~~~~~~~~~~ */
.sidebar {
  float: right;
  padding-top: 50px;
  width: 350px;
}
  @media screen and (max-width: 1000px) {
    .sidebar {
      float: none;
      width: auto;
      padding-top: 0px;
    }
  }

  /* Anfrage */
@media screen and (max-width: 1000px) {
  #anfrage {
    position: absolute;
    top: 130px;
    right: 2%;
    z-index: 6;
  }
}

#anfrage > a {
  display: block;
  padding: 8px 0 5px 20px;
  height: 40px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  width: 130px;
  font-size: 1.2em;
  position: static;
  color: rgb(74,38, 2);
}
  @media screen and (max-width: 1000px) {
    #anfrage > a {
      z-index: 6;
      font-size: 1.0em;
      width: 100px;
      padding: 5px 0 5px 10px;
      height: 30px;
      top: -4px;
      position: absolute;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      left: -24px;
      color: rgb(255, 225, 196);
      background-color: rgba(140, 83, 47, 0.9);
    }
  }
  
#anfrage form#request {
  display: block;
  position: static;
  top: 0;
  min-height: 142px;
  padding: 10px 5px 10px 20px;
  width: auto;
  font-size: 0.9em;
}
  @media screen and (max-width: 1000px) {
    #anfrage form#request {
      display: none;
      position: relative;
      top: -45px;
      left: 20px;
      min-height: 142px;
      padding: 10px 5px 10px 20px;
      width: 300px;
      font-size: 0.9em;
      color: rgb(255, 225, 196);
      background-color: rgba(140, 83, 47, 0.9);
    }
  }
  
#anfrage form#request fieldset.address, #anfrage form#request fieldset.date {
  width: auto;
  float: none;
}

#anfrage form#request fieldset.address label, #anfrage form#request fieldset.date label, #anfrage form#request fieldset.sonstiges label {
  width: 80px;
}

.data-privacy input[type=checkbox] {
  position: relative;
  top: 2px;
  display: inline-block;
  vertical-align: top;
}

.data-privacy label {
  display: inline-block;
  padding-left: 0px;
  width: 245px;
}

.popup-iframe {
  color: inherit;
  font-size: 0.8em;
  padding-left: 10px;
  text-decoration: none;
}

.popup-iframe:hover {
  text-decoration: underline;
}

/* Sommercard */
#logo-sommercard {
  text-align: center;
  padding: 50px 0;
}
  @media screen and (max-width: 1000px) {
    #logo-sommercard {
      padding: 0;
      position: absolute;
      top: 92px;
      right: 2%;
    }
    #logo-sommercard img {
      margin-right: 40px;
      width: 60px;
    }
  }
  
/* Foto Impressum */
.sidebar .images li {
  width: 100%;
}

/* footer ========================================================================================================================== */
footer {
  background-color: rgb(74, 38, 2);
  border-top: 17px solid rgb(98, 52, 15);
  border-bottom: 17px solid rgb(98, 52, 15);
  width: 100%;
  padding: 0 13%;
}
  @media screen and (max-width: 1500px) {
    footer {
      padding: 0 7%;
    }
  }
    @media screen and (max-width: 1300px) {
      footer {
        padding: 0 2%;
      }
    }
    
footer ul {
  margin: 15px auto;
  padding: 0 50px;
  width: 100%;
}

footer .images {
  padding: 0;
  margin: 0;
}
  @media screen and (max-width: 400px) {
    footer .images.flex {
      display: block;
    }
    footer .images.flex > * {
      margin: 10px 0;
    }
  }

footer .images:nth-child(2) {
  padding: 15px 0;
}

footer .images li {
  padding: 0;
}