@import "fonts.css";
/*d_grau*/
/*
@font-face {
	font-family: 'Callibri';
	src: url('/_intern/fonts/Calibri.ttf') format('truetype');
}
@font-face {
	font-family: 'CallibriBold';
	src: url('/_intern/fonts/Calibri-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Neris';
	src: url('/_intern/fonts/Neris-SemiBold.otf') format('truetype');
}
*/
.eins {
  width: 29.3%;
}
.eins_padding {
  padding: 23px 20px 40px 30px;
  width: 24.4%;
}
.zwei {
  width: 64.5%;
}
.drei {
  width: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.button {
  padding: 10px 20px;
  background-color: #fece00;
  background-image: -webkit-linear-gradient(top, #fece00, #fffffe);
  background-image: -moz-linear-gradient(top, #fece00, #fffffe);
  background-image: -o-linear-gradient(top, #fece00, #fffffe);
  background-image: -ms-linear-gradient(top, #fece00, #fffffe);
  background-image: linear-gradient(top, #fece00, #fffffe);
  /*fucking IE9 hat Pech gehabt*/
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 0px #777;
}
.button:hover {
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4);
}
* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  border: none;
}
body {
  /*font-family: 'Callibri';*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #ffffff;
}
h1,
h2 {
  font-size: 25px;
  /*font-family:'Neris';*/
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 35px;
  margin-top: 0;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
a {
  text-decoration: none;
}
strong,
b {
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
#wrapper {
  margin: 0 auto;
  position: relative;
}
.outer {
  width: 100%;
  max-width: 100%;
}
.inner {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}
#sprachmenu_outer {
  background-color: #fece00;
  padding: 4px 0;
  height: 25px;
  /*wieder weg, wenn Menu aktiviert ist*/
  position: relative;
}
#sprachmenu_outer #sprachmenu {
  text-align: right;
  position: relative;
  right: 20px;
}
#sprachmenu_outer #sprachmenu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#sprachmenu_outer #sprachmenu ul {
  float: right;
}
#sprachmenu_outer #sprachmenu ul li {
  list-style-type: none;
  float: left;
  color: white;
  min-width: 100px;
  text-transform: uppercase;
  font-size: 14px;
}
#sprachmenu_outer #sprachmenu ul li a {
  color: white;
}
#header .inner {
  padding: 25px 0 24px 0;
}
#header #logo {
  float: left;
}
#header #burgerbutton {
  position: absolute;
  left: 15px;
  top: -29px;
  display: none;
  width: 30px;
  height: 15px;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  position: relative;
}
#header #burgerbutton:after {
  content: '';
  position: absolute;
  width: 30px;
  border-top: 5px solid #ffffff;
  left: 0;
  top: 5px;
}
#head_bild img {
  max-width: 100%;
  height: auto;
}
#head_bild #slider_head .item .bild {
  position: relative;
}
#head_bild #slider_head .item .bild img {
  max-width: 100%;
  height: auto;
}
#head_bild #slider_head .item .bild .sl_container {
  position: absolute;
  left: 45%;
  top: 40%;
  width: 45%;
}
#head_bild #slider_head .item .bild .sl_container .sl_head {
  float: right;
  background-color: rgba(254, 206, 0, 0.9);
  display: inline-block;
  color: #363636;
  font-size: 30px;
  padding: 13px 20px 19px 20px;
}
#head_bild #slider_head .item .bild .sl_container .sl_text {
  float: right;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 284px;
  padding: 13px 20px 19px 20px;
  margin-top: 9px;
}
#testimonial {
  margin-top: 90px;
}
#testimonial .item {
  background-color: #ebebeb;
}
#testimonial .item .inner {
  padding: 75px 0 37px 0;
  width: 760px;
  min-height: 300px;
}
#testimonial .item .inner .bild {
  float: left;
  width: 250px;
}
#testimonial .item .inner .text {
  float: left;
  text-align: center;
  width: 400px;
  margin-left: 85px;
}
#testimonial .item .inner .text h3 {
  font-size: 19px;
  margin-bottom: 8px;
}
#testimonial .item .inner .text h4 {
  font-size: 14px;
}
#testimonial .item .inner .text .zitat {
  margin-top: 40px;
  font-family: 'Calligraffitti';
  color: #b2b2b2;
  font-size: 20px;
  line-height: 1.4em;
}
#testimonial .item .inner .text .mail {
  width: 80px;
  border-top: 1px solid #b4b4b4;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
}
#testimonial .item .inner .text .mail img {
  margin: 0 auto;
}
/*Ende Testimonial*/
#page {
  background-color: #ffffff;
}
#footer {
  display: flex;
  line-height: 0;
  color: white;
}
#footer a {
  color: white;
}
#footer .inner {
  marign: 0;
  padding: 0;
}
#footer .inner #footer_logo {
  margin: 20px 0 20px 0;
}
#footer .inner #adresse,
#footer .inner #footer_nav1,
#footer .inner #footer_nav2 {
  width: 300px;
  margin-right: 60px;
  float: left;
  line-height: 1.5em;
}
#footer .inner #footer_nav1 {
  margin-right: 0;
}
#footer .inner #footer_nav2 {
  width: 200px;
}
#footer .inner #sm {
  margin-top: 70px;
  text-align: center;
}
#footer ul {
  list-style-type: none;
  margin: 0;
}
#footer #copy {
  text-align: center;
  margin-top: 20px;
}
#content {
  margin-top: 48px;
  padding: 10px;
  color: #0a0a0a;
}
#content h1,
#content h2 {
  color: black;
  font-size: 25px;
}
#content .fliesstext a {
  text-decoration: underline;
  color: #7d7d7c;
}
.highlight {
  background-color: #fffffe;
}
.li {
  float: left;
  width: 700px;
  max-width: 100%;
  color: #818181;
  margin-top: 35px;
}
.kontakt {
  background-color: #fece00;
  color: #363636;
}
.kontakt a {
  color: #363636;
}
.kontakt h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px !important;
  color: #363636;
}
.welcome {
  margin-bottom: 40px;
  color: #818181;
}
#bereiche {
  margin-top: 28px;
}
#bereiche .item {
  width: 301px;
  float: left;
  margin: 0 30px 30px 30px;
}
#bereiche .item:nth-of-type(3n+1) {
  margin-left: 0;
}
#bereiche .item:nth-of-type(3n+0) {
  margin-right: 0;
}
#bereiche .item h2 {
  font-size: 21px;
  line-height: 1.2em;
  color: white;
  margin-bottom: 0;
}
#bereiche .item .bild {
  position: relative;
}
#bereiche .item .head {
  z-index: 10;
  position: absolute;
  text-align: center;
  width: 92%;
  margin: auto 0;
  height: 70px;
  left: 0;
  right: 0;
  top: -10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  margin: 20px auto 20px auto;
}
#bereiche .item .head h2 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#bereiche .item .text {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  width: 92%;
  height: 55.5%;
  left: 0;
  right: 0;
  top: 10px;
  background-color: rgba(254, 206, 0, 0.9);
  color: white;
  margin: 0 auto 0 auto;
  padding: 70px 0 16px 0;
  font-size: 18px;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
