/* template.css, kristall-wieser.at, gerald petter, mai 2017 */

/* Farben
  
  grey: rgb(84, 96, 109);
  blue: rgb(134, 170, 211);
  blue-light: rgb(228, 239, 251);
  green: rgb(82, 189, 157);
  green-light: rgb(178, 237, 219);

*/

/* body ========================================================================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0;
  position: relative;
  min-width: 280px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: rgb(255, 255, 255); 
}

small {
  font-size: 0.8em;
  font-weight: inherit;
}

strong {
  color: rgb(84, 96, 109);
}

/* Header ========================================================================================================================== */
header {
  position: relative;
  padding: 4px 0 4px;
  background-repeat: no-repeat;
}
  @media screen and (min-width: 1000px) {
    header {
      margin-bottom: 20px;
    }
    .startseite header {
      margin-bottom: 0;
    }
  }
  
/* Logo */
#logo {
  margin: 38px auto 12px;
  text-align: center;
}
  @media screen and (min-width: 600px) {
    #logo {
      margin: 10px auto 12px;
    }
  }
    @media screen and (min-width: 1000px) {
      #logo {
        margin: 0;
        position: relative;
        z-index: 12;
        width: 291px;
        left: 50%;
        margin-left: -146px;
      }
      #logo.top {
        position: fixed;
        top: 2px;
        left: 50%;
        margin-left: -60px;
        width: 120px;
        right: auto;
        z-index: 12;
      }
    }
  
#logo img {
  height: 65px;
}
  @media screen and (min-width: 1200px) {
    #logo img {
      height: 95px;
    }
  }
  
@media screen and (min-width: 1000px) {
  #logo.top img {
    height: 40px;
  }
}
  
/* Hauptmenü */
#menu-main {
  top: 3px;
  right: 0;
}
  @media screen and (min-width: 1000px) {
    #menu-main {
      text-align: center;
      left: auto;
      right: auto;
      top: 34px;
      width: 100%;
    }
    #menu-main.top {
      position: fixed;
      top: 0px;
      left: 0;
      right: auto;
      z-index: 11;
      min-height: 50px;
      padding-top: 5px;
      background-color: rgb(255, 255, 255);
      border-bottom: 4px solid rgb(84, 96, 109);
    }
  }
    @media screen and (min-width: 1200px) {
      #menu-main {
        top: 54px;
        font-size: 1.3em;
      }
    }
  
@media screen and (min-width: 1000px) {
  #li-start {
    display: none;
  }
  #li-lage {
    margin-left: 210px;
  }
}
    @media screen and (min-width: 1200px) {
      #li-start {
        display: none;
      }
      #li-lage {
        margin-left: 300px;
      }
    }
      @media screen and (min-width: 1400px) {
        #li-start {
          display: none;
        }
        #li-lage {
          margin-left: 400px;
        }
      }
 
#menu-main i {
  display: none;
}
  @media screen and (min-width: 1000px) {
    #menu-main i {
      display: inline-block;
      padding-right: 10px;
      font-size: 1.3em;
      position: relative;
      top: 1px;
    }
    .current i {
      color: rgb(0, 113, 238);
    }
  }
  
/* Slideshow, Mainimg ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#slideshow, #mainimg {
  margin-top: 5px;
  position: relative;
  border-top: 4px solid rgb(84, 96, 109);
  border-bottom: 4px solid rgb(84, 96, 109);
}
  @media screen and (min-width: 1200px) {
    #slideshow, #mainimg {
      height: calc(100vh - 104px);
      max-height: 800px;
    }
  }
  
#mainimg img {
  width: 100%;
}
  @media screen and (min-width: 1200px) {
    #mainimg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  
/* Slideshow */
#slideshow {
  max-height: 900px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}
  
.rslides li span {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 1.2em;
  text-shadow: 1px 1px 2px rgb(80, 80, 80);
}
  @media screen and (min-width: 1200px) {
    .rslides li span {
      font-size: 1.8em;
      bottom: 20px;
    }
  }
  
.rslides_tabs {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 50px;
  list-style: none;
  z-index: 10;
  font-size: 0;
}
  @media screen and (min-width: 1200px) {
    .rslides_tabs {
      display: block;
    }
  }
  
.rslides_tabs li {
  display: inline-block;
  margin-left: 6px;
}

.rslides_tabs li a {
  border-radius: 50px;
  background-color: rgb(220, 220, 220);
  width: 10px;
  height: 10px;
  display: block;
}

.rslides_tabs li.rslides_here a {
  background-color: rgb(255, 255, 255);
}

