/* Weitere benötigte CSS Includes */
@import "jquery-ui.css";

/* OTF Fonts Einbinden */
@font-face {
	font-family: DTLN_IT;
	src: url(../fonts/DTLNobelT.otf) format("opentype");
	src: url(../fonts/DTLNobelT.woff) format("woff");
}
@font-face {
	font-family: DTLN_ITLT;
	src: url(../fonts/DTLNobelT-Light.otf) format("opentype");
	src: url(../fonts/DTLNobelT-Light.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;
}

/* jQuery UI Overrides */


/* Flipbook Overrides */
.flipbook {
	min-height: 550px !important;
	max-height: 550px !important;
}
.flipbook img {
	min-height: 500px !important;
	max-height: 500px !important;
	border: 3px solid #fff !important;
}
.flipbook video {
	min-height: 500px !important;
	max-height: 500px !important;
	width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 0 auto !important;
}
.slidertext {
	height: 550px !important;
	color: #fff !important;
}

/* Body */
body {
	font-size: 10px;
	font-family: DTLN_IT, DTLN_ITLT;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* Header Klassen */
header {
	width: 100%;
	height: 100px;
	float: left;
	border: 0;
	border-bottom: 0;
	position: relative;
	z-index: 9;
}
header.fixed {
	width: 100%;
	height: 100px;
	float: none;
	position: fixed;
	border: 0;
	border-bottom: 0;
	top: 0;
	left: 0;
	z-index: 9;
}
header ul {
	width: 100%;
    height: 100px;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
header ul li {
	width: 20%;
    height: 100px;
    float: right;
    text-align: center;
	display: inline-block;
}
header ul li a {
	width: 100%;
	height: 100px;
	font-family: DTLN_IT;
	font-size: 2em;
	float: left;
	cursor: default;
	color: #086b89;
	margin-bottom: 0;
	padding-top: 35px;
}
header ul li a:hover {
	cursor: pointer;
	color: #1c9cd8;
}
header nav span {
	width: 20%;
	height: 100px;
	float: left;
	padding: 0;
}
header nav span a {
	width: auto;
	height: 100px;
	float: left;
	margin-bottom: 0;
	cursor: default;
}
header nav span a:hover {
	cursor: pointer;
}
header nav span img {
	width: auto;
	height: 100px;
	padding: 1.2em;
}
header span.homeicon {
	width: 320px;
    height: 80px;
    float: left;
    margin: 0;
    right: 0;
    background-image: url(../pics/systems/Logo_Waterkant.png);
    background-repeat: no-repeat;
    background-size: auto 60px;
    background-position: left center;
    cursor: default;
}
header span.homeicon:hover {
	cursor: pointer;
}
header span a.homeicon {
	width: 240px;
    height: 100px;
    float: left;
	margin: 0;
	padding: 10px;
	display: block;
}
.pageheader > .headerinside {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.separator {
	border-right: 3px solid #fff;
}
.filler {
	height: 100px;
	float: left;
}

/* Header -> Mobilemenu Klassen */
.mobilemenu_visible {
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	background: #1c9cd8;
	top: 0;
	left: 0;
	overflow-y: scroll;
	z-index: 10;
}
.mobilemenu_invisible {
	width: 100%;
	height: 100%;
	float: none;
	position: fixed;
	background: #1c9cd8;
	top: -125vh;
	left: 0;
	overflow-y: scroll;
	z-index: 10;
}
.mobilemenu_switcher {
	width: 100px;
    height: 100px;
    float: right;
    margin: 0;
    right: 0;
    background-image: url(../pics/systems/Button_Menüswitcher.png);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: center center;
    cursor: default;
	display: none;
}
.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;
	margin-top: 1em;
	margin-bottom: 1em;
}
ul.mobilemenu li.mobilemenu a {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	color: #fff;
	padding: 0;
	padding-left: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background: #1c9cd8;
	margin: 0;
	border: 0;
	position: relative;
	font-family: DTLN_IT;
	font-size: 2.4em;
}
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);
}
img.mobilemenu {
	width: 80px;
	height: 80px;
	float: none;
	top: 10px;
	right: 10px;
}

/* Footer Klassen */
footer {
	width: 100%;
	height: auto;
	float: left;
	background: #1c9cd8;
	border: 0;
	display: block;
}
footer ul {
	width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
}
footer ul li {
	width: 33.333%;
    height: auto;
    float: left;
    text-align: center;
	margin-top: 3em;
	margin-bottom: 3em;
}
footer ul li a {
	width: 100%;
    height: auto;
    color: #fff;
    font-family: DTLN_IT;
    font-size: 2em;
    float: left;
    text-decoration: none;
    margin: 0;
	padding: 0;
    text-align: center;
}
footer ul li a:hover {
	color: #086b89;
	cursor: pointer;
}
footer nav {
	width: 100%;
	height: auto;
	float: left;
}
.pagefooter > .footerinside {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.footerlogo_container {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 10px;
}
.footerlogo {
	width: 240px;
    height: 80px;
    float: left;
    margin: 0;
    right: 0;
    background-image: url(../pics/systems/logo_fairnetzt_footer.png);
    background-repeat: no-repeat;
    background-size: auto 70px;
    background-position: left center;
    cursor: default;
}
.icon_facebook {
	width: 64px;
	height: 60px;
	float: left;
	background-image: url(../pics/systems/icon_facebook.png);
	background-repeat: no-repeat;
	background-size: 64px 60px;
	background-position: center center;
}

/* Footer PopUp Window 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 #376688;
}
#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(255, 255, 255, 1.0);
}
#footer-content .text::-webkit-scrollbar-thumb {
	background: rgba(8, 107, 137, 1.0);
}
#close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #376688;
	text-decoration: underline;
	cursor: pointer;
	font-size: 2em;
}
#transparent {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 4;
	background: rgba(r, g, b, a);
	display: none;
}

/* Navigation */
nav {
	width: 100%;
	height: 100px;
	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: 80vh;
	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: DTLN_IT;
	font-size: 4em;
}

/* ABSATZ Klassen */
p {
	width: 100%;
	height: auto;
	float: left;
	text-align: justify;
}

/* HR Klassen */
hr {
	height: auto;
	float: left;
}

/* INPUT, SELECT & TEXTAREA Klassen */
input[type=text],
input[type=file],
input[type=password] {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	padding: 0;
	margin-bottom: 1em;
}
input[type=text].i_kontakt {
	height: 50px;
	background: #fff;
	color: #000;
	border: 1px solid #475051;
	margin-bottom: 1em;
}
input[type=button] {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0;
	padding: 0;
	margin-bottom: 1em;
}
input[type=button].b_kontakt {
	height: 50px;
	background: #1c9cd8;
	border: 3px solid #1c9cd8;
	color: #fff;
	cursor: default;
}
input[type=button].b_kontakt:hover {
	background: #fff;
	border: 3px solid #1c9cd8;
	color: #1c9cd8;
	cursor: pointer;
}
input[type=checkbox] {
	width: 20px;
	height: 20px;
	float: left;
}
textarea {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0;
	padding: 0.25em;
	margin-bottom: 1em;
}
textarea.ta_kontakt {
	background: #fff;
	color: #000;
	border: 1px solid #475051;
}
select {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	padding: 0;
	margin-bottom: 1em;
}
select option {
	background: #fff;
}

/* PLACEHOLDER Overrides */
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a5a5a5;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a5a5a5;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a5a5a5;
}

/* LINK Klassen */
a {
	width: 100%;
	height: auto;
	float: left;
	cursor: default;
	text-decoration: none;
	padding: 0;
	margin-bottom: 1em;
}
a.pagelink {
	cursor: default;
	text-decoration: none;
}
a.pagelink:hover {
	cursor: pointer;
	text-decoration: underline;
}
a.simplelink {
	cursor: default;
}
a.simplelink:hover {
	cursor: pointer;
}

/* LABEL Klassen */
label.simplelink {
	cursor: default;
}
label.simplelink:hover {
	cursor: pointer;
}

/* UL Klassen */
ul.leistung_list {
	width: 100%;
	height: auto;
	float: left;
}
ul.leistung_list li {
	width: 100%;
	height: auto;
	float: left;
	color: #fff;
}

/* FLOAT Klassen */
.leftfloat {
	float: left !important;
}
.rightfloat {
	float: right !important;
}
.clearfloat {
	clear: both !important;
}
.nofloat {
	float: none !important;
}

/* POSITION Klassen */
.relpos {
	position: relative;
}
.abspos {
	position: absolute;
}
.fixpos {
	position: fixed;
}

/* DIV Klassen */
.bannerbild {
	height: 94vh;
	float: left;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* SPAN Klassen */
.datenbereich,
.gridwrapper,
.gridpart {
	height: auto;
	float: left;
}
.icon_mobilemenu {
	width: 100%;
	height: 100px;
	float: left;
	background: #fff;
	border-radius: 0;
}
.icon_mobilemenu img {
	width: auto;
	height: 100px;
	float: left;
	padding: 10px;
}
.center_parent {
	height: auto;
	float: left;
	position: relative;
}
.centered_viewport {
	height: auto;
	position: relative;
	float: none;
	margin: 0 auto !important;
    display: block; 
}
.degree360 {
	width: 100%;
    height: 30vh;
    position: absolute;
    top: 24vh;
    left: 0;
    background-image: url(../pics/systems/icon_360.png);
    background-repeat: no-repeat;
    background-position: center center;
	display: inline-block;
}
.bannerbild_text {
	height: 111px;
	float: none;
	top: calc(50% - 100px);
	left: 0;
}
.therapie_icon {
	width: 100%;
	height: 150px;
	float: left;
	background-repeat: no-repeat;
	background-size: auto 150px;
    background-position: center center;
}
.contentPhone {
	display: none !important;
}
.contentTab {
	display: none !important;
}
.contentWeb {
	display: inline-block !important;
}

/* 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(8, 107, 137, 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: DTLN_IT;
	font-size: 2.2em;
	font-weight: bold;
	color: #000;
}
.cookiebannerContent label.text {
	width: 100%;
	height: auto;
	float: left;
	font-family: DTLN_IT;
	font-size: 1.6em;
	color: #000;
}
.cookiebannerContent label.checkboxtext {
	width: auto;
	height: 20px;
	float: none;
	font-family: DTLN_IT;
	font-size: 1.6em;
	color: #000;
	cursor: default;
}
.cookiebannerContent label.checkboxtext:hover {
	cursor: pointer;
}
.cookiebannerContent label.text a {
	width: auto;
	float: none;
	color: #1c9cd8;
	text-decoration: none;
	cursor: default;
}
.cookiebannerContent label.text a:hover {
	color: #086b89;
	text-decoration: underline;
	cursor: pointer;
}
.cookiebannerContent input[type=button] {
	width: 33%;
	height: 35px;
	float: right;
	background: #1c9cd8;
	color: #fff;
	border: 2px solid #1c9cd8;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: default;
}
.cookiebannerContent input[type=button]:hover {
	background: #fff;
	color: #1c9cd8;
	border: 2px solid #1c9cd8;
	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%;
}

/* GOOGLE Static Map */
.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%);
}
.marker-label {
	max-width: 400px;
    width: 100%;
    position: absolute;
    bottom: -36px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 0.5em;
    background: rgba(255,255,255,0.5);
}
.marker-label-image {
	width: 36px;
    height: auto;
    float: left;
}
.static-map {
	height: 60vh;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* ERROR Klassen */
.error {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	text-align: center;
}
#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 */
.DTLN_IT_veryhuge {
	font-family: DTLN_IT;
	font-size: 10em;
}
.DTLN_IT_huge {
	font-family: DTLN_IT;
	font-size: 8em;
}
.DTLN_IT_verybig {
	font-family: DTLN_IT;
	font-size: 6em;
}
.DTLN_IT_mediumbig {
	font-family: DTLN_IT;
	font-size: 5em;
}
.DTLN_IT_big {
	font-family: DTLN_IT;
	font-size: 4em;
}
.DTLN_IT_medium {
	font-family: DTLN_IT;
	font-size: 3em;
}
.DTLN_IT_small {
	font-family: DTLN_IT;
	font-size: 2em;
}
.DTLN_IT_tiny {
	font-family: DTLN_IT;
	font-size: 1.6em;
}
.DTLN_IT_little {
	font-family: DTLN_IT;
	font-size: 1em;
}
.DTLN_ITLT_veryhuge {
	font-family: DTLN_ITLT;
	font-size: 10em;
}
.DTLN_ITLT_huge {
	font-family: DTLN_ITLT;
	font-size: 8em;
}
.DTLN_ITLT_verybig {
	font-family: DTLN_ITLT;
	font-size: 6em;
}
.DTLN_ITLT_mediumbig {
	font-family: DTLN_ITLT;
	font-size: 5em;
}
.DTLN_ITLT_big {
	font-family: DTLN_ITLT;
	font-size: 4em;
}
.DTLN_ITLT_medium {
	font-family: DTLN_ITLT;
	font-size: 3em;
}
.DTLN_ITLT_small {
	font-family: DTLN_ITLT;
	font-size: 2em;
}
.DTLN_ITLT_tiny {
	font-family: DTLN_ITLT;
	font-size: 1.6em;
}
.DTLN_ITLT_little {
	font-family: DTLN_ITLT;
	font-size: 1em;
}
.font_bold {
	font-weight: bold;
}
.font_normal {
	font-weight: normal;
}
.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;
}
.letterspacing_2px {
	letter-spacing: 2px;
}
.letterspacing_5px {
	letter-spacing: 5px;
}
.letterspacing_28px {
	letter-spacing: 28px;
}
.letterspacing_50px {
	letter-spacing: 50px;
}

