html {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 125%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow: -moz-scrollbars-vertical; 
	overflow-y: scroll;
	background: #000000;
	}
body {
	margin: 0;
	padding: 0;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-weight: 600;
}
h2 {
	font-size: 21px;
	font-weight: 600;
}

/* Intro erste Seite */

.intro1 {
	background: #fff !important;
}
.intro2 {
	border-top: 5px solid #bbb;
	border-bottom: 6px solid #bbb;
}
.intro3 {
	height: 44px !important;
}
.intro4 {
	display: block;
	padding: 2px 90px 0 0;
	letter-spacing: 2px;
	color: #3af4bc; /* grün heller */
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.intro4 > h1 {
	font-size: 28px;
}
.intro5 {
	background: #eee !important;
}
.intro6 {
	border-top: 5px solid #bbb !important;
}
.intro7 {
	color: #666;
}.intro8 {
	margin: -35px 0px 30px 0px;
}
.intro-frame-red {
	border: 8px solid #f7175f;
	background-image: url(banner-intro.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.intro-frame-green {
	border: 8px solid #33f0b7;
	margin-top: 42px;
}
.intro-frame {
	margin-right: 90px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-left-width: 15px;
	border-right-width: 15px;
	padding: 10px 15px 0px 30px;
}
.intro-btn-big {
	float: left !important;
	border-width: 5px !important;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
}
a.intro-btn-img {
	display:block;
	height:120px;
	text-decoration:none;
	background-image: url(banner-btn.png);
	background-repeat: no-repeat;
	background-position: 0 17px;
}
a.intro-btn-img:hover {
	background-image: url(banner-btn-h.png);
}
/* Intro erste Seite */

#fixed-top {
	top: 0;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 99;
}

#fwaustreten {
	width: 100%;
	background: #f71f5f; /* rot heller */
}
#austreten, .austreten {
	width: 1000px; padding-left: 50px; padding-right: 50px;
	height: 55px;
	margin: 0 auto;
	background: #f71f5f;
}
.austr-bg1 {
	background: #f71f5f; /* rot heller */
	height: 45px;
}
.austr-bg2 {
	height: 120px;
	border-bottom: 15px solid #f71f5f;
	background: #fff;
	background-image: url(banner-intro.png);
	background-repeat: no-repeat;
	background-position: 35px 0px;
}
a.austr-bg3 {
	background-position: 17px 17px;
	text-align: right;
	color: transparent;
	font-size: 24px;
	font-weight: bold;
}
a.austr-bg3:hover {
	color:#f71f5f;
}
#fwgap {
	width: 100%;
	height: 30px;
	background: #ffffff;
}

#fwnavmain {
	width: 100%;
	background: #ffffff;
}
#navmain {
	width: 1080px; padding-left: 10px; padding-right: 10px; /* Padding von '.navbar ul li a' am Rand vermeiden: width + 2xPadding , left - 1xPadding, right - 1xPadding */ 
	height: 50px;
	margin: 0 auto;
	background: #ffffff;
}

#fwheader {
	width: 100%;
	background: #000000;
	border-bottom: 2px solid #ffffff;
}
#header {
	width: 1000px; padding-left: 50px; padding-right: 50px;
	height: 30px;
	margin: 0 auto;
	background: #000000;
}
#header p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #29eeb8;
}

#fwnavsub {
	width: 100%;
	background: #37f2c2; /* grün heller */
}
#fwnavsubempty {
	width: 100%;
	background: #transparent;
	padding-top: -5px;
	border-top: 5px solid #33f0b7; /* grün heller */
}
#navsub {
	width: 1000px; padding-left: 50px; padding-right: 50px;
	height: 30px;
	margin: 0 auto;
	background: #transparent;
}
#navsub p {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
	letter-spacing: 1px;
	color: #000000;
}

#fwcontent {
	width: 100%;
	margin-top: 192px;
	background: #ffffff;
}
#content {
	width: 1000px; padding-left: 50px; padding-right: 50px;
	min-height: 500px;
	margin: 0 auto;
	background: #ffffff;
}


