html {
  box-sizing: border-box;
  display: block;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
    padding: 10px;
		margin: 0 auto;
		text-align:center;
    font-family: 'Roboto', sans-serif;
    background:repeating-linear-gradient(90deg, #F6F4CB 30%, #B2FAF7 50%, #53DBDE 70%);
    
    /*generiert mit Gradient Gen.*/
    background: #ffffcd; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffcd 0%, #b7fff9 28%, #83f1f1 62%, #92d9fa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffcd 0%,#b7fff9 28%,#83f1f1 62%,#92d9fa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffcd 0%,#b7fff9 28%,#83f1f1 62%,#92d9fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffcd', endColorstr='#92d9fa',GradientType=0 ); /* IE6-9 */
}

/*no underline on links*/
a {
  text-decoration: none;
}

.gap {
  margin:0 20px 0 20px;
}

.headerimg {
    width: 100%;
    height: auto;
}

/*content centered*/
.content {
  max-width:1000px;
  margin: auto;
  background: white;
}

h1{
  font-weight: 100;
  padding: 35px 35px 10px 35px;
  letter-spacing: 1pt;
}

/*  header style */
.header {

}

/*  footer style */
.footer p {
       
    padding: 10px;
    color:black;
    font-size: 9pt;
    text-align: center;
    word-spacing: 1pt;
    letter-spacing: 1pt;
    text-transform: uppercase;
  
}

.line {
  border-top: 1px dashed #8c8b8b;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top:30px;
}

#website {
	width:900px;
	margin:auto;
	text-align:left;
}

/*Team Picture*/
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    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.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.list
{
  padding: 20px;
  width: 600px;
  text-align: left;
  margin-left:50px; 
  margin-top:50px;
}

.listcap {
  border-bottom: 1px solid #ddd;
  font-size: 18px;

}

/*Slider auf Homepage*/

.mySlides {display:none;
  /*max-height: 300px;
  padding: 0 20px 0 20px;*/
}

.imgcontainer{
  width: 100%;
  height: auto;  
  padding: 10px 0 10px 0;
  /*margin-top:6px;*/
  background-color:#ffffff;

}
div.gallery {
  margin: 0 auto;
}


div.gallery img {
    width: 100%;
    height: auto;
}
.responsive {
    float: left;
    width: 100%;
    
}
/*
@media screen and (max-width: 510px) {
  .imgcontainer{
    height: 300px;
  }
  div.gallery {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto;
}
}

*/
/* Nav menue*/
.topnav-inner {
    text-align: center;
    padding: 3px;

}

.topnav {
  overflow: hidden;
  background-color:white;
  border-top:1px solid #BDBDBD;
  border-bottom:1px solid #BDBDBD;
  margin: 10px 20px 10px 20px;
}

.topnav a {
float: none;
  display:inline-block;
  color: black;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  border-bottom: 2px solid #404040;
}

.topnav a.active {
  border-bottom: 2px solid #2ECCC7;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 870px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 870px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
