/* Weitere benötigte CSS Includes */
@import "jquery-ui.css";

/* OTF Fonts Einbinden */
@font-face {
	font-family: AN_LTP_CN;
	src: url(../fonts/AvenirNextLTPro-Cn.otf) format("opentype");
	src: url(../fonts/AvenirNextLTPro-Cn.woff) format("woff");
}
@font-face {
	font-family: AN_LTP_CNB;
	src: url(../fonts/AvenirNextLTPro-BoldCn.otf) format("opentype");
	src: url(../fonts/AvenirNextLTPro-BoldCn.woff) format("woff");
}
@font-face {
	font-family: AN_LTP_DE;
	src: url(../fonts/AvenirNextLTPro-Demi.otf) format("opentype");
	src: url(../fonts/AvenirNextLTPro-Demi.woff) format("woff");
}
@font-face {
	font-family: IMPACT;
	src: url(../fonts/impact.otf) format("opentype");
	src: url(../fonts/impact.woff) format("woff");
}

/* Clearfix */
.clearfix {
	display: block;
}

/* Clearfix after */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

/* IE-Patch für IE 7 */
*:first-child+html .clearfix {
	min-height: 0;
}

/* Box-Sizing für alle Elemente festlegen */
* {
	box-sizing: border-box;
}

/* Overrides */
.flipbook {
	min-height: 550px !important;
	max-height: 550px !important;
}
.flipbook img {
	min-height: 500px !important;
	max-height: 500px !important;
}
.flipbook video {
	min-height: 500px !important;
	max-height: 500px !important;
	width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 0 auto !important;
}
.flipbook .caption.current {
	background: #353c73 !important;
}
.flipbook .caption:hover {
	background: #353c73 !important;
}
.slidertext {
	min-height: 550px !important;
	max-height: 550px !important;
	overflow-y: scroll !important;
}

