@charset "utf-8";
@charset "utf-8";
/* CSS Document */ 

/* Main color: #e11a27 */

/* --------------------
		Reset Styles
-------------------- */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

:root {
    --color1: #e11a27; 
	 --color2: #ffcc00; 
	 --color3: #ffb0b5; 
	 --color4: #d4d4d4; 
	 --color5: #40A8E4; 
	 --color1rgb: rgba(103, 255, 164, 0);
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}

html {
  box-sizing: border-box;  
}

*, *:before, *:after {
  box-sizing: inherit;
}

input, select, textarea {
	outline: none;
}

/* --------------------
		Standard Styles
-------------------- */


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
	margin-bottom:15px;
}

a {
	text-decoration: none;
	cursor: pointer;
	color:  var(--color1);
}

a:hover {
	color: var(--color2);
	text-decoration: underline;
}

small {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;	
}

p,  td {
	padding-bottom: 0.5em;
	font-size:13px;
}
.clear {
	clear: both !important;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------
		Main Styles
-------------------- */

video {
	display: none !important;
}

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: normal;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	background-color: var(--color4);
}

body.loading {
	overflow: hidden;
	width: 100%;
	overflow-y: scroll;
}

body.loading .main-wrapper {
	opacity: 0 !important;
	visibility: hidden;
}

body.infoWindow {
	background-color: #f39200;
}

body:before {
	display: none;
	content: 'Video wird geladen ...';
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight:500;
	z-index: -1;
	font-size: 30px;
}

