@charset "utf-8";
/* CSS Document */
#Kontrolle{
	display:none;
	position:fixed;
	bottom:0px;
	right:0px;
	background-color:#fff;
	color:#000;
	z-index:27000;
}
.onlyTest{
    display:none;
}
.DownLoadJaNein{
    display:block;
}
.BannerOben #Adresse{
    display:none;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
@font-face { 
	font-family: 'Titelschrift'; 
	src: url('Raleway-Medium.ttf') format('truetype');
} 
@font-face { 
	font-family: 'SubTitelschrift'; 
	src: url('Raleway-Light.ttf') format('truetype');
}
@font-face { 
	font-family: 'Fliesstext'; 
	src: url('Raleway-Light.ttf') format('truetype');
}

html{min-height:100%;}
button{font-size:19px; border:none;}
body{
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	margin:0px;
	padding:0px;
    font-family: "Fliesstext", sans-serif;
    font-size: 19px;
	width:100%;
	min-height:100%;
	-ms-hyphens: auto;
  	-webkit-hyphens: auto;
  	hyphens: auto;
}
h1{
	font-family: "Titelschrift", sans-serif;
    font-weight: 700;
	letter-spacing: 0.016em;
    line-height: 1.55em;
    font-size: 35px;
    color:#000;
    margin-bottom:0px;
}
h4,h5,h6{
    font-family: 'SubTitelschrift'; 
    font-size: 19px;
    margin-top:0px;
}
h2{font-family: "SubTitelschrift", sans-serif; font-zize:28px; margin-top:0px;}
h3{font-family: 'Fliesstext'; font-size:25px;}
h3 strong{
    font-family: 'SubTitelschrift'; 
}
h6{
	color:#c1001f;
	font-weight: lighter;
}
.Navigation{
    max-width:1600px;
    margin:auto;
    font-size: 16px;
}
.BoxObenAlle h2{
    margin-bottom:5px;
}
.DesignBildBox h1{
	font-size: 45px;
}
.DesignBildBox h3{
    line-height: 1.35em;
    letter-spacing: 0.05em;
}
#Adresse {
    font: 18px "Titelschrift",sans-serif;
    letter-spacing: 0.05em;
}
/*ckEditor Format -> Formatiert*/
pre{
	font: 17px "Fliesstext",sans-serif;
    font-style: italic;
	line-height: 1.5em;
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
	white-space: pre-wrap;
}
.spalten2{
	-moz-column-count: 2;
	-moz-column-width:50%;
	-moz-column-gap: 40px;
	
	-webkit-column-count:2;
	-webkit-width:50%;
	-webkit-column-gap: 40px;
	
	column-count:2;
	column-width:50%;
	column-gap: 40px;
	padding:20px 0px;
}
.spalten3{
	-moz-column-count: 3;
	-moz-column-width:33%;
	-moz-column-gap: 20px;
	
	-webkit-column-count:3;
	-webkit-width:33%;
	-webkit-column-gap: 20px; 
	
	column-count:3;
	column-width:33%;
	column-gap: 20px;
	padding:20px 0px;
}
/*ckEditor Format -> Formatiert*/
p,ul li,ol li{	
	line-height: 1.5em;
	letter-spacing: 0.02em;
}
p{
    word-wrap:break-word;
}
ol{
    margin-left: 8px;
    text-align: right;
    padding-left: 15px;
}
ol li{
    margin-bottom:8px;
    padding-left:10px;
    text-align: left;
}
a{text-decoration: none;}
#Inhalt a, 
#WebMain a, 
#AdresseFuss a{
    text-decoration: none;
    position:relative;
	display:inline-block;
	cursor:pointer;
	background-image: url("../grafik/icon/BoxLink.png");
    background-color: transparent;
    padding:10px 0px 10px 30px;
	background-repeat: no-repeat;
	background-size: 25px 25px; 
	background-position: 0px center; 
	-webkit-transition: background-position 0.2s; /* Safari */
  	transition: background-position 0.2s;
	transition-timing-function: ease;
}
#Inhalt a:hover, 
#WebMain a:hover, 
#AdresseFuss a:hover{
	color: #cc0000;
	background-image: url("../grafik/icon/BoxLinkHover.png");
    background-position: 10px center; 
	-webkit-transition: background-position 0.5s; /* Safari */
  	transition: background-position 0.5s;
	transition-timing-function: ease;
}
#Rahmen .mail, #Rahmen .mail:hover,#Fuss .mail, #AdresseFuss .mail:hover{
    background-image: url("../grafik/icon/maillink.png");
    padding: 10px 0px 10px 30px;
}
#Rahmen .adresse, #Rahmen .adresse:hover,#Fuss .adresse, #AdresseFuss .adresse:hover{
    background-image: url("../grafik/icon/adresselink.png");
    padding: 10px 0px 10px 30px;
}
#Rahmen .telefon, #Rahmen .telefon:hover,#Fuss .telefon, #AdresseFuss .telefon:hover{
    background-image: url("../grafik/icon/tellink.png");
    padding: 10px 0px 10px 30px;
}
#Rahmen .PfeilLink, #Rahmen .PfeilLink:hover,#Fuss .PfeilLink, #AdresseFuss .PfeilLink:hover{
    background-image: url("../grafik/icon/Mehr.png");
    padding: 10px 0px 10px 30px;
}
#Rahmen #Inhalt .BTNWeiter, .ZeileBackButton button{
    padding:10px 20px;
    margin-bottom: 30px;
}
#Rahmen #Inhalt .PfeilLink{
    padding:0px 10px 0px 30px;
}
#Rahmen .mobile, #Rahmen .mobile:hover,#Fuss .mobile, #AdresseFuss .mobile:hover{
    background-image: url("../grafik/icon/mobile.png");
    padding: 10px 0px 10px 30px;
}
#Rahmen .web, #Rahmen .web:hover,#Fuss .web, #AdresseFuss .web:hover{
    background-image: url("../grafik/icon/web.png");
    padding: 10px 0px 10px 30px;
}
#Rahmen #Inhalt .RahmenLinkSchwarz, #Rahmen #Inhalt .RahmenLinkWeiss{
    padding:10px 30px;
}
#Rahmen #Inhalt .RahmenLinkSchwarz{
    color:#000;
}
#Rahmen #Inhalt .RahmenLinkWeiss,.ZeileBackButton button{
    color:#fff;
}
#Rahmen #Inhalt .textlink, #Rahmen #Inhalt .linkintern, #Rahmen #Inhalt .linkextern{
    padding:0px;
}
#Rahmen #Inhalt .SpaltenBoxen .rahmenboxlayout3 .ohneBild .SpaltenBoxLink{
    padding:0px;
}
#Rahmen #Inhalt .boxlayout52 .RahmenLinkSchwarz,#Rahmen #Inhalt .boxlayout52 .RahmenLinkWeiss,
#Rahmen #Inhalt .boxlayout42 .RahmenLinkSchwarz,#Rahmen #Inhalt .boxlayout42 .RahmenLinkWeiss{
    margin-bottom:50px;
    position:relative;
    bottom: 0px;
}
/*TextLink im CMS Link -> Erweitert -> Formatvorlageklasse -> textlink*/
#WebMain .linkintern,#WebMain .linkextern,#WebMain .textlink,#Inhalt .SpaltenBoxen .SpaltenBoxLink{
	color:#990000;
	padding: 0px;
    background-image: none;
    text-decoration: none;
    display: inline;
}
#WebMain .linkintern:hover,#WebMain .linkextern:hover,#WebMain .textlink:hover{
	color:#027abc !important;
    background-image: none;
}
#WebMain .linkextern{
    text-decoration: underline;
}
/*kein BTN Effekt auf den Boxen mit gesamtboxlink*/
#Rahmen #WebMain .BoxLinkGesamt, #Inhalt .Dok a, #Inhalt #DownloadInhalt a, #SuchBox a, #SuchBox a:hover, #Rahmen #WebMain #Inhalt .BackBTN{
    background-image: none;
    display:block;
    padding: 0px;
    color:unset;
}
#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;
    width: auto;
}
ol li p, ul, h3{
    margin:0px;
}
#Inhalt .TextBox h2{
    margin:0px 0px 17px 0px;
}
.Dok a{
    font-size: 16px;
}
#Rahmen{
	position:relative;
	opacity:0;
	min-height:100%;
	min-width:650px;
}
#TopNav {
	border-bottom: 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;
}
#TopNav svg{
    width: 60px;
}
#TopNav svg .cls-1{
    fill: rgb(237,237,237);
    transition: fill .5s;
}
#TopNav svg:hover .cls-1{
    fill: rgb(160,160,160);
    transition: fill 1s;
}
#ShortNav a{
    text-align: center;
}
.WebMainHHoch{
	padding-top:200px;
	-webkit-transition: padding-top 1s; /* Safari */
  	transition: padding-top 1s;
}
.WebMainHFlach{ 
	padding-top:100px;
	-webkit-transition: padding-top 1s; /* Safari */
  	transition: padding-top 1s;
}
.TopNavHHoch{
    background-color: rgba(0,0,0,1);
	height:200px;
	-webkit-transition: height 1s; /* Safari */
  	transition: height 0.25s;
}
.TopNavHFlach, .BannerOben .TopNavHFlach{
	height:100px;
	-webkit-transition: all 1s; /* Safari */
  	transition: all 1s;
}
.TobNavBGTransp1{
    background-color: rgba(0,0,0,1);
	-webkit-transition: all 1s; /* Safari */
  	transition: all 1s;
}
.TobNavBGTransp2{
    background-color: rgba(0,0,0,0.6);
	-webkit-transition: all 1s; /* Safari */
  	transition: all 1s;
}
.BannerOben .WebNavBlenderHHoch{
	padding-top:100px;
	-webkit-transition: padding-top 1s; /* Safari */
  	transition: padding-top 1s;
}
.WebNavBlenderHHoch{
	padding-top:190px;
	-webkit-transition: padding-top 1s; /* Safari */
  	transition: padding-top 1s;
}
.WebNavBlenderHFlach{
	padding-top:80px;
	-webkit-transition: padding-top 1s; /* Safari */
  	transition: padding-top 1s;
}
#Language{
	position:fixed;
	right: 10px;
	z-index: 20000;
	text-align: center;
    bottom:-37px;
}
#Language .option{
	background-color: #fff;
	color:#000;
    display: block;
    -webkit-transition: all 1s; /* Safari */
  	transition: all 1s;
}
#Language .option:hover{
	background-color: #ccc;
	color:#000;
    -webkit-transition: all 1s; /* Safari */
  	transition: all 1s;
}
#Language, #SelectSprache{min-width:100px;}
#SelectSprache{
	color:#ccc;
	background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 1s; /* Safari */
  	transition: all 1s;
    border: 1px solid #555;
}
#SelectSprache:hover{
	color:#fff;
	background-color: rgba(0, 0, 0, 1);
}
#ShortNav, #ShortNav3{
	height:100%;
	display: table;
}
#ShortNav3{
 	text-align: right;	
	float:right;
}
#MenueAus{
    display:none;
}
.MenueGruppeSpez svg{
    width:50px;
    margin-right: 25px;
}
.SozialMediaLinks svg{
    background-color: rgba(255,255,255,0);
    border-radius:8px;
    transition: all .5s;
}
.SozialMediaLinks svg:hover{
    background-color: rgba(0,0,0,.5);
}
#FacebookIcon .cls-1,#TwitterIcon .cls-1{
    fill:rgb(156,156,156);
    transition: all 1s;
}
#FacebookIcon:hover .cls-1, #TwitterIcon:hover .cls-1{
    fill:rgb(255,255,255);
}
.TopNavBox1, .TopNavBox2, .TopNavBox3{height:100%;}
.HeaderIcon, #Sucheinblender, #WebTopNav{
	display: table-cell;
	vertical-align: middle;
	height:100%;
	width:90px;
}
#copyright, #Footer a, .BTNOrdner {
    color: #fff;
}
.HeaderIcon{
	position: relative;
	cursor:pointer;
}
.HeaderIcon img{
	width: 50px;
	height: auto;
	position: relative;
	display:block;
	margin:auto;
}
section{
	position:relative;
	display:block;
	width:100%;
	margin:auto;
	min-height:100%;
}
/*Suchform*********************************************/
#SuchForm{
	position: relative;
	width: 100px;
}
#SuchForm  input[type=text]{
	position:absolute;
	border: 1px solid #dcdcdc;
	background-color:#fff;
	color:#000;
	padding:4px 4px;
	margin-top:5px;
	width:0px;
	left:100px;
	display:none;
	text-align: left;
	text-indent: 10px;
}
#SuchForm  input[type=submit]{
	border: 0px;
	border:none;
	float:right;
	display:none;
}
#Sucheinblender{
	cursor:pointer;
	overflow: visible;
    text-align: center;
}
#SeitenTitel h1{margin:35px 0px 0px;}
#KopfBG,#KopfFGLinks,#KopfFGRechts{
	position:absolute;
	top:0px;
	left:0px;
	height:315px;
}
#KopfFGRechts{
	left:auto;
	right:0px;
}
#KopfFGBottom{
	position:absolute;
	top:315px;
}
#KopfFG img{width:100%;}
#KopfBG{
	width:100%;
	height:315px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#Adresse {
    padding: 15px 15px 0px;
    text-align: center;
}
address{
    font-family: "Fliesstext";
}