/* Body */
body {
	font-size: 10px;
	font-family: AN_LTP_CN,AN_LTP_CNB,AN_LTP_DE;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Header Klassen */
header {
	width: 100%;
	height: 100px;
	float: left;
	border: 0;
	background: #fff;
	position: relative;
	z-index: 1;
}
header.fixed {
	width: 100%;
	height: 100px;
	float: none;
	position: fixed;
	border: 0;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 2;
}
header ul {
	width: 68%;
    height: 100px;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
header ul.subnav {
	width: 33.333%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
header ul.subnav_loc {
	width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
header ul li {
	width: 14.28%;
    height: 100px;
    float: left;
    text-align: center;
	display: inline-block;
}
header ul li.standortwahl {
	width: 14.28%;
	height: 100px;
	float: left;
}
header ul.subnav li,
header ul.subnav_loc li {
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
header ul li a {
	width: 100%;
	height: 100px;
	font-family: AN_LTP_CN;
	font-size: 2.4em;
	float: left;
	cursor: default;
	color: #172873;
	margin-bottom: 0;
	padding-top: 35px;
}
header ul li a:hover {
	cursor: pointer;
	color: #000;
}
header ul.subnav li a,
header ul.subnav_loc li a {
	width: 100%;
	height: auto;
	font-family: AN_LTP_CN;
	font-size: 1.6em;
	float: left;
	padding: 0;
	letter-spacing: 2px;
	cursor: default;
	color: #172873;
}
header ul.subnav li a:hover,
header ul.subnav_loc li a:hover {
	cursor: pointer;
	color: #000;
}
header nav span {
	width: 25%;
	height: 100px;
	float: left;
	padding: 0;
	background: #fff;
}
header nav span a {
	width: 100%;
	height: auto;
	float: left;
}
header nav span img {
	width: 100%;
	height: auto;
}
header nav span.standorticon {
	width: 100%;
    height: 100px;
    float: left;
    margin: 0;
    right: 0;
	border-bottom: 2px solid #a51719;
	background-color: #fff;
    background-image: url(../pics/systems/icon_mapstick.svg);
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-position: center center;
    cursor: default;
}
header nav span.homeicon {
	width: 100%;
    height: 100px;
    float: left;
    margin: 0;
    right: 0;
    background-image: url(../pics/systems/telefonhaus_logo.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: center center;
    cursor: default;
}
header nav span.homeicon:hover,
header nav span.standorticon:hover {
	cursor: pointer;
}
.pageheader > .headerinside {
	width: 100%;
	height: 100px;
	float: left;
}
.separator {
	height: 25%;
    position: relative;
    top: 4em;
	border-right: 3px solid #fff;
}
.separator_noborder {
	height: 25%;
    position: relative;
    top: 4em;
}
.filler {
	height: 100px;
	float: left;
}

/* Header -> Submenu Navigation Klassen */
.subnav_filler_visible {
	top: 0;
}
.subnav_filler_invisible {
	top: -125vh;
}
.subnav_visible {
	top: 100px;
}
.subnav_invisible {
	top: -125vh;
}
.subnav_filler {
	width: 203px;
	height: 100px;
	float: none;
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff
}
.subnav_partner {
	width: 609px;
	height: auto;
	float: none;
	position: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
}
.subnav_standort {
	width: 203px;
	height: auto;
	float: none;
	position: fixed;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
}

/* Header -> Mobilemenu Klassen */
.mobilemenu_visible {
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	background: rgba(23, 40, 115, 0.9);
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 3;
}
.mobilemenu_invisible {
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	background: rgba(23, 40, 115, 0.9);
	top: -125vh;
	left: 0;
	overflow-y: scroll;
	z-index: 3;
}
.mobilemenu_subnav_visible {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	padding: 0;
	overflow: visible;
}
.mobilemenu_subnav_invisible {
	width: 100%;
	height: 0;
	float: left;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.mobilemenu_switcher {
	width: 100px;
    height: 100px;
    float: right;
    margin: 0;
    right: 0;
    background-image: url(../pics/systems/icon_menue_open.svg);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 10px 10px;
    cursor: default;
}
.mobilemenu_switcher a {
	width: 100px;
    height: 100px;
    float: left;
}
ul.mobilemenu {
	width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
	margin-top: 100px;
    list-style-type: none;
}
ul.mobilemenu li.mobilemenu {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}
ul.mobilemenu li.mobilemenu a {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #fff;
	padding: 0;
	padding-left: 75px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
	border: 0;
	position: relative;
	font-family: AN_LTP_CN;
	font-size: 2em;
}
label.mobilemenu_accarrow_extended:before {
	content: '▼';
	width: 25px;
	height: 25px;
	float: none;
	position: absolute;
	top: 0;
	left: 28px;
	font-size: 1.6em;
	color: #fff;
}
label.mobilemenu_accarrow_collapsed:before {
	content: '▲';
	width: 25px;
	height: 25px;
	float: none;
	position: absolute;
	top: 0;
	left: 28px;
	font-size: 1.6em;
	color: #fff;
}
label.mobilemenu_accarrow_noicon:before {
	content: '▲';
	width: 25px;
	height: 25px;
	float: none;
	position: absolute;
	top: 6px;
	left: 40px;
	font-size: 1.6em;
	color: #fff;
	transform: rotate(90deg);
}
ul.mobilemenu_subnav {
	list-style-type: none;
}
ul.mobilemenu_subnav li.mobilemenu_subnav {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}
ul.mobilemenu_subnav li.mobilemenu_subnav a {
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
	color: #fff;
	padding: 0;
	padding-left: 100px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin: 0;
	border: 0;
	font-family: AN_LTP_CN;
	font-size: 1.6em;
}
img.mobilemenu {
	width: 80px;
	height: 80px;
	float: none;
	top: 10px;
	right: 10px;
}

/* Footer Klassen */
footer {
	width: 100%;
	height: 100px;
	float: left;
	background: #333;
	border: 0;
	display: block;
}
footer ul {
	width: 100%;
    height: 100px;
    float: left;
    padding: 2em 16vw 2em 23vw;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
footer ul li {
	width: 15%;
    height: 60px;
    float: left;
    text-align: center;
    margin-right: 4em;
}
footer ul li a {
	width: 100%;
    height: 60px;
    color: #000;
    font-family: AN_LTP_CNB;
    font-size: 2em;
    float: left;
    text-decoration: none;
    margin: 0;
    text-align: center;
}
footer ul li a:hover {
	color: #353c73;
}
.pagefooter > .footerinside {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

/* Footer PopUpWindow Klassen */
#footer-content {
	display: none;
	position: fixed;
	z-index: 1000;
	background: white;
	width: 80vw;
	height: 80vh;
	top: 5%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	border: 1px solid #333;
}
#footer-head {
	position: relative;
	height: 40px;
}
#footer-content .text {
	max-height: 85%;
	overflow: auto;
	padding: 20px;
	display: none;
	font-size: 1.8em;
}
#footer-content .text::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 2px;
}
#footer-content .text::-webkit-scrollbar-track {
	background: rgba(120, 120, 120, 0.8);
}
#footer-content .text::-webkit-scrollbar-thumb {
	background: rgba(53, 60, 115, 1.0);
}
#close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
	font-size: 2em;
}
#transparent {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: rgba(0, 0, 0, 0.5);
	display: none;
}

/* Navigation */
nav {
	width: 100%;
	height: 100px;
	float: left;
	background: rgba(255,255,255,0.0);
}
.navigation_fixed {
	width: 100%;
	height: 60px;
	float: left;
	background: rgba(255,255,255,0.0);
}

/* Main */
main {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
	display: block;		/* IE-Fix, Main kann von IE nicht ohne display Angabe interpretiert werden, da kein UserAgentStyle vorhanden. */
}

/* FORM Klassen */
form {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

/* iFRAME Klassen */
iframe {
	width: 100%;
	height: 105vh;
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
	background: #fff;
}

/* FIELDSET Klassen */
fieldset {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset legend {
	width: 100%;
	height: auto;
	float: left;
	font-family: AN_LTP_CNB;
	font-size: 4em;
}
fieldset legend.leg_white {
	color: #fff;
}
fieldset legend.leg_windowsblue {
	color: #172873;
}

/* ABSATZ Klassen */
p {
	width: 100%;
	height: auto;
	float: left;
	text-align: justify;
}

/* HR Klassen */
hr {
	height: auto;
	float: left;
}
hr.trennlinie {
	color: #172873;
	border: 1px solid #172873;
}

/* INPUT, SELECT & TEXTAREA Klassen */
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #cfc42a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #cfc42a;
	opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #cfc42a;
	opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #cfc42a;
}
input[type=text] {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	margin-bottom: 1em;
}
input[type=text].i_callback,
input[type=text].i_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: rgba(53, 60, 115, 0.0);
	color: #fff;
	margin-bottom: 1.5em;
	font-family: AN_LTP_CN;
	font-size: 2em;
}
input[type=text].i_verein {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
	margin-bottom: 1.5em;
	font-family: AN_LTP_CN;
	font-size: 2em;
}
input[type=button] {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	border: 0;
}
input[type=button].i_callback,
input[type=button].i_kontakt {
	max-width: 150px;
	height: 30px;
	background: #fff;
	color: #000;
	font-family: AN_LTP_CN;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_verein {
	max-width: 150px;
	height: 30px;
	background: #172873;
	color: #000;
	font-family: AN_LTP_CN;
	font-size: 2em;
	cursor: default;
}
input[type=button].i_callback:hover,
input[type=button].i_kontakt:hover {
	background: #194275;
	cursor: pointer;
}
input[type=button].i_verein:hover {
	background: #000;
	color: #fff;
	cursor: pointer;
}
textarea {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	padding: 0.5em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
textarea.ta_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: rgba(53, 60, 115, 0.0);
	color: #fff;
	font-family: AN_LTP_CN;
	font-size: 2em;
}
textarea.ta_verein {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #000;
	background: #fff;
	color: #000;
	font-family: AN_LTP_CN;
	font-size: 2em;
}
select {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
select.sel_kontakt {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: rgba(53, 60, 115, 0.0);
	color: #fff;
	font-family: AN_LTP_CN;
	font-size: 2em;
}
select.sel_wochenhl {
	max-width: 350px;
	border: 0;
	border-bottom: 1px solid #fff;
	background: rgba(255, 255, 255, 0.0);
	color: #fff;
	font-family: AN_LTP_CN;
	font-size: 2em;
}
select option {
	background: rgba(53, 60, 115, 0.8);
}

/* LINK Klassen */
a {
	width: 100%;
	height: auto;
	float: left;
	cursor: default;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	color: #000;
}
a.menuitem {
	width: auto;
}

/* LABEL Klassen */
.stoselector {
	cursor: default;
	color: #000;
}
.stoselector:hover {
	cursor: pointer;
	color: #353c73;
}

/* MENUE Klassen */
.menue_callback {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Anruf.svg);
	background-repeat: no-repeat;
}
.menue_callback:hover {
	background-image: url(../pics/systems/Icons_dark_anruf.svg);
}
.menue_kontakt {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Kontakt.svg);
	background-repeat: no-repeat;
}
.menue_kontakt:hover {
	background-image: url(../pics/systems/Icons_dark_kontakt.svg);
}
.menue_main {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Menu.svg);
	background-repeat: no-repeat;
}
.menue_main:hover {
	background-image: url(../pics/systems/Icons_dark_menu.svg);
}
.menue_facebook {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_FB.svg);
	background-repeat: no-repeat;
}
.menue_facebook:hover {
	background-image: url(../pics/systems/Icons_dark_fb.svg);
}
.menue_googleplus {
	width: 60px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/Icons_Google.svg);
	background-repeat: no-repeat;
}
.menue_googleplus:hover {
	background-image: url(../pics/systems/Icons_dark_google.svg);
}
.iconMenueMain_fixed,
.iconMenueKontakt_fixed,
.iconMenueCallback_fixed {
	width: 40px;
	height: 40px;
	float: left;
}