.main-wrapper {
	position: absolute;
	overflow: hidden;
	margin-bottom: 0%;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.main {
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
	padding: 0;
}

.main.loading {
	background-image: url(../images/loadingvideo.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.main .bgvideo {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	max-height: 100%;
	transition: 1s opacity;
	z-index:-1;
	position: absolute;
	object-fit: cover;
}

.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: top left;
}

.tablet .main {
	max-height: 93%;
}

.main .content .section {
	display: none;
	position: absolute;
	z-index: 1000;
	font-size: 1.1vw;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	
	padding: 0% 8% 0 25%;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.main .content .section.padded {
	padding-right: 10%;
}

.main .content .section:after {
	content: '';
	position: absolute;
	z-index: 111;
	background-image: url(../images/Logo-Grenzgaenger-Information-GmbH.png);
	background-repeat: no-repeat;
	background-position: top left;
	top:10%;
	left:88.25%;
	background-size: contain;
	width: 15%;
	height: 11.25%;
}

.bglogo {
	/* background-image: url(../images/icon_pcid.svg); */
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 35%;
}

.section ul {
	margin-left: 0px;
	list-style-position: outside;
}

.section ul li {
	margin-left: 20px;
	list-style-position: outside;
}


.section ul li ul li, ul.secondary li, li.secondary {
	margin-left: 42px;
	list-style-position: outside;
}

.section video {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70%;
	height: auto;
	max-height: 70%;
	z-index: 9000;
	-webkit-transition: all 2s;
	-ms-transition: all 2s;
	transition: all 1.5s;
}

.section.animated video {
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	max-height: 100%;
	max-width: 100%;
}

.section .showVideo {
	position: absolute;
	bottom: 20px;
	left: 50%;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section .realbutton.showVideo span, .section .realbutton.hideVideo span {
	width: auto;
	white-space: nowrap;
}

.realbutton.hideVideo {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 40px;
	z-index: 9999;
	padding-left: 15px !important;
	padding-right: 15px !important;
	width: auto !important;
}

.video-overlayz  {
	background-color: #fff;
	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: 88%;
	max-height: calc(88% + 30px);
}

.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(--color1);
	border-color: var(--color1);
	color: #fff;
}

.btn:hover {
	background-color: #fff;
	border-color: var(--color1);
	color: var(--color1);
	text-decoration: none;
}

.realbutton {
	background-color: var(--color1);
	border: 1px solid var(--color1);
	border-radius: 1vh; 
	display: inline-block;
	padding: 0px;
	margin: 1%;
	max-width: 100%;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;	
	vertical-align: middle;
	line-height: 4vh;
	text-align: center;
	min-width: 140px;
	max-width: 40vw;
	padding: .5vh 3vh;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 1.4vh;
	position: relative;
}

.realbutton.showLoading.active:before {
	content: '';
	position: absolute;
	left: -70px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-image: url(../images/loading.svg);
	background-position: center center;
	background-size: contain;
	width: 60px;
	height: 60px;
}

.realbutton.halfwidth {
	width: 100%;
	max-width: 50%;
}

.realbutton.fullwidth {
	width: 100%;
	max-width: 100%;
}


.realbutton.doubleheight {
	min-height: 4vh;
	position: relative;
	display: table;
}

.realbutton.doubleheight span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height:120%;
}

.section-content .realbutton {
	line-height: 1.8vh;
	padding: 0vh 1vh;
	text-transform:none;
	font-size: 1.8vh;
	margin: 0%;
}

.left .realbutton {
	padding: 0.5vh 1vh;
	line-height: 4vh;
	text-align: left;
}

.realbutton_selectme {
    background-color: var(--color1);
    border: 1px solid var(--color1);
    border-radius: 1vh;
    display: inline-block;
    padding: 10px 0 10px 0 0px;
    margin: 1%;
    max-width: 100%;
    letter-spacing: 0.05em;
    color: #000;
    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(--color1);
	color: var(--color1);
	background-color: white !important;
	text-decoration: none;
}

.realbutton:hover {
	border: solid 1px var(--color1) !important;
	color: var(--color1);
	background: white !important;
	text-decoration: none;
}

.realbutton.nostyles {
	background: none;
	margin: 0;
	color: #000;
}

.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: #fff;
	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: #fff;
	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(--color1);
}

.realbutton.third {
	position: absolute;
	z-index: 111;
	bottom: 20px;
	left: 500px;
	background-color: green;
}

.realbutton.green {
	background-color: var(--color1) !important;
	border-color: var(--color1) !important;
}

.realbutton.green:hover {
	color: var(--color1) !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(--color1);
	border: 1px solid #fff;		
}

.realbutton.bottomleft {
	background-color:var(--color1);
	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(--color1);
	border-radius: 5px;
	padding: 7px 20px;
	width: 80%;
	display: inline-block;
	color: #fff;
	margin: 0 0 25px -10px;
}

.infoWindow .realbutton, .infoWindow .globaltitle {
	background-color: #f39200;
}

.infoWindow h3 .info {
	color: var(--color1);
}

.infoWindow h3:before {
	content: '\f05a';
	color: var(--color1);
	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: #000;
	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: #fff;
	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: #000;
	background-image: url(../images/correct-check.png);
	background-position: right 7px center;
	background-repeat: no-repeat;
}

input[type="text"].error , input[type="email"].error , input[type="number"].error , textarea.error ,
.error input[type="text"], .error input[type="email"], .error input[type="number"], .error textarea {
	border-color: #EE4035;
	color: #000000;
}

select {
	font-size: 1.8vh;
	border: solid 1px #E5E5E5;
	background-color: #f5f5f5;
	height: 5vh;
	color:#000000;
}

textarea {
	padding: 5px;
	float: left;
}

input[type="text"], input[type="email"], input[type="number"] {
	margin-right: 0.5vw;
}

input[type="text"].wide, input[type="number"].wide, input[type="email"].wide {
	width: 40%;
}

.line:after {
	content: '';
	clear: both;
	display: block;
}

form input[type="checkbox"], form input[type="radio"] {
	vertical-align: middle;
	margin: -4px 10px 0 0;
}

.showOnContactMe {
	display: none;
	padding-bottom:5px;
}

.section-content {
	overflow: auto;
	position: relative;
	height: 90%;
	padding-top: 30px;
}

.padded .section-content {
	padding-left: 0%;
}

.section-sidebar {
	position: absolute;
	top: 25%;
	left: 6%;
	width: 15%;
	color: #000;
	text-align: left;
	font-size: 1.9vh;
}

.section-infobutton {
	position: absolute;
	top: 85%;
	left: 90%;
	color: #000;
	text-align: center;
	font-size: 5vh;
	font-weight:bold;
	border: solid 1px var(--color1);
	background-color: #fff;
	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;
} 

.nicename {
	color: black;
	font-size:20px;
	/* display: none; */
}

.currentsection {
	color: red;
	font-size:10px;
	/* display: none; */
}

.section > .nicename, .section > h3 > .nicename {
	position: absolute;
	top: 10px;
	right: 28px;
	line-height: 20px;
}

.section > .currentsection, .section > h3 > .currentsection {
	position: absolute;
	top: 150px;
	right: 28px;
	line-height: 10px;
}

.hidden, .permanent {
	display: none !important;
}

.softhidden {
	display: none;
}

.ui-autocomplete {
	background-color: #ddd;
	padding: 5px 0;
	width: 30vw;
	border-radius: 3px;
	border-top-left-radius: 0;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.ui-autocomplete li {
	list-style: none;
	display: block;
	line-height: 2.5vh;
	font-size: 1.5vh;
	padding: 1px 5px;
}

.ui-autocomplete li:hover {
	background-color: #ccc;
}

.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}

.toberemoved, .toberemoved span {
	background: none;
	color: red;
}

.info {
	font-size: 18px;
	vertical-align: middle;
	margin: -1px 0 1px 2px;
	cursor: pointer;
	display: inline-block;
	color:var(--color1);
}

.padded .valign {
	transform: translate(-40%, -50%);
	width: auto;
	white-space: nowrap;
}

.addmore {
	vertical-align: middle;
	margin: -1px 0 21px 0;
	cursor: pointer;
	display: inline-block;
}

.addmore i {
	color: red;
	font-size: 18px;
	margin-right: 10px;
}

.removelast {
	vertical-align: middle;
	margin: -2.4vh 0 21px 0;
	cursor: pointer;
	display: block;
	clear: both;
}

.removelast i {
	color: green;
	font-size: 18px;
	margin-right: 10px;
}


.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 60%;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 4% 2% 2% 2%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 80%;
}