/* SLIDER Klassen */
.feed-message {
	width: 100%;
	height: auto;
	float: left;
}
.feed-message p.big {
	font-family: DTLN_IT;
	font-size: 3em;
}
.feed-message p.medium {
	font-family: DTLN_IT;
	font-size: 2em;
}
.slidertext {
	width: 100%;
	height: auto;
	float: left;
	font-family: DTLN_IT;
	font-size: 2.4em;
}
.feed_label {
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
}
.feed_switcher {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 1em;
	cursor: default;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.feed_switcher:hover {
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

/* Image Klassen */
img.imghover {
	cursor: default;
}
img.imghover:hover {
	cursor: pointer;
}

/* Margin Helper Klassen */
.automargin {
	margin: 0 auto;
}
.nomargin {
	margin: 0;
}
.nomargintop {
	margin-top: 0 !important;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.nomarginleft {
	margin-left: 0 !important;
}
.nomarginright {
	margin-right: 0 !important;
}
.margin_10 {
	margin: 10em;
}
.margin_8 {
	margin: 8em;
}
.margin_6 {
	margin: 6em;
}
.margin_5 {
	margin: 5em;
}
.margin_4 {
	margin: 4em;
}
.margin_3 {
	margin: 3em;
}
.margin_2 {
	margin: 2em;
}
.margin_1 {
	margin: 1em;
}
.margin_05 {
	margin: 0.5em;
}
.margin_top_10 {
	margin-top: 10em;
}
.margin_top_8 {
	margin-top: 8em;
}
.margin_top_6 {
	margin-top: 6em;
}
.margin_top_5 {
	margin-top: 5em;
}
.margin_top_4 {
	margin-top: 4em;
}
.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_10 {
	margin-bottom: 10em;
}
.margin_bottom_8 {
	margin-bottom: 8em;
}
.margin_bottom_6 {
	margin-bottom: 6em;
}
.margin_bottom_5 {
	margin-bottom: 5em;
}
.margin_bottom_4 {
	margin-bottom: 4em;
}
.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_10 {
	margin-left: 10em;
}
.margin_left_8 {
	margin-left: 8em;
}
.margin_left_6 {
	margin-left: 6em;
}
.margin_left_5 {
	margin-left: 5em;
}
.margin_left_4 {
	margin-left: 4em;
}
.margin_left_3 {
	margin-left: 3em;
}
.margin_left_2 {
	margin-left: 2em;
}
.margin_left_1 {
	margin-left: 1em;
}
.margin_left_05 {
	margin-left: 0.5em;
}
.margin_right_10 {
	margin-right: 10em;
}
.margin_right_8 {
	margin-right: 8em;
}
.margin_right_6 {
	margin-right: 6em;
}
.margin_right_5 {
	margin-right: 5em;
}
.margin_right_4 {
	margin-right: 4em;
}
.margin_right_3 {
	margin-right: 3em;
}
.margin_right_2 {
	margin-right: 2em;
}
.margin_right_1 {
	margin-right: 1em;
}
.margin_right_05 {
	margin-right: 0.5em;
}

/* Padding Helper Klassen */
.nopadding {
	padding: 0;
}
.nopaddingtop {
	padding-top: 0 !important;
}
.nopaddingtop {
	padding-bottom: 0 !important;
}
.nopaddingleft {
	padding-left: 0 !important;
}
.nopaddingright {
	padding-right: 0 !important;
}
.padding_10 {
	padding: 10em;
}
.padding_8 {
	padding: 8em;
}
.padding_6 {
	padding: 6em;
}
.padding_5 {
	padding: 5em;
}
.padding_4 {
	padding: 4em;
}
.padding_3 {
	padding: 3em;
}
.padding_2 {
	padding: 2em;
}
.padding_1 {
	padding: 1em;
}
.padding_05 {
	padding: 0.5em;
}
.padding_top_10 {
	padding-top: 10em;
}
.padding_top_8 {
	padding-top: 8em;
}
.padding_top_6 {
	padding-top: 6em;
}
.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_top_05 {
	padding-top: 0.5em;
}
.padding_bottom_10 {
	padding-bottom: 10em;
}
.padding_bottom_8 {
	padding-bottom: 8em;
}
.padding_bottom_6 {
	padding-bottom: 6em;
}
.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_bottom_05 {
	padding-bottom: 0.5em;
}
.padding_left_10 {
	padding-left: 10em;
}
.padding_left_8 {
	padding-left: 8em;
}
.padding_left_6 {
	padding-left: 6em;
}
.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_left_05 {
	padding-left: 0.5em;
}
.padding_right_10 {
	padding-right: 10em;
}
.padding_right_8 {
	padding-right: 8em;
}
.padding_right_6 {
	padding-right: 6em;
}
.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;
}
.padding_right_05 {
	padding-right: 0.5em;
}

/* Width Helper Klassen */
.autowidth {
	width: auto;
}
.nowidth {
	width: 0 !important;
}
.width_64p {
	width: 64px;
}
.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_90i {
	width: 90% !important;
}
.width_95 {
	width: 95%;
}
.width_99 {
	width: 99%;
}
.width_100 {
	width: 100%;
}

/* Max-Width Helper Klassen */
.nomaxwidth {
	max-width: none !important;
}
.max_width_100 {
	max-width: 100px;
}
.max_width_150 {
	max-width: 150px;
}
.max_width_256 {
	max-width: 256px;
}
.max_width_320 {
	max-width: 320px;
}
.max_width_350 {
	max-width: 350px;
}
.max_width_480 {
	max-width: 480px;
}
.max_width_550 {
	max-width: 550px;
}
.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_1140 {
	max-width: 1140px;
}
.max_width_1280 {
	max-width: 1280px;
}

/* HEIGHT Klassen */
.autoheight {
	height: auto;
}
.noheight {
	height: 0 !important;
}
.fullheight {
	height: 100%;
}
.height_100p {
	height: 100px;
}
.height_500p {
	height: 500px;
}
.height_550p {
	height: 550px;
}
.height_800p {
	height: 800px;
}
.height_60h {
	height: 60vh;
}
.height_40h {
	height: 40vh;
}

/* 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_3p_white {
	border: 3px solid #fff;
}

/* 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_blau {
	background: #1c9cd8;
}
.bg_gruen {
	background: #086b89;
}
.bg_grau {
	background: #475051;
}

/* Color Helper Klassen */
.color_white {
	color: #fff;
}
.color_black {
	color: #000;
}
.color_lightgrey{
	color: #999;
}
.color_darkgrey {
	color: #333;
}
.color_blau {
	color: #1c9cd8;
}
.color_gruen {
	color: #086b89;
}
.color_grau {
	color: #475051;
}
.color_red {
	color: #ff0000;
}

/* 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;
	}
	
	/* FOOTER Klassen */
	footer {
		display: none;
	}
	
	/* SPAN Klassen */
	.mobilemenu_switcher {
		display: block;
	}
	.degree360 {
		display: none;
	}
	.contentPhone {
		display: none !important;
	}
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: inline-block !important;
	}
	
	/* FONT Klassen */
	.DTLN_IT_veryhuge {
		font-size: 8em;
	}
	.DTLN_IT_huge {
		font-size: 7em;
	}
	.DTLN_IT_verybig {
		font-size: 5em;
	}
	.DTLN_IT_mediumbig {
		font-size: 4em;
	}
	.DTLN_IT_big {
		font-size: 3em;
	}
	.DTLN_IT_medium {
		font-size: 2em;
	}
	.DTLN_IT_small {
		font-size: 1.6em;
	}
	.DTLN_IT_tiny {
		font-size: 1.2em;
	}
	.DTLN_IT_little {
		font-size: 0.8em;
	}
	.DTLN_ITLT_veryhuge {
		font-size: 8em;
	}
	.DTLN_ITLT_huge {
		font-size: 7em;
	}
	.DTLN_ITLT_verybig {
		font-size: 5em;
	}
	.DTLN_ITLT_mediumbig {
		font-size: 4em;
	}
	.DTLN_ITLT_big {
		font-size: 3em;
	}
	.DTLN_ITLT_medium {
		font-size: 2em;
	}
	.DTLN_ITLT_small {
		font-size: 1.6em;
	}
	.DTLN_ITLT_tiny {
		font-size: 1.2em;
	}
	.DTLN_ITLT_little {
		font-size: 0.8em;
	}
	.align_center_mt {
		text-align: center;
	}
	.align_left_mt {
		text-align: left;
	}
	.align_right_mt {
		text-align: right;
	}
	.align_justify_mt {
		text-align: justify;
	}
	
	/* WIDTH Klassen */
	.width_100_mt {
		width: 100%;
	}
	
	/* PADDING Klassen */
	.padding_2_mt {
		padding: 2em;
	}
	.padding_left_2_mt {
		padding-left: 2em;
	}
	.padding_right_2_mt {
		padding-right: 2em;
	}
}