/* Anfrage */
#request {
  margin: 10px auto 6px;
  width: 140px;
  text-align: center;
  background-color: rgb(84, 96, 109);
  transition: all 1.0s ease-in-out;
  text-transform: uppercase;
  z-index: 10;
  padding: 6px 12px;
  color: rgb(253, 253, 253);
  border-radius: 4px;
}
  @media screen and (min-width: 1000px) {
    #request {
      position: absolute;
      bottom: -2px;
      right: 20px;
      right: 5%;
      font-size: 1.2em;
      border-top-left-radius: 4px;
      border-top-right-radius: 4px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
    @media screen and (min-width: 1200px) {
      #request {
        right: 10%;
      }
    }
      @media screen and (min-width: 1400px) {
        #request {
          right: 10%;
        }
      }
        @media screen and (min-width: 1700px) {
          #request {
            right: 14%;
          }
        }
        
#request:hover {
  box-shadow: 0px 0px 25px rgb(20, 20, 20) inset;
  background-color: rgb(144, 156, 169);
  transition: all 1.0s ease-in-out;
}

#request a:hover {
  text-decoration: none;
}

/* Content ========================================================================================================================== */
main {
  text-align: center;
  padding: 0 0 1.5em;
}

.startseite main {
  padding: 0 0;
}

@media screen and (min-width: 1000px) {
  .startseite article {
    display: flex;
    align-items: stretch;
  }
}
  @media screen and (min-width: 1500px) {
    article {
      font-size: 1.2em;
    }
  }

article.bikepark {
  position: relative;
  min-height: 300px;
}

.bg {
  min-height: 200px;
  background-position: center;
  background-size: cover;
  position: relative;
  clear: left;
  color: rgb(255, 255, 255);
  padding: 1.5em 2% 1.5em;
  margin-top: 1.5em;
}
  @media screen and (min-width: 1000px) {
    .bg {
      background-attachment: fixed;
      min-height: 400px;
      padding: 1.5em 5% 1.5em;
      margin-top: 0;
    }
  }
  
article div {
  padding: 0 2% 0.5em;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    article div {
      padding: 1.5em 5% 1.5em;
    }
    article div.column  {
      column-count: 2;
      text-align: left;
      -webkit-column-gap: 50px;
      -moz-column-gap: 50px;
      column-gap: 50px;
    }
    article div.column h2:nth-of-type(2) {
      margin-top: 60px;
    }
  }
    @media screen and (min-width: 1200px) {
      article div {
        padding: 0 10% 1em;
      }
    }
      @media screen and (min-width: 1700px) {
        article div {
          padding: 0 16% 1em;
        }
      }

.startseite article div {
  padding: 1.4em 2% 0;
  margin: 0;
}
    @media screen and (min-width: 600px) {
      .startseite article div {
        padding: 1.4em 5% 0;
      }
    }
      @media screen and (min-width: 1000px) {
        .startseite article div {
          width: 50%;
          display: inline-block;
          text-align: left;
          vertical-align: top;
          padding-bottom: 1em;
        }
        .startseite article.intro div, .startseite article.bikepark div {
          width: 100%;
          display: block;
          text-align: center;
        }
        #wellness div {
          background-color: rgb(134, 170, 211);
          color: rgb(250, 250, 250);
          box-shadow: inset 0px 0px 20px -3px rgba(0,0,0,0.28);
        }

        #sommercard div {
          background-color: rgb(82, 189, 157);
          color: rgb(250, 250, 250);
          box-shadow: inset 0px 0px 20px -3px rgba(0,0,0,0.28);
        }
      }
        @media screen and (min-width: 1200px) {
          .startseite article div {
            padding: 1.4em 10% 1em;
          }
        }
          @media screen and (min-width: 1500px) {
            .startseite article div {
              padding: 3.4em 10% 3em;
            }
          }
            @media screen and (min-width: 1700px) {
              .startseite article div {
                padding: 3.4em 5% 3em 16%;
              }
              .startseite article#sommercard div {
                padding: 3.4em 14% 3em 5%;
              }
            }
          
.startseite article.bikepark div {
  position: absolute;
  top: 1em;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 2px rgb(80, 80, 80);
  padding: 0 2%;
  width: 100%;
  text-align: center;
}
  @media screen and (min-width: 1000px) {
    .startseite article.bikepark div {
      top: 4em;
    }
  }
  
article aside {
  padding: 0.5em 2% 1.4em;
}
  @media screen and (min-width: 600px) {
    article aside {
      padding: 0.5em 5% 1.4em;
    }
    #sommercard aside {
      padding-top: 1em;
    }
  }
    @media screen and (min-width: 1000px) {
      article aside {
        width: 50%;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        padding: 2.5em 5% 1.4em;
      }
      #wellness aside, #sommercard aside {
        padding-top: 5.5em;
        box-shadow: inset 0px 0px 20px -3px rgba(0,0,0,0.28);
      }
      #wellness aside {
        background-color: rgb(228, 239, 251);
        text-align: left;
      }
      #sommercard aside {
        background-color: rgb(178, 237, 219);
        order: -1;
      }
    }
      @media screen and (min-width: 1200px) {
        article aside {
          padding: 2.5em 10% 1.4em;
        }
      }
        @media screen and (min-width: 1500px) {
          article aside {
            padding: 4.5em 10% 3.4em;
          }
        }
      
