@charset "utf-8";
/*Benutzerspezifische Funktionen und Einstellungen*/
#DynamicBeschreibung{display:none;}
#UserFooter{display:none;}
#ZwischenSpeicher {display: none;}
/*Navigation Anzahl Spalten*/
h1 {
    font-size: 30px;
}
#TopNav,#Fuss {
  background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 50%, rgba(0,212,255,1) 100%);
}
#TopNav svg:hover .cls-1{
    fill: rgb(4,118,193);
}
#Inhalt {
  padding: 0px;
}
#Adresse {
  display:none;
}
#DSGVO{
    border-top: 3px solid #064ca5;
}
#SelectSprache {
  background-color: rgba(3, 136, 205, 0.8);
    color:#fff;
}
#Inhalt .boxlayout0 a, 
#Inhalt .rahmenboxlayout1 .Ausrichtungcenter a, 
#Inhalt .rahmenboxlayout3 .Ausrichtungcenter a, 
#Inhalt .boxlayout2 a, 
#Inhalt .boxlayout41 a, 
#Inhalt .boxlayout42 a, 
#Inhalt .boxlayout51 a, 
#Inhalt .boxlayout52 a {
  display: inline-block;
}
.InhaltBoxen h1{
    font-size: 25px;
}
.NavMainMenue{
    width:33.3%;
} 
#Footer {
  background-color: #171717;
}
#Footer .Navigation {
  max-width: 1400px;
}
#Footer .NavMainMenue{
    width:27%;
}
#Footer .SmallNavSplalte{
    width:19%;
}
#Footer .LinkSpezName {
    max-width: 400px;
}
#Footer .LinkSpezName {
    color: #fff;
}
#Footer .LinkSpezName:hover {
    color: #93bae3;
}
#Footer .MenueGruppeSpez h2 {
    color: #eee;
}
#WebNavBlender .Aktiv .LinkSpezName, #Footer .Aktiv .LinkSpezName {
    color: #93bae3;
}
/*Navigation mit Zoombilder*/
#WebNavBlender .BildNavigation .SubNavSpezLink {
    height: 200px;
    width: 31%;
    margin: 0px 1% 10px 0px;
    display: inline-block;
    background-position:top center;
    position: relative;
    color: #000;
}
.BildNavigation a {
    background-size: cover;
    background-size: 100%;
    transition: background-size 0.3s ease;
    -moz-transition: background-size 0.3s ease;
    -ms-transition: background-size 0.3s ease;
    -o-transition: background-size 0.3s ease;
    -webkit-transition: background-size 0.3s ease;
}
.BildNavigation a:hover{
	background-size: cover;
	background-size: 125%;
     transition: background-size 0.4s ease;
    -moz-transition: background-size 0.4s ease;
    -ms-transition: background-size 0.4s ease;
    -o-transition: background-size 0.4s ease;
    -webkit-transition: background-size 0.4s ease;
}
.BildNavigation h2 {
    padding: 0px 20px 15px 0px;
}
.ZeileMitBGBild{
    margin-bottom: 0px;
}
#Footer .BildNavigation h2 {
    padding: 0px 20px 0px 0px;
}
#WebNavBlender .BildNavigation .LinkSpezName {
    bottom: 20px;
    position: absolute;
	width:100%;
	border-bottom: 1px solid transparent;
	border-top: 1px solid transparent;
	border-image: linear-gradient(to right, transparent 0%,#fff 50%,transparent 100%);
	-moz-border-image: -moz-linear-gradient(to right, transparent 0%,#fff 50%,transparent 100%);
	-webkit-border-image: -webkit-linear-gradient(to right, transparent 0%,#fff 50%,transparent 100%);
    border-image-slice: 1;
}
#WebNavBlender .BildNavigation .SubNavSpezLink .LinkSpezName{
	background:rgba(0, 0, 0, 0.7);
    color:#fff;
}
#WebNavBlender .BildNavigation .Aktiv .LinkSpezName{
    background: 
		linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 33%,rgba(255,255,255,0.3) 100%);
	-moz-background: 
		linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 33%,rgba(255,255,255,0.3) 100%);
	-webkit-background: 
		linear-gradient(to right, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.6) 33%,rgba(255,255,255,0.3) 100%);
    color:#000;
	
	
}
#WebNavBlender .BildNavigation .SubNavSpezLink:hover .LinkSpezName{
	background:rgba(0, 0, 0, 0.7);
	color:#fff;
	transition: background 0.5s ease-out;
}
/*End Navigation mit Zoombilder*/

/*Module*/
/*NewsTicker******************************************************************/
#NewsTickerBox{
    width:100%;
    height: 50px;
    top: 200px;
    position: absolute;
    z-index: 500;
}
.BannerOben #NewsTickerBox{
   top: 100px;
}
.BannerOben .TopNavHHoch #NewsTickerBox{
    top: 200px;
    -webkit-transition: top 1s; /* Safari */
  	transition: top 1s;
}
.BannerOben .TopNavHFlach #NewsTickerBox{
    top: 100px;
    -webkit-transition: top 1s; /* Safari */
  	transition: top 1s;
}

#NewsTickerBox .NewsTicker{
	background: rgba(0, 0, 0, 0.3);
    color: #FFF;
    width: 100%;
    height: 50px;
    overflow: hidden;
    padding: 7px;
    margin: auto;
}
#NewsTickerBox #NewsTickerDatenAusgabe{
	position:relative;
	overflow:hidden;
	height:35px;
	line-height:2em;
}
#NewsTickerBox .News{
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	position:absolute;
    white-space: nowrap;
}
/*NewsTicker******************************************************************/
/*Sozial Media Links*/
.SozialMediaLinks img {
  width: 40px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 0px;
}
/*
.onlyFuss{
    display:none;
}
#Footer .onlyFuss{
    display:block;
}
*/
/*Formulare*/
.OffertSeiteFormBox {
  width: 100%;
  background-image: url("../grafik/User/Offert-BG.jpg");
  padding: 50px 0px 100px;
  color: #fff;
  background-size: cover;
  background-position: center center;
}
.OffertSeiteFormBox .KontaktFormInhaltBox {
  width: 50%;
  max-width: 800px;
  margin: auto;
}
.OffertSeiteFormBox input[type="text"], .OffertSeiteFormBox #OffertForm textarea {
  background-color: rgb(255,255,255,0.3);
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
#FehlermeldungInhalt{
    color:#000;
}
#OffertForm textarea {
  padding: 9px 7px;
  font-size: 18px;
  font-family: "Fliesstext",sans-serif;
  border: 1px solid #CCCCCC;
  border-radius: 7px;
  margin: 0px;
}
/*Captcha*/
#OffertForm .MCPBild {
  float: left;
  width: 50px;
  height: 50px;
  background-image: url("../grafik/Form/MenschBG.png");
  background-size: contain;
}
#OffertForm #FormMenschCheck {
  background-color: rgb(0,0,0,0.5);
}
#OffertForm input[type="submit"] {
  background-color: #00547a;
  background-color: rgba(0,84,122,1);
  color: #fff;
  text-align: left;
  width: auto;
  height: auto;
  border: 0px;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px 50px 10px 20px;
  cursor: pointer;
  transition: background-color 1s;
}
#OffertForm input[type="submit"]:hover{
    background-color: rgba(184,0,3,1);
	color:#fff;
}