.popup .popup-content {
	overflow: auto;
	max-height: 80%;
	line-height:120%;
}

.popup .popup-content p, .popup .popup-content h6, .popup-content li, .popup-content a {
	font-size:16px;
	line-height:120%;
}

.popup .popup-content h1 {
	font-size:30px;
	line-height:120%;
}

.popup .popup-content h2 {
	font-size:26px;
	line-height:120%;
}

.popup .popup-content h3 {
	font-size:22px;
	line-height:120%;
}

.popup .popup-content h4 {
	font-size:16px;
	line-height:120%;
}


.popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	color: #333;
}

.popup .close:hover {
	color: #000;
}

.popup h2 {
	font-size: 28px;
	padding-bottom: 25px;
}

.popup h6 {
	font-weight: bold;
}

td {
	padding-bottom: 0.1em;
}

table.sozialbespiel {
	border-collapse:yes;
}

td.angebot, td.sozialbespiel, td.social_cell { 
	text-align:left;
	border: solid 1px #999; 
	padding:2px !important;
}

td.angebot.white { 
	background-color: #fff;
}

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: #fff;
	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(--color1);
}

.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: #fff;
	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: #fff;
	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: #000;
	background-image: url(../images/error-x.png) !important;
	background-position: right 7px center;
	background-size: 6px auto;
	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: #fff;
	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: #fff;
	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: #fff;
	z-index: 20001;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
}

.modal .actions {
	clear: both;
	padding-top: 25px;
	text-align: right;
}

.modal span {
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
}

.section59 .angebot_header img {
	max-width: 120px;
}

.bottomLeftBlock {
	position: absolute;
	top: 25vw;
	left: 0;
}

.blue {
	color: #367AA7 !important;
}

img.signature_insurant {
	background-color: #fff;
}