#Adresse a{color:#666;}
#Adresse a:hover, #Adresse a:visited, #Adresse a:focus{color:#000;}
#Main{
	min-height:800px;
	float:left;	
	width:85%;
}
#Logo img {
    height: 100%;
	/*scale:80%*/
}
/*AUTOSCROLL*/
div[rel="scroller"]{
    cursor:pointer;
}
#BTN-Top{
	position:fixed;
	right:130px;
	bottom:2px;
	cursor:pointer;
	z-index:20000;
}
#BTN-Top img{
    opacity:0;
    width:35px;
    height:auto;
}
/*NAVIGATION*/
#TopNav{
	padding:0px 30px;
	position: fixed;
	display:inline-block;
	z-index: 15500;
	width:100%;
}
#Footer{
    background-color: #202020;
}
#Footer .Navigation{
    max-width:1200px;
    margin:auto;
}
.TopNavBox1, .TopNavBox2, .TopNavBox3{
	float:left;
	width:33%;
    z-index: 10;
    position: relative;
}
.TopNavBox2{
    text-align: center;
    z-index: 9;
    position: relative;
}
#BTNHome{
	position:absolute;
	right:0px;
	top:20px;
	width:300px;
	height:75px;
}
#Navigation,.SprachBtn{	background-color:#000;}
#Navigation{
	width:15%;
	height:100%;
	float:left;
	padding:80px 0px 30px 30px;
	display:table;
	z-index:5100;
}
#MainNavBox{
	float:left;
	width:80%;
}
.MainNav a,.SpezNav a,.LangNav a{
	display:block;
	text-decoration:none;
	padding:0px 0px 10px 0px;
}
.SpezNav a{	padding:0px;}
.SprachBtn{	cursor:pointer;}
.SprachBtnAktiv{cursor:pointer;}
.LangNav a{padding:0px;}

#WebNavBlender{
	display:none;
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	z-index: 15000;
	padding-right:2%;
	padding-left:2%;
	padding-bottom: 5%;
	/*paddingtop darf nicht verwendet werden da greifft transition von Hauptseite*/
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px #000;
}
.NavMainMenue{
	width:25%;
	float:left;
	border-radius:10px 10px 10px 10px;
	padding:30px 30px 10px 0px;
}
.NavMainMenue img{
	width:70px;
	height:auto;
	margin-left: auto;
    margin-right: auto;
}
#WebNavigation h2,.MenueGruppeSpez h2{
	font-size: 25px;
	overflow: hidden;
}
#Footer .MenueGruppeSpez h2{
	font-size: 16px;
}
.MenueGruppeSpez h2{
	display:block;
	width:100%;
	overflow:hidden;
}
.LinkSpezName img{
	width:30px;
	height:auto;
	padding:0px 10px 0px 0px;
	-webkit-transition: padding 0.5s; /* Safari */
  	transition: padding 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	float:left;
}
.SubNavSpezLink:hover .LinkSpezName img{
	padding:0px 0px 0px 10px;
	-webkit-transition: padding 0.5s; /* Safari */
  	transition: padding 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
#WebInhalt{
	width:100%;
	padding:0px 5%;
}
#WebNavigation ul{
	padding: 0px;
	color:#fff;
	list-style: none;
	width:100%;
	display:inline-block;
}
.FilterSubBTN{
	float:left;
	font-size: 16px;
}
.CloseNavBlender{
	position:fixed;
	margin:auto;
	top:70px;
	cursor:pointer;
	z-index: 2000;
}
.CloseNavBlender, .CloseNavBlender img {
    height: 50px;
    width: 50px;
}
.LinkSpezName{
	border-bottom: 1px solid #999;
	padding:12px 20px;
	color:#171717;
    background-color: rgba(0,0,0,0);
}
.LinkSpezName:hover{
    background-color: rgba(0,0,0,.05);
    transition:background-color .5s;
}
.LinkSpezName span{
	display:table-cell;
	padding-left: 10px;
    font-weight: 100;
    padding-top: 5px;
}
#WebNavBlender .Aktiv .LinkSpezName {
	display:block;/*zeigt sonst BG color nicht an*/
	color: #900; 
    background-color: rgba(0,0,0,.05);
}
/*NAVIGATION*/
/*CMSErstellte FussLinks*/
#Inhalt .SpaltenBoxen .FussLink{
    position:absolute;
    bottom:10px;
    width:auto;
}
#Inhalt .SpaltenBoxen .Ausrichtungcenter .FussLink,
#WebMain .Ausrichtungcenter .RahmenLinkWeiss,
#WebMain .Ausrichtungcenter .RahmenLinkSchwarz{
    left: 50%;
    transform: translate(-50%, 0%);
}
#Inhalt .SpaltenBoxen .Ausrichtungright .FussLink,
#WebMain .Ausrichtungright .RahmenLinkWeiss,
#WebMain .Ausrichtungright .RahmenLinkSchwarz{
    transform: translate(-90%, 0%);
    left: auto;
    padding-right: 4%;
}
#Rahmen .FussLink{
    background-image: url("../grafik/icon/FussLink.png");
    background-position: left center;
    background-repeat: no-repeat;
}
#Rahmen .FussLink:hover{
    background-image: url("../grafik/icon/FussLink.png");
}
.BoxOLayout-2 .FussLink, .BoxOLayout-0 .FussLink, .BoxOLayout-1 .FussLink,
#Inhalt .boxlayout2 .FussLink{
     margin-top: 30px !important;
}
#Inhalt .InhaltBoxen .Gruppe .DesignBoxen .FussLink{
    height:auto;
}
.TextBox p .FussLink{
    bottom:auto;
    position: relative;
}
#Inhalt .FussLink:hover{
    color:#B80003;
}
#BannerSlider a{
    padding: 10px 20px;
}
#WebMain .RahmenLinkSchwarz, #WebMain .RahmenLinkWeiss{
    margin: 10px 0px;
    padding: 15px 25px 15px 25px;
}
#WebMain .RahmenLinkSchwarz, #WebMain .RahmenLinkWeiss, #BannerSlider a,
.ZeileBackButton button{
    background-image: none;
    -webkit-transition: background 1s ease-out;
    -moz-transition: background 1s ease-out;
    -o-transition: background 1s ease-out;
    transition: background 1s ease-out;
}
#WebMain .RahmenLinkSchwarz:hover, #WebMain .RahmenLinkWeiss:hover, #BannerSlider a:hover,
.ZeileBackButton button:hover{
    background-image: none;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}
