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

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



:root {
	--color-white: #ffffff;
	--color-black: #000000;
	--color-blue: #073956;
	--color-green: #8cff00;
	--color-gray: #97a0a7;
	--color-yellow: #e3be45;
	--color-cyan: #0b8288;
	--color-kvch-label: #6a6a6a;
	--color-kvch-primary: #E11B26;
	--color1: #e11a27;
	--color2: #ffcc00;
	--color3: #ffb0b5;
	--color4: #d4d4d4;
	--color5: #40A8E4;
	--color6: #ee9900;
	--color1rgb: rgba(103, 255, 164, 0);

}

/* --------------------
		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: "Helvetica Neue", sans-serif;
	background-color: #F2F5F9;
}

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;
	height: 100%;
}

.main {
	transition: all 0.2s;
	background-color: #F2F5F9;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	padding: 50px !important;
}

.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: cover;
}

.header {
	display: flex;
	position: relative;
	z-index: 1000;
	background-color: #e11a27;
	width: calc(100% - 0px);
	margin: -50px auto 0 auto;
	height: 51px;
	color: white;
	font-size: 2rem;
	justify-content: space-around;
	align-items: center;
}

.showMasterPlay .header {
	width: 100%;
}

.header a {
	color: white;
}

.fullscreen .header {
	margin: 0;
	width: 100%;
}

.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 {
	opacity: 0;
	transition: opacity 0.2s;
	visibility: hidden;

	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	z-index: 1000;
	font-size: 1rem;
	line-height: 1.5rem;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;

	padding: 2% 7% 6% 34%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/*.section5 {
  padding: 4% 34% 6% 7%;
}

.section5 {
  padding: 4% 41% 6% 0%;
}*/

/*
.section.logo:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 12%;
  aspect-ratio: 34/10;
  background-image: url(../images/logo_background.svg);
  background-position: center center;
  padding: 10px;
  border: solid 1px #999;
  background-repeat: no-repeat;
  background-size: contain;
}
*/

.logo_noborder:before {
	border: none !important;
}

.section.visible {
	opacity: 1;
	z-index: 2000;
	visibility: visible;
}

.section.section-centered {
	padding-left: 7%;
}

.section.bg-white {
	background-color: #fff !important;
}

.section .bg-red {
	background-color: var(--color-kvch-primary) !important;
}

.section .bg-yellow {
	background-color: var(--color-yellow) !important;
}

.section strong {
	font-weight: bold;
}

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

.section.content-full {
	padding: 3% 6% 7% 5%;
}

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

.section-content {
	overflow: auto;
	position: relative;
	z-index: 5000;
	padding: 3%;
	background-color: #fff;
	max-height: 100%;
	border-radius: 15px;
	display: inline-block;
	box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.2);
}

.bg-transparent {
	background-color: rgba(255, 255, 255, 0.8) !important;
}

.nobg .section-content:not(.hasbg) {
	background: none;
	box-shadow: none;
}

.noshadows {
	box-shadow: none !important;
}

.block {
	box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	padding: 4%;
	background-color: #fff;
}

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

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

.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: 0.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"].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;
}

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

.section-actions {
	height: 75px;
	display: flex;
	justify-content: space-between;
	padding: 20px 0 20px 0;
	gap: 20px;
	z-index: 101;
	position: absolute;
	left: 5%;
	bottom: 0;
	width: 94%;
}

.fullscreen .section-actions {
	bottom: 100px;
	padding: 10px 0;
}

.section-actions .button {
	background-color: var(--color-cyan);
	line-height: 2rem !important;
	font-size: 1.75rem;
}

.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: var(--color-kvch-primary);
	font-size: 12px;
	/* display: none; */
}

.section>.currentsection,
.section>h3>.currentsection {
	position: absolute;
	top: 1px;
	right: 4rem;
	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: 9999;
	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%;
	overflow: auto;
}

.popup .popup-content {
	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: 17px;
	line-height: 120%;
}

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

.popup .close {
	position: fixed;
	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;
}