/* FLOAT Klassen */
.leftfloat {
	float: left !important;
}
.rightfloat {
	float: right !important;
}
.clearfloat {
	clear: both;
}

/* POSITION Klassen */
.relpos {
	position: relative;
}
.abspos {
	position: absolute;
}
.fixpos {
	position: fixed;
}

/* DIV Klassen */
.error {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}
.kopfbereich {
	height: auto;
	float: left;
}
.datenbereich {
	height: auto;
	float: left;
}
.callback_invisible,
.kontakt_invisible,
.mainmenu_invisible {
	width: 100%;
    height: auto;
	float: left;
    position: relative;
    background: rgba(23, 40, 115, 0.0);
	z-index: 1;
}
.callback,
.kontakt,
.mainmenu {
	width: 100%;
    height: auto;
	float: left;
    position: relative;
	background: rgba(23, 40, 115, 0.8);
	overflow-y: hidden;
	z-index: 1;
}
.willkommen {
	height: 125vh;
	background-image: url(../pics/systems/Titelbild.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
.standortwahl {
	height: 20vh;
	background-image: url(../pics/systems/Standort.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
.verein {
	height: 82vh;
	background-image: url(../pics/systems/Trikots.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
}
.wochenhighlight {
	height: auto;
	float: left;
}
.map-container {
	height: auto;
	float: left;
	position: relative;
}
.marker-icon {
	max-width: 119px;
	width: 25%;
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	margin: 0 auto;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.static-map {
	height: auto;
	float: left;
}


/* SPAN Klassen */
.error_not_found {
	height: auto;
	float: left;
	font-family: AN_LTP_CNB;
	font-size: 3em;
	color: #000;
	margin-top: 2em;
	margin-bottom: 2em;
}
.gridwrapper {
	height: auto;
	float: left;
	box-sizing: border-box;
	overflow: visible;
}
.gridpart {
	height: auto;
	float: left;
	box-sizing: border-box;
	cursor: default;
}
.center_parent {
	height: auto;
	float: left;
	position: relative;
}
.centered_viewport {
	height: auto;
	position: relative;
	float: none;
	margin: 0 auto !important;
    display: block; 
}
.overlay_close_cb {
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	top: 20px;
	right: 180px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_cb_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 140px;
}
.overlay_close_kt {
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	top: 20px;
	right: 100px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_kt_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 80px;
}
.overlay_close_mm {
	width: 60px;
	height: 60px;
	float: right;
	position: relative;
	top: 20px;
	right: 20px;
	background-image: url(../pics/systems/Icons_X.svg);
	background-repeat: no-repeat;
	cursor: default;
	z-index: 2;
}
.overlay_close_mm_small {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 20px;
}
.overlay_close_cb:hover,
.overlay_close_kt:hover,
.overlay_close_mm:hover {
	cursor: pointer;
}
.mitarbeiter {
	height: 300px;
	float: left;
	border: 3px solid #d0c52a;
	background-repeat: no-repeat;
	background-size: auto 300px;
	background-position: center center;
}
.vertical_center {
	padding-left: 55px;
	padding-right: 55px;
}
.contentPhone {
	display: none !important;
}
.contentTab {
	display: none !important;
}
.contentWeb {
	display: inline-block !important;
}
.aktuell_frame {
	height: 550px;
}

/* COOKIE BANNER Klassen */
.cookiebannerContainer {
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
}
.cookiebannerContent {
	width: 100%;
	max-width: 800px;
	height: 320px;
	float: none;
	position: relative;
	background: #fff;
	padding: 2em;
	margin: 0 auto;
	overflow-y: scroll;
}
.cookiebannerContent::-webkit-scrollbar {
	width: 5px !important;
	height: 5px !important;
	border-radius: 2px !important;
}
.cookiebannerContent::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 1.0) !important;
}
.cookiebannerContent::-webkit-scrollbar-thumb {
	background: rgba(53, 60, 115, 1.0) !important;
}
.cookiebannerContent.top {
	top: 0;
	left: 0;
}
.cookiebannerContent.bottom {
	top: calc(100% - 320px);
	left: 0;
}
.cookiebannerContent.center {
	top: calc(50% - 160px);
	left: 0;
}
.cookiebannerContent label.title {
	width: 100%;
	height: auto;
	float: left;
	font-family: AN_LTP_CN;
	font-size: 2.2em;
	font-weight: bold;
	color: #000;
}
.cookiebannerContent label.text {
	width: 100%;
	height: auto;
	float: left;
	font-family: AN_LTP_CN;
	font-size: 1.6em;
	color: #000;
}
.cookiebannerContent label.checkboxtext {
	width: auto;
	height: 20px;
	float: none;
	font-family: AN_LTP_CN;
	font-size: 1.6em;
	color: #000;
	cursor: default;
}
.cookiebannerContent label.checkboxtext:hover {
	cursor: pointer;
}
.cookiebannerContent label.text a {
	width: auto;
	float: none;
	color: #172873;
	text-decoration: none;
	cursor: default;
}
.cookiebannerContent label.text a:hover {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.cookiebannerContent input[type=button] {
	width: 33%;
	height: 35px;
	float: right;
	background: #172873;
	color: #fff;
	border: 2px solid #172873;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: default;
}
.cookiebannerContent input[type=button]:hover {
	background: #fff;
	color: #172873;
	border: 2px solid #172873;
	cursor: pointer;
}
.cookiebannerContent input[type=checkbox] {
	width: 16px;
	height: 16px;
	float: none;
	vertical-align: sub;
	cursor: default;
}
.cookiebannerContent input[type=checkbox]:hover {
	cursor: pointer;
}
.cookiebannerElement_width {
	width: 25%;
}

/* ERROR Klassen */
#errorcontainer {
	width: 65vw;
	float: none;
    max-width: 1280px;
    position: fixed;
    border-radius: 8px;
	border: 1px solid #000;
    top: 42vh;
    left: 17vw;
    z-index: 2;
}

/* FONT Klassen */
.anltpcnb_huge {
	font-family: AN_LTP_CNB;
	font-size: 5em;
}
.anltpcnb_big {
	font-family: AN_LTP_CNB;
	font-size: 4em;
}
.anltpcnb_medium {
	font-family: AN_LTP_CNB;
	font-size: 3em;
}
.anltpcnb_small {
	font-family: AN_LTP_CNB;
	font-size: 2em;
}
.anltpcnb_tiny {
	font-family: AN_LTP_CNB;
	font-size: 1.6em;
}
.anltpcnb_little {
	font-family: AN_LTP_CNB;
	font-size: 1em;
}
.anltpcn_huge {
	font-family: AN_LTP_CN;
	font-size: 5em;
}
.anltpcn_big {
	font-family: AN_LTP_CN;
	font-size: 4em;
}
.anltpcn_medium {
	font-family: AN_LTP_CN;
	font-size: 3em;
}
.anltpcn_small {
	font-family: AN_LTP_CN;
	font-size: 2em;
}
.anltpcn_tiny {
	font-family: AN_LTP_CN;
	font-size: 1.6em;
}
.anltpcn_little {
	font-family: AN_LTP_CN;
	font-size: 1em;
}
.anltpde_huge {
	font-family: AN_LTP_DE;
	font-size: 5em;
}
.anltpde_big {
	font-family: AN_LTP_DE;
	font-size: 4em;
}
.anltpde_medium {
	font-family: AN_LTP_DE;
	font-size: 3em;
}
.anltpde_small {
	font-family: AN_LTP_DE;
	font-size: 2em;
}
.anltpde_tiny {
	font-family: AN_LTP_DE;
	font-size: 1.6em;
}
.anltpde_little {
	font-family: AN_LTP_DE;
	font-size: 1em;
}
.impact_huge {
	font-family: IMPACT;
	font-size: 5em;
}
.impact_big {
	font-family: IMPACT;
	font-size: 4em;
}
.impact_medium {
	font-family: IMPACT;
	font-size: 3em;
}
.impact_small {
	font-family: IMPACT;
	font-size: 2em;
}
.impact_tiny {
	font-family: IMPACT;
	font-size: 1.6em;
}
.impact_little {
	font-family: IMPACT;
	font-size: 1em;
}
.font_bold {
	font-weight: bold;
}
.word_break {
	word-break: break-all;
}
.align_center {
	text-align: center;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_justify {
	text-align: justify;
}
.letterspacing_1px {
	letter-spacing: 1px;
}

/* SLIDER Klassen */
.feed-message {
	width: 100%;
	height: auto;
	float: left;
}
.feed-message p.big {
	font-family: AN_LTP_CN;
	font-size: 3em;
}
.feed-message p.medium {
	font-family: AN_LTP_CN;
	font-size: 2em;
}
.slidertext {
	width: 100%;
	height: auto;
	float: left;
	font-family: AN_LTP_CN;
	font-size: 2em;
}
.feed_label {
	width: 100%;
	height: auto;
	float: left;
}
.feed_switcher {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1em;
	cursor: default;
	color: #fff;
}
.feed_switcher:hover {
	cursor: pointer;
	color: #000;
}

/* Image Klassen */
.sliderloader {
	width: 32px;
	height: 32px;
}
.searchicon {
	width: 16px;
    height: 16px;
    float: left;
    position: relative;
    top: 5px;
}
.leistungicon {
	max-width: 64px;
	min-width: 32px;
	width: 100%;
	max-height: 64px;
	min-height: 32px;
	height: 100%;
	float: left;
	padding: 5px;
}
.logoicon {
	width: auto;
	height: 100px;
	float: right;
}
.teamimage {
	width: 100%;
	height: auto;
	float: left;
	padding: 1em;
}

/* Margin Helper Klassen */
.margin_auto {
	margin: 0 auto;
}
.nomargin {
	margin: 0;
}
.nomargintop {
	margin-top: 0;
}
.nomargintop {
	margin-bottom: 0;
}
.nomarginleft {
	margin-left: 0;
}
.nomarginright {
	margin-right: 0;
}
.margin_5 {
	margin: 5em;
}
.margin_3 {
	margin: 3em;
}
.margin_2 {
	margin: 2em;
}
.margin_1 {
	margin: 1em;
}
.margin_top_5 {
	margin-top: 5em;
}
.margin_top_3 {
	margin-top: 3em;
}
.margin_top_2 {
	margin-top: 2em;
}
.margin_top_1 {
	margin-top: 1em;
}
.margin_top_05 {
	margin-top: 0.5em;
}
.margin_bottom_5 {
	margin-bottom: 5em;
}
.margin_bottom_3 {
	margin-bottom: 3em;
}
.margin_bottom_2 {
	margin-bottom: 2em;
}
.margin_bottom_1 {
	margin-bottom: 1em;
}
.margin_bottom_05 {
	margin-bottom: 0.5em;
}
.margin_left_5 {
	margin-left: 5em;
}
.margin_left_3 {
	margin-left: 3em;
}
.margin_left_2 {
	margin-left: 2em;
}
.margin_left_1 {
	margin-left: 1em;
}
.margin_right_5 {
	margin-right: 5em;
}
.margin_right_3 {
	margin-right: 3em;
}
.margin_right_2 {
	margin-right: 2em;
}
.margin_right_1 {
	margin-right: 1em;
}

/* Spezielle Margin Klassen */
.margin_top_6vh {
	margin-top: 6vh;
}
.margin_top_44px {
	margin-top: 44px;
}

/* Padding Helper Klassen */
.nopadding {
	padding: 0;
}
.nopaddingtop {
	padding-top: 0;
}
.nopaddingtop {
	padding-bottom: 0;
}
.nopaddingleft {
	padding-left: 0;
}
.nopaddingright {
	padding-right: 0;
}
.padding_5 {
	padding: 5em;
}
.padding_4 {
	padding: 4em;
}
.padding_3 {
	padding: 3em;
}
.padding_2 {
	padding: 2em;
}
.padding_1 {
	padding: 1em;
}
.padding_top_10 {
	padding-top: 10em;
}
.padding_top_7 {
	padding-top: 7em;
}
.padding_top_5 {
	padding-top: 5em;
}
.padding_top_4 {
	padding-top: 4em;
}
.padding_top_3 {
	padding-top: 3em;
}
.padding_top_2 {
	padding-top: 2em;
}
.padding_top_1 {
	padding-top: 1em;
}
.padding_bottom_10 {
	padding-bottom: 10em;
}
.padding_bottom_5 {
	padding-bottom: 5em;
}
.padding_bottom_4 {
	padding-bottom: 4em;
}
.padding_bottom_3 {
	padding-bottom: 3em;
}
.padding_bottom_2 {
	padding-bottom: 2em;
}
.padding_bottom_1 {
	padding-bottom: 1em;
}
.padding_left_5 {
	padding-left: 5em;
}
.padding_left_4 {
	padding-left: 4em;
}
.padding_left_3 {
	padding-left: 3em;
}
.padding_left_2 {
	padding-left: 2em;
}
.padding_left_1 {
	padding-left: 1em;
}
.padding_right_5 {
	padding-right: 5em;
}
.padding_right_4 {
	padding-right: 4em;
}
.padding_right_3 {
	padding-right: 3em;
}
.padding_right_2 {
	padding-right: 2em;
}
.padding_right_1 {
	padding-right: 1em;
}

/* Spezielle Padding Klassen */
.padding_top_15vh {
	padding-top: 15vh;
}

/* Width Helper Klassen */
.width_0 {
	width: 0;
}
.width_5 {
	width: 5%;
}
.width_10 {
	width: 10%;
}
.width_15 {
	width: 15%;
}
.width_20 {
	width: 20%;
}
.width_25 {
	width: 25%;
}
.width_30 {
	width: 30%;
}
.width_32 {
	width: 32%;
}
.width_33 {
	width: 33%;
}
.width_35 {
	width: 35%;
}
.width_40 {
	width: 40%;
}
.width_45 {
	width: 45%;
}
.width_50 {
	width: 50%;
}
.width_52 {
	width: 52%;
}
.width_55 {
	width: 55%;
}
.width_60 {
	width: 60%;
}
.width_66 {
	width: 66%;
}
.width_70 {
	width: 70%;
}
.width_75 {
	width: 75%;
}
.width_80 {
	width: 80%;
}
.width_85 {
	width: 85%;
}
.width_90 {
	width: 90%;
}
.width_95 {
	width: 95%;
}
.width_99 {
	width: 99%;
}
.width_100 {
	width: 100%;
}

/* Max-Width Helper Klassen */
.max_width_320 {
	max-width: 320px;
}
.max_width_350 {
	max-width: 350px;
}
.max_width_480 {
	max-width: 480px;
}
.max_width_640 {
	max-width: 640px;
}
.max_width_800 {
	max-width: 800px;
}
.max_width_960 {
	max-width: 960px;
}
.max_width_1024 {
	max-width: 1024px;
}
.max_width_1280 {
	max-width: 1280px;
}

/* Border Helper Klassen */
.noborder {
	border: 0;
}
.border_white {
	border: 1px solid #fff;
}
.border_white_vertikal {
	border: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.border_white_horizontal {
	border: 0;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.border_black {
	border: 1px solid #000;
}
.border_black_vertikal {
	border: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.border_black_horizontal {
	border: 0;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.border_lightgrey {
	border: 1px solid #999;
}
.border_lightgrey_vertikal {
	border: 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
.border_lightgrey_horizontal {
	border: 0;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
.border_darkgrey {
	border: 1px solid #333;
}
.border_darkgrey_vertikal {
	border: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
.border_darkgrey_horizontal {
	border: 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}
.border_grey {
	border: 1px solid #919396;
}
.border_grey_vertikal {
	border: 0;
	border-top: 1px solid #919396;
	border-bottom: 1px solid #919396;
}
.border_grey_horizontal {
	border: 0;
	border-left: 1px solid #919396;
	border-right: 1px solid #919396;
}
.border_windowsblue {
	border: 2px solid #172873;
}
.border_windowsblue_vertikal {
	border: 0;
	border-top: 1px solid #172873;
	border-bottom: 1px solid #172873;
}
.border_windowsblue_horizontal {
	border: 0;
	border-left: 1px solid #172873;
	border-right: 1px solid #172873;
}

/* Hintergrund Helper Klassen */
.bg_transparent {
	background: rgba(255,255,255,0.0);
}
.bg_white {
	background: #fff;
}
.bg_black {
	background: #000;
}
.bg_lightgrey {
	background: #999;
}
.bg_darkgrey {
	background: #333;
}
.bg_grey {
	background: #919396;
}
.bg_windowsblue {
	background: #172873;
}

/* Color Helper Klassen */
.color_white {
	color: #fff;
}
.color_black {
	color: #000;
}
.color_lightgrey{
	color: #999;
}
.color_darkgrey {
	color: #333;
}
.color_grey {
	color: #919396;
}
.color_red {
	color: #ff0000;
}
.color_windowsblue {
	color: #172873;
}
iframe {
    height: 500px;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1280px) {
	
	/* FLIPBOOK Overrides zum aktuellen Projekt */
	/* FLIPBOOK Custom Größen */
	.flipbook {
		min-height: 550px !important;
		max-height: 550px !important;
	}
	.flipbook img {
		min-height: 500px !important;
		max-height: 500px !important;
	}
	.flipbook video {
		min-height: 500px !important;
		max-height: 500px !important;
	}
	
	/* Wenn Slider und Text nebeneinander stehen, sonst bei untereinander nicht erforderlich */
	.slidertext {
		min-height: 550px !important;
		max-height: 550px !important;
	}
	
	/* Header Klassen */
	header nav span {
		width: 50%;
	}
	header nav span.homeicon {
		background-position: left center;
	}
	
	/* FIELDSET Klassen */
	fieldset {
		padding: 2em;
	}
	
	fieldset legend {
		font-size: 3em;
	}
	
	/* INPUT, SELECT & TEXTAREA Klassen */
	input[type=text].i_verein,
	input[type=text].i_callback,
	input[type=text].i_kontakt {
		font-size: 1.5em;
	}
	textarea.ta_verein,
	textarea.ta_kontakt {
		font-size: 1.5em;
	}
	select.sel_wochenhl {
		margin-left: 1em;
	}
	select.sel_kontakt {
		font-size: 1.5em;
	}
	
	/* FONT Klassen */
	.anltpcnb_medium_mt {
		font-size: 2em;
	}
	.anltpcnb_small_mt {
		font-size: 1.5em;
	}
	.anltpde_medium_mt {
		font-size: 2em;
	}
	.anltpde_big_mt {
		font-size: 3em;
	}
	.anltpcn_small_mt {
		font-size: 1.5em;
	}
	.anltpcn_tiny_mt {
		font-size: 1.3em;
	}
	.immpact_medium_mt {
		font-size: 2em;
	}
	.impact_big_mt {
		font-size: 3em;
	}
	
	/* DIV Klassen */
	.callback,
	.kontakt,
	.mainmenu {
		overflow-y: scroll;
	}
	.verein {
		height: 80vh;
	}
	.willkommen {
		height: 55vh;
	}
	
	/* SPAN Klassen */
	.overlay_close_cb {
		right: 180px;
	}
	.overlay_close_cb_small {
		right: 140px;
	}
	.overlay_close_kt {
		right: 100px;
	}
	.overlay_close_kt_small {
		right: 80px;
	}
	.overlay_close_mm {
		right: 20px;
	}
	.contentPhone {
		display: none !important;
	}
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: inline-block !important;
	}
	
	/* IMAGE Klassen */
	.logoicon {
		float: left;
		padding-left: 3.5em;
		margin-bottom: 2em;
	}
	
	/* MARGIN Helper Klassen */
	.margin_left_1_mt {
		margin-left: 1em;
	}
	.margin_right_05_mt {
		margin-right: 0.5em;
	}
	.margin_top_1_mt {
		margin-top: 1em;
	}
	
	/* PADDING Helper Klassen */
	.padding_-5_mt {
		padding-top: 0;
		position: relative;
	}
	.padding_top_2_mt {
		padding-top: 2em;
	}
	
	/* Width Helper Klassen */
	.width_0_mt {
		width: 0 !important;
	}
	.width_5_mt {
		width: 5% !important;
	}
	.width_10_mt {
		width: 10% !important;
	}
	.width_15_mt {
		width: 15% !important;
	}
	.width_20_mt {
		width: 20% !important;
	}
	.width_25_mt {
		width: 25% !important;
	}
	.width_30_mt {
		width: 30% !important;
	}
	.width_33_mt {
		width: 33% !important;
	}
	.width_35_mt {
		width: 35% !important;
	}
	.width_40_mt {
		width: 40% !important;
	}
	.width_45_mt {
		width: 45% !important;
	}
	.width_50_mt {
		width: 50% !important;
	}
	.width_55_mt {
		width: 55% !important;
	}
	.width_60_mt {
		width: 60% !important;
	}
	.width_66_mt {
		width: 66% !important;
	}
	.width_70_mt {
		width: 70% !important;
	}
	.width_75_mt {
		width: 75% !important;
	}
	.width_80_mt {
		width: 80% !important;
	}
	.width_85_mt {
		width: 85% !important;
	}
	.width_90_mt {
		width: 90% !important;
	}
	.width_95_mt {
		width: 95% !important;
	}
	.width_99_mt {
		width: 99% !important;
	}
	.width_100_mt {
		width: 100% !important;
	}
}

/* Media Query für Landscape Ansicht iPhoneX (Apple) */
@media screen and (min-width: 812px) and (max-width: 812px) and (min-height: 375px) and (max-height: 375px) {
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		width: auto;
		margin: 0 2em 0 2em;
	}
}

/* Media Query für Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 768px) {
	
	/* FLIPBOOK Overrides zum aktuellen Projekt */
	/* FLIPBOOK Custom Größen */
	.flipbook {
		min-height: 450px !important;
		max-height: 450px !important;
	}
	.flipbook img {
		min-height: 400px !important;
		max-height: 400px !important;
	}
	.flipbook video {
		min-height: 400px !important;
		max-height: 400px !important;
	}
	
	.contentPhone {
		display: none !important;
	}
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: inline-block !important;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		width: auto;
		height: 350px;
		margin: 0 2em 0 2em;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 350px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 175px);
		left: 0;
	}
	
	/* Wenn Slider und Text nebeneinander stehen, sonst bei untereinander nicht erforderlich */
	.slidertext {
		min-height: 450px !important;
		max-height: 450px !important;
	}
}

/* Media Query für Ansicht-Korrekturen (iPad, Android Tablets) */
@media screen and (max-width: 700px) {
	
	/* DIV Klassen */
	.willkommen {
		height: 120vh;
	}
	.verein {
		height: 190vh;
	}
	.label_correct_mt {
		top: -53px;
		position: relative;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
	
	/* FLIPBOOK Overrides zum aktuellen Projekt */
	/* FLIPBOOK Custom Größen */
	.flipbook {
		min-height: 400px !important;
		max-height: 400px !important;
	}
	.flipbook img {
		min-height: 350px !important;
		max-height: 350px !important;
	}
	.flipbook video {
		min-height: 350px !important;
		max-height: 350px !important;
	}
	
	header nav span.homeicon {
		background-size: auto 50px;
	}
	
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: none !important;
	}
	.contentPhone {
		display: inline-block !important;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		height: 340px;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 340px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 170px);
		left: 0;
	}
	
	/* Wenn Slider und Text nebeneinander stehen, sonst bei untereinander nicht erforderlich */
	.slidertext {
		min-height: 400px !important;
		max-height: 400px !important;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 570px) {
	
	/* Header Klassen`*/
	header nav span {
		width: 70%;
	}
	
	/* SPAN Klassen */
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: none !important;
	}
	.contentPhone {
		display: inline-block !important;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone, Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* FLIPBOOK Overrides zum aktuellen Projekt */
	/* FLIPBOOK Custom Größen */
	.flipbook {
		min-height: 300px !important;
		max-height: 300px !important;
	}
	.flipbook img {
		min-height: 250px !important;
		max-height: 250px !important;
	}
	.flipbook video {
		min-height: 250px !important;
		max-height: 250px !important;
	}
	
	/* Wenn Slider und Text nebeneinander stehen, sonst bei untereinander nicht erforderlich */
	.slidertext {
		min-height: 300px !important;
		max-height: 300px !important;
	}
	
	/* Body */
	body > div {
		overflow: hidden;
	}
	
	body > main div {
		overflow: hidden;
	}
	
	/* Header Klassen`*/
	header nav span {
		width: 70%;
	}
	header nav span.homeicon {
		background-size: auto 40px;
	}
	
	.contentLogo_fixed {
		left: 0;
	}
	
	/* Footer Klassen */
	footer {
		height: 60px;
	}
	footer ul {
		height: 60px;
		padding: 0.5em 0 0.5em 0;
	}
	footer ul li {
		width: 33%;
		height: 50px;
		margin-right: 0;
	}
	footer ul li a {
		height: 50px;
	}
	
	/* NAVIGATION Klassen */
	nav.footernav {
		height: 60px;
	}
	
	/* FIELDSET Klassen */
	fieldset {
		padding: 2em;
	}
	
	/* INPUT, SELECT & TEXTAREA Klassen */
	select.sel_wochenhl {
		max-width: 275px;
	}
	
	/* DIV Klassen */
	.willkommen {
		height: 60vh;
		background-position: -50vw;
	}
	.verein {
		height: 60vh;
	}
	
	/* SPAN Klassen */
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: none !important;
	}
	.contentPhone {
		display: inline-block !important;
	}
	.menue_facebook {
		height: 50px;
	}
	.menue_googleplus {
		height: 50px;
	}
	.aktuell_frame {
		height: 700px;
	}
	.overlay_close_cb_small {
		right: 140px;
	}
	.overlay_close_kt_small {
		right: 80px;
	}
	.overlay_close_mm_small {
		right: 20px;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		height: 500px;
		background: rgba(255, 255, 255, 1.0);
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 500px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 250px);
		left: 0;
	}
	.cookiebannerContent input[type=button] {
		width: 100%;
	}
	.cookiebannerElement_fullwidth {
		width: 100%;
	}
	
	/* MARGIN Helper Klassen */
	.margin_bottom_1_mp {
		margin-bottom: 1em;
	}
	.margin_bottom_2_mp {
		margin-bottom: 2em;
	}
	.margin_bottom_4_mp {
		margin-bottom: 4em;
	}
	
	/* Width Helper Klassen */
	.width_0_mp {
		width: 0 !important;
	}
	.width_5_mp {
		width: 5% !important;
	}
	.width_10_mp {
		width: 10% !important;
	}
	.width_15_mp {
		width: 15% !important;
	}
	.width_20_mp {
		width: 20% !important;
	}
	.width_25_mp {
		width: 25% !important;
	}
	.width_30_mp {
		width: 30% !important;
	}
	.width_33_mp {
		width: 33% !important;
	}
	.width_35_mp {
		width: 35% !important;
	}
	.width_40_mp {
		width: 40% !important;
	}
	.width_45_mp {
		width: 45% !important;
	}
	.width_50_mp {
		width: 50% !important;
	}
	.width_55_mp {
		width: 55% !important;
	}
	.width_60_mp {
		width: 60% !important;
	}
	.width_66_mp {
		width: 66% !important;
	}
	.width_70_mp {
		width: 70% !important;
	}
	.width_75_mp {
		width: 75% !important;
	}
	.width_80_mp {
		width: 80% !important;
	}
	.width_85_mp {
		width: 85% !important;
	}
	.width_90_mp {
		width: 90% !important;
	}
	.width_95_mp {
		width: 95% !important;
	}
	.width_99_mp {
		width: 99% !important;
	}
	.width_100_mp {
		width: 100% !important;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 320px) {
	
	/* FLIPBOOK Overrides zum aktuellen Projekt */
	/* FLIPBOOK Custom Größen */
	.flipbook {
		min-height: 250px !important;
		max-height: 250px !important;
	}
	.flipbook img {
		min-height: 200px !important;
		max-height: 200px !important;
	}
	.flipbook video {
		min-height: 200px !important;
		max-height: 200px !important;
	}
	
	/* Header Klassen`*/
	header nav span {
		width: 68%;
	}
	header nav span.homeicon {
		background-size: auto 32px;
	}
	
	/* SPAN Klassen */
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: none !important;
	}
	.contentPhone {
		display: inline-block !important;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
	
	/* Wenn Slider und Text nebeneinander stehen, sonst bei untereinander nicht erforderlich */
	.slidertext {
		min-height: 250px !important;
		max-height: 250px !important;
	}
}

/* WOCHENHIGHLIGHT CSS */
/* HEADER Klassen */
.head_wh {
	width: 100%;
	height: 70px;
	position: sticky;
	top: 0px;
	background: #333;
	padding-top: 16px;
	text-align: center;
	z-index: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* ERROR Klassen */
.errorcontainer_wh {
	width: 65vw;
	float: none;
    max-width: 1280px;
    position: absolute;
	background: #333;
    border-radius: 8px;
	border: 1px solid #000;
    top: 100px;
    left: 0;
    z-index: 1;
}
#errortext_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AN_LTP_CN;
	font-size: 2em;
	background: #333;
	color: #fff;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em; 
}

/* DIV Klassen */
.div_wh {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.container_wh {
	width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    background: #333;
	overflow-y: hidden;
}
.prospektslider_wh {
	margin-top: 5vh !important;
	margin-bottom: 5vh !important;
    min-height: 80vh !important;
    max-height: 80vh !important;
    max-width: 1150px !important;
    width: 95% !important;
}
.prospektslider_wh .page img {
    max-width: 49%;
    display: inline-block;
    vertical-align: top;
    min-height: auto !important;
	max-height: 80vh !important;
    width: auto;
    margin-right: -6px;
}

/* SPAN Klassen */
.span_wh {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}
.gw_wh {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}
.gp_wh {
	width: 25%;
	height: auto;
	float: left;
	padding: 2em;
	margin: 0;
}
.quickview_container_wh {
	width: 100%;
	max-width: 150px;
	height: 250px;
	position: relative;
	float: none;
	margin: 0 auto !important;
	display: block;
}
.quickview_data_wh {
	width: 100%;
	height: 80px;
	float: left;
	padding: 0;
	margin-top: 1em;
}
.zurueckbutton_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 80px;
	right: 10px;
	padding: 0;
	margin: 0;
	z-index: 0;
}
.zurueckbutton_wh {
	width: 48px;
	height: 48px;
	float: left;
	background-image: url(../pics/systems/pfeil_zurueck.png);
	background-repeat: no-repeat;
	background-size: 48px 48px;
	background-position: center center;
	cursor: default;
}
.zurueckbutton_wh:hover {
	background-image: url(../pics/systems/pfeil_zurueck_hover.png);
	cursor: pointer;
}
.fullscreenview_container_wh {
	width: 100%;
	height: 100%;
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow-y: scroll;
	z-index: 1;
}
.fullscreenview_container_wh::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	border-radius: 2px;
}
.fullscreenview_container_wh::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 1.0);
}
.fullscreenview_container_wh::-webkit-scrollbar-thumb {
	background: rgba(87, 87, 86, 1.0);
}
.fullscreenview_centered_wh {
	width: -webkit-fill-available;
	height: auto;
	position: relative;
	float: none;
	margin: 0 auto !important;
	display: block;
}
.clickericon_wh {
	width: 110px;
    height: 110px;
	position: absolute;
    float: none;
    top: 60px;
    left: 20px;
    background-image: url(../pics/systems/icon_klicken.svg);
    background-repeat: no-repeat;
    background-size: 110px 110px;
    background-position: center center;
	display: inline-block;
}
.fbshare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 135px;
	right: 10px;
	z-index: 0;
}
.fbshare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 80px;
	right: 10px;
	z-index: 0;
}
.fbshare_icon_wh {
	width: 100%;
	height: 48px;
    float: left;
    background-color: #c6c6c6;
    background-image: url(../pics/systems/icon-share-white.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: center center;
    border-radius: 30px;
	cursor: default;
}
.fbshare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}
.whashare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 0;
}
.whashare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 135px;
	right: 10px;
	z-index: 0;
}
.whashare_icon_wh {
	width: 100%;
	height: 48px;
    float: left;
    background-color: #c6c6c6;
    background-image: url(../pics/systems/icon-share-whatsapp-white.png);
    background-repeat: no-repeat;
    background-size: 36px 36px;
    background-position: center center;
    border-radius: 30px;
	cursor: default;
}
.whashare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}
.mailshare_icon_container_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 245px;
	right: 10px;
	z-index: 0;
}
.mailshare_icon_container_overview_wh {
	width: 48px;
	height: 48px;
	float: none;
	position: absolute;
	top: 190px;
	right: 10px;
	z-index: 0;
}
.mailshare_icon_wh {
	width: 100%;
	height: 48px;
	float: left;
	background-color: #c6c6c6;
	background-image: url(../pics/systems/icon-mailoutline-white.png);
	background-repeat: no-repeat;
	background-size: 36px 36px;
	background-position: center center;
	border-radius: 30px;
	cursor: default;
}
.mailshare_icon_wh:hover {
	background-color: #000;
	cursor: pointer;
}