#bereiche .item .text a {
  color: white;
}
#bereiche .item .text .link {
  background-color: black;
  padding: 3px 6px;
  width: 120px;
  margin: 20px auto 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#bereiche .item .text .link a {
  color: white;
}
#bereiche .item:hover {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
#bereiche .item:hover .text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#bereiche .item:hover .head {
  /*
				.transition(all,  linear, 0.5s, 0s);
				.opacity(0);
				*/
  background-color: transparent;
}
#bereiche .item:hover .head h2 {
  color: #363636;
}
#map-canvas {
  width: 100%;
  height: 480px;
}
#vorteile {
  margin-top: 45px;
}
#vorteile h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}
#vorteile .item {
  width: 320px;
  float: left;
  margin: 0 30px 60px 0;
}
#vorteile .item:nth-of-type(3n+1) {
  margin-left: 0;
}
#vorteile .item:nth-of-type(3n+0) {
  margin-right: 0;
}
#vorteile .item .icon {
  text-align: center;
}
#vorteile .item .text {
  text-align: center;
  width: 240px;
  font-weight: bold;
  margin: 0 auto 0 auto;
  padding: 20px 0;
  font-size: 17px;
  line-height: 1.2em;
  color: #414141;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
#inhalt .kontaktbox {
  background-color: #fece00;
  padding: 35px 40px;
  position: relative;
}
#inhalt .kontaktbox .bild {
  float: right;
  line-height: 0;
}
#inhalt .kontaktbox .text {
  float: left;
  width: 250px;
  color: white;
  color: #363636;
}
#inhalt .kontaktbox .text .mail {
  background-color: black;
  color: white;
  width: 115px;
  margin: 25px auto 0 auto;
  padding: 3px 0;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 35px;
  left: 100px;
}
#inhalt .kontaktbox .text .mail a {
  color: white;
  color: #363636;
}
#inhalt .row {
  color: #7d7d7c;
  border-bottom: 2px solid #fece00;
  margin-bottom: 40px;
  padding-bottom: 40px;
  /*	
		.full
		{
		.drei();
	}

		.zwei
		{
		.zwei();
		&.left
		{
		//float:left;
	}
		&.right
		{
		//float:right;
	}
	}


		.eins
		{
		.eins();
		&.left
		{
		//float:left;
	}
		&.right
		{
		//float:right;
	}
	}
		*/
}
#inhalt .row.last {
  border-bottom: none;
  margin-bottom: 0;
}
#kontakt {
  margin-top: 60px;
}
#kontakt .item {
  position: relative;
  float: left;
  margin: 0 30px;
  margin-bottom: 52px;
}
#kontakt .item:nth-of-type(3n+1) {
  margin-left: 0;
}
#kontakt .item:nth-of-type(3n+0) {
  margin-right: 0;
}
#kontakt .item a {
  text-decoration: none;
}
#kontakt .item .text {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  width: 80%;
  height: 75%;
  left: 0;
  right: 0;
  top: 8px;
  background-color: rgba(254, 206, 0, 0.9);
  color: #363636;
  margin: 0 auto 0 auto;
  padding: 20px;
  font-size: 17px;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
