﻿/* ============ Reset ============ */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
*{
padding:0px;
margin:0px;
}
html {
	height:100%;
}

@media screen and (max-width: 480px) {
	body{
	background-color: #74c3b3;
    font-family:Verdana, Tahoma, Arial, sans-serif; 
    font-size: 1em; 	
    overflow:auto;
	text-align:center;
	margin:0;
	scroll-behavior: smooth;
        }
/* Positionierung der Ebenen der Seite Handy */

#horizon {
	position:relative;
	margin:0px auto;
	width:320px;
	text-align: left;
	height: auto;
	overflow:hidden;
	background-image:url(../img/handybackstreifen.jpg);
	background-repeat:repeat-y;
	z-index: 100;
}
#horizonInnenHandy {
	position:relative;
	margin:0px auto;
	width:320px;
	text-align:left;
	height: auto;
	clear:left;
	overflow:hidden;
	z-index:200;
}
#logohandyPos {
	position:relative; 
	width:320px; 
	height:80px; 
	float:left;
	left:0px; 
	padding: 10px;
	margin-bottom:10px;
	margin-top:5px;
	z-index:999;
}
#handybanner {
	position:relative;
	left:0px;
	top:0px;
	height:71px;
	width:307px;
	text-align:center;
	overflow:hidden;
	margin-top:10px;
	z-index:999;
	}
#imprh {
	width:95%;
	text-align:right;
	}
#inhalthandy {
	position:relative;
	width:320px;
	height:auto;
	margin:0px auto;
	z-index:900;
	}
#strichePoshandy {
	position:relative;
	/*text-align:right;*/
	text-align:left;
	/*left:210px;*/
	left:20px;
	top:10px;
	width:auto;
	/*width:82px;*/
	/*height:50px;*/
	height:40px;
	background-image:url(../img/einpixel.gif);
	background-repeat:repeat;
	padding-top:10px;
	z-index:999;
	}
#textPoshandy {
	position:relative;
	top:0px;
	text-align:left; 
	width:258px;
	margin-left:32px;
	margin-right:20px;
	white-space:normal;
	z-index:999;
}
.fliessTexthandy {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
		color:#a31f4b;
	text-decoration: none;
	white-space:normal;
	z-index:999;
}
#aufzaehlung li {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
	color:#a31f4b;
	text-decoration: none;
	white-space:normal;
	z-index:999;
	list-style:disc;
	margin:0px;
	margin-left:20px;
	margin-bottom:6px;
	
	}
#aufzaehlungohne li {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
	color:#a31f4b;
	text-decoration: none;
	white-space:normal;
	z-index:999;
	list-style:none;
	margin:0px;
	margin-left:20px;
	margin-bottom:6px;
	}
#aufzaehlungohneoben li {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
	color:#a31f4b;
	text-decoration: none;
	white-space:normal;
	z-index:999;
	list-style:none;
	margin:0px;
	width: 100%;
	height:auto;
	background-image:url(../img/aufzaehlunguntergrund.jpg);
	background-size:cover;
	vertical-align:middle;
	padding:10px;
	}
#untergrund {
	width: 100%;
	height:auto;
	background-image:url(../img/aufzaehlunguntergrund.jpg);
	background-size:cover;
	vertical-align:middle;
	}
.ueberschrifthandynormal {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
	text-align:left;
	padding:0px 0px 0px 0px;
	color:#a31f4b;
	text-decoration: none;
	z-index:999;
}
.ueberschrifthandy {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: bold;
	padding:0px 0px 0px 0px;	
	color:#a31f4b;
	text-decoration: none;
	white-space:normal;
	z-index:999;
}
#abstand5px {
	position:relative;
	padding-top:5px;
}
.bullcolor {
	color:#26335F;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	text-align:left;
	height: 20px;
}

