@charset "utf-8";
/* CSS Document */ 

/* Main color: #e11a27 */

/* --------------------
		Reset Styles
-------------------- */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap');

:root {
    --color-white: #ffffff; 
	 --color-black: #000000; 
	 --color-blue: #29ABE2; 
	 --color-green: #8cff00;
}

/* --------------------
		Main Styles
-------------------- */

video {
	display: none !important;
}

*, *::before, *:after {
	box-sizing: border-box;
}

html, body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	height: 100%;
	font-size: 13px;
	line-height: 19px;
	color: #333;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: var(--color4);
}

body.loading {
	overflow: hidden;
	width: 100%;
	overflow-y: scroll;
}

body.loading .main-wrapper {
	opacity: 0 !important;
	visibility: hidden;
}

body.infoWindow {
	background-color: #f39200;
}

body:before {
	display: none;
	content: 'Video wird geladen ...';
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--color-white);
	font-weight:500;
	z-index: -1;
	font-size: 30px;
}

.main-wrapper {
	position: absolute;
	overflow: hidden;
	margin-bottom: 0%;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(0) translate(-50%, -50%);
	-ms-transform: rotate(0) translate(-50%, -50%);
	transform: rotate(0) translate(-50%, -50%);
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: all 0.2s;
	padding: 0 !important;
}

.main {
	transition: all 0.2s;
	background-color: var(--color-white);
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	padding: 0;
}

