
/* ==========================================================================
   General Style settings
   ========================================================================== */
* {
  box-sizing: border-box;
}

* {
    font-family: 'Montserrat', sans-serif;
    /*font-family: 'EB Garamond', serif;*/
    /*font-family: 'Quattrocento Sans', sans-serif;*/
    /*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Merriweather', serif;*/
    /*font-family: 'Lato', sans-serif;*/

    /*font-weight: 700;*/
}

/*
@viewport{
    zoom: 1.0;
    width: device-width;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}
*/

html, body {
  height: 100%;
}

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }



body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

a {
  text-decoration: none;
  cursor: pointer;
  /*font-family: 'Oswald', sans-serif;*/
  /*font-family: 'Quicksand', sans-serif;*/
  /*font-family: 'Quattrocento Sans', sans-serif;*/
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  color: #000000;

}

h1, h2, h3, h4, h5, h6 {
  /*font-family: 'Oswald', sans-serif;*/
  /*font-family: 'Quicksand', sans-serif;*/
  /*font-family: 'Quattrocento', serif;*/
  /*font-family: 'Slabo 13px', serif;*/
  /*font-variant: small-caps;*/
  /*font-family: 'Rokkitt', serif;*/
  /*font-family: 'Merriweather', serif;*/
  /*font-family: 'Roboto Slab', serif;*/
  /*font-family: 'Raleway', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 400;
}

h1 {
  font-size: 2em;
}

h2 {
  text-align: center;
  margin-bottom: 44px;
  font-size: 1.8em;
  font-weight: bold;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 5px;
}

h4 {
  font-size: 1.1em;
  margin-bottom: 5px;
}

span.decoration__star {
  font-size: 1.8em;
  color: #B87333;
  margin-top: 50px;
  display: block;
  text-align: center;
}

header, section {
  padding-left: 5%;
  padding-right: 5%;
}
section {
  padding-top: 12px;
  padding-bottom: 1px;
}

header {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+29,0.7+46,0.65+69,0.6+76,0.55+79,0.5+81,0.45+83,0.4+85,0.35+87,0.3+89,0.25+91,0.2+93,0+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 29%, rgba(0,0,0,0.7) 46%, rgba(0,0,0,0.65) 69%, rgba(0,0,0,0.6) 76%, rgba(0,0,0,0.55) 79%, rgba(0,0,0,0.5) 81%, rgba(0,0,0,0.45) 83%, rgba(0,0,0,0.4) 85%, rgba(0,0,0,0.35) 87%, rgba(0,0,0,0.3) 89%, rgba(0,0,0,0.25) 91%, rgba(0,0,0,0.2) 93%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 29%,rgba(0,0,0,0.7) 46%,rgba(0,0,0,0.65) 69%,rgba(0,0,0,0.6) 76%,rgba(0,0,0,0.55) 79%,rgba(0,0,0,0.5) 81%,rgba(0,0,0,0.45) 83%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,0.35) 87%,rgba(0,0,0,0.3) 89%,rgba(0,0,0,0.25) 91%,rgba(0,0,0,0.2) 93%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 29%,rgba(0,0,0,0.7) 46%,rgba(0,0,0,0.65) 69%,rgba(0,0,0,0.6) 76%,rgba(0,0,0,0.55) 79%,rgba(0,0,0,0.5) 81%,rgba(0,0,0,0.45) 83%,rgba(0,0,0,0.4) 85%,rgba(0,0,0,0.35) 87%,rgba(0,0,0,0.3) 89%,rgba(0,0,0,0.25) 91%,rgba(0,0,0,0.2) 93%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    color: #FFFFFF;
    position: fixed;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    height: 12%;
    min-height: 90px;
    top: 0px;
    left: 0px;
    right: 0px;
}



header.header__subpage, .header__main__scroll {
  position: fixed;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  height: 12%;
  min-height: 90px;
  top: 0px;
  left: 0px;
  right: 0px;
  background-color: #000000;
}

.header__box {
  width: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.header__logobox {
  max-height: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.header__logo {
  max-height: 100%;
  max-width: 100%;
}

header h3 {
  margin: 0;
  padding: 0;
}

header a {
  color: #FFFFFF;
}


header > div, header > nav {
  align-items: center;
}

.heading__medium {
  font-weight: 500;
}



nav ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
  list-style: none;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0;
  padding: 0;
}

nav ul li {
  margin-left: 16px;
}

nav ul li a:hover, nav ul li a:focus, #activelink {
  border-top: 2px solid #FFFFFF;
  padding-top: 2px;
}


.topspace {
  margin-top: 100px;
}

.linkhighlight {
  color: #09576B;
}

.h3center {
  text-align: center;
}

.errormesg {
  color: #BF0000;
  margin-top: 5%;
  margin-bottom: 5%;
}

div.changemesg, .successmesg {
  color: #007320;
  margin-top: 5%;
  margin-bottom: 5%;
}

#nav__toggle, .nav__burgermenu {
  display: none;
  list-style: none;

}

input[readonly] {
  background-color: #E8E8E8;
  cursor: not-allowed;
}




@media only screen and (max-width: 1125px) {

  #nav__toggle:checked + .nav__burgermenu  + nav.nav__menu {
      transform: translateX(0%);
  }

  nav.nav__menu {
    transition: all .5s ease-in-out;
    transform: translateX(100%);
    position: fixed;
    bottom: 0;
    right: 0;
    top: 12%;
    width: 60%;
    padding: 24px;
    transition: all 0.5s;
    background-color: black;
    color: white;
    z-index: -1;
  }

  .nav__menu ul {
    display: block;
    text-align: left;
  }
  .nav__menu li {
    display: block;
    margin: 30px 0;
  }

  label.nav__burgermenu {
     display: block;
     background-color: transparent;
     width: 75px;
     height: 50px;
     position: relative;
     float: right;
     border-radius:4px;
  }

  input#nav__toggle {display:none}

  .line {
     position: absolute;
     left:10px;
     height: 4px; width: 55px;
     background: #fff;
     border-radius: 2px;
     display: block;
     transition: 0.5s;
     transform-origin: center;
     background-color: #FFFFFF;
  }

  .line:nth-child(1) { top: 12px; }
  .line:nth-child(2) { top: 24px; }
  .line:nth-child(3) { top: 36px; }

  #nav__toggle:checked + .nav__burgermenu .line:nth-child(1){
     transform: translateY(12px) rotate(-45deg);
  }

  #nav__toggle:checked + .nav__burgermenu .line:nth-child(2){
     opacity:0;
  }

  #nav__toggle:checked + .nav__burgermenu .line:nth-child(3){
     transform: translateY(-12px) rotate(45deg);
  }

  #nav__toggle:checked + .nav__burgermenu .line


}
/* ==========================================================================
   Mainpage
   ========================================================================== */

/*.mood {
  background-image: url(../bilder/intro/hero-image.jpg) no-repeat top left;
  -webkit-filter: grayscale(10%);
  filter: grayscale(10%);
  background-size: cover;
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-width: 0 0 20px 0;
}*/



.mood {
/* Sizing */
    max-width: 100%;
    height: 100vh;

    /* Flexbox stuff */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;


    /* Background styles */
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.2)),to(rgba(0, 0, 0, 0.2))), url(../bilder/intro/hero-image.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../bilder/intro/hero-image.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../bilder/intro/hero-image.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.2)), url(../bilder/intro/hero-image.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    color: #FFFFFF;
    text-shadow: 1px 1px 10px #000000;
}