/* Verhalten der Navigationen */
li {
	list-style-type: none;
}
a#haupthandy:link {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:2.4em;
	font-weight: bold;
	text-decoration: none;
	color:#b1afae;
	text-align:right;
	white-space:nowrap;
	display: block;
	background-image: url(../img/einpixel30.gif);
	background-repeat: repeat;
	background-position: top left;
	z-index:999;
}
a#haupthandy:visited {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:2.4em;
	font-weight: bold;
	text-decoration: none;
	color:#b1afae;
	text-align:right;
	white-space:nowrap;
	display: block;
	background-image: url(../img/einpixel30.gif);
	background-repeat: repeat;
	background-position: top left;
	z-index:999;
}
a#haupthandy:hover {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:2.4em;
	font-weight: bold;
	text-decoration: underline;
	color: #a31f4b;
	text-align: right;
	white-space:nowrap;
	z-index: 999;
	display: block;
	background-image: url(../img/einpixel30.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
a#haupthandy:active {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:2.4em;
	font-weight: bold;
	text-decoration: underline;
	color: #a31f4b;
	text-align: right;
	white-space:nowrap;
	z-index: 999;
	display: block;
	background-image: url(../img/einpixel30.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

a#imprhandy:link {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:2.4em;
	font-weight: bold;
	text-decoration:none;
	color: #b1afae;
	text-align:right;
	white-space:nowrap;
	display: block;
	background-image: url(../img/einpixel30.gif);
	background-repeat: repeat;
	background-position: top left;
	z-index:999;
}
a#imprhandy:visited {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:2.4em;
	font-weight: bold;
	text-decoration: none;
	color: #b1afae;
	text-align:right;
	white-space:nowrap;
	display: block;
	background-image: url(../img/einpixel30.gif);
	background-repeat: repeat;
	background-position: top left;
	z-index:999;
}
a#imprhandy:hover {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:2.4em;
	font-weight: bold;
	text-decoration: underline;
	color:#a31f4b;
	text-align: right;
	white-space:nowrap;
	z-index: 999;
	display: block;
	background-image: url(../img/einpixel30.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
a#imprhandy:active {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:2.4em;
	font-weight: bold;
	text-decoration: underline;
	color:#a31f4b;
	text-align: right;
	white-space:nowrap;
	z-index: 999;
	display: block;
	background-image: url(../img/einpixel30.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


a#texthandy:link {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
	color:#a31f4b;
	text-decoration: underline;
	white-space:normal;
	z-index:999;
}
a#texthandy:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
	color:#a31f4b;
	text-decoration: underline;
	white-space:normal;
	z-index:999;
}
a#texthandy:hover {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
	color:#b1afae;
	text-decoration: underline;
	white-space:normal;
	z-index:999;
}
a#texthandy:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
	color:#b1afae;
	text-decoration: underline;
	white-space:normal;
	z-index:999;
}
#nachobenhandy{
	position:fixed; 
	display:block; 
	left:90%; 
	width:35px;
	height:35px;
	bottom:25px; 
	z-index:999; 
	clear:both;
	}