/* Anchor Klassen */
.a_wh {
	width: 100%;
	height: auto;
	float: left;
	text-decoration: none;
	margin: 0;
	cursor: default;
}
.a_wh:hover {
	cursor: pointer;
}

/* Label Klassen */
.head_title_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AN_LTP_CNB;
	font-size: 4em;
	color: #fff;
	text-align: center;
}
.quickview_label_l_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AN_LTP_CN;
	font-size: 2em;
	color: #fff;
	text-align: center;
}
.quickview_label_s_wh {
	width: 100%;
	height: auto;
	float: left;
	font-family: AN_LTP_CN;
	font-size: 1.4em;
	color: #fff;
	text-align: center;
}

/* Image Klassen */
img.quickview_wh {
	width: 150px;
	height: auto;
	float: left;
	border: 0;
	box-shadow: 5px 5px 5px grey;
	cursor: default;
}
img.quickview_wh:hover {
	border: 0;
	cursor: pointer;
}
img.fullscreenview_image_wh {
	width: -webkit-fill-available;
	height: auto;
	float: left;
	cursor: default;
}
img.fullscreenview_image_wh:hover {
	cursor: pointer;
}

/* Hintergrund Helper Klassen */
.bg_wh_darkgrey {
	background: #575756;
}

/* Color Helper Klassen */
.color_wh_darkgrey {
	color: #575756;
}

