/* CSS Document */

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #98A2AB;
    text-align: left;
    background-color: #0D1717;
    background-size:cover;
    background-repeat: no-repeat;
}

.img_blur{
    filter: blur(30px);
}
.normtext{
    color: antiquewhite;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
    font-size: 1rem;
}

.btn{
    color: darkgreen;
   
}

.img_center{
    position: center;
}

.container {
  position: relative;
  width: 70%;
 text-align: justify;
 text-justify: auto;
 perspective-origin: center;
 padding-top: 15px;
 padding-right: 15px;
 padding-left: 15px;
}
.container-fluid{
	animation: direction 5s infinite alternate linear;
}

/*@media (max-width: 1680px){
    .img_center{max-width: 85%}
    .btn{max-height: 100%}
}

@media (max-width: 900px){
    .btn{max-height: 70%}

}

@media (max-width: 500px){
    .btn{max-height: 50%}
}

@media (max-width: 400px){
    .btn{max-height: 20%}
}
*/
@media (min-width : 450px ){
  .container {max-width: 540px;}
  .btn-xs{visibility:visible;}       
}

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

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

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

@media (min-width: 1920px) {
  .container {
    max-width: 1880px;
  }
    .btn-xs{visibility: hidden;}    
}


@media (max-width: 768px)
{       .openbtn {font-size: 5px;
        visibility: hidden;}
    .btn-xs{
        visibility: visible;
    }
}


/*##### 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;
}

.btn-xs{
    position: fixed;
    font-size: 1rem;
    cursor: pointer;
    background-color: white;
    padding: 15px 10px;
    border: none;
 
}


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



.openbtn:hover {
    color: #1DE347;
}

.impressum{
    font-size: 12pt;
    width: 60%;
    height: 80%;
}

/*##### Style für Footer #####*/
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
   text-align: center;
}