/*@charset "utf-8";*/
/* CSS Document */

/* Variablen festlegen ------------------------------------------ */
:root {
	--primary-0: rgba(167,137, 61,1);	/* Main Primary color */
	--primary-1: rgba(248,225,168,1);
	--primary-2: rgba(204,176,105,1);
	--primary-3: rgba(130,102, 29,1);
	--primary-4 : rgba( 88, 64,  5,1);
	
	--secondary-1-0: rgba(167,154, 61,1);	/* Main Secondary color (1) */
	--secondary-1-1: rgba(248,238,168,1);
	--secondary-1-2: rgba(204,192,105,1);
	--secondary-1-3: rgba(130,118, 29,1);
	--secondary-1-4: rgba( 88, 77,  5,1);
	
	--secondary-2-0: rgba(167,117, 61,1);	/* Main Secondary color (2) */
	--secondary-2-1: rgba(248,210,168,1);
	--secondary-2-2: rgba(204,157,105,1);
	--secondary-2-3: rgba(130, 83, 29,1);
	--secondary-2-4: rgba( 88, 49,  5,1);
	
	--complement-0: rgba( 51, 60,115,1);	/* Main Complement color */
	--complement-1: rgba(122,129,170,1);
	--complement-2: rgba( 81, 89,140,1);
	--complement-3: rgba( 29, 37, 89,1);
	--complement-4: rgba( 11, 17, 60,1);
	
	--navKopf: rgba(255,251,230,1);
	--navKopfHover: rgba(130, 83, 29,1);
	--navKopfHoverText: var(--secondary-1-1, rgba(248,238,168,1));
	--inhaltTitel: rgba(210,166,94,1);
	--inhaltUntertitel: rgba(167,154, 61,1);	
	--inhaltEinleitungstext: rgba( 81, 89,140,1);
	--inhaltFliesstext: rgba( 101, 109,160,1);
	--hgFelder:rgba(248,225,168,1);
	--colorLabelFelder:rgba(255,255,255,1);
	--hgInputFelder: rgba(250,250,245,1);
	--hgButtonFelder: rgba( 81, 89,140,1);
	--colorButtonFelder: rgba(230,230,240,1);
	--hgFuss: rgba( 51, 60,115,1);
	
	--breiteWebseite: 1400px;
}


/* HTML Formatierungen ------------------------------------------------------------------------- */
html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Catamaran, sans-serif;
	padding: 0;
	margin: 0;
	background-image: url(../grafik/HGBody.png);
	background-repeat: no-repeat;
	background-position: left 100px top 200px;
}

h1 {
	font-family: Catamaran, sans-serif;
	font-weight: 200;
	font-size: 1.8em;
	color:rgba(167,154, 61,1);	
}

/* Kopf, Navigation --------------------------------------------------------------------------- */
.divKopf {
	position: fixed;
	top: 0px;
	width: 100%;
	min-height: 100px;
	background-color: rgba(255,251,230,1);
	background-color: #FFF;
	padding-bottom: 30px;
	box-shadow: 1px 1px 15px #000;
	z-index: 100;
	overflow: visible;
	max-height: 100px;
}


.divKopfContainer {
	position: absolute;
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
}

.divLogoKopf {
	position: absolute;
	width: 20%;
	left: 0;
	height: 80%;
	padding: 10px;
	padding-left: 50px;
}

.divLogoKopf img {
	position: absolute;
	/* [disabled]width: 20%; */
	left: 0;
	height: 80%;
	padding: 10px;
	padding-left: 50px;
}


.divNavKopf {
	position: absolute;
	right: 0;
	bottom: 0;
	font-family: Catamaran, sans-serif;
	font-size: 18px;
	text-align: right;
	padding-right: 30px;
}

.divNavMenuPunkt {
	position: relative;
	bottom: 0;
	float: left;
	padding: 5px 20px;
}

.divNavMenuPunktSubmenu {
	position: relative;
	float: left;
	padding: 5px 20px;
}

.divNavSubmenu {
	position: absolute;
	top: 0px;
	display: none;
	cursor: pointer;
	z-index: 100;
}