.main.loading {
	background-image: url(../images/loadingvideo.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.main .bgvideo {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 100%;
	transition: 1s opacity;
	z-index:-1;
	position: absolute;
	object-fit: contain;
}

.bgvideowrapper {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	max-height: 100%;
	z-index:-1;
	position: absolute;
	top: 0%;
	left: 0%;
	overflow: hidden;
	
}

.main .content {
	position: relative;
	z-index: 1111;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
}

.section {
	display: none;
	position: absolute;
	z-index: 1000;
	font-size: 1.1vw;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	
	padding: 2% 5% 2% 38%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.section.content-left {
	padding: 2% 38% 2% 5%;
}

.section.content-full {
	padding: 2% 5%;
}

.section.padded {
	padding-right: 10%;
}

.section ul {
	margin-left: 0px;
	list-style-position: outside;
}

.section ul li {
	margin-left: 20px;
	list-style-position: outside;
}


.section ul li ul li, ul.secondary li, li.secondary {
	margin-left: 42px;
	list-style-position: outside;
}

.section video {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70%;
	height: auto;
	max-height: 70%;
	z-index: 9000;
	-webkit-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 1.5s;
}

.section.animated video {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-height: 100%;
	max-width: 100%;
}

.section .showVideo {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section .realbutton.showVideo span, .section .realbutton.hideVideo span {
	width: auto;
	white-space: nowrap;
}

.realbutton.hideVideo {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index: 9999;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: auto !important;
}

.video-overlayz  {
	background-color: var(--color-white);
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9001;
}

.valign {
	position: absolute;
	top: 42%;
	left: 47%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 85%;
	max-height: 90%;
	transform: translate(-50%, -40%);
	text-align: center;
}

.custom-size {
	max-width: 90%;
	max-height: 90%;
}

.calculator-window {
	height: 90%;
	overflow: auto;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.valign.alignleft {
	text-align: left;
	max-width: 100%;
}

.valigntext .info {
	margin-bottom: -5px;
}	


.valigntext {
	transform-style: preserve-3d;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.btn {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-white);
}

.btn:hover {
	background-color: var(--color-white);
	border-color: var(--color-white);
	color: var(--color-white);
	text-decoration: none;
}

.realbutton {
	background-color: var(--color-white);
	border: 1px solid var(--color-white);
	border-radius: 1vh; 
	display: inline-block;
	padding: 0px;
	margin: 1%;
	max-width: 100%;
	letter-spacing: 0.05em;
	color: var(--color-white);
	text-align: center;	
	vertical-align: middle;
	line-height: 4vh;
	text-align: center;
	min-width: 140px;
	max-width: 40vw;
	padding: .5vh 3vh;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 1.4vh;
	position: relative;
}

.realbutton.showLoading.active:before {
	content: '';
	position: absolute;
	left: -70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/loading.svg);
	background-position: center center;
	background-size: contain;
	width: 60px;
	height: 60px;
}

.realbutton.halfwidth {
	width: 100%;
	max-width: 50%;
}

.realbutton.fullwidth {
	width: 100%;
	max-width: 100%;
}


.realbutton.doubleheight {
	min-height: 4vh;
	position: relative;
	display: table;
}

.realbutton.doubleheight span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height:120%;
}

.section-content .realbutton {
	line-height: 1.8vh;
	padding: 0vh 1vh;
	text-transform:none;
	font-size: 1.8vh;
	margin: 0%;
}

.left .realbutton {
	padding: 0.5vh 1vh;
	line-height: 4vh;
	text-align: left;
}

.realbutton_selectme {
    background-color: var(--color-white);
    border: 1px solid var(--color-white);
    border-radius: 1vh;
    display: inline-block;
    padding: 10px 0 10px 0 0px;
    margin: 1%;
    max-width: 100%;
    letter-spacing: 0.05em;
    color: var(--color-black);
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 3vh;
    text-align: center;
    min-width: 140px;
    max-width: 40vw;
    height: 8vh;
    padding: 0 40px;
    text-decoration: none;
}


.notready .realbutton {
	opacity: 0;
	visibility: hidden;
}

.infoWindow .realbutton {
	padding: 0 10px;
}

.realbutton_selectme:hover {
	border: solid 1px var(--color-white);
	color: var(--color-white);
	background-color: white !important;
	text-decoration: none;
}

.realbutton:hover {
	border: solid 1px var(--color-white) !important;
	color: var(--color-white);
	background: white !important;
	text-decoration: none;
}

.realbutton.nostyles {
	background: none;
	margin: 0;
	color: var(--color-black);
}

.realbutton.nostyles:hover {
	text-decoration: underline;
}

.realbutton.nostyles span {
	width: auto;
	height: auto;
}

.short {
	width: 150px;
}

.mlong {
	width: 200px;
}

.long {
	width: 280px;
}

.verylong {
	width: 350px;
}


.realbutton.short { width: 140px; }
.realbutton.mlong { width: 190px; }
.realbutton.long { width: 270px; }
.realbutton.verylong { width: 350px; }

.section31 .animateExpand, 
.section32 .animateExpand, 
.section33 .animateExpand, 
.section34 .animateExpand  {
	background-image: url(../images/bu_start.png);
}

.section35 .animateExpand, 
.section36 .animateExpand {
	background-image: url(../images.prop('selected', false);/av_start.png);
}

.section31 .video-overlay, 
.section32 .video-overlay, 
.section33 .video-overlay, 
.section34 .video-overlay 
{
	background-color: var(--color-white);
	background-image: url(../images.prop('selected', false);/bu_start.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9001;
}

.section35 .video-overlay,  
.section36 .video-overlay 
{
	background-color: var(--color-white);
	background-image: url(../images.prop('selected', false);/av_start.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9001;
}

.realbutton.back, .realbutton.nein {
	position: absolute;
	z-index: 111;
	bottom: 18.5%;
	left: 6.5%;
	margin: 0;
}

.realbutton.back:hover, .realbutton.nein:hover {
	border: solid 1px var(--color-white);
}

.realbutton.third {
	position: absolute;
	z-index: 111;
	bottom: 20px;
	left: 500px;
	background-color: green;
}

.realbutton.green {
	background-color: var(--color-white) !important;
	border-color: var(--color-white) !important;
}

.realbutton.green:hover {
	color: var(--color-white) !important;
	background: none !important;
}


.realbutton.back.overVideo {
	position: fixed;
	bottom: 20px;
	left: 40px !important;
	right: auto !important;
	z-index: 9999;
}


.realbutton.bottomright {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	background-color:var(--color-white);
	border: 1px solid #fff;		
}

.realbutton.bottomleft {
	background-color:var(--color-white);
	border: 1px solid #fff;
	position: absolute;
	z-index: 111;
}

.realbutton.next.showNextSlide, .realbutton.bottomright, .realbutton.bottomleft, .realbutton.back {
	font-size: 2vh;
}

.realbutton.next.showNextSlide, .realbutton.bottomright {
	position: absolute;
	z-index: 111;
	bottom: 5%;
	right: 2%;
	margin: 0;
}

.fullscreen .realbutton.next.showNextSlide, .fullscreen .realbutton.bottomright {
	bottom: 0;
	right: 0;
}

.globaltitle {
	font-weight: normal;
	font-size:1.2em;
	background-color: var(--color-white);
	border-radius: 5px;
	padding: 7px 20px;
	width: 80%;
	display: inline-block;
	color: var(--color-white);
	margin: 0 0 25px -10px;
}

.infoWindow .realbutton, .infoWindow .globaltitle {
	background-color: #f39200;
}

.infoWindow h3 .info {
	color: var(--color-white);
}

.infoWindow h3:before {
	content: '\f05a';
	color: var(--color-white);
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	margin-right: 12px;
	font-size: 20px;
	vertical-align: middle;
}

.line {
	clear: both;
	position: relative;
	padding-right: 10px;
}

.line.narrow  {
	padding-bottom: 0;
}


input[type="checkbox"], input[type="radio"] {
	border-color: #000000;
	opacity: 1;
	width: auto;
	display: inline-block;
	vertical-align: middle;
}

input[type="checkbox"]:hover, input[type="radio"]:hover {
	border-color: #A0A0A0;
	opacity: 1;
}

input[type="checkbox"]:checked, input[type="radio"]:checked {
	opacity: 1;
}


label.nofloat{	
	float: none;
	text-align: left;	
	display: inline;
	
}

/*
label {
	display: block;
	width: 100%;
	line-height: normal;
	clear: both;
	position: relative;
	color: var(--color-black);
	font-weight: bold;
	font-size: 1.8vh;
	line-height: 3vh;
	padding-top: 3px;
}
*/

label.document {
	padding-left: 40px;
	background-image: url(../images/dokument.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	margin-bottom: 20px;
}

label.wider {
	width: 30%;
}

label.widerer {
	width: 40%;
}

label.widererer {
	width: 50%;
}


.angebot label, .angebot input + label {
	width: auto !important;
	text-align: left;
}

.angebot input {
	float: left;
	margin-top: 53px !important;
	margin-right: 10px !important;
}

/*
input, input[type="text"], input[type="email"], input[type="number"], textarea {
	border: solid 2px #E5E5E5;
	background-color: var(--color-white);
	padding: 0px 0px 0px 5px;
	font-size: 1.8vh;
	color: #333;
	width: 100%;
	padding: 0.2vh 10px 0.2vh 10px;
	height: 3.5vh;
	box-shadow: none;
	outline: none;
	display: block;
}
*/

.correct > input[type="text"], .correct > input[type="email"], .correct > input[type="number"], .correct > textarea,
input[type="text"].correct, input[type="email"].correct, input[type="number"].correct, textarea.correct {
	border-color: #8EC200;
	color: var(--color-black);
	background-image: url(../images/correct-check.png);
	background-position: right 7px center;
	background-repeat: no-repeat;
}

input[type="text"].error , input[type="email"].error , input[type="number"].error , textarea.error ,
.error input[type="text"], .error input[type="email"], .error input[type="number"], .error textarea {
	border-color: #EE4035;
	color: #000000;
}

select {
	font-size: 1.8vh;
	border: solid 1px #E5E5E5;
	background-color: #f5f5f5;
	height: 5vh;
	color:#000000;
}

textarea {
	padding: 5px;
	float: left;
}

input[type="text"], input[type="email"], input[type="number"] {
	margin-right: 0.5vw;
}

input[type="text"].wide, input[type="number"].wide, input[type="email"].wide {
	width: 40%;
}

.line:after {
	content: '';
	clear: both;
	display: block;
}

form input[type="checkbox"], form input[type="radio"] {
	vertical-align: middle;
	margin: -4px 10px 0 0;
}

.showOnContactMe {
	display: none;
	padding-bottom:5px;
}

.section-content {
	overflow: auto;
	position: relative;
	height: calc(100% - 55px - 20px);
	z-index: 100;
}

.padded .section-content {
	padding-left: 0%;
}

.section-actions {
	height: 55px;
	display: flex;
	padding: 10px 0;
	gap: 20px;
	z-index: 101;
	position: relative;
	transform: translate(-25px, 25px);
}

.section2 .section-actions {
	transform: translate(0, 25px);
}

.section-corner {
	position: absolute;
	width: 100%;
	height: 35px;
	top: 1em;
	right: 1em;
	z-index: 100;
	display: flex;
	padding: 0;
	justify-content: flex-end;
	gap: 20px;
}

.section-sidebar {
	position: absolute;
	top: 25%;
	left: 6%;
	width: 15%;
	color: var(--color-black);
	text-align: left;
	font-size: 1.9vh;
}

.section-infobutton {
	position: absolute;
	top: 85%;
	left: 90%;
	color: var(--color-black);
	text-align: center;
	font-size: 5vh;
	font-weight:bold;
	border: solid 1px var(--color-white);
	background-color: var(--color-white);
	border-radius: 2vh;
}

.mglass {
	position: relative;
	display: inline-block;
	float: left;
	color:#005a9a;
}

.mglass img {
	float: left;
	width: 100%;
}

.mglass:before {
	content: '\F00E';
	color: #005a9a;
	position: absolute;
	top: 20px;
	right: 10px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	font-size: 50px;
}

.section ul {
	display: block;
	clear: both;
}

.section ul li {
	clear: both;
} 

.currentsection {
	color: red;
	font-size:15px;
	/* display: none; */
}

.section > .currentsection, .section > h3 > .currentsection {
	position: absolute;
	top: 1px;
	right: 28px;
	line-height: 10px;
}

.hidden, .permanent {
	display: none !important;
}

.softhidden {
	display: none;
}

.ui-autocomplete {
	background-color: #ddd;
	padding: 5px 0;
	width: 30vw;
	border-radius: 3px;
	border-top-left-radius: 0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.ui-autocomplete li {
	list-style: none;
	display: block;
	line-height: 2.5vh;
	font-size: 1.5vh;
	padding: 1px 5px;
}

.ui-autocomplete li:hover {
	background-color: #ccc;
}

.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}

.toberemoved, .toberemoved span {
	background: none;
	color: red;
}

.info {
	font-size: 18px;
	vertical-align: middle;
	margin: -1px 0 1px 2px;
	cursor: pointer;
	display: inline-block;
	color:var(--color-white);
}

.padded .valign {
	transform: translate(-40%, -50%);
	width: auto;
	white-space: nowrap;
}

.addmore {
	vertical-align: middle;
	margin: -1px 0 21px 0;
	cursor: pointer;
	display: inline-block;
}

.addmore i {
	color: red;
	font-size: 18px;
	margin-right: 10px;
}

.removelast {
	vertical-align: middle;
	margin: -2.4vh 0 21px 0;
	cursor: pointer;
	display: block;
	clear: both;
}

.removelast i {
	color: green;
	font-size: 18px;
	margin-right: 10px;
}


.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 60%;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 4% 2% 2% 2%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 80%;
}

.popup .popup-content {
	overflow: auto;
	max-height: 80%;
	line-height:120%;
}

.popup .popup-content p, .popup .popup-content h6 {
	font-size:16px;
	line-height:120%;
}

.popup .popup-content h1 {
	font-size:30px;
	line-height:120%;
}

.popup .popup-content h2 {
	font-size:26px;
	line-height:120%;
}

.popup .popup-content h3 {
	font-size:22px;
	line-height:120%;
}

.popup .popup-content h4 {
	font-size:16px;
	line-height:120%;
}


.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	color: #333;
}

.popup .close:hover {
	color: var(--color-black);
}

.popup h2 {
	font-size: 28px;
	padding-bottom: 25px;
}

.popup h6 {
	font-weight: bold;
}


td.angebot, td.sozialbespiel { 
	text-align:center; border: 
	solid 1px #999; 
	border-collapse:yes;
	padding:10px;
}

td.angebot.white { 
	background-color: var(--color-white);
}

td.angebot_header { 
	vertical-align: middle;
}

input + i.fa, input + span.info {
	margin-top: 5px;
}

.half {
	float: left;
	width: 50%;
}

.line + .line.half {
	clear: both;
}

.line + .line.half {
	clear: none;
}

.screen6 th {
	background-color: var(--color-white);
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	height: 100px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	color: #95A1C0;
}

.screen6 .selected th {
	color: var(--color-white);
}

.screen6 table {
	border: 1px solid #333;
	border-radius: 9px;
	width: 100%;
}

.screen6 table td {
	border-top: 1px solid #333;
	background-color: rgba(177, 185, 208, 0.4);
	color: #3F6B9A;
	text-align: center;
	height: 200px;
	line-height: 24px;
	font-size: 19px;
	vertical-align: top;
	font-weight: 300;
}

.screen6 table.selected td {
	background-color: rgba(56, 103, 208, 1);
	color: var(--color-white);
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.lightbox {
	position: fixed;
	display: none;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 9px;
	border: 1px solid #333;
	box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
	width: 70%;
	height: 90%;
	overflow: hidden;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 20px 20px 77px 30px;
}

.lightbox .lightbox-content {
	overflow: auto;
	height: 100%;
	padding-right: 10px;
}

.lightbox .realbutton.close {
	margin-left: 0;
	position: absolute;
	bottom: 10px;
	left: 30px;
}

.lightbox iframe {
	width: 100%;
	height: 95%;
	border: none;
	background: none;
}

table.offers {
	width: 100%;
	max-width: 710px;
}

table.offers td {
	width: 310px;
}

table.offers td.first {
	width: 400px;
}

table.offers.offers2 {
	border-collapse: yes;
	border: solid 1px #000;
	width: 100%;
}

.offers .offerplan {
	position: relative;
	width: 310px;
	height: 195px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: top left;
}

.offers.offers2 .offerplan {
	width: 90%;
	margin-left: 10%;
	height: 250px;
	float: right;
}

.offers .offerplan input {
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
}

table.offers .offerplanLabel {
	display: block;
	position: relative;
	width: 90%;
	margin-left: 10%;
	padding-top: 0.5vh;
	padding-bottom: 0.5vh;
}

.offers input#serviceOptionNone {
	position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
}

.offers .schild_plus {
	background-image: url(../images/schild_plus.png);
}

.offers .schild_premium {
	background-image: url(../images/schild_premium.png);
}

.offers .price {
	position: absolute;
	bottom: -63px;
	right: -3px;
	background-image: url(../images/pricebg.png);
	background-size: contain;
	width: 137px;
	height: 140px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 53px;
	text-align: center;
	color: var(--color-white);
	text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
}

.offers .price strong {
	display: block;
	line-height: 23px;
	font-size: 23px;
}

.offers.offers2 .price {
	width: 150px;
	height: 150px;
	font-size: 17px;
	line-height: 20px;
	padding-top: 65px;
	bottom: -20px;
	right: 0px;
}

.offers .price strong {
	font-size: 16px;
	line-height: 18px;
}

.offerDownloadTitle {
	color: #367AA7;
	font-size: 18px;
	padding-left: 11px;
	line-height: 35px;
	height: 35px;
	margin: 5px 0 10px 0;
	position: relative;
}

.offerDownloadTitle:before {
	content: '';
	display: inline-block;
	background-image: url(../images/pdf.png);
	background-position: left center;
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
	margin-right: 13px;
	width: 31px;
	height: 33px;
}

.offers a {
	color: #367AA7;
	text-decoration: underline;
}

.offers a:hover {
	text-decoration: none;
}

.nojs {
	color: #EE4035;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 70%;
}

input.error, textarea.error, select.error, .line.error, p.error, canvas.error {
	border-color: #EE4035 !important;
	color: var(--color-black);
	background-image: url(../images/error-x.png) !important;
	background-position: right 7px center;
	background-repeat: no-repeat;
}

tr.bluebg, div.bluebg, td.bluebg {
	background-color: rgba(177, 185, 208, 0.4);
}

strong.orange {
	color: #f39200;
}

.roundbottom {
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

.screen8block {
	position: relative;
	width: 90%;
	height: 100%;
	margin: -12px auto 0 auto;
}

.screen8block .produktplus, .screen8block .produktpremium {
	width: 10vw;
	height: 10vw;
	border-radius: 10px;
	background-color: #396093;
	position: absolute;
	top: 11.5vw;
	left: 1.5vw;
	color: var(--color-white);
	text-align: center;
	font-size: 1vw;
	padding-top: 2.7vw; 
}

.screen8block .produktplus strong, .screen8block .produktpremium strong {
	color: #F39200;
	font-size: 1.7vw;
	display: block;
	clear: both;
	letter-spacing: -0.1em;
	padding-top: 1vw;
}

.screen8block .produktplus:before, .screen8block .produktpremium:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -8.7vw;
	transform: translateX(-50%);
	width: 11vw;
	height: 11vw;
	background-image: url(../images/schild_plus.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.screen8block .produktpremium {
	left: auto;
	right: 1.5vw;
}

.screen8block .produktpremium:before {
	background-image: url(../images/schild_premium.png);
}

.screen8block .blockcontent {
	position: absolute;
	left: 50%;
	top: 2vw;
	width: 16vw;
	height: 23vw;
	min-height: 240px;
	transform: translateX(-50%);
	background-color: #F39200;
	border-radius: 14px;
	padding: 10px;
	text-align: center;
	font-size: 1vw;
	color: var(--color-white);
	line-height: normal;
}

.screen8block .info {
	color: #396093;
}

.screen8block h4 {
	font-size: 1.7vw;
	line-height: normal;
	color: #396093;
	padding-bottom: 0;
}

.screen8block .blockcontent .details {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	color: #396093;
	line-height: 1.4em;
}

.screen8block .variants {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	height: 6vw;
}

.screen8block .variants:beforez {
	content: '';
	position: absolute;
	top: 49%;
	left: 10%;
	width: 80%;
	height: 1px;
	border-top: 3px dashed #fff;
}

.screen8block .variants hr {
	border: none;
	border-top: 3px dashed #fff;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -1px;
}

.screen8block .variants .label1, .screen8block .variants .label2 {
	font-size: 2vw;
	color: #396093;
	text-align: center;
}

.screen8block .variants .label2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.layer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background-color: rgba(0, 0, 0, 0.7);
}

.modal {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 300px;
	height: auto;
	max-width: 90%;
	padding: 15px;
	background-color: var(--color-white);
	z-index: 9001;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.modal .actions {
	clear: both;
	padding-top: 25px;
	text-align: right;
}

.modal span {
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
}

.section59 .angebot_header img {
	max-width: 120px;
}

.bottomLeftBlock {
	position: absolute;
	top: 25vw;
	left: 0;
}

.blue {
	color: #367AA7 !important;
}

img.signature_insurant {
	background-color: var(--color-white);
}

.htmlPDF {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #666;
}

.htmlPDF table {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.htmlPDF > table td > table > tbody > tr > td + td { padding-left: 15px !important; }

.htmlPDF div { overflow: visible !important; height: auto !important; width: 90% !important; box-sizing: border-box; }
.htmlPDF div:after { content: ''; clear: both; display: block; }
.htmlPDF h3 { text-indent: 0 !important; clear: both; padding-top: 7px; margin: 10px 0 5px 0 !important; display: block !important; padding-left: 10px !important; }
.htmlPDF * { max-width: 100%; }
.htmlPDF > table { width: 100% !important; }
.htmlPDF table td { color: #000 !important; }
.htmlPDF li p + table { text-indent: 0; background-color: rgb(229, 229, 229); display: block; overflow: hidden; margin: 20px 0 10px 0; width: 100 !important; }
.htmlPDF li p + table tr { overflow: hidden; display: block; }
.htmlPDF li p + table tr td { color: var(--color-black); float: left; width: 50%; padding: 5px 10px; min-height: 35px; margin-bottom: -1px !important; }
.htmlPDF li p + table tr td:only-child { width: 100%; }
.htmlPDF li p + table tr td + td { padding-left: 15px;}
.htmlPDF li p + table tr td p, .htmlPDF .s4 { color: #000 !important; }
.customLabel { text-align: center; padding: 5px; }
.customLabel + .customLabel { display: none; }
table.style_5 colgroup + tbody tr td:first-child { display: none; }
table.style_5 + .style_8 { padding-left: 15px; 
font-weight: normal; font-size: 14pt;color: rgb(0, 128, 192); }

/*.htmlPDF table.style_5 tr, .htmlPDF table.style_5 td { display: block; } */

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}

/* Smaller than standard 1366 (devices and browsers) */
@media only screen and (max-width: 1366px) {
	html, body {
		font-size: 1.8vh;
		line-height:2.8vh;
	}
}

@media only screen and (max-width: 960px), (max-width: 960px) (min-height: 450px) {
	input[type="text"], input[type="number"], input[type="email"], label { height: 3vh; font-size: 1.3vh; }
	.half { width: 100%; clear: both; float: none; }
}

/******
  new
******/

h1 {
	font-size: 40px;
	padding: 0 0 10px 0;
	line-height: normal;
}

h2 {
	font-size: 30px;
	line-height: normal;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 2vh;
	font-weight:bold;
	line-height: normal;
	padding: 0 0 10px 0;
	color: var(--color-black);
}

h4 {
	font-size: 1.5vh;
	line-height: normal;
	padding: 0 0 10px 0;
}

h5 {
	font-size: 24px;
	line-height: normal;
	padding: 0 0 10px 0;
}

h6 {
	font-size: 20px;
	line-height: normal;
	padding: 0 0 10px 0;
	color: #99d6eb;
}

.beforeinput {
	float: left;
	width: 45%;
	line-height: 3.5vh;
	height: 3.5vh;
	display: inline-block;
}

/*-------------------------
		Custom select
--------------------------*/

.custom-select {
	padding: 0;
	display: inline-block;
	cursor: default;
	text-decoration: none;
	outline: none;
	vertical-align: middle;
	border: none;
	width: 100%;
	max-width: 100%;
	color: #E5E5E5;
	position: relative;
	margin-left: 0px;	
	font-size: 1.8vh;
	border: solid 2px #E5E5E5;
	background-color: var(--color-white);
	height: 3.5vh;
	margin-right: 7px;
}

.custom-select.smallselect {
	width: 20%;
}

.custom-select.half {
	width: 50%;
	margin: 0;
}

.custom-select:focus {
	border-color: #999999;
}

.custom-select.opened {
	border-color: #999999 !important;
}

.custom-select.error {
	border-color: #EE4035;
}

.custom-select.correct {
	border-color: #8EC200;
}

.custom-select:after {
	content: '';
	position: absolute;
	right: 8px;
	top: 50%;
	width: 10px; 
	height: 7px;
	margin-top: -3px;
	background-image: url(../images/arrow-down.png);
	background-repeat: no-repeat;
}

.custom-select .custom-select-inner {
	position: relative;
	display: block;
	width: 100%;
}

.custom-select .custom-select-inner:after {
	content: '';
	clear: both;
	display: block;
}

.custom-select .custom-select-current {
	float: left;
	width: 100%;
	height: 3.5vh;
	line-height: 3.5vh;
	padding: 0 20px 0 6px;
	outline: none;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	vertical-align: middle;
	text-align: left;
	display: table-cell;
	text-decoration: none !important;
	position: relative;
}

.custom-select.error .custom-select-current, .custom-select.correct .custom-select-current {
	color: var(--color-black);
}

.custom-select:focus .custom-select-current, .custom-select.opened  .custom-select-current{
	color: #a5a5a5;
}

.custom-select ul {
	margin: 0;
	padding: 0;
	display: none;
	width: auto;
	position: absolute;
	top: 3.5vh;
	left: -2px;
	right: -2px;
	background-color: var(--color-white);
	overflow: auto;
	max-height: 150px;
	z-index: 1000;
	margin-top: -2px;
	border: 2px solid #999999;
	border-top: none;
}

.custom-select ul li {
	display: block;
	cursor: default;
	background-color: var(--color-white);
	position: relative;
	color: #000000;
	min-height: 26px;
	padding: 5px 5px;
	margin: 0;
	text-align: left;
	line-height: 16px;
}

.custom-select ul li.current, .custom-select ul li.hovered.current {
	background-color: var(--color-white);
	color: var(--color-black);
	cursor: pointer;
}

.custom-select ul li.hovered  {
	background-color: #E5E5E5;
}

 
/* end of custom select */

.footer {
	background-color: #4F4F4F;
	color: var(--color-white);
	padding: 20px 20px 10px 20px;
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 13px;
	z-index: 11111;
}

.screenprogress {
	background-color: #454746;
	width: 32%;
	height: 40px;
	bottom: 12px;
	left: 33.5%;
	position: absolute;
	z-index: 11111;
	padding-left: 10px;
}

.screenprogress * {
	vertical-align: top;
}

.screenprogress .prevscreen {
	display: inline-block;
	background-image: url(../images/prev.png);
	width: 28px;
	height: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 10px 10px 0 10px;
}

.screenprogress .nextscreen {
	display: inline-block;
	background-image: url(../images/next.png);
	width: 28px;
	height: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 10px 10px 0 10px;
}

.screenprogress .play {
	display: inline-block;
	background-image: url(../images/pause.png);
	width: 28px;
	height: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 10px 10px 0 10px;
}

.screenprogress .play.paused {
	background-image: url(../images/play.png);
}

.screenprogress .fullscreen {
	display: inline-block;
	background-image: url(../images/fullscreen.png);
	width: 28px;
	height: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 10px 10px 0 10px;
	float: right;
}

.fullscreen .screenprogress .fullscreen {
	background-image: url(../images/normal.svg);
}

.screenprogress .volume {
	display: inline-block;
	background-image: url(../images/speaker.svg);
	width: 28px;
	height: 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 10px 20px 0 10px;
	float: right;
}

.screenprogress .volume.mute {
	background-image: url(../images/speaker-mute.svg);
}

.screenprogress .progressbar {
	width: 65%;
	background-color: #666F5C;
	height: 10px;
	margin: 16px 20px 0 20px;
	display: inline-block;
	position: relative;
}

.screenprogress .progress {
	float: left;
	position: relative;
	height: 100%;
	width: 1%;
	background-color: var(--color-white);
}

.screenprogress .progress:after {
	content: '';
	background-color: var(--color-white);
	width: 16px;
	height: 16px;
	border-radius: 8px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	position: absolute;
	top: -3px;
	right: -8px;
}

.progressbar .separator {
	position: absolute;
	bottom: 32px;
	z-index: 2222;
	font-size: 12px;
	color: var(--color-black);
	margin-left: -1px;
}

.progressbar .separator:before {
	content: '';
	width: 2px;
	height: 20px;
	background-color: var(--color-white);
	position: absolute;
	top: 22px;
	left: 0;
}

.progressbar .separator.start:before {
	height: 0px;
}

.progressbar .separator.end:before {
	left: auto;
	right: 0;
}

.progressbar .separator.secondlevel:before {
	height: 10px;
	background-color: var(--color-white);
	top: 22px;
}

body.fullscreen {
	padding: 0 !important;
}

.fullscreen .main, .fullscreen .main-wrapper {
	padding: 0 !important;
	margin: 0 !important;
}

.vcenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	
	margin-top: -2.5%;
}

.sticky {
	position: absolute;
	top: 40%;
	right: 0;
	background-color: #999999;
	width: 4%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -4%;
	z-index: 11112;
	padding: 10px 0;
}

.sticky .icon {
	display: inline-block;
}

.sticky .icon img {
	padding:3px;
	margin:3px;
	background-color:white;
	border: solid 1px black;
	display: block;
	width: 90%;
	margin: 5px auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.sticky .icon span img {
	width: 100%;
}

.sticky div {
	position: relative;
}

.sticky ul {
	display: none;
	position: absolute;
	right: 100%;
	bottom: -20px;
	width: 150px;
}

.sticky ul li {
	display: block;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #515251;
}

.sticky ul li a {
	color: var(--color-white);
	display: block;
	padding: 8px;
	text-decoration: none;
	font-size: 1.6vh;
}

.sticky ul li a:hover {
	color: #74B8B8;
}

.sticky ul li:first-child {
	border-top: none;
}


.sticky div:hover ul {
	display: block;
}

.footer h6 {
	color: var(--color-white);
	font-size: 1.9vh;
}

.footerleft {
	float: left;
	width: 60%;
}

.footerright {
	float: right;
	width: 35%;
}

.tags span {
	display: inline-block;
	background-color: var(--color-white);
	height: 3vh;
	font-size: 1.6vh;
	line-height: 3vh;
	padding: 0 10px;
	color: var(--color-white); 
	text-transform: uppercase;
	border-radius: 7px;
	margin: 0 7px 7px 0;
}

.tablet .tags span {
	font-size: 1.4vh;
	line-height: 2.6vh;
	height: 2.6vh;
}

.bottombar {
	clear: both;
}

.footer a {
	color: var(--color-white);
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .alignleft a {
	margin-right: 15px;
}

.footer .alignright a {
	margin-left: 0px;
}

.main-wrapper {
	
}

.left {
	width: 50%;
	float: left;
	padding-right: 2%;
}

.right {
	width: 50%;
	float: right;
	padding-left: 2%;
}

.animateright {
	-webkit-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	z-index: 111;
	position: relative;
}

.animateright.active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	padding-left: 2%;
	padding-right: 0;
}

.animatechunked {
	-webkit-transition: opacity 0.01s, visibility 0.5s;
	-ms-transition: opacity 0.01s, visibility 0.5s;
	transition: opacity 0.01s, visibility 0.5s;
	text-transform:uppercase;
}

ul.partnerlist li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
	font-size: 1vw;
	height: 3.5vh;
    color: var(--color-white);
	text-transform: uppercase;
	clear: both;
}

ul.partnerlist li span {
	display: block;
	width: 0;
	background-color: var(--color-black);
	overflow: hidden;
	min-height: 3.5vh;
	line-height: 2.5vh;
	padding: 0.5vh 0;
	white-space: nowrap;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

ul.partnerlist li span:before, ul.partnerlist li span:after {
	content: '   ';
	display: inline-block;
	margin-right: 5px;
}

.animatechunked.active span {
	animation: chunked 1s forwards;
}

.paused .animatechunked.active span {
	animation-play-state: paused;
}

@keyframes chunked {
  0% { width: 0%; opacity: 0 }
  1% { opacity: 1; }
  100% { width: 100%; }
}

.textlogo {
	 position: absolute;
	 display: inline-block;
	 text-align: center;
	 top: 18%;
	 left: 50%;
	 -webkit-transform: translateX(-50%);
	 -ms-transform: translateX(-50%);
	 transform: translateX(-50%);
	 color: var(--color-white);
}

.textlogo.static {
	position: relative;
	top: auto;
	left: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-bottom: 3vh;
}

.textlogo span {
	display: block;
	width: 0;
	overflow: hidden;
	white-space: nowrap;
	background-color: var(--color-black);
	padding: 8px 16px 8px 14px;
	font-size: 5vh;
	line-height: 3vh;
	letter-spacing: 0.1em;
}

ul.faded, div.faded,  li.faded span {
	opacity: 0;
}

.left.secondleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	opacity: 0;
	transition: opacity 1s;
}

.left.secondleft.active {
	opacity: 1;
}

.center {
	text-align: center;
}

.tagcloud {
	position: relative;
	height: 50%;
	margin-top: 5%;
}

.tagcloud li {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;
	white-space: nowrap;
}

.tagcloud span {
	display: block;
	padding: .5vh 1vh;
	background-color: var(--color-black);
}

.tagcloud .white {
	color: #fff !important;
}

.tagcloud .blue {
	color: #0091C8 !important;
}

.tagcloud .green {
	color: #A6D486 !important;
}

a.download {
	background-image: url(../images/arrow-down.svg);
	background-position: right center;
	background-size: 18px 18px;
	padding-right: 25px;
	color: #008DC2;
	background-repeat: no-repeat;
}

.allowNext17a, .allowNext17b {
	display: none !important;
}

.nutzung { margin-left:7vh !important; }

.custom-radio {
	width: 16px;
	height: 16px;
	display: inline-block;
	border-radius: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	cursor: pointer;
	margin: 3px 10px -3px 0;
	border: 1px solid rgba(0, 0, 0, 1);
}

.custom-radio.checked, .custom-radio.checked:hover {
	background-position: 0 0;
	background-image: url(../images/radio.png);
	background-repeat: no-repeat;
	border: 1px solid rgba(0, 0, 0, 1);
}

.custom-radio.disabled, .custom-radio.disabled:hover {
	border: 1px solid rgba(0, 0, 0, 0.35);
}

.custom-radio:hover {
	border: 1px solid rgba(0, 0, 0, 1);
}

/*
.custom-radio.error, .custom-radio.error:hover, .error > .custom-radio, .error > .custom-radio:hover {
	border: 1px solid rgba(240, 81, 71, 1);
}

.custom-radio.correct, .custom-radio.correct:hover, .correct > .custom-radio, .correct > .custom-radio:hover {
	border: 1px solid rgba(142, 194, 0, 1);
}

.custom-radio.checked.correct, .custom-radio.checked.correct:hover, .correct > .custom-radio.checked, .correct > .custom-radio.checked:hover {
	border: 1px solid rgba(142, 194, 0, 1);
}
*/

.custom-checkbox {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	cursor: pointer;
	margin: 3px 10px -3px 0;
	border: 1px solid rgba(0, 0, 0, 1);
}

.custom-checkbox.checked, .custom-checkbox.checked:hover {
	background-position: 0 0;
	background-image: url(../images/checkbox.png);
	background-repeat: no-repeat;
	border: 1px solid rgba(0, 0, 0, 1);
}

.custom-checkbox.disabled, .custom-checkbox.disabled:hover {
	border: 1px solid rgba(0, 0, 0, 0.35);
}

.custom-checkbox:hover {
	border: 1px solid rgba(0, 0, 0, 1);
}

.custom-checkbox.error, .custom-checkbox.error:hover, .error > .custom-checkbox, .error > .custom-checkbox:hover {
	border: 1px solid rgba(240, 81, 71, 1);
}

.custom-checkbox.correct, .custom-checkbox.correct:hover, .correct > .custom-checkbox, .correct > .custom-checkbox:hover {
	border: 1px solid rgba(142, 194, 0, 1);
}

.custom-checkbox.checked.correct, .custom-checkbox.checked.correct:hover, .correct > .custom-checkbox.checked, .correct > .custom-checkbox.checked:hover {
	border: 1px solid rgba(142, 194, 0, 1);
}

.centered {
	text-align: left;
	margin: 0 auto;
	width: 50%;
	padding-top: 20px;
}

.centered h4 span {
	background-color: var(--color-black);
	color: #A2C483;
	text-transform: none !important;
	padding: 0 10px;
}

ul.whitebg {
	padding: 20px 25px;
	background-color: var(--color-white);
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

/* Remove spinners from numbers filed */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.splashScreen {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 6666;
	background-color: var(--color-white);
	background-image: url(../images/splash.jpg?v=2);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border: 1px solid #000;
	display: none;
	padding-left: 40%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.splashScreen:after {
	content: '';
	background-image: url(../images/0/splash.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.showSplashscreen .splashScreen {
	display: block;
}

.masterPlay {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 5555;
    background-color: #fff;
    /* background-image: url(../images/splash.svg); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
    border: 1px solid #000;
    cursor: pointer;
    display: none;
}

/*
.masterPlay {
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 5555;
	background-color: var(--color-white);
	background-image: url(../images/splash.jpg?v=2);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border: 1px solid #000;
	display: none;
	padding-left: 40.7%;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
*/

.masterPlay img.icon {
	width: 100px;
}

.showMasterPlay .masterPlay {
	display: flex;
}

.showMasterPlay .screenprogress {
	display: none;
}

.masterPlay .langselect {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 1.2rem;
	color: var(--color-black);
	text-decoration:none;
	font-weight: bold;
	cursor: pointer;
	padding: 1rem;
}

.masterPlay .langselect:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.tablet label {
	font-size: 1vw;
	line-height: 2.5vw;
}

.tablet input, .tablet input[type="text"], .tablet input[type="email"], .tablet input[type="number"], .tablet textarea, .tablet .custom-select {
	font-size: 0.8vw;
}

.tablet input, .tablet input[type="text"], .tablet input[type="email"], .tablet input[type="number"] {
	height: 2.5vw;
}

.tablet .custom-select , .tablet .custom-select .custom-select-current, .tablet .beforeinput {
	height: 2.5vw;
	line-height: 2.5vw;
}

.tablet .custom-select ul {
	top: 2.5vw;
}

.tablet .realbutton.doubleheight {
	min-height: 4vh;
}

.tablet .section .valign {
	max-width: 80%;
}

.big {
	font-size: 3vh;
}

.errormsg {
	color: #EE4035;
}

body.linkportal {
	background-image: url(/linkportal/images/linkportalbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.linkportal .heading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: var(--color-white);
	height: 60px;
	line-height: 60px;
	text-align: right;
	font-size: 24px;
}

.linkportal .wrapper {
	width: 100%;
	max-width: 1360px;
	padding: 0 80px 50px 80px;
	position: relative;
	margin: 0 auto;
	min-width: 900px;
}

.linkportal .heading .wrapper:before {
	content: '';
	background-image: url(/linkportal/images/logo.png);
	width: 216px;
	height: 35px;
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 80px;
	top: 10px;
}

.linkportal .content {
	margin: 0 auto;
	z-index: 222;
	position: relative;
	padding: 16% 0 0 0;
}

.linkportal .form {
	float: left;
	width: 100%;
	max-width: 900px;
	padding-right: 320px;
	position: relative;
}

.linkportal .form:after {
	content: '';
	background-image: url(/images/icon_pcid.svg);
	position: absolute;
	top: 66px;
	right: 0;
	width: 230px;
	height: 270px;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}

.linkportal .linkgen {
	clear: both;
	width: 100%;
	max-width: 900px;
	padding-top: 50px;
	padding: 50px 330px 0 0;
	font-size: 15px;
	font-weight: bold;
	position: relative;
}

.linkportal .linkgen .badge {
	position: fixed;
	bottom: 23%;
	right: 15%;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background-color: #008EBE;
	color: var(--color-white);
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	padding-top: 70px;
}

.linkportal .linkgen a {
	color: #0086AE;
	text-decoration: none;
}

.linkportal .linkgen a:hover {
	text-decoration: underline;
}

.linkportal .line label {
	float: left;
	width: auto;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	padding: 0;
	margin: 0;
}

.linkportal .line {
	clear: both;
	padding-bottom: 20px;
}

.linkportal .line big {
	display: block;
}

.linkportal .right {
	float: right;
	font-size: 15px;
	width: auto;
    padding: 0;
	margin: 0;
	line-height: 19px;
}

.linkportal input {
	height: 32px;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #000;
}

.linkportal .realbutton {
	max-width: none;
	width: auto;
	margin: 20px auto 0 auto;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	min-height: 0;
	text-transform: none;
}

.linkportal .realbutton.doubleheight span {
	line-height: 40px;
	height: 40px;
	min-height: 0;
}

.linkportal .generatedlink {
	display: block;
	width: 100% !important;
	height: 40px;
	line-height: 34px;
	padding: 3px 10px;
	overflow: hidden;
	resize: none;
}

.linkportal .copylink {
	line-height: 22px;
}

.linkportal .copylink i {
	float: none;
}

@media only screen and (max-width: 501px) {
	.linkportal td { line-height: 17px; }
	.linkportal td input { width: 100%; max-width: 100%; margin-bottom: 4px; margin-top: 5px; }
}

.opaquefield { border-radius:1em; background-color: rgba(255, 255, 255, 0.9); border: solid 1px var(--color-white); }

.infobutton { background-color: var(--color-black); border-color: var(--color-black); }

table.sozialbespiel td { }
.social_header_dark {  background-color: var(--color-white); color: #ffffff; }
.social_header_light {  background-color: var(--color-blue); }
.social_cell {  border: solid 1px #999; border-collapse: collapse; vertical-align:top; text-align:left; }

.custom-switch-field input {
	display: none;
}

.custom-switch-field {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.custom-switch-field label {
	background-color: #eee;
	font-size: 14px;
}

.custom-switch-field label.checked {
	background-color: #ccc;
}

h4 {
	font-weight:bold;
}

.ml-auto { margin-left: auto !important; }
.mr-auto { margin-right: auto !important; }

.color-white { color: var(--color-white); }
.color-black { color: var(--color-black); }
.color-blue { color: var(--color-blue); }

.nobg { background: none !important; }
.noshadow { box-shadow: none !important; }

.button {
	display: inline-block;
	white-space: nowrap;
	border: none;
	text-decoration: none;
	max-width: 60%;
	position: relative;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	color: #ffffff;
	background-color: #ff612f;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	font-weight: 500;
	padding: 0 25px;
}

.button:hover {
	color: #fff;
	box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.button:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	background-color: #13C4A1;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}

.button:hover:after {
	width: 200%;
	height: 500px;
	min-height: 50vh;
}

.button > * {
	vertical-align: middle;
}

.section-content a.button {
	line-height: 40px;
}

.section-actions .button, .section-actions input.button,
.section-corner .button, .section-corner input.button {
	line-height: 35px;
}

.blueball {
	font-size: 30px;
	font-weight: bold;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ff612f;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

div.bluebordered {
	border: 3px solid #9AD2EC;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 0 4% 2% 4%;
	border-radius: 20px;
	width: 100%;
	max-width: 500px;
}

img.bluebordered {
	border: 3px solid #9AD2EC;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 2%;
	border-radius: 20px;
}

.bluebordered_simple {
	border: 3px solid #9AD2EC;
	background-color: rgba(255, 255, 255, 0.9);
}

.bluebordered .photo {
	width: 40%;
	transform: translateY(-17%);
}

.bluebordered .photo img {
	width: 100%;
}

.bluebordered h4 {
	font-size: 22px;
	font-weight: 900;
	padding-bottom: 0;
}

.bluebordered h5 {
	font-size: 17px;
	font-weight: normal;
}

.blueinfo {
	border: 3px solid var(--color-blue);
	background-color: rgba(255, 255, 255, 0.5);
	padding: 60px 2% 2% 2%;
	font-size: 12px;
	flex: 1;
	max-width: 35%;
	margin-top: 7%;
	border-radius: 12px;
	position: relative;
	box-shadow: 0 0 20px rgba(0 ,0 , 0, 0.3);
}

.blueinfo .thumb, .bluethumb {
	border: 4px solid var(--color-blue);
	border-radius: 50%;
	background-color: var(--color-white);
	width: 100px;
	max-width: 80%;
	display: flex;
	aspect-ratio: 1/1;
	justify-content: center;
	align-items: center;
	transform: translate(-50%, -60%);
	position: absolute;
	left: 50%;
	top: 0;
	box-shadow: 0 0 10px rgba(0 ,0 , 0, 0.3);
}

.bluethumb {
	width: 120px;
	max-width: 100%;
	position: relative;
	transform: none;
	left: auto;
	top: auto;
}

.blueinfo .thumb img, .bluethumb img {
	width: 50%
}

.blueinfo h5 {
	color: var(--color-blue);
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

h5.threelines {
	min-height: 60px;
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
}

.showInFull {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
}

.showOnVideoEnd {
	opacity: 0;
}

.showOnVideoEnd.visible {
	opacity: 1;
}

.s1button {
	position: absolute;
	bottom: 5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 20rem;
	height: 20rem;
	z-index: 101;
	transition: opacity 0.2s;
}

.fullscreen .s1button {
	width: 38vh;
	height: 38vh;
	font-size: 4.3vh;
	bottom: 7vh;
}

.button.screen3tl {
	width: 31rem;
	height: 17rem;
	position: absolute;
	top: 10rem;
	left: 1rem;
	background: transparent !important;
	box-shadow: none !important;
}

.button.screen3tr {
	width: 31rem;
	height: 17rem;
	position: absolute;
	top: 10rem;
	left: 37rem;
	background: transparent !important;
	box-shadow: none !important;
}

.button.screen3bl {
	width: 31rem;
	height: 17rem;
	position: absolute;
	top: 28rem;
	left: 1rem;
	background: transparent !important;
	box-shadow: none !important;
}

.button.screen3br {
	width: 31rem;
	height: 17rem;
	position: absolute;
	top: 28rem;
	left: 37rem;
	background: transparent !important;
	box-shadow: none !important;
}

.screen3tl:after, .screen3tr:after, .screen3bl:after, .screen3br:after {
	display: none !important;
}

.iconset {
	background-color: #fff;
	padding: 0 40px;
	display: flex;
	gap: 20px;
	margin: 0 auto 1em auto;
	box-shadow: 0 0 10px rgba(0 ,0 , 0, 0.4);
}

.iconset .item {
	text-align: center;
	transform: translateY(-30px);
	margin-bottom: -10px;
	font-size: 17px;
}

.iconset .item .icon {
	padding-bottom: 0.7em;
}

.iconset .item .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}

.green {
	color: var(--bs-green);
}

.section::after {
	content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	opacity: 0;
	transition: opacity 0.2s;
}

.section.overlay::after {
	opacity: 1;
}

.section.overlay .section-content, .section.overlay .section-actions {
	transition: opacity 0.2s;
	opacity: 1;
}

.section.nooverlay .section-content, .section.nooverlay .section-actions {
	opacity: 0;
	transition: opacity 0s;
}

.slideshow {
	width: 100%;
	height: 100%;
	position: relative;
}

.slideshow .slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.2s;
}

.slideshow .slide.visible {
	opacity: 1;
	z-index: 1000;
}

.box {
	width: 55%;
	background-color: var(--color-white);
	box-shadow: 0 0 10px rgba(0 ,0 , 0, 0.3);
	padding: 15px 20px;
	color: var(--color-black);
}

.balllabel {
	background-color: var(--color-blue);
	width: 60px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: bold;
	color: var(--color-white);
	box-shadow: 0 0 10px rgba(0 ,0 , 0, 0.4);
	border-radius: 50%;
}

img.fit {
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	object-position: center center;
}

.screen-controls {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 10px;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.screen-controls > div {
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	transition: all 0.2s;
}

.screen-controls > div:hover {
	transform: scale(1.1);
}

.portrait .screen-controls > div {
	width: 45px;
	height: 45px;
}

.screen-controls .play { background-image: url(../images/play.svg); }
.screen-controls .pause { background-image: url(../images/pause.svg); }
.screen-controls .mute { background-image: url(../images/mute.svg); }
.screen-controls .unmute { background-image: url(../images/unmute.svg); }
.screen-controls .fullscreen { background-image: url(../images/fullscreen.svg); }
.screen-controls .smallscreen { background-image: url(../images/smallscreen.svg); }

.screen-controls progress, .screen-controls .progressLabel { 
	position: absolute;
	left: 200px;
	width: calc(100% - 400px);
	bottom: 10px;
	height: 30px;
}

.screen-controls .progressLabel {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 10;
	font-size: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #fff;
	mix-blend-mode: difference;
}

.w-60 {
	width: 60% !important;
	max-width: 60%;
}

.newUpdatedLabel {
	background-color: var(--color-blue);
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	padding: 5px;
	min-width: 60px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0px) rotate(-10deg);
	z-index: 100;
}

h2.accordion-header {
	padding-bottom: 0;
}

.accordion-body, .accordion-button {
	font-size: 1.2rem;
}

.container.main-wrapper {
	max-width: none !important;
}

.boxes {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.nodebox {
	background-color: var(--color-white);
}

.nodebox .icons {
	display: flex;
	gap: 7px;
	padding: 10px;
	background-color: rgb(232, 232, 232);
	border-radius: 30px;
	justify-content: center;
	align-items: center;
	margin: 1em 0;
}

.nodebox .icons img {
	width: 10%;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: center center;
}

.nodebox .icons-more {
	margin-top: -1.5em;
}

.nodebox .bar {
	background-color: var(--color-blue);
	color: var(--color-white);
	text-align: center;
	font-size: 1.4em;
	line-height: 1.5em;
}

.nodebox .heading {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000;
	background-image: url(../images/nodebox_background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: var(--color-white);
	font-size: 1.5em;
	line-height: 1.5em;
	min-height: 3em;
	font-weight: bold;
}

.nodebox .box-content {
	padding: 15px 15px 20px 15px;
	text-align: center;
	color: var(--color-black);
}

.nodebox .box-content big {
	font-size: 3rem;
	font-weight: bold;
	display: block;
}

form.loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.4);
	background-image: url(../images/loader-spinner-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}

.nowrap {
	white-space: nowrap;
}

@media only screen and (max-width: 961px) and (orientation:portrait) {
	html {
		transform: rotate(90deg);
		transform-origin: right top;
		width: 100vh;
		height: 100vw;
		overflow-x: hidden;
		position: absolute;
		top: 100%;
		right: 0;
	}
	body { width: 100vh; height: 100vw; }
}

@media only screen and (max-width: 961px) {
	.section { padding-left: 45%; }
	h1 { font-size: 24px; }
	h2 { font-size: 20px; }
	.s1button { width: 100px; height: 100px; font-size: 20px; }
	.blueball { width: 90px; height: 90px; }
	.balllabel { width: 45px; height: 45px; font-size: 20px; }
	.screen1 .blueball { width: 130px; height: 130px; }
	.blueinfo { padding-top: 10px; font-size: 9px; line-height: 14px; }
	.blueinfo h5 { font-size: 12px; line-height: 16px; padding-bottom: 5px; font-size: clamp(10px, 3vw, 12px); }
	.section-corner { height: 28px; }
	.section-actions .button, .section-actions input.button, .section-corner .button, .section-corner input.button { line-height: 28px; padding: 0 10px; font-size: clamp(0.7em, 2vw, 0.9em); }
	.section-actions { height: 38px; padding-bottom: 0; gap: 10px; justify-content: flex-start; }
	.section-content { height: calc(100% - 38px - 15px); }
	.section.content-left { padding-right: 32%; padding-left: 2% }
	.screen-controls { bottom: auto; top: 50%; right: 0; left: auto; transform: translateY(-50%); flex-direction: column; }
	.screen-controls .fullscreen { display: none; }

	.blueinfo .thumb { width: 60px; max-width: 60%; }
	.iconset .item { font-size: 11px; }
	.nodebox .icons { gap: 2px; flex-wrap: wrap; border-radius: 15px; padding: 7px; }
	.nodebox .icons img { width: 20%; }
	.newUpdatedLabel { padding: 3px; font-size: 11px; min-width: 40px; }
}