#horizonInnen {display:none;}
#textPos {display:none;}
#naviSchrift{display:none;}
#imprPos {display:none;}
#footer {display:none;}
#fuerHintergrund {display:none;}
#logodesktop {display:none;}
#bannerdesktopgrie {display:none;}
#logoTablet {display:none;}
#horizonInnenTablet {display:none;}
#footerTablet {display:none;}
#inhaltdesktopTablet {display:none;}
#fuerHintergrundTablet {display:none;}
#nachbannerTablet {display:none;}
#untergrundTablet {display:none;}
#naviGesamtTablet {display:none;}
#schriftUntergrundTablet {display:none;}
#naviSchriftPosTablet {display:none;}
#nachobendesktop {display:none;}
#nachobendesktopklein {display:none;}
#nachobentablet {display:none;}
#strichePosTablet {display:none;}
#tabletnavigation {display:none;}
#textwidthDs {display:none;}
#nachobentablet {display:none;}
#nachobendesktop {display:none;}
#spalteDunkelblau {display:none;}
#spalteMittelblau {display:none;}
#spalteHellblau {display:none;}
#bannerabstand {display:none;}
#unteroben {display:none;}
#inhaltueberschriftgr {display:none;}
#navDesktop {display:none;}
#GrlogoDesktop{display:none;}
#GrlogoDesktopie {display:none;}
#logoDesktopPosie {display:none;}
#LogoDesktopPosEinsie {display:none;}
#untergrundTablet  {display:none;}
#headlineie {display:none;}
#logodesktopie {display:none;}
#untergrundTabletPos {display:none;}
#untergrund {display:none;}
#bildie {display:none;}
#textbilddesktop {display:none;}
#textbilddesktopie {display:none;}
#textbilddesktopie {display:none;}
#textbilddesktopohneie {display:none;}
#verlaufrechts {display:none;}
#abstandunten {display:none;}
#bildunten {display:none;}
#bilduntentablet {display:none;}
#imprdt {display:none;}
#imprtb {display:none;}


}
@media screen and (min-width: 481px) and (max-width: 959px) { 
#horizonInnenHandy {display:none;}
#horizonInnen {display:none;}
#desktopabstandhandy {display:none;}
#logohandyPos {display:none;}
#logohandy {display:none;}
#logodesktop {display:none;}
#bannerdesktopgrie {display:none;}
#logodesktopPos {display:none;}
#untenabstandhandy {display:none;}
#inhaltdesktopGroesse {display:none;}
#handynavigation {display:none;}
#naviGesamt {display:none;}
#footer {display:none;}
#untergrund {display:none;}
#nachobendesktop {display:none;}
#nachobendesktopklein {display:none;}
#nachobenhandy {display:none;}
#nachobenhandy {display:none;}
#nachobendesktop {display:none;}
#spalteDunkelblau {display:none;}
#spalteMittelblau {display:none;}
#spalteHellblau {display:none;}
#bannerabstand {display:none;}
#unteroben {display:none;}
#inhaltueberschriftgr {display:none;}
#navDesktop {display:none;}
#GrlogoDesktop {display:none;}
#headlineie {display:none;}
#logodesktopie {display:none;}
#logodesktop {display:none;}
#GrlogoDesktopie {display:none;}
#logoDesktopPosie {display:none;}
#LogoDesktopPosEinsie {display:none;}
#bildie {display:none;}
#textbilddesktop {display:none;}
#textbilddesktopie {display:none;}
#textbilddesktopohneie {display:none;}
#verlaufrechts {display:none;}
#abstandunten {display:none;}
#bildunten {display:none;}
#imprdt {display:none;}
#imprh {display:none;}

body{
	background-color: #74c3b3;
    font-family:Verdana, Tahoma, Arial, sans-serif; 
    font-size: 1em; 	
    overflow:auto;
	text-align:center;
	margin:0;
	scroll-behavior: smooth;
        }

#horizon {
	position:relative;
	width:85%;
	max-width:959px;
	min-width:481px;
	top:0px;
	margin:0px auto;
	text-align: center;
	overflow:hidden;
	color:#a31f4b;
	background-image:url(../img/backtablet.jpg);
	background-repeat:repeat-y;
	background-position:top right;
	background-size:100%;
	z-index: 200;	
}
#horizonInnenTablet {
	position:relative;
	top:0px;
	margin:0px auto;
	width:100%;
	max-width:959px;
	min-width:481px;
	text-align: center;
	padding-bottom:0px;
	overflow:hidden;
	z-index: 999;
}

#fuerHintergrundTablet {
	position:relative; 
	height:auto; 
	width:auto;
	padding-bottom:0px;
	margin:0px auto;
	z-index:999;
	}
#bannertablet {
	position:relative;
	width:100%;
		
		}
#nachbannerTablet {
	width:auto; 
	text-align:left; 
	padding-left:0px; 
	padding-bottom:0px;
	margin:0px auto; 
	z-index:999;
	}
#bilduntentablet {
	padding-left:4%; 
	width:100%;
	}
#inhaltdesktopGroesseTablet {
	width:auto;
	}