.mood__box {
  width: 100%
}

.mood__title {
  font-size: 4em;
  /*border-bottom: 1px solid #FFFFFF;*/
  margin-bottom: 10px;
}

.mood__description {
  font-size: 2em;
  font-weight: 500;
  /*text-transform: uppercase;*/
}

.mood__button {
  /*color: #FFFFFF;
  background-color: #09576B;
  text-decoration: none;
  border-radius: 0;
  padding: 12px;
  font-weight: bold;
  cursor: pointer;*/


  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0.6em;
  text-transform: uppercase;
  text-shadow: 0px 0px 0px;

  /* create a small space when buttons wrap on 2 lines */
  margin: 2px 0;

  /* invisible border (will be colored on hover/focus) */
  border: solid 1px #09576B;
  border-radius: 4px;

  /* size comes from text & padding (no width/height) */
  padding: 0.5em 1em;

  /* make sure colors have enough contrast! */
  color: #FFFFFF;
  background-color: rgba(9, 87, 107, 0.7);


}

.decoline:after {
background-color: #B87333;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.4rem;
    max-width: 50%;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 47em) {
  .mood__title {
    font-size: 3.5em;
    margin-bottom: 10px;
  }

  .decoline:before {
      margin-left: auto;
      margin-right: auto;
  }

  .mood__description {
    font-size: 1.5em;
  }
}