#WebMain .RahmenLinkSchwarz{
    border: 1px solid rgba(0, 0, 0,1);
    background-color: rgba(0, 0, 0, 0);
    color:#000;
}
#WebMain .RahmenLinkSchwarz:hover{
    border: 1px solid rgba(0, 0, 0,1);
    background-color: rgba(0, 0, 0, 0.3);
    color:#000;
}
#WebMain .RahmenLinkSchwarz:hover{
    border: 1px solid rgba(0, 0, 0,3);
    background-color: rgba(0, 0, 0, 0.5);
    color:#000;
}
#Rahmen #BannerSlider .BTNMore,
.ZeileBackButton button{
    background-color: rgba(0, 0, 0, 0.3);
    display:inline-block;
    transition: background-color .5s;
}
#Rahmen #BannerSlider .BTNMore:hover,.ZeileBackButton button:hover{
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color .5s;
}
/*weiss*/
#WebMain .RahmenLinkWeiss, #BannerSlider a{
    border: 1px solid rgba(255, 255, 255,1);
    background-color: rgba(255, 255, 255, 0);
    color:#fff;
}
#WebMain .RahmenLinkWeiss:hover, #BannerSlider a:hover{
    background-color: rgba(255, 255, 255, 0.3);
    color:#fff;
}
/*Bottom ausrichtung*/
#WebMain .SpaltenBoxen .RahmenLinkWeiss,
#WebMain .SpaltenBoxen .RahmenLinkSchwarz{
    position: absolute;
    bottom: -20px;
    width: auto;
    white-space: nowrap;
    overflow:hidden;
}
#WebMain .SpaltenBoxen .Ausrichtungright .RahmenLinkWeiss,
#WebMain .SpaltenBoxen .Ausrichtungright .RahmenLinkSchwarz,
#WebMain .SpaltenBoxen .Ausrichtungright .FussLink{
    /*min-width: 60%;*/
    transform: translate(-100%, 0%);
    padding-right: 0px;
    white-space: nowrap;
    overflow:hidden;
}
/*Für Inline Spaltenboxen*/

#BannerSlider .textlink:hover{color:#c00 !important;}

#SuchBox .BTNMore{
    display:inline-block;
}
#Rahmen #Inhalt #SuchBox .BTNMore a{
    padding: 10px 20px;
    background-color: #7ab600;
    color: #fff;
}
#SuchBox .BTNMore:hover a{
    background-color: #939393;
}
#WebMain .HauptZeile .BoxOLayout-0 .BTNMore,
#WebMain .HauptZeile .BoxOLayout-2 .BTNMore,
#Inhalt .HauptZeile .SBLayout0 .BTNMore,
#Inhalt .HauptZeile .SBLayout2 .BTNMore,
#Inhalt .HauptZeile .SBLayout3 .BTNMore,
#Inhalt .ZeileMitBGBild .BTNWeiter,
#WebMain .TopFilmBox .BTNMore,
#WebMain .BoxObenAlle p a{
    background-image: none;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 30px 10px 30px;
    border:1px solid #fff;
    transition: background-color 0.5s; 
}
#Inhalt .SeitenWechselText .BTNMore,
#Inhalt .HauptZeile .BTNMore{
    background-image: none;
    color:#000;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 30px 10px 30px;
    border:1px solid #000;
    transition: background-color 0.5s; 
    text-align: center;
}
#WebMain .BoxOLayout-1 .BTNMore,
#Inhalt .ZeileMitBGBild .BTNWeiter:hover{
    color: #fff;
}
#Inhalt .boxlayout0 .BTNMore,#Inhalt .boxlayout1 .BTNMore,#Inhalt .boxlayout2 .BTNMore,
#Inhalt .boxlayout41 .BTNMore,#Inhalt .boxlayout42 .BTNMore,
#Inhalt .boxlayout51 .BTNMore,#Inhalt .boxlayout52 .BTNMore{
    display:inline;   
}
#WebMain .BoxOLayout-0 .BTNMore:hover,
#WebMain .BoxOLayout-2 .BTNMore:hover,
#Inhalt .SBLayout0 .BTNMore:hover,
#Inhalt .SBLayout2 .BTNMore:hover,
#Inhalt .SBLayout3 .BTNMore:hover,
#Inhalt .ZeileMitBGBild .BTNWeiter:hover{
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color 0.5s; 
}
#Inhalt .SeitenWechselText .BTNMore:hover,
#Inhalt .HauptZeile .BTNMore:hover,
#Inhalt .ZusatzWeiterBTN .BTNWeiter:hover{
    background-color: rgba(0, 0, 0, 0.3);
    transition: background-color 0.5s; 
}
#Inhalt .BTNWeiter, #WebMain .BTNWeiter, .BTNWeiter{
    background-image: none;
    border: 1px solid rgba(0, 0, 0,1);
    background-color: rgba(255, 255, 255, 0);
    color:#000;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

#Inhalt .BTNWeiter:hover, #WebMain .BTNWeiter:hover, .BTNWeiter:hover{
    background-image: none;
    background-color: rgba(0, 0, 0, 0.3);
    color:#000;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
}

#Inhalt{
	padding:100px 0px 0px;
	width:100%;
	margin:auto;
}
/*Inhalt*/
/*FormularFelder*/
.label,input,.mass{
	height:35px;
	padding:5px 0px 5px 5px;
	float:left;
}
.label{width:60%;}
input{
	width:30%;
	font-size:16px;
	padding:0px 10px;
    font-family: 'Fliesstext'; 
}
.mass{
	width:10%;
	float:right;
	text-align: right;
}
.Stk{text-align: right;}
.BTNDropDown{
	height:35px;
	width:auto;
	padding:5px 10px;
	background-color: #fff;
	color:#00478A;
}
.BTNDropDown img{
	text-align: right;
	height:80%;
	width:auto;
	float:right;
}
.DropDown{
	display:inline-block;
	cursor:pointer;
}
.DDBox{overflow:hidden;}
.option{
	background-color: #fff;
	color:#000;
	border-bottom:1px solid #000;
	padding:5px 10px;
}
.option:hover{
	background-color: #00478A;
	color:#fff;
}
/*.DDabsolute = Wert zum lesen für programmierung*/
.DDabsolute{
	position:absolute;
	left:102%;
	top:0px;
}
.FilmBox{
    width:100%;
    text-align: center;
    margin:30px 0px;
    padding:10px 0px;
}
.BannerOben .BreitBild .DesignBildBox .TopFilmBox{
    text-align: right;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 70px; 
}
video{
	width:100%;
	max-width:700px;
    max-height:400px;
	padding: 0px;
    margin:auto;
}
.BOFilm-2 video {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
/*FormularFelder*/
#Inhalt .ZeileMitBGBild .ZeileInhalt{
    margin:auto auto;/*wichtig bei Spaltenbox mit BG*/
}
#Inhalt .ZeileMitBGBild .InnereBreite3{
    margin:auto 0px;
    /*padding: 0px 50px;*/
}
#Inhalt .ZeileMitBGBild .InnereBreite0{
    padding: 0px 50px;
}
.ZeileSchmal{
	max-width:1200px;
	margin:auto;
}
.ZeileSchmaler{
	max-width:800px;
	margin:auto;
}
.ZeileBreit{
	max-width:1600px;
	margin:auto;
}
.ZeileMaximal{
	width:100%;
}
/*Padding für Texte*/
.BreiteZeileMaximal{
   padding:30px 0px; 
}
.Layout2 .ZAlignZenter .TextBox,.Layout3 .ZAlignZenter .TextBox{
    padding: 0px 50px 15px;
}
.InnereBreite0 .BreiteZeileMaximal{
    padding: 30px 20px 20px 20px;
}
.Layout5 .InnereBreite0 .BreiteZeileMaximal,
.Layout6 .InnereBreite0 .BreiteZeileMaximal{
    padding-top:0px;
}
.ZAlignZenter{
    text-align:center;
}
.ZAlignRechts{
    text-align:right;
}
.ZAlignLinks{
    text-align:left;
}
.ZAlignBlock{
    text-align:justify;
}
/*Zusatzseite*/
.ZeileBackButton{
    text-align: center;
}
/*Normal*/
#Inhalt .InnereBreite0{
    max-width:1200px;
    margin:auto;
}
/*Breit*/
#Inhalt .InnereBreite1{
    max-width:1600px;
    margin:auto;
}
/*Schmal*/
#Inhalt .InnereBreite2{
    max-width:800px;
    margin:auto;
}
/*max*/
#Inhalt .InnereBreite3{
    max-width:100%;
    padding: 30px 50px;
}