.popup table td {
	padding: 0.2rem 2rem 0.2rem 2rem;
}

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;
}

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;
	}
}

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

h1 {
	font-size: 31px;
	line-height: 38px;
	padding: 0 0 10px 0;
	font-weight: bold;
	color: var(--color-blue);
}

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 {
	position: absolute;
	top: 0;
	left: 0;
}

.progressLabel {
	position: absolute;
	top: 12px;
	left: 0;
}

.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;
	/*top: 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,
span.faded {
	opacity: 0 !important;
}

.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: 0.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: 50%;
	top: 0%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	z-index: 5555;
	background-color: var(--color-white);
	background-image: url(../images/TT_screen_init.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border: 1px solid #000;
	display: none;
	padding-left: 0;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.masterPlay .play-container {
	margin-top: 10%;
	width: 100%;
	max-width: 160px;
}

.fullscreen .masterPlay {
	width: 100%;
}

.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;
	background-color: rgba(255, 255, 255, 0.7);
	color: #005969;
}

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

.tablet label {
	font-size: 1.3rem;
	line-height: 1.4rem;
}

.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);
}

.no-bg {
	background: none !important;
}

.no-shadow {
	box-shadow: none !important;
}

.no-padding {
	padding: 0 !important;
}

.overflow-visible {
	overflow: visible !important;
}

.button:not(.screen-4-button),
.kvch-button-submit {
	display: inline-block;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	background-color: #00a0a6;
	border: 0;
	min-width: 102px;
	width: max-content;
	height: 48px;
	padding: 12px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

.button:not(.screen-4-button):hover,
.kvch-button-submit:hover {
	background-color: #005969;
	color: var(--color-white);
}

.button.small {
	padding: 0px 10px;
	font-size: 0.8em;
	min-width: 70px;
	max-width: none;
	font-weight: normal;
	text-transform: none;
	font-style: italic;
	line-height: 25px !important;
}

.button.rounded {
	padding: 5px 10px;
	font-size: 0.8em;
	font-weight: normal;
	text-transform: none;
	min-width: 90px;
	font-style: italic;
	line-height: 25px !important;
	border-radius: 25px !important;
}

input.gray {
	background-color: #eee;
	color: #000;
	border-radius: 20px;
	padding: 3px 12px;
	border: none;
}

input.white {
	background-color: #fff;
	color: #000;
	border-radius: 20px;
	padding: 3px 12px;
	border: none;
}

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

.button:not(.screen-4-button)+.button:not(.screen-4-button) {
	margin-left: 10px;
}

.section-actions .button+.button {
	margin-right: 4%;
}

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

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

.button[data-disabled],
.btn[data-disabled] {
	opacity: 0.4;
	cursor: not-allowed;
}

.blueball {
	font-size: 30px;
	font-weight: bold;
	color: var(--color-white);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #29a8df;
	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;
}

.s1button {
	position: absolute;
	bottom: 50px;
	left: 20%;
	width: 180px;
	height: 180px;
	z-index: 101;
}

.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: 1;
	transition: opacity 0s;
}

.section.no-overlay::after {
	opacity: 0;
	z-index: -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;
}

.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 {
	gap: 15px;
}

.screen-controls.hide {
	display: none;
}

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

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

.fullscreen .screen-topright {
	justify-content: center;
	align-items: center;
	right: auto;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px 15px;
}

.fullscreen .screen-controls {
	margin-right: 10px;
}

.fullscreen .screen-controls>* {
	width: 25px;
	height: 25px;
}

.fullscreen .screen-topright a:not(#imprint) {
	width: 25px;
	height: 25px;
}

.portrait .screen-controls>* {
	width: 45px;
	height: 45px;
	display: block;
}

.screen-controls .play {
	background-image: url(../images/play.svg?v=1);
}

.screen-controls .pause {
	background-image: url(../images/pause.svg?v=1);
}

.screen-controls .mute {
	background-image: url(../images/unmute.svg?v=1);
}

.screen-controls .unmute {
	background-image: url(../images/mute.svg?v=1);
}

.screen-controls .fullscreen {
	background-image: url(../images/fullscreen.svg?v=1);
}

.screen-controls .smallscreen {
	background-image: url(../images/smallscreen.svg?v=1);
}

.screen-controls .systemreq {
	background-image: url(../images/system.svg?v=1);
	margin-left: 20px;
}

.portrait .screen-controls .systemreq {
	margin-left: 0;
	margin-top: 10px;
}

.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%;
}

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

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

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

.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: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
	max-width: 650px;
}

.boxes-3-col {
	grid-template-columns: repeat(3, 1fr) !important;
	max-width: none !important;

}

.boxes a {
	text-decoration: none;
}

.boxes.double {
	grid-template-columns: 1fr 1fr;
}

.p-0>.boxes {
	padding: 8% 4%;
	overflow: hidden;
}

.boxes .box {
	position: relative;
	width: 95%;
	border-radius: 10px;
	background-color: var(--color-white);
	padding: 0px 15px 10px 15px;
	color: var(--color-black);
	font-size: 1.15rem;
	line-height: 1.2rem;
	height: 19rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.boxes .box-upper-row {
	background-color: #E11B26 !important;
}

.boxes .box-upper-row h3 {
	color: white !important;
	height: 100%;
	display: flex;
	align-items: center;
	margin: 0 !important;
	justify-content: center;
}

.boxes .box:hover {
	transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
}

.boxes .box h3 {
	padding: 2px 0 2px 0 !important;
}

.boxes.nobg .box {
	background: none;
}

.boxes.nopadding .box {
	padding: 0;
}

.boxes .box.double {
	width: 200%;
}

.boxes .box.selected {
	transform: scale(1.2) translateY(-2px);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
}

.box .thumb {
	margin: 0 -15px 0px -15px;
	width: calc(100% + 30px);
}

.boxes .box img {
	width: 100%;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.boxes .box h3 {
	font-size: 1.6rem;
}

.infobox {
	background-color: #f4f5f6;
	border-radius: 10px;
	padding: 30px 30px 20px 30px;
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr 1fr;
	text-align: center;
}

.infobox img {
	width: 70%;
	margin-bottom: 20px;
}

.infobox .box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.25rem;
	line-height: 1.2rem;
}

.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;
}

.section.loading:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	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;
}

ul.checks {
	margin-left: 0;
	padding-left: 0;
}

ul.checks li {
	list-style: none;
	margin-left: 0;
	padding: 0 0 7px 30px;
	position: relative;
	line-height: 120%;
	width: 75%;
}

ul.checks li:before {
	content: "";
	background-image: url(../images/icons/icon-check.png);
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
	left: 0;
}

ul.circles {
	margin-left: 0;
	padding-left: 0;
}

ul.circles li {
	list-style: none;
	margin-left: 0;
	padding: 0 0 7px 30px;
	position: relative;
	line-height: 20px;
}

ul.circles li:before {
	content: "";
	background-image: url(../images/icons/icon-circle.png);
	width: 20px;
	height: 20px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.screen-topright {
	margin: auto;
	position: absolute;
	z-index: 5550;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 5px 15px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width: calc(100% - 100px);
	background-color: #e11a27;
	align-items: center;
	font-size: 19px;
	color: #fff;
}

.showMasterPlay .screen-topright {
	width: calc(100% - 100px);
}

.screen-topright a {
	color: inherit;
}

.screen-topright a:not(#imprint) {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--color-white);
	transition: all 0.2s;
}

.screen-topright #imprint {
	margin: auto;
}

.screen-topright a:hover:not(#imprint) {
	transform: scale(1.2);
}

.screen-topright a img {
	width: 75%;
	height: 100%;
	object-fit: contain;
}

.section1corner {
	background-image: url(../images/img25.png) !important;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	background-size: 70px auto !important;
	padding-top: 50px !important;
	padding-right: 60px !important;
}

.section7corner h1 {
	position: relative;
}

.section7corner h1:after {
	content: "";
	position: relative;
	display: inline-block;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	background-image: url(../images/img25.png) !important;
	background-repeat: no-repeat !important;
	background-position: right top !important;
	background-size: 100px auto !important;
}

table.table {
	border-spacing: 5px;
	border-collapse: separate;
}

.table> :not(caption)>*>* {
	border: none !important;
	background-color: #fff;
	padding: 5px 10px;
	vertical-align: middle;
	line-height: 125%;
	height: 40px;
	text-align: center;
}

.table> :not(caption)>*:nth-child(odd)>* {
	background-color: #e5e7e8;
}

.table> :not(caption)>*>*.nobg {
	background: none !important;
}

.table> :not(caption)>*>th {
	font-weight: normal;
	text-align: center;
	background-color: #E11B26 !important;
	color: #fff;
}

.red {
	color: #fa0042;
}

.green {
	color: #249a24;
}

.blue {
	color: var(--color-blue) !important;
}

.cyan {
	color: var(--color-cyan) !important;
}

.black {
	color: var(--color-black) !important;
}

.bgblue {
	background-color: var(--color-blue);
}

.bgblueer {
	background-color: #042f48;
}

.white {
	color: #fff;
}

.bgwhite {
	background-color: #fff;
}

.bggray {
	background-color: #ccc;
}

.singlebox,
.singlebox-nothingbefore {
	background-color: #fff;
	padding: 1rem;
	border-radius: 4.6vw;
	font-weight: bold;
	font-size: 1.2vw;
	line-height: 2.3vw;
	color: #073956;
}

.singlebox:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 2.3rem;
	height: 2.3rem;
	background-image: url(../images/icons/icon-plus.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-right: 1vw;
}

.scrollable {
	max-height: 300px;
	overflow: auto;
	padding-right: 30px;
}

.chart {
	background-color: rgba(255, 255, 255, 0.6);
	border-radius: 25px;
	padding: 50px 25px 20px 25px;
	color: var(--color-blue);
}

.chart .graph {
	height: 220px;
	border-left: 2px solid var(--color-blue);
	border-bottom: 2px solid var(--color-blue);
	margin-bottom: 5px;
	background-image: url(../images/dotted-line.png);
	background-size: 100% 100%;
	position: relative;
}

.chart .graph img {
	height: 80%;
	aspect-ratio: 1/1;
	border-radius: 100%;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0px;
	left: 0;
	transform: translate(-50%, -50%);
}

.chart .graph .label {
	position: absolute;
	bottom: 10px;
	right: 0;
}

canvas.signature {
	/* width: 100%; */
	aspect-ratio: 2/1;
	border: 1px solid #000;
	background-color: #ccc;
}