/*@media screen and (max-width: 50em) {
  .mood__title {
    font-size: 3em;
    margin-bottom: 10px;
  }

  .decoline:before {
      margin-left: auto;
      margin-right: auto;
  }

  .mood__description {
    font-size: 1em;
  }
}*/

@media screen and (max-width: 30em){
  .mood__title {
    font-size: 2.5em;
    margin-bottom: 10px;
  }

  .decoline:before {
      margin-left: auto;
      margin-right: auto;
  }

  .mood__description {
    font-size: 1em;
  }

}



.services__list  {
  /*margin: 128px;*/
  margin: 80 50 0 50;
  list-style: none;
  text-align: center;
  padding: 0;
}
.services__list li{
  margin-bottom: 44px;
}
.services__list img {
  margin-bottom: 48px;
}



h4.introduction  {
  text-align: center;
  margin-bottom: 60px;
}

.carlounge__imgbox, .profile__imgbox {
  /* display: -ms-grid;
  display: grid; */
}

.carlounge__img, .profile__img{
  max-width: 100%;
}

.profile__box {
  margin-bottom: 20px;
}



.margintop {
  margin-top: 10px;
}

section.services a {
  color: #000000;
}


/* ==========================================================================
   Occasionen
   ========================================================================== */
 #occForm:target {
   display: block;
 }

.occ__form {
  margin-bottom: 100px;
}

.occ__img {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  max-width: 100%;
}

.occ__imgbox input[type="checkbox"] {
  display: none;
}

.occ__imgbox input[type="checkbox"]:checked + img {
  -webkit-transform: scale(1.5) /*translateX(40%)*/ translate( 40%, 10%);
      -ms-transform: scale(1.5) /*translateX(40%)*/ translate( 40%, 10%);
          transform: scale(1.5) /*translateX(40%)*/ translate( 40%, 10%);;
  }

.occ__titlebox {
  border-bottom: 2px solid #B87333;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}

.occ__infobox {
  border-top: 2px solid #B87333;
  padding-top: 5px;
  margin-top: 5px;
}

.occ__infobox ul {
  list-style: none;
  margin-bottom: 20px;
  padding-right: 0;
}

.occ__infobox ul:nth-child(2n+0) {
  padding-left: 0;
}

.occ__infobox ul li {
  margin-bottom: 5px;
}

.occ__descbox {
  min-height: 100px;
}

.modalform {
  max-width: 100%;
}

.modalform__cont > *{
  padding: 1em;
}

.modalform__cont ul{
   list-style: none;
   padding:0;
 }

@media (min-width: 700px) {
 .modalform__cont {
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 2fr;
     grid-template-columns: 1fr 2fr;
     max-width: 80%;
     margin-left: auto;
     margin-right: auto;
     position: relative;
 }

 .modalform__cont> *{
   padding:2em;
 }

 .occ__imgbox {
   min-height: 360px;
 }

}


/* ==========================================================================
   Loginpage (Modal)
   ========================================================================== */



/* Full-width input fields */
/*input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}*/

/* Set a style for all buttons */
/*button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}*/

/* Extra styles for the cancel button */
.cancelbtn, .loginpage__cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #BF0000;
  text-align: center;
  border: 0;
  font-weight: bold;
  color: #FFFFFF;
  cursor: pointer;
  text-transform: uppercase;
}

.loginpage__cancelbtn {
  width: 20%;
}


