* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
body {
  font-family:sans-serif;
  font-size:0.8em;
  height:100%;
  width:100%;
  margin:0;
  padding:0;
  background-color:#fff;
  line-height:1.5em;
  /*behavior:url("./csshover.htc");*/
  }
*.more {
	clear: left;
	height: auto;
	width: 100%;
	display:none;
}

h1 {
  font-size:1.6em;
  font-weight:bold;
  }
  
h2 {
  font-size:1.4em;
  font-weight:bold;
  margin:10px 0 4px 0;
  }
h3 {
  font-size:1.2em;
  font-weight:bold;
  margin:10px 0 4px 0;
  }

h4, h5, h6 {
  font-size:1.0em;
  font-weight:bold; 
  margin:10px 0 4px 0;;
  }
a.fettlink {
	font-size:1em;
  font-weight:bold;
 }

img {
	max-width: 100%;
	}

img.center {margin:0 auto 0 auto;}
div#fullpage{
	max-width:980px;
	margin:auto;
	background-color:#ffffff;
	position:relative;
	}
.floatLeft {
float:left;
margin:5px 10px 10px 0;
}
.floatRight {
float:right;
margin:5px 0 10px 10px;
}
/*menu navigation*/
nav {
  width:20%;
  height:auto;
  margin-top:30px;
  float:left;
  }
.nav1, .nav1 ul {
  margin:0;
  padding:0;
  width:100%;
  list-style:none;
  position:relative;
  }
.nav1 li {
  position:relative;
  list-style:none;
  margin:0;
  padding:5px 0;
  border-bottom:1px solid #99CCCC;
  border-right:2px solid #ffffff;
  -webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
  }

.nav1 li.submenu {
  background:url(../bilder/pfeil.gif) 97% 50% no-repeat;
  }
.nav1 li a {
  display:block;
  padding:1px 0 1px 4px;
  text-decoration:none;
  width:100%;
  font-weight:bold;
  color:#000000;
  outline:0;
  }
.nav1 li:hover > ul {
  /*height:200px;*/
  display:block;
  
  }
.nav1 ul {
	/*height:0;*/
	display:none;
	position:absolute;
  left:100%;
  top:0;
  z-index:100;
	overflow:hidden;
	background:#FFCC66;
	-webkit-transition:0.5s 0.2s;
	-moz-transition:0.5s 0.2s;
	-o-transition:0.5s 0.2s;
	transition:0.5s 0.2s;
}

.nav1 li:hover {
  border-bottom:1px solid #FFCC66;
  }
/*Ende Menu*/



/*Breadcrumbs und Sprachumschalter*/

div#breadcrumb {
  width:75%;
  float:left;
  font-size:0.6em;
  z-index:1;
}
div#breadcrumb ul, div#lang ul {
  margin:0;
  padding:0;
}
ul.rex-breadcrumb li, div#lang li  {
  margin: 0px;
  padding: 0 6px 0 0;
  list-style: none;
  float:left;
}
div#breadcrumb a {
  font-weight:bold;
  color:#000;
  text-decoration:none;
  }
div#breadcrumb a:hover, div#lang a:hover{
  color:#FFCC66;
  }
/*Ende BreadCrumbs*/
div#lang {
  width:25%;
  float:right;
  font-size:0.6em;
  z-index:1;
}
div#lang a {
  color:#000;
  text-decoration:none;
  }
/*Ende Sprachumschalter*/

/*Inhalt*/ 
section {
  width:75%;
  margin-top:30px;
  float:right;
  z-index:1;
  padding:0 0 20px 0;
  background-color:#ffffff;
  }

section a, footer a {
  text-decoration:none;
  font-weight:bold;
  color:#000000;
  }

section a:hover {
  color:#FFCC66;
  }

section div.txt-img {
	clear: left;
  display:block;
  width:100%;
  height:auto;
}

section img.teamFloatLeftClear {
	float:left;
	/*clear:left;*/
	margin-right:20px;
	width:95px;
	height:161px;
	margin-bottom:30px;
	}

section h2.team {
	padding-top:20px;
	}

footer {
	width:75%;
	height:25px;
	margin-top:30px;
	float:right;
	z-index:1;
	background-color:#99cccc;
	padding-top:3px;
	text-indent:20px;
	}

/*Gestaltungelemente*/
div#logo { /*Logo links oben*/
  background-image:url(../bilder/hoch3.gif);
  background-repeat:no-repeat;
  background-position:20px 50%;
  width:25%;
  height:100px;
  z-index:1;
  }

