@charset "UTF-8";
/* CSS Document */

/* ========= F O N T S ========================================================================================== */

/* pt-serif-regular - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local('PT Serif'), local('PTSerif-Regular'),
       url('../fonts/pt-serif-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-700 - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 700;
  src: local('PT Serif Bold'), local('PTSerif-Bold'),
       url('../fonts/pt-serif-v9-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v9-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: local('PT Serif Italic'), local('PTSerif-Italic'),
       url('../fonts/pt-serif-v9-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v9-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-700italic - latin */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 700;
  src: local('PT Serif Bold Italic'), local('PTSerif-BoldItalic'),
       url('../fonts/pt-serif-v9-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-serif-v9-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
       url('../fonts/pt-sans-v9-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/pt-sans-v9-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ========= H T M L ========================================================================================== */

html {
	height: 110%; /*=> immer Scrollbalken, damit die Seite nicht ruckt.*/
	-webkit-text-size-adjust: none;
}

body {
	color: #000;
	min-height: 100%;
	font-family: 'PT Sans', Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 120%;
	background-image: url(../_i/bg-P1020203.jpg);
	background-repeat: repeat-y;
	background-attachment:fixed;
	background-position: 50% 0;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

/* ========= S E I T E ========================================================================================== */

#bg {
	display: block;
	justify-content: center;
	margin: 20px auto 20px auto;
	padding: 0;
	background-color: #FFF;
	border-radius: 10px;
	width: 800px;
	min-height: 800px;
}

#stage {
	/* gesamter Rahmen inkl. main */
	display: block;
	margin: 0 20px 0 240px;
}

/* ========= B L Ö C K E ========================================================================================== */

header {
	display: block;
	float:left;
	width: 400px;
	padding:0;
	margin:10px 0 0 -4px;
}

header h1 {
	color:#999;
	font-size:3em;
	font-weight:400;
	margin: 1px 10px 5px 0;
	padding: 0;
	line-height: 100%;
}

header h2 {
	color:#C1A07F;
	font-size:1.2em;
	margin: 0 10px 0 5px;
	padding: 0;
}

#kopfbild {
	width: 798px;
	height: 320px;
	padding: 1px 1px 0 1px;
	margin:0;
	clear:both;
}

#kopfbild img {
	position: absolute;
	border-radius: 10px 10px 0 0;
	width: 798px;
	height: 320px;
	/*opacity: 0;*/
}

#logo {
	margin: 2px 0 0 0;
	float:right;
}

#logo img {
	width: 80px;
	height: auto;
}

/* ========= N A V I ========================================================================================== */

nav {
	display:block;
	width: 220px;
	height: auto;
	/*background-color:#CCC;*/
	background-image: url(../_i/bg-nav.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 1px;
	padding: 0;
}

nav ul {
	font-weight:700;
	margin: 0;
	padding: 0;
	line-height: 40px;
}

nav ul li {
	display: block;
	border-top: 1px solid #FFF;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	height: 100%;	
	text-align: left;
	transition: height .25s ease-out;
}

nav ul ul {
	background-color:#9c731a; /*#666;*/
	/*width: 180px;*/
	margin: 0 0 0 -15px;
	
}

nav ul li ul li {
	height: 0;
	padding: 0;
	border-top: 0;
	padding-left: 10px;
}

nav ul li:hover {
	background-color:#c38e1c; /*#C90;*/
}

nav ul li:hover li {
	display: block;
	/*width: 205px;*/
	height: 27px;
	line-height: 27px;
	border-top: 1px solid #FFF;
	/*margin: 0 -20px 0 -25px;*/
	/*padding: 0 -20px 0 0;*/
	transition: height .25s ease-out;
}

nav ul li:hover li:hover {
	background-color:#ad8407;
}
	
nav ul li:hover ul a {
	display: block;
}

nav a {
	display: block;
	color:#EEE;
	margin: 0;
	height: 100%;
}

nav a:visited {
	color:#EEE;
}

nav ul ul a {
	display: none;
	padding-left: 10px;
}

nav .binhier {
	display: block;
	color:#F60;
	/*border-top: 1px dotted #DDD;*/
	background-color:#FFF;
	opacity: 0.8;
	cursor: not-allowed;
}

nav .binhier:hover {
	background-color:#FFF;
}

#navigation {
  position: absolute;
}

#smartmenu {
	display:none;
}

/* -------------------------------------------------------------- */

#dropdownTrigger {
	background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 16px;
    border: none;
	border-radius:5px;
    cursor: pointer;
}

#dropdownmenu {
	color:#F03;
}

.dropdownmenu-content {
	overflow:hidden;
	/*position: relative;*/
	background-color:#EEE;
	width:0;
	height:0;
	padding: 0;
	transition: all .5s ease-out;
}

.dropdownshow {
	display:block;
	width:80%;
	height:100px; /* mit auto animiert nur der Text */
	padding: 10px;
	transition: all .5s ease-out;
}

/* ========= C O N T E N T ========================================================================================== */

main {
	display: block;
	width:100%
	margin: 0 10px 0 0;
}

