@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/* CSS Document */ 

/* Main colors:
Dark blue:  28,63,148 | 1C3F94
Light blue: 176,203,234 | B0CBEA
Green: | 140,198,207 | 8CC6CF
Light green: 207,229,174 | CFE5AE

#1C3F94 */

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

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: 100%;
	font-family: 'Open Sans', sans-serif;
}

html {
  box-sizing: border-box;  
}

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

/* --------------------
		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: #005a9a;
}

a:hover {
	color:#000;
}

.footer a:hover {
	color: #000;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 1em;	
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

@font-face {
  font-family: 'TrajanBold';
  src: url('TrajanBold.woff') format('woff'),
       url('TrajanBold.ttf') format('truetype'),
       url('TrajanBold.svg#TrajanBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Trajan Bold';
  src: url('Trajan Bold.eot');
  src: url('Trajan Bold.woff2') format('woff2'),
       url('Trajan Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* --------------------
		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%;
	overflow: hidden;
	font-size: 2vh;
	line-height:3vh;
	font-family: 'Open Sans', sans-serif;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #3D78A9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #333;
}

body.infoWindow {
	background-color: rgb(176,203,234);
}

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 {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}

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

.main .bgvideo {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: auto !important;
	max-height: 100%;
	transition: 1s opacity;
	z-index:-1;
}

.splash .main .bgvideo {
	display: block;
}

.main .content {
	position: absolute;
	z-index: 1111;
	top: 7%;
    right: 1.0%;
    width: 446px;
	height: 250px;
}

.main .content .section {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background-image: url(../img/logo.png);
	background-size: 17% auto;
	background-position: right 4% top 0;
	background-repeat: no-repeat;
	padding: 0 0 20vh 10px;
}

/*
.main .content .section:before {
	content: '';
	background-image: url(../img/icons/phone.svg);
	width: 3vw;
	height: 3vw;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	right: 7vw;
	top: 6vh;
}

.main .content .section:after {
	content: '';
	background-image: url(../img/icons/chat.svg);
	width: 3vw;
	height: 3vw;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 500;
	right: 3vw;
	top: 6vh;
}
*/

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

.main .content .section.section999 {
	background: none;
}

.main .content .section.section70 {
	background: none;
}

.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 .button.showVideo span, .section .button.hideVideo span {
	width: auto;
	white-space: nowrap;
}

.button.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: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.section1 .valign {
	max-width: 460px;
}

.tablet .valign {
	font-size: 20px;
	text-align: center;
	color: #005a9a;
	max-width: 90%;
}

.button {
	background-color: #1C3F94;
	border-radius:5px;
	display: inline-block;
	padding: 0px;
	margin: 1%;
	max-width: 100%;
	letter-spacing: 0.05em;
	color: #fff;
	text-align: center;
}

.button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}

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

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

.button:hover {
	color: #000;
}

.button.nostyles {
	background: none;
	margin: 0;
	color: #000;
}

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

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

div.footer {
	display: inline-block;
	font-size: 11px;
	color: #000;
	position: absolute;
	bottom: 25px;
	right: 45px;
	line-height: 32px;
}

a.footer.footerright {
	right: 28px;
}

.short {
	width: 150px;
}

.mlong {
	width: 200px;
}

.long {
	width: 280px;
}

.verylong {
	width: 350px;
}

.button span {
	display: table-cell;
	vertical-align: middle;
	line-height: 3vh;
	text-align: center;
	min-width: 140px;
	max-width: 40vw;
	height: 5vh;
	padding: 0 15px;
	border-radius: 10px;
}

.button.autowidth span {
	min-width: 0;
}

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

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

.section35 .animateExpand, 
.section36 .animateExpand {
	background-image: url(../img/av_start.png);
}