.divNavSubmenuPunkt {
	position: relative;
	width: 100%;
	background-color: #FFF;
	border-bottom: thin solid #006;
	box-shadow: 1px 1px 5px #999;
	text-align: left;
	padding: 5px 0px 5px 20px;
	float: none;
}

.divNavMenuPunktSubmenu:hover > .divNavSubmenu {
	/* [disabled]top: 100px; */
	display: block;
}

.divNavKopf a:visited, a:link {
	text-decoration: none;
	color: rgba(140,140,140,1);
}

.divNavKopf a:hover, a.home:hover {
	color: rgba(153,153,153,1);
}

.divNavKopf a.home {
	color: rgba( 81, 89,140,1);
}

/*.liMenu {
	list-style: none;
	display:inline;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	margin: 0px 15px 10px 0px;
	padding: 0;
}

.liMenu a:visited, a:link{
	text-decoration: none;
	color: rgba(204,204,204,1);
}

.liMenu a:hover, a.home:hover{
	color: rgba(153,153,153,1);
}

.liMenu a.home {
	color: rgba( 81, 89,140,1);
}
*/


/* Inhalte --------------------------------------------------------------------------- */
.divInhalt {
	position: relative;
	max-width: 1400px;
	max-width: var(--breiteWebseite);
	color: rgba(102,102,102,1);
	/* [disabled]color: var(--inhaltFliesstext); */
	margin: 0 auto;
	margin-top: 160px;
	font-family: "Catamaran", sans-serif;
	font-size: 1.4em;
	font-weight: 100;
	line-height: 1.6em;
	margin-bottom: 0px;
	padding: 30px;
	padding-top: 0px;
}

.randUnten100 {
	margin-bottom: 100px;
	/* [disabled]padding-bottom: 100px; */
}

.randUnten150 {
	margin-bottom: 150px;
	/* [disabled]padding-bottom: 150px; */
}

.randUnten200 {
	margin-bottom: 200px;
	/* [disabled]padding-bottom: 200px; */
}

.divInhalt li {
	margin-bottom: 20px;
}

/*.divInhalt h1{
	font-size: 4vh;
	font-weight: bold;
	margin-bottom: 5vh;
}
*/
.divInhaltTeaser {
	position: relative;
	width: 100%;
	max-height: 200px;
}

/*.divInhalteHiText {
	position: relative;
	min-height: 200px;
	width: 80%;
	margin: 0 auto;
}
*/

.divInhalteHiText {
	box-sizing: border-box;
	width: 80%;
	min-height: 250px;
	margin: 0 auto;
}

.divInhalteHiText1, .divInhalteHiText2, .divInhalteHiText3 {
	position: relative;
	width: 4%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2.5vh;
	background-color: rgba(204,204,204,0.5);
	color: #666;
	text-align: center;
	text-shadow: 2px 2px 5px #666;
	margin-top: 3%;
	padding: 2%;
	float: left;
	margin-right: 15%;
	margin-left: 2%;
	box-shadow: 1px 1px 2px #666;
}

.divInhalteHiText1 {
	/* [disabled]left: 7vw; */
}

.divInhalteHiText2 {
	left: 30vw;
}

.divInhalteHiText3 {
	left: 20vw;
}

.divInhalteHiText1a, .divInhalteHiText2a, .divInhalteHiText3a {
	position: relative;
	/* display: inline; */
	/* [disabled]width: 30vw; */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 30px;
	/* height: 30%; */
	/* [disabled]background-color: rgba(102,102,102,1); */
	/* [disabled]background-color: var(--inhaltTitel); */
	color: #666;
	text-align: center;
	margin-top: 30px;
	padding: 20px;
	box-shadow: 5px 5px 15px #666;
	border-radius: 5px;
}

.divInhaltImage {
	position:relative;
	width: 500px;
	float: right;
	margin-left: 10px;
}

.divInhaltImage img {
		box-shadow: 0px 0px 7px #ccc;
}