#zitat {
	background-image: url(../_i/bg-zitat.svg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	width: 400px;
	height: 100%;
	min-height: 180px;
	margin: 40px auto 10px auto;
	padding-top: 15px;
	font-size: 1.5em;
	line-height: 120%;
	text-align: center;
}

.XXXzitatautor {
	text-align: center;
	font-size: 0.65em;
	padding:0;
}

/* ------------------------------------------------------------- */

.biografie p {
	line-height: 120%;	
}

/* ------------------------------------------------------------- */
/* ========= M E D I E N  ========================================================================================== */

.introbild {
	margin: 15px 0 10px 0;
	text-align: center;
}

.bildgedreht {
	width:60%;
	height:auto;
	margin:10px auto 30px auto;
	transform: rotate(-4deg);
	border:solid 1px #CCCCCC;
	box-shadow:10px 10px 10px #DDD;
	overflow:hidden;
}

.bildgedreht mitRand {
	padding:5px;
}

.bild {
	width:100%;
	margin: 5px 0 10px 0;
	text-align: center;
}

.bild img, .introbild img, .bildgedreht img {
	width:100%;
	height:auto;
}

video {
	width:99%;
	height:auto;
	
}

/* ========= GALERIE ========================================================================================== */

.prequad {
	float:left;
	width:130px;
	height:130px;
	margin:0 5px 5px 0;
}

.prequad img {
	height: 130px;
	width: 100%;
	object-fit: cover;
	object-position: center;
	overflow: hidden;
}

/* ------------------------------------------------------------- */

/* ========= F O O T E R ========================================================================================== */

#abschlusskleber {
	display: block;
	/* notwendig, damit die Abschluss-Rundung [#abschluss] am Bg [#stage] klebt (sonst Abstand) */
	margin:0;
	height:0.001em;
}

#abschluss {
	display: block;
	background-color:#fff;
	/*opacity: 0.9;*/
	width: 760px;
	height: 20px;
	margin: 0 auto 10px auto;
	padding: 0;
	border-radius: 0 0 10px 10px;
}

/* ------------------------------------------------------------- */

footer {
	display: block;
	clear:both;
	/*background-color:#ddd;*/
	width: 560px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 0.8em;
	line-height: 130%;
	border-top: 1px dotted #333;
	/*border-radius: 0 0 8px 0;*/
}

footer ul {
	display: inline-block;
	/*background-color:#eee;*/
	margin: 10px 0 10px 0;
	padding: 0 0 0 0;
}

#XXXfooter_li {
	display: block;
	width: 90%;
	float:left;
	margin: 10px 0 0 0;
}

#XXXfooter_re {
	width: 40%;
	max-width: 200px;
	margin: 40px 0 0 0;
	padding:0;
	float:right;
}

footer ul li {
	float: left;
	list-style: none;
	border-right: 1px solid #FFF;
}

footer #footer_li ul {
	display: block;
}

footer #footer_li ul ul li a {
	color:#360;
}

footer a, footer a:visited {
	color:#000;
	padding: 0 5px 0 5px;
}

footer a:hover {
	background-color:#F90;
	border-radius: 3px;
	color:#FFF;
}

/* ========= A B S A T Z ========================================================================================== */

main ul li {
	list-style-type:circle;
	margin-bottom:0;
	margin-left:-0.8em;
}

main p, main ul li, h7 {
	margin: 0 0 50px 0.5em;
	font-family: 'PT Serif', serif;
	font-size: 1.05em;
	line-height: 130%;
	color:#444;
	padding: 0;
	margin: 0 0 0.5em 0;
}

main ul {
	margin: 0 0 0.5em 0;
}

XXXp.linieunten {
	padding-bottom:15px;
	border-bottom: 1px dotted #666;	
}

/* ------------------------------------------------------------- */

p.autor {
	font-size: 0.9em;
	font-style:italic;
}

p.termin {
	margin:0;
	padding:0;
}

.tech {
	font-family: 'PT Sans', Arial, Verdana, sans-serif;
	font-size: 100%;
	line-height: 120%;
}

a, a:visited {
	color:#B04812;
	text-decoration:none;
}

XXXa:visited {
	color:#B04812;
}

.ausz {
	font-weight:bolder;	
}

/* ------------------------------------------------------------- */

h2 {
	color: #999;
	font-weight:normal;
	font-size:1.6em;
	margin: 8px 0 0 2px;
}

h3 {
	clear:both;
	margin:0 0 5px 0;
	padding:30px 0 0 0;
	font-weight:normal;
	font-size:1.5em;
	line-height: 110%;
	color: #84A070; /*#906;*/
}

h4 {
	clear:both;
	margin:0 0 5px 0;
	padding:10px 0 0 0;
	font-weight:bold;
	font-size:1.2em;
	line-height: 120%;
	color: #8c6227;
}

h5 {
	clear:both;
	margin:0 0 2px 0;
	padding:10px 0 0 0;
	font-weight:lighter;
	font-size:1.1em;
	line-height: 120%;
	color: #8c6227;	
}

h6 {
	clear:both;
	margin:0 0 1px 0;
	padding:10px 0 0 0;
	font-weight:400;
	font-size:1em;
	color:#555;
}

