
html, body {
  height: 100%;

}

body {
  font: .8125/1.5 Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  color: black;
  background-color: white;
 
}


header,
nav,
section,
article,
aside,
footer {
  display: block;
}

/* Header */

header {
	border-radius: 7px;
	border: 1px solid rgb(175, 44, 44);
	height: 190px;
}

header img {
  width: 370px;
  margin: 5px;
  padding: 4px;
  background-color: white;
  float: right;

}

/* Header End*/


/* navigation */



div ul {
	margin: 0 8px 0 0px;
  }
  div li {
  
	display: inline;
	margin: 10px 15px 10px 0px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  }
  
  div ul li a {
	color: white;
  }
  
  div a:hover {
	border-bottom: 2px solid rgb(219, 233, 93);
	background-color: rgb(224, 67, 67);
  }








.menu {
	
	float: left;
	background-color:rgb(150, 20, 32);
	color: white;
  font-size: 1.2em;
}
  
  @media only screen and (min-width: 984px) {
    /* For desktop: */
    .col-s-1 {width: 10.00%;}
    .col-s-2 {width: 25.00%;}
    .col-s-3 {width: 35%;}
    .col-s-4 {width: 48.0%;}
    .col-s-5 {width: 50.0%;}
    .col-s-6 {width: 65.0%;}
    .col-s-7 {width: 80%;}
    .col-s-8 {width: 90.0%;}
    .col-s-9 {width: 100%;}
    }
  

   /* For mobile phones: */
   [class*="col-"] {
    width: 100%; 
    }
  
     /* If the screen size is 600px or less, set the font-size of <div> to 30px */
  @media only screen and (max-width: 600px) {
    div.ex3 {
      font-size: 0.7em;
    }
    }


    /* If the screen size is 601px or more, set the font-size of <div> to 80px */
  @media only screen and (min-width: 601px) {
    div.ex {
      font-size: 1.4em;
    }
    }

/* ende navigation */

section {
    width: 100%;
}

article {

    width: 100%;
}

/* Gallery */


  figcaption {
    
    caption-side: top;

  }  

figure {
    padding: 3px;
    float: left;
    border: 1px solid #cccccc;
    border-radius: 5px;
   
    
    
  }
  
  figure img {
    border-radius: 3px 3px 0 0;
    width: 230px;
    height: 0%;
    
    
  }
  
  figure figcaption {
    padding: 2px 4px 2px 4px;
    background-color: #fcf7f7;
    color: #0c0000;
    font-style: italic;
    border-radius: 0 0 3px 3px;
    font-size: 1.2rem;
  }


/* Ende Gallery */


/** Footer **/

#color {
  background-color: teal;
}
footer {

  text-align: center;
  color: white;
  padding: 5px;
  background-color:rgb(150, 20, 32);
  clear: both;
  border-radius: 5px;
  color: white;
}

footer li {
  display: inline;
  margin: 15px 15px 10px;
  color: white;
}

footer div ul li a {
  color: white;
}
  
  
      
         
  

  
    #ende {
      clear: both;
      margin:25px;
      text-align: center;
      color: white;
    }

 



#zähler {

	width: 100%;
	float: left;
	height: 20px;
	margin: 30px;
	padding: 10px;

}