#inhaltdesktopTablet {
	position:relative;
	width: auto;
	min-width:120px;
	height:auto;
	margin-left: 50px;
	margin-top: 0px;
	margin-right:80px;
	margin-bottom:0px;
	padding-bottom:0px;

	white-space:normal;
	z-index: 999;
        }
#textwidthDs {
	min-width:100px; 
	max-width:90%;
		}
.loeschen{
     clear: both;
}
#imprtb {
	width:85%;
}
#untergrundTablet {
	left:0px; 
	height:auto; 
	width:100%;
	margin:0px;
	max-width:959px; 
	min-width:481px;
	font-weight:normal;
	padding:15px;
	padding-top:0px;
	font-size:14px;
	line-height:15px;
	color:#005193;
	text-align:left;
	}
#aufzaehlungohneoben li {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	font-weight: normal;
	font-weight: normal;
	padding:0px 0px 0px 0px;	
	color:#a31f4b;
	text-decoration: none;
	white-space:normal;
	z-index:999;
	list-style:none;
	margin:0px;
	width: 90%;
	height:auto;
	background-image:url(../img/aufzaehlunguntergrund.jpg);
	background-size:cover;
	vertical-align:middle;
	padding:10px;
	}

#aufzaehlungTabletaufz li {
		font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
	list-style:disc;
	margin:0px;
	margin-left:20px;
	
	}
#untergrundTabletPos {
	width:85%; 
	margin-right:20px;
	text-align:left; 
	}

ul {
     list-style-type: none;
     margin: 0;
    padding: 0;
        }

#leftFloater {
	float:left;
}

/* Verhalten der Navigationen */
li {
	list-style-type: none;
}
.linkSchriftTablet {
		font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color:#a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 22px;
	line-height: 22px;
}
a {
	outline:none;
}

a#hauptTablet:link, a#hauptTablet:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color:#b1afae;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 30px;
	line-height:30px;
}
a#hauptTablet:hover, a#hauptTablet:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
	color:#a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 30px;
	line-height:30px;
}
a#imprTablet:link, a#imprTablet:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color:#b1afae;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 22px;
	line-height: 22px;
}
a#imprTablet:hover, a#imprTablet:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	color: #a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 22px;
	line-height:22px;
}

a#textTablet:link, a#textTablet:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	color: #a31f4b;
	text-decoration: underline;
	text-align: left;
	z-index: 999;
}
a#textTablet:hover, a#textTablet:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding:0px 0px 0px 0px;
	color: #b1afae;
	text-decoration:underline;
	text-align: left;
	z-index: 999;
}

/* Schrift-Formatierung */
.aufzaehlungText {
	list-style-type:square;
}

.fliessTextTablet {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
}
.fliessTextgr {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 22px;
	line-height: 170%;
	font-weight: bold;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
}
#aufzaehlung li {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	color: #a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
	list-style:disc;
	margin:0px;
	margin-left:20px;
	margin-bottom:6px;
	}


.fliessTextUeberschriftTablet {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	color: #a31f4b;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.fliessTextUeberschriftTabletKl {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color:#a31f4b;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

/* Abstaende für Absaetze */
#abstand3px {
	position:relative;
	padding-top:3px;
}
#abstand4px {
	position:relative;
	padding-top:4px;
}
#abstand5px {
	position:relative;
	padding-top:5px;
}
#abstand6px {
	position:relative;
	padding-top:6px;
}
#abstand10px {
	position:relative;
	padding-top:10px;
}
#abstand9px {
	position:relative;
	padding-top:9px;
}
#abstand14px {
	position:relative;
	padding-top:14px;
}
#abstand15px {
	position:relative;
	padding-top:15px;
}
#abstand17px {
	position:relative;
	padding-top:17px;
}
.punktZeichen {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #00A5EF;
}
#aufZeichen {
	width:13px;
	text-align:left;
	float:left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #00ACF0;
	line-height: 16px;
}
#fueriesechs {
	width: 500px;
	text-align: left;
}