#fwfooter {
	width: 100%;
	background: #000000;
}
#footer {
	width: 1000px; padding-left: 50px; padding-right: 50px;
	height: 100px;
	margin: 0 auto;
	background: #000000;
}
#footer p.date {
	color: #404142;
	text-align:right;
	font-size: 11px;
}

.navbar, .navbar ul {
	margin: 0 0 0 0px;
	padding: 0;
}
.navbar ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.navbar ul li.fl {
	float: left;
}
.navbar ul li.fr {
	float: right;
}
.navbar ul li a {
	display: block;
	padding: 10px 40px 7px 40px;
	font-size: 24px;
	color: #bbbbbb;
	text-decoration: none;
}
.navbar ul li.on a {
	color: #000000;
}
.navbar ul li.box a {
	background-color: #3cf3c7; /* grün heller */
}

.navbar ul li a .navline {
	border-bottom: 3px solid transparent;
}
.navbar ul li a .navline:hover {
	border-bottom: 3px solid #000000;
}



.container, p, h1 {
	margin: 0;
	padding: 0;
	line-height: 150%;
}
.container {
	padding-top: 40px;
}
p {
	padding-top: 10px;
	padding-bottom: 5px;
}
p a, p a:link, p a:visited {
	color: #000000;
	text-decoration: none;
}
p a:hover, p a:active {
	text-decoration: underline;
}

p a.ext, p a.ext:link, p a.ext:visited {
	color: #000000;
	text-decoration: none;
}
p a.ext:hover, p a.ext:active {
	background-color: #60c0ff;
}