h7 {
	font-size:1em;
	font-weight:700;
}

xxxh7 {
	clear:both;
	font-family: 'PT Serif', serif;
	margin:0;
	padding:10px 0 0 0;
	font-weight:400;
	font-size:1em;
	color:#666;
}

/* ========= F O R M U L A R E  ============================================================================================ */

input[type=text], textarea {
	background-color:#F0F0F0;
	border:solid 1px #999;
	box-sizing: border-box;
	padding-left:5px;
	width:95%;
}

input, button, select, textarea {
	font-family: 'PT Sans', sans-serif;
	font-size: 1.2em;
	box-sizing: border-box;
}

select {
	font-size: 1em;
}

button, input[type=submit], input[type=button], div.button {
	display: inline-block;
   	background-color: #4CAF50;
    border: none;
	border-radius:7px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    padding: 8px 20px;
    margin: 4px 2px;
    cursor: pointer;
}

button a, button a:visited {
	color: #FFF;
}

/*input[type="button"], input[type="reset"], input[type="submit"] {
	height: 30px;
	background-color:#CCC;
	border-radius: 5px;
}*/

button:hover, input[type=submit]:hover, div.button:hover {
	background-color: #390;
	color: #FFF;	/*color:black;*/
}

p label, p.formulartext {
	margin:0 0 0 3px;
	padding:0;
}

label, .formulartext {
	font-family: 'PT Sans', sans-serif;
	font-size: 0.8em;
	color:#666;
}

label::after {
	content: ":";
}


/* ========= H I L F S M I T T E L ========================================================================================== */

hr {
	border:0;
	border-bottom:1px dotted #CCC;
	/*background: #DDD;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);*/
}

hr.weiter {
	margin-top: 30px;
}

.umbruch {
	clear:both;
}

.umbruchR {
	clear:right;
}

.umbruchSmart {
	display:none;
}

/* ------------------------------------------------------------- */

.abstand05, .abstand10, .abstand20, .abstand40 {
	clear:both;
	width:100%;
}

.abstand05 {
	height:5px;
}

.abstand10 {
	height:10px;
}

.abstand20 {
	height:20px;
}

.abstand40 {
	height:40px;
}


/* ==================================================================================================================================================================================================================================================================== */

/* ----- Seitenanpassung smart ---------------------------------------------------------*/

@media screen and (max-width:800px) {

body {
	background-image: none;
}

#bg {
	margin: 0;
	border-radius:0;
	width: 100%;
}

#stage {
	/* gesamter Rahmen inkl. main */
	width:75%;
	margin:0 auto 0 auto;
}

#kopfbild {
	width: 100%;
	height:unset;
	padding:0;
	margin:0;
}

#kopfbild img {
	position: unset;
	border-radius:0;
	width: 100%;
	height: auto;
}

header {
	width: 75%;
	margin:2px 10px 0 10px;
}

#logo {
	width:15%;
	margin: 2px 10px 0 0;
}

#logo img {
	width: 100%;
	max-width:80px;
	height: auto;
}

/* ------------------------------------------------------------- */

nav {
	display:none;
    position: absolute;
    top: 0;
    left:50px;
    z-index: 100;
	box-shadow:5px 5px 10px #333;
}

#smartmenu {
	display:block;
	position:absolute;
	z-index:50;
	/*background-color: #F96;*/
	height: 50%;
	vertical-align:top;
	margin: 10px 0 5px 15px;
	cursor: pointer;
}

/* ------------------------------------------------------------- */

main {
	margin:0 auto 0 auto;
	padding:0 2% 0 2%;
}

#zitat {
	background-position: 50% 0;
	background-size:contain;
	width: 100%;
	height: auto;
	min-height: 120px;
}

footer {
	width:100%;
	font-size:1.4em;
}

footer ul {
	display: block;
	margin:10px 0 0 10px;
}

footer ul li {
	float: none;
	border: none;
}

/* ========= GALERIE ========================================================================================== */

.prequad {
	width:150px;
	height:150px;
	margin:0 1.5% 1.5% 0;
}

.prequad img {
	height:150px;
}

/* ------------------------------------------------------------- */

}

@media screen and (max-width:540px) {

#stage {
	/* gesamter Rahmen inkl. main */
	width:100%;
}

main {
	margin:0;
}

.introbild {
	width:100%;
	margin:0;
	text-align: center;
}

.bild {
	width:calc(100% + 17px);
	margin-left:-10px;
}

/* ========= GALERIE ========================================================================================== */

.prequad {
	width:100px;
	height:100px;
	margin:0 1% 1% 0;
}

.prequad img {
	height:100px;
}

/* ------------------------------------------------------------- */

}

@media screen and (max-width:360px) {

header h1 {
	font-size:2em;
}

header h2 {
	font-size:0.8em;
}

/* ========= GALERIE ========================================================================================== */

.prequad {
	width:96px;
	height:96px;
	margin:0 1% 1% 0;
}

.prequad img {
	height:96px;
}

/* ------------------------------------------------------------- */

}