.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: #000; float: left; width: 50%; padding: 5px 10px; min-height: 35px; margin-bottom: -1px !important; }
.htmlPDF li p + table tr td:only-child { width: 100%; }
.htmlPDF li p + table tr td + td { padding-left: 15px;}
.htmlPDF li p + table tr td p, .htmlPDF .s4 { color: #000 !important; }
.customLabel { text-align: center; padding: 5px; }
.customLabel + .customLabel { display: none; }
table.style_5 colgroup + tbody tr td:first-child { display: none; }
table.style_5 + .style_8 { padding-left: 15px; 
font-weight: normal; font-size: 14pt;color: rgb(0, 128, 192); }

/*.htmlPDF table.style_5 tr, .htmlPDF table.style_5 td { display: block; } */

@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}

/* Smaller than standard 1366 (devices and browsers) */
@media only screen and (max-width: 1366px) {
	html, body {
		font-size: 1.8vh;
		line-height:2.8vh;
	}
}

@media only screen and (max-width: 960px), (max-width: 960px) (min-height: 450px) {
	input[type="text"], input[type="number"], input[type="email"], label { height: 3vh; font-size: 1.3vh; }
	.half { width: 100%; clear: both; float: none; }
}

/******
  new
******/

h1 {
	font-size: 40px;
	padding: 0 0 10px 0;
	line-height: normal;
}

h2 {
	font-size: 30px;
	line-height: normal;
	padding: 0 0 10px 0;
}

h3 {
	font-size: 1.8vh;
	font-weight:bold;
	line-height: normal;
	padding: 0 0 10px 0;
	color: #000;
}

h4 {
	font-size: 1.5vh;
	line-height: normal;
	padding: 0 0 10px 0;
}

h5 {
	font-size: 24px;
	line-height: normal;
	padding: 0 0 10px 0;
}

h6 {
	font-size: 20px;
	line-height: normal;
	padding: 0 0 10px 0;
	color: #99d6eb;
}

a i {
	float: left;
	margin-right: 12px;
}

.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: #fff;
	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: #000;
}

.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: #fff;
	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: #fff;
	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: #fff;
	color: #000;
	cursor: pointer;
}

.custom-select ul li.hovered  {
	background-color: #E5E5E5;
}

 
/* end of custom select */

.footer {
	background-color: #4F4F4F;
	color: #fff;
	padding: 20px 20px 10px 20px;
	position: relative;
	width: 100%;
	overflow: auto;
	font-size: 13px;
	z-index: 11111;
}

.footer-links {
	display: flex;
	gap: 15px;
	align-items: center;
	position: absolute;
	bottom: 12px;
	right: 15px;
	font-weight: normal;
	padding: 5px 10px;
	background-color: #fff;
	z-index: 2001;
	height: 40px;
}

.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(--color1);
}

.screenprogress .progress:after {
	content: '';
	background-color: #fff;
	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: #000;
	margin-left: -1px;
}

.progressbar .separator:before {
	content: '';
	width: 2px;
	height: 20px;
	background-color: var(--color1);
	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(--color1);
	top: 22px;
}

body.fullscreen {
	padding: 0 !important;
}

.fullscreen .main, .fullscreen .main-wrapper {
	padding: 0 !important;
	top: 0 !important;
	margin: 0 !important;
}

.fullscreen .footer {
	display: none !important;
}

.fullscreen .screenprogress {
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
}

.fullscreen .realbutton.nextscreen {
	bottom: 16% !important;
	right: 5.5%;
}

.fullscreen .back {
	left: 4.3%;
	bottom: 16% !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: 0%;
	left: 58%;
	background-color: #999999;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 11112;
	padding: 0;
	gap: 7px;
	padding: 5px 7px;
	display: flex;
}

.sticky .icon {
	display: inline-block;
}

.sticky .icon img {
	padding:3px;
	background-color:white;
	border: solid 1px black;
	display: block;
	width: 40px;
	height: 40px;
	object-fit: contain;
	object-position: center;
	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: #fff;
	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: #fff;
	font-size: 1.9vh;
}

.footerleft {
	float: left;
	width: 60%;
}

.footerright {
	float: right;
	width: 35%;
}