.playvideo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	background-image: url(/images/play.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60px auto;
	width: 56px;
	height: 56px;
	border: 1px solid #000;
	border-radius: 50%;
	cursor: pointer;
}

video.visible {
	display: block !important;
}

video.cover {
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hasCoverVideo {
	background: none !important;
	overflow: hidden;
}

.fs-7 {
	font-size: 0.75rem;
}

.fadedbg {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
}

.ch60 {
	width: 62ch;
}

.max-ch-44 {
	max-width: 44ch;
}

.min-ch-40 {
	min-width: 40ch;
}

.section13 {
	padding-left: 44%;
}

/* Custom D3F */

.hideOnSchweizkuh {
	display:none;
}

.hideOnSchweizkuh, .hideOnGKV, .hideOnDirect {
	display:none;
}


.rounded-10 {
	border-radius: 1rem !important;
}

@media only screen and (min-width: 1369px) {
	.section {
		font-size: 1.4rem;
		line-height: 130%;
	}
}

@media only screen and (min-width: 962px) {
	table.table1000 { font-size: 13px; }
	table.table1000 + * { margin-top: 1rem; }
	.kvch-table { padding: 0.2rem; overflow: auto; }

	.w-md-25 {
		width: 25% !important;
	}

	.w-md-50 {
		width: 50% !important;
	}

	.w-md-75 {
		width: 75% !important;
	}

	.w-md-85 {
		width: 85% !important;
	}

	.w-md-100 {
		width: 100% !important;
	}

	.fs-md-1 {
		font-size: 2.5rem !important;
	}

	.fs-md-2 {
		font-size: 2rem !important;
	}

	.fs-md-3 {
		font-size: 1.75rem !important;
	}

	.fs-md-4 {
		font-size: 1.5rem !important;
	}

	.fs-md-5 {
		font-size: 1.25rem !important;
	}

	.fs-md-6 {
		font-size: 1rem !important;
	}
}

@media only screen and (max-width: 961px) {
	.section {
		padding-left: 45%;
		font-size: 1.3rem;
		line-height: 1.4rem;
	}

	h1 {
		font-size: 22px;
		line-height: 27px;
	}

	h2 {
		font-size: 20px;
		line-height: 25px;
	}

	ol,
	ul {
		padding-left: 1rem;
	}

	.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: 5px 10px;
		font-size: 1.4rem;
	}

	.section-actions {
		height: 48px;
		padding: 10px 20px 10px 20px;
		gap: 10px;
		justify-content: flex-start;
	}

	.section-content {
		height: auto;
		max-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;
	}

	.screen-controls .systemreq {
		margin-left: 0;
	}

	.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;
	}

	.screen-topright a {
		width: 30px;
		height: 30px;
	}

	.icon.activatePopup img {
		width: 25px !important;
	}

	.button.rounded {
		font-size: 1.5rem;
	}

	.chart .graph img {
		transform: scale(0.5) translate(-79%, -108%);
	}

	.boxes .box.selected {
		transform: scale(1.1) translateY(-2px);
	}

	.section-content.w-75 {
		width: 100% !important;
	}

	.mobile-align {
		transform: none !important;
	}

	.section.mobile-expanded {
		padding: 2% 7% 4% 35%;
	}

	.section.mobile-full {
		padding: 2% 7% 4% 7%;
	}

	.mobile-custom-1 {
		flex: 1.5;
	}

	.button {
		padding: 7px 25px;
		font-size: 1.3rem;
	}

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

	.table> :not(caption)>*>* {
		padding: 3px 10px;
	}

	table.table {
		border-spacing: 3px;
	}
}