.bullcolor {
	color:#0087c1;
	margin-left:7px;
	margin-right:4px;
	font-size: 18px;
	font-weight: bold;
}
  
#nachobentablet{
	position:fixed; 
	display:block; 
	left:89%; 
	width:45px;
	height:45px;
	bottom:70px; 
	z-index:999; 
	clear:both;
	}

}
@media screen and (min-width: 960px) and (max-width: 1419px) { 
#horizonInnenHandy {display:none;}
#desktopabstandhandy {display:none;}
#logohandyPos {display:none;}
#logohandy {display:none;}
#untenabstandhandy {display:none;}
#logoTablet {display:none;}
#bannerdesktopgrie {display:none;}
#horizonInnenTablet {display:none;}
#inhaltdesktopGroesseTablet {display:none;}
#footerTablet {display:none;}
#untergrundTablet {display:none;}
#naviGesamtTablet {display:none;}
#handynavigation {display:none;}
#schriftUntergrundTablet {display:none;}
#naviSchriftPosTablet {display:none;}
#nachobentablet {display:none;}
#nachobenhandy {display:none;}
#strichePosTablet {display:none;}
#tabletnavigation {display:none;}
#textwidthDs {display:none;}
#nachobenhandy {display:none;}
#nachobentablet {display:none;}
#nachobendesktop {display:none;}
#headlineie {display:none;}
#logodesktopie {display:none;}
#GrlogoDesktopie {display:none;}
#logoDesktopPosie {display:none;}
#LogoDesktopPosEinsie {display:none;}
#bildie {display:none;}
#textbilddesktopie {display:none;}
#textbilddesktopohneie {display:none;}
#bilduntentablet {display:none;}
#imprh {display:none;}
#imprtb {display:none;}


body{
	background-color: #74c3b3;
    font-family:Verdana, Tahoma, Arial, sans-serif; 
    font-size: 1em;
    overflow:auto;
	margin:0;
	scroll-behavior: smooth;
        }
#horizon {
	position:relative;
	width:100%;
	max-width:1419px;
	min-width:960px;
	top:0px;
	margin:0px auto;
	text-align: center;
	overflow:hidden;
	z-index: 200;
	padding:0px;
	border:0px;
}
#streifen {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:92%; 
	height:auto; 
	background-image:url(../img/backrechts1pxb.jpg); 
	background-repeat:repeat-y; 
	background-position:top right; 
	background-size:9% auto; 
	background-attachment:scroll;

		}
#verlaufrechts {
	text-align:right; 
	position:absolute; 
	top:0px; 
	max-height:400px;
	z-index:999; 
	width:100%;
			}
#logodesktop {
	text-align:left;
	width:100%;
	z-index:999;
	}	

#horizonInnen {
	position:relative;
	top:0px;
	left:1px;
	width:82%;
	height:auto;
	margin:0px auto;
	text-align:center;
	background-image:url(../img/backdesktop1px.jpg);
	background-repeat:repeat;
	background-color:#f5f2dd;
	overflow:visible;
	z-index: 999;
}
#bannerdesktopgr {
	position:relative;
	width:100%;
	padding-left:10%;
	text-align:left;
	margin:0px auto;
	z-index:999;
	}
#inhaltgr {
	position:relative; 
	top:0px;
	width:100%;
	padding:0px; 
	margin:0px auto;
	text-align:center;

	}
#textPos {
	padding-left:10%; 
	padding-right:25px;
	width:80%;
	text-align:left;
	margin-top:0px;
	}
#imprdt {
	width:85%; 
	padding-bottom:6px; 
	text-align:right;
	}
#bildunten {
	text-align:left; 
	width:100%; 
	margin-top:0px; 
	padding-left:10%;
	}
.loeschen{
     clear: both;
        }
ul {
     list-style-type: none;
     margin: 0;
    padding: 0;
        }
#handhelds {
	display:none;
	background-color: #26335F;
	color:#a31f4b;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#leftFloater {
	float:left;

}
/* Positionierung der Navigation */