#kontakt .item .text .kt_outer {
  width: 100%;
  height: 194px;
  position: relative;
}
#kontakt .item .text .kt_inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#kontakt .item .text .name {
  font-weight: bold;
  font-size: 20px;
}
#kontakt .item .text a {
  color: white;
}
#kontakt .item .text .link {
  background-color: black;
  padding: 3px 6px;
  width: 120px;
  margin: 20px auto 0 auto;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
#kontakt .item .text .link a {
  color: white;
}
#kontakt .item:hover {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
}
#kontakt .item:hover .text {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#kontakt .item:hover .head {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
#footer {
  background-color: #363636;
  background-image: url('/_intern/pics/bg_footer.png');
  background-repeat: no-repeat;
  background-position: 82% 0;
  min-height: 465px;
}
/* -------------------
NAVIGATION
----------------------*/
#mainmenu {
  float: right;
  position: relative;
  margin-top: 23px;
  background-color: white;
}
#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 25px;
  /*/ul*/
}
#nav li {
  float: left;
  position: relative;
  color: #7c7c7b;
}
#nav a {
  display: block;
  padding: 3px 23px;
  text-decoration: none;
  color: #7c7c7b;
  background-color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
}
#nav a.last {
  padding-right: 0;
}
#nav a.aktiv,
#nav a:hover {
  color: #000000;
  text-shadow: 0 0 0 black;
}
#nav a.aktiv.last,
#nav a:hover.last {
  padding-right: 0;
}
#nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
  line-height: 20px;
  position: absolute;
  display: none;
  top: 28px;
  left: 7px;
  z-index: 1001;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