.divInhalteDekoLinie {
	position: relative;
	width: 15vw;
	background-color: rgba(51,51,51,1);
	/* [disabled]background-color: var(--inhaltTitel); */
	background-image: url(../grafik/inputContainer_1.jpg);
	color: #FFF;
	margin: 0 auto;
	margin-top: 40px;
	padding: 0px;
	box-shadow: 2px 2px 10px #333333;
	border-radius: 5px;
	max-height: 5px;
	margin-bottom: 70px;
}

.inhalteTitel {
	font-size: 1.8em;
	font-weight: bold;
	color: rgba(167,154, 61,1);	
	color: var(--inhaltUntertitel);
	margin-bottom: 1em;
}

.inhalteUntertitel {
	font-size: 1.3em;
	color:rgba(167,154, 61,1);	
	color: var(--inhaltUntertitel);
	margin-bottom: 1em;
}

.pUntertitel {
	line-height: 1.2em;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	font-weight: 400;
}

.pFliesstext {
	margin-top: 0;
}

.inhalteSubtitel {
	font-size: 1.1em;
	font-weight: bold;
	color: rgba( 101, 109,160,1);
	color: var(--inhaltFliesstext);
	margin-bottom: 1em;
}

.inhalteSubtext {
	font-size: 0.7em;
	line-height: 1.2em;
}

.inhalteEinleitungsText {
	font-size: 1.1em;
	font-weight: bold;
	color: rgba( 81, 89,140,1);
	color: var(--inhaltEinleitungstext);
	margin-bottom: 1em;
}

.inhalteFliesstext {
}

.divInhalteFusstext {
	position: relative;
	width: 80%;
	top: 70%;
	margin: 0 auto;
	margin-top: 65px;
	margin-bottom: 0px;
	padding-bottom: 100px;
	float: none;
	clear: both;
}

.mehr {
	color:rgba(167,154, 61,1);	
	color: var(--inhaltUntertitel);
}

.divInhalteFusstextBildlinks {
	position: relative;
	width: 100%;
	padding: 15px;
	padding-bottom: 30px;
	margin-bottom: 55px;
	min-height: 230px;
}

/* Dienstleistungen ------------------------------------------------------------------------------------------- */
.divDienstleistungenTextLink {
	text-align: right;
}

a.linkDienstleistungenAngebot:visited, a.linkDienstleistungenAngebot:link{
	font-size: 0.9em;
	text-decoration: none;
	color:rgba(167,154, 61,1);
}

a.linkDienstleistungenAngebot:hover {
	color: rgba(130, 83, 29,1);
	color: var(--navKopfHover);
}

.divDienstleistungenTextNav {
	text-align: center;
}

a.linkDienstleistungenTextNav:visited, a.linkDienstleistungenTextNav:link{
	font-size: 0.6em;
	text-decoration: none;
	color: #990000;
}

a.linkDienstleistungenTextNav:hover {
	color: rgba(130, 83, 29,1);
	color: var(--navKopfHover);
}

.divInhalteBildDienstleistung {
	position: relative;
	width: 30%;
	float: left;
	margin-left: 1%;
	font-size: 0.6em;
	line-height: 1.5em;
}

.divInhalteBildDienstleistung img {
	width: 100%;
	margin-bottom: 5px;
}

.divInhalteBildDienstleistung a {
	color: rgba( 101, 109,160,1);
	color: var(--inhaltFliesstext);
}

.divInhaltBildLinks {
	width: 50%;
	float: left;
	margin: 2%;
	margin-left: 0;
	margin-bottom: 1%;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #000;
}

.divInhaltBildRechts {
	width: 50%;
	float: right;
	margin: 2%;
	margin-right: 0;
	border-radius: 10px;
	box-shadow: 2px 2px 10px #000;
}

.paddingInhaltDienstleistung {
	padding-bottom: 200px;
}

/* Team ---------------------------------------------------------------------------*/

.divInhalteGruppe {
	position: relative;
	width: 100%;
	height:400px;
}
.divInhalteGruppe img {
	width: 100%;
	height: 100%;
}