#Inhalt .ZeileInhalt {
  transform: matrix(1, 0, 0, 1, 0, 100);
    opacity: 0;
    transition: all 1s;
}
#Inhalt .ScrollEffektAktiv{
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
    transition: all 1s;
}
#Inhalt .FlexBoxRahmen {
  transform: matrix(1, 0, 0, 1, 0, 200);
    opacity: 0;
    transition: all 2s;
}
#Inhalt .ScrollEffektSpaltenBoxAktiv{
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
    transition: all 2s;
}
#Inhalt .FlexBox, #Inhalt .DesignBoxen, #Inhalt .DokumentBox,
#Inhalt .ZusatzWeiterBTN{
  transform: matrix(1, 0, 0, 1, 0, 200);
    opacity: 0;
    transition: all 1s;
}
#Inhalt .ScrollEffektSpaltenAktiv, #Inhalt .ScrollEffektDesignBoxenAktiv, #Inhalt .ScrollEffektDokumentBoxAktiv,
 #Inhalt .ScrollEffektZusatzWeiterBTNAktiv{
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1;
    transition: all 1s;
}
.HauptZeile{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 30px 0px 50px;
}
/*Paralaxscroll nur css*/
.ZeileMitBGBild[data-scroll='on'] .HauptZeile{
    height: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.ZeileMitBGBild[data-scroll='on'] .HauptZeile h1{
    font-size:50px;
    font-family: "Fliesstext";
}
/*Standarddatensatz mit BGBild Text-padding*/
.ZeileMitBGBild .TextLayout0,
.ZeileMitBGBild .TextLayout1{
     padding-right: 50px;
}

/*Zeile Max keine Seitlichen Paddings, damit Bilder rauslaufen können*/
.ZeileMaximal{
    padding: 30px 0px 50px;
}
.ZeileMitBGBild .ZeileBreit .clear150Linie{
    border-bottom:none;
    padding-top: 20px;
    margin-bottom: 20px;
}

.ZeileBreit .VSBildLayout4{
    padding-top: 50px;
}
.ZeileBreit .ZeileInhalt{
    max-width: 1500px;
    margin: 0px auto;
}
/*Spalten*************************************************/
.SP100Spez1{
	display:inline-block;
	width:100%;
	padding-left:250px;
	padding-right:50px;
}
.SP100Spez{
	display:inline-block;
	width:100%;
	padding-left:80px;
}
.SP10,.SP15,.SP20,.SP25,.SP30,.SP33,.SP40,.SP50,.SP55,.SP60,
.SP66,.SP75,.SP80,.SP85,.SP90{
	float:left;
}
.SP10{width:10%;}
.SP15{width:15%;}
.SP20{width:20%;}
.SP25{width:25%;}
.SP30{width:30%;}
.SP33{width:33.33%;}
.SP40{width:40%;}
.SP45{width:45%;}
.SP55{width:55%;}
.SP50{width:50%;}
.SP60{width:60%;}
.SP66{width:66.66%;}
.SP75{width:75%;}
.SP80{width:80%;}
.SP85{width:85%;}
.SP90{width:90%;}
.SP100{
	display:inline-block;
	width:100%;
}
.SP10-40{width:10%;float:left;}
.SP20-40{width:20%;float:left;}
.SP30-60{width:30%;float:left;}
.SP33-100{width:33%;float:left;}
.SP20-50{width:20%;float:left;}
.SP45 .BildHoch{
	width:250px;
	margin-right:10%;
	padding-top: 10px;
}
.SP55 .TextBox{width:90%;}
.ZenterBoxMittel{
	width:800px;
	margin:auto;
}
.FlexBoxRahmen{
	width:100%;
	padding:50px 0px 50px;
}
.rahmenboxlayout2 .ZusatzWeiterBTN{
    padding:30px 1.65% 0px;
}
.FlexBoxReihe{
    display: flex;
}
.SpaltenBoxen .boxlayout1 img,.SpaltenBoxen .boxlayout2 img,.SpaltenBoxen .boxlayout3 img{
    width:100%;
    opacity: 0;
}
.SpaltenBoxen .rahmenboxlayout1 .ohneBild,
.SpaltenBoxen .rahmenboxlayout2 .ohneBild,
.SpaltenBoxen .rahmenboxlayout3 .ohneBild{
	background-color: transparent;
}
#Inhalt .FlexBox h2, #InhaltGross .FlexBox h2{
    margin:0px;
    font-size:24px; 
    color:#000;
    padding:0px 5%;
}
#Inhalt .SpaltenBoxen .boxlayout0 h2{
    font-size:25px; 
}
#Inhalt .FlexBox ul, #InhaltGross .FlexBox ul{
     color:#000;
}
#Inhalt .SpaltenBoxen .boxlayout0 h2,
#Inhalt .SpaltenBoxen .boxlayout1 h2,
#Inhalt .SpaltenBoxen .boxlayout2 h2,
#Inhalt .SpaltenBoxen .boxlayout3 h2,
#InhaltGross .SpaltenBoxen .boxlayout1 h2,
#InhaltGross .SpaltenBoxen .boxlayout2 h2,
#InhaltGross .SpaltenBoxen .boxlayout3 h2{
    padding:15px 5%;
}
/*Wenn Box ohne Imagebox ist wird border entfernt*/
#Inhalt .SpaltenBoxen .rahmenboxlayout0 .ohneBild h2,
#Inhalt .SpaltenBoxen .rahmenboxlayout1 .ohneBild h2,
#Inhalt .SpaltenBoxen .rahmenboxlayout2 .ohneBild h2,
#Inhalt .SpaltenBoxen .rahmenboxlayout3 .ohneBild h2,
#InhaltGross .SpaltenBoxen .rahmenboxlayout1 .ohneBild h2,
#InhaltGross .SpaltenBoxen .rahmenboxlayout2 .ohneBild h2,
#InhaltGross .SpaltenBoxen .rahmenboxlayout3 .ohneBild h2,
#Inhalt .ZeileMitBGBild .SpaltenBoxen h2,
#InhaltGross .ZeileMitBGBild .SpaltenBoxen h2{
	border-bottom: none;
}
/*Wenn Box im Imagebox eine Map enthält wird border wieder esetzt*/
#Inhalt .SpaltenBoxen .rahmenboxlayout0 .SpaltenMapDesign h2,
#Inhalt .SpaltenBoxen .rahmenboxlayout1 .SpaltenMapDesign h2,
#Inhalt .SpaltenBoxen .rahmenboxlayout2 .SpaltenMapDesign h2,
#Inhalt .SpaltenBoxen .rahmenboxlayout3 .SpaltenMapDesign h2,
#InhaltGross .SpaltenBoxen .rahmenboxlayout1 .SpaltenMapDesign h2,
#InhaltGross .SpaltenBoxen .rahmenboxlayout2 .SpaltenMapDesign h2,
#InhaltGross .SpaltenBoxen .rahmenboxlayout3 .SpaltenMapDesign h2{
	border-bottom: 1px solid #cdcdcd;
}
#Inhalt .SpaltenBoxen .FlexBoxText h1,#Inhalt .SpaltenBoxen .FlexBoxText h2{
    padding: 15px 0;
}
#Inhalt .SpaltenBoxen .reiheboxlayout5 .FlexBoxText h2{
    padding:0px;
}
#Inhalt .SpaltenBoxen .boxlayout42 .SpaltenBoxSpezTitel{
    padding:0px 0px 15px;
}
.FlexBox p{color:#000;}
.FlexBox a{color:#000; width: 93%;}
.FlexBoxText h2{
	border-bottom: none;
	color:#000;
	padding:5px 0px;
}
.Zwischenraum{
	width:4%;
	background-color: transparent;
}
.boxlayout2 .Zwischenraum{
    width:2%;
}
.FlexBoxImgBox{
    overflow:hidden;
}
.FlexBoxImg{
    transform: scale(1.01);/*Rand verhindern*/
	transition: all .5s;
}
.FlexBoxImg{
	height:360px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.SpaltenBoxen .boxlayout0:hover .FlexBoxImg,
.SpaltenBoxen .boxlayout1:hover .FlexBoxImg,
.SpaltenBoxen .boxlayout2:hover .FlexBoxImg,
.SpaltenBoxen .boxlayout3:hover .FlexBoxImg,
.SpaltenBoxen .boxlayout41:hover .FlexBoxImg,
.SpaltenBoxen .boxlayout51:hover .FlexBoxImg{
	transform: scale(1.1);
	transition: all .5s;
}
/*Spaltenbox mit Map kein Zoomeffekt*/
.SpaltenMapDesign .FlexBoxImg{
    transform: scale(1);
	transition: none;
}
.SpaltenBoxen .SpaltenMapDesign:hover .FlexBoxImg{
    transform: scale(1);
	transition: none;
}
.boxlayout1 .FlexBoxImg{
    /*H abgestimmt auf 2 Spalten Bilder/BSP/Bildvorlage (825x550)*/
    height:385px;
}
.boxlayout2 .FlexBoxImg{
    /*H abgestimmt auf 3 Spalten Bilder/BSP/Bildvorlage (825x550)*/
    height:245px;
}
.boxlayout3 .FlexBoxImg{
    /*H abgestimmt auf 4 Spalten Bilder/BSP/Bildvorlage (825x550)*/
    height:175px;
}
.FlexBoxText{
    padding:15px 5% 30px;
}
.boxlayout42 .FlexBoxText,.boxlayout52 .FlexBoxText{
    padding:0px 5% 30px 50px;
}
.boxlayout41 .FlexBoxText p,.boxlayout41 .FlexBoxText li,
.boxlayout42 .FlexBoxText p,.boxlayout42 .FlexBoxText li{
    font-size:20px;
}
#Inhalt .SpaltenBoxen .boxlayout3 p,#Inhalt .SpaltenBoxen .boxlayout3 li,
#Inhalt .SpaltenBoxen .boxlayout1 p,#Inhalt .SpaltenBoxen .boxlayout1 li{
    font-size:18px
}
.FlexBoxText ul{
    margin-bottom: 15px;
}
/*Flexbox quer*/
/*0 zeigt Bild in voller grösse*/
.boxlayout0 .FlexBoxImg{
    height:auto;
}
.boxlayout0 .FlexBoxImg img{
	width:100%;
	height:auto;
}
.boxlayout0{width:100%;position: relative;}
.boxlayout1{width:50%;position: relative;}
.boxlayout2{width:33%;position: relative;}
.boxlayout3{width:25%;position: relative;}
.rahmenboxlayout4{padding-bottom:30px;position: relative;}
.rahmenboxlayout5{padding:30px 0px 30px;position: relative;}
.SpaltenBoxen .rahmenboxlayout5{padding:20px 0px 0px;}
.boxlayout41,.boxlayout51{
	display:block;
	float:left;
	width:33%;
    overflow:hidden;
}

.boxlayout42,.boxlayout52{
	display:block;
	float:left;
	background-color: transparent;
}
.boxlayout41{width:50%;}
.boxlayout42{width:50%;}
.boxlayout51{width:33%;}
.boxlayout52{width:66%;}
.boxlayout41 .FlexBoxImg,.boxlayout51 .FlexBoxImg{
	height:auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.boxlayout51 .FlexBoxImg{height:auto;}
.boxlayout41 .FlexBoxImg img,.boxlayout51 .FlexBoxImg img{
	width:100%;
	height:auto;
	opacity:0;
}
/*wenn in uerspalte 4 oder 5 eine Map hinterlegt ist*/
.SpaltenMapDesign .boxlayout42 h2,.boxlayout52 h2{border-bottom: none;}
.SpaltenMapDesign .boxlayout41{width:50%;}
.SpaltenMapDesign .boxlayout42{width:50%;}
.SpaltenMapDesign .boxlayout51{
    width:50%;
    height:300px;
}
.SpaltenMapDesign .boxlayout52{width:50%;}
/*FlexBox Vers 13 anzahl Boxen frei wählbar flex wählt spaltenbreite automatisch*/
/*NEWSLETTER ANMELDUNG*/
#NLAnmeldungForm{
    padding-top:30px;
    max-width:400px;
    margin:auto;
}
#NLAnmeldung{
    padding:15px 80px;
    background-color: #F9F9F9;
}
#NLAnmeldung label{
    display:block;
}
#NLAnmeldung input[type=text]{
	display:block;
	width:100%;
    margin-bottom:25px;
}
.FormZeile label, .FormZeile input[type=radio]{
	float:left;
	margin-right:30px;
}
.FormZeile input[type=radio]{
	width:auto;
	height:auto;
}
/*Standardforms*/
#StandardForm{
    padding-bottom:80px;
}
#StandardForm input{text-align: left;}
#StandardForm textarea{
	padding: 9px 7px;
	font-size: 18px;
	font-family: "Fliesstext",sans-serif;
	border: 1px solid #CCCCCC;
	border-radius: 7px;
	margin: 0px;
}
#StandardForm 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
}
#StandardForm input[type="submit"]:hover{
    background-color: rgba(184,0,3,1);
	color:#fff;
}
#StandardForm .label{
	padding: 5px 0px 5px 0px;
	width:100%;
	clear:both;
}
#StandardForm #Beschreibung{
	min-height:150px;
	padding:0px;
	border:0px;
	font-weight: bold;
}
/*Captcha*/
#StandardForm .MCPBild, #BKMaskeNeu .MCPBild{
	float:left;
	width:50px;
	height:50px;
	background-image: url("../grafik/Form/MenschBG.png");
	background-size: contain;
}
#EmailBestaetigung{
	width:100%;
	padding:30px;
	text-align: center;
}
#MenschPictBox,#MenschPictHut{
	width:300px;
	height:50px;
	overflow:hidden;
}
#MenschPictHut{
	position:absolute;
    background-color: rgba(55, 104, 170, 0.8);
	background-size: cover;
}
#MenschPictBox {
  background-color: #fff;
}
.KontaktSeiteFormBox {
    width:100%;
    background-image: url("../grafik/User/Kontakt-BG.jpg");
    padding: 50px 0px 100px;
    color: #fff;
    background-size: cover;
    background-position: center center;
}
.KontaktFormInhaltBox{
    width: 50%;
    max-width: 800px;
    margin: auto;
}
.KontaktSeiteFormBox input[type="text"], .KontaktSeiteFormBox #StandardForm textarea {
  background-color: rgb(255,255,255,0.3);
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  padding: 20px;
}
#StandardForm #FormMenschCheck{
    background-color: rgb(0,0,0,0.5);
}
.KontaktFormInhaltBox h1 {
  color: #fff;
}
/*help für einbau in div als Klasse help*/
.help{
	height:35px;
	background-image:url("../grafik/Form/help.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	cursor:pointer;
	text-indent: 50px;
	margin: 5px 0px;
}
/*Footer--------------------------------------*/
.SP20ever{
	float:left;
	width:18%;
	margin:0px 1% 0px 1%;
	text-align: center;
}
.SP20ever img{
	width:80%;
	height:auto;
	max-width: 150px;
}
.SP33ever{
	float:left;
	width:31%;
	margin:0px 1% 0px 1%;
	text-align: left;
}
.SP33ever img{
	width:80%;
	height:auto;
}
.PadBox1{
	width:100%;
	padding-left:0%;
	padding-right:15%
}
.PadBox2{
	width:90%;
	max-width:1600px;;
	margin:auto;
	display:inherit;
}
.PadBox50{
	width:50%;
	max-width:800px;;
	margin:auto;
	display:inherit;
}
.PadBoxWeb{
	max-width:100%;
	padding-left:5%;
	padding-right:5%
}
.PadBoxL30{
	padding-right:25px;
}
.PadBoxR30{
	padding-left:25px;
}

/*Tabelle*/
.TabRow,.TTabRow{
	display:table-row;
	width:100%;
}
.TabelleComaxx{
	display:block;
	text-align: center;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
    margin-top: 35px;
}
.TabelleComaxx .TRow{
	display:block;
	width:100%;
	position: relative;
}
.TabelleComaxx .TitelRow{
	font-weight: bold;
	background-color: #0089d0;
	color:#fff;
	border-bottom:1px solid #ccc;
}
.TabelleComaxx .TRow{
	border-bottom:1px solid #ccc;
}
.TabelleComaxx .TCell{
	display:table-cell;
	padding:7px 20px;
	border-right:1px solid #ccc;
	min-height: 40px;
	height:100%;
}
.TabelleComaxx .TRow:nth-child(odd){
	background-color: #eee;
	color:#000;
}
.TabelleComaxx .TRow:nth-child(even){
	background-color: #fff;
	color:#000;
}
.TabSP10,.TabSP15,.TabSP20,.TabSP25,.TabSP30,.TabSP33,.TabSP40,.TabSP50,.TabSP55,.TabSP60,
.TabSP66,.TabSP75,.TabSP80,.TabSP85,.TabSP90{
	float:left;
}
.TabSP10{width:10%;}
.TabSP15{width:15%;}
.TabSP20{width:20%;}
.TabSP25{width:25%;}
.TabSP30{width:30%;}
.TabSP33{width:33.333%;}
.TabSP40{width:40%;}
.TabSP45{width:45%;}
.TabSP55{width:55%;}
.TabSP50{width:50%;}
.TabSP60{width:60%;}
.TabSP66{width:66.666%;}
.TabSP75{width:75%;}
.TabSP80{width:80%;}
.TabSP85{width:85%;}
.TabSP90{width:90%;}
.TabSP100{
	display:inline-block;
	width:100%;
}
/*TabelleComaxx*/
/*TabelleDownloadZusatz*/
.TabDownloadZusatz{
	display:table;
	width:100%;
	text-align: left;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.TabDownloadZusatz .TRow{
	display:table-row;
	width:100%;
	position: relative;
	border-bottom:1px solid #ccc;
}
.TabDownloadZusatz .TCell{
	display:table-cell;
	padding:0px 20px;
	border-right:1px solid #ccc;
	min-height: 40px;
	height:100%;
	vertical-align: middle;
}
.TabDownloadZusatz .T1{width:20%;}
.TabDownloadZusatz .T2{width:25%;}
.TabDownloadZusatz .T3{width:20%;}
.TabDownloadZusatz .T4{width:15%;}
.TabDownloadZusatz .T5{width:20%;}
.TabDownloadZusatz .T5{
	vertical-align: middle;
	text-align: center;
	padding:10px;
}
#Inhalt .TabDownloadZusatz .Dok{width:100%;}
.TabDownloadZusatz p{
	padding:0px;
	margin:0px;
}
/*TabelleDownloadZusatz*/
/*DownloadSeite*/
#DownloadInhalt a, .keinDownloadDok{
    width: 20%;
    margin: 40px 0px 0px 0px;
    float: left;
    text-align: center;
}
.DownLoadBild{
    width: 100%;
    height:230px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.DownloadTextBox{
    padding:10px;
    height:90px;
    font-size:16px;
}
/*Dokument Standard*/
.DokumentBox{
    margin:40px 0px 0px;
    padding:15px 0px;
}
.ZeileMitBGBild .DokumentBox{
    background-color: rgba(0,0,0,0.4);
    color:#fff;
}
.WebProdukt .DokumentBox{padding:40px 0px 0px;}
.WebProdukt .DokumentBox .Dok{
	width:25%;
	padding:40px 0px 0px;
	float:left;
}
.WebProdukt .DokumentBox .Dok a{color:#000;}
.InhaltJobBox{
	overflow: hidden;
	height:0px;
}
.SP2CSS,.SP3CSS{padding-bottom:20px;}
.SP2CSS,.SP3CSS{
	-moz-column-rule: 0px dotted #000;
	-webkit-column-rule: 0px dotted #000;
	column-rule: 0px dotted #000;
	margin: 0px;
}
.SP2CSS{
	-moz-column-count: 2;
	-moz-column-width:50%;
	-moz-column-gap: 40px;
	
	-webkit-column-count:2;
	-webkit-width:50%;
	-webkit-column-gap: 40px;
	
	column-count:2;
	column-width:50%;
	column-gap: 40px;
}
.SP3CSS{
	-moz-column-count: 3;
	-moz-column-width:33%;
	-moz-column-gap: 20px;
	
	-webkit-column-count:3;
	-webkit-width:33%;
	-webkit-column-gap: 20px; 
	
	column-count:3;
	column-width:33%;
	column-gap: 20px;
}
.SP2CSS p,.SP3CSS p{padding:0px;}
.SP2CSS ul,.SP3CSS ul{
	padding:0px;
	margin:0px 0px 0px 25px;
}
#Map iframe, .Map iframe{
	width:100%;
	height:350px;
}
iframe{width:100%;}
#Inhalt .Dok{
	width:25%;
    padding: 20px;
    text-align: center;
    overflow:hidden;
	float:left;
}
#Inhalt .Dok {
  width: 24%;
  float: none;
  margin: auto;
  display: inline-block;
}
.Dok a img{width:60px;}
/*Layout0 Kacheln oder Boxen-------------------*/
.Gruppe{
	margin:auto;
	text-align: center;
    display:flex;
    flex-wrap: wrap;
    width:100%;
}
.Gruppe .SBLayout0, .Gruppe .BO-Layout-0{
    width: 33%;
    margin: 0px 0.111% 0.333% 0.222%;
    overflow:hidden;
}
.Gruppe .SBLayout3{
    width: 49.666%;
    margin: 0px 0.111% 0.333% 0.222%;
    overflow:hidden;
}
.Gruppe .DesignBoxen a{
    display: inline-block;
    height:100%;
}
.DesignBoxen .BGInhaltBox{
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 420px;
	width: 100%;
	transform: scale(1);
	transition: all .5s;
}
.InhaltBoxen .DesignBoxen .BGInhaltBox{
    height: auto;
    min-height: 420px;
}
.DesignBoxen .BGInhaltBox .BoxLinkGesamt{
    height: 420px;
}
.InhaltBoxen.SBLayout3 .BGInhaltBox{
    height:auto;
    min-height:420px;
}
.InhaltBoxen .SBLayout0 .BGInhaltBox{
    min-height: 100%;
}
.DesignBoxen .BGInhaltBox:hover{
	transform: scale(1.05);
	transition: all .5s;
}
.DesignBoxen .BGInhaltBox .VAlignBox .PadBox{
	height: auto;
	width: 100%;
	padding: 100px 50px 10px;
}
.BO-Layout-0 .BGInhaltBox .VAlignBox .PadBox{
	padding: 50px 50px 10px;
}
.SBLayout0 .BGInhaltBox .VAlignBox .PadBox{
	padding: 50px 30px 10px;
}
.SBLayout3 .BGInhaltBox .VAlignBox .PadBox{
	padding: 50px 50px 10px;
}
#Inhalt .DesignBoxen .BGInhaltBox .PadBox h1,
#InhaltGross .DesignBoxen .BGInhaltBox .PadBox h1{
	padding: 0px 10px;
}
#Inhalt .DesignBoxen .BGInhaltBox .PadBox h3,
#InhaltGross .DesignBoxen .BGInhaltBox .PadBox h3{
	line-height: 1.35em;
}
#Inhalt .SeitenBoxen .BGInhaltBox .PadBox h1,
#Inhalt .SeitenBoxen .BGInhaltBox .PadBox h2,
#Inhalt .SeitenBoxen .BGInhaltBox .PadBox h3{
    padding:0px;
}
#Rahmen .Gruppe .IconBild h1, #Rahmen .Gruppe .IconBild .PadBox{
	color:#000;
}
.IconBild a{
	color:#000 !important;
	font-size:20px !important;
	background-size: 20px 20px !important;
	margin: 0px 0px 10px !important;
}
/*Layout1 Seitenwechselbox*/
.SeitenWechselBox{
	width:100%;
	overflow: hidden;
}
.SeitenWechselBox, .SeitenWechselBox .SWBLinks, .SeitenWechselBox .SWBRechts{
	height: 600px;
}
/*Inline*/
.InhaltBoxen .SeitenWechselBox, 
.InhaltBoxen .SeitenWechselBox .SWBLinks, 
.InhaltBoxen .SeitenWechselBox .SWBRechts{
	height: 400px;
}
.ZeileBreit .InhaltBoxen .SeitenWechselBox, 
.ZeileBreit .InhaltBoxen .SeitenWechselBox .SWBLinks, 
.ZeileBreit .InhaltBoxen .SeitenWechselBox .SWBRechts{
	height: 600px;
}
.ZeileMaximal .InhaltBoxen .SeitenWechselBox, 
.ZeileMaximal .InhaltBoxen .SeitenWechselBox .SWBLinks, 
.ZeileMaximal .InhaltBoxen .SeitenWechselBox .SWBRechts {
    height: 700px;
}
.SeitenWechselBox .SWBLinks{
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transform: scale(1);
	transition: all .5s;
}
.SeitenWechselBox:hover .SWBLinks {
	transform: scale(1.1);
	transition: all .5s;
}
.FliessLinks{float:left;}
.FliessRechts{float:right;}
/*Für BG Bild Behälter*/
.SWBLinksBox, .SWBRechtsBox{
    width: 50%;
    height:600px;
    overflow:hidden;
}
.SeitenWechselBox .SWBRechts{
	position: relative;
	text-align: center;
	color: #222;
}
.SeitenWechselBox .SWBRechts .VAlignBox{
	position: absolute;
	top:45%;
	-webkit-transform: translateY(-45%);
	-moz-transform: translateY(-45%);
	-ms-transform: translateY(-45%);
	transform: translateY(-45%);
	padding:20px 15%;
	width:100%;
}
.ZeileMaximal .SeitenWechselBox .SWBRechts .VAlignBox {
    padding: 20px 80px;
}
#Inhalt .SeitenWechselBox .SWBRechts h1{
	display: block;
	width: 100%;
	color: #000;
	margin: 0px 0px 10px 0px;
    line-height: 1.8em;
}
.SeitenWechselBox .SWBRechts .SeitenWechselText{
	display: block;
	width: 100%;
	font-size: 20px;
	color:#222;
}
/*Layout2 BG Gesamte Grösse*/
.BreitBild{
	margin: 0px;
    position:relative;
}
.BreitBild, .BreitBild .DesignBildBox{
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    display: table;
    width: 100%;
    overflow: hidden;
}

