/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('localfonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('localfonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('localfonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('localfonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('localfonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('localfonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('localfonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('localfonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('localfonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('localfonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('localfonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('localfonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* handlee-regular - latin */
@font-face {
  font-family: 'Handlee';
  font-style: normal;
  font-weight: 400;
  src: url('localfonts/handlee-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('localfonts/handlee-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('localfonts/handlee-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('localfonts/handlee-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('localfonts/handlee-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('localfonts/handlee-v14-latin-regular.svg#Handlee') format('svg'); /* Legacy iOS */
}





body {
	margin: 0 0 0 0;
	background-image: url(pic/bg_sand.jpg);
	background-color: #f4e4d4;
	background-repeat: repeat;
	font-family: 'Lato', arial, sans-serif;
	font-size: 110%;
	line-height: 150%;
	color: #443333;
	vertical-align: top;
}
.steine {
	position: absolute;
	z-index:4;
	width: 100%;
	height: 100%;
	background-image: url(pic/deko-steine-solo.png);
	background-repeat: no-repeat;
	background-size: 30% auto;
	background-position: right top;
}
.sand-kachel, .sand-kachel-startseite {
	position: absolute;
	z-index:1;
	width: 100%;
	height: auto;
	background-image: url(pic/deko-sand-kachel.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-position: bottom;
}
.spacer-sand-kachel {
	width: 100%;
	opacity: 0;
}
.spacer-sand-kachel-startseite {
	width: 100%;
	opacity: 0;
}
.welle {
	z-index:3;
	position: absolute;
	width: 100%;
	height: auto;
	background-image: url(pic/deko-welle.png);
	background-repeat:no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	opacity: 1;
}
.spacer-head-welle {
	width: 100%;
	opacity: 0;
}
.spacer-head-welle-startseite {
	width: 100%;
	opacity: 0;
}
.content, .contentfooter {
	z-index:5;
	display: block;
	position: relative;
	float: left;
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
}	
.contentheader {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 3em;
	opacity: 1;
}
.spacer-logo, .spacer-logo-startseite {
	width: 100%;
	opacity: 0;
}
.pic-headerlogo {
	width: 75%;
	margin-top: 0em;
}
.pic-headerlogo-startseite {
	width: 100%;
	margin-top: 0em;
}
.contentfooter, .contentfooter-zentriert {
	display: block;
	clear: both;
	padding-top: 3em;
	padding-bottom: 8em;
	background-image: url(pic/deko-welle.png);
	background-position:0em 0em;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
.contentfooter-zentriert {
	text-align: center;
}
.startseite-adresse {
	display: block;
	clear: both;
	padding-top: 3em;
	padding-bottom: 2em;
	text-align: center;
}
.startseite-seminarbox, .startseite-seminarbox-einzeln, .startseite-seminarbox-zwei {
	display: block;
	float: left;
	width: 24.0%;
	min-height: 70px;
	margin: 0.5em 0.5% 2px 0px;
	padding: 1em 0em 0em 0em;
	text-align: center;
	background-color: #fff7ea;
	font-size: 0.8em;
	line-height: 120%;
	border-radius: 6px;
}
.startseite-seminarbox-einzeln {
	float: none;
	width: 80%;
	margin: 0.5em 10% 2px 10%;
}
.startseite-seminarbox-zwei {
	margin: 0.5em 10% 2px 10%;
}
.linke_spalte {
	width: 48%;
	float: left;
	margin: 0% 4% 0% 0%;
}
.rechte_spalte {
	width: 48%;
	float: left;
}








p {
   margin: 0 0 1em 0;
}
ul {
	list-style-type: disc;
	padding-left: 14px;
	margin: 2px;
	list-style: none;
}
ul li {
	
	color: #000000;
	padding-left: 0; 
	padding-right: 0;
	padding-bottom: 0.4em;
}

ul li::before {
  content: "\2022";
  color: #7b3758;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
ul.sub {
	list-style-type: lower-alpha;
	list-style-position: inside;
}
ul.sub li {
	padding-left: 0px; 
	padding-right: 0px;
	padding-bottom: 0.4em;
}






a:link, a:visited, a:active {
	color: #7b3758;
	text-decoration: underline;
}




.headline, h1, h2, h3, h4, .headline-startseite, .headline2, .headline2-zentriert, .headline-zitat, .headline3, .lebenslauf-datum, .stdtxt-farbe, .menup, .menup-last, .menutrenner, a:hover {
	color: #7b3758;
}
.headline, .headline-startseite, h1 {
	display: block;
	clear: both;
	margin-bottom: 0.4em;
	margin-top: 2em;
	font-family: 'Handlee', cursive;
	font-size: 2.0em;
	line-height: 1.1em;
	font-style: italic;
}
.headline2, .headline2-zentriert, .headline-zitat, h2, h3, h4 {
	margin-bottom: 0.4em;
	margin-top: 2em;
	font-family: 'Handlee', cursive;
	font-size: 1.5em;
	line-height: 1.1em;
	font-style: italic;
	text-align: left;
}
h2 {
	margin-bottom: 0.4em;
	margin-top: 2em;
	font-family: 'Handlee', cursive;
	font-size: 1.4em;
	line-height: 1.0em;
	font-style: italic;
	text-align: left;
}
h3, h4 {
	margin-bottom: 0.4em;
	margin-top: 1em;
	font-family: 'Handlee', cursive;
	font-size: 1.1em;
	line-height: 1.0em;
	font-style: italic;
	text-align: left;
}
.headline2-zentriert {
	text-align: center;
}
.headline-zitat {
	display: block;
	margin-top: 0.5em;
	font-size: 2.0em;
	line-height: 1.6em;
}
.stdtxt-farbe {
	font-weight: bold;
}
.stdtxtmarginal {
	font-size: 0.9em;
}
.stdtxtklein1 {
	font-size: 0.9em;
	line-height: 120%;
}
.stdtxtklein2 {
	font-size: 0.7em;
}
.seminarpunkte {
   margin:0 0 12px 0;
   margin-left: -5px;
}










.block-menu {
	display: block;
	padding-bottom: 40px;
	clear: both;
	float: none;
}
.menun, .menup, .menun-last, .menup-last {
	margin-bottom: 0.5em;
	float: left; 
	padding-bottom: 0;
}
.menun-last, .menup-last {
	padding-bottom: 0%;
}
.menup, .menup-last {
	font-weight: bold;
}
.menutrenner {
	padding-left: 0.2em;
	padding-right: 0.2em;
	opacity: 0.5;
}















.lebenslauf-datum {
	width: 15%;
	float: left;
}
.lebenslauf-txt, .lebenslaufende-txt {
	width: 85%;
	float: left;
	margin-bottom: 1.0em;
}
.lebenslaufende-txt {
	margin-bottom: 3.0em;
}









.impressionenblockL, .impressionenblockR, .impressionenblockM, .impressionenblockStart {
	text-align: center;
	width: 47%;
	display: block;
	float: left;
	margin-right: 6%;
	margin-bottom: 3%;
}
.impressionenblockR {
	margin-right: 0%;
}
.impressionenblockStart {
	width: 100%;
	margin-bottom: 30px;
}
.impressionenfoto {
	width: 100%;
	padding-bottom: 1%;
	border: 0px;
}
.impressionenfoto-hochkant {
	width: 50%;
	padding-bottom: 1%;
	border: 0px;
}
.impressionenblockM {
	margin-right: 26%;
	margin-left: 26%;
}







.foto-startseite {
	width: 100%;
	height: auto;
	margin-bottom: -30%;
}
.foto-startseiterand {
	width: 100%;
	height: 100%;
}
.startseiteblock, .startseiteblockrandL, .startseiteblockrandR {
	position:relative;
	z-index: 4000;
	width: 20%;
	float: left;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 1%;
}
.startseitetxtLH {
	margin-left: 0%;
	margin-right: 2%;
}
.startseitetxtRJ {
	margin-left: 2%;
	margin-right: 2%;
}
.startseitetxtKW {
	margin-left: 2%;
	margin-right: 0%;
}




.fullfoto {
	width: auto;
	clear: both;
}
.foto-haus-kontakt {
	width: 50%;
	border: 0px;
	float: left; 
	padding-right: 2em; 
	margin-bottom: 0em;
}
.googlemapskarte {
	width: 100%;
	height: 450px;
	frameborder: 0px;
	border: 0px; 
	padding-top: 1em;
}




.foto-weihermueller {
	width: 160px;
	height: auto;
	border-width: 1px;
	border-color: #7b3758;
	border: 2px solid #7b3758;
	background-color: #7b3758;
	border-style: solid;
	float: left;
	margin: 0px 40px 0px 0px;
}
.weihermueller-intro {
	color: #8f5571;
	font-style: italic;
	font-size: 1.1em;
	line-height: 150%;
	max-width: 750px;
}
.float-end {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
}
.urlaub-hinweis {
	background-color: #FEEFD4;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
	border: solid;
	border-width: 1px;
	border-color: #7b3758;
	color: #8f5571;
}











@media screen and (min-width: 1px) and (max-width: 600px){
.stdtxtklein1 {
	font-size: 1em;
	line-height: 150%;
}
body {
	font-size: 100%;
}
.content, .contentfooter {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}
.pic-headerlogo {
	width: 100%;
	margin-top: -10%;
}
.contentheader {
	margin-bottom: 2em;
}
.menun-last, .menup-last {
	padding-bottom: 10%;
}
.foto-haus-kontakt {
	width: 100%;
	padding-right: 0em; 
	padding-bottom: 1em;
}
.impressionenblockL, .impressionenblockR, .impressionenblockM, .impressionenblockStart {
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-bottom: 5%;
}
.startseiteblock {
	width: 100%;
	float: left;
	text-align: left;
	margin-left: 0%;
	margin-right: 0%;
}
.startseiteblockrandL, .startseiteblockrandR {
	width: 5%;
	margin-left: 0%;
	margin-right: 0%;
	opacity: 0;
}
.startseitetxtLH, .startseitetxtRJ, .startseitetxtKW {
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 20%;
}
.startseitetxtLH {
	margin-top: -10%;
}
.startseitetxtRJ {
	margin-top: -8%;
}
.startseitetxtKW {
	margin-top: -2%;
}
.lebenslauf-datum, .lebenslauf-txt {
	width: 100%;
	float: none;
}
.startseite-seminarbox, .startseite-seminarbox-einzeln {
	width: 48%;
	margin: 0.5em 2% 0.5em 0px;
	padding: 0.8em 0em 0.8em 0em;
	text-align: center;
	font-size: 1em;
	line-height: 120%;
	border-radius: 8px;
}
.startseite-seminarbox-einzeln {
	float: none;
	width: 80%;
	margin: 0.5em 10% 2px 10%;
}
.spacer-logo-startseite {
	margin-top: -30px;
	margin-bottom: -40px;
}
.foto-weihermueller {
	float: none;
	margin: 0px 00px 0px 0px;
}
.linke_spalte {
	width: 100%;
	float: none;
	margin: 0% 0% 0% 0%;
}
.rechte_spalte {
	width: 100%;
	float: none;
}
}

@media screen and (min-width: 601px) and (max-width: 1400px){
.content, .contentfooter {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
.pic-headerlogo {
	margin-top: -6%;
}
.contentheader {
	margin-bottom: 4em;
}
.menun-last, .menup-last {
	padding-bottom: 5%;
}
.menutrenner {
	padding-left: 0.1em;
	padding-right: 0.1em;
}
.startseiteblock {
	width: 26%;
}
.startseiteblockrandL {
	width: 26%;
	margin-left: -16%;
}
.startseiteblockrandR {
	width: 26%;
	margin-left: -7.25%;
	margin-right: -7.25%;
	transform: scaleX(0.45);
}
.lebenslauf-datum {
	width: 22%;
}
.lebenslauf-txt, .lebenslaufende-txt {
	width: 78%;
}
.startseite-seminarbox, .startseite-seminarbox-einzeln {
	width: 31%;
	min-height: 90px;
	margin: 0.5em 2% 10px 0px;
	padding: 1em 0em 1em 0em;
	text-align: center;
	font-size: 1em;
	line-height: 120%;
	border-radius: 8px;
}
.startseite-seminarbox-einzeln {
	float: none;
	width: 80%;
	margin: 0.5em 10% 2px 10%;
}
.spacer-logo-startseite {
	margin-top: -40px;
	margin-bottom: -40px;
}
.headline2 {
	font-size: 1.4em;
}
}

@media screen and (min-width: 1401px){
body {
	font-size: 120%;
}
.content, .contentfooter {
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
}
}