/* Verhalten der Navigationen */
li {
	list-style-type: none;
}
li#untergrund {
	height:auto; 
	width: 100%;
	background-image:url(../img/aufzaehlunguntergrund.jpg);
	background-size:cover;
	vertical-align:middle;
	}
li#naviSchriftPos {
	position:relative;
	width:auto;
	text-align:left;
	margin:0px auto;
	z-index:999;
	white-space: nowrap;
	float:left;
	margin-top:0px;
	margin-left:5%;
	height:30px;
	color:#a31f4b;
	}
#navipos {
	width:60%; 
	height:40px; 
	text-align:right;
	margin-top:0px;
	margin-left:50%;
	margin-right:10%;
		}
.linkSchrift {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color:#a31f45;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 22px;
	line-height:22px;
	padding-left: 15px;
	padding-top:0px;
	padding-bottom:8px;
}

.linkSchriftImpr {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color:#a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 24px;
	line-height:24px;
	padding-left: 35px;
	padding-top:0px;
	padding-bottom:8px;
}

a {outline:none;}

a#haupt:link, a#haupt:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color:#b1afae;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 22px;
	line-height: 22px;
	padding-left: 15px;
	padding-top:0px;
	padding-bottom:8px;

}
a#haupt:hover, a#haupt:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	color:#a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 22px;
	line-height:22px;
	padding-left: 15px;
	padding-top:0px;
	padding-bottom:8px;
}
a#impr:link, a#impr:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color:#b1afae;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 35px;
	padding-top:0px;
	padding-bottom:8px;
}
a#impr:hover, a#impr:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color:#a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 24px;
	line-height:24px;
	padding-left: 35px;
	padding-top:0px;
	padding-bottom:8px;
}
a#text:link, a#text:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: underline;
	text-align: left;
	z-index: 999;
}
a#text:hover, a#text:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
	color: #b1afae;
	text-decoration: underline;
	text-align: left;
	z-index: 999;
}

/* Schrift-Formatierung */
.fliessText {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
}
.fliessTextgr {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 22px;
	line-height: 170%;
	font-weight: bold;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
}
.fliessTextRot {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
}

#aufzaehlungohne li {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 140%;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
	list-style-type: none;
	margin:0px;
	margin-left:0px;
	margin-bottom:6px;
	}
#aufzaehlung li {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 20px;
	line-height: 130%;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
	list-style-type:disc;
	margin:0px;
	margin-left:20px;
	margin-bottom:6px;
	}

.fliessTextUeberschriftKl {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 22px;
	line-height: 150%;
	font-weight: bold;
	display:block;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;}
	
.fliessTextUeberschrift {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	circle
}

/* Abstaende für Absaetze */
#abstand3px {
	position:relative;
	padding-top:3px;
}
#abstand4px {
	position:relative;
	padding-top:4px;
}
#abstand5px {
	position:relative;
	padding-top:5px;
}
#abstand6px {
	position:relative;
	padding-top:6px;
}
#abstand10px {
	position:relative;
	padding-top:10px;
}
#abstand9px {
	position:relative;
	padding-top:9px;
}
#abstand14px {
	position:relative;
	padding-top:14px;
}
#abstand15px {
	position:relative;
	padding-top:15px;
}
#abstand17px {
	position:relative;
	padding-top:17px;
}
.punktZeichen {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #00A5EF;
}
#aufZeichen {
	width:13px;
	text-align:left;
	float:left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #00ACF0;
	line-height: 16px;
}
#fueriesechs {
	width: 500px;
	text-align: left;
}

.bullcolor {
	color:#26335F;
	margin-left:7px;
	margin-right:4px;
	font-size: 20px;
	font-weight: bold;
}


#nachobendesktopklein{
	position:fixed; 
	display:block; 
	left:93%; 
	width:45px;
	height:45px;
	bottom:32px; 
	z-index:999; 
	clear:both;
	}  
#abstandunten {
	bottom:10px;
	background-color: #74c3b3; 
	width:100%; 
	height:10px;	
		}
}