.InhaltBoxen .BreitBild, .InhaltBoxen .BreitBild .DesignBildBox{
    display: block;
}

.FilmAktiv{
    height:850px;
    overflow: hidden;
}
.FilmAktiv .DesignBildBox{
    height:100%;
}
.BOFilm-0,.BOFilm-1,.BOFilm-2{
    position:absolute;
    top:0px;
    z-index: -1;
    width: 100%;
}
.BOFilm-2{
    height: 850px;
}
.BOFilm-0,.BO-Layout-0{
    height: 420px;
}
.BOFilm-1,.BO-Layout-1{
    height: 600px;
}
#Rahmen .BOFilm-0 video {
    padding: 0px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    min-height: 100%;
}
#Rahmen .BOFilm-1 video{
    padding:0px;
    width:100%;
    max-width:100%;
    object-fit: cover;
    min-height: 100%;
}
#Rahmen .BOFilm-2 video{
    padding:0px;
    width:100%;
    max-width:100%;
    object-fit: cover;
    min-height: 100%;
}
.BreitBild img, .InhaltBoxen .SBLayout0 img{
    position:absolute;
    width:100%;
    opacity:0;
    z-index: -1;
}
.InhaltBoxen .SWBLinks img,.InhaltBoxen .SBLayout0 img{
    opacity:0;
    z-index: -1;
}
.BreitBild img, .InhaltBoxen .SBLayout3 img{
    position:absolute;
    width:100%;
    opacity:0;
}
.BreitBild .DesignBildBox .PadBox{
    min-height: 800px;
    vertical-align: middle;
    display: table-cell;
}
.InhaltBoxen .BreitBild .DesignBildBox .PadBox{
    min-height: 0px;
    display: block;
}
.BreitBild .DesignBildBox h1{
    margin-top:0px;
}
.InhaltBoxen .SWBLinks img,.InhaltBoxen .SBLayout3 img{
    opacity:0;
    z-index: -1;
}
.DesignBildBox{
    transform: scale(1);
	transition: all 1s;
}
.DesignBildBox:hover{
	transform: scale(1.02);
	transition: all 1s;
}
.DesignBildBox .PadBox{
	padding:80px 5%;
	text-align: center;
}