.tags span {
	display: inline-block;
	background-color: var(--color1);
	height: 3vh;
	font-size: 1.6vh;
	line-height: 3vh;
	padding: 0 10px;
	color: #fff; 
	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: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer .alignleft a {
	margin-right: 15px;
}

.footer .alignright a {
	margin-left: 0px;
}

@media only screen and (orientation:portrait) {
	.tablet .main { min-width: 1800px; max-width: 1800px; min-height: 1600px; max-height: 1600px; }
}

.main-wrapper {
	
}

.left {
	width: 50%;
	float: left;
	padding-right: 2%;
}

.right {
	width: 50%;
	float: right;
	padding-left: 2%;
}

.animateright {
	-webkit-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	transition: transform 0.5s;
	z-index: 111;
	position: relative;
}

.animateright.active {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	padding-left: 2%;
	padding-right: 0;
}

.animatechunked {
	-webkit-transition: opacity 0.01s, visibility 0.5s;
	-ms-transition: opacity 0.01s, visibility 0.5s;
	transition: opacity 0.01s, visibility 0.5s;
	text-transform:uppercase;
}

ul.partnerlist li {
	list-style: none;
	display: block;
	margin-bottom: 10px;
	font-size: 1vw;
	height: 3.5vh;
    color: #fff;
	text-transform: uppercase;
	clear: both;
}

ul.partnerlist li span {
	display: block;
	width: 0;
	background-color: #000;
	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(--color1);
}

.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: #000;
	padding: 8px 16px 8px 14px;
	font-size: 5vh;
	line-height: 3vh;
	letter-spacing: 0.1em;
}

ul.faded, div.faded,  li.faded span {
	opacity: 0;
}

.left.secondleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 45%;
	opacity: 0;
	transition: opacity 1s;
}

.left.secondleft.active {
	opacity: 1;
}

.center {
	text-align: center;
}

.tagcloud {
	position: relative;
	height: 50%;
	margin-top: 5%;
}

.tagcloud li {
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;
	white-space: nowrap;
}

.tagcloud span {
	display: block;
	padding: .5vh 1vh;
	background-color: #000;
}

.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: #000;
	color: #A2C483;
	text-transform: none !important;
	padding: 0 10px;
}

ul.whitebg {
	padding: 20px 25px;
	background-color: #fff;
}

.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;
}

.masterPlay {
	position: absolute;
	left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
	z-index: 5555;
	background-color: #fff;
	
	background-image: url(../images/splash.svg);
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-position: center center;
	border: 1px solid #000;
	cursor: pointer;
	display: none;
}

.showMasterPlay .masterPlay {
	display: block;
}

.showMasterPlay .screenprogress {
	display: none;
}

.tablet label {
	font-size: 1vw;
	line-height: 2.5vw;
}

.tablet input, .tablet input[type="text"], .tablet input[type="email"], .tablet input[type="number"], .tablet textarea, .tablet .custom-select {
	font-size: 0.8vw;
}

.tablet input, .tablet input[type="text"], .tablet input[type="email"], .tablet input[type="number"] {
	height: 2.5vw;
}

.tablet .custom-select , .tablet .custom-select .custom-select-current, .tablet .beforeinput {
	height: 2.5vw;
	line-height: 2.5vw;
}

.tablet .custom-select ul {
	top: 2.5vw;
}

.tablet .realbutton.doubleheight {
	min-height: 4vh;
}

.tablet .section .valign {
	max-width: 80%;
}

.tablet .section-sidebar {
	font-size: 1.3vh;
	line-height: 2vh;
}

.tablet .section-infobutton {
	font-size: 1.3vh;
	line-height: 2vh;
}

.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: #fff;
	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: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	padding-top: 70px;
}

.linkportal .linkgen a {
	color: #0086AE;
	text-decoration: none;
}

.linkportal .linkgen a:hover {
	text-decoration: underline;
}

.linkportal .line label {
	float: left;
	width: auto;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	padding: 0;
	margin: 0;
}

.linkportal .line {
	clear: both;
	padding-bottom: 20px;
}

.linkportal .line big {
	display: block;
}

.linkportal .right {
	float: right;
	font-size: 15px;
	width: auto;
    padding: 0;
	margin: 0;
	line-height: 19px;
}

.linkportal input {
	height: 32px;
	line-height: 30px;
	padding: 0 15px;
	border: 1px solid #000;
}