@media screen and (min-width: 1420px) and (max-width: 3000px) { 
#horizonInnenHandy {display:none;}
#desktopabstandhandy {display:none;}
#logohandyPos {display:none;}
#logohandy {display:none;}
#untenabstandhandy {display:none;}
#logoTablet {display:none;}
#bannerdesktopgrie {display:none;}
#horizonInnenTablet {display:none;}
#inhaltdesktopGroesseTablet {display:none;}
#footerTablet {display:none;}
#untergrundTablet {display:none;}
#naviGesamtTablet {display:none;}
#handynavigation {display:none;}
#schriftUntergrundTablet {display:none;}
#naviSchriftPosTablet {display:none;}
#nachobendesktopklein {display:none;}
#nachobentablet {display:none;}
#nachobenhandy {display:none;}
#strichePosTablet {display:none;}
#tabletnavigation {display:none;}
#textwidthDs {display:none;}
#nachobenhandy {display:none;}
#nachobentablet {display:none;}
#logoDesktopPos {display:none;}
#logoDesktopPosEins {display:none;}
#GrlogoDesktop {display:none;}
#GrlogoDesktopie {display:none;}
#headlineie {display:none;}
#logodesktopie {display:none;}
#logoDesktopPosie {display:none;}
#LogoDesktopPosEinsie {display:none;}
#bildie {display:none;}
#textbilddesktopie {display:none;}
#textbilddesktopohneie {display:none;}
#bilduntentablet {display:none;}
#imprh {display:none;}
#imprtablet {display:none;}


body{
	background-color: #74c3b3;
    font-family:Verdana, Tahoma, Arial, sans-serif; 
    font-size: 1em;
    overflow:auto;
	margin:0;
	scroll-behavior: smooth;
        }
#streifen {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:92%; 
	height:auto; 
	background-image:url(../img/backrechts1pxb.jpg); 
	background-repeat:repeat-y; 
	background-position:top right; 
	background-size:9% auto; 
	overflow:hidden;
		}
#verlaufrechts {
	text-align:right; 
	position:absolute; 
	top:0px; 
	z-index:999;
	max-height:600px;
	width:100%;
			}
#horizon {
	position:relative;
	width:100%;
	max-width:1920px;
	min-width:1420px;
	top:0px;
	margin:0px auto;
	text-align: center;
	overflow:hidden;
	z-index: 200;
	padding:0px;
	border:0px;
	margin-bottom:20px;
}
#logodesktop {
	text-align:left;
	width:100%;
	z-index:999;
	}	
#horizonInnen {
	position:relative;
	top:0px;
	left:1px;
	width:82%;
	height:auto;
	margin:0px auto;
	text-align:center;
	background-image:url(../img/backdesktop1px2.jpg);
	background-position:center;
	background-repeat:repeat;
	background-color:#f5f2dd;
	overflow:visible;
	z-index: 900;
}
#bannerdesktopgr {
	position:relative;
	width:100%;
	height:auto;
	max-height:610px;
	padding-left:10%;
	text-align:left;
	margin:0px auto;
	z-index:800;
	}
#inhaltgr {
	position:relative; 
	top:0px;
	width:100%;
	padding:0px; 
	margin:0px auto;
	text-align:center;
	z-index:999;
	}
#textPos {
	padding-left:10%; 
	padding-right:25px;
	width:80%;
	text-align:left;
	margin-top:0px;
	z-index:999;
	}
#imprdt {
	width:85%; 
	padding-bottom:6px; 
	text-align:right;
	}
#bildunten {
	text-align:left; 
	width:100%; 
	margin-top:0px; 
	padding-left:10%;
	}

.loeschen{
     clear: both;
        }

ul {
     list-style-type: none;
     margin: 0;
    padding: 0;
        }

#leftFloater {
	float:left;

}
/* Positionierung der Navigation */

/* Verhalten der Navigationen */
li {
	list-style-type: none;
}