/*Inline Boxen*/
#Inhalt .BreitBild{
    overflow: hidden;
}
/*PICTURES*/
#Bildergalerie{
	position:absolute;
	width:100%;
	height:100%;
	z-index:25000;
	display:none;
	top:0px;
}

.VSB,.VSBPlatzhalter{
	position:relative;
	float:left;
	cursor:pointer;
	overflow:hidden;
	margin:0px 3px 3px 0px;
}
.VSBildLayout6 .VSB,.VSBildLayout6 .VSBPlatzhalter{
	margin:0px 0px 3px 3.33px;
}
.VSB img{opacity: 0;}
.SP33 .VSBEinzel,.VSBEinzel img{height:auto;}
.VSBEinzel,.VSBEinzel img{
	width:100%;
	height:auto;
}
.VSBSerie{
	float:left;
	overflow:hidden;
}
.VSBSerie,.VSBSerie img {height:120px;}

.VSBildLayout3 .VSBSerie{
    margin-right:3px;
}
.VSBSerie img{width:auto;}
#BildShowBox{
	position:relative;
	text-align:center;
	overflow:hidden;
	margin:auto;
	z-index:25001;
	background-image:url(../Pictures/Bilder/loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
#BildShowBox img{
	margin:auto;
	opacity:0;
}
#BGSchwarz{
	position:absolute;
	width:100%;
	height:100%;
    background-color: rgba(0, 0, 0, 0.95);
	opacity:0.95;
	z-index:24990;
}
#BildGalBack, #BildGalForw,#BildGalClose{
	position:absolute;
	z-index:25020;
	top:50px;
	cursor:pointer;
}
#BildGalBack{left:5px;}
#BildGalForw{right:5px;}
#BildGalBack,#BildGalForw{
    background-color: rgba(0, 0, 0, 0.5);
}
#BildGalClose{
	top:10px;
	right:5px;
    background-color: rgba(0, 0, 0, 0.5);
}
#BildNummerierung,#BildTitel{
	font-family:Verdana, Geneva, sans-serif;
	position:fixed;
	width:100%;
	bottom:10px;
	text-align:center;
	color:#FFFFFF;
	z-index: 25011;
	text-shadow:#000000 1px 1px 5px;
}
#BildTitel{
	bottom:40px;
	z-index: 25012;
}
.VSHide{
   display: none; 
}
/*Picture Webseiten*/
.BildBox .VSB{
	background-size:contain;
	background-position: top;
	background-origin: content-box;
	background-repeat: no-repeat;
}
.BildBox{
	display:inline-block;/*zentrierte darstellung*/
	position: relative;
}
.VSBildLayout0 .BildBox,
.VSBildLayout1 .BildBox,
.VSBildLayout4 .BildBox,
.VSBildLayout7 .BildBox{
	display:block;
}
.BildBox .VSBEinzel{
	margin:0px;
}
.VSBildLayout1 .VSBEinzel{
	background-size: contain;
}
.VSBildLayout0 img, .VSBildLayout4 img{
    width:100%;
    height:auto;
}
.VSBildLayout0 .VSB, .VSBildLayout4 .VSB{
    background-image: none;
}
.VSBildLayout2 .VSBSerie,.VSBildLayout3 .VSBSerie{
	background-size: cover;
}
.VSBildLayout3 .VSBEinzel,.VSBildLayout4 .VSBEinzel{
	background-size: cover;
}
.VSBildLayout4 .VSBEinzel{
	padding:0px;
	width:100%;
}
.VSBildLayout5 img,.VSBildLayout6 img{
	opacity:0;
}
.VSBildLayout5 .VSBSerie, .VSBildLayout6 .VSBSerie{
	width:calc(33.33% - 3.33px);
	background-size: cover;
}
.TextLayout0{padding-left:25px;}
.VSBildLayout0,.TextLayout7{padding-right:25px;}
.VSBildLayout1, .TextLayout4{padding-right:50px;padding-top:45px;}
.VSBildLayout0{padding-top:45px;}
.VSBildLayout4{padding-top:85px;}
.VSBildLayout5{padding-right:50px;padding-top:10px;}
.VSBildLayout6{padding-left:50px;}
.VSBildLayout7{padding-left:25px; padding-top:45px;}
/*BANNERSLIDER*********************************/
#BannerSlider{
	position:relative;
	display:block;
	color:#fff;
	width:100%;
	overflow:hidden;
    margin-bottom: 3px;
}
#BannerSlider, .BannerBox, .BannerBoxInhalt{height:650px;}
.BannerBoxInhalt{
	float:left;
	background-image: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.7), rgba(0,0,0,0));
	padding:0px;
}
.BBInhaltLinks{
    text-align:left;
	background-image: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.3), rgba(0,0,0,0));
    padding-left:80px;
}
#BannerSlider .BannerBox .BBInhaltRechts{
    text-align:right;
	background-image: linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0.3), rgba(0,0,0,0));
    padding-right:80px;
    padding-left:10px;
}
#BannerSlider .BannerBox .BBInhaltRechts p{
    max-width:100%;
}
.BBInhaltZenter{
    float:none;
    text-align:center;
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 15%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.2) 85%, rgba(0,0,0,0) 100%);
     padding-right:20px;
    padding-left:20px;
    width:100%;
}
.BBInhaltZenter p{
    margin:auto;
}
.BannerBox{
	position: absolute;
    display:table;
	width: 100%;
	background-position: center;
	background-size: cover;
	top: 0px;
	overflow: hidden;
}
.BannerBoxInhalt p{
	font-size: 25px;
}
.BannerBoxInhalt a:hover{color:#FFF;}
#BannerSlider h1{
	font-size: 35px;
    margin-top: 0px;
}
#BannerSlider h2{margin: 0px 0px 20px 0px;}
#BannerSliderNav{
	position:absolute;
	display:block;
	height:50px;
	width:100%;
	bottom:0px;
	z-index:800;
}
#BannerSliderNavBox{
	position: relative;
	display:inline-block;
	left:50%;/*margin-left in BannerSlider.js -50% von Breite #BannerSliderNavBox*/
	text-align: center;
	padding-top:15px;
	vertical-align: center;
}
.BSNavBTN{
	float:left;
	padding:0px 15px 0px 0px;
	cursor:pointer;
}
.BSNavBTN img{
	width:20px;
	height:20px;
}
.BannerOben  .WebMainHHoch {
    padding-top: 0px;
    -webkit-transition: padding-top 1s;
    transition: padding-top 1s;
    overflow: hidden;
}
.BannerOben  .TopNavHHoch {
    height: 100px;
}
.BannerBoxInhalt{
    display: table-cell;
    vertical-align: middle;
    float:none;
}
#BigBanner .BannerBoxInhalt,
.BannerOben #BigBanner #BannerSlider,
.BannerOben #BigBanner .BannerBox,
.BannerBoxInhalt,
.BannerOben #BannerSlider, .BannerBox{
    height: 650px;
}
.BannerOben .BannerBoxInhalt{
    padding-top:80px;
}
.Newsticker .BannerBoxInhalt{
    padding-top:80px;
}
/*BANNER SLIDER END*/
/*VSBildSlider*/
.VSBildLayout0 .VSBEinzel img, .VSBildLayout4 .VSBEinzel img{
    width:100%;
    height: auto;
    opacity: 1;
}
.VSVorwBTN img,.VSBackBTN img{
	width:100%;
	height:auto;
    top: calc(50% - 17px);
    position: relative;
}
.VSBackBTN,.VSVorwBTN{text-shadow: 5px 5px 10px #000;}
/*Für VS Slider*/
.VSVorwBTN, .VSBackBTN{
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	position:absolute;
	width:35px;
	cursor:pointer;
	z-index: 5001;
	top:0px;
    background-color: rgba(0,0,0,0.2);
    height:99%;
    display:none;
    transition: background-color 1s;
}
.VSVorwBTN:hover, .VSBackBTN:hover{
    background-color: rgba(0,0,0,0.4);
}
.VSVorwBTN{
	right:0px;
}
.VSBackBTN{
	left:0px;
}
.VSBildLayout5 .BildBox, .VSBildLayout6 .BildBox{
	height:auto;
}
/*VSBildSlider*/
/*Download Klickboxen*/
.BoxDesign2,.BoxDesign6{
	width:20%;
	height:380px;
	float:left;
	margin-left: 30px;
	background-size: cover;
	background-position: bottom center;
	text-align: center;
	position: relative;
}
.BoxDesign6{
	width:11.1%;
	height:290px;
	margin-bottom: 70px;
}
#Inhalt .BoxDesign2 a,#Inhalt .BoxDesign6 a{
	color: #252525;
}
#Inhalt .BoxDesign2 a:hover,#Inhalt .BoxDesign6 a:hover{
	color: #000;
}
.BoxDesign2 .DownloadBox{padding:30px;}
.BoxDesign6 .DownloadBox{padding:20px 10px;}
#Inhalt .BoxDesign6 h1,#Inhalt .BoxDesign6 h2{
	font-size: 25px;
}
#Inhalt .BoxDesign6 p,#Inhalt .BoxDesign6 p{
	font-size: 16px;
}
.BoxDesign2 .BoxFooter,.BoxDesign6 .BoxFooter{
	position:absolute;
	bottom:0px;
	width:100%;
	padding:5px 5px 30px 5px;
}
.hide{display:none !important;}