#nav ul li {
  border-bottom: 1px solid white;
}
#nav ul li:hover {
  background-color: #fece00;
}
#nav ul a {
  float: left;
  font-size: 12px;
  width: 215px;
  padding: 3px 0 3px  15px;
  background-color: transparent;
  color: #7d7d7d;
}
#nav ul a:hover {
  /*
				font-family: 'Callibri';
				color:white;
				padding: 3px 0 3px  15px;
				*/
}
#nav ul li ul {
  top: auto;
}
#nav ul ul {
  left: 12em;
  margin: 0px 0 0 10px;
}
#nav li.last ul {
  left: -15px;
}
#nav li.last ul li a {
  width: 150px;
}
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li:hover ul ul ul ul {
  display: none;
}
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li li li li:hover ul {
  display: block;
}
/* -------------------
NAVIGATION ENDE
----------------------*/
/*-------------------------
Mobile Navigation
--------------------------*/
/*fastschwarz*/
/*
#mobilenav li.head
{
	cursor:pointer;
	.home
	{
		padding-top:5px;
		height:31px;
	}

}

#mobile_menuicon
{
	position:absolute;
	left:15px;
	top:15px;
	z-index:3;
}

#mobilemenu {
	display:none;
	position: absolute;
	left: -1%;
	top: 0px;
	top: 14px;
	padding-left: 12px;
	z-index: 5;

}




#mobilemenu ul {
	margin: 0px;
	padding: 0px;
}

#mobilenav li {
	list-style-type: none;
	margin-left:0;
}

#mobilenav {
	border-right: 1px solid @bordercolor;
	position: absolute;
	top: 0px;
	background-color: @schmuckfarbe1;
	width: 250px;
	left: -250px;
	.roundall(5px);
	.schatten;

	ul
	{
		.roundall(5px);
	}

}

.dlevel1,.ulevel2
{
	display:none;
}



#mobilenav li {

	.icon
	{
		float:left;
		width:20px;
		height:20%;
		margin-right:7px;
		margin-top:1px;

		img
		{
			width:100%;
			height:auto;
		}

	}
}

#mobilenav li.head {
	color:@schmuckfarbe1;
	font-weight: bold;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	height: 64px;
	line-height: 64px;
	padding: 0px 8px;



	.gradient(top, #ffffff, #e8e8e8);


	div
	{
		float:left;
		&.menu
		{
			margin-left:50px;
		}
		&.close
		{
			float:right;
			margin-right:10px;
			color:@schmuckfarbe1;
		}

	}

}

#mobilenav {
	li 
	{
		border-bottom:1px solid @bordercolor;
		a {
			font-size: 18px;
			display: block;
			color: #4A4A4A;
			text-decoration:none;
			padding: 0px 15px;
			line-height:45px;
		}
	}
}


input[type='button']
{
	margin-bottom:20px;
}



#mobilenav .dlevel1 li 
{
	border:none;

}

#mobilenav .dlevel1 li > a {

	font-size: 15px;
	color:#2C2C2C;
	text-decoration:none;
	display: block;

	padding: 9px 15px 9px 25px;
	line-height: 1.3em;
}

#mobilenav  li ul li ul li 
{


	a {   
		background-color: lighten(@schmuckfarbe1, 10%)!important;
		padding-left:35px!important;

	}

}

#mobilenav 
{
	.desktopbutton 
	{
		a
		{
			color:#4A4A4A;
			background-color: lighten(@schmuckfarbe1, 10%)!important;
		}
		text-align: center;



	}


	select
	{
		position:relative;
		top:-12px;			
		width:215px;
		color:black;

	}
}
*/
/*-------------------------
Ende mobile Navigation
---------------------------*/
/*-------------------------
Mobile Navigation
--------------------------*/
/*fastschwarz*/
#mobilenav li.head {
  cursor: pointer;
}
#mobilenav li.head .home {
  padding-top: 5px;
  height: 31px;
}
#mobile_menuicon {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
}
#mobilemenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 5;
}
#mobilemenu ul {
  margin: 0px;
  padding: 0px;
}
#mobilenav li {
  list-style-type: none;
  margin-left: 0;
}
#mobilenav {
  border-right: 1px solid #cccccc;
  position: absolute;
  top: 0px;
  background-color: rgba(254, 206, 0, 0.9);
  /*
	width: 250px;
	left: -250px;
	*/
  width: 100vw;
  top: -500px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
.dlevel1,
.ulevel2 {
  display: none;
}
#mobilenav li .icon {
  float: left;
  width: 20px;
  height: 20%;
  margin-right: 7px;
  margin-top: 1px;
}
#mobilenav li .icon img {
  width: 100%;
  height: auto;
}
#mobilenav li.head {
  height: 64px;
  line-height: 64px;
  padding: 0px 8px;
  background-color: transparent;
}
#mobilenav li.head div {
  float: left;
}
#mobilenav li.head div.menu {
  margin-left: 50px;
}
#mobilenav li.head div.close {
  position: relative;
  float: right;
  right: 10px !important;
  top: 7px !important;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
