@charset "utf-8";

@font-face {
	font-family: Lato, Arial, Helvetica, sans-serif;
	src: url(/fonts/Lato-Regular.ttf);
}

/* 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-pduk-primary: #473ef8;
	--color-pduk-secondary: #f3f1ee;
	--color-pduk-tertiary: #ffffff;
	--color-pduk-quaternary: #21873b;
}

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

@font-face {
	font-family: 'neue_haas_grotesk';
	src: url('/nhaasgroteskdspro-55rg-webfont.woff2') format('woff2'),
		url('/nhaasgroteskdspro-55rg-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

video:not(.fslightbox-container 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: "Lato", sans-serif;
	font-family: 'neue_haas_grotesk';
	background-color: var(--color-gray);
}

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% !important;
	display: flex;
	align-items: center;
}

.main {
	transition: all 0.2s;
	background-color: var(--color-gray);
	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;
	padding: 30px 0 50px 0 !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;
	object-position: center center;
}

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

.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: 40px 40px 60px 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%;
	padding-right: 7%;
}

.section.bg-white {
	background-color: #fff !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: 0;
	display: inline-block;
	box-shadow: 2px 2px 5px 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;
}

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

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

.textarea {
	float: none;
	width: 100%;
	min-height: 150px;
	font-size: 16px;
	line-height: 21px;
}

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

a {
	text-decoration: none;
}

p {
	margin-bottom: 0 !important;
}

p + p {
	margin-top: 1rem;
}

.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 {
	display: flex;
	justify-content: space-between;
	padding: 20px 40px;
	gap: 20px;
	z-index: 101;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

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

.section-actions .button {
	line-height: 1.5rem !important;
	font-size: 1.25rem;
	gap: 0.5rem;
	text-decoration: none !important;
}

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

.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-button {
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	padding: 1%;
	border: solid 1px var(--color-pduk-primary);
}

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

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: 3vh;
	font-weight: bold;
	line-height: normal;
	color: var(--color-black);
	margin-bottom: 0 !important;
}

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

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

h6 {
	font-size: 1.5vh;
	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;
	/*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;
}

.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,
p.faded,
div.faded,
li.faded,
a.faded,
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: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 5555;
	background-color: var(--color-white);
	background-image: url(/images/splash.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border: 1px solid #000;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-top: 20%;
}

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

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

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

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

.nobg {
	background: none !important;
}

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

.like-button {
	background-color: #473ef8;
	padding: 3px 10px;
	color: #fff;
	border: 1px solid #473ef8;
	cursor: pointer;
	text-decoration: none !important;
	white-space: nowrap;
}

.like-button:hover {
	color: #473ef8;
	background-color: #fff;
}

.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-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 .x15, .screen-controls .x2 {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #fff;
	border-radius: 8px;
}

.screen-controls .x15.active, .screen-controls .x2.active {
	background-color: #fff;
	color: #000;
}

.fullscreen .screen-topright {
	justify-content: left;
	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;
}

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

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

.screen-controls .play {
	background-image: url(../images/play.svg);
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(124deg) brightness(105%) contrast(101%);
}

.screen-controls .pause {
	background-image: url(../images/pause.svg);
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(124deg) brightness(105%) contrast(101%);
}

.screen-controls .mute {
	background-image: url(../images/mute.svg);
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(124deg) brightness(105%) contrast(101%);
}

.screen-controls .unmute {
	background-image: url(../images/unmute.svg);
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(124deg) brightness(105%) contrast(101%);
}

.screen-controls .fullscreen {
	background-image: url(../images/fullscreen.svg);
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(124deg) brightness(105%) contrast(101%);
}

.screen-controls .smallscreen {
	background-image: url(../images/smallscreen.svg);
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(124deg) brightness(105%) contrast(101%);
}

.screen-controls .systemreq {
	background-image: url(../images/system.svg);
	filter: invert(100%) sepia(0%) saturate(7488%) hue-rotate(124deg) brightness(105%) contrast(101%);
	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%;
}

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

.h-50 {
	height: 50% !important;
}

.h-60 {
	height: 60% !important;
}

.h-85 {
	height: 85% !important;
}

.h-100 {
	height: 100% !important;
}

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

.display-inline-block {
	display: inline-block !important;
}

.boxes {
	display: grid;
	grid-template-columns: repeat(3, 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 {
	overflow: hidden;
}

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

.boxes .box.box18 {
	height: min-content;
	padding-bottom: 0;
	overflow: hidden;
	height: auto;
}

.boxes .box.box18 .thumb img {
	height: 14rem;
}

.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;
	white-space: nowrap;
}

.boxes-side .box {
	height: 22rem;
}

.boxes-side .box img {
	border-radius: 10px;
	padding: 3px;
	padding-top: 5px;
}

.boxes-side .box p {
	margin-top: 10%;
}

/*.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.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);
	height: 75%;
}

.boxes .box img {
	width: 98%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
	max-height: 15rem;
}

.boxes .box h3 {
	font-size: 1.25rem;
	padding: 3% 1%;
	color: var(--color-pduk-tertiary);
}

.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% - 0px);
	background-color: #473ef8;
	align-items: center;
	font-size: 19px;
	color: #fff;
}

.screen-topright a {
	color: inherit;
	text-decoration: none;
}

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

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

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

/* Custom D3F */

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

