@charset "utf-8";
/* CSS Document */

body,td,th {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #333;
    letter-spacing: 1px;
    line-height: 150%;
    font-size: 100%; /* Browserstandard festlegen: 16px */
}
body {
    background-color: #FFF;
    margin: 0px;
}
a {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: #e3001c;
	text-decoration: underline;
}

a:visited {
    color: #e3001c;
    text-decoration: none;
}
a:hover {
    color: #555;
    text-decoration: none;
}
a:active {
    color: #e3001c;
}
.c {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: #FFF;
}
.c:visited {
    color: #FFF;
}
.c:hover {
    color: #AAA;
}
.c:active {
    color: #FFF
}

.f {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: #FFF;
}
.f:visited {
    color: #FFF;
}
.f:hover {
    color: #AAA;
}
.f:active {
    color: #FFF;
}
.sciplink {
display: none;
}

/*  Randabstände der Boxen innerhalb */	
.wrapper_mobilrand, .section_mobilrand, .footer_mobilrand {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 
/*  Randabstände der Boxen innerhalb border und padding */	
.rand_innerh  {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}   

.wrapper_inhalt_komplett {
    width: 100%;
    min-width: 360px;
    text-align: center;
    margin: auto;
    background-color: #FFFFFF;
}
/* BEGINN HEADER-Bereich  * * * * * * * * */ 
.headerformat{
    width: 100%;
    text-align: center;
    margin: auto;
    
}
.menukomplett{
    width: 100%;
    margin: auto;
    
}
.menu1250{
    width: 100%;
    max-width: 1250px;
    text-align: center;
    padding: 0;
    margin: auto;
   
}
.figureformat{
    width: 100%;
    max-width:  100%;
    text-align: center;
    margin: auto;
   
}
/* ENDE EEEEE  HEADER-Bereich  * * * * * * * * ********************************/


/* Randabstand fuer Main  * * * * * * * * */   
.wrapper_mobilrand {
    width: 100%;
    text-align: center;
	padding: 20px 15px 20px 15px;
	margin: auto;
    background-color: ;
}
 
/* BEGINN  MAIN - Bereich  * * * * * * * * */
.mainformat {/* KEIN RANDABSTAND HINZUFÜGEN  * * * * * * * * */
	width: 100%;
    max-width: 1600px;
    text-align: left;
    margin: auto;
    background-color: ;
}

/* BEGINN  SECTION_100 - Bereich UNTER MAIN  - KEIN RANDABSTAND Re/Li HINZUFÜGEN - - - * * * * * * * * */
.section100{ /* KEIN RANDABSTAND Re/Li HINZUFÜGEN  * * * * * * * * */
    width: 100%;
	color: #FFFFFF;
    padding: 40px 0px 40px 0px;
    margin: auto;
	overflow: hidden;
    background-color: #1E70B9; 
}
.section_mobilrand {
    width: 100%;
    text-align: center;
	padding: 0px 15px 0px 15px;
	margin: auto;
    background-color: #BABABA;
}
/* BEGINN  FOOTER-Bereich  * * * * * * * * */
.footerformat{ /* KEIN RANDABSTAND Re/Li HINZUFÜGEN  * * * * * * * * */
    width: 100%; 
    color: #333;
    padding: 0px 0px 20px 0px;
	margin: auto;
	overflow: hidden;
    background-color: #333;
   
}
.footer_mobilrand {
    width: 100%;
    text-align: center;
    padding: 0px 15px 0px 15px;
	margin: auto;
    background-color: #FFF;
}
 .clear{ 
clear: both; 
}

/* Menu STICKY FEST OBEN* * * * * * * * */
.menuhg_sticky {
	position: fixed;
	height: 50px;
	border-bottom: 1px solid #E3DEDE;
	color: #333;
    
    box-shadow: 0px 6px 9px 0px #555;
	margin-top: -70px;
}


