/***** Allgemeines *****/

html {
	background-color: #ffbc6f;
	font-family: Helvetica, sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
}

a {
	color: #4336cc;
}

.multicol {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-width: 300px;
	-moz-column-width: 300px;
	-webkit-column-width: 300px;
}

.multicol div {
	display: inline-block;
}

.fl_right {
	float: right;
}

/***** Kopfzeile *****/

.head {
	width: 1206px;
	position: relative;
	margin-bottom: 3px;
}

.head div{
	display: inline-block;
}

.logo img{
	background-color: #eeeeee;
	border-radius: 10px;
	width: 600px;
	padding: 3px;
	float: left;
}

.page-headline {
	position: absolute;
	top: 50px;
	
}

.page-headline h1 {
	width: 600px;
	text-align: center;
}

/***** Fußzeile *****/

footer p {
	display: block;
	text-align: right;
}

/***** Navigation *****/
nav {
	text-align: center
}

nav,                     
  nav ul,
  nav li {           
      list-style: none; 
      margin: 0; 
      padding: 0;
      border: 0;
  }
 
  nav ul {
	  display: block;      
      padding: 0.3em;
      border: 1px solid black;
	  border-radius: 10px;
      background-color: #746fb2;
  }
  
  nav li {
	  display: inline-block;
	  margin: 0.1em; 
      padding: 0.1em;
  }
  
  nav a {
	  display: block;
	  width: 10em;
	  padding: 0.4em;
	  text-align: center;
	  text-decoration: none;
	  font-family: Helvetica, sans-serif;
	  font-weight: bold;
	  border: 1px solid green;
	  border-radius: 10px;
	  box-shadow: 0 5px 10px white inset;
	  color: black;
	  background-color: #eeeeee;
  }
  
  nav a:focus,
  nav a:hover {   
      box-shadow: 0 5px 10px #67ff59 inset;  
      color: #eeeeee; 
      background-color: #11a90a;
  }
  
   nav p {
	 display: block;
	  width: 10em;
	  margin: 0;
	  padding: 0.4em;
	  text-align: center;
	  text-decoration: none;
	  font-family: sans-serif;
	  font-weight: bold;
	  border: 1px solid green;
	  border-radius: 10px;
	  box-shadow: 0 5px 10px #67ff59 inset;  
	  color: #eeeeee;
	  background-color: #11a90a;
  }
  
/***** Schaukastenelement *****/

.schaukasten {
	width: 70%;
	margin-top: 10px;
	margin-left: 15%;
	margin-right:15%;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 0 5px 10px #907b68 inset;
	background-color: #b29d90;
}

.schaukasten h2 {
	text-align: center;
}

/***** Verschiedenes *****/

.zentriert {
	text-align: center;
	width: 100%;
}

.centerelem {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 10px;
}

.intro {
	margin-left: 15%;
	margin-right:15%;
}

hr {
	color: #4336cc;
}

/***** About Trenner *****/

div.infocol {
	margin-top: 5px;
	padding-left: 10px;
	width: 70%;
	border-left: 1px solid #4336cc;
	display: inline-block;
	vertical-align: top;
}

div.picturecol {
	padding: 5px;
	width: 25%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

div.contactcol {
	margin-top: 5px;
	padding-left: 10px;
	display: inline-block;
	vertical-align: top;
}

/***** Bilder *****/

img {
	border: 2px solid #4336cc;
	border-radius: 10px;
}

img.title {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	margin-right: 30px
}

img.preview {
	margin-bottom: 10px;
	width: 90%;
	height: 90%;
}

/***** Terminplan *****/
table.shedule{
	width: 70%;
	margin-top: 10px;
	margin-left: 15%;
	margin-right:15%;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 0 5px 10px #907b68 inset;
	background-color: #b29d90;
	border-spacing: 0;
}

table.shedule td {
	/*width: 150px;*/
	background-color: #eeeeee;
	border: 1px solid black;
}

table.shedule tr:nth-child(2n) td {
	background-color: #cccccc;
}

table.shedule .trans{
	background-color: transparent !important;
	border: none !important;
}

table.shedule th {
	border: 1px solid black;
	border-radius: 10px 10px 0 0;
	width: 150px;
	color: white;
}

table.shedule th:nth-child(2n){
	background-color: #4336cc;
}

table.shedule th:nth-child(2n+1){
	background-color: #11a90a;
}

.timeslot {
	width: 10%;
}

.month {
	width: 70%;
	margin-top: 10px;
	margin-left: 15%;
	margin-right:15%;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 0 5px 10px #907b68 inset;
	background-color: #b29d90;
	border-spacing: 0;
	text-align: left;
}

.month h2 {
	text-align: center;
}

.month div {
	background-color: #eeeeee;
	padding: 3px 0 3px 0;
}

.month .separator {
	background-color: #11a90a;
	height: 10px;
	width: 100%;
}

/***** Preisliste *****/

.pricelist {
	width: 70%;
	margin-top: 10px;
	margin-left: 15%;
	margin-right:15%;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 0 5px 10px #907b68 inset;
	background-color: #b29d90;
	border-spacing: 0;
	text-align: left;
}

.pricelist td {
	top: 0px;
	padding-left: 5px;
	background-color: #eeeeee;
	border-bottom: 1px solid #4336cc;
}

.pricelist .description {
	width: 70%;
	text-align: center;
}

.pricelist thead .separator {
	background-color: #4336cc;
	height: 10px;
}

.pricelist tfoot td{
	background-color: #b29d90;
	font-weight: bold;
	border-bottom: 0;
}

/***** Links *****/
.pagelinks {
	text-align: center
}

.pagelinks div {
	display: inline-block;
	margin: 0.2em;
}

.pagelinks img {
	width: 300px;
}

/***** Angebot *****/
.content-card {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0.2em 0.2em 0.2em;
	padding: 0.2em;
	background-color: #b29d90;
	border: 2px solid black;
	border-radius: 10px;
	box-shadow: 0 5px 10px #907b68 inset;
	text-decoration: none;
	color: black;
	width: 250px;
}

.content-card:hover {
	background-color: #a18c79;
}