.header {
    background-color: #F1F1F1;
    text-align: center;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 80px;
}


* {
    box-sizing: border-box;
   }

.Books {
    text-align: center;
    margin-top: 20px;
    margin-left: 100px;
    table-layout: auto;
    width: 90%;
    border-collapse: collapse;
    border: none;
        }

.Biblio {
    margin-top: 20px;
    margin-left: 100px;
    table-layout: auto;
    width: 75%;
    border-collapse: collapse;
    border: none;
    padding: 8px;
}



.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 10px;
}

.scharr {
    margin-top: 60px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 300px;
    background-color: ;
}

.heinz {
    width: 97%;
    padding-top: 1px;
    padding-bottom: 0px;
    
     margin-left: 20px;
    background-color: #ffbd12;
}

.Klein {
    margin-top: 80px;
    margin-left: 20px;
}

.ueberblick {
    text-align: justify;
    width: 80%;
    border: 125px;
    padding: 25px;
    margin-left: 150px;
    background-color: ;
}

.newspaper {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
     column-gap: 40px;
         width: 90%;
    margin-left: 70px;
      -webkit-column-rule-style: solid; /* Chrome, Safari, Opera */
  -moz-column-rule-style: solid; /* Firefox */
  column-rule-style: solid;
     -webkit-column-rule-width: 1px; /* Chrome, Safari, Opera */
  -moz-column-rule-width: 1px; /* Firefox */
  column-rule-width: 1px;
    -webkit-column-rule-color: lightblue; /* Chrome, Safari, Opera */
  -moz-column-rule-color: lightblue; /* Firefox */
  column-rule-color: lightblue;
}

.biographie {
    width: 98%;
    background-color: #ddd;
    
}

/* Aufbau Navigation*/

 /* The navigation menu */
.navbar {
  overflow: hidden;
  background-color: #333;
}

/* Navigation links */
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* The subnavigation menu */
.subnav {
  float: left;
  overflow: hidden;
}

/* Subnav button */
.subnav .subnavbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Add a red background color to navigation links on hover */
.navbar a:hover, .subnav:hover .subnavbtn {
  background-color: dimgrey;
}

/* Style the subnav content - positioned absolute */
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
     background-color: #ffbd12;
  width: 100%;
  z-index: 1;
}

/* Style the subnav links */
.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
} 

.subnav-right {
    float: right
}





/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
.function myFunction() {
  var x = document.getElementById("mynavBar");
  if (x.className === "navbar") {
    x.className += " responsive";
  } else {
    x.className = "navbar";
  }
} 






/* ende der  Einbettunmg   */
@media screen and (max-width: 600px) {
    .navbar.responsive {
        position: relative;
    }

    .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


/* Aufbau Video Einbettunmg   */

s-video {
    text-align: justify;
    text-align: center;
    margin-top: 40px;
}

    {
    font-family: Verdana, sans-serif;
    margin: 0;
}



/* modale bildergallerie */


.row {
    display: flex;
}

.row > .column {
    padding: 0px 0px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create seven equal columns that floats next to eachother */
.column {
    float: left;
    width: 14%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: absolute;
    z-index: 1;
    padding-top: 20px;
    padding-left: 80px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: absolute;
    background-color: black;
    margin: 20px;
    padding: 0;
    width: 90%;
    max-width: 1200;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    padding-left: 0px;
    margin-top: -115px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding-right: 120px;
    margin-top: -100px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: black;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 22px;
    padding-top: 0px;
    padding-left: 22px;
    position: relative;
    top: 10;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.1s;
}

.hover-shadow:hover {
    box-shadow: 10px 10px;
}

.Quotes {
 background-color: #e2e5f8; 
    padding-bottom: 50px;
}

.thx {
    text-align: justify;
    width: 180%;
    border: 125px;
    padding: 25px;
    margin-left: 100px;
           
}

.email {
    margin-left: 120px;
    padding: 10px;
    column-gap: 300px;          
  }


.Footer {
    text-align: center;
    background-color: azure;
    margin-top: 2000px;

}
