body::-webkit-scrollbar{
    display: none;
  }

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  height: 100%;
  background-image: url('../img/background0.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
}

img.opener{
  display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
padding-bottom: 4%;
}

div.logo{
  background-color: #f0f0f0;
}

div#info{
  background-color: #323232;
  color: white;
}

div#info p{

}

div#big-logo{
  padding: 4%;
  padding-bottom: 0%;
}

.logocenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}

div#header{
  background-color: #033073;
  text-align: center;
  padding: 0.8rem;
  overflow: hidden;
  width: 100%;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}

nav.sidebar {
  margin: 0;
  padding: 0;
  width: 200px;
  background-color: #323232;
  position: fixed;
  height: 100%;
  overflow: auto;
}

button#maps{
  background-color: #033073;
  border: 0px;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

div#button-top{
  border-top: 4px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  border-style: groove;
  border-color: rgba(137, 137, 137, 1.0)
}

.collapsible-content {
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

button#mobile.tablinks{
  display: none;
}
nav.sidebar button {
  display: block;
  color: black;
  padding: 16px;
  text-decoration: none;
  width: 100%;
  border: 0px;
}

nav.sidebar button.active {
  background-color: #033073;
  color: white;
}

nav.sidebar button:hover:not(.active) {
  background-color: #555;
  color: white;
}

div#contact.contact {
  width: 100%; /* 100% Full-height */
  height: 0%; /* 0 width - change this with JavaScript */
  position: fixed;
  z-index: 1; /* Stay on top */
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(0, 0, 0, 0.5); /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  overflow-y: hidden;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  color: #fff;
}

div#contact-box{
  width: 30%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 10%;
  margin-bottom: auto;
  background-color: #fff;
  border-style: groove;
  border-width: 1px;
  border-color: #033073;
  border-radius: 15px;
}

a.closebtn {
    text-decoration: none;
    background-color: #d8e0e6;
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 8px;
    color: black;
}

div#contact-header{
  padding-right: 2%;
  padding-top: 2%;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;

}
div#contact-content{
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 4%;
  color: black;
}

img#card-logo.center{
  margin-bottom: 2%;
}

div#contact-card{
  display: flex;
  justify-content: space-around;
}

div#content-area{
  padding: 4%;
}

div#content-area-flex{
  padding: 4%;
  display: block;
  animation: 1.5s slide-right linear;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.tabcontent {
  animation: fadeEffect 2.5s ease-in-out; /* Fading effect takes 1 second */
  background-color: rgba(240, 240, 240, 0.8);
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

button#mobile.data-settings{
  display: none;
}

div.content {
  margin-left: 200px;
  padding: 1px 16px;

}

div#banner{
  padding: 2%;
  padding-bottom: 0%;
  text-align: center;

}

div.gallery-holder{
  width: 100%;
  background-color: red !important;
  display: grid;
}
div.gallery-item{
  width: 50%;
max-width: 100%;
overflow: hidden;
}

p#banner{
  width: 100%;
  text-align: center;


      }
span#dramatic{
  font-size: 3rem;
    color: #033073;
    line-height: 4rem;
    position: relative;
}
span#normal{
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  vertical-align: super;
  color: #323232;
}

div#gallery-holder{
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

img#gallery{
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 1%;
  margin-top: 1%;
  width: 45%;
  height: auto;
}

div#impressum-main.col-sm-3{
  width: 50%;
}


div#impressum-a.col-sm-3{
  width: 25%;
}
div#contact-content-mobile{
  display: none;
}

/*----------- Tablet Changes ---------------------*/

@media screen and (max-width: 900px) {
  nav.sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  nav.sidebar button {float: left;}
  div.content {margin-left: 0;}
  div#banner{
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
  }
  img.opener{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  padding-bottom: 4%;
  }
.tabcontent {
    width: 90%;
}
}

/*----------- Mobile Changes ---------------------*/

@media screen and (max-width: 600px) {
  .sidebar button {
    text-align: center;
    float: none;
  }
  div.content{
    /* border-top: 1px solid red; */
  }
  div#banner{
    text-align: center;
    margin-left: 0%;
    margin-right: 0%;
    width: 100%;
  }

  img.opener{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  padding-bottom: 4%;
  }

  img#gallery{
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
  .tabcontent {
    animation: fadeEffect 0.5s ease-in-out; /* Fading effect takes 1 second */
    background-color: rgba(240, 240, 240, 1.0);
    width: 100%;
  }

  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

div#content-area-flex{
  width: 100%;
}

  button#mobile.tablinks{
    display: block;
  }
  button#mobile.collapsible{
    display: none;
  }

  button#mobile.data-settings{
    display: block;
    width: 100%;
    padding: 1rem;
    background-color: #033073;
    color: #FFF;
    border: none;
  }
  div.content {
    margin-left: 0px;
    padding: 0px;
  }
  div#impressum-main.col-sm-3{
    width: 100%;
  }
  div#contact-box{
    width: 100%;
    position: relative;
  }
  .logocenter {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 50%;
  }
  div#contact-content-mobile.mobile{
    display: block;
    background-color: #f0f0f0;
  }
button#btn-contact.mobile{
  display: none;
}
}