.linkportal .realbutton {
	max-width: none;
	width: auto;
	margin: 20px auto 0 auto;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	min-height: 0;
	text-transform: none;
}

.linkportal .realbutton.doubleheight span {
	line-height: 40px;
	height: 40px;
	min-height: 0;
}

.linkportal .generatedlink {
	display: block;
	width: 100% !important;
	height: 40px;
	line-height: 34px;
	padding: 3px 10px;
	overflow: hidden;
	resize: none;
}

.linkportal .copylink {
	line-height: 22px;
}

.linkportal .copylink i {
	float: none;
}

@media only screen and (max-width: 501px) {
	.linkportal td { line-height: 17px; }
	.linkportal td input { width: 100%; max-width: 100%; margin-bottom: 4px; margin-top: 5px; }
}

.opaquefield { border-radius:1em; background-color: rgba(255, 255, 255, 0.9); border: solid 1px var(--color1); }

.infobutton { background-color: var(--color2); border-color: var(--color2); }

table.sozialbespiel td { }
.social_header_dark {  background-color: var(--color1); color: #ffffff; }
.social_header_light {  background-color: var(--color3); }
.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;
}

/* This should be possible via Bootstrap, but currently, we don't find it. Harald */
.btn-disabled {
	color:#999; background-color:#eee; border-color:#999;
}
.btn-disabled:hover {
	color:#999; background-color:#eee; border-color:#999;
}


/* data-id links only with class btn, which has some formatting we don't always want, so we reset it with this class */
.btn-nobutton, .breadcrumbs .btn {
	color:var(--color1) !important; background: none !important; border: none !important; padding:0;
}
.btn-nobutton:hover, .breadcrumbs .btn:hover {
	text-decoration:underline;
}

.red {
	color: red;
}

.keine_steuerberater { font-style:italic; line-height:120%; }


.fullbg {
  background-image: url('/video/images/zweiflaggen.jpg'); 
  background-size:cover;
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.div-center {  
  width: 400px;
  height: 250px;  
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  border-bottom: 2px solid #ccc;
  display: table;
}

div.logincontent {
  display: table-cell;
  vertical-align: middle;
}

.b24-form-btn, .b24-window-close {  background-color:  var(--color1) !important; }




.portrait .screen-controls > div {
	width: 45px;
	height: 45px;
}

@media only screen and (max-width: 499px) {
	.loginHTML { max-width: 90%; padding: 15px !important; }
	.loginHTML h3 { font-size: 1.3rem; }
	input[type="text"], input[type="number"], input[type="email"], label { font-size: 1rem; line-height: 0.8rem; }
}

@media only screen and (max-width: 499px) and (orientation:landscape) {
	.loginHTML { max-width: 40%; padding: 10px !important; height: auto; }
	.loginHTML h3 { font-size: 3rem; padding-bottom: 5px; }
	.loginHTML input[type="text"], .loginHTML input[type="number"], .loginHTML input[type="email"], .loginHTML label { font-size: 2rem; line-height: 3rem; height: 3rem; }
	.loginHTML .form-control { line-height: 3rem; font-size: 2rem; }
	.loginHTML .form-group { padding-bottom: 3px; }
	.loginHTML .btn { font-size: 2.2rem; }
	.loginHTML p, .loginHTML td, .loginHTML a { font-size: 1.8rem; }
	
}

@media only screen and (min-width: 500px) and (orientation:portrait) {
	html.tablet {
		transform: rotate(90deg);
		transform-origin: right top;
		width: 100vh;
		height: 100vw;
		overflow: hidden;
		position: absolute;
		top: 80%;
		right: 42%;
	}
	.tablet body { width: 100vh; height: 100vw; }
}

@media only screen and (min-width: 500px) and (orientation: portrait) {
	html.tablet, .tablet body { font-size: 16px; line-height: 19px; }
	.tablet .section { font-size: 30px; }
	.tablet .section-actions { height: 60px; }
	.tablet .section-actions .button, .section-actions input.button, .section-corner .button, .section-corner input.button { line-height: 16px; padding: 15px 20px; font-size: 2rem; }
}

/* Formatting of Bitrix forms */
.b24-form-control-comment {
	display:inherit !important;
}