.section31 .video-overlay, 
.section32 .video-overlay, 
.section33 .video-overlay, 
.section34 .video-overlay 
{
	background-color: #fff;
	background-image: url(../img/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(../img/av_start.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9001;
}

.button.back, .button.nein {
	position: absolute;
	z-index: 111;
	bottom: 20px;
	left: 0;
	color: #000;
	background-color: #B0CBEA;
}

.button.nein {
	color: #fff !important;
	background-color: #1C3F94;
}

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

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


.button.bottomright {
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	left: 250px;
	color: #fff;
	background-color: #1C3F94;
}

.button.blue {
	color: #fff;
	background-color: #1C3F94;
}

.button.bottomleft {
	position: absolute;
	z-index: 111;
	bottom: 20px;
	left: 0;	
}

.button.next.showNextSlide, .button.bottomright {
	position: absolute;
	z-index: 111;
	bottom: 20px;
	left: 270px;
	right: auto;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size:1.2em;
	background-color: #1C3F94;
	border-radius: 5px;
	padding: 7px 20px;
	width: 80%;
	display: inline-block;
	color: #fff;
	margin: 0 0 25px -10px;
}

.infoWindow .button, .infoWindow h3 {
	background-color: #1C3F94;
	color: #fff !important;
}

.infoWindow h3 .info {
	color: #1C3F94;
}

.infoWindow h3:before {
	content: '\f05a';
	color: #1C3F94;
	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 {
	padding-bottom: 1vh;
	position: relative;
	line-height: 4vh;
}

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

.line.narrow input[type="checkbox"], .line.narrow input[type="radio"] {
	margin-right: 3px;	
}

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

label {
	display: inline-block;
	width: 100%;
	min-height: 2vh;
	padding: 0.5vh 2% 0.5vh 0;
	line-height: 2vh;
	clear: both;
	float: left;
	position: relative;
}

label.wider {
	width: 30%;
}

label.widerer {
	width: 40%;
}

label.widererer {
	width: 50%;
}

input + label { width: 20% !important; clear: none; text-align: right; }

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

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

input[type="text"], input[type="email"], input[type="number"], textarea {
	border: solid 1px #B9C4CD;
	background-color: #fff;
	padding: 0px 0px 0px 5px;
	border-radius:5px;
	font-family: Arial;
	font-size: 1.8vh;
}

select {
	font-family: Arial;
	font-size: 1.8vh;
	border: solid 1px #B9C4CD;
	background-color: #fff;
	height: 4vh;
	border-radius:5px;
}

textarea {
	width: 52.5% !important;
	padding: 5px;
	float: left;
}

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

input[type="text"], input[type="number"], input[type="email"] {
	height: 4vh;
	width: 20%;
	float: left;
}

.line select {
	width: 100%;
}

.half input[type="text"], .half input[type="number"], .half input[type="email"] {
	width: 100%;
	margin: 0;
}

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

.smaller input[type="text"], .smaller input[type="number"], .smaller input[type="email"] {
	width: 100%;
	margin: 0;
}

.small input[type="text"], .small input[type="number"], .small input[type="email"] {
	width: 100%;
	margin: 0;
}

.big input[type="text"], .big input[type="number"], .big input[type="email"] {
	width: 100%;
	margin: 0;
}

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

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

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

.section-content {
	height: 100%;
	overflow: auto;
	padding-right: 22%;
}

.play {
	/* display: none !important; */
	position: fixed;
	bottom: 20px;
	left: 50%;
	z-index: 100;
	width: 3vw;
	height: 3vw;
	cursor: pointer;
	background-size: 200% 100%;
	background-repeat: no-repeat;
	background-image: url(../img/play.png);
}

.splash .play {
	display: none !important;
}

.play.paused {
	background-position: -3vw 0;
}

.progressbar {
	display: block !important;
	position: fixed;
	bottom: 20px;
	left: 50%;
	z-index: 100;
	width: 13vw;
	height: 1vw;
	border: 1px solid #fff;
}

.progressbar .progress {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	background-color: green;
}

.progressbar .timestamp {
	position: absolute;
	right: 1vw;
	font-size: 0.8vw;
	line-height: 1vw;
	color: #fff;
}

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

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

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

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

.section ul li {
	clear: both;
} 

.currentsection {
	color: red;
	font-size:11px;
	padding-right: 10px;
	display: inline-block;
}

.section > .currentsection, .section > h3 > .currentsection {
	position: absolute;
	bottom: 25px;
	right: 28px;
	line-height: 32px;
}

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

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

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

.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:rgb(176,203,234);
}

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

.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: 100%;
	height: 100%;
	z-index: 20000;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 10% 20%;
}

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

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

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

.popup .close:hover {
	color: #000;
}

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

.popup h6 {
	font-weight: bold;
}


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

td.angebot.white { 
	background-color: #fff;
}

td.angebot_header { 
	vertical-align: middle;
}

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

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

.half {
	float: left;
	width: 50%;
	padding-right: 15px;
}

.small {
	float: left;
	width: 30%;
	padding-right: 15px;
}

.smaller {
	float: left;
	width: 20%;
	padding-right: 15px;
}

.big {
	float: left;
	width: 70%;
	padding-right: 15px;
}

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

.screen6 .selected th {
	color: #F7941F;
}

.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 .button.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: 180px;
	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(../img/schild_plus.png);
}

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

