/* PRIMARY LAYOUT */

body {
background: #eee;
background: #E7AB35;
background: #D4D21E;
background-size: 100%;
margin: 20px;
}

a, a:link {
display: block;
font-family: 'Droid Sans', sans-serif;
font-size: 14px; 
color: #83a603;
padding: 3px 0 3px 0;
text-decoration: none;
text-align: left;
}

a:visited {
display: block;
padding: 0;
color: D4D21E;
text-decoration: none;
}

a:hover {
color: #DFDC00;
text-decoration: underline;
}

p a, p a:link, p a:visited {
display: inline;
padding: 3px;
background: #929292;
color: #fff;
}

p a:hover {
display: inline;
text-decoration: none;
background: #DFDC00;
color: #fff;
}
/* END PRIMARY */


/* Content */

.container {
  background-color: #fff;
  border-radius: 5px;
}

#header {
margin-top: 10px;
background: #B5C0AF;
background: #fff;
}

#header a img, a:link img, a:visited img {
display: block;
float: left;
padding: 20px 0px 20px 0px;
}

#headerright {
margin-top: 10px;
background: #B5C0AF;
background: #fff;
}

#imgverein {
float: right;
padding: 20px 10px 20px 0px;
}

p a img, a:link img, a:visited img {
display: block;
padding: 0 0 10px 0;
}

#start {
border-bottom: 3px solid #fff;
}

#aktuell {
background: #fff;
}

#sidebar {
margin-top: 5px;
background: #fff;
}

#sidebar a img, a:link img, a:visited img {
padding: 0 10px;
margin-top: 10px;
}

#footer {
margin-top: 10px;
border-top: 1px solid #B5C0AF;
}

.entry {
margin: 0;
padding: 5px 20px 10px 20px;
}

.entry img  {
display: inline;
padding: 0 0 10px 0;
}

.topnote2 a img, a:link img, a:visited img {
display: block;
padding: 0 0 10px 0;
}

.topnote2 {
border-radius: 5px;
background: #D4D21E;
padding: 5px;
}

.general {
border-radius: 5px;
background: #e7e7e7;
padding: 5px;
}

.oeffnungszeiten {
margin: 0;
padding: 15px 0;
}

.adresse {
margin: 0;
padding: 10px 0 0 0;
}

#social {
margin: 0;
padding: 15px 0;
}

.social {
margin: 0;
padding: 10px 0 25px 0;
}

.schulsozialarbeit {
margin: 0;
padding: 15px 0;
border-bottom: 1px solid #B5C0AF;
border-bottom: 1px solid #fff;
}

.ferienaktion {
margin: 0;
padding: 0 0 10px 20px;
}

.ferienaktion img  {
display: block;
padding: 0 0 10px 0;
}

/*
#stopper {
  position: fixed;
  top: 670px;
  right: 170px;
}
*/

 /* Style the Image Used to Trigger the Modal */
#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 */
  margin-left: 400px;
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 50%; /* 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;
  margin-left: 120px;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@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%;
  }
} 