.cancelbtn:hover, .cancelbtn:focus, .loginpage__cancelbtn:hover, .loginpage__cancelbtn:hover {
  background-color: #AE0000;
}

/* Center the image and position the  button */
.loginpage__imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.loginpage__img {
  width: 17%;
  border-radius: 40%;
}

.loginpage__container, .loginpage__containerfoot {
  padding: 16px;
  display: grid;
}

.modalwindow__content {
  background-color: #FFFFFF;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #000000;
  width: 80%; /* Could be more or less, depending on screen size */
  position: relative;
  padding: 5%;
  word-wrap: break-word;
}

.modalwindow__content p {
  margin-top: 0;
}

.modalwindow__content h3 {
  margin-top: 50px;
}

.modalwindow__content h4 {
  margin-bottom: 0;
}

.loginpage__containerfoot {
  background-color: #CCCCCC;
}

span.loginpage__span {
  float: left;
  padding-top: 16px;
}

/* The loginpage (background) */
.loginpage, .registerpage, .modalform, .modalwindow{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

#loginpage:target {
  display: block;
}

#registerpage:target {
  display: block;
}


.modal__wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.24;
  z-index: -1;
}


.loginpage__error {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* loginpage Content/Box */
.loginpage__content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The  Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #BF0000;
  cursor: pointer;
}