/* Width Helper Klassen */
.width_fillavailable {
	width: -webkit-fill-available;
}

/* HEIGHT Klassen */
.height_80p {
	height: 80px;
}
.height_250p {
	height: 250px;
}



/* new section css */

div#about>span.gridwrapper>span {
    width: 100%;
}

div#about>main>span.contentWeb.gridwrapper>span.gridwrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

div#about>main>span.contentWeb.gridwrapper>span.gridwrapper>span {
    width: 100%;
}

div#about>main>span.contentWeb.gridwrapper>span.gridwrapper>span>span.datenbereich {
    padding: 0 0;
}

div#about>main>span.contentWeb.gridwrapper>span.gridwrapper>span>span.datenbereich span.mitarbeiter {
    background-size: 78%;
}


/*  */

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1280px) {
	
	/* HEADER Klassen */
	.head_wh {
		height: 60px;
	}
	
	/* SPAN Klassen */
	.zurueckbutton_container_wh {
		top: 70px;
	}
	.fbshare_icon_container_wh {
		top: 125px;
		right: 10px;
	}
	.whashare_icon_container_wh {
		top: 180px;
		right: 10px;
	}
	.mailshare_icon_container_wh {
		top: 235px;
		right: 10px;
	}
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1270px) {
	
	/* SPAN Klassen */
	.clickericon_wh {
		display: none;
	}
}