/*Link für Sozialmedia*/
.LinkkopierenBTN{
	float:left;
	cursor:pointer;
	padding-right:30px;
}
.ZAlignZenter .LinkkopierenBTN{
	float:none;
	padding-right:0px;
}
.ZeileMaximal .LinkkopierenBTN{
	/*padding:0px 20px 0px 50px;*/
}
.LinkkopierenBTN img{
	width:35px;
	height:35px;
}
.LinkkopierenLink{
	padding-top:5px;
	float:left;
	opacity:0;
	width:700px;
	text-align: left;
}
#Inhalt .WhatsAppBTN, #Inhalt .WhatsAppBTN:hover{
	background-image: url("../grafik/SocialMedia/WhatsApp.png");
	background-size: contain;
	background-repeat: no-repeat;
	display:block;
	cursor: pointer;
    color: #000;
    padding:15px;
    background-position: 0px center;
}
#Inhalt .ZAlignZenter .WhatsAppBTN{
    display:inline-block;
}
#Inhalt .ProdSoloDB .BTNWA,
#Inhalt .ProdSoloDB .BTNLI,
#Inhalt .ProdSoloDB .BTNMoreBox{
    text-align: center;
}
#Inhalt .ProdSoloDB .BTNMoreBox a{
    background-image:none;
    padding: 10px 0px;
    margin-bottom: 50px;
}
#Inhalt .ProdSoloDB .BTNMoreBox a span{
    background-color: rgba(255, 255, 255, .2);
}