div#gruen {
  width:25%;
  height:25px;
  background-color:#FFCC66;
  float:left;
  }

div#headline {/*schriftzug oben*/
  width:75%;
  height:25px;
  background-color:#99CCCC;
  padding-top:3px;
  font-size:1.5em;
  color:#ffffff;
  text-indent:20px;
  float:right;
  }
/*gelbe & türkise Linien*/
hr.gelbklein {
	width:240px;
	height:4px;
	background-color:#FFCC66;
	margin:16px 0;
	border:0 solid #fff;
	}
hr.gelb {
	height:4px;
	background-color:#FFCC66;
	margin:16px 0;
	border:0 solid #fff;
	}
hr.dick {
	height:25px;
	background-color:#99CCCC;
	margin:16px auto 0 0;
	border:0 solid #fff;
	}
/*Linien Ende*/

/*liste Seminarkalender*/
section div.semlist {
padding:10px 3px 10px 3px;
}
section div.semlist:nth-child(2n) {
	background-color:rgba(255,204,102,0.5);
	}
section div.semlist:nth-child(2n) a:hover {
	color:#99cccc;
	}
/*Ende Semliste*/


/*Formular Gaestebuch*/
input.txt {
  color:#000000;
  border:1px inset #000000;
  width:400px;
  }

input.btn {
  color:#000000;
  background-color:#cccccc;
  border:1px outset #000000;
  }

textarea.txt {
  color:#000000;
  border:1px inset #000000;
  width:400px;
  } 
  
form p {
  clear:left;
  margin:0;
  padding:0;
  padding-top:5px;
  }

form p label {
  float: left;
  width:200px;
  }

div.cnt-blck hr {
	clear: left; 
	margin-top: 15px;
	}

div.cnt-blck img.img_fl-left {
	vertical-align: top; 
	float: left; 
	margin: 5px 10px 13px 0; 
	width: 200px; 
	height: 134px;
	}
	
div.cnt-blck p.ldate {
	font-size:8px;
	}

p.rchv {
	margin-top:20px;
	}
  
/*Tabellen*/
thead {
  font-weight:bold;
  text-align:center;
  }
thead td {border-bottom:1px solid #000;}
td {
  vertical-align:top;
  padding:5px;
  }

table.preise { width:80%; margin:30px 0 0 0;}
table.preise thead tr:first-child td {color:#990000; background-color:#cccccc;}
table.preise tr:nth-child(2n) td {background-color:#cccccc;}
table.preise td { width:33%; }
table.preise td:first-child {text-align:left;}
table.preise td {text-align:right; }


table.preise2c td:first-child {width:67%;}
table.preise2c td:nth-child(2) {width:33%;}

/*Tabellen Ende*/

/*Audioguide*/
audio {
  width:150px;
  height:15px;
  }
span.audio {
  display: inline-block;
  width:50px;
  }

/*unslider_galerie*/
.galerie { position: relative; margin:0; padding:0; overflow: auto; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
/*responsive*/

@media only screen and (max-width: 480px) {
	nav {width:100%;clear:left;}
	.nav1 ul {
		/*height:0;*/
		display:none;
		position:absolute;
		left:30%;
		top:0;
		z-index:100;
		overflow:hidden;
		background:#FFCC66;
		-webkit-transition:0.5s 0.2s;
		-moz-transition:0.5s 0.2s;
		-o-transition:0.5s 0.2s;
		transition:0.5s 0.2s;
}
	section, footer {width:100%;clear:right;}
	div#logo {display:none;}
	div#gruen {display:none;}
	div#breadcrumb {clear:left;}
	div#lang {clear:right;}
	}


/*betterplace*/
div#betterplace {
	position: absolute; 
	top:0px; 
	right: 0px; 
	z-index: 200; 
	width:113px; 
	height:88px;
	background-image: url(http://www.hochdrei.org/bilder/betterplace/mikuszewo_ecke.png);
	background-repeat: no-repeat;
	background-position: right top;
	border:none;
	padding:0;
	margin:0;
	text-align: right;
}
div#betterplace a#bplaceimg {
	text-decoration: none;
	font-weight:bold;
	color:#000;
	padding:5px;
	margin:0;
	width: 100%;
	height: 100%;
	display: block;
}
div#betterplace a#bplaceimg:hover {
	position: absolute; 
	top:0px; 
	right: 0px; 
	z-index: 300; 
	width:620px; 
	height:400px;
	background-image: url(http://www.hochdrei.org/bilder/betterplace/Mikuszewo_1.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}
/*Ende betterplace*/