.offers .price {
	position: absolute;
	bottom: -63px;
	right: -3px;
	background-image: url(../img/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: bold;
	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(../img/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;
}

input.error, textarea.error, select.error, .line.error, p.error, canvas.error {
	border: 1px solid #f00 !important;
}

.line.error {
	padding-left: 10px;
}

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

strong.orange {
	color: rgb(176,203,234);
}

.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: rgb(176,203,234);
	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(../img/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(../img/schild_premium.png);
}

.screen8block .blockcontent {
	position: absolute;
	left: 50%;
	top: 2vw;
	width: 16vw;
	height: 23vw;
	min-height: 240px;
	transform: translateX(-50%);
	background-color: rgb(176,203,234);
	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;
}

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

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

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

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


.wrapper {
	position: relative;
	width: 400px;
	height: 200px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: white;
	border: black solid 1px;
}

.signature-pad {
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	height: 200px;
}

p:after {
	content: '';
	clear: both;
	display: block;
}

.loading-progress {
	width: 250px;
	height: 25px;
	border: 1px solid #8CC63F;
	position: relative;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.loading-progress .bar {
	float: left;
	height: 23px;
	width: 0%;
	background-color: #8CC63F;
	animation: progress 8s normal;
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.allpaused .animation,.allpaused  .video,.allpaused  .item,.allpaused  .bar, .allpaused .tablet {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

@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, .small, .big { width: 100%; clear: both; float: none; }
	.main .content .section { padding: 0 0 30vh 10px; }
}

table.wertverlust { 
	background-color:#B0CBEA; 
	border: solid 1px #1C3F94; 
	border-collapse: collapse;
	margin: 20px 0px 20px 0px 
}
tr.tr_wertverlust_header { background-color:#1C3F94; color:white;  }
td.td_wertverlust_header { padding:5px; border: solid 1px #ffffff; }; 
tr.tr_wertverlust_row { background-color:#B0CBEA; color:black; }

td.wertverlust_jahr, td.wertverlust_betrag { 
	background-color:#B0CBEA; 
	color:#1C3F94; padding:5px; 
	border: solid 1px #ffffff;
}
td.wertverlust_betrag {
	color:red;
}

.currency {
	color:#1C3F94;
}

.bg {
	background-color: rgba(28, 63, 148, 0.7);
	height: 100%;
	padding: 30px;
	color: #fff;
	overflow: auto;
	position: relative;
}

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

.bg a {
	color: #000;
}

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

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

.covered .screen-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(28, 63, 148, 0.7);
	overflow: hidden;
}

.covered .screen-wrapper.screen1 {
	left: 0;
	right: auto;
}

.covered .screen {
	width: 100%;
	height: 100%;
	float: right;
	padding: 30px;
}

.covered .screen-wrapper.screen1 {
	width: 0;
}

.covered .screen-wrapper.screen1 .screen {
	float: left;
}

.covered .drag {
	position: absolute;
	top: 0px;
	left: 0;
	width: 4px;
	height: 100%;
	background-color: #f00;
	z-index: 500;
	cursor: w-resize;
}

.section h2 {
	font-size: 25px;
	padding-bottom: 15px;
	color: #fff;
}

#sortable1, #sortable2 {
	min-height: 100px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
	margin-right: 10px;
	width: 90%;
}
  
#sortable1 li, #sortable2 li {
	margin: 0 5px 5px 5px;
	padding: 5px;
	font-size: 1.2em;
	width: 90%;
	background-color: #1C3F94;
	color: #fff;
	border: none;
}

#sortable1 li.disabled, #sortable2 li.disabled {
	cursor: not-allowed;
	opacity: 0.5;
}

div.centered {
	text-align: center;
}

ul.checks {
	font-size: 27px;
	display: inline-block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

ul.checks li {
	list-style: none;
	padding: 0 5px 35px 25px;
	margin: 0;
	text-align: left;
	background-image: url(../img/check.png);
	background-repeat: no-repeat;
	background-position: left top 1px;
	white-space: nowrap;
}

.quarter {
	width: 25%;
	float: left;
}

label.quarter {
	margin: 0;
	padding: 0 10px 0 0;
	clear: none;
	min-height: 0;
}

.tablet {
	background-image: url(../img/tablet.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 1000px;
	height: 663px;
	position: fixed;
	z-index: 555;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	animation: slide 2s forwards;
	-webkit-animation: slide 2s forwards;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.visible {
	left: 50% !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	animation: none !important;
	-webkit-animation: none !important;
	animation-delay: 0s !important;
	-webkit-animation-delay: 0s !important;
	opacity: 1 !important;
	display: block !important;
}

.item {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	position: fixed;
	z-index: 555;
	left: 200%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	animation: slide 2s forwards;
	-webkit-animation: slide 2s forwards;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
}

.item.fadein {
	animation: fadein 2s forwards;
	-webkit-animation: fadein 2s forwards;
}

.item img {
	max-width: 100%;
	max-height: 100%;
}

.item.sitelogo {
	width: 300px;
	height: 80px;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-top: -250px;
}

table.colored tr td {
	padding: 5px;
	color: #333;
}

table.colored tr:nth-child(even) td {
	background-color: #fff;
}

table.colored tr:nth-child(odd) td {
	background-color: #ccc;
}

table.colored tr th {
	background-color: #999;
	color: #fff;
	padding: 7px 5px;
}


.sidebox {
    position: fixed;
    width: 5vw;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #9ec1e5;
    text-align: center;
    padding: 0.7vw;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border: 1px solid #2F528F;
    border-right: none;
}


.splash .sidebox {
	display: none;
}

.sidebox span {
	display: block;
	margin: 0.5vw 0;
}

.sidebox span img {
	width: 100%;
}

.p11 { margin: 180px 0 0 -150px; }
.p12 { margin: 180px 0 0 0; }
.p13 { margin: 180px 0 0 150px; }

.p21 { margin: 50px 0 0 -150px; }
.p22 { margin: 50px 0 0 0; }
.p23 { margin: 50px 0 0 150px; }

.p31 { margin: -80px 0 0 -150px; }
.p32 { margin: -80px 0 0 0; }
.p33 { margin: -80px 0 0 150px; }

@keyframes slide {
	0% {
		left: 100%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	100% {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

@keyframes fadein {
	0% {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 0;
	}
	100% {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		opacity: 1;
	}
}

@media only screen and (max-width: 1920px) {
	.tablet { width: 750px; height: 498px; }
	.item { width: 90px; height: 90px; }
	.item.sitelogo { margin-top: -175px; }
	.p11 { margin: 140px 0 0 -135px; }
	.p12 { margin: 140px 0 0 0; }
	.p13 { margin: 140px 0 0 135px; }
	.p21 { margin: 40px 0 0 -135px; }
	.p22 { margin: 40px 0 0 0; }
	.p23 { margin: 40px 0 0 135px; }
	.p31 { margin: -60px 0 0 -135px; }
	.p32 { margin: -60px 0 0 0; }
	.p33 { margin: -60px 0 0 135px; }
}

@media only screen and (max-width: 1366px) {
	.tablet { width: 500px; height: 332px; }
	.item { width: 60px; height: 60px; }
	.item.sitelogo { height: 60px; margin-top: -115px; }
	.p11 { margin: 100px 0 0 -90px; }
	.p12 { margin: 100px 0 0 0; }
	.p13 { margin: 100px 0 0 90px; }
	.p21 { margin: 30px 0 0 -90px; }
	.p22 { margin: 30px 0 0 0; }
	.p23 { margin: 30px 0 0 90px; }
	.p31 { margin: -40px 0 0 -90px; }
	.p32 { margin: -40px 0 0 0; }
	.p33 { margin: -40px 0 0 90px; }
}

@media only screen and (max-width: 1024px) {
	.tablet { width: 350px; height: 232px; }
	.item { width: 50px; height: 50px; }
	.item.sitelogo { height: 60px; margin-top: -115px; }
	.p11 { margin: 60px 0 0 -75px; }
	.p12 { margin: 60px 0 0 0; }
	.p13 { margin: 60px 0 0 75px; }
	.p21 { margin: 0 0 0 -75px; }
	.p22 { margin: 0 0 0 0; }
	.p23 { margin: 0 0 0 75px; }
	.p31 { margin: -60px 0 0 -75px; }
	.p32 { margin: -60px 0 0 0; }
	.p33 { margin: -60px 0 0 75px; }
}

@media only screen and (max-width: 768px) {
	.tablet { width: 250px; height: 166px; }
	.item { width: 30px; height: 30px; }
	.item.sitelogo { width: 100px; height: 30px; margin-top: -57px; }
	.p11 { margin: 50px 0 0 -40px; }
	.p12 { margin: 50px 0 0 0; }
	.p13 { margin: 50px 0 0 40px; }
	.p21 { margin: 15px 0 0 -40px; }
	.p22 { margin: 15px 0 0 0; }
	.p23 { margin: 15px 0 0 40px; }
	.p31 { margin: -20px 0 0 -40px; }
	.p32 { margin: -20px 0 0 0; }
	.p33 { margin: -20px 0 0 40px; }
}