/*blau*/
/*grau*/
/*@seitenbreite:1600px;*/
/*
.titel_mit_linien
{

	padding: 10px 0px;			
	margin-bottom:30px;
	font-size: 53px;
	line-height: 1;
	letter-spacing: 10px;
	color:White;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-transform: uppercase;
}

*/
.button {
  width: 100px;
  text-align: center !important;
  margin: 22px auto 0 auto;
  font-size: 14px;
  padding: 11px 18px;
  color: white;
  border: 1px solid white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
}
.button a {
  color: white;
  text-decoration: none !important;
}
.button.fill {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
}
.button.dunkel {
  color: #58585a;
  border: 1px solid #58585a;
}
.button.dunkel a {
  color: #58585a;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #504e4e;
  border: 1px solid transparent;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -ms-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
}
.button.float {
  float: left;
}
.button.float:first-of-type {
  margin-right: 25px;
}
.button.float:last-of-type:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*@import url(https://fonts.googleapis.com/css?family=Old+Standard+TT);*/
/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700);*/
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
*/
* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
.arrow-6 {
  /* more triangle */
  height: 8px;
  width: 8px;
  border: 1px solid rgba(255, 70, 0, 0.6);
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
}
.arrow-6:before,
.arrow-6:after {
  content: '';
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  border-width: 3px 3px 0 0;
}
.arrow-6:before {
  border: 1px solid rgba(255, 70, 0, 0.3);
  border-width: 3px 3px 0 0;
  /* top - distance minus border */
  top: 7px;
  left: -10px;
}
.arrow-6:after {
  border: 1px solid #ff4600;
  border-width: 3px 3px 0 0;
  /* top - distance plus border */
  top: -13px;
  left: 10px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  background-color: #ffffff;
}
.times {
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
}
a {
  /*color:@schmuckfarbe1;*/
  color: #ff4600;
}
/*
h1 {
font-size:16px; 

}

h2 {
font-size:14px;
}

h3 {
font-size:13px;
}
*/
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
  margin: 15px 0 10px 0;
}
h3 {
  font-size: 16px;
  margin: 5px 0 10px 0;
}
a {
  text-decoration: none;
}
a.weiterlesen {
  cursor: pointer;
}
/*für Editor*/
.blau {
  color: #00769b;
}
#MeinText {
  display: none;
}
.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
#wait {
  height: 100px;
  width: 100px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
}
#burgerbutton {
  z-index: 1;
  position: absolute;
  left: 10px;
  top: 12px;
  display: none;
  width: 35px;
  height: 15px;
  /*
	border-top:@linie solid @hellgrau;
	border-bottom:@linie solid @hellgrau;
	*/
  border-top: 2px solid #00769b;
  border-bottom: 2px solid #00769b;
}
#burgerbutton:after {
  content: '';
  position: absolute;
  width: 35px;
  border-top: 2px solid #00769b;
  left: 0;
  top: 6px;
}
#wrapper {
  margin: 0 auto;
  width: 100%;
  position: relative;
  /* margin-bottom:20px; */
  /*min-width: 320px; */
}
#header {
  position: relative;
  height: 204px;
}
#header #logo_container {
  background-image: url('/_intern/pics/bg_header.png');
  position: relative;
  width: 100%;
  text-align: center;
  height: 100%;
}
#header #logo_container.sticky {
  position: fixed;
  z-index: 1;
}
#header #logo {
  display: block;
  max-width: 60%;
  margin: 0 auto;
  padding-top: 35px;
  /* padding-bottom: 31px; */
}
#page {
  background-color: #ffffff;
}
#footer {
  background-color: #00769b;
  color: white;
}
#content {
  padding: 10px;
  color: #151515;
}
.highlight {
  background-color: #9be7ff;
}
.outer {
  width: 100%;
  margin: 0px;
}
.outer.bg {
  padding-top: 40px;
  background-image: url('/bilder/startseite/raster.jpg');
}
.outer.blau {
  padding-top: 40px;
  background-image: url('/_intern/pics/bg_content.jpg');
  color: white;
  font-size: 16px;
}
.outer.blau a {
  color: white;
}
.inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#uebersicht {
  padding-top: 40px;
  background-image: url('/_intern/pics/bg_content.jpg');
}
#uebersicht h1 {
  margin: 0 auto;
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding: 10px 0px;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  color: white;
  padding: 22px 0px;
  margin: 0 auto 20px auto;
  text-align: center;
}
#uebersicht h1:before,
#uebersicht h1:after {
  content: "";
  width: 80%;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 1px solid #ffffff;
}
#uebersicht h1:after {
  margin: 25px auto 0  auto;
}
#uebersicht .inner {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  row-gap: 40px;
  column-gap: 30px;
}
#uebersicht .inner .item {
  position: relative;
  width: 30%;
  max-width: 100%;
}
#uebersicht .inner .item img {
  display: block;
}
#uebersicht .inner .item .arrow-6 {
  position: absolute;
  bottom: 18px;
  right: 29px;
}
#uebersicht .inner .item .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-size: 19px;
  font-weight: bold;
  padding: 15px;
}
#uebersicht.news .inner {
  justify-content: flex-start;
}
#uebersicht.news .inner .item {
  width: 30%;
  overflow: hidden;
}
#uebersicht.news .inner .item img {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: transform linear 0.3s 0s;
  -moz-transition: transform linear 0.3s 0s;
  -ms-transition: transform linear 0.3s 0s;
  -o-transition: transform linear 0.3s 0s;
}
#uebersicht.news .inner .item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: transform linear 0.3s 0s;
  -moz-transition: transform linear 0.3s 0s;
  -ms-transition: transform linear 0.3s 0s;
  -o-transition: transform linear 0.3s 0s;
}
#uebersicht.news .inner .untertitel {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5em;
  color: inherit;
  text-transform: uppercase;
  margin: 0 0 40px 0;
  text-align: center;
  color: white;
  width: 100%;
}
.startbox {
  position: relative;
  max-width: 100%;
}
.startbox .bild,
.startbox .bild2 {
  width: 100%;
}
.startbox .bild img,
.startbox .bild2 img {
  display: block;
  width: 100%;
}
.startbox .bild2 {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.startbox .starttext {
  /* padding:100px; */
  position: absolute;
  /*top: 50%;*/
  top: 32%;
  left: 50%;
  /*transform: translate(-50%, 0); */
  margin-left: -50%;
  text-align: center;
  width: 100%;
}
.startbox .starttext.last {
  top: 75px;
}
.startbox .starttext.vorletzter {
  top: 75px;
}
.startbox .starttext .textgross,
.startbox .starttext .textgross_hover {
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
  padding: 10px 0px;
  line-height: 1;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 46px;
}
.startbox .starttext .textgross:before,
.startbox .starttext .textgross_hover:before,
.startbox .starttext .textgross:after,
.startbox .starttext .textgross_hover:after {
  content: "";
  width: 80%;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.startbox .starttext .textgross:after,
.startbox .starttext .textgross_hover:after {
  margin: 25px auto 0  auto;
}
.startbox .starttext .textgross_hover {
  color: rgba(255, 255, 255, 0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.startbox .starttext .textgross.hasentry:hover {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -ms-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  color: rgba(255, 255, 255, 0);
  visibility: hidden;
}
.startbox .starttext .textgross.hasentry:hover .textgross_hover {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -ms-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
  color: #ffffff;
  visibility: visible;
  display: block;
}
.startbox .starttext .textklein {
  font-size: 27px;
  color: white;
  display: block;
  text-transform: uppercase;
}
/*startblock*/
.titel_box {
  text-align: center;
  color: white;
  position: relative;
  /**background-color:@schmuckfarbe1;
	background-image:url('/_intern/pics/bg_content.jpg');**/
}
.titel_box .background {
  min-height: 400px;
  /**background-image:url('/_intern/pics/logo_background_big.png');**/
  background-size: 240px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.titel_box .bild {
  width: 100%;
}
.titel_box .bild img {
  display: block;
  width: 100%;
}
.titel_box .titel_container {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  text-align: center;
  width: 100%;
}
.titel_box .titel_container .textgross,
.titel_box .titel_container .textgross_hover {
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
  padding: 10px 0px;
  line-height: 1;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  font-size: 46px;
}
.titel_box .titel_container .textgross:before,
.titel_box .titel_container .textgross_hover:before,
.titel_box .titel_container .textgross:after,
.titel_box .titel_container .textgross_hover:after {
  content: "";
  width: 70%;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.titel_box .titel_container .textgross:after,
.titel_box .titel_container .textgross_hover:after {
  margin: 25px auto 0  auto;
}
.titel_box .titel_container .textklein {
  font-size: 25px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: white;
  display: block;
}
/* -------------------
NAVIGATION
----------------------*/
#mainmenu {
  position: relative;
  left: 0;
  height: 80px;
  /*.schatten(-2px, 7px, 6px,  0.3);*/
}
#mainmenu #nav_container {
  width: 100%;
  background-color: #00769b;
  height: 80px;
  text-align: center;
  position: relative;
  z-index: 2;
  /*
		&:after
		{
		content:"";
		width:@seitenbreite;
		max-width:@seitenbreite;
		position:absolute;
		bottom:-9px;
		left:0;
		height:10px;
		background-image:url('/_intern/pics/navi_schatten.png');
		z-index:2;
	}

		*/
}
#mainmenu #nav_container.sticky {
  max-width: 100%;
  position: fixed !important;
  top: 0px;
  border-top: 0;
}
#submenu {
  width: 100%;
  background-color: #00769b;
  height: 56px;
  display: none;
  position: absolute;
  top: 79px;
  z-index: 1;
}
#submenu.sticky {
  position: fixed;
  top: 80px;
}
.startseite #mainmenu #nav_container.sticky {
  top: 204px;
}
#navidotcontainer {
  float: right;
  margin-right: 30px;
  width: 30px;
  z-index: 100;
}
#navidot {
  position: fixed;
  top: 50%;
  z-index: 10;
}
#navidot a {
  border: 1px solid white;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  position: relative;
  display: block;
  margin-bottom: 8px;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