/* Media Query für Ansicht Wochenhighlight Slider (iPad, Android Tablets) */
@media screen and (max-width: 900px) {
	
	/* SPAN Klassen */
	.prospektslider_wh {
		margin: 0 auto;
		margin-top: 3vh;
		max-height: 90vh;
	}
	.prospektslider_wh .page img {
		max-width: 100%;
		width: auto;
		max-height: 90vh;
		display: inline-block;
		vertical-align: top;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 670px) {
	
	/* HEADER Klassen */
	.head_wh {
		height: 50px;
	}
	
	/* SPAN Klassen */
	.zurueckbutton_container_wh {
		top: 60px;
	}
	.fbshare_icon_container_wh {
		top: 115px;
		right: 10px;
	}
	.whashare_icon_container_wh {
		top: 170px;
		right: 10px;
	}
	.mailshare_icon_container_wh {
		top: 225px;
		right: 10px;
	}
	.fbshare_icon_container_overview_wh {
		top: 60px;
	}
	.whashare_icon_container_overview_wh {
		top: 115px;
	}
	.mailshare_icon_container_overview_wh {
		top: 170px;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone 6/7/8, Neuere Android Smartphones) */
@media screen and (max-width: 500px) {
	
	/* SPAN Klassen */
	.gp_wh {
		width: 100%;
	}
	.fullscreenview_container_wh {
		overflow: scroll;
	}
	
	/* WIDTH Klassen */
	.width_250_mp2 {
		width: 250%;
	}
}