#Inhalt .ProdSoloDB .BTNWA .WhatsAppBTN{
    display:inline-block;
}
#Inhalt .ProdSoloDB .BTNLI .LinkkopierenBTN{
    float:none;
    padding-right:0px;
}
#Inhalt .ProdSoloDB .BTNLI input{
    float:none;
    text-align: center;
}

/*Link für Sozialmedia*/
.CloseBlender{
	position:absolute;
	right:30px;
	top:30px;
	cursor:pointer;
	z-index: 5004;
}
#DSGVO{
	position:fixed;
	right:0px;
	bottom:0px;
	padding:30px 50px;
	width:100%;
	z-index:90000;
	cursor:pointer;
    background-color: #eee;
    box-shadow: -3px -3px 10px #333;
    border-top: 3px solid #d60000;
}
#DSGVOBoxL{
    width:60%;
}
#DSGVOBoxR{
    width:40%;
}
#DSGVOBoxL, #DSGVOBoxR{
    float:left;
}
#DSGVO p{
	margin:0px;
}
#DSVGOOK,#DSGVO .BTNMore{
	float:right;
	margin-left:20px;
    margin-bottom: 10px;
    padding:10px 20px;
    background-color: rgba(0,0,0,.5);
    color:#fff;
}
#DSVGOOK,#DSGVO .BTNMore:hover{
    background-color: rgba(0,0,0,1);
    transition: background-color .5s;
}
#Fehlermeldung{
	display:none;
	position: fixed;
	width:600px;
	left: calc(50% - 300px);; 
	top:50px;
	z-index: 30000;
	background-color: #fff;
	box-shadow: 5px 5px 20px 0px #000;
}
#FehlermeldungKopf{
	width:100%;
	height:50px;
	background-color: #212121;
}
#FehlermeldungClose{
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
}
#FehlermeldungInhalt{padding:20px 50px;}
#FehlermeldungClose img{
	width:35px;
	height: 35px;
}
/*Footer*/
#Footer{
	padding:30px 50px 40px;
	margin-bottom:20px;/*bei fixed LinkFooter*/
	min-height: 120px;
}
#FooterIndex{
	position:fixed;
	width:442px;
	height:112px;
	right:0px;
	bottom:0px;
}
#FooterIndex h1{
	color:#252525;
	padding-left:70px;
	line-height:1.1em;
	font-weight:bold;
}
.LinkFooter {
    background-color: #000;
    color: #fff;
	padding: 10px 20px;
    position: fixed;
	bottom:0px;
	width:100%;
	height:50px;
}
#Fuss{
	position: fixed;
	bottom:0px;
	width:100%;
	padding:12px 50px 0px;
	height:50px;
	z-index: 10000;
    background-color: #171717;
}
#FussAdresse{bottom:0px;}
.FussBox{
	margin-right:50px;
	float:left;
}
.FussBox a{
	clear:both;
	width:100%;
	display:block;
	padding-bottom: 10px;
}
/*Normale Navi Comaxx im Fuss*/
#Footer .NavMainMenue{width:33%;}
#Footer .MenueGruppeSpez{background-color: transparent;}
#Footer .MenueGruppeSpez h2{
	font-family: "Titelschrift";
	background-color: transparent;
	color:#bbb;
}
#Footer .LinkSpezName{
	padding: 7px 20px;
	border-color:#303030;
	color:#999;
    max-width: 300px;
}
#Footer .LinkSpezName:hover{
	background-color: transparent;
	color:#fff;
}
#Footer .Aktiv .LinkSpezName{color:#fff;}
#Footer #AdresseFuss{
    color:#fff;
    letter-spacing: 0.05em;
    text-align: center;
    padding-top: 30px;
}
#copyright{
	font-size: 14px;
    margin-top:5px;
	color:#fff;
}
.ZeileMitBGBild .ZeileBreit .clear50Linie{
    display:none;
}
.clear,.clear5,.clear10,.clear20,.clear30,.clear40,.clear50,
.clear60,.clear70,.clear80,.clear90,.clear100,
.clearLinie,.clearLinie1,.clear10Linie,.clear20Linie,.clear30Linie,.clear40Linie,
.clear50Linie,.clear60Linie,.clear70Linie,.clear80Linie,.clear90Linie,.clear100Linie
{clear:both;}
.clear5{height:5px;}
.clear10{height:10px;}
.clear20{height:20px;}
.clear30{height:30px;}
.clear40{height:40px;}
.clear50{height:50px;}
.clear60{height:60px;}
.clear70{height:70px;}
.clear80{height:80px;}
.clear90{height:90px;}
.clear100{height:100px;}

.clearLinie, .clear10Linie, .clear20Linie, .clearLinie1, .clear30Linie, .clear40Linie, 
.clear50Linie, .clear60Linie, .clear70Linie, .clear80Linie, .clear90Linie, .clear100Linie,
 .clear150Linie{
	border-bottom:1px solid #999;
    font-size:16px;
}
.clearLinie{
	padding:15px 0px 0px 0px;
	margin-bottom:15px;
}
.clearLinie1{padding:35px 0px 35px 40%;}
.clear10Linie{
	padding-top:5px;
	margin-bottom:5px;
}
.clear20Linie{
	padding-top:10px;
	margin-bottom:10px;
}
.clear30Linie{
	padding-top:15px;
	margin-bottom:15px;
}
.clear40Linie{
	padding-top:20px;
	margin-bottom:20px;
}
.clear50Linie{
	padding-top:25px;
	margin-bottom:25px;
}
.clear60Linie{
	padding-top:30px;
	margin-bottom:30px;
}
.clear70Linie{
	padding-top:35px;
	margin-bottom:35px;
}
.clear80Linie{
	padding-top:40px;
	margin-bottom:40px;
}
.clear90Linie{
	padding-top:45px;
	margin-bottom:45px;
}
.clear100Linie{
	padding-top:50px;
	margin-bottom:50px;
}
.clear150Linie{
	padding-top:75px;
	margin-bottom:75px;
}
.ZeileMitBGBild .clearLinie, .ZeileMitBGBild .clear50Linie, .ZeileMitBGBild .clear150Linie{
	padding-top:0px;
	margin-bottom:0px;
    border-bottom: none;
}
.clearLinieText{
	border-top: 1px solid #0396DD;;
    font-size: 16px;
    padding-top: 0px;
    margin: 50px 0px;
    clear:both;
    color: #0396DD;
}
hr{
	display: block;
	margin-left:-250px;
	margin-right:4%;
    height: 1px;
	border:0px;
	border-top:1px solid #8a8a8a;
}