#navidot a .item {
  display: none;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  background-color: white;
  /*
			background-image:url('/_intern/pics/navidot.png');
			.opacity(0.7);
			*/
}
#navidot a:hover,
#navidot a.aktiv {
  /* background-image:url('/_intern/pics/navidot_aktiv.png'); */
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
#navidot a:hover .item,
#navidot a.aktiv .item {
  display: block;
}
#logo_klein {
  display: none;
  position: absolute;
  z-index: 4;
  top: 4px;
  left: 20px;
}
#socialmedia_mobil {
  height: 45px;
  margin-left: 18%;
  position: relative;
  width: 62%;
}
#socialmedia_mobil .item {
  max-height: 30px;
  margin-top: 7.5px;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  float: left;
  margin-right: 35px;
}
#socialmedia_mobil .item:last-of-type {
  margin-right: 0;
}
#socialmedia_mobil .item:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#socialmedia_mobil .item img {
  max-height: 26px;
  width: auto;
}
#socialmedia {
  position: absolute;
  right: 20px;
  top: 28px;
}
#socialmedia .item {
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  float: left;
  margin-right: 10px;
}
#socialmedia .item:last-of-type {
  margin-right: 0;
}
#socialmedia .item:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
#socialmedia .item img {
  max-height: 26px;
  width: auto;
}
#socialmedia .item.regenbogen {
  opacity: 1;
}
#socialmedia .item.regenbogen img {
  max-height: 80px;
  position: relative;
  top: -28px;
}
/*
#socialgedoens_m
{
	display:none;
	position:absolute;
	right:20px;
	top:28px;
	text-align:center;

	.item
	{
		.opacity(0.6);
		float:none;margin-bottom:10px;


		&:hover
		{
			.opacity(1.0);
		}

	}


}

*/
#socialmedia_m {
  height: 25px;
  display: flex;
  justify-content: center;
}
#socialmedia_m .item {
  margin-right: 10px;
}
#socialmedia_m .item:last-of-type {
  margin-right: 0;
}
#socialmedia_m .item img {
  max-height: 26px;
  width: auto;
}
#socialmedia_m .item.regenbogen {
  opacity: 1;
}
#socialmedia_m .item.regenbogen img {
  max-height: 61px;
  position: relative;
  top: -18px;
}
#nav {
  margin: 0 auto;
  padding: 26px 0 0 0;
  list-style-type: none;
  list-style-position: outside;
  /*position:relative;*/
  display: inline-block;
  line-height: 25px;
  /*/ul*/
}
#nav li {
  float: left;
  color: #999999;
  padding-bottom: 21px;
  cursor: pointer;
  text-align: center;
}
#nav > li:hover:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  background-color: transparent;
  height: 15px;
  width: 100%;
  bottom: -15px;
}
#nav a {
  display: block;
  padding: 3px 20px;
  text-decoration: none;
  color: #b3d6e1;
  /* fallback für den IE für transparenz */
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold;
}
#nav li.aktiv > a,
#nav li.active > a,
#nav li:hover > a {
  /* .transition(all, 0.5s, linear, 0s); */
  color: white;
  font-weight: bold;
}
#nav ul {
  /*
		margin:0 auto;
		padding:0;
		list-style-type:none;
		list-style-position:outside;
		line-height:20px; 
		padding-top: 10px;
		position:absolute;
		left:0;
		top:75px;
		text-align:left;
		z-index: 2;
		width:1200px;
		display:none;
		*/
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  line-height: 20px;
  padding-top: 10px;
  position: absolute;
  top: 75px;
  z-index: 2;
  display: none;
  text-align: left;
}
#nav ul li {
  float: initial;
  display: inline;
  text-align: left;
}
#nav ul a {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  padding-bottom: 20px;
}
#nav ul li:hover > a {
  font-weight: normal;
}
#nav ul li ul {
  top: auto;
}
#nav ul ul {
  left: 12em;
  margin: 0px 0 0 10px;
}
#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;
  /*display:inline-flex;*/
  background-color: #00769b;
}
/* -------------------
NAVIGATION ENDE
----------------------*/
.errormsg {
  font-weight: bold;
  color: red;
  font-size: 20px;
  padding: 40px 0;
}
.errormsg a {
  color: red;
  text-decoration: underline;
}
.button_container {
  /*
	width:100%;
	text-align:center;
	border:1px solid red;
	.clearfix();
	*/
  /* width: 100%; */
  margin: 0 auto;
  display: table;
  /* text-align: center; */
}
.suchergebnis {
  margin-bottom: 15px;
}
#formtable {
  margin-top: 20px;
}
#formtable .fl_ct {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
}
#formular .req {
  color: red;
}
#formular .row {
  margin: 3px 0px 20px 0;
}
#formular .row.submit,
#formular .row.center {
  width: 60%;
  margin: 0 auto;
}
#formular .row.submit.center,
#formular .row.center.center {
  text-align: center;
  padding-bottom: 20px;
  width: 95%;
}
#formular .row .value {
  position: relative;
}
#formular .row .value.binweg {
  display: none;
}
#formular .space {
  height: 40px;
}
#formular .row .desc {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
#formular #sonstiges_ip,
#formular #songs_ip {
  display: none;
}
#formular input[type="text"],
#formular input[type="url"],
#formular input[type="email"],
#formular textarea,
#formular select.webselect {
  color: black;
  background-color: #ffffff;
  border: 1px solid #000000;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px 5px 2px;
}
#formular #songs_ip {
  padding-left: 30px;
}
#formular #songs_ip input[type="text"] {
  width: 30px;
}
#formular input[type="checkbox"],
#formular input[type="radio"] {
  margin-right: 3px;
}
#formular select.webselect {
  width: 311px;
}
#formular textarea {
  width: 100%;
  height: 150px;
  box-sizing: border-box;
}
#formular input[type="submit"] {
  margin: 0 auto;
  display: block;
  background-color: #ff4600;
  border: 1px solid #000000;
  width: 300px;
  max-width: 100%;
  font-weight: bold;
  padding: 15px 5px;
  color: white;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all ease 0.5s 0s;
  -moz-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
}
#formular .hidden {
  display: none;
}
#formular .abhaengig {
  display: none;
}
#formular .radio_ul,
#formular .checkbox_ul {
  list-style-type: none;
  list-style-position: outside;
}
#formular #captcha_ip {
  width: 300px;
}
/*/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: #151515;
  -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
----------------------*/
.kachel_box .item {
  float: left;
  position: relative;
  width: 33.333%;
  text-align: center;
  min-height: 200px;
}
.kachel_box .item img {
  width: 100%;
  display: block;
}
.kachel_box .item .text {
  width: 100%;
  position: absolute;
  bottom: 90px;
  text-align: center;
  height: 27%;
}
.kachel_box .item .text:empty {
  height: 0;
  padding: 0;
}
.kachel_box .item .kurztext {
  font-size: 25px;
  bottom: 110px;
  width: 100%;
  color: white;
  text-transform: uppercase;
}
.kachel_box .item .smallbutton {
  width: 100px;
  text-align: center !important;
  margin: 22px auto 0 auto;
  font-size: 14px;
  padding: 11px 18px;
  color: white;
  border: 1px solid white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
  margin: 15px auto 0 auto;
  font-size: 20px;
  display: block;
  padding: 5px 22px;
  border: 1px solid transparent;
}
.kachel_box .item .smallbutton a {
  color: white;
  text-decoration: none !important;
}
.kachel_box .item .smallbutton.fill {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
}
.kachel_box .item .smallbutton.dunkel {
  color: #58585a;
  border: 1px solid #58585a;
}
.kachel_box .item .smallbutton.dunkel a {
  color: #58585a;
}
.kachel_box .item .smallbutton:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #504e4e;
  border: 1px solid transparent;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -ms-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
}
.kachel_box .item .smallbutton.float {
  float: left;
}
.kachel_box .item .smallbutton.float:first-of-type {
  margin-right: 25px;
}
.kachel_box .item .smallbutton.float:last-of-type:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bild_gross {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  /*bild_gross*/
}
.bild_gross .bild {
  width: 100%;
  display: block;
}
.bild_gross .text_container {
  position: absolute;
  top: 10%;
  width: 50%;
  left: 0;
}
.bild_gross .text_container.transparent {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  top: 20%;
}
.bild_gross .text_container.transparent .titel_container {
  margin-bottom: 0;
}
.bild_gross .text_container.transparent .text {
  font-size: 17px;
}
.bild_gross .text_container.rechts {
  left: initial;
  right: 0;
}
.bild_gross .text_container.mittig {
  width: 100%;
  text-align: center;
}
.bild_gross .text_container.kacheln {
  position: relative;
  background-repeat: repeat;
  width: 100%;
  padding: 30px 0 30px 0;
}
.bild_gross .text_container .text {
  /*width: 61%;*/
  width: 66%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3em;
  color: white;
  position: relative;
}
.bild_gross .text_container .text.grau {
  color: #58585a;
}
.bild_gross .text_container .text.grau a {
  color: #58585a;
  font-weight: bold;
}
.bild_gross .text_container .text.grau a.textblau {
  color: #00769b;
}
.bild_gross .text_container .text.referenz {
  width: 1200px;
  max-width: 100%;
}
.bild_gross .text_container .text.linie:after {
  content: "";
  width: 60%;
  margin: 50px auto 0 auto;
  display: block;
  border-bottom: 1px solid white;
}
.bild_gross .text_container .text.schmal {
  width: 920px;
  font-size: 17px;
  line-height: 2em;
}
.bild_gross .text_container .titel_container {
  text-align: center;
  margin-bottom: 50px;
}
.bild_gross .text_container .titel_container.grau {
  color: #58585a;
}
.bild_gross .text_container .titel_container .titel {
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding: 10px 0px;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  color: white;
  padding: 22px 0px;
  margin: 0 auto;
  text-align: center;
}
.bild_gross .text_container .titel_container .titel:before,
.bild_gross .text_container .titel_container .titel:after {
  content: "";
  width: 80%;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.bild_gross .text_container .titel_container .titel:after {
  margin: 25px auto 0  auto;
}
.bild_gross .text_container .titel_container .titel.grau {
  color: #58585a;
}
.bild_gross .text_container .titel_container .titel.grau:before {
  border-bottom: 1px solid #58585a;
}
.bild_gross .text_container .titel_container .titel.grau:after {
  border-top: 1px solid #58585a;
}
.bild_gross .text_container .titel_container .untertitel {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5em;
  color: inherit;
  text-transform: uppercase;
  margin: 0;
}
.bild_gross .text_container .titel_container .untertitel.float {
  width: 60%;
}
.bild_gross .text_container .titel_container .untertitel.links {
  text-align: left;
}
.bild_gross .text_container .titel_container .untertitel.grau {
  color: #58585a;
}
.bild_gross .text_container .wrap_equip {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}
.bild_gross .text_container .wrap_equip .mic {
  background-image: url('/bilder/inhalt/micro_frei.png');
  background-position: center top;
  width: 162px;
  height: 250px;
  position: absolute;
  bottom: -30px;
}
.bild_gross .text_container .float_equip {
  float: left;
  padding-right: 5%;
  width: 20%;
  /**margin: 30px 37px 0px 0px;**/
  color: #231f20;
  line-height: 1.8em;
  font-size: 13px;
  /**top: 15px;**/
}
.bild_gross .text_container .float_equip:nth-of-type(4n+1) {
  margin-right: 0;
}
.bild_gross .text_container .float_equip.blau {
  position: absolute;
  top: inherit;
  bottom: -30px;
  left: 25%;
  background-color: #00769b;
  margin: 0px 80px 0px 0px;
  padding: 30px 70px 10px 80px;
  width: 30%;
  height: 220px;
  color: white;
}
.bild_gross .text_container .float_equip .textblau {
  color: #00769b;
}
.bild_gross .text_container .float_equip .equip {
  color: #999b9d;
}
.bild_gross .text_container .equip.untertitel {
  font-size: 22px;
  font-weight: 600;
  font-weight: bold;
  color: #151515;
}
.bild_gross .text_container .text_inhalt.float {
  float: left;
  width: 60%;
  padding-right: 20px;
}
.bild_gross .text_container .text_inhalt.grau {
  color: #58585a;
}
.bild_gross .text_container .text_inhalt a {
  text-decoration: underline;
}
.bild_gross .text_container .bild_content {
  float: left;
  width: 34%;
}
.bild_gross .kl_bild_li {
  position: absolute;
  left: 100px;
  top: 49px;
}
.bild_gross .kl_bild_li.bottom {
  top: initial;
  bottom: 40px;
}
.bild_gross .kl_bild_li.mic {
  /**background-image:url('/bilder/inhalt/micro_frei.png');
			background-position:center top;**/
  width: 162px;
  height: 250px;
  position: absolute;
  bottom: -10px;
}
.bild_gross .kl_bild_re {
  position: absolute;
  right: 0;
  top: 49px;
  width: 250px;
  height: 200px;
}
.bild_gross .kl_bild_re.bottom {
  top: initial;
  bottom: 40px;
}
#referenzen {
  text-align: center;
}
#referenzen .bez_2 {
  font-weight: bold;
}
#referenzen .item {
  margin-bottom: 130px;
  font-size: 16px;
  line-height: 1.8em;
}
#referenzen .referenz_titel {
  padding-top: 50px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
