* {
	
  box-sizing: border-box;
}


body {
	
	background-color:#F4EBD0;

}



[class*=col-] {
	font-size:17px;
	margin:5px;
	padding:20px;
	color:#122620;
	font-family: 'Cabin', sans-serif;
	float:left;
}

.header  {
		font-size:25px;
		padding:15px;
	background-color:#96732E;
	color:#122620;
	font-family: 'Cabin', sans-serif;
	text-align:center;
}



.nav {
	
	background-color:#D6AD60;
	min-width:250px;
	max-width:700px;

}


.nav li:hover {
  background-color:#96732E;
}

.nav ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.nav li {
	padding: 10px;
	margin-bottom: 7px;
	background-color:#B68D40;

}

h1 {
	padding: 15px;
	background-color:#96732E;
	
}

.article {
	
	min-width:300px;
	text-align:center;
	background-color:#B68D40;
	max-width:850px;
	
	
}
.article ul {
	
	
	list-style-type: none;
}


.aside {
	background-color:#D6AD60;
	min-width:150px;
	max-width:700px;
}
 
 .Beschreibung {
	
	 background-color:#B68D40;
	   padding: 15px;
	   max-width:200px;
  text-align: center;
  
 }

.gallery {
	
	max-width:300px;
	min-width:100px;
	
	
}

.gallery img {
	 height: auto;
	  width: 100%;
max-width:200px;
	max-height:250px;
	
}

.article img {
	 height: auto;
	  width: 100%;
max-width:170px;
	max-height:300px;
	
}

.aside img {
	 height: auto;
	  width: 100%;
max-width:170px;
	max-height:300px;
	
}

.aside video {
	 height: auto;
	  width: 100%;
	max-width:320px;
	max-height:240px;
	
}

.footer {
	text-align:center;
	background-color:#B68D40;
}


[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {

  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
 
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}