/* Überschriften */
article h1 {
  color: rgb(44, 54, 66);
  font-weight: 300;
  font-size: 2.2em;
  margin: 0 0 0.5em;
}
  @media screen and (min-width: 1000px) {
    .column h1 {
      -webkit-column-span: all;
      column-span: all;
    }
  }
      
.startseite article h1 {
  margin: 0 0 0.5em;
}

article h2 {
  color: rgb(44, 54, 66);
  font-weight: 300;
  font-size: 1.5em;
  margin: 0 0 0.5em;
}

#alm h2, #sommercard h2, #wellness h2 {
  font-weight: 300;
  font-size: 2.2em;
  margin: 0 0 0.5em;
}

@media screen and (min-width: 1000px) {
  #sommercard h2, #wellness h2 {
    color: rgb(250, 250, 250);
  }
}

.startseite article.bikepark h2 {
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 2.2em;
  margin: 0 0 0.5em;
}
  
h2.sommer {
  color: rgb(77,122,24);
}

h2.winter {
  color: rgb(0,51,153);;
}

article h3 {
  color: rgb(44, 54, 66);
  font-weight: 600;
  font-size: 1.1em;
  margin: 0 0 0.5em;
}

.startseite article h3 {
  margin: 0 0 0.5em;
  font-size: 1.2em;
}
    
article#sommercard h3 {
  text-align: left;
  color: rgb(255, 255, 255);
  font-weight: 300;
  font-size: 1.5em;
  margin: 0 0 0.5em;
}
       
#alm h3 {
  text-align: left;
  font-weight: 300;
  margin: 0 0 0.5em;
}

/* Links */
main a {
  color: rgb(84, 96, 109);
  text-decoration: underline;
}

@media screen and (min-width: 1000px) {
  #sommercard a {
    color: rgb(255, 255, 255);
  }
}
main a:hover {
  color: rgb(20, 20, 20);
  text-decoration: underline;
}

@media screen and (min-width: 1000px) {
  #sommercard a:hover {
    color: rgb(210, 210, 210);
  }
}

/* Absätze, Iframe  */
article p {
  padding: 0 0 1em;
}  
      
.column p {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}

.startseite article p {
  padding: 0 0 1em;
} 
    
.startseite article.bikepark div p {
  max-width: 730px;
  margin: 0 auto;
}

article aside p {
  font-size: 1.4em;
  font-weight: 300;
  font-style: italic;
  padding: 0 0 0.5em;
}
  @media screen and (min-width: 1000px) {
    article aside p {
      padding: 0 0 0.5em;
    }
  }
  
#alm p {
  font-size: 1.0em;
  font-style: normal;
  font-weight: 400;
}
  @media screen and (min-width: 1000px) {
    #alm p {
      text-align: left;
    }
  }
  
.fa-thermometer-three-quarters {
  display: none;
}
  @media screen and (min-width: 1000px) {
    .fa-thermometer-three-quarters {
      display: inline-block;
      padding: 8px 0.5em;
      font-size: 3em;
      float: left;
      color: rgb(84, 96, 109);
    }
  }
  
.bg .text {
  position: absolute;
  top: 18%;
  right: 2%;
  width: 210px;
  font-size: 0.9em;
  text-align: right;
}
  @media screen and (min-width: 1000px) {
    .bg .text {
      left: 55%;
      width: auto;
      right: auto;
      font-size: 1.1em;
    }
  }
    @media screen and (min-width: 1200px) {
      .bg .text {
        left: 60%;
      }
    }
  
.bildkennung {
  font-size: 0.8em;
  position: absolute;
  bottom: 5px;
  right: 2%;
}
  
.bikepark .bildkennung {
  color: rgb(255, 255, 255);
}

#haftungsausschluss p, #haftungsausschluss + div p {
  font-size: 0.8em;
}

/* Listen  */
.standard {
  margin: 0 0 1em;
  padding-left: 40px;
  text-align: left;
  font-size: 0.9em;
  list-style: none;
}  

.standard li {
  background-image: url(../images/all/bg-list-style-image.png);
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 16px;
}
  @media screen and (min-width: 1000px) {
    .standard li {
      background-image: url(../images/all/bg-list-style-image-lighter.png);
    }
  }

/* Tabellen */
table.preise {
  margin: 0 auto 1em;
  width: 96%;
}
  @media screen and (min-width: 500px) {
    table.preise {
      font-size: 1.2em;
    }
  }
    @media screen and (min-width: 600px) {
      table.preise {
        font-size: 1.5em;
      }
    }
      @media screen and (min-width: 800px) {
        table.preise {
          font-size: 1.7em;
          width: 80%;
        }
      }
    