.bottom-2 {
	bottom: 2% !important;
}

.font-bold {
	font-weight: bold !important;
}

.font-light {
	font-weight: lighter !important;
}

input[type="text"],
input[type="password"],
input[type="tel"] {
	background-color: transparent;
	border-radius: 0;
	box-shadow: none !important;
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="mail"]:focus,
input[type="number"]:focus,
textarea:focus {
	/* border-bottom: 2px solid #0074b8 !important; */
}

input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="tel"]:focus-visible,
input[type="mail"]:focus-visible,
input[type="number"] {
	outline: none;
}

.case-card {
	/* box-shadow: 0 2px 1px #0003; */
	background-color: #fff;
	padding: 10px 0 10px 0;
	margin: 0;
	border-radius: 0.3rem;
	cursor: pointer;
	transition: margin 0.1s, box-shadow 0.1s;
	position: relative;
	min-height: 85px;
}

input[type="radio"] {
	vertical-align: top;
	appearance: none;
	outline: 0;
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #6a6a6a;
	position: relative;
	border-radius: 50%;
	background-color: #fff;
	z-index: 20;
}

input[type="radio"]:checked::before {
	display: block;
	content: "";
	background: #ffffff;
	width: 16px;
	height: 16px;
	margin: -0.15rem 0rem 0rem -0.18rem;
	border-radius: 100%;
	border: 5px solid #e11b26;
}

.contactForm2 input[type="radio"]:checked::before {
	margin: -0.2rem !important;
}

.section-contact input[type="radio"]:checked::before {
	margin: -2px;
}

input[type="radio"]:checked {
	border: 2px solid #bfe2f4;
}

.fs-7 .button {
	font-size: 0.85rem;
}

.input-contact {
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #c7c7c7;
	font-size: 20px;
	padding: 0 0 2px;
	color: #1f1f1f;
}

.box-bottom {
	background-color: #ffffff;
}

.mt-3-5 {
	margin-top: 0.75rem !important;
}

.document-preview {
	background-color: var(--color-white);
	padding: 2rem;
}

.content-left {
	padding: 2% 34% 6% 7%;
}

.w-33 {
	width: 33.3%;
}

/* ---- PDUK ---- */
.color-pduk-primary {
	color: var(--color-pduk-primary);
}

.color-pduk-secondary {
	color: var(--color-pduk-secondary);
}

.color-pduk-tertiary {
	color: var(--color-pduk-tertiary);
}

.color-pduk-quaternary {
	color: var(--color-pduk-quaternary);
}

.pduk-icon-primary {
	color: var(--color-pduk-primary);
	background-color: white;
	padding: 5px;
	/* text-transform: capitalize; */
}

