@charset "utf-8";
/*Benutzerspezifische Funktionen und Einstellungen*/
#DynamicBeschreibung{display:none;}
#UserFooter{display:none;}
#ZwischenSpeicher {display: none;}
#Language{display:none;}
/*Navigation Anzahl Spalten*/
/*Wenn SpaltenMap Modul aktiviert ist ergibt dies keinene Sinn*/
#KontaktFirmenDaten{
    /*display:none;*/
}
.NavMainMenue{
    width:30%;
} 
.BildNavigation{
    width:70%;
}
#Footer .NavMainMenue{
    width:33%;
}
#Logo img{
  scale: 180%;
}
#Rahmen #Inhalt .RahmenLinkFarbe{
    border: 1px solid rgba(21, 124, 0,1);
    background-color: rgba(136, 186, 38, 0.2);
    color:#00478a;
}
#Rahmen #Inhalt .RahmenLinkFarbe:hover{
    border: 1px solid rgba(21, 124, 0,1);
    background-color: rgba(136, 186, 38, 0.4);
    color:#00478a;
}
/*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;
}
#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*/
#WebMain .RahmenLinkFarbe{
    border: 1px solid rgba(122, 182, 0,1);
    background-color: rgba(122, 182, 0, 0);
    color:#000;
}
#WebMain .RahmenLinkFarbe:hover{
    border: 1px solid rgba(0, 0, 0,1);
    background-color: rgba(0, 0, 0, 0.3);
    color:#000;
}
.Zitat {
    font-family: 'Zitat';
  color: #000;
  padding-left: 0px;
  border: none;
}
#BannerSlider .Zitat{
    color:#fff;
}
/*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******************************************************************/
/*TIMER BOX ---------------------------------*/
/*Schriften----------------------------------*/
.TimerBox h1, .TimerBox h2, .TimerBox h3{
	font-family: "FjallaOne-Regular",sans-serif;
}
.TimerBox h1{font-size:25px;}
.TimerBox h2{font-size:20px;}
.TimerTF{font-size:22px;}/*Beschriftung Zahlen*/
.TimerTabRow{font-size:65px;}/*Zahlen*/
/*Farben----------------------------------*/
.SP100 .TimerBox h1{color:#fff;margin:0px;}
.SP100 .TimerBox h2{color:#fff;margin:0px;}
/*Farben----------------------------------*/
.TimerBox{
	text-align: center;
}
.TimerAusgabe{
	display:table;
	width:50%;
    max-width:500px;
	margin:auto;
	text-align:center;
}
.TimerTF,.TimerT1,.TimerT2,.TimerT3,.TimerT4{
	display:table-cell;
	padding:10px 5%;
	background-color:#001326;
	border:0.5px solid #fff;
    color: #fff;
}
.TimerTF{
	background-color: transparent;
	border:none;
	color:#000;
	font-family: "OpenSans-Regular",sans-serif;
	font-weight: lighter;
}
.TimerTabRow{
	display:table-row;
	width:100%;
	font-family: "FjallaOne-Regular",sans-serif;
	height:auto;
}
.TimerAusgabe .TimerT1{width:25%;padding:10px 0px;}
.TimerAusgabe .TimerT2{width:25%;}
.TimerAusgabe .TimerT3{width:25%;}
.TimerAusgabe .TimerT4{width:25%;
}
/*TIMER BOX ---------------------------------*/
#TopNav svg .cls-1 {
  fill: rgb(17,17,17);
}
#TopNav svg:hover .cls-1
{
  fill: #2c55a0;
}
.BGKopfGross, .BGKopfKlein {
  background-color: rgba(205,205,205,1);
}
.TopNavHHoch {
  backdrop-filter: blur(0px);
  background-color: rgba(205,205,205,1);
  height: 200px;
  -webkit-transition: height 1s;
  transition: height 0.25s;
}

#Rahmen .TobNavBGTransp2 {
  background-color: rgba(205,205,205,0.6);
  backdrop-filter: blur(5px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#Rahmen .TobNavBGTransp1 {
  backdrop-filter: blur(0px);
  background-color: rgba(205,205,205,1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#Footer {
  background-color: rgb(45, 45, 45);
}
#Footer .MenueGruppeSpez h2 {
  color: #171717;
}
#Footer .LinkSpezName
{
  color: #ececec;
}
#Footer .MenueGruppeSpez h2
{
  color: #ececec;
}
#Footer .LinkSpezName:hover
{
  color: #A6A6A6;
}
#AdresseFuss .mail:hover{
    color:#2852a0;
}
#TopNav svg .cls-1
{
  transition: fill .4s;
}
#TopNav svg:hover .cls-1
{
  transition: fill .4s;
}
#DSGVO
{
  border-top: 3px solid #2852a0;
}
#WebNavBlender .Aktiv .LinkSpezName
{
  color: #2852a0;
}
#Footer .Navigation {
  display: flex;
  justify-content: center;
}