.loginpage__showpwd {
  text-align: center;
  margin-bottom: 10px;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)}
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {-webkit-transform: scale(0);transform: scale(0)}
  to {-webkit-transform: scale(1);transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 700px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

/* ==========================================================================
   About us
   ========================================================================== */


.location iframe{
    max-height:20%;
    width:100%;
}



/* ==========================================================================
   Contact us
   ========================================================================== */

.winnie1 {
	display: none !important;
}

  .container{
     max-width: 1170px;
     margin-left: auto;
     margin-right: auto;
     padding: 1em;
   }

  .contactform ul{
     list-style: none;
     padding:0;
   }

   .brand{
     text-align: center;
   }

   .brand span{
     color: #FFFFFF;
   }

   .wrapper{
     -webkit-box-shadow: 0 0 20px 0 rgba(72,94,116,0.7);
     box-shadow: 0 0 20px 0 rgba(72,94,116,0.7);
   }

   .wrapper > *{
     padding: 1em;
   }

   .company-info{
     background-color: #CCCCCC;
     color: #000000;
   }

   .company-info h3, .company-info ul{
     text-align: center;
     margin:0 0 1rem 0;
   }

   .contact{
     background: #FFFFFF;
   }

   /* FORM STYLES */
   .contact form{
     display: -ms-grid;
     display: grid;
     -ms-grid-columns: 1fr 20px 1fr;
     grid-template-columns: 1fr 1fr;
     grid-gap:20px;
   }

   .contact form label{
     display: block;
   }

   .contact form p{
     margin: 0;
   }

   .contact form .form_full_width{
     -ms-grid-column: 1;
     -ms-grid-column-span: 2;
     grid-column: 1 / 3;
   }



   form input[type="date"], form input[type="password"], form input[type="text"], form input[type="email"], form textarea, form select, .contact form button, .contact form textarea {
     width: 100%;
     padding: 1em;
     border: 1px solid #B87333;
     cursor: pointer;
     font-family: 'Montserrat', sans-serif;
     font-weight: normal;
   }

   .formbutton {
     background: #09576B;
     border: 1px solid #09576B;
     text-transform: uppercase;
     color: #FFFFFF;
     width:100%;
     padding:1em;
     font-family: 'Montserrat', sans-serif;
     font-weight: 500;
     cursor: pointer;
   }

   form input:focus, .contact form input:focus {
     border:1px solid #09576B;
   }



   .formbutton:hover, .formbutton:focus {
     background: #095062;
   }

   /* LARGE SCREENS */
   @media(min-width:700px){
     .wrapper{
       display: -ms-grid;
       display: grid;
       -ms-grid-columns: 1fr 2fr;
       grid-template-columns: 1fr 2fr;
     }

     .wrapper> *{
       padding:2em;
     }

     .company-info h3, .company-info ul, .brand{
       text-align: left;
     }

   }

   @media (max-width: 700px) {
     .contact form .form_full_width_resp{
       -ms-grid-column: 1;
       -ms-grid-column-span: 2;
       grid-column: 1 / 3;
    }

    .loginpage__cancelbtn {
      width: 50%;
    }


}


	


/* ==========================================================================
   Footer
   ========================================================================== */


footer {

    width: 100%;
    margin-top: 20px;
    background: #000000;
    padding: 5px 20px 5px 20px;
    color: #FFFFFF;
    font-size: 2vh;
}

footer li {
  list-style: none;
  border-left: 3px solid #B87333;
  padding: 5px 10px 5px 40px;
}

footer a {
  color: #FFFFFF;
}

.copyright {
  width: 100%;
  height: 5%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #B87333;
  color: #FFFFFF;
  border-width: 10px 0 0 0;
  /*border-width:15px;*/
   /*border-image:url(../bilder/inhalt/wood1.jpg) 30 30 stretch;
   -moz-border-image: url(../bilder/inhalt/wood1.jpg) 30 30 stretch;
   -ms-border-image: url(../bilder/inhalt/wood1.jpg) 30 30 stretch;
   -o-border-image: url(../bilder/inhalt/wood1.jpg) 30 30 stretch;
   border-style:solid; */
   /*width: 300px;
   padding: 10px 20px;
   margin: 50px;*/
}


/* ==========================================================================
   Adminpage and Memberpage
   ========================================================================== */

section.internsec ul {
  list-style: none;
}

section.internsec li {
  margin: 5px 0 10px 0;
}

body.adminsec {
  background-color: #78A3AE;
}

.interncontainer {
    width: 90%;
    background-color: #FFFFFF;
    margin: auto;
    padding: 2% 5% 5% 5%;
    -webkit-box-shadow: 7px 8px 7px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 7px 8px 7px 0 rgba(0, 0, 0, 0.2);
}

.interncontainer__form {
  border-top: 3px solid #B87333;
  margin-top: 5%;
  padding-top: 3%;
}

header.internsec__header {
  background-color: #000000;
  color: #FFFFFF;
  position: fixed;
  height: 10vh;
  top: 0px;
  left: 0px;
  right: 0px;
  padding-top: 18px;
  padding-left: 5%;
  padding-right: 5%;
}


/* ==========================================================================
   Reservation Auto-Hebebühne
   ========================================================================== */

div.resautolift input[type="checkbox"] {
  display: none;
}

div.resautolift input[type="checkbox"] + span {
  padding: 8px;
  background-color: #CCCCCC;
  border-radius: 5px;
  display: block;
  font-weight: bold;
  margin: 2px;
}

div.resautolift input[disabled="true"] + span {
  background-color: #BF0000;
  color: #FFFFFF;
}



div.resautolift input[type="checkbox"]:checked + span {
  background-color: #09576B;
  color: #FFFFFF;
}



/* ==========================================================================
   Hero Image
   ========================================================================== */


.cl_titlebox {
  /*vertical-align: center;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #EDEDED;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90px;
  font-weight: 800;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: #555 3px 2px 0;*/
  border-top:1px solid #FFFFFF;
  width: 700px;
  margin: auto;
  padding: 5px;
  margin-top: 17%;
}

.cl_bigtitle {
  vertical-align: center;
  text-align: center;
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: bold;
  color: #EDEDED;
  text-decoration: none;
  /*text-transform: uppercase;*/
  font-size: 60px;
  font-weight: 400;
  letter-spacing: -3px;
  line-height: 1;
  /*text-shadow: #555 3px 2px 0;*/
  margin-top: 30px;
}

.cl_stitle {
  vertical-align: center;
  text-align: center;
  /*font-family: 'Open Sans', sans-serif;*/
  font-weight: bold;
  color: #EDEDED;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1;
  /*text-shadow: #555 3px 2px 0;*/

  /*font-family: 'Noto Serif', serif;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 60px;*/

}

.cl_introbtn {
  /*background-color: #4CAF50;*/
    border-style: solid;
    border-width: 2px;
    border-color: #B87333;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    font-weight: bold;
}

a.cl_introbtn:hover {
    border-color: #FFFFFF;
    text-decoration: none;
    color: #FFFFFF;
}

.cl_btnline {
 overflow: hidden;
 text-align: center;
 margin-top: 30px;
}

.cl_btnline:before,
.cl_btnline:after {
 background-color: #FFFFFF;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 25%;
}
.cl_btnline:before {
 right: 0.9em;
 margin-left: -50%;
}

.cl_btnline:after {
 left: 0.9em;
 margin-right: -50%;
}





/* ==========================================================================
   Registration
   ========================================================================== */

 .form__container{
   display: -ms-grid;
   display: grid;
   -ms-grid-columns: 1fr 20px 1fr;
   grid-template-columns: 1fr 1fr;
   grid-gap:20px;
   padding: 16px;
 }

 .form__field__lg {
   -ms-grid-column: 1;
   -ms-grid-column-span: 2;
   grid-column: 1 / 3;
 }

 .registerpage form p{
   margin:0;
 }

.errormsg__box {

 color: #BF0000;
 margin-top: 5%;
 margin-bottom: 5%;

 display: block; /* Hidden by default */
 position: fixed; /* Stay in place */
 z-index: 20; /* Sit on top */
 left: 0;
 top: 0;
 width: 100%; /* Full width */
 height: 100%; /* Full height */
 overflow: auto; /* Enable scroll if needed */
 background-color: rgb(0,0,0); /* Fallback color */
 background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
 padding-top: 60px;

}

@media (max-width: 700px) {
  form .form__field__sm {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
 }
}


/* ==========================================================================
   Galerie
   ========================================================================== */
.galerie__container {
  margin-bottom: 40px;
}



.galerie__img {
  max-width: 100%;


/*display: block;
  width: 100%;
  margin: 0 0 1rem;
  border: 4px solid orange;
  box-sizing: border-box;
  position: relative;*/
   }

   @media (min-width: 700px) {
     .galerie__imgbox {
       overflow: hidden;
    }

    .galerie__img {
      max-width: auto;
      max-height: 100%;
    }

    .galerie__imgbox {
         max-height: 300px;
       }

   }




 /* ==========================================================================
    Lightbox Settings for Images
    ========================================================================== */


a.lightbox img {
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.3);
          box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

/* Styles the lightbox, removes it from sight and adds the fade-in transition */

.lightbox-target {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.7);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  z-index: 10;
}