p a.dwld, p a.dwld:link, p a.dwld:visited {
	color: #ff8822;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}
p a.dwld:hover, p a.dwld:active {
	text-decoration: underline;
}

a.KT, a.KT:link, a.KT:visited {
	margin-left: 3px;
	padding: 0 3px 0 3px;
	border: 1px solid #33b3ff;
	border-left: 2px solid #33b3ff;
	color: #33b3ff;
	font-weight: 700;
	text-decoration: none;
}
a.KT:hover, a.KT:active {
	color: #000000;
	background-color: #ffffff;
}
a.KTEV, a.KTEV:link, a.KTEV:visited {
	margin-left: 2px !important;
	padding: 0 2px 0 2px !important;
}

.container .front {
	float:left;
	width: 910px;
}
.container .front-adr {
	float:right;
	width: 190px;
	border: 1px solid #cccc00;
	margin-top: -28px;
	margin-right: -140px;
	padding: 8px 8px 11px 15px;
	background-color: #ffffdd;
	font-size: 15px;
	font-family: Arial;
}
.container .front-adr p.adr-title {
	font-weight: bold;
	font-size: 17px;
	color: #33b3ff;
}
.container .front-adr p.adr-text {
	font-weight: normal;
	line-height: 125%;
	color: #000000;
}
.container .info-adr {
	float:left;
	width: 800px;
	margin: 20px 0 20px 0;
	padding: 8px 15px 8px 25px;
	border: 1px solid #cccc00;
	background-color: #ffffdd;
	font-weight: normal;
}
.container .info2-adr {
	float:left;
	width: 950px;
	margin: 20px 0 7px 0;
	padding: 8px 12px 7px 22px;
	border: 2px solid #77bff7;
	background-color: #f8fcff;
	font-weight: normal;
}

.btn {
	float: right;
	border: 3px solid #29eeb8;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}
.btn a {
	display:block;
	height: 40px;
	background-color:transparent;
	background-image:url(button-green.png);
	background-repeat:no-repeat;
	background-position:right;
	color: #02C18D;
	text-decoration: none;
	font-size: 19px;
}
.btntxt {
	padding: 8px 55px 0 29px;
}
.btn a:hover {
	background-image:url(button-green-h.png);
	color: #000000;
}


.btn-red {
	float: right;
	border: 3px solid #f7175f;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}
.btn-red a {
	display:block;
	height: 40px;
	background-color: transparent;
	background-image: url(button-red.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #f7115f;
	text-decoration: none;
	font-size: 19px;
}
.btn-red a:hover {
	background-image: url(button-red-h.png);
	color: #000000;
}


.btn-download {
	float: left;
	margin-right: 15px;
	border: 3px solid #33b3ff;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}
.btn-download a {
	display:block;
	height: 40px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right;
	color: #33b3ff;
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
}
.btn-download a:hover {
	color: #000000;
}
.btntxt-download {
	padding: 9px 27px 0 28px;
}



.btn-top {
	float: right;
	margin-top: 4px;
	border: 3px solid #ffffff;
	line-height: 125%;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
}
.btn-top a {
	display:block;
	height: 40px;
	background-color: #f7115f;
	background-image: url(button-red-h.png);
	background-repeat: no-repeat;
	background-position: right;
	border: 0px solid #ffffff;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	color: #ffffff;
	text-decoration: none;
}
.btntxttop1 {
	font-size: 18px;
	padding: 1px 55px 0 28px;
}
.btntxttop2 {
	font-size: 15px;
	padding: 0px 55px 0 28px;
}
.btn-top:hover {
	background-color: #ffffff;
}
.btn-top a:hover {
	background-color: transparent;
	color: #000000;
}

.btn-mid a { /* Dienstleistungs-Angebot mitten im Text */
	background-color: #aaaaaa;
}
.btn-mid-frame {
	padding: 0 4px 4px 0; 
	background-color: #dbdbdb;
	border-radius: 28px;
	-moz-border-radius: 28px;
	-webkit-border-radius: 28px;
}
.btn-mid-ad {
	float: right;
	padding: 15px 60px 0 0;
	font-size: 27px;
	font-weight: bold;
	color: #aaaaaa;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.btn-adr {
	float: left;
	width: 90%;
	border: 3px solid #33b3ff;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.btn-adr a {
	display:block;
	height: 34px;
	line-height: 34px;
	background-color: transparent;
	color: #33b3ff;
	text-decoration: none;
	font-size: 18px;
}
.btntxt-adr {
	padding: 0px 15px 0 15px;
	text-align: center;
}
.btn-adr:hover {
	background-color: #ffffff;
}
.btn-adr a:hover {
	color: #000000;
}


.choice {
	margin: 0 0 35px 0;
	padding-left: 80px;
	min-height: 80px; 
	background-image:url(choice.png);
	background-repeat:no-repeat;
}

.adresse {
	display:block;
	margin: 1px 0 5px 20px;
	padding: 0;
	color: #10a0e0;
}

.box-adr {
	border: 2px solid #33b3ff;
	margin: 15px 50px 10px 0;
	padding: 4px 15px 8px 20px;
}

a.virtest {
	display: block;
	margin-top: 15px;
	padding: 4px;
	border: 3px solid #e9e9e9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.virtest:hover {
	border: 3px solid #33b3ff;
}

.anim {
	float:right;
	width: 38px;
	height: 17px;
	margin-top: 19px;
	margin-right: 5px;
	background-image:url(anim.gif);
	background-size: 39px 18px;
}

/*
@media (max-width: 1150px) {
	#austreten, .austreten, #header, #navsub, #content, #footer {
		padding-left: 40px;
		padding-right: 20px;
	}
	a.austr-bg3:hover {
		color: transparent;
	}
	.austr-bg2 {
		background-position: 40px 0px;
	}
}
*/

/* SHARE */
.sh {
	width: 0;  /* SWITCH TOP width: 0; */
	background-color: #60c0ff;
}

.shnav {
	font-weight: 500;
	letter-spacing: 1px;
	color: #ffffff;"
}

.share {
	display: none; /* SWITCH TEXT display: none; */
	width: 100%;
	margin: -30px 0 50px 0;
	padding: 9px 0px 6px 0px; 
	background-color: #60c0ff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	color: #ffffff;"
}

/* MODIF */ /* ohne Dienstleistung: Button löschen / fwaustreten>>fwaustreteno / austreten>>austreteno */
#fwaustreteno {
	width: 100%;
	background: #ffffff;
}
#austreteno {
	width: 100%;
	margin-top: 13px;
	margin-bottom: 18px;
	height: 14px; /* total 55px */
	background: #ffffff;
	border-top: 5px solid #f71f5f;
	border-bottom: 5px solid #f71f5f;
}
#fixed-top {
	background: #ffffff;
}


