/* CSS Document */

body {
        font-family: 'Lato', sans-serif;
    color: white;
/*    background: url("../../images/Background/Background_2025.png");*/
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; 
    background-size: cover;
    background-color: black;}

    .text_small {
        font-size: 80%;
        font-family: 'Lato', sans-serif;
        color: white;
    }
    .text_medium {
        font-size: 140%;
        font-family: 'Lato', sans-serif;
        color: white;
    }
.image {
  opacity: 1;
  display: block;
  width: 70%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
-ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: #534687;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

/*##### Style für Sidebar #####*/
    
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: rgba(0,0,0,0.00);
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #69F115;
    color: black;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}

}


.container {
  position: relative;
  width: 70%;
 text-align: justify;
 text-justify: auto;
 perspective-origin: center;
 padding-top: 15px;
 padding-right: 15px;
 padding-left: 15px;
}
@media (min-width : 450px ){
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (max-width: 440px)
{        .openbtn {font-size: 5px;}
}


.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: darkgreen;
   color: white;
   text-align: center;
}