table.preise th {
  padding: 4px 6px 4px;
  text-align: center;
  font-size: 0.6em;
}
  @media screen and (min-width: 500px) {
    table.preise th {
      padding: 4px 12px 4px;
    }   
  }
  
table.preise th:first-child {
  text-align: left;
}

table.preise tr:nth-child(2n)  {
  background-color: rgb(188, 221, 150);
}

table.preise.winter tr:nth-child(2n)  {
  background-color: rgb(159, 219, 250);
}

table.preise td {
  padding: 4px 6px 4px;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
  color: rgb(84, 96, 109);
  font-size: 0.8em;
}
  @media screen and (min-width: 500px) {
    table.preise td {
      padding: 4px 12px 4px;
    }   
  }
  
table.preise td:first-child {
  text-align: left;
  font-weight: 400;
  color: rgb(20, 20, 20);
  font-size: 0.6em;
}
  
/* Bilder */
main img {
  width: 100%;
}

figure {
  position: relative;
}

figure.popup > a:after {
  content: url('../images/all/loupe.png');
  position: absolute;
  top: 3px;
  left: 3px;
  opacity: 0.5;
}

figure.popup > a:hover:after {
  opacity: 1;
}

.images {
  padding-bottom: 1em;
}
  @media screen and (min-width: 1200px) {
    .images {
      display: -webkit-box; 
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 1.5em;
      padding-bottom: 0;
      border-top: 6px solid rgb(228, 239, 251);
      border-bottom: 6px solid rgb(228, 239, 251);
    }
    .startseite .images {
      margin: 0;
      padding-bottom: 0;
      border: none;
    }
    .skizzen {
      border: none;
    }
  }
    
.startseite .images {
  padding-bottom: 0;
}

.images:after {
  display: block;
  content: "";
  clear: both;
}

.images li {
  list-style: none;
}
  @media screen and (min-width: 640px) {
    .images li {
      width: 50%;
      float: left;
    }
    .startseite .images li, .skizzen li {
      width: auto;
      float: none;
    }
    .images li:nth-child(2n) {
      width: 50%;
      float: right;
    }
    .startseite .images li:nth-child(2n), .skizzen li:nth-child(2n) {
      width: auto;
      float: none;
    }
  }
    @media screen and (min-width: 1200px) {
      .images li, .images li:nth-child(2n) {
        width: auto;
        float: none;
        flex-basis: 16.6666666666%;
      }
      .skizzen li, .skizzen li:nth-child(2n) {
        width: auto;
        float: none;
        flex-basis: auto;
        padding: 0 2%;
      }
      .startseite li, .startseite li:nth-child(2n) {
        flex-basis: 50%;
      }
    }
  
.skizzen {
  margin: 0 2% 1em;
  padding-top: 1em;
}
  @media screen and (min-width: 1200px) {
    .skizzen {
      margin: 0 5% 2em;
    }
  }
    @media screen and (min-width: 1400px) {
      .skizzen {
        margin: 0 10% 2em;
      }
    }
      @media screen and (min-width: 1700px) {
        .skizzen {
          margin: 0 14% 2em;
        }
      }
      
.skizzen img {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  padding-bottom: 1em;
}

.skizzen figcaption {
  padding-bottom: 1em;
}

@media screen and (min-width: 1000px) {
  .startseite .images li {
    width: 50%;
    float: left;
    display: inline-block;
  }
  .startseite .images li:nth-child(2n) {
    width: 50%;
    float: right;
    display: inline-block;
  }
  aside figure {
    padding: 0 0 1em;
  }
}

article img.logo {
  width: auto;
}

#sommercard img {
  width: 80%;
}

/* Footer ========================================================================================================================== */
footer {
  padding: 1.5em 2% 1em;
  background-color: rgb(84, 96, 109);
  text-align: center;
  color: rgb(250, 250, 250);
}
  @media screen and (min-width: 1000px) {
    footer {
      padding: 2.5em 0;
    }
  }
  
footer p {
  padding: 0.3em 0;
}

@media screen and (min-width: 1000px) {
  address {
    display: flex;
    text-align: left;
  }
  address div, address > p {
    width: 50%;
    padding: 0.5em 5%;
  }
  address > p {
    padding: 0.5em 5%;
  }  
}
  @media screen and (min-width: 1200px) {
    address div, address > p {
      width: 50%;
      padding: 0.5em 10%;
    }
    address > p {
      padding: 0.5em 10%;
    } 
  }
    @media screen and (min-width: 1700px) {
      address div, address > p {
        width: 50%;
        padding: 0.5em 16%;
      }
      address > p {
        padding: 0.5em 16%;
      } 
    }