.section-actions .pduk-icon-primary i {
	border: 2px solid var(--color-pduk-primary);
	border-radius: 50%;
	width: 2rem;
	height: 2rem;
	color: var(--color-pduk-primary);
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-actions .pduk-icon-primary:hover i {
	background-color: var(--color-pduk-primary);
	color: var(--color-pduk-tertiary);
}

.pduk-icon-secondary {
	color: var(--color-pduk-primary);
	background-color: white;
	padding: 5px;
}

.section-actions .pduk-icon-secondary i {
	border: 2px solid #000;
	width: 2rem;
	height: 2rem;
	color: var(--color-pduk-primary);
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.section-actions .pduk-icon-secondary:hover i {
	border-color: #fff;
	background-color: #000;
	color: #fff;
}

.pduk-button-primary {
	color: var(--color-pduk-tertiary);
	background-color: var(--color-pduk-primary);
	padding: 2% 10%;
}

.pduk-button-primary {
	border: solid 1px var(--color-pduk-primary);
}

.pduk-button-primary:hover {
	color: var(--color-pduk-primary);
	background-color: var(--color-pduk-tertiary);
	border-color: var(--color-pduk-primary);
	text-decoration: none;
}

.pduk-button-secondary {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
	padding: 2% 10%;
	text-transform: capitalize;
}

.pduk-button-secondary:hover {
	color: #fff;
	background-color: #000;
	text-decoration: none;
}

.pduk-button-end {
	background-color: green;
	color: white;
	padding: 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.section-actions .pduk-button-primary {
	padding: 2% 5%;
}

.section-actions .pduk-button-secondary {
	padding: 2% 5%;
}

.stove {
	min-height: 3rem;
	max-height: 35rem;
	background-color: var(--color-white);
	padding: 15px;
	border: 0px solid #241e38;
	color: #241e38;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin-bottom: 2%;
	margin-right: 3%;
}

.stove .icon {
	background-color: var(--color-pduk-primary);
	height: 2.2rem;
	width: 2.2rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	top: 0rem;
	right: -48.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stove-secondary {
	height: 5rem;
	background-color: var(--color-white);
	padding: 15px;
	border: 3px solid var(--color-pduk-secondary);
	color: #241e38;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	margin-top: 2%;
	margin-right: 3%;
}

.stove-secondary .icon {
	background-color: var(--color-pduk-primary);
	height: 2.2rem;
	width: 2.2rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	top: 0rem;
	right: -48.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stove-group {}

.stove-bottom-group {
	margin-top: 2%;
}

.stove-bottom-group .stove {
	margin-right: 0;
}

.stove-big {
	background-color: var(--color-pduk-secondary);
	color: white;
	max-width: 15rem;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}

.stove-big h3 {
	color: white;
}

.anchor-stoves .stove {
	min-height: 30vh;
	border: none !important;
	padding: 0 !important;
}

.anchor-stoves .stove h3 {
	font-size: 2.2vh;
	padding: 15px;
	text-align: center;
}

.anchor-stoves .stove p {
	font-size: 2vh;
	padding: 15px;
	padding-bottom: 30px;
	text-align: center;
}

.anchor-stoves .stove i {
	font-size: 5rem;
	position: absolute !important;
}

.list-item-active {
	background-color: var(--color-pduk-secondary) !important;
	color: white;
}

.list-group-item-primary.list-group-item-action.selected,
.list-group-item-primary.list-group-item-action:hover {
	color: white !important;
}

.list-group-item-primary.list-group-item-action.selected,
.list-group-item-primary.list-group-item-action:hover {
	background-color: #7088ad;
}

/*.pduk-input[type="checkbox"]{

}*/
.pduk-input[type="text"] {
	border: 1px solid var(--color-pduk-primary);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 2%;
}

#code-icon {
	position: absolute;
	top: 51.25%;
	right: 10%;
	font-size: 2.2rem;
}

.box-left {
	width: 25%;
}

.box-right {
	width: 25%;
}

#section-18 .box {
	width: 12rem;
}

/* D3F added some more rounded classes, shouldn't be necessary with later versions of bootstrap */

.rounded-4 {
	border-radius: 0.4rem !important;
}

.rounded-5 {
	border-radius: 0.5rem !important;
}

.rounded-6 {
	border-radius: 0.6rem !important;
}

.rounded-7 {
	border-radius: 0.7rem !important;
}

.rounded-8 {
	border-radius: 0.8rem !important;
}

.rounded-9 {
	border-radius: 0.9rem !important;
}

.nochildbottom * {
	margin-bottom: 0;
	padding-bottom: 0;
}

.showkey {
	display: inline-block;
	width: 65%;
	position: relative;
}

.showkey:before {
	content: "\f084";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	font-size: 20px;
	color: black;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.no-scrolls {
	overflow: hidden;
}

a {
	color: var(--color-pduk-primary);
}

a:hover {
	color: var(--color-pduk-primary);
	text-decoration: underline;
}

.circlebox {
	padding: 10px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	width: 6rem;
	height: 6rem;
}

.circlebox>* {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.kapitalGrid {
	display: grid;
	grid-template-columns: 15fr 85fr;
	gap: 20px;
}

.kapitalGrid .kapitalOptions {
	overflow: auto;
	height: 100%;
}

.multichoice {
	list-style: none;
	display: flex !important;
	flex-direction: column;
	gap: 5px;
	padding: 0 !important;
	margin: 0 0 1rem 0 !important;
}

.multichoice li {
	display: block;
	background-color: #ffc61a;
	padding: 3px 10px !important;
	margin: 0 !important;
}

.multichoice li label {
	display: block;
	cursor: pointer;
}

.multichoice li label input[type="radio"],
.multichoice li label input[type="checkbox"] {
	display: none;
}

.steps {
	overflow: auto;
	padding-left: 2px;
	padding-right: 2px;
}

.steps .step-counter {
	position: absolute;
	top: 3px;
	right: 5px;
	font-size: 11px;
}

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

.steps .step.active {
	display: block;
}

.steps .step .row {
	margin: 0 auto;
}

.bg-yellow {
	background-color: #ffc61a !important;
}

.steps .step .step-back {
	width: 25px !important;
	height: 25px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-pduk-primary);
	color: var(--color-pduk-primary);
	border-radius: 50%;
	font-size: 15px;
	float: left;
}

.steps .step .step-back {
	margin-top: 0;
	position: absolute;
	top: 5px;
	left: 5px;
}

.steps .step .step-back:after {
	content: 'Zur vorherigen Frage';
	position: absolute;
	top: 0;
	left: 30px;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	white-space: nowrap;
	color: var(--color-pduk-primary) !important;
}

.steps .step .step-back:hover {
	color: #fff;
	background-color: var(--color-pduk-primary);
}

.steps .step .step-back:before {
	content: "\2190";
}

.sq-slider {
	background-color: #dee3df;
	padding: 1rem;
}

.sq-slider .selected {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.sq-slider .labels-range {
	display: flex;
	justify-content: space-between;
	color: #b5b2b3;
	font-size: 11px;
	padding: 3px 0;
}

.sq-slider .ui-slider-horizontal {
	height: 6px;
	margin-top: 20px;
}

.sq-slider .ui-slider-horizontal .ui-slider-handle {
	height: 21px;
	width: 21px;
	top: -8px;
	margin-left: -10px;
}

.sq-slider .ui-widget.ui-widget-content {
	border: none;
	border-radius: 2px;
}

.sq-slider .ui-slider-handle {
	border-radius: 50% !important;
	background-color: #ffc61a !important;
	border: 1px solid #fff !important;
}

.sq-slider .ui-slider-range {
	background-color: #ffc61a !important;
}

.step .line {
	padding: 0 0 15px 0;
	font-size: 14px;
}

.line.withLabel {
	display: grid;
	grid-template-columns: 120px auto;
	padding: 0 0 15px 0;
	align-items: center;
}

.line.withLabel label {
	font-size: 12px;
	padding-right: 10px;
}

.step .line input {
	font-size: 12px;
	line-height: 20px;
}

.step .line input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
}

input,
select,
textarea {
	border: 1px solid rgb(18, 18, 18);
	border-radius: 0;
	background-color: #fff;
	color: rgb(18, 18, 18);
	outline: transparent solid 0px;
	-webkit-transition: color 0.33s ease, background 0.33s ease, border 0.33s ease;
	transition: color 0.33s ease, background 0.33s ease, border 0.33s ease;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

input[type="file"] {
	width: 100%;
}

select {
	padding-right: 30px;
	padding-left: 10px;
	background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%);
	background-position: calc(100% - 20px) calc(50% - 1px), calc(100% - 15px) calc(50% - 1px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	cursor: pointer;
}

:is(.widget--checkbox:has(input:focus-visible), :is(input, select, textarea):focus-visible):not(.ignore-focus) {
	outline: 2px solid rgb(18, 18, 18);
}

input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #fff;
	border: 1px solid rgb(18, 18, 18);
	border-radius: 0;
	outline: none;
	cursor: pointer;

	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;

	transition: background-color 0.33s ease;
}

input[type="checkbox"]::before {
	content: "";
	display: block;
	position: absolute;

	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;

	background-color: rgb(18, 18, 18);
	border-radius: 0;
	transform: scale(0);
	opacity: 0;
	transition: transform 0s ease, opacity 0.2s ease;
}

input[type="checkbox"]:checked::before {
	transform: scale(1);
	opacity: 1;
}

input[type="checkbox"]:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 2px;
}

input[type="checkbox"]:hover {
	border-color: rgb(80, 80, 80);
}

.formstyle2 input,
.formstyle2 textarea,
.formstyle2 select {
	padding: 8px 10px;
	border-width: 1px;
	line-height: 20px;
	height: 38px;
	width: 100%;
	font-size: 14px !important;
}

.formstyle2 .line:after { display: none; }

.formstyle2 .line label {
	display: block;
	width: 100%;
	padding: 0 0 5px 0;
	font-size: 12px;
}

.formstyle2 .flex {
	display: flex;
	gap: 10px;
	width: 100%;
}

.formstyle2 .flex .short { flex: 1; }
.formstyle2 .flex .long { flex: 4; }
.formstyle2 .flex > div:not(.short) { flex: 2; }

a.legal:hover {
	color: white;
}

.columns-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.75rem;
}

.tr-corner {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 100px;
	display: inline-block;
}









@keyframes trDelayPadding {
  0%  { padding-top: 0; }
  100% { padding-top: 50px; }
}

@keyframes pushCornerDown {
	0% { top: 0; }
	100% { top: 45px; }
}

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

@media only screen and (min-width: 962px) {
	.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) {
	.hideOnMobile { display: none !important; }
	.header { display: none; }

	.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: 30px; padding: 10px; 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: 0; right: 0; left: auto; transform: none; 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(.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; }

	.section>.currentsection, .section>h3>.currentsection { right: 10px; }
	.section-actions .pduk-icon-secondary i { width: 20px; height: 20px; }
	.has-like { display: grid; grid-template-columns: auto 73px; gap: 10px; align-items: center; vertical-align: middle; }
	.has-like * { width: 100% !important; max-width: 100% !important; }
	label + .has-like { margin-top: 7px; }
	.tr-corner { top: 0; right: 10px; width: 30px; transform: translateY(-100%); position: fixed; }
	.steps .step .step-back { top: 0px; left: 12px; }
	.step .line input[type="checkbox"] { width: auto; }
	.formstyle2 input, .formstyle2 textarea, .formstyle2 select { height: 30px; padding: 5px 10px; line-height: 15px; }
	.showMasterPlay .bgvideowrapper { background: none; }








	body { z-index: 101; }
	.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: 0.9rem !important; }
	.fs-p-7 { font-size: 0.75rem !important; line-height: 0.8rem !important; }
	.gap-p-1 { gap: 0.25rem !important; }
	
	.portrait .screen-controls > * { width: 70px; height: 70px; }
	.icon.activatePopup img { width: 50px !important; }
	.tablet input, .tablet input[type="text"], .tablet input[type="email"], .tablet input[type="number"] { height: 60px; font-size: 0.8rem; }
	.button, .button.rounded { max-width: none; min-width: 0; padding: 5px 10px; font-size: 14px; }
	.screen-topright a { width: 43px; height: 43px; }
	.section-actions { height: 90px; }
	.section-actions .button, .section-actions input.button, .section-corner .button, .section-corner input.button { font-size: 1rem; line-height: 64px !important; }
	.section-actions .button { padding: 0 20px; }
	ul.checks li { line-height: 1.4rem; }
	.section { padding-left: 35%; font-size: 1.1rem; line-height: 1.2rem; }
	.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; }

	

	html { width: 100%; min-height: 100vh; overflow-x: hidden; }
	body { width: 100%; min-height: 100vh; padding-top: 190px; padding-bottom: 10px; }
	.main-wrapper, .main { display: block !important; max-height: none !important; width: 100% !important; height: 100% !important; position: relative !important; top: auto !important; left: auto !important; min-height: 100%; transform: none !important; }
	.bgvideowrapper { position: absolute; top: -135px; left: 5px; width: calc(100% - 10px) !important; height: 310px !important; }
	.bgvideowrapper { background-image: url(../images/loadingvideo.svg); background-size: 100% auto; background-position: center center; background-repeat: no-repeat; }
	.masterPlay { justify-content: flex-start; background: none; top: 5px; left: 10px; width: calc(100% - 20px); height: 100svh; padding: 160px 0 0 0; position: fixed; border: none; }
	.masterPlay:before { content: ''; width: 265px; height: 150px; position: absolute; top: 0; left: 0; background-size: contain; background-position: left center; background-repeat: no-repeat; border-radius: 6px; overflow: hidden; }
	.masterPlay > div { width: 100%; }
	.masterPlay .bg-transparent { width: 100% !important; background-color: #E9E9E9 !important; border-radius: 10px; }
	.masterPlay label.form-label { font-size: 25px !important; line-height: normal !important; text-align: center; padding-bottom: 1rem; height: auto; }
	.bgvideowrapper {top: -182px; left: 10px; padding: 0; width: 314px !important; height: 176px !important; max-height: none !important; }
	.main .bgvideo { object-position: left center; overflow: hidden; border-radius: 6px; }
	/* body.fullscreenvideo .bgvideowrapper { left: 0; width: 100vw !important; height: 100vh !important; }
	body.fullscreenvideo .main .bgvideo { object-position: center top; object-fit: contain; border-radius: 0; }
	body.fullscreenvideo .bgvideowrapper { top: -160px; }
	body.fullscreenvideo .section-actions { position: fixed; bottom: 0; } */
	.tablet input, .tablet input[type="text"], .tablet input[type="email"], .tablet input[type="number"] { text-align: left; height: auto !important; padding: 5px; font-size: 16px !important; line-height: 18px; }
	.button, .button.rounded { font-size: 14px !important; }
	.screen-topright { position: absolute; z-index: 999; top: -182px; right: 10px; left: auto; bottom: auto; width: auto; align-items: flex-start; background: none; padding: 0; margin: 0; height: auto; justify-content: space-between; }
	.screen-controls { display: none; }
	.portrait .screen-controls > * { width: 30px; height: 30px; }

	html, body, .main-wrapper { overflow: visible !important; }
	.main .content { padding: 10px; }
	.section { display: none; border-radius: 10px; margin-bottom: 10px; padding: 10px !important; background-color: #E9E9E9 !important; color: #000 !important; height: auto !important; position: relative; top: auto; left: auto; }
	.section.nopadding { padding: 0; }
	.section.mobile-nobg { background: none !important; }
	body .section .mobile-bg { background-color: #E9E9E9 !important; color: #000 !important; }
	.section.visible { display: block; }
	.section:has(.section-actions) { padding-bottom: 73px !important; }
	body .section-actions .button, body .section-actions input.button, body .section-corner .button, body .section-corner input.button { line-height: 30px !important; padding: 2px 5px !important; }
	body .section-actions .button * { font-size: 14px !important; }
	.section-actions { height: 50px !important; }
	.section .section-content { font-size: 13px !important; width: 100% !important; padding-bottom: 0 !important; overflow: visible; max-width: 100% !important; box-shadow: none !important; background: none !important; }
	.section.logo:before { display: none; }
	.bg-transparent { background: inherit !important; box-shadow: none; }
	.row { --bs-gutter-x: .5rem; }
	body .singlebox { width: auto !important; font-size: inherit !important; padding: 0 0 0 35px !important; background: none; border-radius: 0; line-height: normal; min-width: none !important; }
	.singlebox:before { margin-left: -35px; margin-right: 10px; width: 25px; height: 25px; }
	.section1000 .button, .section1000 .button.rounded { padding-top: 5px; padding-bottom: 5px; }
	body ul.checks li:before { top: 4px; }
	body .boxes ul.checks li:before { top: 0; }
	body .boxes ul.checks li { margin-bottom: 0; }
	.boxes { display: flex; flex-direction: column; }
	.boxes .box.selected { transform: none !important; box-shadow: none; }
	.p-0 > .boxes { padding: 0 !important; }
	.boxes .box { padding: 0 0 15px 75px; font-size: 16px !important; line-height: 20px !important; background: none !important; }
	.boxes .box > * { grid-column: 2 / 3; }
	.boxes .box .thumb { position: absolute; top: 0; left: 0; width: 60px !important; margin: 0 !important; }
	.boxes .box h3 { padding-bottom: 10px; margin-bottom: 0; }
	.mobile-column { flex-direction: column; gap: 20px; }
	.mobile-column > * { width: 100% !important; }
	table.table { overflow: hidden; word-break: break-word; font-size: 13px !important; border-spacing: 1px; border: 1px solid #B9B9B9; background-color: #B9B9B9; border-radius: 7px; }
	table.table td, table.table th { background-color: #fff; }
	table.table .nobg { background-color: #E9E9E9 !important; }
	.table>:not(caption)>*>th { text-align: left; }
	body h1 { text-align: center; font-size: 24px; line-height: 24px; color: #223E59; font-weight: bold; margin-bottom: 10px; }
	.infobox { background: none; padding: 0; display: flex; flex-direction: column; gap: 10px; }
	.infobox .box { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; text-align: left; font-size: 17px; }
	.infobox .box > * { grid-column: 2 / 3; }
	.infobox .box .thumb { grid-column: 1 / 2; margin-bottom: -30px; }
	.infobox img { width: 100%; margin: 0; }
	.section10 .fs-p-6, .section15 .fs-p-6 { font-size: 0.9rem !important; }
	.section10 .fs-5, .section15 .fs-5 { font-size: 1.1rem !important; }
	body .icon.activatePopup img { width: 30px !important; }
	.singlebox-nothingbefore { margin-left: 0 !important; }
	.scrollable { max-height: none; font-size: 14px !important; line-height: 17px !important; word-break: break-word; }
	.popup .scrollable { max-height: 50dvh; padding-right: 0; }
	.section .scrollable ul { padding-left: 0; }
	.popup { width: 90%; }
	.popup .close { top: 5px; right: 5px; }
	.freischaltcode { flex-direction: column; width: 100%; }
	.freischaltcode strong { display: none; }
	.freischaltcode input[type="text"] { background-color: #fff; width: 100% !important; text-align: center; }
	.freischaltcode input[type="button"] { padding: 15px 20px; }
	input[type="checkbox"] { width: auto; height: auto; transform: scale(1.5); margin: 0 10px 0 5px !important; }
	canvas.signature { transform: none !important; width: 100%; }
	.w-mobile-auto { width: auto !important; }
	.table>:not(caption)>*>* { padding: 3px; }

	.section19 .fs-p-7 { font-size: 1.25rem !important; }
	.font-12 { font-size: 12px !important; }
	.chart { padding: 0; }
	.chart .graph img { transform: scale(.3) translate(-182%, -156%); }
	.chart .graph img:nth-child(1) { left: 9% !important; bottom: -8% !important; }
	.chart .graph img:nth-child(2) { left: 21% !important; bottom: -6% !important; }
	.chart .graph img:nth-child(3) { left: 38% !important; bottom: -14% !important; }
	.section-content a.button { margin: 0 !important; }

	html body .smalltext { font-size: 0.8rem !important; }

	.bottombar { position: fixed; bottom: 0; left: 0; width: 100%; justify-content: center; font-size: 12px; }

	body.fullscreenvideo .section1 .section-actions { bottom: 40px; justify-content: center; }

	.section-content:has(.step-back) { padding-top: calc(3% + 23px); }
	.mobileFooter { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 9000; height: 26px; line-height: 26px; background-color: #E2EDFF; color: #172027; font-size: 13px; text-align: center; display: block !important; }
	.mobileFooter a { font-size: 13px !important; line-height: 26px !important; display: inline-block; width: auto !important; margin: 0 3px; }
	.main-wrapper, .main { height: auto !important; }
	.main { padding: 0 0 10px 0 !important; }
	.showMasterPlay .screen-topright { display: none; }
	progress, .progressLabel { display: none; }

	.hasCorner .screen-topright { animation: trDelayPadding 1s forwards; animation-delay: 3s; }
	.hasCorner .tr-corner { z-index: 9999; animation: pushCornerDown 1s forwards; animation-delay: 3s; }
}

@media only screen and (max-width: 961px) and (orientation: landscape) {
	body { z-index: 102; }
}

@media only screen and (orientation: landscape) {
	body.switchOrientation:after { font-size: 20px; }
}