#referenz_anker .item {
  position: relative;
  float: left;
  margin: 0 10px 10px 0;
  width: 220px;
  max-width: 100%;
}
#referenz_anker .item img {
  display: block;
}
#referenz_anker .item .overlay {
  /*	width:90%;
			height:90%;
			*/
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #00769b;
  /*background-color:rgba(5,110,143,0); */
  background-color: transparent;
  background-image: url('/_intern/pics/trans_1x1.png');
  color: white;
  text-align: center;
  text-transform: uppercase;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.5s 0s;
  -moz-transition: all linear 0.5s 0s;
  -ms-transition: all linear 0.5s 0s;
  -o-transition: all linear 0.5s 0s;
}
#referenz_anker .item .overlay .text {
  padding: 3%;
  font-size: 15px;
  margin-top: 20px;
  /* color:rgba(255,255,255,0); */
  visibility: hidden;
}
#referenz_anker .item .overlay .text .jahr {
  margin-bottom: 15px;
}
#referenz_anker .item .overlay .text .bez1 {
  font-weight: bold;
  margin-bottom: 15px;
}
#referenz_anker .item .overlay .text .bez2 {
  font-weight: bold;
}
#referenz_anker .item .overlay:hover {
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.5s 0s;
  -moz-transition: all linear 0.5s 0s;
  -ms-transition: all linear 0.5s 0s;
  -o-transition: all linear 0.5s 0s;
  background-color: #056e8f;
}
#referenz_anker .item .overlay:hover .text {
  visibility: visible;
  color: #ffffff;
}
.referenz_button {
  width: 100px;
  text-align: center !important;
  margin: 22px auto 0 auto;
  font-size: 14px;
  padding: 11px 18px;
  color: white;
  border: 1px solid white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
  border: 1px solid #58585a;
  color: #58585a;
}
.referenz_button a {
  color: white;
  text-decoration: none !important;
}
.referenz_button.fill {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
}
.referenz_button.dunkel {
  color: #58585a;
  border: 1px solid #58585a;
}
.referenz_button.dunkel a {
  color: #58585a;
}
.referenz_button:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #504e4e;
  border: 1px solid transparent;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -ms-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
}
.referenz_button.float {
  float: left;
}
.referenz_button.float:first-of-type {
  margin-right: 25px;
}
.referenz_button.float:last-of-type:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.referenz_button:hover {
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
}
.bild_text_container {
  width: 100%;
}
.bild_text_container .bild {
  width: 50%;
  float: left;
}
.bild_text_container .bild.rechts {
  float: right;
}
.bild_text_container .bild img {
  display: block;
  width: 100%;
}
.bild_text_container .bild_box {
  position: relative;
  width: 50%;
}
.bild_text_container .text_container {
  width: 48%;
  float: left;
  /*color:#bebcb9;*/
  color: white;
}
.bild_text_container .text_container.rechts {
  left: inherit;
  right: 50px;
  text-align: center;
}
.bild_text_container .text_container.mittig {
  /*left:inherit;*/
  width: 100%;
  text-align: center;
}
.bild_text_container .text_container .text {
  width: 80%;
  padding-top: 50px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.3em;
  color: white;
}
.bild_text_container .text_container .titel_container {
  text-align: center;
  margin-bottom: 50px;
}
.bild_text_container .text_container .titel_container .titel {
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding: 10px 0px;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  color: white;
  margin: 0 auto;
  text-align: center;
}
.bild_text_container .text_container .titel_container .titel:before,
.bild_text_container .text_container .titel_container .titel:after {
  content: "";
  width: 70%;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.bild_text_container .text_container .titel_container .titel:after {
  margin: 25px auto 0  auto;
}
.bild_text_container .text_container .text_inhalt {
  text-align: left;
  margin: 0 auto;
  width: 80%;
}
.bild_text_container .text_container .text_inhalt a {
  text-decoration: underline;
}
.bild_text_container .text_container .button {
  float: left;
}
.bild_text_container .titel {
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
  padding: 10px 0px;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 56px;
  /*color:#bebcb9;*/
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 12px;
  margin-top: 15px;
  text-align: center;
  border-color: #bebcb9;
}
.bild_text_container .titel:before,
.bild_text_container .titel:after {
  content: "";
  width: 70%;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.bild_text_container .titel:after {
  margin: 25px auto 0  auto;
}
.bild_text_container .untertitel {
  font-size: 22px;
  font-weight: 600;
  bottom: 110px;
  /*width: 100%;*/
  font-weight: bold;
  text-transform: uppercase;
  Xtext-align: center;
  margin: 0px auto;
}
.bild_text_container .untertitel.mittig {
  text-align: center;
}
.bild_text_container .text {
  width: 500px;
  margin-top: 15px;
  margin-left: 105px;
  font-size: 14px;
}
.bild_text_container .text a {
  /*color:@schmuckfarbe1;*/
  color: white;
}
.bild_text_container.farbe {
  background-color: none;
  width: 50%;
  right: 0px;
  left: auto;
  top: 0px;
}
/** NEWS **/
.newskachel_box .item {
  float: left;
  position: relative;
  width: 33.333%;
  text-align: center;
  Xmin-height: 282px;
  /*max-height: 282px;*/
  overflow: hidden;
  background-color: #D75A0E;
}
.newskachel_box .item img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 150%;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -ms-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
}
.newskachel_box .item:hover img {
  /*width: 130%;
		height: auto;
		top: -30%;
		left: -10%;
		position: absolute;
		*/
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.3s 0s;
  -moz-transition: all linear 0.3s 0s;
  -ms-transition: all linear 0.3s 0s;
  -o-transition: all linear 0.3s 0s;
}
.newskachel_box .item .text {
  width: 100%;
  position: absolute;
  /*bottom:45px;*/
  text-align: center;
  top: 25px;
  /*height:27%;	*/
}
.newskachel_box .item .kurztext {
  font-size: 18px;
  /*bottom: 150px;*/
  width: 100%;
  color: white;
  text-transform: uppercase;
  margin-bottom: 70px;
}
.newskachel_box .item .smallbutton {
  width: 100px;
  text-align: center !important;
  margin: 22px auto 0 auto;
  font-size: 14px;
  padding: 11px 18px;
  color: white;
  border: 1px solid white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
  float: inherit !important;
  margin: 15px auto 0 auto;
  font-size: 20px;
  display: block;
  padding: 5px 22px;
  border: 1px solid transparent;
}
.newskachel_box .item .smallbutton a {
  color: white;
  text-decoration: none !important;
}
.newskachel_box .item .smallbutton.fill {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
}
.newskachel_box .item .smallbutton.dunkel {
  color: #58585a;
  border: 1px solid #58585a;
}
.newskachel_box .item .smallbutton.dunkel a {
  color: #58585a;
}
.newskachel_box .item .smallbutton:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #504e4e;
  border: 1px solid transparent;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -ms-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
}
.newskachel_box .item .smallbutton.float {
  float: left;
}
.newskachel_box .item .smallbutton.float:first-of-type {
  margin-right: 25px;
}
.newskachel_box .item .smallbutton.float:last-of-type:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*
.bild_box {
position:relative;
width:100%;	
.bild {
width:100%;		
img {
display: block;
width:100%;
}
}
}
*/
/** NEWS ENDE**/
.kontakt_box,
.anfrage_box {
  background-image: url('/_intern/pics/bg_content.jpg');
  color: white;
  padding-top: 30px;
}
.kontakt_box .inner,
.anfrage_box .inner {
  padding-top: 40px;
  width: 1200px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 130px auto;
}
.kontakt_box .inner .head,
.anfrage_box .inner .head {
  width: 100%;
  height: 155px;
  text-transform: uppercase;
}
.kontakt_box .inner .head > div,
.anfrage_box .inner .head > div {
  width: 320px;
  max-width: 100%;
  display: inline-block;
  padding: 10px 0px;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
  font-size: 44px;
  letter-spacing: 0px;
}
.kontakt_box .inner .head > div:before,
.anfrage_box .inner .head > div:before,
.kontakt_box .inner .head > div:after,
.anfrage_box .inner .head > div:after {
  content: "";
  width: 70%;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.kontakt_box .inner .head > div:after,
.anfrage_box .inner .head > div:after {
  margin: 25px auto 0  auto;
}
.kontakt_box .inner .head.logo img,
.anfrage_box .inner .head.logo img {
  margin-left: 65px;
  margin-top: 24px;
}
.kontakt_box .inner .head.bild,
.anfrage_box .inner .head.bild {
  text-align: right;
}
.kontakt_box .inner .col,
.anfrage_box .inner .col {
  float: left;
  width: 33%;
  min-width: 200px;
  font-size: 17px;
}
.kontakt_box .inner .col h2,
.anfrage_box .inner .col h2 {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 15px;
}
.kontakt_box .inner .col a,
.anfrage_box .inner .col a {
  color: white;
  font-weight: bold;
}
.kontakt_box .inner .col p,
.anfrage_box .inner .col p {
  padding-left: 5px;
}
.kontakt_box .inner .col.map,
.anfrage_box .inner .col.map {
  width: 66%;
  min-height: 390px;
}
.kontakt_box .inner .viscard,
.anfrage_box .inner .viscard {
  height: 180px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}
.kontakt_box .inner:after,
.anfrage_box .inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.anfrage_box {
  font-size: 14px;
}
#map-canvas {
  height: 300px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}
