/* Weitere benötigte CSS Includes */
@import "jquery-ui.css";

/* OTF Fonts Einbinden */
@font-face {
	font-family: DP_LGT;
	src: url(../fonts/DINPro-Light.otf) format("opentype");
	src: url(../fonts/DINPro-Light.woff) format("woff");
}
@font-face {
	font-family: DP_REG;
	src: url(../fonts/DINPro-Regular.otf) format("opentype");
	src: url(../fonts/DINPro-Regular.woff) format("woff");
}
@font-face {
	font-family: DP_MED;
	src: url(../fonts/DINPro-Medium.otf) format("opentype");
	src: url(../fonts/DINPro-Medium.woff) format("woff");
}
@font-face {
	font-family: DP_BLD;
	src: url(../fonts/DINPro-Bold.otf) format("opentype");
	src: url(../fonts/DINPro-Bold.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;
}

/* jQuery-UI Overrides */
.ui-autocomplete li {
	border: 0 !important;
	color: #6e6e6e !important;
}
.ui-autocomplete li:hover {
	border: 1px solid #b5ce53 !important;
	color: #b5ce53 !important;
}
.ui-autocomplete li.ui-state-focus {
	background: #fff !important;
}
.aclabel {
	font-family: DP_REG !important;
	font-size: 1.2em !important;
}

/* Box-Sizing für alle Elemente festlegen */
* {
	box-sizing: border-box;
}

/* Body */
body {
	font-size: 10px;
	font-family: DP_REG, DP_BLD, DP_MED, DP_LGT;
	font-weight: normal;
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* 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(181, 206, 83, 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;
}

/* 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;
}

/* Main */
main {
	width: 100%;
	max-width: 1240px;
	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;
}

/* FIELDSET Klassen */
fieldset {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
fieldset legend {
	width: 100%;
	height: auto;
	float: left;
}

/* ABSATZ Klassen */
p {
	width: 100%;
	height: auto;
	float: left;
	text-align: justify;
}

/* TABLE Klassen */
table {
	max-width: 100%;
	width: 100%;
	float: left;
	border: 0;
	border-collapse: separate;
	border-spacing: 0.2em;
	empty-cells: show;
	font-family: DP_REG;
	font-size: 1.2em;
}
thead th {
	background: #ccc;		
}	
thead td {
	vertical-align: bottom;
	text-align: left;		
}
tbody th {
	text-align: left;
	font-weight: normal;
}
tfoot td {
	text-decoration: underline;
}	
tfoot th {
	text-align: left;	
}
td, th {
	font-size: 1.25em;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
td.small {
	max-width: 66px;
}
td.medium {
	max-width: 150px;
}
td.large {
	max-width: 350px;
}
td.waehrung {
	max-width: 40px;
}
td.number {
	max-width: 94px;
}
td.button {
	max-width: 130px;
}
td.buttonXL {
	max-width: 200px;
}
td.zeile {
	background: #fff;
	vertical-align: middle;
}
td.neuezeile {
	background: #ccc;
	vertical-align: middle;
}
td.nowhitespace, th.nowhitespace {
	font-size: 1.25em;
	text-align: left;
	vertical-align: top;
	white-space: normal;
}
tr.tableheadline {
	background: #b5ce53;
	color: #fff;
}

/* HR Klassen */
hr {
	height: auto;
	float: left;
}
hr.telekomgrey {
	border: 0;
	border-bottom: 1px solid #6e6e6e;
}
hr.telekomgrey_bold {
	border: 0;
	border-bottom: 4px solid #ccc;
}
hr.telekommagenta_bold {
	border: 0;
	border-bottom: 4px solid #b5ce53;
	position: relative;
	top: -14px;
}

/* INPUT, SELECT & TEXTAREA Klassen */
input[type=text],
input[type=password] {
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	margin-bottom: 1.5em;
}
input[type=text].telekominput {
	height: 35px;
	border-radius: 5px;
	border: 1px solid #6e6e6e;
}
input[type=text].telekominput:hover {
	border: 1px solid #b5ce53;
}
input[type=text].admin_login,
input[type=password].admin_login {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 5px;
	text-indent: 0.5em;
	margin-bottom: 1em;
	color: #000;
	border: 1px solid #6e6e6e;
	font-family: DP_REG;
    font-size: 2em;
	text-align: center;
}
input[type=text].admin_login:hover,
input[type=password].admin_login:hover {
	border: 1px solid #b5ce53;
}
input[type=button] {
	height: auto;
	float: left;
	border-radius: 0;
	border: 0;
}
input[type=button].telekombutton {
	height: 45px;
	border-radius: 5px;
	border: 1px solid #b5ce53;
	background: #b5ce53;
	color: #fff;
	cursor: default;
}
input[type=button].telekombutton:hover {
	border: 1px solid #b5ce53;
	background: #fff;
	color: #b5ce53;
	cursor: pointer;
}
input[type=button].admin_login {
	width: 100%;
	height: auto;
	float: left;
	border-radius: 5px;
	border: 0;
	background-color: #b5ce53;
	background-image: url("../pics/systems/Pfeil_Senden.png");
	background-repeat: no-repeat;
	background-position: 98% 3px;
	color: #fff;
	font-family: DP_REG;
    font-size: 2em;
	cursor: default;
}
input[type=button].admin_login:hover {
	background-color: #fff;
	border: 1px solid #b5ce53;
	color: #b5ce53;
	cursor: pointer;
}
input[type=button].admin_logout {
	width: 100%;
	max-width: 150px;
	height: auto;
	float: none;
	border-radius: 5px;
	border: 0;
	background: #b5ce53;
	color: #fff;
	font-family: DP_REG;
    font-size: 1em;
	cursor: default;
}
input[type=button].admin_logout:hover {
	background-color: #fff;
	border: 1px solid #b5ce53;
	color: #b5ce53;
	cursor: pointer;
}
textarea {
	height: auto;
	float: left;
	border-radius: 0;
	padding: 0.5em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
textarea.telekominput {
	border-radius: 5px;
	border: 1px solid #6e6e6e;
}
textarea.telekominput:hover {
	border: 1px solid #b5ce53;
}
select {
	height: auto;
	float: left;
	border-radius: 0;
	text-indent: 0.5em;
	margin-bottom: 1.5em;
	box-sizing: border-box;
}
select.telekominput {
	height: 35px;
	border-radius: 5px;
	border: 1px solid #6e6e6e;
}
select.telekominput:hover {
	border: 1px solid #b5ce53;
}
select option {
	background: #fff;
}
.vsgselect {
	width: 20px;
	height: 20px;
	float: left;
}
.vsgselect_label {
	float: left;
	color: #6e6e6e;
	font-family: DP_REG;
	font-size: 1.8em;
}

/* LINK Klassen */
a {
	width: 100%;
	height: auto;
	float: left;
	cursor: default;
	text-decoration: none;
}
a:hover {
	cursor: pointer;
	color: #000;
}
a.logolink {
	width: 79px;
	height: 48px;
}
a.headerlink {
	width: auto;
	height: auto;
	float: left;
	color: #000;
	cursor: default;
}
a.headerlink:hover {
	color: #fff;
	cursor: pointer;
}

/* FLOAT Klassen */
.leftfloat {
	float: left !important;
}
.rightfloat {
	float: right !important;
}
.clearfloat {
	clear: both !important;
}

/* ID Klassen */
#anmeldung {
	padding-top: 32vh;
}
#form-login {
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	cursor: default;
}

/* 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;
}
.form {
	height: auto;
	float: left;
	box-sizing: border-box;
	cursor: default;
}

/* SPAN Klassen */
.error_not_found {
	height: auto;
	float: left;
	font-family: DP_REG;
	font-size: 1em;
	color: #000;
	margin-top: 2em;
	margin-bottom: 2em;
}
.gridwrapper {
	height: auto;
	float: left;
	overflow: visible;
}
.gridpart {
	height: auto;
	float: left;
	cursor: default;
}
.center_parent {
	height: auto;
	float: left;
	position: relative;
}
.centered_viewport {
	height: auto;
	position: relative;
	float: none;
	margin: 0 auto !important;
    display: block; 
}
.magenta_leiste {
	height: 48px;
	float: none;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
}
.weisse_leiste {
	height: 48px;
	float: none;
	background: #b5ce53;
	position: fixed;
	top: 48px;
	left: 0;
	z-index: 1;
}
.filler {
	height: 96px;
	float: left;
}
#contentslider {
	height: 72vh !important;
}
.mobileimage {
	height: 72vh !important;
	background-image: url(../pics/systems/Header_Mobilfunk.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}
.festnetzimage {
	height: 72vh !important;
	background-image: url(../pics/systems/Header_Festnetz.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}
.ansverp {
	min-height: 240px;
}
.infosheet {
	min-height: 280px;
}
.formcontainer {
	min-height: 680px;
}
.terminimage {
	height: 72vh;
	background-image: url(../pics/systems/Header_Termin.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.whiteboardlabel span {
	width: auto;
	height: auto;
	float: left;
}
.mftext {
	display: inline-block;
}
.mftext_invisible {
	display: none;
}
.fntext {
	display: inline-block;
}
.fntext_invisible {
	display: none;
}
.titlerufnummer {
	width: 370px;
	height: 100px;
	top: 53vh;
    left: 0;
    background-image: url(../pics/systems/Button-Anruf-02.svg);
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: left center;
}
.titlerufnummer2 {
	width: 370px;
	height: 100px;
	top: 53vh;
    left: 0;
    background-image: url(../pics/systems/Button-Anruf.svg);
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: left center;
}
.titlerufnummer a,
.titlerufnummer2 a {
	width: 100%;
	height: 100px;
	float: left;
	color: #b5ce53;
	cursor: default;
}
.titlerufnummer a:hover,
.titlerufnummer2 a:hover {
	color: #b5ce53;
	cursor: pointer;
}
.titlerufnummer label.firstline,
.titlerufnummer2 label.firstline {
	height: 50px;
	top: 1vh;
    left: 100px;
	cursor: default;
}
.titlerufnummer label.secondline,
.titlerufnummer2 label.secondline {
	height: 50px;
	top: 5.5vh;
	left: 100px;
	cursor: default;
}
.titlerufnummer label.openhours,
.titlerufnummer2 label.openhours {
	height: 50px;
	top: 11vh;
	left: 100px;
}
.titlerufnummer label.firstline:hover,
.titlerufnummer label.secondline:hover,
.titlerufnummer2 label.firstline:hover,
.titlerufnummer2 label.secondline:hover {
	cursor: pointer;
}
.callnumber label a {
	width: 100%;
	height: auto;
	float: left;
	color: #b5ce53;
	cursor: default;
}
.callnumber label a:hover {
	color: #b5ce53;
	cursor: pointer;
}
.titleinfo {
	width: 370px;
	height: 100px;
	top: 53vh;
    left: 400px;
    background-image: url(../pics/systems/Button-Rückruf-02.svg);
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: left center;
}
.titleinfo2{
	width: 370px;
	height: 100px;
	top: 53vh;
    left: 400px;
    background-image: url(../pics/systems/Button-Rückruf.svg);
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: left center;
}
.titleinfo a,
.titleinfo2 a  {
	width: 100%;
	height: 100px;
	float: left;
	color: #b5ce53;
	cursor: default;
}
.titleinfo a:hover,
.titleinfo2 a:hover {
	color: #b5ce53;
	cursor: pointer;
}
.titleinfo label.firstline,
.titleinfo2 label.firstline {
	height: 50px;
	top: 1vh;
    left: 100px;
	cursor: default;
}
.titleinfo label.secondline,
.titleinfo2 label.secondline {
	height: 50px;
	top: 5.5vh;
	left: 100px;
	cursor: default;
}
.titleinfo label.firstline:hover,
.titleinfo label.secondline:hover,
.titleinfo2 label.firstline:hover,
.titleinfo2 label.secondline:hover {
	cursor: pointer;
}
.titlerueckruf {
	width: 370px;
	height: 100px;
	top: 53vh;
    left: 800px;
    background-image: url(../pics/systems/Button-Buchung-02.svg);
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: left center;
}
.titlerueckruf2 {
	width: 370px;
	height: 100px;
	top: 53vh;
    left: 800px;
    background-image: url(../pics/systems/Button-Buchung.svg);
    background-repeat: no-repeat;
    background-size: auto 100px;
    background-position: left center;
}
.titlerueckruf a,
.titlerueckruf2 a {
	width: 100%;
	height: 100px;
	float: left;
	color: #b5ce53;
	cursor: default;
}
.titlerueckruf a:hover,
.titlerueckruf2 a:hover {
	color: #b5ce53;
	cursor: pointer;
}
.titlerueckruf label.firstline,
.titlerueckruf2 label.firstline {
	height: 50px;
	top: 1vh;
    left: 100px;
	cursor: default;
}
.titlerueckruf label.secondline,
.titlerueckruf2 label.secondline {
	height: 50px;
	top: 5.5vh;
	left: 100px;
	cursor: default;
}
.titlerueckruf label.firstline:hover,
.titlerueckruf label.secondline:hover,
.titlerueckruf2 label.firstline:hover,
.titlerueckruf2 label.secondline:hover {
	cursor: pointer;
}

/* 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;
}

/* 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(181, 206, 83, 1.0)v !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: DP_REG;
	font-size: 2.2em;
	font-weight: bold;
	color: #000;
}
.cookiebannerContent label.text {
	width: 100%;
	height: auto;
	float: left;
	font-family: DP_REG;
	font-size: 1.6em;
	color: #000;
}
.cookiebannerContent label.checkboxtext {
	width: auto;
	height: 20px;
	float: none;
	font-family: DP_REG;
	font-size: 1.6em;
	color: #000;
	cursor: default;
}
.cookiebannerContent label.checkboxtext:hover {
	cursor: pointer;
}
.cookiebannerContent label.text a {
	width: auto;
	float: none;
	color: #b5ce53;
	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: #b5ce53;
	color: #fff;
	border: 2px solid #b5ce53;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: default;
}
.cookiebannerContent input[type=button]:hover {
	background: #fff;
	color: #b5ce53;
	border: 2px solid #b5ce53;
	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%);
}
.static-map {
	height: auto;
	float: left;
}

/* IMAGE Klassen */
.telekomlogo {
	width: auto;
	height: 48px;
	float: left;
}
.fullsizeimage {
	width: 100%;
	height: auto;
	float: left;
}
.cllittle {
	width: 80%;
	height: 80%;
	float: left;
	position: relative;
}
.clbig {
	width: 100%;
	height: 100%;
}
.resulticon {
	width: 100%;
	max-width: 120px;
	height: auto;
	float: left;
}
.mitarbeiterimage {
	width: 256px;
	height: auto;
	float: left;
	background: #fff;
}
.cbimage {
	width: 28px;
}

/* POSITION Klassen */
.relpos {
	position: relative;
}
.abspos {
	position: absolute;
}
.abspos.titletext {
	top: 5vh;
    left: 0;
}
.abspos.termintext {
	top: 30vh;
    left: 0;
}
.abspos.titledescr {
	top: 42vh;
    left: 0;
}
.abspos.termindescr {
	top: 40vh;
    left: 22.5vw;
}
.abspos.terminbutton {
	top: 48vh;
	left: 0;
}
.fixpos {
	position: fixed;
}

/* FONT Klassen */
.DP_REG_tiny {
	font-family: DP_REG;
	font-size: 1em;
}
.DP_REG_little {
	font-family: DP_REG;
	font-size: 1.6em;
}
.DP_REG_small {
	font-family: DP_REG;
	font-size: 2em;
}
.DP_REG_medium {
	font-family: DP_REG;
	font-size: 3em;
}
.DP_REG_large {
	font-family: DP_REG;
	font-size: 4em;
}
.DP_REG_big {
	font-family: DP_REG;
	font-size: 5em;
}
.DP_REG_huge {
	font-family: DP_REG;
	font-size: 6em;
}
.DP_REG_veryhuge {
	font-family: DP_REG;
	font-size: 7em;
}
.DP_MED_tiny {
	font-family: DP_MED;
	font-size: 1em;
}
.DP_MED_little {
	font-family: DP_MED;
	font-size: 1.6em;
}
.DP_MED_small {
	font-family: DP_MED;
	font-size: 2em;
}
.DP_MED_medium {
	font-family: DP_MED;
	font-size: 3em;
}
.DP_MED_large {
	font-family: DP_MED;
	font-size: 4em;
}
.DP_MED_big {
	font-family: DP_MED;
	font-size: 5em;
}
.DP_MED_huge {
	font-family: DP_MED;
	font-size: 6em;
}
.DP_MED_veryhuge {
	font-family: DP_MED;
	font-size: 7em;
}
.DP_LGT_tiny {
	font-family: DP_LGT;
	font-size: 1em;
}
.DP_LGT_little {
	font-family: DP_LGT;
	font-size: 1.6em;
}
.DP_LGT_small {
	font-family: DP_LGT;
	font-size: 2em;
}
.DP_LGT_medium {
	font-family: DP_LGT;
	font-size: 3em;
}
.DP_LGT_large {
	font-family: DP_LGT;
	font-size: 4em;
}
.DP_LGT_big {
	font-family: DP_LGT;
	font-size: 5em;
}
.DP_LGT_huge {
	font-family: DP_LGT;
	font-size: 6em;
}
.DP_LGT_veryhuge {
	font-family: DP_LGT;
	font-size: 7em;
}
.DP_BLD_tiny {
	font-family: DP_BLD;
	font-size: 1em;
}
.DP_BLD_little {
	font-family: DP_BLD;
	font-size: 1.6em;
}
.DP_BLD_small {
	font-family: DP_BLD;
	font-size: 2em;
}
.DP_BLD_medium {
	font-family: DP_BLD;
	font-size: 3em;
}
.DP_BLD_large {
	font-family: DP_BLD;
	font-size: 4em;
}
.DP_BLD_big {
	font-family: DP_BLD;
	font-size: 5em;
}
.DP_BLD_huge {
	font-family: DP_BLD;
	font-size: 6em;
}
.DP_BLD_veryhuge {
	font-family: DP_BLD;
	font-size: 7em;
}
.DP_BLD_superhuge {
	font-family: DP_BLD;
	font-size: 10em;
}
.DP_BLD_extreme {
	font-family: DP_BLD;
	font-size: 15em;
}
.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_1 {
	letter-spacing: 1px;
}
.letterspacing_2 {
	letter-spacing: 2px;
}
.letterspacing_3 {
	letter-spacing: 3px;
}
.letterspacing_4 {
	letter-spacing: 4px;
}

/* Margin Helper Klassen */
.margin_auto {
	margin: 0 auto;
}
.nomargin {
	margin: 0;
}
.nomargintop {
	margin-top: 0;
}
.nomarginbottom {
	margin-bottom: 0 !important;
}
.nomarginleft {
	margin-left: 0;
}
.nomarginright {
	margin-right: 0;
}
.margin_5 {
	margin: 5em;
}
.margin_4 {
	margin: 4em;
}
.margin_3 {
	margin: 3em;
}
.margin_2 {
	margin: 2em;
}
.margin_1 {
	margin: 1em;
}
.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_bottom_7 {
	margin-bottom: 7em;
}
.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_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_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;
}

/* 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_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_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_10p {
	padding-top: 10px;
}
.padding_top_15p {
	padding-top: 15px;
}
.padding_left_10vw {
	padding-left: 10vw;
}
.padding_right_10vw {
	padding-right: 10vw;
}
.padding_right_9vw {
	padding-right: 9vw;
}

/* Width Helper Klassen */
.autowidth {
	width: auto;
}
.width_0 {
	width: 0;
}
.width_5 {
	width: 5%;
}
.width_10 {
	width: 10%;
}
.width_15 {
	width: 15%;
}
.width_20 {
	width: 20%;
}
.width_23 {
	width: 23%;
}
.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_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_120 {
	max-width: 120px;
}
.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_640 {
	max-width: 640px;
}
.max_width_800 {
	max-width: 800px;
}
.max_width_960 {
	max-width: 960px;
}
.max_width_1024 {
	max-width: 1024px;
}
.max_width_1240 {
	max-width: 1240px;
}
.max_width_1280 {
	max-width: 1280px;
}

/* HEIGHT Klassen */
.nominheight {
	min-height: 0;
}

/* 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_telekomgrey_horizontal {
	border: 0;
	border-left: 1px solid #6e6e6e;
	border-right: 1px solid #6e6e6e;
}

/* 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_telekomgrey {
	background: #f5f5f5;
}
.bg_telekommagenta {
	background: #b5ce53;
}

/* 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_telekomgrey {
	color: #6e6e6e;
}
.color_telekommagenta {
	color: #b5ce53;
}

/* Media Query für Ansicht Tab Landscape (iPad, Android Tablets) */
@media screen and (max-width: 1240px) {
	
	/* POSITION Klassen */
	.abspos.titledescr {
		left: 0;
		padding-left: 2em;
		padding-right: 2em;
	}
	.abspos.termindescr {
		left: 0;
	}
	
	/* SPAN Klassen */
	.titlerufnummer,
	.titlerufnummer2 {
		width: 300px;
		left: 0;
		top: 50vh;
		background-size: 100% auto;
	}
	.titlerufnummer label.firstline,
	.titlerufnummer2 label.firstline{
		top: 2vh;
	}
	.titlerufnummer label.secondline,
	.titlerufnummer2 label.secondline{
		top: 8vh;
	}
	.titlerufnummer label.openhours,
	.titlerufnummer2 label.openhours{
		top: 12vh;
	}
	.titleinfo,
	.titleinfo2 {
		width: 300px;
		left: 350px;
		top: 50vh;
		background-size: 100% auto;
	}
	.titleinfo label.firstline,
	.titleinfo2 label.firstline	{
		top: 2vh;
	}
	.titleinfo label.secondline,
	.titleinfo2 label.secondline{
		top: 8vh;
	}
	.titlerueckruf,
	.titlerueckruf2 {
		width: 300px;
		left: 700px;
		top: 50vh;
		background-size: 100% auto;
	}
	.titlerueckruf label.firstline,
	.titlerueckruf2 label.firstline{
		top: 2vh;
	}
	.titlerueckruf label.secondline,
	.titlerueckruf2 label.secondline{
		top: 8vh;
	}
	
	/* FONT Klassen */
	.DP_LGT_veryhuge {
		font-size: 8em;
	}
	.DP_LGT_huge {
		font-size: 7em;
	}
	.DP_LGT_verybig {
		font-size: 5em;
	}
	.DP_LGT_mediumbig {
		font-size: 4em;
	}
	.DP_LGT_big {
		font-size: 3em;
	}
	.DP_LGT_medium {
		font-size: 2em;
	}
	.DP_LGT_small {
		font-size: 1.6em;
	}
	.DP_LGT_tiny {
		font-size: 1.2em;
	}
	.DP_LGT_little {
		font-size: 0.8em;
	}
	.DP_REG_veryhuge {
		font-size: 8em;
	}
	.DP_REG_huge {
		font-size: 7em;
	}
	.DP_REG_verybig {
		font-size: 5em;
	}
	.DP_REG_mediumbig {
		font-size: 4em;
	}
	.DP_REG_big {
		font-size: 3em;
	}
	.DP_REG_medium {
		font-size: 2em;
	}
	.DP_REG_small {
		font-size: 1.6em;
	}
	.DP_REG_tiny {
		font-size: 1.2em;
	}
	.DP_REG_little {
		font-size: 0.8em;
	}
	.DP_MED_veryhuge {
		font-size: 8em;
	}
	.DP_MED_huge {
		font-size: 7em;
	}
	.DP_MED_verybig {
		font-size: 5em;
	}
	.DP_MED_mediumbig {
		font-size: 4em;
	}
	.DP_MED_big {
		font-size: 3em;
	}
	.DP_MED_medium {
		font-size: 2em;
	}
	.DP_MED_small {
		font-size: 1.6em;
	}
	.DP_MED_tiny {
		font-size: 1.2em;
	}
	.DP_MED_little {
		font-size: 0.8em;
	}
	.DP_BLD_veryhuge {
		font-size: 8em;
	}
	.DP_BLD_huge {
		font-size: 7em;
	}
	.DP_BLD_verybig {
		font-size: 5em;
	}
	.DP_BLD_mediumbig {
		font-size: 4em;
	}
	.DP_BLD_big {
		font-size: 3em;
	}
	.DP_BLD_medium {
		font-size: 2em;
	}
	.DP_BLD_small {
		font-size: 1.6em;
	}
	.DP_BLD_tiny {
		font-size: 1.2em;
	}
	.DP_BLD_little {
		font-size: 0.8em;
	}
	.DP_BLD_medium_mt {
		font-size: 2em;
	}
	.DP_BLD_extreme_mt {
		font-size: 12em;
	}
	.align_center_mt {
		text-align: center;
	}
	
	/* PADDING Klassen */
	.padding_2_mt {
		padding: 2em;
	}
	.padding_right_10p_mt {
		padding-right: 10px;
	}
	
	/* 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) {
	
	/* SPAN Klassen */
	.whiteboard {
		float: left !important;
		width: 100%;
	}
	.titlerufnummer,
	.titlerufnummer2 {
		width: 300px;
		left: 250px;
		top: 30vh;
		background-size: 100% auto;
	}
	.titlerufnummer label.firstline,
	.titlerufnummer2 label.firstline {
		top: 1vh;
	}
	.titlerufnummer label.secondline,
	.titlerufnummer2 label.secondline {
		top: 5.5vh;
	}
	.titlerufnummer label.openhours,
	.titlerufnummer2 label.openhours {
		top: 9vh;
	}
	.titleinfo,
	.titleinfo2 {
		width: 300px;
		left: 250px;
		top: 45vh;
		background-size: 100% auto;
	}
	.titleinfo label.firstline,
	.titleinfo2 label.firstline {
		top: 1vh;
	}
	.titleinfo label.secondline,
	.titleinfo2 label.secondline {
		top: 5.5vh;
	}
	.titlerueckruf,
	.titlerueckruf2 {
		width: 300px;
		left: 250px;
		top: 60vh;
		background-size: 100% auto;
	}
	.titlerueckruf label.firstline,
	.titlerueckruf2 label.firstline {
		top: 1vh;
	}
	.titlerueckruf label.secondline,
	.titlerueckruf2 label.secondline {
		top: 5.5vh;
	}
	
	/* 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;
	}
	
	/* LABEL Klassen */
	.whiteboardlabel {
		text-align: left;
		padding-left: 1em;
	}
	
	/* POSITION Klassen */
	.abspos.titletext {
		top: 1vh;
	}
	.abspos.termintext {
		top: 10vh;
	}
	.abspos.termindescr {
		top: 25vh;
	}
	
	/* FONT Klassen */
	.DP_REG_large_mt {
		font-size: 3em;
	}
	.DP_BLD_superhuge_mt {
		font-size: 8em;
	}
	.DP_BLD_veryhuge_mt {
		font-size: 5em;
	}
	
	/* IMAGE Klassen */
	.cllittle {
		width: 100%;
	}
	
	/* PADDING Klassen */
	.nopadding_mpt {
		padding: 0;
	}
	.padding_top_1_mpt {
		padding-top: 1em;
	}
	
	/* BORDER Klassen */
	.noborder_mpt {
		border: 0;
	}
	
	/* Spezielle WIDTH Klassen */
	.width_100_center {
		width: 100% !important;
		margin: 0 auto;
		float: none;
		display: block;
		max-width: 150px;
	}
	.width_100_shop {
		width: 100% !important;
	}
}

/* Media Query für Ansicht Tab Portrait (iPad, Android Tablets) */
@media screen and (max-width: 670px) {
	
	/* LABEL Klassen */
	.abspos.titletext {
		top: 0 !important;
	}
	.abspos.titledescr {
		top: 39vh;
	}
	
	/* SPAN Klassen */
	.titlerufnummer,
	.titlerufnummer2 {
		width: 200px;
		left: 0;
		top: 40vh;
		background-size: 100% auto;
	}
	.titlerufnummer label.firstline,
	.titlerufnummer2 label.firstline {
		font-size: 3em;
		top: 6vh;
		left: 65px;
	}
	.titlerufnummer label.secondline,
	.titlerufnummer2 label.secondline {
		font-size: 1.4em;
		top: 15vh;
		left: 65px;
	}
	.titlerufnummer label.openhours,
	.titlerufnummer2 label.openhours {
		font-size: 1.4em;
		top: 21vh;
		left: 65px;
	}
	.titleinfo,
	.titleinfo2 {
		width: 200px;
		left: 225px;
		top: 40vh;
		background-size: 100% auto;
	}
	.titleinfo label.firstline,
	.titleinfo2 label.firstline{
		font-size: 3em;
		top: 6vh;
		left: 65px;
	}
	.titleinfo label.secondline,
	.titleinfo2 label.secondline {
		font-size: 1.4em;
		top: 15vh;
		left: 65px;
	}
	.titlerueckruf,
	.titlerueckruf2 {
		width: 200px;
		left: 450px;
		top: 40vh;
		background-size: 100% auto;
	}
	.titlerueckruf label.firstline,
	.titlerueckruf2 label.firstline {
		font-size: 3em;
		top: 6vh;
		left: 65px;
	}
	.titlerueckruf label.secondline,
	.titlerueckruf2 label.secondline {
		font-size: 1.4em;
		top: 15vh;
		left: 65px;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		height: 340px;
	}
	.cookiebannerContent.bottom {
		top: calc(100% - 340px);
		left: 0;
	}
	.cookiebannerContent.center {
		top: calc(50% - 170px);
		left: 0;
	}
	
	/* FONT Klassen */
	.DP_LGT_veryhuge {
		font-size: 7em;
	}
	.DP_LGT_huge {
		font-size: 6em;
	}
	.DP_LGT_verybig {
		font-size: 4em;
	}
	.DP_LGT_mediumbig {
		font-size: 3em;
	}
	.DP_LGT_big {
		font-size: 2em;
	}
	.DP_LGT_medium {
		font-size: 1.6em;
	}
	.DP_LGT_small {
		font-size: 1.2em;
	}
	.DP_LGT_tiny {
		font-size: 0.8em;
	}
	.DP_LGT_little {
		font-size: 0.6em;
	}
	.DP_REG_veryhuge {
		font-size: 7em;
	}
	.DP_REG_huge {
		font-size: 6em;
	}
	.DP_REG_verybig {
		font-size: 4em;
	}
	.DP_REG_mediumbig {
		font-size: 3em;
	}
	.DP_REG_big {
		font-size: 2em;
	}
	.DP_REG_medium {
		font-size: 1.6em;
	}
	.DP_REG_small {
		font-size: 1.2em;
	}
	.DP_REG_tiny {
		font-size: 0.8em;
	}
	.DP_REG_little {
		font-size: 0.6em;
	}
	.DP_MED_large_mt {
		font-size: 3em;
	}
	.DP_MED_veryhuge {
		font-size: 7em;
	}
	.DP_MED_huge {
		font-size: 6em;
	}
	.DP_MED_verybig {
		font-size: 4em;
	}
	.DP_MED_mediumbig {
		font-size: 3em;
	}
	.DP_MED_big {
		font-size: 2em;
	}
	.DP_MED_medium {
		font-size: 1.6em;
	}
	.DP_MED_small {
		font-size: 1.2em;
	}
	.DP_MED_tiny {
		font-size: 0.8em;
	}
	.DP_MED_little {
		font-size: 0.6em;
	}
	.DP_BLD_large_mp {
		font-size: 3em;
	}
	.DP_BLD_veryhuge {
		font-size: 7em;
	}
	.DP_BLD_huge {
		font-size: 6em;
	}
	.DP_BLD_verybig {
		font-size: 4em;
	}
	.DP_BLD_mediumbig {
		font-size: 3em;
	}
	.DP_BLD_big {
		font-size: 2em;
	}
	.DP_BLD_medium {
		font-size: 1.6em;
	}
	.DP_BLD_small {
		font-size: 1.2em;
	}
	.DP_BLD_tiny {
		font-size: 0.8em;
	}
	.DP_BLD_little {
		font-size: 0.6em;
	}
	.DP_BLD_veryhuge_mt {
		font-size: 4em;
	}
	.DP_BLD_extreme_mt {
		font-size: 6em;
	}
	
	/* POSITION Klassen */
	.abspos.titletext {
		top: 10vh;
	}
	
	/* MARGIN Klassen */
	.nomargin_mp2 {
		margin: 0;
	}
	.margin_bottom_3_mp2 {
		margin-bottom: 3em;
	}
	
	/* WIDTH Klassen */
	.width_100_mp2 {
		width: 100%;
	}
}

/* Media Query für Ansicht Smartphone Portrait (iPhone, Android Smartphones) */
@media screen and (max-width: 570px) {
	
	/* SPAN Klassen */
	.titlerufnummer,
	.titlerufnummer2 {
		width: 170px;
		left: 0;
		top: 40vh;
		background-size: 100% auto;
	}
	.titlerufnummer label.firstline,
	.titlerufnummer2 label.firstline {
		font-size: 2.4em;
		top: 8vh;
		left: 60px;
	}
	.titlerufnummer label.secondline,
	.titlerufnummer2 label.secondline {
		font-size: 1.2em;
		top: 17vh;
		left: 60px;
	}
	.titlerufnummer label.openhours,
	.titlerufnummer2 label.openhours{
		font-size: 1.2em;
		top: 23vh;
		left: 50px;
	}
	.titleinfo,
	.titleinfo2 {
		width: 170px;
		left: 190px;
		top: 40vh;
		background-size: 100% auto;
	}
	.titleinfo label.firstline,
	.titleinfo2 label.firstline {
		font-size: 2.4em;
		top: 8vh;
		left: 60px;
	}
	.titleinfo label.secondline,
	.titleinfo2 label.secondline {
		font-size: 1.2em;
		top: 17vh;
		left: 60px;
	}
	.titlerueckruf,
	.titlerueckruf2 {
		width: 170px;
		left: 380px;
		top: 40vh;
		background-size: 100% auto;
	}
	.titlerueckruf label.firstline,
	.titlerueckruf2 label.firstline {
		font-size: 2.4em;
		top: 8vh;
		left: 60px;
	}
	.titlerueckruf label.secondline,
	.titlerueckruf2 label.secondline {
		font-size: 1.2em;
		top: 17vh;
		left: 60px;
	}
	
	/* 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) {
	
	.terminimage {
		background-position: -40vw center;
	}
	
	/* POSITION Klassen */
	.abspos.titletext {
		top: 20vh;
	}
	
	/* FONT Klassen */
	.align_center_mp {
		text-align: center;
	}
	
	/* LABEL Klassen */
	.abspos.titledescr {
		top: 25vh;
	}
	
	/* SPAN Klassen */
	.titlerufnummer,
	.titlerufnummer2 {
		width: 170px;
		left: 100px;
		top: 26vh;
		background-size: 100% auto;
	}
	.titlerufnummer label.firstline,
	.titlerufnummer2 label.firstline {
		font-size: 2.4em;
		top: 4vh;
		left: 55px;
	}
	.titlerufnummer label.secondline,
	.titlerufnummer2 label.secondline {
		font-size: 1.2em;
		top: 8vh;
		left: 55px;
	}
	.titlerufnummer label.openhours,
	.titlerufnummer2 label.openhours {
		font-size: 1.2em;
		top: 12vh;
		left: 50px;
	}
	.titleinfo,
	.titleinfo2 {
		width: 170px;
		left: 100px;
		top: 40vh;
		background-size: 100% auto;
	}
	.titleinfo label.firstline,
	.titleinfo2 label.firstline {
		font-size: 2.4em;
		top: 4vh;
		left: 55px;
	}
	.titleinfo label.secondline,
	.titleinfo2 label.secondline{
		font-size: 1.2em;
		top: 8vh;
		left: 55px;
	}
	.titlerueckruf,
	.titlerueckruf2 {
		width: 170px;
		left: 100px;
		top: 54vh;
		background-size: 100% auto;
	}
	.titlerueckruf label.firstline,
	.titlerueckruf2 label.firstline {
		font-size: 2.4em;
		top: 4vh;
		left: 55px;
	}
	.titlerueckruf label.secondline,
	.titlerueckruf2 label.secondline {
		font-size: 1.2em;
		top: 8vh;
		left: 55px;
	}
	.mobileimage {
		background-position: -190vw 0 !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%;
	}
	
	/* MARGIN Klassen */
	.nomarginbottom_mp {
		margin-bottom: 0;
	}
	.nomargintop_mp {
		margin-top: 0;
	}
	.nomargin_mp {
		margin: 0;
	}
	.margin_bottom_2_mp {
		margin-bottom: 2em;
	}
	.margin_bottom_4_mp {
		margin-bottom: 4em;
	}
	.margin_top_3_mp {
		margin-top: 3em;
	}
	
	/* PADDING Klassen */
	.nopadding_mp {
		padding: 0;
	}
	
	/* 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, Android Smartphones) */
@media screen and (max-width: 320px) {

	.DP_REG_small_mp {
		font-size: 1.2em;
	}
	
	.titletext {
		font-size: 4em;
	}
	
	.titlerufnummer,
	.titlerufnummer2 {
		width: 170px;
		left: 80px;
		top: 26vh;
		background-size: 100% auto;
	}
	.titlerufnummer label.firstline,
	.titlerufnummer2 label.firstline {
		font-size: 2.4em;
		top: 5vh;
		left: 55px;
	}
	.titlerufnummer label.secondline,
	.titlerufnummer2 label.secondline {
		font-size: 1.2em;
		top: 10vh;
		left: 55px;
	}
	.titlerufnummer label.openhours,
	.titlerufnummer2 label.openhours {
		font-size: 1.2em;
		top: 13vh;
		left: 50px;
	}
	.titleinfo,
	.titleinfo2 {
		width: 170px;
		left: 80px;
		top: 40vh;
		background-size: 100% auto;
	}
	.titleinfo label.firstline,
	.titleinfo2 label.firstline {
		font-size: 2.4em;
		top: 5vh;
		left: 55px;
	}
	.titleinfo label.secondline,
	.titleinfo2 label.secondline {
		font-size: 1.2em;
		top: 10vh;
		left: 55px;
	}
	.titlerueckruf,
	.titlerueckruf2 {
		width: 170px;
		left: 80px;
		top: 54vh;
		background-size: 100% auto;
	}
	.titlerueckruf label.firstline,
	.titlerueckruf2 label.firstline {
		font-size: 2.4em;
		top: 5vh;
		left: 55px;
	}
	.titlerueckruf label.secondline,
	.titlerueckruf2 label.secondline {
		font-size: 1.2em;
		top: 10vh;
		left: 55px;
	}
	
	/* COOKIE BANNER Klassen */
	.cookiebannerContent {
		background: rgba(255, 255, 255, 0.7);
	}
}