#navipos {
	width:50%; 
	height:40px; 
	text-align:right;
	margin-top:10px;
	margin-left:60%;
	z-index:999;
		}
li#naviSchriftPos {
	position:relative;
	width:auto;
	text-align:center;
	margin:0px auto;
	z-index:999;
	white-space: nowrap;
	float:left;
	margin-top:0px;
	margin-left:7%;
	height:30px;
	color: #FFF;
	}
.linkSchrift {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	color:#a31f45;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 26px;
	line-height:26px;
	padding-left: 15px;
	padding-top:0px;
	padding-bottom:8px;
}

.linkSchriftImpr{
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	color:#a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 24px;
	line-height:24px;
	padding-left: 35px;
	padding-top:0px;
	padding-bottom:8px;
}

a {outline:none;}

a#haupt:link, a#haupt:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	background-image:url(../img/einpixel.gif);
	background-repeat:repeat;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	color:#b1afae;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	padding-top:0px;
	padding-bottom:8px;
}
a#haupt:hover, a#haupt:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-decoration: none;
	color:#a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 26px;
	line-height:26px;
	padding-left: 15px;
	padding-top:0px;
	padding-bottom:8px;
}
a#impr:link, a#impr:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color:#b1afae;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 35px;
	padding-top:0px;
	padding-bottom:8px;
}
a#impr:hover, a#impr:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
	color:#a31f4b;
	width: auto;
	white-space:nowrap;
	z-index: 999;
	display: block;
	height: 24px;
	line-height:24px;
	padding-left: 35px;
	padding-top:0px;
	padding-bottom:8px;
}
a#text:link, a#text:visited {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 130%;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: underline;
	text-align: left;
	z-index: 999;
}
a#text:hover, a#text:active {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 130%;
	font-weight: normal;
	color: #b1afae;
	text-decoration: underline;
	text-align: left;
	z-index: 999;
}

/* Schrift-Formatierung */
.fliessText {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 130%;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
}
.fliessTextgr {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 28px;
	line-height: 170%;
	font-weight: bold;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;
}


#aufzaehlung li {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 130%;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;	
	list-style-type:disc;
	margin:0px;
	margin-left:20px;
	margin-bottom:6px;
	z-index: 999;
	}

.fliessTextUeberschriftKl {
	font-family: 'Roboto', Verdana, Arial, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 200%;
	font-weight: bold;
	display:block;
	color:#a31f4b;
	text-decoration: none;
	text-align: left;
	z-index: 999;}
	
.fliessTextUeberschrift {
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 40px;
	font-weight: normal;
	color:#a31f4b;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 0px;
	circle
}

/* Abstaende für Absaetze */
#abstand3px {
	position:relative;
	padding-top:3px;
}
#abstand4px {
	position:relative;
	padding-top:4px;
}
#abstand5px {
	position:relative;
	padding-top:5px;
}
#abstand6px {
	position:relative;
	padding-top:6px;
}
#abstand10px {
	position:relative;
	padding-top:10px;
}
#abstand9px {
	position:relative;
	padding-top:9px;
}
#abstand14px {
	position:relative;
	padding-top:14px;
}
#abstand15px {
	position:relative;
	padding-top:15px;
}
#abstand17px {
	position:relative;
	padding-top:17px;
}
.punktZeichen {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	letter-spacing: 1px;
	color: #00A5EF;
}
#aufZeichen {
	width:13px;
	text-align:left;
	float:left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #00ACF0;
	line-height: 16px;
}

#fueriesechs {
	width: 500px;
	text-align: left;
}

.bullcolor {
	color:#26335F;
	margin-left:7px;
	margin-right:4px;
	font-size: 20px;
	font-weight: bold;
}


#nachobendesktop{
	position:fixed; 
	display:block; 
	left:93%; 
	width:65px;
	height:65px;
	bottom:32px; 
	z-index:999; 
	clear:both;
	}  
#abstandunten {
	bottom:10px;
	background-color: #74c3b3; 
	width:100%; 
	height:10px;	
		}

}