/* rechte Spalte ---------------------------------------------------------------------------*/
.divInhalteTeam {
	position: relative;
	width: 40%;
	height: auto;
	/* [disabled]margin-bottom: 150px; */
	float: left;
	font-size: 0.8em;
	line-height: 1.0em;
}

.divInhalteTeamZeile {
	position: relative;
	width: 100%;
	/* [disabled]min-height: 200px; */
	float: none;
	padding: 0px 0px 20px 0px;
}

.divInhalteTeamfoto {
	position: relative;
	width: 150px;
	height: 200px;
	/* [disabled]border: 1px solid #12097D; */
	border-radius:  75px/100px;
	overflow: hidden;
	float: left;
	box-shadow: 2px 2px 10px #000000;
}

.divInhalteTeamfoto  img{
	position: relative;
	width: 100%;
	height: 100%;
}

.divInhalteTeamfotoText {
	float: left;
	margin-top: 50px;
	margin-left: 30px;
}

.divInhalteTeamFusstext {
	padding: 30px;
	margin-top: 100px;
}

.divInhalteTeamFusstext {
	clear: both;
}

/* linke Spalte ---------------------------------------------------------------------------*/
.divInhalteTeamText  {
	position: relative;
	width: 60%;
	height: auto;
	/* [disabled]margin-bottom: 150px; */
	float: left;
}
.divInhalteTeamText  img {
	box-shadow: 5px 5px 15px #999;
	border-radius: 10px;
}

.divInhalteTeamTextMerksatz {
	position: relative;
	width: 100%;
	height: auto;
	margin:0 auto;
	margin-bottom: 150px;
	font-size: 1.4em;
	text-align: center;
	float: none;
}

.divInhalteTeamTextHi  {
	font-size: 1.0em;
	font-weight: bold;
}

/* Kontakt ---------------------------------------------------------------------------*/

::placeholder {
  color: #999;
}

form {
	padding: 0;
	margin: 0;
	line-height: 1.0em;
}
.spanText {
	padding: 0px;
	margin: 0;
}

.divFehlermeldung {
	position: relative;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 10px;
	color: rgba(153,0,0,1);
	color: rgb(255, 0, 0);
	font-size: 1.0em;
}