form {
	font-size: 13px;
}

.w-33 { width: 33.3%; }

.formScreen12{
	padding: -1px 20px;
}

.formScreen12 input:not([type="radio"]), .formScreen12 select{
	width: 120px;
	border: 1px solid var(--color-kvch-primary);
	font-size: 1rem;
	padding: 0px 3px;
	height: 28px;
	margin-top: 4px;
	margin-bottom: 4px;
}
.formScreen12 label{
	font-size: 1.2rem;
	min-width: 10rem;
	text-align: left;
}

 .formScreen12 input, .formScreen12 select{
	background-color: transparent !important;
}

label.hadCheckboxNext {
	min-width: 0;
}

.stoveOne, .stoveTwo, .stoveThree, .stoveFour {
	background-color: var(--color-kvch-primary);
	  color: white;
	  padding: 6px;
	  margin: 1rem;
	  border-radius: 0.7rem;
	  text-align: center;
 }
 .stoveOne{
	margin-right: 6rem;
 }
 .stoveOne a{
	color: var(--color-white);
	position: relative;
	top: -0.7rem;
	right: -2rem;
 }
 .stoveTwo{
	margin-left: 3rem;
	margin-right: 3rem;
 }
	.stoveTwo a{
	  color: var(--color-white);
	  position: relative;
	  top: -1.75rem;
	  right: -1.3rem;
 
 }
 .stoveThree{
	margin-left: 6rem;
 }
 .stoveThree a{
	color: var(--color-white);
	position: relative;
	top: -0.7rem;
	right: -0.4rem;
 }
 
 .stoveFour{
	margin-left: 1rem;
 }
 .stoveFour a{
	color: var(--color-white);
	position: relative;
	top: -0.7rem;
	right: -0.4rem;
 }

 .nextUpCircle{
	background-color: white;
	  color: var(--color-kvch-primary);
	  width: 25px;
	  font-size: 1.4rem;
	  height: 25px;
	  padding: 1px;
	  border-radius: 50%;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  -o-border-radius: 50%;
	  text-align: center;
	  margin:auto;
 }
 .docVisitCH{
	position: absolute;
	top: 21.5rem;
	right: 4rem;
 }
 .docVisitCH i{
	font-size: 2.2rem;
 }