#preise {
  color: #484848;
  width: 98%;
  max-width: 600px;
  margin: 0 auto;
}
#preise td {
  text-align: center;
  padding: 15px 0;
}
#preise td:first-of-type {
  text-align: left;
}
.preise {
  width: 98%;
  max-width: 775px;
  margin: 0 auto;
  text-align: right;
  color: #151515;
  color: #484848;
}
.galerie_box {
  background-image: url('/bilder/startseite/raster.jpg');
  padding: 50px 0 50px 0;
}
.galerie_box #gallery .titel_container {
  position: relative;
  top: auto;
  /* transform: initial; */
  text-align: center;
  padding-top: 30px;
  margin: 0 auto 80px auto;
}
.galerie_box #gallery .titel_container .titel {
  font-family: TimesNRMTStd-Regular;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding: 10px 0px;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 10px;
  color: #ffffff;
  text-transform: uppercase;
  color: white;
  margin: 0 auto;
  text-align: center;
}
.galerie_box #gallery .titel_container .titel:before,
.galerie_box #gallery .titel_container .titel:after {
  content: "";
  width: 70%;
  margin: 0 auto 25px auto;
  display: block;
  border-bottom: 1px solid #ffffff;
}
.galerie_box #gallery .titel_container .titel:after {
  margin: 25px auto 0  auto;
}
.galerie_box #gallery .titel_container .titel.grau {
  color: #58585a;
}
.galerie_box #gallery .titel_container .titel.grau:before {
  border-bottom: 1px solid #58585a;
}
.galerie_box #gallery .titel_container .titel.grau:after {
  border-top: 1px solid #58585a;
}
.galerie_box #gallery .titel_container .untertitel {
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5em;
  color: inherit;
  text-transform: uppercase;
  margin: 0;
}
.galerie_box #gallery .titel_container .untertitel.grau {
  color: #58585a;
}
.galerie_box #gallery .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
.galerie_box #gallery .item {
  max-width: 100%;
  /*
			width: 122px;
			float: left;
			margin: 0 8px 8px 0;
			*/
  position: relative;
}
.galerie_box #gallery .item .lupe {
  position: absolute;
  width: 28px;
  height: 26px;
  top: 39%;
  left: 39%;
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 2s 0s;
  -moz-transition: all linear 2s 0s;
  -ms-transition: all linear 2s 0s;
  -o-transition: all linear 2s 0s;
}
.galerie_box #gallery .item:hover .lupe {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
}
#inc_form .row {
  position: relative;
  width: 317px;
  margin-bottom: 10px;
}
#inc_form .row.submit {
  text-align: center;
  margin-bottom: 70px;
}
#inc_form .row .desc {
  position: absolute;
  left: 5px;
  top: 6px;
  color: white;
  width: 100%;
  color: #b3d6e1;
}
#inc_form .row .pflicht {
  color: #b3d6e1;
  font-size: 12px;
}
#inc_form .row input[type="text"],
#inc_form .row input[type="email"] {
  background-color: transparent;
  border: 1px solid white;
  width: 100%;
  height: 30px;
}
#inc_form .row textarea {
  background-color: transparent;
  border: 1px solid white;
  width: 100%;
  height: 213px;
}
#inc_form .row input[type="submit"] {
  background-color: transparent;
  border: 1px solid #b3d6e1;
  padding: 3px 6px;
  color: #b3d6e1;
}
#inc_form .row label.error {
  position: absolute;
  -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);
  background-color: red;
  padding: 3px;
  left: 200px;
  top: 5px;
  width: 235px;
  z-index: 10;
}
.footer_box {
  padding-top: 64px;
  min-height: 300px;
  background-image: url('/_intern/pics/bg_footer.jpg');
  font-size: 18px;
}
.footer_box a {
  color: #004f68;
}
.footer_box ul li {
  text-transform: uppercase;
  list-style-type: none;
  line-height: 1.5em;
}
.footer_bottom {
  background-color: #00769b;
  min-height: 60px;
  text-transform: uppercase;
  color: #b3d6e1;
  font-size: 18px;
}
.footer_bottom #to_top {
  text-align: center;
  padding-bottom: 5px;
}
.footer_bottom #to_top .arrowup {
  width: 25px;
  height: 25px;
  margin: 20px auto;
  min-height: initial;
  border: 1px solid #ff4600;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.footer_bottom .inner {
  padding: 10px 0;
}
.footer_bottom a {
  color: #b3d6e1;
}
.footer_bottom .footernav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 20px;
}
#easytext {
  /*	width:1100px;*/
  max-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}
#easytext .news_text {
  /*float:left;
		padding-right: 50px;
		width:580px;*/
  max-width: 90%;
  margin: 0 auto;
  line-height: 1.7em;
  font-size: 14px;
  padding-bottom: 40px;
}
#easytext .news_text a {
  color: white !important;
}
#easytext .text_headline {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#easytext .news_bilder {
  /*
		float:right;
		width:360px;
		*/
}
#easytext h1,
#easytext h2 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}
#easytext h1 {
  margin-bottom: 40px;
  font-size: 16px;
}
#easytext h3 {
  font-size: 17px;
}
#easytext .back {
  float: right;
}
#easytext .back .arrow-6 {
  transform: rotate(225deg);
}
#easytext iframe {
  max-width: 100%;
}
.pfeil_nach_unten {
  margin: 10px auto;
  display: block;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  -webkit-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.pfeil_nach_unten:hover {
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}
#cookiebanner a {
  color: #fff;
  text-decoration: underline;
}
#cookiebanner a:hover {
  text-decoration: underline;
}
#cookiebanner div {
  padding: 10px;
  padding-right: 40px;
}
#cookiebanner {
  text-align: center;
  border-bottom: 1px solid black;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  position: fixed;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 10px;
}
#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;
}