/* 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) {
	
	/* 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;
	}
	
	/* SPAN Klassen */
	.marker-icon {
		width: 7%;
	}
	.bannerbild {
		height: 104vh;
	}
	.contentPhone {
		display: none !important;
	}
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: inline-block !important;
	}
	
	/* 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;
	}
	
	/* SPAN Klassen */
	.bannerbild {
		height: 50vh;
	}
	.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;
	}
	
	/* WIDTH Klassen */
	.width_100_mt2 {
		width: 100%;
	}
	.width_50_mt2 {
		width: 50%;
	}
}

/* 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 Klassen */
	header,
	header.fixed {
		height: 60px;
	}
	header span a.homeicon {
		height: 60px;
	}
	header span.homeicon {
		width: 200px;
		height: 40px;
		background-size: auto 40px;
	}
	ul.mobilemenu {
		margin-top: 60px;
	}
	ul.mobilemenu li.mobilemenu a {
		font-size: 2em;
	}
	.filler {
		height: 60px;
	}
	
	/* SPAN Klassen */
	.bannerbild {
		height: 100vh;
	}
	.icon_mobilemenu {
		height: 60px;
	}
	.icon_mobilemenu img {
		width: auto;
		height: 60px;
		float: left;
	}
	.mobilemenu_switcher {
		width: 60px;
		height: 60px;
		background-size: 40px 40px;
		background-position: center center;
	}
	.marker-icon {
		width: 7%;
	}
	.static-map {
		height: 90vh;
	}
	.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;
	}
	
	/* FONT Klassen */
	.DTLN_IT_veryhuge {
		font-size: 7em;
	}
	.DTLN_IT_huge {
		font-size: 6em;
	}
	.DTLN_IT_verybig {
		font-size: 4em;
	}
	.DTLN_IT_mediumbig {
		font-size: 3em;
	}
	.DTLN_IT_big {
		font-size: 2em;
	}
	.DTLN_IT_medium {
		font-size: 1.6em;
	}
	.DTLN_IT_small {
		font-size: 1.2em;
	}
	.DTLN_IT_tiny {
		font-size: 0.8em;
	}
	.DTLN_IT_little {
		font-size: 0.6em;
	}
	.DTLN_ITLT_veryhuge {
		font-size: 7em;
	}
	.DTLN_ITLT_huge {
		font-size: 6em;
	}
	.DTLN_ITLT_verybig {
		font-size: 4em;
	}
	.DTLN_ITLT_mediumbig {
		font-size: 3em;
	}
	.DTLN_ITLT_big {
		font-size: 2em;
	}
	.DTLN_ITLT_medium {
		font-size: 1.6em;
	}
	.DTLN_ITLT_small {
		font-size: 1.2em;
	}
	.DTLN_ITLT_tiny {
		font-size: 0.8em;
	}
	.DTLN_ITLT_little {
		font-size: 0.6em;
	}
	.align_center_mp {
		text-align: center;
	}
	.align_left_mp {
		text-align: left;
	}
	.align_right_mp {
		text-align: right;
	}
	.align_justify_mp {
		text-align: justify;
	}
	
	/* IMG Klassen */
	img.mobilemenu {
		width: 50px;
		height: 50px;
	}
	
	/* Google Maps Klassen */
	.static-map {
		height: 50vh;
	}
	
	/* SLIDER Klassen */
	.feed-message p.big {
		font-size: 2em;
	}
	.feed-message p.medium {
		font-size: 1.6em;
	}
	.slidertext {
		font-size: 1.6em;
	}
	
	/* WIDTH Klassen */
	.width_100_mp {
		width: 100%;
	}
	
	/* MAX-WIDTH Klassen */
	.max_width_60_mp {
		max-width: 60px;
	}
	
	/* HEIGHT Klassen */
	.autoheight_mp {
		height: auto;
	}
	.height_60h_mp {
		height: 60vh;
	}
	.height_60p_mp {
		height: 60px;
	}
	.height_200p_mp {
		height: 200px;
	}
	.height_250p_mp {
		height: 250px;
	}
	.height_300p_mp {
		height: 300px;
	}
	.height_350p_mp {
		height: 350px;
	}
	.height_550p_mp {
		height: 550px;
	}
	.height_650p_mp {
		height: 650px;
	}
	.height_80h_mp {
		height: 80vh;
	}
	.height_90h_mp {
		height: 90vh;
	}
}