.kvch-red {
	color: var(--color-kvch-primary);
}

.btn-text {
	display: inline-block !important;
	font-size: inherit !important;
	line-height: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	padding: 0 !important;
	background: none !important;
}

.marquee {
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	background-color: #00B0F0;
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
}

.marquee .item {
	padding-right: 80px;
}

.marquee a {
	font-weight: bold !important;
	text-decoration: underline !important;
}

.marquee a:hover {
	text-decoration: none !important;
}

/* only desktop styles */
@media only screen and (min-width: 962px) {
	table.table1000 { width: 100%; }
	table.table1000 td { padding: 0 4px; width: min-content; }
	table.table1000:not(.kvch-table table) tr td:first-child { width: 65%; }
	table.table1000 h3 { padding: 0; margin: 0; }

	.kvch-table { font-size: 1rem; font-weight: bold; line-height: normal; color: var(--color-black); }
	.kvch-table table { border: 5px solid var(--color-kvch-primary); padding: 3px; text-align: center; }
	.kvch-table table tr:nth-child(even) { background-color: #F5C8BF; }
	.kvch-table table tr td { font-size: 1rem; padding: 7px; }
}

/* mobile landscape styles */
@media only screen and (max-width: 961px) and (orientation: landscape) {
	body * {
		display: none !important;
		height: 100vh !important;
		width: 100vw !important;
		overflow: hidden;
		position: relative;
	}

	body:after {
		content: "Please, rotate your device";
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 10000;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #000;
		font-size: 22px;
		font-weight: bold;
	}
}

@media only screen and (max-width: 961px) {

	html,
	body {
		font-size: 18px;
		line-height: 24px;
	}

	.main,
	.content,
	.container.main-wrapper {
		max-width: 100vw !important;
	}

	.header,
	.footer {
		display: none;
	}

	.main .content {
		overflow: visible;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow-x: hidden;
	}

	.main-wrapper {
		top: 0;
		left: 0;
		position: relative;
		width: 100%;
		height: 100% !important;
		min-height: 100%;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	.main {
		padding: 10px !important;
		width: 100% !important;
		overflow: auto;
		min-height: 100%;
		height: auto !important;
	}

	.bgvideowrapper {
		top: 10px !important;
		left: 10px !important;
		width: 480px !important;
		height: 239px !important;
		border-radius: 15px;
	}

	.screen-topright {
		top: 0;
		right: 0;
		bottom: auto;
		left: auto;
		width: 100px;
		height: 239px;
		flex-direction: column;
		background: none;
	}

	.screen-topright>div {
		display: none !important;
	}

	.screen-topright .screen-controls {
		display: flex !important;
		transform: none;
		padding: 10px 0;
	}

	.screen-topright .screen-controls>* {
		transform: none !important;
		background-color: #e11a27;
		padding: 10px;
		border-radius: 50%;
		width: 70px;
		height: 70px;
		background-size: 45px auto;
	}

	.showMasterPlay .screen-topright {
		display: none !important;
	}

	.showMasterPlay {
		overflow: hidden;
		height: 100vh !important;
	}

	.tooltip {
		display: none !important;
	}

	input[type="checkbox"],
	input[type="radio"] {
		min-width: 20px;
	}

	.section {
		visibility: hidden;
		padding: 10px 10px 100px 10px !important;
		background-color: #ddd;
		border-radius: 15px;
		height: auto !important;
		min-height: 300px;
		max-height: calc(100vh - 270px);
		font-size: 15px;
		line-height: 24px;
		position: absolute;
		top: 260px;
		left: 10px;
		width: calc(100% - 20px);
	}

	.section.visible {
		visibility: visible;
	}

	.section .section-content {
		top: auto !important;
		right: auto !important;
		left: auto !important;
		bottom: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		box-shadow: none !important;
		background: none !important;
		border-radius: 0 !important;
	}

	.section .section-actions {
		padding: 0 10px;
		height: 60px;
		left: 0;
		bottom: 10px;
		width: 100%;
	}

	.section-actions .button,
	.section-actions input.button,
	.section-corner .button,
	.section-corner input.button {
		height: 60px;
		font-size: 18px;
		line-height: 50px !important;
		padding: 5px 10px;
		border-radius: 20px;
		margin: 0 !important;
	}

	.section::after,
	.section::before {
		display: none !important;
	}

	.section-actions>div:empty {
		display: none !important;
	}

	.boxes {
		gap: 10px;
		grid-row-gap: 10px;
	}

	.p-0>.boxes {
		padding: 0px;
		margin-top: 15px;
	}

	.boxes .box h3 {
		font-size: 19px;
	}

	.boxes.boxes-3-col>* {
		padding: 0;
	}

	.boxes .box {
		height: 250px;
		width: 100%;
		padding: 0 7px 10px 7px;
	}

	.box .thumb {
		margin: 0 -7px 0px -7px;
		width: calc(100% + 14px);
	}

	form h3 {
		font-size: 18px;
	}

	.section>.currentsection,
	.section>h3>.currentsection {
		right: 5px;
		top: 5px;
	}

	.fs-2 {
		font-size: 17px !important;
	}

	.w-100-sm {
		width: 100% !important;
	}

	.mobileFormLayout label {
		display: block;
		width: 100%;
		text-align: left;
		padding-top: 7px;
		font-size: 17px;
	}

	.mobileFormLayout label+label {
		padding-top: 0;
		line-height: 40px;
	}

	.mobileFormLayout label+br {
		display: none;
	}

	.mobileFormLayout input[type="text"],
	.mobileFormLayout input[type="submit"],
	.mobileFormLayout input[type="email"],
	.mobileFormLayout input[type="number"],
	.mobileFormLayout input[type="tel"],
	.mobileFormLayout select {
		width: 100% !important;
		min-width: 260px;
		font-size: 15px;
	}

	.mobileFormLayout select {
		height: 40px;
	}

	.mobileFormLayout .d-flex {
		gap: 10px;
	}

	.mobileWhiteCheckboxWrapper {
		display: block;
		position: static !important;
		left: auto !important;
		bottom: auto !important;
		top: auto !important;
		right: auto !important;
		margin-top: 10px;
		padding: 5px;
		font-size: 15px;
	}

	form .mobileWhiteCheckboxWrapper input[type="checkbox"],
	form .mobileWhiteCheckboxWrapper input[type="radio"] {
		margin-top: 0;
	}

	.mobile-doble {}

	.mobile-doble>div {
		gap: 15px;
	}

	.mobile-doble>div>div {
		width: 100%;
	}

	#krankenkasseCheckbox_question_2.d-none {
		display: none !important;
	}

	#krankenkasseCheckbox_question_2 {
		display: block !important;
	}

	#krankenkasseCheckbox_question_2 label {
		display: inline-block;
		width: auto;
	}

	#krankenkasseCheckbox_question_2 label:first-of-type {
		display: block;
		width: 100%;
	}

	#krankenkasseCheckbox_question_2 input[type="checkbox"] {
		margin-top: 0;
	}

	.p-p-0 {
		padding: 0 !important;
	}

	.p-p-1 {
		padding: 1rem !important;
	}

	.p-p-2 {
		padding: 2rem !important;
	}

	.pt-p-0 {
		padding-top: 0 !important;
	}

	.pb-p-0 {
		padding-bottom: 0 !important;
	}

	.m-p-0 {
		margin: 0 !important;
	}

	.w-p-25 {
		width: 25% !important;
	}

	.w-p-50 {
		width: 50% !important;
	}

	.w-p-75 {
		width: 75% !important;
	}

	.w-p-85 {
		width: 85% !important;
	}

	.w-p-100 {
		width: 100% !important;
	}

	.fs-p-1 {
		font-size: 2.5rem !important;
	}

	.fs-p-2 {
		font-size: 2rem !important;
	}

	.fs-p-3 {
		font-size: 1.75rem !important;
	}

	.fs-p-4 {
		font-size: 1.5rem !important;
	}

	.fs-p-5 {
		font-size: 1.25rem !important;
	}

	.fs-p-6 {
		font-size: 1rem !important;
	}

	.fs-p-7 {
		font-size: 0.75rem !important;
		line-height: 0.8rem !important;
	}

	.gap-p-1 {
		gap: 0.25rem !important;
	}

	.icon.activatePopup img {
		width: 50px !important;
	}

	.tablet input,
	.tablet input[type="text"],
	.tablet input[type="email"],
	.tablet input[type="number"] {
		height: 40px;
		font-size: 20px;
		padding-left: 10px;
		background-color: #fff;
		color: #000;
		border-color: #999;
	}

	.button,
	.button.rounded {
		max-width: none;
		min-width: 0;
		padding: 12px 25px;
		font-size: 1rem;
	}

	ul.checks li {
		line-height: 1.4rem;
	}

	.singlebox {
		font-size: 0.7rem !important;
		padding: 20px;
	}

	.boxes {
		max-width: none;
	}

	.boxes .box {
		font-size: 0.7rem;
		line-height: 1rem;
	}

	.boxes .box.selected {
		transform: scale(1.1) translateY(2px);
	}

	.infobox .box {
		font-size: 0.9rem;
	}

	ul.checks li:before {
		top: 14px;
	}

	.chart .graph {
		height: 510px;
	}

	canvas.signature {
		width: 50%;
		aspect-ratio: 1/1;
		transform: rotate(-90deg);
	}

	input[type="checkbox"] {
		width: 50px;
		height: 50px;
	}

	table.table1000 { width: 100%; border-top: 1px solid #666; border-left: 1px solid #666; }
	table.table1000 th { padding: 5px 4px; border-bottom: 1px solid #666; border-right: 1px solid #666; align-items: center; vertical-align: center; }
	table.table1000 td { padding: 3px 4px; border-bottom: 1px solid #666; border-right: 1px solid #666; align-items: center; vertical-align: center; }
	table.table1000 h3 { padding: 0; margin: 0; }
	
	.popup { font-size: 19px; width: 70%; }
	.popup .popup-content p, .popup .popup-content h6 { font-size: 19px; }
	.popup .popup-content h3 { font-size: 19px; }

	.kvch-table ul { text-align: left; }
	.kvch-table li { text-align: left; }
	.section ul li ul li, ul.secondary li, li.secondary { margin-left: 5px; }
	.section ul li { color: #000; font-weight: normal; line-height: normal; }

	img.mobile-height-40 { height: 40px !important; width: auto !important; }

	.summary { font-size: 19px; line-height: normal; }

	.partnerandchildrendata { width: 100%; }
	.listfields { display: grid !important; grid-template-columns: 80px 1fr 1fr 1fr; line-height: 40px; }
	.listfields input, .listfields select { min-width: 0 !important; }
	.listfields label { display: none; }

	.section .section-content { overflow: auto; max-height: calc(100dvh - 380px); }
	label.hadCheckboxNext { display: inline-block !important; width: auto !important; }
	#userTable:has(tbody:empty) { display: none; }

	.section ul { font-weight: 500; color: #000; }
	.hadCheckboxNext { width: auto !important; display: inline-block !important; }
}