#mobilenav li.head div.close img {
  width: 25px;
  height: auto;
}
#mobilenav li a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  color: #333333;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 45px;
}
input[type='button'] {
  margin-bottom: 20px;
}
#mobilenav .dlevel1 li {
  border: none;
}
#mobilenav .dlevel1 li > a {
  font-size: 15px;
  color: #4d4d4d;
  text-decoration: none;
  display: block;
  padding: 9px 15px 9px 25px;
  line-height: 1.3em;
}
#mobilenav li ul li ul li a {
  background-color: #ffd832 !important;
  padding-left: 35px !important;
}
#mobilenav .desktopbutton {
  text-align: center;
}
#mobilenav .desktopbutton a {
  color: white !important;
  background-color: #fece00 !important;
}
#mobilenav select {
  position: relative;
  top: -12px;
  width: 215px;
  color: black;
}
/*-------------------------
Ende mobile Navigation
---------------------------*/
.suchergebnis {
  margin-bottom: 15px;
}
#formular .req {
  color: red;
}
#formular .row {
  margin: 3px 0px;
}
#formular .row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#formular .row .value {
  position: relative;
  display: inline-block;
  float: left;
}
#formular .row .value.binweg {
  display: none;
}
#formular .row .desc {
  float: left;
  width: 130px;
}
#formular input[type="text"],
#formular input[type="url"],
#formular input[type="email"],
#formular textarea,
#formular select.webselect {
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 300px;
  padding: 10px 5px;
}
#formular input[type="checkbox"],
#formular input[type="radio"] {
  margin-right: 3px;
}
#formular select.webselect {
  width: 311px;
}
#formular textarea {
  width: 200px;
  height: 150px;
}
#formular input[type="submit"] {
  background-color: #fece00;
  border: 0;
  width: 300px;
  font-weight: bold;
  padding: 10px 10px;
  margin-top: 10px;
  color: #0a0a0a;
}
#formular .hidden {
  display: none;
}
#formular .abhaengig {
  display: none;
}
#formular .radio_ul,
#formular .checkbox_ul {
  list-style-type: none;
  list-style-position: outside;
}
/*/formular*/
.form_edit_container {
  background-color: white;
  border: 1px solid  #3B3B3B;
  padding-bottom: 20px;
}
.form_controller {
  background-color: #EF8C11;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
#sitemap {
  padding-left: 15px;
}
#sitemap ul {
  padding-left: 15px;
}
/* -------------------
FORM VALIDATOR START
----------------------*/
#formular input.error,
#formular textarea.error,
#formular select.error {
  border: 1px solid rgba(255, 0, 0, 0.9);
}
#formular input.valid,
#formular textarea.valid,
#formular select.valid {
  /* border: 1px solid green; */
}
#formular label.error {
  width: 240px;
  position: absolute;
  right: -280px;
  top: -8px;
  padding: 8px;
  border: 1px solid #cccccc;
  background-color: rgba(255, 0, 0, 0.9);
  color: #0a0a0a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}
/* -------------------
FORM VALIDATOR ENDE
----------------------*/
#cookiebanner {
  text-align: center;
  border-bottom: 1px solid black;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: fixed;
  bottom: 0px;
  z-index: 10000;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
}
#cookiebanner a {
  color: #fff;
  text-decoration: underline;
}
#cookiebanner div {
  padding: 10px;
  padding-right: 40px;
}
#cookiebannerCloser {
  color: #2F2F2F;
  font: 14px/100% arial, sans-serif;
  /*
	position: absolute;
	right: 5px;
	*/
  margin: 0 auto;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  top: 5px;
  cursor: pointer;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid #7b92a9;
  border-right: 1px solid #7b92a9;
  padding: 4px;
  background: #ced6df;
  /* Old browsers */
}
#cookiebannerCloser:hover {
  border-bottom: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid #7b92a9;
  border-left: 1px solid #7b92a9;
}