.divInputContainer {
	position: relative;
	width: 60%;
	overflow: hidden;
	padding: 8px;
	margin: 0 auto;
	margin-bottom: 5px;
	background-color: rgba(248,225,168,1);
	background-image: url(../grafik/inputContainer_1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	color: rgba(153,0,0,1);
	background-color: var(--hgFelder);
	color: var(--colorLabelFelder);
	box-shadow: 2px 2px 10px #000;
	border-radius: 10px;
}

.divInputLabel {
	position: relative;
	width: 35%;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}

.divInputFeld {
	position: relative;
	width: 60%;
	float: left;
}

.inputFelder {
	width: 100%;
	padding: 5px;
	background-color: rgba(250,250,245,1);
	background-color: var(--hgInputFelder);
	font-size: 100%;
}

.inputTextarea {
	width: 100%;
	padding: 5px;
	background-color: rgba(250,250,245,1);
	background-color: var(--hgInputFelder);
	font-family: Catamaran, sans-serif;
	font-size: 100%;
}

.divInputButtonContainer {
	position: relative;
	width: 60%;
	overflow: hidden;
	padding: 8px;
	margin: 0 auto;
	margin-bottom: 5px;
	/* [disabled]background-color: var(--hgFelder); */
	color: rgba(153,0,0,1);
	color: var(--colorLabelFelder);
	/* [disabled]box-shadow: 2px 2px 10px #000; */
	/* [disabled]border-radius: 10px; */
}

.divInputButtonContainer a:hover {
	color: rgba(18, 9, 125, 1);
}

.divInputCheckbox {
	font-size: 0.6em;
	float: left;
	color: black;
}

.inputButton {
	position: relative;
	float: right;
	width: 30%;
	height: 30px;
	background-color: rgba( 81, 89,140,1);
	color: rgba(230,230,240,1);
	background-color: var(--hgButtonFelder);
	color: var(--colorButtonFelder);
	box-shadow: 2px 2px 5px #000;
	border-radius: 5px;
}

.inputButton:hover {
	background-color: rgba(0,0,255,1);
	/* [disabled]color: rgba(230,230,240,1); */
	/* [disabled]background-color: var(--hgButtonFelder); */
	/* [disabled]color: var(--colorButtonFelder); */
	/* [disabled]box-shadow: 2px 2px 5px #000; */
	/* [disabled]border-radius: 5px; */
}

/* Impressum --------------------------------------------------------------------*/

.divImpressumAdresse {
	position: relative;
	width: 80%;
	margin: 0 auto;
	font-family: Catamaran, sans-serif;
	font-size: 1.0em;
}

.divImpressumCopyright {
	position: relative;
	width: 80%;
	margin: 0 auto;
	font-family: Catamaran, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 150px;
	color: #99A;
}

.impressumSubtitelFett {
	font-size: 1.2em;
	font-weight: bold;
}

.divImpressumHaftungsausschluss {
	font-family: Catamaran, sans-serif;
	font-size: 0.5em;
	line-height: 1.0em;
	margin-top: 100px;
	margin-bottom: 150px;
	padding-left: 20%;
	color: #99A;
}

/* Datenschutz ---------------------------------------------------------------- */
h4 a[name] {
	display: block;
	position: relative;
	top: -150px;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
}

.divInhaltDatenschutz {
	position: relative;
	width: 80%;
	/* [disabled]margin: 0 auto; */
	font-family: "Catamaran", sans-serif;
	font-weight: 100;
	font-size: 0.8em;
	line-height: 1.3em;
	padding-bottom: 150px;
	float: left;
}

.divInhaltDatenschutz h4 {
	margin-bottom: 0px;
}

.divInhaltDatenschutz p {
	margin-top: 0px;
}

li.liDatenschutzAdresse {
	list-style-type:none;
	padding: 2px;
	margin: 0;
	line-height: 1.0em
}

.divDatenschutzNavigation {
	position: fixed;
	width: 20%;
	top: 150px;
	right: 10px;
	max-height: calc(90% - 170px);
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 0.5em;
	float: right;
	line-height: 1.0em;
	margin: 0;
}
.divDatenschutzNavigation a:hover {
	color: #006;
}

li.li1DatenschutzNavigation {
	line-height: 1.0em;
	margin: 0;
}

li.li2DatenschutzNavigation {
	line-height: 1.0em;
	margin: 0;
	list-style-type: lower-latin;
}


/* Fuss --------------------------------------------------------------------------- */
.divFuss {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color:  rgba(0,0,51,1);
	color:  rgba( 51, 60,115,1);
	/* [disabled]background-color: var(--hgFuss); */
	/* [disabled]color: var(--complement-0); */
	padding-top: 5px;
	padding-bottom: 5px;
	box-shadow: 5px 5px 15px #000;
}

.divNavFuss {
	position: relative;
	width: 90%;
	min-width: 50%;
	margin: 0 auto;
	color: rgba(248,225,168,1);
	color: var(--primary-1);
	font-family: Catamaran, sans-serif;
	font-size: 0.6em;
}

.divNavFussSpalte {
	position: relative;
	width: 200px;
	float: left;
}

.divNavFussSpalteRechts {
	position: absolute;
	width: 98%;
	float: none;
	font-size: 0.6em;
	font-weight: normal;
	margin: 0 auto;
	text-align: right;
	bottom: 2px;
}

.divNavFuss li {
	list-style: none;
	/* [disabled]margin-bottom: 10px; */
}

.divNavFussTitel {
	font-family: Catamaran, sans-serif;
	font-size: 1.3em;
}

.divNavFuss a {
	color: rgba(248,225,168,1);
	color: var(--primary-1);
}

.divNavFuss a:hover {
	color: #e6e6f0;
}

/* Videoplayer ------------------------------------------------------------------------- */
.divVideoplayer {
	position: relative;
	width: 600px;
	margin: 0 auto;
}

.videoplayer {
	/* [disabled]margin: 0 auto; */
}