/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
  margin: auto;
  position: absolute;
  top: 0;
  left:0;
  right:0;
  bottom: 0;
  max-height: 0%;
  max-width: 0%;
  border: 3px solid white;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,.3);
          box-shadow: 0px 0px 8px rgba(0,0,0,.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
  display: block;
  width:50px;
  height:50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  color: red;
  text-decoration: none;
  position: absolute;
  top: -80px;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}


/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: black;
  position: absolute;
  left: 26px;
  top:10px;
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
  -o-transform:rotate(45deg);
  transform:rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
content: "";
display: block;
height: 30px;
width: 1px;
background: black;
position: absolute;
left: 26px;
top:10px;
-webkit-transform:rotate(-45deg);
-ms-transform:rotate(-45deg);
-moz-transform:rotate(-45deg);
-o-transform:rotate(-45deg);
transform:rotate(-45deg);
}


/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}

.lightbox-target:target img {
  max-height: 100%;
  max-width: 100%;
}

.lightbox-target:target a.lightbox-close {
  top: 0px;
}


.errormesg__target {
  position: fixed;
  top: 0;
  width: 40%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.7);
  opacity: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  z-index: 2000;
}

.errormesg__target:target {
  opacity: 1;
  top: 0;
  bottom: 0;
}



@media screen and (max-width: 64em) {
 html {
      font-size: 90%;
   }
}

@media screen and (max-width: 50em) {
 html {
       font-size: 75%;
   }
}

@media screen and (max-width: 30em) {
   html {
        font-size: 65%;
  }
}



.button_blue {
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
  font-size: 20px;
  background: #09576B;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
}

.button_blue:hover, .button_blue:focus {
  background: #095062;
  text-decoration: none;
}