/* Media Query für Ansicht Smartphone Landscape (iPhone 4/5, Ältere Android Smartphones) */
@media screen and (max-width: 570px) {
	
	/* SPAN Klassen */
	.therapie_icon {
		background-size: auto 130px;
	}
	.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 6/7/8, Neuere 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;
	}
	
	/* DIV Klassen */
	.bannerbild {
		height: 65vh;
	}
	
	/* SPAN Klassen */
	.marker-icon {
		width: 10%;
	}
	.static-map {
		height: 60vh;
	}
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: none !important;
	}
	.contentPhone {
		display: inline-block !important;
	}
	
	/* 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%;
	}
	
	/* WIDTH Klassen */
	.width_100_mp2 {
		width: 100%;
	}
	.width_100i_mp2 {
		width: 100% !important;
	}
	
	/* HEIGHT Klassen */
	.height_250p_mp2 {
		height: 250px;
	}
	.height_400p_mp2 {
		height: 400px;
	}
	.height_500p_mp2 {
		height: 500px;
	}
	.height_700p_mp2 {
		height: 700px;
	}
	.height_750p_mp2 {
		height: 750px;
	}
	.height_800p_mp2 {
		height: 800px;
	}
	.height_1000p_mp2 {
		height: 1000px;
	}
	.height_1100p_mp2 {
		height: 1100px;
	}
	.height_60h_mp2 {
		height: 60vh;
	}
}

/* Media Query für Portrait Ansicht iPhoneX (Apple) */
@media screen and (min-width: 375px) and (max-width: 375px) and (min-height: 812px) and (max-height: 812px) {
	
	/* DIV Klassen */
	.bannerbild {
		height: 60vh;
	}
	
	/* SPAN Klassen */
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: none !important;
	}
	.contentPhone {
		display: inline-block !important;
	}
	
	/* WIDTH Klassen */
	.width_100_mp2 {
		width: 100%;
	}
}

/* Media Query für Ansicht Smartphone Portrait (Android Smartphones) */
@media screen and (max-width: 360px) {
	
	
}

/* 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;
	}
	
	/* DIV Klassen */
	.bannerbild {
		height: 75vh;
	}
	
	/* SPAN Klassen */
	.reducedfont_mp2 {
		font-size: 5em;
	}
	.contentWeb {
		display: none !important;
	}
	.contentTab {
		display: none !important;
	}
	.contentPhone {
		display: inline-block !important;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}