@charset "utf-8";

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-Reg.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima-nova';
    src: url('../fonts/ProximaNova-Bold.otf');
    font-weight: bold;
    font-style: bold;
}

/*@font-face {
    font-family: 'Swiss721';
	src: url('../fonts/swis721_cn_bt_bold.eot'); /* IE9 Compatibility Modes *
	src: url('../fonts/swis721_cn_bt_bold.eot?') format('embedded-opentype'),  /* IE6-IE8 *
    url('../fonts/Swiss_721.ttf') format('truetype'); /* Safari, Android, iOS *
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Swiss721';
	src: url('../fonts/swis721_blkcn_bt_black.eot'); /* IE9 Compatibility Modes *
	src: url('../fonts/swis721_blkcn_bt_black.eot?') format('embedded-opentype'),  /* IE6-IE8 *
	url('../fonts/Swiss_721_Black_Condensed.ttf') format('truetype'); /* Safari, Android, iOS *
    font-weight: bold;
    font-style: bold;
}*/

@font-face {
font-family: Swiss721;
font-weight: normal;
font-style: bold;
src: url('../fonts/2F5972_0_0.eot'); /* IE9 Compatibility Modes */
src: url('../fonts/2F5972_0_0.eot?') format('eot'),  /* IE6-IE8 */
url('../fonts/2F5972_0_0.woff') format('woff'), /* Modern Browsers */
url('../fonts/2F5972_0_0.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
font-family: Swiss721;
font-weight: bold;
font-style: bold;
src: url('../fonts/2F5972_1_0.eot'); /* IE9 Compatibility Modes */
src: url('../fonts/2F5972_1_0.eot?') format('eot'),  /* IE6-IE8 */
url('../fonts/2F5972_1_0.woff') format('woff'), /* Modern Browsers */
url('../fonts/2F5972_1_0.ttf')  format('truetype'); /* Safari, Android, iOS */
}



/* =CSS Reset
--------------------------------------------------------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/



/* fix ios */
body{ 
-webkit-text-size-adjust: none;
}
#colorbox{
-webkit-overflow-scrolling: touch;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: -webkit-xxx-large;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset
--------------------------------------------------------------------------------------------------*/

/* =Toolkit
--------------------------------------------------------------------------------------------------*/

/* Micro Clearfix Hack by Nicholas Gallagher (http://nicolasgallagher.com/micro-clearfix-hack/) */
/* For modern browsers */ 
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }
/* For IE 6/7 (trigger hasLayout) */
.cf { zoom:1; }
.cl {
    clear: both;
    font-size: 1px;
    height: 0;
}

/* general purpose classes */
.nodisplay { display:none; }
.nodisplay_strict { display:none !important; }
.fl { float:left; }
.fr { float:right; }

/* End Toolkit
--------------------------------------------------------------------------------------------------*/

/* =Normalization - mostly derived from normalize.css (https://github.com/necolas/normalize.css/) but without comments and compressed to keep the file small
--------------------------------------------------------------------------------------------------*/

hr { display:block; height:1px; border:0; margin:1em 0; padding:0;
	border-top:1px solid #cccccc; /* change border colour to suit your needs */
}
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
body, button, input, select, textarea { font-family: Verdana, Tahoma, Verdana, sans-serif; }
a {text-decoration: none;color: #000;}
a:hover {text-decoration: underline;}
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
del { text-decoration: line-through; }
abbr[title] { border-bottom: 1px dotted; cursor:help; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 75%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
margin { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; outline: 0;}
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
input, select { vertical-align:middle; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* End Normalization
--------------------------------------------------------------------------------------------------*/

/* =Typography
--------------------------------------------------------------------------------------------------*/

/* Setting up the fonts */
body {
    font: 12pt/1 Verdana, Arial, Tahoma, sans-serif;
	background: url(../img/body_bg.png) #ffffff repeat top left;
    
}


a {text-decoration: none;color: #1744d4;}
a:hover {text-decoration: underline;}
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }





/* End Typography
--------------------------------------------------------------------------------------------------*/
.inner {
    width: 860px;
    margin: 0 auto;
    position: relative;
    line-height: 22px; 
    font-size: 14px;
    
}


.inner p, .inner ul li { 
color: #000000; 

}
/* =Headings
--------------------------------------------------------------------------------------------------*/

#header_new{
	background:url(../img/header_bg_2015.png) repeat-x;
	width:100%;
	height:86px;
	position:fixed;
	z-index:98;
}
.dark_border { 
border: 1px solid #c6c6c6; 
border-radius: 1px;
}

#header {
    height: 86px;
    width: 100%;
    background: url(../img/header_bg.png) repeat-x top left; 
    min-width:1080px;
    position: relative;
    z-index: 1010 !important;
    margin-bottom: -2px;
}

#header .big_banner { 
background: url(../img/header_inner_bg.png) no-repeat center 53px;
height: 600px;
}

.fixed_navi{
	position:fixed;
	right:0;
	margin-top:320px;
	z-index:1000;
}

.fixed_navi.new {
	margin-top:200px;
}
.fixed_navi.new p{
	margin-bottom:0px;
}

.fixed_navi ul{
	text-align:right;
}

.fixed_navi ul li{

}

.fixed_navi ul li p{
	background:#303030;
	color:#dcdcdc;
	font-size:10pt;
	padding:5px;
	margin-top:1px;
	float:right;
	clear:right;
	line-height:14px;
	cursor:pointer;
}

.fixed_navi ul li p img{
	text-align:center;
	margin:0 15px;
	padding:1px;
}


.fixed_navi ul li p.active{
	background:#da0217;
	color:#ffffff;
	font-weight:bold;
	font-size:13pt;
	line-height:14px;
	padding:5px;
	cursor:pointer;
}

.logo {
    width: 95px;
    height: 32px;
    float: left;
    background: url(../img/main_logo.png) no-repeat top left;
    display: block;
    top: 7px;
    left: 0px;
    position: relative
}

.logo.withlxwr {
    background: url(../img/logo_header.jpg) no-repeat 0 0;
	width:356px;
	height: 28px;
	top:9px;
}

.logo_new {
    width: 165px;
    height: 34px;
    float: left;
    background: url(../img/quicksteuer_dx_header.png) no-repeat top left;
    display: block;
    top: 7px;
    left: 0px;
    position: relative
}



.logo_new a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}



.logo a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}


.slogon { 
color: #ffffff; 
float: right; 
font-size: 17pt; 
font-family: 'proxima-nova';
margin: 12px -100px 0px 0px;
}

.slogon_twolines { 
color: #a8a8a8; 
float: right; 
font-size: 15px; 
font-family: 'proxima-nova';
margin: 3px -8px 0 0;
text-align:right;
}

.slogon_twolines_tuv { 
float:right;
margin: 7px -98px -34px 15px
}
.slogon_tuv { 
margin: -8px 0px -34px 15px;
}



ul.menu li { 
float: left; 
width: auto; 
}



ul.menu { 
clear: both; 
width: 100%;
float: left; 
margin-top: 14px;
background: url(../img/menu_sep.png) no-repeat top left;
}

ul.menu li a { 
color: #ffffff; 
background: url(../img/menu_sep.png) no-repeat top right;
display: block; 
width: auto; 
padding: 11px 16px 11px 15px;
font-size: 12px; 
line-height: 15px;
text-decoration: none;
}

ul.menu li.active a { 
font-weight: bold;
}


ul.menu_new li { 
float: left; 
width: auto; 
}



ul.menu_new { 
clear: both; 
width: 100%;
float: left; 
margin-top: 14px;
background: url(../img/menu_sep.png) no-repeat top left;
}

ul.menu_new li a { 
color: #ffffff; 
background: url(../img/menu_sep.png) no-repeat top right;
display: block; 
width: auto; 
padding: 11px 16px 11px 15px;
font-family:verdana;
font-size: 12px; 
line-height: 15px;
text-decoration: none;
}

ul.menu_new li.active a { 
font-weight: bold;
}



.big_banner { 
background: url(../img/banner_bg.jpg) #042813 repeat top center;
height: 248px; 
width: 100%; 
min-width: 1080px; 
}


.banner_image { 
margin: 8px 0px -100px 20px;
float: left;
}

.banner_words { 
position: relative; 
float: left;
margin: 44px 0px 0px 50px;
}

.banner_tag { 
float: right;
margin: -10px -100px 0px 0px;
position: relative; 
z-index: 9999;
}



#imgFollow { 
display: none;
position: absolute;
z-index: 10;
}


/* End Headings
--------------------------------------------------------------------------------------------------*/

/* =Main Content
--------------------------------------------------------------------------------------------------*/


#main {
width: 1060px; 
margin: 0px auto;
color: #4c4d4f;
background: #ffffff; 
box-shadow: 0px 0px 5px #999999;
font-family: 'Verdana';
font-size: 14px;
}


.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



.big_banner_2015 {
    background: url("../img/banner_header.jpg") no-repeat scroll center top #042813;
    height: 378px;
    width: 100%;
}


.banner_tag_2 {
    float: right;
    margin: -13px -108px 0 0;
    position: relative;
    z-index: 999999;
}

.banner_text {
    color: #000;
    font-family: 'proxima-nova';
    font-size: 46px;
    line-height: 55px;
    margin: 35px 0 0 0px;
    position: absolute;
    text-shadow: 0 1px 0 #fff;
}

.banner_text_bottom {
    color: #000;
    font-family: 'proxima-nova';
    font-size: 38px;
    line-height: 45px;
    text-shadow: 0 1px 0 #fff;
}


.yellow_mark {
    background: none repeat scroll 0 0 #ffe018;
    color: #000;
}

.banner_text_green {
    color: #0b7b34 !important;
    font-family: 'proxima-nova';
    font-size: 25px;
    line-height: 34px;
    margin: 235px 0 0 0px;
    position: absolute;
    text-shadow: 0 1px 0 #fff;
}


.button_text {
    font-size: 10px;
    line-height: 10px;
    margin-top: 0;
    text-align: center;
}

.money_box {
    margin: -15px 0 0 95px;
    position: absolute;
	text-align:center;
}

.money_box .euro_coins{
    margin: 0px 0 0 25px;
}

.top_box_new.v2015 {
    background: url("../img/top_box_bg_2.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    height: 286px;
    margin: -51px 0 0 378px;
    position: absolute;
    width: 593px;
}

.versions_uebersicht .version_outer {
    border: 1px solid #f5f5f5;
    box-shadow: 2px 7px 13px 0 rgba(50, 50, 50, 0.47);
}

.versions_uebersicht .version_inner {
    background: none no-repeat scroll 0 0px #e8e8e8;
    height: 127px;
    margin: 9px;
    width: 395px;
}


.versions_uebersicht .version_inner p {
    font-size: 16px;
    line-height: 23px;
	margin:0px 0 0 170px;
	padding-top:5px;
}


.top_box_new.v2015 ul.check {
    margin: 46px 0 0 210px;
}



.top_box_new .jetzt_bestellen {
    margin: 15px 0 0 213px;
}


.top_box_new .jetzt_bestellen a {
    border-bottom: 1px solid #053773;
    color: #053773;
}

.top_box_new .jetzt_bestellen a:hover {
    border-bottom: 1px solid #053773;
    text-decoration: none;
}

.red2 {
    color: #ae1213;
}

.paint_header {
    background: url("../img/marker_header.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #000;
    margin-left: -2px;
    padding-left: 2px;
    position: relative;
}

.top_box { 
width: 888px; 
height: 380px; 
float: left; 
margin: -35px 0px 0px 10px;
font-family: 'Verdana';
font-size: 14px;
color:#000000;
}

.top_box.top_box_newheight { 
height: 364px; 
}

.top_box_packshot { 
float: left;
margin: 42px 0px 0px 40px;
}


.top_box.function { 
background: url(../img/func_top_box.png) no-repeat top left; 
height: 314px;
}

.top_box_packshot { 
float: left;
margin: 42px 0px 0px 35px;
}

.banner_notebook{
background:url(../img/banner_notebook.jpg) no-repeat;
width:652px;
min-height:368px;
padding:60px 0 0 407px;
}


.banner_notebook .red_circle{
position:absolute;
margin:-120px 0 0 380px;
}

.banner_bottom{
background:url(../img/banner_bottom.png) no-repeat;
background-position:bottom;
}

.top_box_packshot2 { 
float: left;
margin: 42px 0px 0px 35px;
}
p.p_10euro{
font-size:13px;
margin-left:325px
}
p.p_10euro span {
font-size:16px;
}
p.p_10euro span.old_price {
background:url(../img/bg_normal-price.png) no-repeat 28px 2px;
}

p.p_10euro span.red_bold {
font-size:16px;
color:#ae1213;
font-weight:bold;
}


.top_box ul.check { 
margin: 70px 0px 0px 300px;
}

.top_box ul.check.checkposition { 
margin: 45px 0px 0px 300px;
}

.top_box ul.check li { 
font-size: 14px;
line-height: 23px;
color: #000000;
}

.top_box .product_select { 
float: left;
margin: 44px 0px 0px -182px;
}

.top_box .product_select select { 
width: 180px;
}

.top_box .buttons { 
margin: 30px 0px 0px 290px;
}

.top_box_seals { 
float: right; 
margin: -394px 50px 0px 0px;
}

.top_box_gespart { 
float: right; 
margin: -250px -24px 0px 0px;
}


.border_block { 
border: 1px solid #095023; 
border-radius: 5px;
margin-bottom: 20px;
padding: 20px;
padding-bottom: 10px;
}

.top_box .price { 
color:#313131; 
margin: 15px 0px 0px 323px; 
}

.top_box .price small { 
color: #313131; 
font-size: 11px;
}



.count_down { 
background: url(../img/count_down_bg.png) no-repeat top left; 
float: left; 
width: 150px; 
height: 74px;
padding-top: 80px; 
text-align: right;
margin-top: -95px;
}

.count_down a { 
color: #1744d4; 
font-size: 13px;
}


.body-2016 .steuer-rechner_h1{
font-family: proxima-nova,Arial,Verdana;
font-size: 32px;
line-height: 43px;
font-weight: normal;
color: #052E16;
white-space: nowrap;
}

.body-2016 .steuer-rechner_h2{
font-family: proxima-nova,Arial,Verdana;
font-size: 26px;
line-height: 33px;
font-weight: normal;
color: #DE0716;
white-space: nowrap;
}


.top_box_button{
margin-left:65px;
}


#hidden_packs { 
display: none;
}


.hidden_table { 
background: url(../img/hidden_table.png) no-repeat top left; 
width: 886px; 
height: 738px;
}

.title1 { 
margin: 143px 0px 0px 315px;
text-align: center;
line-height: 21px;
float: left;
}

.title2 { 
margin: 143px 0px 0px 55px;
text-align: center;
line-height: 21px;
float: left;
}


.table_def { 
margin-top: 199px;
}


.table_def li { 
margin-bottom: 12px; 
line-height: 20px;
font-size: 13pt;
}

.bottom1 { 
text-align: center; 
margin-left: 275px;
float: left;
}

.bottom2 { 
text-align: center; 
margin-left: -15px;
float: left;
}

.bottom3 { 
position:absolute;
margin:7px 0 0 345px;
}

.bottom4 { 
position:absolute;
margin:7px 0 0 512px;
}

.bottom4 .small{ 
font-size:11px;
}


.third { 
width: 234px;
float: left; 
margin-right: 15px;
}


.half { 
width: 365px;
float: left; 
margin-right: 15px;
}


.last { 
margin-right: 0px;
float: right;
}


.pack_block { 
position: relative;
}


.pack_block p.price {
position: absolute;
margin: 171px 0px 0px 137px;
color: #222222;
font-size: 12px;
}

.pack_block .pack3 { 
margin: 0px 0px -70px -25px;
}



.pack_block p.text { 
margin-left: 10px;
}


img.left_title { 
margin-bottom: -4px;
}

.bottom_box h3 { 
font-size: 23px; 
margin-bottom: 3px;
}

img.bottom_box_map { 
float: left;
margin-top: 10px;
margin-bottom: 20px;
}

.bottom_box_tuv { 
float: right;
margin-top: 20px;
margin-right: 15px;
}


.pack_block .phone { 
margin: 47px 0px 0px 130px;
line-height: 20px;
}

.pack_block .phone .number { 
font-size: 24pt; 
color: #4c4d4f; 
font-family: 'proxima-nova';
font-weight: bold;
margin-bottom: 15px;
display: block;
}



.yellow_button { 
border: none; 
background: none; 
margin: 0px 16px;
}

.pack_block.half.last { 
/*background: url(../img/right_box_bg.png) no-repeat bottom right;*/
background: url(../img/box3.png) no-repeat 4px -13px ;
height: 285px;
}
.pack_block.half.last p{ 
padding: 210px 0px 0px 0px;
}



.divider { 
background: url(../img/divider.png) repeat-x top left; 
width: auto;
height: 33px;
margin: 20px -100px;
}

.top_buttons { 
margin: -63px 0px 0px 270px;
float: left;
}

.top_buttons .yellow_button { 
margin: 0px 14px;
}



.bottom_buttons { 
margin: 34px 0px 0px 323px;
float: left;
margin-right: -20px;
}


h3.func { 
font-family: 'Swiss721', 'Arial', 'Verdana';
font-size: 23pt;
line-height: 30px;
margin-bottom: 15px;
color: #de0716; 
font-weight: bold;
}

h3.func .black { 
font-size: 16pt;
color:#000000;
line-height: 23px;
}


h4.func {
color: #7a7a7a; 
font-family: 'Swiss721', 'Arial', 'Verdana';
}


ul.small_margin li { 
margin: 2px 0px !important;
}

.lady1 { 
float: right; 
margin: -212px -97px -80px 0px;
}


.tel_icon { 
display: inline; 
float: left;
margin: -4px 2px 0px -3px;
}

.icon_par { 
float: left; 
width: 250px;
}

.icon_par img { 
float: left;
margin: -5px 10px 0px 0px;
}

.side_sec2 { 
float: left;
margin: -3px 45px 0px -4px;
}


h3.grey { 
color: #4c4d4f; 
font-size: 16pt;
font-family: 'proxima-nova';
}


h4.black { 
font-family: 'Swiss721', 'Arial', 'Verdana';
font-weight: bold; 
color: #000000;
font-size: 20pt;
}

img.point { 
/*float: left; */
margin: 0px 8px -1px 4px;
}


.elster { 
float: right; 
margin: -102px -37px 0px 0px;
}




.social_icons { 
width: 315px; 
float: left; 
margin-top: 66px;
}

.fertig { 
float: left;
margin-top: 5px;
width: 500px;
}


.fertig img { 
float: left; margin: -10px 30px 0px 0px;
}

.grey { 
color: #707070;
}


.big_image_block{ 
margin-left: 310px;
}


.list1 { 
float: left; 
width: 330px; 
}

.list2 { 
float: left;
}

.sq_bullet { 
float: left; 
margin: 4px 4px 0px -4px; 
}


.big_image1 { 
float: right; 
position: absolute; 
margin: 84px 0px 0px 600px;
}

.big_image2 { 
float: left; 
position: absolute; 
margin: 10px 0px 0px -310px;
}


.big_image2_name { 
float: left; 
position: absolute; 
font-size: 12px; 
line-height: 15px;
margin: 421px 0px 0px -150px;
}


.lady2 { 
position: absolute; 
float: right; 
margin: -357px 0px 0px 518px;
}

.lady_name { 
position: absolute;
float: right;
margin: -80px 0px 0px 516px;
font-size: 15px;
line-height: 21px;
}

.lady_seal { 
position: absolute; 
float: right; 
margin: -62px 0px 0px 483px;
}


.three_blocks { 
width: 300px; 
float: left; 
}

.three_blocks.greenb { 
line-height: 21px;
letter-spacing: 0.3px;
}
.three_blocks img.three_image { 
margin-bottom: -20px;
}


.three_blocks a { 
margin-left: 30px;
color: #053773;
}

.three_blocks .hidden_text { 

}

.show_div { 
display: none;
}


.show_div.tuv { 
background: url(../img/tuv_arrow.jpg) no-repeat -379px 0px;
padding-top: 15px;
margin-top: 20px;
}

.show_div.market { 
background: url(../img/tuv_arrow.jpg) no-repeat -83px 0px;
padding-top: 15px;
margin-top: 20px;
width: 783px;
}


.one_euro { 
position: absolute;
margin: -90px 0px 0px 690px;
}

.profile_box { 
width: 854px; 
height: 541px; 
background: url(../img/profile_box_bg.png) no-repeat top center; 
padding: 5px; 
margin: 22px -7px;
}

.profile_box2 { 
width: 854px; 
height: 541px; 
background: url(../img/profile_box_bg_4.png) no-repeat 7px 0px; 
padding: 5px; 
margin: 22px -7px;
}



ul.profiles { 
border-radius: 6px; 
overflow: hidden;
padding-bottom: 10px;
margin: -2px 0px 0px 4px;
height: 290px;
width: 845px;
}




.profiles li { 
float: left; 
padding: 7px;
font-weight: bold; 
font-family: 'Verdana'; 
text-shadow: 0px 1px 0px #ffffff; 
color: #313131; 
cursor: pointer;
font-size: 12px;
text-align: left;
padding-bottom: 20px;
height: 231px;
}

.profiles li .image { 
border: 1px solid #ffffff; 
box-shadow: 1px 1px 5px #777777; 
border-radius: 5px;
overflow: hidden;
height: 170px;
width: 143px;
margin-bottom: 15px;
margin-top: 14px;
}

.profiles li.active { 
background: url(../img/active_profile_bg.png) repeat-x top left; 
border: 1px solid #ffffff;
box-shadow: 1px 1px 4px #999999;
border-top: none;
position: relative;
padding-left: 6px; 
padding-right: 6px;
}

.profiles li.active:after { 
content: ' '; 
width: 30px; 
height: 60px; 
background: url(../img/active_profile_arrow.png) no-repeat top center;
position: absolute; 
z-index: 100; 
bottom: -49px;
display: block;
margin: 0px 0px 0px 60px;
}

.profiles li.first { 
padding-left: 32px;
}


.profiles li.first.active { 
padding-left: 30px;
}

.profiles li.last { 
padding-right: 32px;
margin-right: -20px;
}


.profiles li.last.active { 
padding-right: 31px;
}

.profile_box2 .profiles li.last.active { 
padding-right: 14px !important;
}


.profile_text { 
margin:10px 97px;
font-size: 14px;
line-height: 20px;
font-family: 'Verdana';
color: #000000;
}
.profile_box2 .profile_text { 
width:505px;
margin:22px 97px;
font-size: 14px;
line-height: 20px;
font-family: 'Verdana';
color: #000000;
}

.profile_text p { 
margin-bottom: 10px;
}


.hundred_euro { 
position: absolute; 
margin: -45px -50px 0px 512px;
}

.nur_beim { 
float: right;
margin:-81px 280px 0px 0px;
position: relative;
}

img.green_box { 
margin: 0px 0px 0px -11px;
}


.gold_seal {
position: absolute; 
margin: -129px -50px 0px 782px;
}

.footer_packshot { 
float: left; 
margin: -10px 82px 0px 2px 
}

.footer_packshot2 { 
float: left; 
margin: -10px 82px 40px 2px 
}

.bottom_check { 

float: left;
margin:-5px 0px 0px -41px;
}


.agb_links_new { 
margin: 15px 0px 0px 340px; 
}

.agb_links_new a { 
margin-right: 30px;
}

.bottom_price { 
position: absolute;
margin: -55px 0px 0px 202px;
color: #000000 !important;
font-size: 13pt;
}

.bottom_price2 { 
position: absolute;
margin: -90px 0px 0px 100px;
color: #000000 !important;
font-size: 13px;
}

.bottom_price3 { 
margin: -30px 0px 0px 90px;
color: #000000 !important;
font-size: 13px;
}


.bottom_price2 .small{ 
font-size: 11px;
}

.bottom_select { 
margin: -118px 0px 0px 29px;
float: left;
}

.bottom_select select { 
width: 230px;
}

.bottom_counter { 
background: url(../img/bottom_counter.png) no-repeat top left; 
float: left; 
width: 250px; 
height: 52px;
margin: -62px 0px 0px 9px;
}

.bottom_counter .hour { 
color: #ffffff;
font-weight: bold;
text-shadow: 0px 1px 0px #000000;
margin: 8px 0px 0px 110px;
width: 34px;
text-align: center;
float: left;
font-size: 23px;
}

.bottom_counter .minute { 
color: #ffffff;
font-weight: bold;
text-shadow: 0px 1px 0px #000000;
margin: 8px 0px 0px 14px;
width: 34px;
text-align: center;
float: left;
font-size: 23px;
}
.bottom_counter .second { 
color: #ffffff;
font-weight: bold;
text-shadow: 0px 1px 0px #000000;
margin: 8px 0px 0px 12px;
width: 34px;
text-align: center;
float: left;
font-size: 23px;
}




.count_down .hour { 
color: #ffffff;
font-weight: bold;
text-shadow: 0px 1px 0px #000000;
margin: -50px 0px 0px 13px;
width: 34px;
text-align: center;
float: left;
font-size: 23px;
}
.count_down .minute { 
color: #ffffff;
font-weight: bold;
text-shadow: 0px 1px 0px #000000;
margin: -75px 0px 0px 62px;
width: 34px;
text-align: center;
float: left;
font-size: 23px;
}
.count_down .second { 
color: #ffffff;
font-weight: bold;
text-shadow: 0px 1px 0px #000000;
margin: -75px 0px 0px 109px;
width: 34px;
text-align: center;
float: left;
font-size: 23px;
}


.header_big_image { 
margin-top: 5px;
margin-left: 15px;
margin-bottom: -27px;
}


.lady_bubble { 
margin: 15px 0px -29px 25px; 
}








/* ------- services -=------- */ 



.big_banner.service { 
background: url(../img/service_banner_bg.jpg) repeat-x center 0px;
height: 397px;
position: relative;
}


.service .banner_image { 
margin: 39px 0px -340px -5px;
}

.service .service_icons { 
float: left;
margin: 16px 25px 0px 66px;
}

.service h2 { 
color: #000000; 
text-shadow: 0px 1px 0px #ebe1b2; 
font-weight: normal; 
font-family: 'proxima-nova'; 
font-size: 16pt;
margin: 0px 0px 0px 65px;
}

.service p.text { 
color: #000000; 
font-size: 15px; 
margin: 17px 0px 20px 0px;
text-shadow: 0px 1px 0px  #ebe1b2;
}

.service_book  { 
position: absolute;
margin: -219px 0px 0px 482px;
}

.service_text { 
margin-left: 360px;
}

.service_image1 { 
position: absolute; 
margin: -43px 0px 0px -320px;
}

.mobile_inner p.phone { 
font-weight: bold; 
color: #053773; 
font-family: 'proxima-nova'; 
margin-bottom: 10px;
font-size: 23pt;
}

.service_text p.phone { 
font-weight: bold; 
color: #053773; 
font-family: 'proxima-nova'; 
margin-bottom: 10px;
font-size: 23pt;
}



.service_image2 {
position: absolute; 
margin: -6px 0px 0px -254px;
}


.service_image3 {
position: absolute; 
margin: -6px 0px 0px -254px;
}



.service_image4 {
position: absolute; 
margin: -113px 0px 0px -340px;
}


.service_image5 {
position: absolute; 
margin: -113px 0px 0px -360px;
}


.service_image6 {
position: absolute; 
margin: -78px 0px 0px -365px;
}

.service_button img  {
vertical-align: top; 

 }

.service_button a.margin { 
margin-right: 50px;
}







/* ---------------------- MOBILE STYLES ---------------- */ 


#main.mobile_main  { 
background: #ffffff; 
box-shadow: none; 
width: 320px;
}


.slogon_mobile { 
float: right; 
background: url(../img/slogon_mobile_logo.png) no-repeat;
margin: 12px 0px 0px 0px;
height: 16px;
width: 93px;
}

.mobile_inner { 
 max-width: 300px;
 margin:auto;
 position: relative;
 line-height: 25px; 
 font-size: 15px;
}

#header.mobile { 
height: 52px;
background-position: 0px 0px;
background-image: url(../img/header_bg_mobile.png);
}

.mobile .logo {
width: 73px;
height: 25px;
float: left;
background: url(../img/mobile_logo.png) no-repeat top left;
display: block;
top: 7px;
left: 0px;
position: relative;
}



.mobile .logo a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}


#header.mobile_new { 
height: 52px;
background-position: 0px 0px;
background-image: url(../img/header_bg_mobile_2015.jpg);
}


.mobile_new .logo {
width: 129px;
height: 29px;
float: left;
background: url(../img/quicksteuer_header_mobile_logo.png) no-repeat top left;
display: block;
top: 4px;
left: 0px;
position: relative;
}



.mobile_new .logo a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

.big_banner.mobile { 
margin-top: 1px;
background: #ffffff;
width: 320px;
margin: 0px auto;
height: 683px;
}

.mobile_inner p.green {
color: #b9fb39;
margin-top: 275px;
font-size: 12px;
float: left;
letter-spacing: 0.5px;
margin-bottom: 15px;
}



.big_banner.mobile .banner_title { 
margin-top: 24px;
}

.big_banner.mobile ul.check li { 
}

.mobile h3.blue_title {
font-family: 'proxima-nova';
color: #053773;
text-shadow: 0px 1px 0px #ffffff;
font-size: 14pt;
margin-top: 30px;
}

.mobile .banner_icons {
position: relative;
float: left;
margin: 16px 10px 0px 0px;
}

.mobile_inner p.phone { 
font-weight: bold; 
color: #053773; 
font-family: 'proxima-nova'; 
margin-bottom: 10px;
font-size: 23pt;
}

.mobile .big_banner .radio_buttons { 
margin: 22px 0px 0px 17px;
color: #4c4d4f;
float: left;
}

.mobile .big_banner p.text {
margin: 12px 0px 0px 0px;
position: relative;
font-size: 13px;
line-height: 18px;
color: #000000;
text-shadow: 0px 1px 0px #ffffff;
}

.mobile_banner_pack { 
float: left;
margin: 25px 10px -8px 5px;
}

.sign_logos { 
float: right; 
margin: -5px 0px 0px 0px;
}

.mobile_button1 { 
margin: 14px 0px 0px -10px;
}


.mobile_inner h1.mobile_title { 
background: url(../img/h1_bg.png) #de0716 repeat-x bottom left;
color: #ffffff;
font-size: 18pt;
padding: 13px 0px 13px 20px;
margin: 0px -10px 1px -10px;
cursor: pointer;
font-family: 'proxima-nova';
}

.mobile_inner .icon_box {
width: 140px;
background: #ffffff;
border-radius: 3px;
box-shadow: 1px 1px 5px #888888;
float: left;
margin-right: 20px;
margin-bottom: 12px;
text-align: center;
font-size: 11px;
line-height: 18px;
padding-top: 1px;
height: 100px;
font-family: 'Verdana';
}

.mobile_inner .icon_box.logo { 
height: 56px;
}


.mobile_inner .icon_box img.icon {
display: block;
margin: auto;
margin-bottom: 3px;
}

.mobile_inner .icon_select {
width: 124px;
}

.mobile_inner .icon_box.last  { 
margin-right: 0px;
}

.mobile_inner p { 
color: #000000; 
font-size: 14px;
line-height: 20px;
font-family: 'Verdana';
}

.mobile_inner .red { 
color: #ae1213; 
}

.mobile_inner h1 { 
font-size: 19pt;
}

.mobile_inner ul.check_2 li {
margin: 10px -10px 10px 0px;
padding-left: 28px;
line-height: 20px;
font-size: 14px;
font-family: 'Verdana';
color: #000000;
}

.mobile_inner ul.check li {
margin: 6px -10px 6px 0px;
padding-left: 28px;
line-height: 20px;
font-size: 14px;
font-family: 'Verdana';
color: #000000;
}

.mobile_inner ul.bullet li {
background: url(../img/bullet.png) no-repeat 0px 7px;
margin: 6px 0px 6px 0px;
padding-left: 14px;
line-height: 20px;
font-size: 14px;
font-family: 'Verdana';
color: #000000;
}



.mobile_inner span.paint span {
background: url(../img/yellow_strip_end.png) no-repeat 100% 2px;
margin-right: -3px;
padding-right: 3px;
}

.mobile_packshot { 
margin: 10px 5px 0px 0px; 
}





.mobile_bottom { 
background: url(../img/mobile_bottom_bg.png) repeat-x top left; 
padding-top: 20px;
margin: 0px -10px;
}


.service_top { 
background: url(../img/mobile_service_top_bg.png) no-repeat top center;
margin: 0px -10px;
padding: 10px 10px 35px 10px;

}


.service_top h3.blue_title {
font-family: 'proxima-nova';
color: #053773;
text-shadow: 0px 1px 0px #ffffff;
font-size: 16pt;
margin-top: 0px;
margin-bottom: -5px;
}

.service_top .banner_icons {
position: relative;
float: left;
margin:15px 8px 0px 1px;
}



.service_top p.text {
margin: 12px 0px 0px 0px;
position: relative;
font-size: 13px;
line-height: 18px;
color: #000000;
text-shadow: 0px 1px 0px #ffffff;
}




.service_links { 
margin: 0px -10px;
}


.service_link { 
width: 50%; 
text-align: center; 
float: left;
height: 165px;
color:#313131; 
font-size: 12px;
text-decoration: none !important;
}

.service_link img { 
display: block; 
margin: 7px auto -3px;
}


.service_link.grey { 
background: #f0f0f0;
}

.service_pop { 
position: absolute; 
background: #f0f0f0; 
padding: 15px 10px; 
width: 100%;
box-shadow: 0px 4px 34px -4px #777777;
}

.service_pop_close { 
background: url(../img/service_pop_close.png) no-repeat top left; 
position: absolute; 
right: 15px;
top: 15px;
width: 37px; 
height: 38px;
cursor: pointer;
}


.service_pop .phone { 
font-size: 23pt; 
color: #053773; 
font-family: 'proxima-nova';
font-weight: bold;
margin-bottom: 5px;
display: block;
}

.service_pop h1 { 
font-weight: bold;
font-size: 26px;
color: #c1011a;
line-height: 31px;
}


.mobile img.point {
float: left;
margin: -2px 10px 0px 1px;
}

#hover1, #hover2 { 
margin-top: 55px;
display: none;
}


#hover3, #hover4 { 
margin-top: 220px;
display: none;
}


#hover5, #hover6 { 
margin-top: 385px;
display: none;
}

.tab_content { 
display: none;
margin: 0px -10px; 
padding: 0px 10px;
}

.mobile_inner p.bigger { 
font-size: 16px;
}

.mobile_inner .tabelle_vergleich{ 
border:1px solid grey;
}



.mobile_inner .tabelle_vergleich tr td{ 
border:1px solid grey;
font-size:11px;
line-height:15px;
vertical-align: top;
}

.mobile_inner .tabelle_vergleich tr td p{ 
font-size:12px;
line-height:15px;
margin:10px 0;
}

.mobile_inner .tabelle_vergleich tr td:first-child{ 
width:180px;
}

.mobile_inner .tabelle_vergleich tr td:nth-child(2){ 
width:60px;
text-align:center;
vertical-align: middle;
}

.mobile_inner .tabelle_vergleich tr td:nth-child(3){ 
width:60px;
text-align:center;
vertical-align: middle;
}

.testim_box { 
background: #e4e4e4;
margin: 0px -10px;
padding: 0px;
}


a.testim { 
width: 145px;
float: left;
color: #333333;
font-weight: bold;
font-size: 12px;
text-shadow: 0px 1px 0px #ffffff;
padding-bottom: 20px;
padding-left: 10px;
text-decoration: none;
}

.pop_window { 
position: absolute; 
background: #f0f0f0; 
padding: 15px 10px; 
width: 100%;
box-shadow: 0px 4px 34px -4px #777777;
display: none;
z-index: 10;
margin-top: 30px;
}

.pop_window_close { 
background: url(../img/service_pop_close.png) no-repeat top left; 
position: absolute; 
right: 15px;
top: 15px;
width: 37px; 
height: 38px;
cursor: pointer;
}

.tesim_name {
color: #333333;
font-weight: bold;
font-size: 12px;
text-shadow: 0px 1px 0px #ffffff;
padding-left: 10px;
position: relative;
top: -7px;
}


.pop_window.minus_ten  { 
margin-left: -10px;
}
















/*h1 { font: bold 25pt 'Verdana', 'Arial'; color: #0355a1; letter-spacing: 0px;}
h2 { font: bold 18pt 'Verdana', 'Arial'; color: #0355a1; letter-spacing: 0px; text-shadow: 0px 1px 0px #ffffff; text-transform: none;  }
h3 { font: normal 14pt 'Verdana', 'Arial'; color: #000000; letter-spacing: 0px; }
h4 { font: normal 18px 'Verdana', 'Arial'; color: #000000; }
h5 { }
h6 { }*/





h1, .hl1 { font: bold 23pt 'proxima-nova', 'Arial'; color: #b4041b; letter-spacing: 0px;}
h2, hl2 { font: bold 18pt 'Verdana', 'Arial'; color: #0355a1; letter-spacing: 0px; text-shadow: 0px 1px 0px #ffffff; text-transform: none;  }
h3, .hl3 { font: normal 14pt 'Verdana', 'Arial'; color: #000000; letter-spacing: 0px; }
h4 { font: normal 16pt 'proxima-nova', 'Arial'; color: #434343; margin-bottom: 10px; }
h5 { }
h6 { }




.hidden_text { 
display: none;
}


span.paint {
background: url(../img/yellow_strip.png) no-repeat top left; 
margin-left: -0px; 
padding-left: 0px;
position: relative;
}
	
span.paint span { 
background: url(../img/yellow_strip_end.png) no-repeat 100% 2px; 
margin-right: -0px; 
padding-right: 0px;
} 



ul.check { 
margin: 8px 0px 20px 0px;
z-index: 10;
position: relative;

}


ul.check_2 { 
margin: 8px 0px 20px 0px;
z-index: 10;
position: relative;

}


ul.check li { 
background: url(../img/green_check.png) no-repeat 0px 3px;
margin: 6px 0px 6px 0px;
padding-left: 23px;
line-height: 22px;
font-size: 14px;
}

ul.check_2 li { 
background: url(../img/green_check.png) no-repeat 0px 3px;
margin: 6px 0px 6px 0px;
padding-left: 23px;
line-height: 22px;
font-size: 14px;
}


ul.bullet { 
margin: 0px 0px 20px 0px;
z-index: 10;
position: relative;
font-size: 14px;
}


ul.bullet li { 
background: url(../img/bullet.png) no-repeat 0px 10px;
margin: 6px 0px 6px 0px;
padding-left: 18px;
line-height: 22px;
font-size: 15px;
}





ul.cross { 
margin: 5px 0px 20px 0px;
z-index: 10;
position: relative;
font-size: 14px;
}


ul.cross li { 
background: url(../img/red_cross.png) no-repeat 0px 3px;
margin: 8px 0px 8px 0px;
padding-left: 28px;
line-height: 20px;
font-size: 15px;
}


.hide { 
display: none;
z-index: 99; 
position: absolute;
}


ul li.hidden_li { 
display: none;
}




.no_padding { padding: 0px !important; }



.green_underline { 
color: #0e5f36;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #bdd1c8;
}

.green { color: #0b7b34; }


small {
font-size: 10pt; 
color: #777777;
font-weight: normal;
}

.yellow_notif { 

border: 1px solid #b4b4b4;
box-shadow: inset 0px 0px 0px 1px #ffffff;
padding: 10px; 
margin: 15px 0px 15px -10px;
border-radius: 5px;

background: #d99902; /* Old browsers */
background: -moz-linear-gradient(top, #fce7a7 0%, #e5ba54 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fce7a7), color-stop(100%,#e5ba54)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #fce7a7 0%,#e5ba54 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #fce7a7 0%,#e5ba54 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #fce7a7 0%,#e5ba54 100%); /* IE10+ */
background: linear-gradient(to bottom, #fce7a7 0%,#e5ba54 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fce7a7', endColorstr='#e5ba54',GradientType=0 ); /* IE6-9 */


}

.red { 
color: #ed1b2f;
}

.black { 
color: #333333;
}

.black_underline { 
color: #333333; 
text-decoration: underline;
}


.blue { 
color: #1744d4;
}

.underline { 
text-decoration: underline; 
}
.underline:hover { 
text-decoration: none;
}

.orange { 
color: #fd7e35; 
}

.yellow_bg { 
background: #fed000; 
}

.yellow_bg2 { 
background: #fec813; 
}

.no_margin { 
margin: 5px 0px !important;
}


/* =End Main Content
--------------------------------------------------------------------------------------------------*/











/* =Footer
--------------------------------------------------------------------------------------------------*/
#footer {
width: 100%;

color: #a1a1a1;
padding-top: 15px;
margin: auto;
margin-bottom: 15px;

}


#footer .button_input { 
background: url(../img/footer_input.png) no-repeat top center;
}
#footer .form_arrow { 
margin-top: 5px;
}

.footer_list { 
color: #898989;
padding-top: 18px;
text-shadow: 0px 1px 0px #ffffff;
font-size: 14px;
width: 860px;
margin: auto;
font-family: 'Arial';
text-align: right;
}

.footer_list a { 
color: #ffffff;
text-shadow: none;
font-size: 13px;
border-right: 1px solid #999999; 
padding-right: 11px; 
margin-right: 11px;
}

.footer_list a.impressum {
border-right: none; 
padding-right: 0px; 
margin-right: 0px;
}


.hidden_footer { 
color: #ffffff; 
font-size: 15px; 
line-height: 25px; 
margin-top: 30px; 
display: none; 
box-shadow: 0px -1px 5px 0px #111111;
}


.hidden_footer h4 {
font-family: 'Arial'; 
font-size: 18px; 
color: #ffffff; 
margin-bottom: 18px;
line-height: 25px;
}



.hidden_footer p {
font-family: 'Arial'; 
font-size: 14px; 
color: #ffffff; 
margin-bottom: 18px;
line-height: 25px;
}


.hidden_footer a { 
color: #02618d; 
text-decoration: none; 
}

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

span.divider { 
margin: auto 5px;
}





.ssl_lock { 
background: url(../img/desktop/ssl_lock.png) no-repeat top left;
padding-left: 23px; 
position: absolute; 
bottom: 5px; 
float: left; 
text-align: left; 
font-size: 13px; 
color: #626262; 
text-shadow: 0px 1px 0px #ffffff; 
padding-top: 3px;
padding-bottom: 5px;
}

#funktionen #formular{
min-width:1080px;
}

.new_footer #footer { 
width: 865px;
}

.new_footer #footer_bg { 
background: #095023; 
border: none;
min-width:1080px;
height: auto;
min-height:50px;
}

a, input, map, area {
    outline: none;
}


.new_footer { 
border-top: 1px solid #ffffff; 
box-shadow: 0px -1px 0px 0px #cccccc;
}

.new_footer .links a { 
color: #ffffff !important; 
background: url(../img/footer_sep.png) no-repeat top right; 
padding-right: 20px; 
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
margin-top: -5px;
font-size: 13px;
outline: none;
}

.new_footer span.sep { 
display: none;
}

.new_footer .links a.last_link { 
background: none; 
padding-right: 0px; 
margin-right: 0px;
}








/* End Footer
--------------------------------------------------------------------------------------------------*/

.selectLightCd ul li {
line-height:26px;
}

.styleSelect_link {
    color: #000;
    font-size: 12px;
}
.styleSelect_link:hover {
    text-decoration: none;
}
.body-2016 a.styleSelect_description,
.body-2016 a.styleSelect_link {
    color: #000;
	font-size:12px;
	line-height:26px;
}



.blume_bg{
background-image: url(../img/bdl.png) !important;
 background-attachment:fixed !important; background-repeat: no-repeat !important; background-position:center !important}

#funktionen.qsd_fix {
    position: relative;
	margin-top:0px;
}

#funktionen.qsd_fix .ssl_lock {
position: static; 
bottom: auto; 
float: none; 
text-align: left; 
font-size: 13px; 
color: #626262; 
text-shadow: none;
padding: 0;
margin-left: -160px;
line-height: 3em;
}


.vergleichstabelle td{
border-right: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
height:50px;
vertical-align:middle;
padding:2px 0px 2px 0px;
}

.vergleichstabelle td.center{
text-align:center;
}

.vergleichstabelle tr.bottom td{
border-bottom:none;
}

.vergleichstabelle td.marked{
background:#fffbd5;
}

.vergleichstabelle td.right{
border-right:none;
float:none;
}


.big_banner.mobile-banner-2015-normal  { 
padding-top: 300px;
background: url(../img/qs_header_neu.jpg) no-repeat top center #fff;
height: 521px;
}
.big_banner.mobile-banner-2015-deluxe  { 
padding-top: 300px;
background: url(../img/qsd_header_neu.jpg) no-repeat top center #fff;
height: 521px;
}
.mobile_inner p.green2{ 
 color:#0b7b34;
}




 /* START alles-neu version */
 
 #main.alles-neu {
width:1059px;
 } 
 .alles-neu h1 {
 font-size: 57px;
 line-height:61px;
 font-family: 'proxima-nova', 'Verdana';
 font-weight: normal;
 color: #000;
 text-shadow: 0px 1px #fff;
 }
 .alles-neu h2 {
 font-size: 44px;
 font-family: 'proxima-nova', 'Verdana';
 font-weight: normal;
 color: #000;
 text-shadow: 0px 1px #fff;
 }
 .alles-neu h3 {
 font-size: 40px;
  line-height:47px;
 font-family: 'proxima-nova', 'Verdana';
 font-weight: normal;
 color: #000;
 text-shadow: 0px 1px #fff;
 }
 .alles-neu h3 .smaller{
 font-size: 27px;

 }
 .alles-neu p {
 font-size: 16px;
 margin:0px;
 }
 
 .alles-neu .screenshot_container {
 background:#fff;
 width:442px;
 }
  
 .alles-neu .content_block1 {
 height:378px;
 background:url(../img/bg1.jpg);
 } 
 .alles-neu .content_block2 {
 height:378px;
 background:url(../img/bg2.jpg);
 }
 .alles-neu .content_block3 {
 height:378px;
 background:url(../img/bg3.jpg);
 }
 .alles-neu .content_block4 {
 height:458px;
 background:url(../img/bg4.jpg);
 }
 .alles-neu .content_block5 {
 height:582px;
 background:url(../img/bg5.jpg);
 }
 .alles-neu .content_block6 {
 height:452px;
 background:url(../img/bg6.jpg);
 }
 .alles-neu .content_block7 {
 height:374px;
 background:url(../img/bg7.jpg);
 }
 .content_block8 {
 height:495px;
 background:url(../img/bg8.jpg);
 }
 
  
 

 .mobile.alles-neu h1 {
 font-size: 26px;
 line-height:29px;
 font-family: 'proxima-nova', 'Verdana';
 font-weight: normal;
 color: #000;
 text-shadow: 0px 1px #fff;
 text-align:center;
 }
 .mobile.alles-neu h2 {
 font-size: 26px;
 line-height:29px;
 font-family: 'proxima-nova', 'Verdana';
 font-weight: normal;
 color: #000;
 text-shadow: 0px 1px #fff;
  text-align:center;
 }
 .mobile.alles-neu h3 {
 font-size: 26px;
 line-height:29px;
 font-family: 'proxima-nova', 'Verdana';
 font-weight: normal;
 color: #000;
 text-shadow: 0px 1px #fff;
  text-align:center;
 }
 .mobile.alles-neu h3 .smaller{
 font-size: 18px;

 }
.mobile .alles-neu p {
 font-size: 14px;
   text-align:center;
 }
 
 .alles-neu .mobile_content_block {
 background:#e3e8ed;
 padding:15px  0 15px 0;
 }
 
 .alles-neu .mobile_block1 {
  background: url(../img/frau.jpg);
  height: 149px;
 }
 .alles-neu .mobile_block2 {
  border-top:2px solid #fff;
  background: url(../img/frau1.jpg);
  height: 149px;
 }
 .alles-neu .mobile_block3 {
  border-top:2px solid #fff;
  background: url(../img/frau2.jpg);
  height: 149px;
 }
 .alles-neu .mobile_block4 {
	text-align:center;
  height: 469px;
 }
 .alles-neu .mobile_block5 {
  border-top:2px solid #fff;
  background: url(../img/benutzeroberflaeche.jpg);
  height: 149px;
 }
 .alles-neu .mobile_block6 {
  border-top:2px solid #fff;
  background: url(../img/frau3.jpg);
  height: 149px;
 }
 .alles-neu .mobile_block7 {
  border-top:2px solid #fff;
  background: url(../img/frau4.jpg);
  height: 149px;
 }
 
 .alles-neu .mobile_block8 {
  border-top:2px solid #fff;
  background: url(../img/hintergrund_grau.jpg) no-repeat #e3e8ed;
  padding-left:15px;

 }
 .alles-neu .mobile_block8 p{
  text-align:left;

 }
  /* END alles-neu version */
 
 
 .logo_text{
    color:#fff !important;
	font-size:14px;
	position:absolute;
	margin:0;
}
.logo_text:hover{
    text-decoration:none;
}

.hersteller_band {
position:absolute;
margin: 176px 0 0 30px;
}

.red_navi{
height:38px;
position:fixed;
bottom:0;
z-index:80;
background:#de0716;
width:100%;
border-top:1px solid #fff;
}


.versions_uebersicht2 {
width:100%;
text-align:left;
margin:0 0 0 -8px;
width:885px;
padding-right:30px;
}
.versions_uebersicht2 .version_outer{
border:1px solid #f5f5f5;
-webkit-box-shadow: 2px 7px 13px 0px rgba(50, 50, 50, 0.47);
-moz-box-shadow:    2px 7px 13px 0px rgba(50, 50, 50, 0.47);
box-shadow:         2px 7px 13px 0px rgba(50, 50, 50, 0.47);
}

.versions_uebersicht2 .handwrite{
margin-left:20px;
margin-bottom:10px;
}
.versions_uebersicht2 .version_inner{
width:254px;
margin: 9px 9px 9px 9px;
background: #e8e8e8 0px 55px no-repeat;
height:255px;
}
.versions_uebersicht2 .version_inner p{
padding:3px 0 0 10px;
font-size:16px;
line-height:23px;
}
.versions_uebersicht2 .version_inner p img{
vertical-align:-9px;
}

#footer_bg_qs {
position:relative;
z-index:95;
}

.mp0 {
margin:0px;
padding:0px;
}

body #cboxOverlay{
background-color:#000;
}









.countdown_container{
position:absolute; 
margin:49px 0 0 354px; 
width:600px;
color:#fff;

}
.countdown_container{
margin:49px 0 0 354px; 

}
.countdown_container .counter_outer{
box-shadow: 0px -3px 15px 0px rgba(0,0,0,0.75);
background:#de0716;   
height: 73px; 
margin:-18px 0 0 10px; 
float:left;
}
.countdown_container #counter p{

width:64px;
font-size:34px;
text-align:center;
border-left:1px solid #ee7c84;
font-family:proxima-nova;
display:inline-block;
height:34px;
margin-top:16px;
color:#fff;
}
.countdown_container #counter p:nth-child(1){
border-left:none;
}
.countdown_container #counter p strong{
margin-top:-6px;
display:inline-block;
}
.countdown_container .counter_description {
width:69px;
font-size:16px;
text-align:center;
font-family:proxima-nova;
color:#f5b5ba;
margin-top:-11px;
display:block;
float:left;
}

.countdown_container .abgabe {
text-align:right; 
color:#fff; 
line-height: 16px;  
float:left; 
font-size:12px
}







.countdown_container_neu{
position:absolute; 
margin:49px 0 0 354px; 
/*width:600px;*/
color:#fff;
z-index:100;
}
.countdown_container_neu{
margin:49px 0 0 354px; 
}
.countdown_container_neu .counter_outer{
box-shadow: 0px -1px 15px 0px rgba(0,0,0,0.75);
background:#333333;   
height: 65px; 
margin:-10px 0 0 10px; 
float:left;
}
.countdown_container_neu #counter p,
.countdown_container_neu #counter2 p{
width:64px;
font-size:32px;
text-align:center;
border-left:1px solid #c2c2c2;
font-family:proxima-nova;
display:inline-block;
height:34px;
color:#fff;
vertical-align:10px;
margin-top:6px;
}
.countdown_container_neu #counter p:nth-child(1),
.countdown_container_neu #counter2 p:nth-child(1){
border-left:none;
}
.countdown_container_neu #counter p strong,
.countdown_container_neu #counter2 p strong{
display:inline-block;
}
.countdown_container_neu .counter_description {
width:69px;
font-size:14px;
text-align:center;
font-family:proxima-nova;
color:#c2c2c2;
margin-top:-11px;
display:block;
float:left;
}
.countdown_container_neu .abgabe {
text-align:right; 
color:#fff; 
line-height: 16px;  
float:left; 
font-size:12px;
 margin-top:4px;
     white-space: nowrap;
}



.countdown_container_neu-2{
position:absolute; 
right:50px;
top:250px;
width:190px;
color:#fff;
z-index:100;
}
.countdown_container_neu-2 .counter_outer{
box-shadow: 0px -1px 5px 0px rgba(0,0,0,0.75);
background:#333333;   
height: 55px; 
margin:10px 0 0 10px; 
float:left;
}
.countdown_container_neu-2 #counter p,
.countdown_container_neu-2 #counter3 p{
width:40px;
font-size:24px;
text-align:center;
border-left:1px solid #c2c2c2;
font-family:proxima-nova;
display:inline-block;
height:34px;
color:#fff;
vertical-align:10px;
margin-top:6px;
}
.countdown_container_neu-2 #counter p:nth-child(1),
.countdown_container_neu-2 #counter3 p:nth-child(1){
border-left:none;
}
.countdown_container_neu-2 #counter p strong,
.countdown_container_neu-2 #counter3 p strong{
display:inline-block;
}
.countdown_container_neu-2 .counter_description {
width:45px;
font-size:13px;
text-align:center;
font-family:proxima-nova;
color:#c2c2c2;
margin-top:-11px;
display:block;
float:left;
}
.countdown_container_neu-2 .abgabe {
text-align:right; 
color:#fff; 
line-height: 16px;  
float:left; 
font-size:12px;
 margin-top:4px;
     white-space: nowrap;
}



/* 2015 designupdate */
p.h1{
font-family:Swiss721,impact,Arial,Verdana; 
font-size:64px; 
line-height:75px; 
font-weight:bold; 
}

p.h2{
font-family:Swiss721,Arial,Verdana; 
font-size:41px; 
line-height:40px; 
font-weight:normal; 
color:#de0716;
white-space:nowrap;
}
p.h2 .black{
font-size:25px; 
font-weight:normal; 
color:#000;
}

p.h2.smaller{
font-size:31px; 
line-height:35px;
}
p.h2.smaller .black{
font-size:24px; 
}


.counter_2015 { 
background: url(../img/counter.png) no-repeat top left; 
width: 277px; 
height: 48px;
margin:0px;
float:none;
}

.counter_2015 .hour { 
position:absolute;
color: #000;
font-weight: bold;
text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
margin: 12px 0px 0px 124px;
width: 34px;
text-align: center;
float: none;
font-size: 27px;
font-family:Swiss721,impact, Arial,Verdana;
}
.counter_2015 .minute { 
position:absolute;
color: #000;
font-weight: bold;
text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
margin: 12px 0px 0px 180px;
width: 34px;
text-align: center;
float: none;
font-size: 27px;
font-family:Swiss721,impact,Arial,Verdana;
}
.counter_2015 .second { 
position:absolute;
color: #000;
font-weight: bold;
text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
margin: 12px 0px 0px 232px;
width: 34px;
text-align: center;
float: none;
font-size: 27px;
font-family:Swiss721,impact,Arial,Verdana;
}

.btn_container{
display: inline-block;
font-size: 11px;
line-height: 8px;
text-align: center;
}
img.point2{
margin: 0 8px -4px 4px
}

.yellowbtn_fix .yellow_button {
margin:0px;
}
.empty_divider{
background: #ececec;
height:40px;
margin: 0px -100px;
width:auto;
}


.tbl_compare {
margin-top:30px;
width:770px;
}
.tbl_compare td {
margin:0px;
padding:10px 0;
vertical-align:middle;
line-height: 19px;
border:1px solid #959595;
}
.tbl_compare tr:nth-child(1) td {
vertical-align:bottom;
}
.tbl_compare td:nth-child(2),
.tbl_compare td:nth-child(3){
text-align:center;
}

.tbl_compare tr:nth-child(10) td {
border-bottom:none;
}
.tbl_compare tr:nth-child(11) td {
border:none;
}
.tbl_compare tr:nth-child(1) td {
border-top:none;
}
.tbl_compare tr td:nth-child(1) {
border-left:none;
}
.tbl_compare tr td:nth-child(3) {
border-right:none;
}


.img_shadow {
    box-shadow: 0px 0px 4px #cccccc;
}

.mouseover_images div{
	background:#F0F0E7;
	border-radius:3px;
	border:1px solid black;
	padding:8px;
	width: 300px; 
	display: none; 
	z-index: 200; 
	position: absolute; 
	top: -164px; 
	left: 1028px;
	line-height:19px; 
	font-size:13px;
}


.radio_link,
.radio_link a{
color:#000;
}
.radio_link a:hover{
text-decoration:none;
}




.mobile .big_banner,
.mobile #header{
width:100% !important;
min-width:320px !important;
}









.show_till_900px{
	display:none;
	}
@media (max-width: 900px) {
	.show_till_900px{
	display:block;
	}
}

.show_550px{
	display:none;
}
@media (max-width: 550px) {
	.show_550px{
	display:inline-block;
	}
}
.show_800px{
	display:none;
}
@media (max-width: 800px) {
	.show_800px{
	display:inline-block;
	}
}

.show_900px{
	display:none;
}
@media (max-width: 900px) {
	.show_900px{
	display:block;
	}
}

@media (max-width: 1200px) {
	.hide_1200px{
	display:none;
	}
}
@media (max-width: 1100px) {
	.hide_1100px{
	display:none;
	}
}
@media (max-width: 1050px) {
	.hide_1050px{
	display:none;
	}
}
@media (max-width: 1000px) {
	.hide_1000px{
	display:none;
	}
}
@media (max-width: 900px) {
	.hide_900px{
	display:none;
	}
}
@media (max-width: 950px) {
	.hide_950px{
	display:none;
	}
}
@media (max-width: 850px) {
	.hide_850px{
	display:none;
	}
}
@media (max-width: 800px) {
	.hide_800px{
	display:none;
	}
}
@media (max-width: 700px) {
	.hide_700px{
	display:none;
	}
}
@media (max-width: 650px) {
	.hide_650px{
	display:none;
	}
}
@media (max-width: 600px) {
	.hide_600px{
	display:none;
	}
}
@media (max-width: 560px) {
	.hide_560px{
	display:none;
	}
}
@media (max-width: 500px) {
	.hide_500px{
	display:none;
	}
}
@media (max-width: 400px) {
	.hide_400px{
	display:none;
	}
}
@media (max-width: 350px) {
	.hide_360px{
	display:none;
	}
}
@media (max-width: 300px) {
	.hide_300px{
	display:none;
	}
}


.body-2016{
	background: url(../img/background2016.jpg) repeat;
}

.body-2016,
.body-2016 li,
.body-2016 p,
.body-2016 td {
line-height:1.3em;
font-size:14px;
}

ul.basic {
list-style-type: disc;
padding-left:20px;
}
ul.basic li{
margin-bottom:7px;
}


.header-2016 {
	width:100%;
	min-width:320px;
	background:#a70417;
	position:relative; 
}
.header-2016-inner {
	width:100%;
	max-width:1059px;
	margin:auto;
	position:relative;
	box-sizing:border-box;
}
@media (max-width: 1060px) {
	.header-2016-inner  {		
	padding:0px 10px;
	}
}

@media (max-width: 400px) {
	.header-2016-inner img {		
	max-height:20px;
	}
}

.header-2016-navi {
	background:#333333;
	position:relative;
	z-index:10;
}


.header-2016-navi p{
    font-size: 12px;
    line-height: 15px;
	color:#fff;
}

.header-2016-navi ul li a{
	color: #fff;
	border-right:1px solid #fff;
    display: block;
    width: auto;
    padding: 0px 12px;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
}
@media (max-width: 1060px) {
	.header-2016-navi ul li a {	
		padding:0px 10px;
	}
}

.header-2016-navi ul li{
	float:left;
}


.header-2016-navi ul li:nth-child(1) a{
    padding-left: 0px;
}
.header-2016-navi ul li:nth-last-child(1) a{
    border-right:none;
}



/* Scroll header Begin */
.header-2016_scroll {
	width:100%;
	min-width:320px;
	background:#a70417;
	position:fixed;
	z-index:500;
	display:none;
}
.header-2016-inner_scroll {
	width:100%;
	max-width:1059px;
	margin:auto;
	position:relative;
	box-sizing:border-box;
}
@media (max-width: 1060px) {
	.header-2016-inner_scroll  {		
	padding:0px 10px;
	}
}

.header-2016-navi_scroll {
	background:#333333;
}


.header-2016-navi_scroll p{
    font-size: 12px;
    line-height: 15px;
	color:#fff;
}

.header-2016-navi_scroll ul li a{
	color: #fff;
	border-right:1px solid #fff;
    display: block;
    width: auto;
    padding: 0px 12px;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
}
@media (max-width: 1060px) {
	.header-2016-navi_scroll ul li a {	
		padding:0px 10px;
	}
}

.header-2016-navi_scroll ul li{
	float:left;
}


.header-2016-navi_scroll ul li:nth-child(1) a{
    padding-left: 0px;
}
.header-2016-navi_scroll ul li:nth-last-child(1) a{
    border-right:none;
}

.header_push{
height:60px;
display:none;
}

.header_txt{
position:absolute;
top:2px;
right:195px;
line-height:15px !important;
font-size:12px !important;
color:#fff;
text-align:right;
text-shadow: 0px 1px 0px #000;
}
/* New header end */


.content-2016 {
	width:100%;
	min-width:320px;
}
.content-2016-inner {
	width:100%;
	max-width:1059px;
	margin:auto;
	position:relative;
	box-sizing:border-box;
	background:#fff;
}
@media (max-width: 1130px) {
	.content-2016-inner  {		
	overflow:hidden;
	}
}
@media (max-width: 1060px) {
	.content-2016-inner  {		
	padding:0px 10px;
	}
}



.banner-2016 h1 {
	font-size:62px;
	line-height:1.2em;
	font-family: Swiss721, Arial;
	color:#000;
	font-weight:normal;
}
@media (max-width: 1000px) {
	.banner-2016 h1 {		
	font-size:50px;
	}
}
@media (max-width: 750px) {
	.banner-2016 h1 {		
	font-size:40px;
	}
}
@media (max-width: 650px) {
	.banner-2016 h1 {		
	font-size:30px;
	}
}
@media (max-width: 550px) {
	.banner-2016 h1 {		
	font-size:20px;
	}
}


.banner-2016 {
	width:100%; 
	background:#fff;
}
.banner-2016 .banner-img{
	margin-left:60px;
	margin-top:20px;
	position:relative;
}
@media (max-width: 850px) {
	.banner-2016 .banner-img{
		margin-left:0px;
	}
}
@media (max-width: 750px) {
	.banner-2016 .banner-img {
		width:230px;
	}
}
@media (max-width: 550px) {
	.banner-2016 .banner-img {
		width:120px;
		margin-top:35px;
	}
}

@media (max-width: 550px) {
	.banner-2016 {
		min-height:235px;
	}
}

.banner-2016-text {
	position:absolute;
	top: 60px;
	left: 440px;
}
@media (max-width: 900px) {
	.banner-2016-text {
		position:absolute;
		top: 78px;
		left: auto;
		right:20px;
	}
}
@media (max-width: 800px) {
	.banner-2016.v2 .banner-2016-text ul li{
		
		max-width:330px;
	}
}
@media (max-width: 750px) {
	.banner-2016-text {
		position:absolute;
		top: 60px;
		left: auto;
		right:20px;
	}
	.banner-2016.v2{
		height:480px
	}
}
@media (max-width: 700px) {
	.banner-2016.v2 .banner-2016-text ul li{
		
		max-width:280px;
	}
}
@media (max-width: 550px) {
	.banner-2016-text {
		top:15px;
		left:130px;
		right:auto;
	}
	.banner-2016.v2{
		height:350px
	}
}

.banner-2016 p.h1_smaller {
	font-size:24px;
	font-family: Swiss721, Arial;
}

@media (max-width: 650px) {
	.banner-2016 p.h1_smaller {		
	font-size:20px;
	}
}
@media (max-width: 550px) {
	.banner-2016 p.h1_smaller {		
	font-size:16px;
	}
}




.content-2016-inner-thinner {
margin:auto;
max-width:820px;
width:100%;
}

.marker_yellow {
	background:#feda38;
}
ul.check1 li {
	margin-bottom:20px;
	background: url(../img/haken.png) no-repeat 0px 3px;
}


.button_subtext {
	color:#505050;
	display:block;
	font-size:12px;
	margin-top:-5px;
}

a.button_subtext {
	color:#013d8f;
	text-decoration:underline;
	display:block;
	font-size:12px;
	margin-top:-5px;
}
a.button_subtext2 {
	color:rgb(11, 123, 52);
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size:12px;
	margin-top:-5px;
}
.button_subtext2 {
	color:rgb(11, 123, 52);
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size:12px;
	margin-top:-5px;
}


.block-right {
float:right;
text-align:left;
}
.block-left{
float:left;
text-align:left;
}
@media (max-width: 750px) {
	.block-left.dlx,
	.block-right.dlx {
		float:none;
		display:inline-block;
		margin:auto;
	}
}
@media (max-width: 680px) {
	.block-left,
	.block-right {
		float:none;
		display:inline-block;
		margin:auto;
	}
}

.nowrap {
white-space:nowrap;
}

.border-top-green {
	border-top:8px solid #095024;
}

.border-top-red {
	border-top:5px solid #a70417;
}

.border-top-black {
	border-top:3px solid #000;
}

.content-2016 .logo-block img {
margin:1% 2%;
}
@media (max-width: 650px) {
	.content-2016 .logo-block img {
		margin:1%;
	}
}
.content-2016 .logo-block2 div {
margin:1% 2%;
display:inline-block;
position:relative;
}
@media (max-width: 650px) {
	.content-2016 .logo-block2 div {
		margin:1%;
	}
}
.content-2016 .logo-block2.v2 div {
margin:1% 1%;
}

.content-2016 .logo-block3 {
margin-left:18px;
}
.content-2016 .logo-block3 div {
margin:8px 2px;
display:inline-block;
position:relative;
}


.content-2016 h2 {
	color:#a70417;
	font-weight:normal;
	font-family: Swiss721, Arial;
	font-size:40px;
}
@media (max-width: 800px) {
	.content-2016 h2 {
		font-size:30px;
	}
}
@media (max-width: 500px) {
	.content-2016 h2 {
		font-size:20px;
	}
}

.content-2016 .h2_sub {
	color:#000;
	font-weight:normal;
	font-family: Swiss721, Arial;
	font-size:26px;
	margin-top:5px;
}
@media (max-width: 800px) {
	.content-2016 .h2_sub {
		font-size:20px;
	}
}
@media (max-width: 500px) {
	.content-2016 .h2_sub {
		font-size:18px;
		margin-top:0px;
	}
}


.content-2016 .padding-padding {
	margin-left:300px;
}
@media (max-width: 800px) {
	.content-2016 .padding-padding {
		margin-left:0px;
	}
}

.content-2016 .padding-padding2 {
	margin-left:410px;
}
@media (max-width: 800px) {
	.content-2016 .padding-padding2{
		margin-left:0px;
	}
}

.content-2016 .padding-padding3 {
	margin-left:380px;
}
@media (max-width: 800px) {
	.content-2016 .padding-padding3{
		margin-left:0px;
	}
}


.content-2016 .padding {
	padding-left:100px;
}
@media (max-width: 1050px) {
	.content-2016 .padding {
		padding-left:50px;
	}
}
@media (max-width: 700px) {
	.content-2016 .padding {
		padding-left:10px;
	}
}

.content-2016 img.step {
	position:absolute; 
	margin:-20px 0 0 -20px;
}

.content-2016 img.step-separator {
	float:left;
	padding: 40px 20px 0 20px;
}
@media (max-width: 550px) {
	.content-2016 img.step-separator {
		display:none;
	}
}

.content-2016  .inline-blocks div{
	display:inline-block;
	float:none;
	vertical-align:top;
}


.content-2016  .inline-blocks1 div{	
	margin-top:20px;
	text-align:left;
}


.content-2016 .inline-blocks2 div{	
	margin:20px 3% 0 3%;
}
@media (max-width: 950px) {	
	.content-2016 .inline-blocks2 div{
		margin:10px 5px 0 5px;
	}
}
@media (max-width: 550px) {	
	.content-2016 .inline-blocks2 div{
		margin:10px 15px 0 15px;
	}
}

.content-2016  .inline-blocks2 {	
	text-align:center;
}

.content-2016  .inline-blocks2 .img-box {	
	height:100px;
}



@media (max-width: 550px) {	
	.content-2016  .inline-blocks1{
		text-align:center;
	}
}

.absolute{
position:absolute;
}

.testi-selection img{
max-width:100%;
cursor:pointer;
}
.testi-selection {
position:absolute;
top:0px;
right:0px;
width:124px;
line-height:0px;
}
@media (max-width: 450px) {	
	.testi-selection {
		top:auto;
		top:120px;
		width:60px;
	}
}

.testi-texte{
width:42%;
}
@media (max-width: 800px) {	
	.testi-texte{
		width:52%;
		float:none;
	}
}
@media (max-width: 450px) {	
	.testi-texte{
		width:220px;
	}
}

.testi-img{
position:absolute;
}
@media (max-width: 800px) {	
	.testi-img {
		display:block;
		position:static;
		width:180px;
	}
}

.lightgrey {
    color: #afafaf;
}



@media (max-width: 1000px) {	
	.zero_right {
		right:0px !important;
	}
}

.bottom-block1 img {
	max-width:100%;
}
	
.bottom-block1 {
	width:260px;
	position:absolute;
	top:40px;
	left:7%;
}
@media (max-width: 800px) {	
	.bottom-block1 {
		position:static;
		float:right;
		width:200px;
	   width: 215px;
		margin-right: 30px;
	}

	.bottom-block2 {
		width:100%;
	}
}
@media (max-width: 600px) {	
	.bottom-block1 {
		margin-right:0px;
	}

}


.counter-2016 {
float:none;
width:165px;
}
.counter-2016 .hour {
margin-left:12px;
margin-top:5px;
text-shadow:-1.5px 0 #fff, 0 1.5px #fff, 1.5px 0 #fff, 0 -1.5px #fff;
color:#000;
}
.counter-2016 .minute {
margin-left:18px;
margin-top:5px;
text-shadow:-1.5px 0 #fff, 0 1.5px #fff, 1.5px 0 #fff, 0 -1.5px #fff;
color:#000;
}
.counter-2016 .second {
margin-left:18px;
margin-top:5px;
text-shadow:-1.5px 0 #fff, 0 1.5px #fff, 1.5px 0 #fff, 0 -1.5px #fff;
color:#000;
}

.content-2016 .side-badge1 {
right:-18px;
bottom:130px;
}

@media (max-width: 720px) {	
	.content-2016 .block1 {
	margin-top:-20px;
	margin-bottom:40px;
	}
}

.fb1 {
	bottom:20px; 
	right:170px;
}
@media (max-width: 800px) {	
	.fb1 {
		bottom:10px; 
		right:10px;
	}
}


.fb2 {
	margin-top:83px;
	margin-left:20px;
}
@media (max-width: 940px) {	
	.fb2 {

		margin-top:0px;
		margin-left:0px;
	}
}


.content-2016 .upselling-table { 
	background: #cdcdcd;
	max-width:810px;
	position:relative;
}
@media (max-width: 400px) {	
.content-2016 .upselling-table { 
	margin-left:-20px;
}
}
.content-2016 .upselling-table td{ 
	vertical-align:middle;
	text-align:center;
	box-sizing:border-box;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
	width:32%;
	padding: 10px 20px;
}
@media (max-width: 600px) {	
	.content-2016 .upselling-table td{ 
		width:100px;
		padding:5px;
		font-size:11px;
	}
}
.content-2016 .upselling-table tr.first_tr td{ 
	vertical-align:bottom;
	text-align:left;
	border:none;
}
@media (max-width: 600px) {	
	.content-2016 .upselling-table tr.first_tr td{ 
		padding:20px 0;
	}
	.content-2016 .upselling-table tr.first_tr td p{ 
		font-size:10px;
	}
}

.content-2016 .upselling-table tr.first_tr td p{ 
	display:inline-block;
	margin-right:10px;
}

.procces_qs .upselling-table tr.first_tr td p{ 
	vertical-align: 36px;
}

.content-2016 .upselling-table tr.first_tr img.packs{ 
	margin-right:10px;
	vertical-align: -22px;
}
.content-2016 .upselling-table tr td:first-child { 
	text-align:left;	
	width:36%;
}
.content-2016 .upselling-table tr:nth-child(odd) td { 
	background: #cdcdcd;
}
.content-2016 .upselling-table tr:nth-child(even) td { 
	background: #f0f0f0;
}
.content-2016 .upselling-table tr.first_tr td { 
	background: #f8f8f8;
}
.content-2016 .upselling-table tr:last-child td { 
	background: #f8f8f8;
	vertical-align:bottom;
	padding-bottom:30px;
}

.content-2016 .upselling-table tr td.wahl{
	background:#F8F8F8;
	color: #5e5e5e;
	font-weight: normal;
	font-family: Swiss721,Arial;
	font-size: 35px;
	padding:20px;
	border-right:1px solid #F8F8F8;
	position:relative;
}
@media (max-width: 600px) {	
	.content-2016 .upselling-table tr td.wahl{
		font-size: 28px;
		line-height:30px;
	}
}

@media (max-width: 600px) {	
	.content-2016 .upselling-table tr td img.mein_tipp{
		width:100%;
	}
}


.content-2016 .upselling-table tr td img.sparschwein{
	margin-left:-10px;
}
@media (max-width: 600px) {	
	.content-2016 .upselling-table tr td img.sparschwein{
		margin-left:20px;
	}
}


.content-2016 .upselling-table tr td .arrow_goenn_dir{
	top: 12px;
	right: -44px;
	text-align:center;
}
@media (max-width: 900px) {	
	.content-2016 .upselling-table tr td .arrow_goenn_dir{
		right: -12px;
	}
}
@media (max-width: 870px) {	
	.content-2016 .upselling-table tr td .arrow_goenn_dir{
		right: -22px;
	}
}
@media (max-width: 830px) {	
	.content-2016 .upselling-table tr td .arrow_goenn_dir{
		right: -32px;
	}
}

@media (max-width: 800px) {	
	.content-2016 .upselling-table tr td .arrow_goenn_dir{
		right: -42px;
	}
}

.content-2016 .upselling-table tr td.tipp{
	background:#F8F8F8;
	position:relative;
}

.content-2016 .upselling-table tr td img.arrow_down1{
	position: absolute;
	left: 13px;
	bottom: -17px;
	z-index:10;
}

.content-2016 .upselling-table tr td img.arrow_down2{
	position: absolute;
	right: 13px;
	bottom: -17px;
	z-index:10;
	transform: scaleX(-1);
}

.content-2016 .upselling-table tr .blank_td{
	border:none;
	border-bottom:1px solid #fff;
	background: transparent url(../img/background2016.jpg) repeat scroll 0% 0% !important;
}

.content-2016 .bode1 {
	 top: -195px;
    right: -15px;
	z-index:0;
}
.content-2016 .bode2 {
	top: -70px;
    right: 165px;
	font-size:12px;
	z-index:0;
}
.content-2016 .bode3 {
	top: -251px;
   right: -15px;
	z-index:0;
}
.content-2016 .bode4 {
	top: -100px;
    right: 165px;
	font-size:12px;
	z-index:0;
}
.content-2016 .bode2 img {
	vertical-align:-3px;
}


.content-2016 .arrow_left {
   right: 18px;
	top: 112px;
}

.content-2016 .post-it {
   right: -150px;
	top: 55px;
}
@media (max-width: 1000px) {	
	.content-2016 .post-it {
		right: -80px;
	}
}

.content-2016 .konz1 {
    right: -173px;
    top: -136px;
}
@media (max-width: 1000px) {	
	.content-2016 .konz1 {
		right: -100px;
	}
}
@media (max-width: 950px) {	
	.content-2016 .konz1 {
		display:none;
	}
}

.content-2016 .wengm1 {
	font-size:12px;
	line-height:1.2em;
	color:#525252;

    position: absolute;
    bottom: 140px;
    left: 191px;
}

@media (max-width: 1050px) {	
	.content-2016 .wengm1 {
		left:159px;
	}
}

@media (max-width: 1100px) {	
	.content-2016 .wengm1 {
		position:static;
	}
}

.content-2016 .wengm2 {
	left:0px;
	bottom:0px;
}
@media (max-width: 1050px) {	
	.content-2016 .wengm2 {
		left:-30px;
	}
}


.content-2016 .rabatt_seal {
position:absolute; 
margin-top:-142px; 
margin-left:184px;
}
@media (max-width: 800px) {	
	.content-2016 .rabatt_seal {
	margin-left:6px;
	}
}
@media (max-width: 800px) {	
	.content-2016 .rabatt_seal {
	margin-left:6px;
	}
}

@media (max-width: 600px) {	
	.content-2016 .rabatt_seal {
	margin-left:140px;
	}
}


.content-2016 .rabatt_seal2 {
position:absolute; 

    margin-top: -113px;
    margin-left: -14px;
}
@media (max-width: 800px) {	
	.content-2016 .rabatt_seal2 {
	margin-left:6px;
	}
}
@media (max-width: 800px) {	
	.content-2016 .rabatt_seal2 {
	margin-left:6px;
	}
}

@media (max-width: 600px) {	
	.content-2016 .rabatt_seal2 {
	margin-left:140px;
	}
}


.inlineblock {
display:inline-block;
}
.relative {
position:relative;
}
.nowrap {
white-space:nowrap;
}
.content-2016 h2.black{
color:#000;
}


.stylized_checkbox {
    position: relative;
    overflow: hidden;
	display:inline-block;
}

.stylized_checkbox_checked {
    height: 30px;
    width: 29px;
    background: url(../img/checkbox_checked.png) no-repeat;
}
.stylized_checkbox_unchecked {
    height: 30px;
    width: 29px;
    background: url(../img/checkbox.png) no-repeat;
}

.stylized_checkbox input {
    display:none;
}


.body-2016 .central_form #formular4 {
max-width:100%; 
position:relative;
height: auto !important;
}
.body-2016 .central_form .steps, .new_order .steps {
position:absolute;
top:2px;
right:2px;
margin:0px;
}
.body-2016 #formular_bg.central_form,
.body-2016 .new_footer,
.body-2016 .new_footer #footer_bg{
    min-width: 320px;
}
.body-2016 .central_footer #footer {
	max-width:100%;
	box-sizing:border-box;
	margin:auto;
}

@media (max-width: 600px) {		
	.body-2016 .central_footer .links a{
		padding-right:5px;
		background:none;
	}
	.body-2016 .ssl_lock{
		display:none;
	}
}
@media (max-width: 500px) {		
	.body-2016 .central_footer #footer img{
		display:none;
	}		
	.body-2016 .central_footer .links a{
		margin-right:0px;
	}
	.body-2016 .ssl_lock{
		display:none;
	}
	.body-2016 .input-resp{
		width:250px !important;
	}
}

.body-2016 .version_2.central_form#formular_bg {
height:auto;
}

.body-2016 .central_footer #footer .ssl_lock {
top:-25px;
position:absolute;
background:url(../scripts/formfields/img/desktop/SSL_Sicher_Verbindung_alt.png) no-repeat top left;
}


.body-2016 .input-long {
    width: 364px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    border: 0;
    padding-left: 5px;
    background: url('../imgs/input-long.png') no-repeat;
}
.body-2016 .input-short {
    width: 84px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    border: 0;
    padding-left: 5px;
    background: url('../imgs/input-short.png') no-repeat;
}
.body-2016 .input-medium {
    width: 264px;
    height: 30px;
    line-height: 25px;
    vertical-align: middle;
    border: 0;
    padding-left: 5px;
    background: url('../imgs/input-medium2.png') no-repeat;
}

.body-2016 .form_container {
    /*width: 410px;*/
    /*min-width: 520px;*/
	width:520px;
    margin: auto;
    max-width: 100%;
}

@media (max-width: 600px) {	
	.body-2016 .form_container {
			width:fit-content;
			margin: auto;
	}
}


.body-2016 #footer {
	position:relative;
}

.body-2016 .fancy-price {
	text-shadow: -1.5px 0 #fff, 0 1.5px #fff, 1.5px 0 #fff, 0 -1.5px #fff;
	font-family: Swiss721, Arial;
}

.blue_subtext{
	font-size: 12px;
	position:absolute;
	left:20px;
	color:#013d8f;
	top:10px;
}

.yellow_marker{
	background:#fff23c;
	font-weight:bold;
}

.yellow_price{
	background:#fff23c;
	padding:7px 5px 5px 7px;
	width:110px;
	position:absolute;
	right:0;
}

.yellow_price .fancy-price{
	text-shadow: none;
	font-family: Swiss721, Arial;
	font-size:1.4em;
	font-style:italic;
}

.pack {
position:absolute; right:0px;
text-align:center;
}
.pack img {
float:left;
width:180px;
}
@media (max-width: 600px) {		
	.pack {
	position: relative;
	text-align:left;
    width: fit-content;
    margin: auto;
	}
	.pack img {
	float:left;
	width:80px;
	margin: 0 20px 20px 15px;
	}
}

.cutom_submit {
border:none;
background:none;
}
.bankleitzahl_input_container,
.iban_input_container{
display:none;
}

.p_margin p{
margin:10px 0;
}

.label_radio {
    background: rgba(0, 0, 0, 0) url("../img/radio.png") no-repeat scroll 0 0;
    font-size: 13px;
    margin-left: -4px;
    padding: 1px 14px 1px 20px;
	
	
    height: 17px;
    display: inline-block;
}
.label_radio {
    background-position: 0 0;
	cursor:pointer;
}
.label_radio.r_on {
    background-position: 0 -18px;
}
.label_radio input {
    left: -9999px;
    position: absolute;
}
.radio_fix .label_radio {
    font-size: 13px;
    padding: 1px 14px 1px 20px;
}

.content-2016 #formular_bg.central_form {
outline:none;
}

.left {
text-align:left;
}

.content-2016 .border-top-grey{
	border-top:1px solid #ccc;
}

label.style2 {
    height: 30px;
    width: 29px;
    background: url(../img/checkbox.png) no-repeat;
	display:inline-block;
	padding:0px;
}

label.style2.r_on {
    background: url(../img/checkbox_checked.png) no-repeat;
}

.btn_upgrade {
	cursor:pointer;
}




.fixed_navi2{
	position:fixed;
	right:0;
	top:200px;
	z-index:1000;
}

.fixed_navi2 ul{
	text-align:right;
}

.fixed_navi2 ul li{

}

.fixed_navi2 ul li p{
	background:#303030;
	color:#dcdcdc;
	font-size:10pt;
	padding:5px;
	margin-top:1px;
	float:right;
	clear:right;
	line-height:14px;
	cursor:pointer;
}
.fixed_navi2 ul li p a{
	color:#fff;
}
.fixed_navi2 ul li p.active{
	background:#da0217;
	color:#ffffff;
	font-weight:bold;
	font-size:13pt;
	line-height:14px;
	padding:5px;
	cursor:pointer;
}



@media (max-width: 600px) {		
.body-2016 .header_pack {
	max-width:200px;
}
}


.body-2016 h3.func {
 font-weight:normal;
 color:#000;
     font-size: 20pt;
}
.body-2016 h4 {
 font-weight:bold;
 color:#ae1213;
}

.body-2016 .banner-service {
 background:rgba(0,0,0,0.12);
 margin-bottom:30px;
}

@media (max-width: 900px) {		
	.center_on_width{
		text-align:center;
	}
}



#mcTooltipWrapper hr{
margin:5px 0px !important;
}



.body-2016 p.main_headline{
font-family:Swiss721,Arial,Verdana; 
font-size:76px; 
line-height:1.2em; 
font-weight:normal; 
white-space:nowrap;
}
@media (max-width: 1050px) {		
	.body-2016 p.main_headline{
		font-size:40px; 
	}
}
@media (max-width: 700px) {		
	.body-2016 p.main_headline{
		font-size:24px; 
	}
}
.body-2016 p.main_headline2{
font-family:Swiss721,Arial,Verdana; 
font-size:40px; 
line-height:1.3em; 
font-weight:normal; 
white-space:nowrap;
margin-top:30px;
}
@media (max-width: 1050px) {		
	.body-2016 p.main_headline2{
		font-size:30px; 
	}
}
@media (max-width: 700px) {		
	.body-2016 p.main_headline2{
		font-size:20px; 
	}
}
.main_img {
margin-left:-75px; 
margin-right:20px;
float:left;
}
@media (max-width: 1050px) {		
	.body-2016 .main_img{
		height:330px;
		margin-left:0px;
	}
}
@media (max-width: 700px) {		
	.body-2016 .main_img{
		height:230px;
	}
}
@media (max-width: 550px) {		
	.body-2016 .main_img{
		margin-left:-50px;
		margin-right:-5px;
	}
}



.vegas-box{
background:url(../img/vegas.jpg) no-repeat top right;
height:290px;
}
.vegas-box .vegas-inner{
background:#a70417;
position:absolute;
padding:15px 20px;
right:20px;
bottom:-30px;
}
.vegas-box .vegas-link{
position:absolute;
right:20px;
bottom:20px;

color:#fff;
border-bottom:1px solid #fff;
text-decoration:none;
}



.ehem-tooltip-div {
	background-color:white;
	box-shadow:0 1px 4px rgba(0,0,0,0.5);
	position:absolute;
	display:none;
	padding:10px;
}

.ehem-tooltip-div.eins {
	width:330px;
	top:-79px;
	left:-17px;
}

.ehem-tooltip-div.zwei {
	width:330px;
	top:-65px;
	left:30px;
}

.ehem-tooltip {
	position:relative;
	display:inline-block;
}

.ehem-tooltip:hover .ehem-tooltip-div {
	display:block;
	z-index:4;
}

a.ehem-tooltip {
	text-decoration:none;
	color:black !important;
	line-height:16px;
	color:#333;
	font-size:12px;
	font-family:verdana, arial;
}

.blauer-nicht-link {
	text-decoration:underline;
	color:blue;
}

.underline{
	text-decoration:underline; 
	margin:0 0 0 20px;
}




input.input-long_amp {
	background-color:rgb(235,235,235);
	border:rgb(49,49,49) 1px solid;
	border-radius:4px;
	padding:14px 0 14px 14px;
	width:100%;
	box-sizing:border-box;
}

.amp_selectbox {
	background-color:rgb(235,235,235);
	border:rgb(49,49,49) 1px solid;
	border-radius:4px;
	padding:14px 0 14px 14px;
	width:100%;
	position:relative;
	box-sizing:border-box;
}

.label_radio.amp  {
	padding:0;
	background:none;
	font-size:14px;
	margin-left:0px;
}

.label_radio.amp span {
	border-radius:100%;
	border:1px solid grey;
	width:30px;
	height:30px;
	content:"";
	display:inline-block;
	cursor:pointer;
	vertical-align:middle;
}


.label_radio.amp.r_on span {
	border:1px solid rgb(9,80,36);
}

.label_radio.amp.r_on  span::before {
	border-radius:100%;
	width:18px;
	height:18px;
	background-color:rgb(9,80,36);
	content:"";
	display:inline-block;
	cursor:pointer;
	margin-top:6px;
	margin-left:6px;
}

.cross_icon {
	height: 22px; 
	width:26px; 
	position:absolute;
	right:12px;
	margin-top:13px;
}

.amp_selectbox_parent {
	position:relative;
	background-color:rgb(235,235,235);
	z-index:2;
	width:304px;
}

/*.amp_selectbox_parent::before {
	content:"";
	background-image:url(../img/amp_titel_pfeil.png);
	position:absolute;
	height:19px;
	width:28px;
	background-repeat:no-repeat;
	right:3px;
	top:18px;
	z-index:2;
}*/

td.table_login {
	padding: 12px 0 5px 0px;
}

.padding_amp td.table_login {
	padding: 12px 10px 5px 0px;
}

.red_background {
	background-color:red;
}

p.info{
	font-size:13px;
}

.banner-2016-text.version-b {
	text-align:center;
	left:60px;
}

@media (max-width: 900px) {
	.banner-2016-text.version-b {
		left:26px;
		right:auto;
	}
}

.banner-img.version-b {
	float:right;
	margin-left:0;
	margin-right:40px;
}

@media (max-width: 660px) {	
	.banner-img .version-b{
		display:hidden;
	}
}

.sparpreis {
	background-color:#fed823;
	color:black;
	padding:10px;
	display:inline-block;
	float:right;
	margin-right:-15px;
	border:1px solid white;
	box-shadow: 0px 0px 2px #999999;
	border-radius:2px;
	position:relative;
}

a.black_link {
	color:black;
	text-decoration:none;
	margin-left:100px;
	display:inline-block;
}	

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

.testi-selection.version-b {
	width:auto;
	margin:auto;
	display:inline-block;
	position:static;
}

.h2_sub-b {
	color:#000;
	font-weight:normal;
	font-family: Swiss721, Arial;
	font-size:35px !important;
	margin-top:5px;
}
@media (max-width: 800px) {
	.h2_sub-b {
		font-size:20px;
	}
}
@media (max-width: 500px) {
	.h2_sub-b {
		font-size:18px;
		margin-top:0px;
	}
}

.rot_unterstrichen {
	border-top:2px solid #ae1213;
	width:450px;
	margin:15px auto 0px auto;
	max-width:100%;
}

@media (max-width: 800px) {
	.testi-texte.version-b {
		width:auto !important;
	}
}

@media (max-width: 450px) {	
	.testi-texte{
		width:auto;
	}
}

@media (max-width: 825px) {	
	.bode-bild{
		display:none;
	}
}

@media (max-width: 800px) {	
	.best_icon{
		right:10px;
		top:110px;
		left:auto !important;
		bottom:auto !important;
	}
}

.hide_1130px {
	
}

@media (max-width: 1130px) {	
	.hide_1130px{
		display:none;
	}
}

.rueckzahlung {

}

@media (max-width: 665px) {	
	.rueckzahlung{
		height:66px;
	}
}

.i-icon{
	position:absolute;
	left:65%;
	bottom:8%;
}

@media (max-width: 545px) {	
	.i-icon{
		left:78%;
	}
}

.version-b.testi-selection  img {
	max-width:100%;
	cursor:pointer;
	filter: grayscale(100%);
}	

.version-b.testi-selection .active   {
	filter: grayscale(0%);
}	

.mehr {
	display:none;
}

.mehr.active {
	display:block;
}

.testi-img.version-b {
	left:200px;
}

.mehr_lesen {
	cursor:pointer;
}

.weniger_lesen {
	display:none;
	cursor:pointer;
}

.content-2016 .arrow_left2 {
   right: 18px;
	top: 144px;
}

.h3 {
    color: #a70417;
    font-weight: normal;
    font-family: Swiss721, Arial;
    font-size: 40px;
}
.big-red {
    color: #a70417;
    font-weight: normal;
    font-family: Swiss721, Arial;
    font-size: 200%;
}

.link2 {
	color: #3333ff;
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
}

.pointer {
	cursor:pointer;
}

.banner-2016-text_2 {
	position:absolute;
	bottom: 153px;
	/*bottom: -3px;*/
	right: 153px;
	z-index: 10;
}
@media (max-width: 950px) {	
	.banner-2016-text_2 {
		right: 10px;
	}
}
@media (max-width: 625px) {	
	.banner-2016-text_2 {
		display: none;
	}
}

.h4 {
    font-weight: normal;
    font-family: Swiss721, Arial;
    font-size: 40px;
	line-height: 1.3em;
}

.arrow_rueckzahlung {
	position: absolute;
	bottom: -16px;
	/*bottom: -85px;*/
	right: 219px;
	/*right: 80px;*/
	z-index: 10;
}

.h5 {
	font-size: 45px;
    line-height: 1.5em;
}

.i-Icon2 {
	position: absolute;
	bottom: 18px;
	right: 6px;
}

.konz-image {
	margin-left: -55px;
}

.yellow_text {
	text-align: center;
	background:#fad91c;
	padding:7px 5px 5px 7px;
	width:110px;
	position:absolute;
	bottom:-13px;
	right:-25px;
}

.yellow_text .fancy-price{
	text-shadow: none;
	font-family: Swiss721, Arial;
	font-size:1.4em;
	font-style:italic;
}

.black2 {
	color: #000000;
}

.price_left {
	padding:7px 5px 5px 7px;
	position: absolute;
	bottom: 0px;
	left: 156px;
}

.price_right {
	text-align: center;
	background:#fad91c;
	padding:7px 5px 5px 7px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.body-2016 .fancy-price2 {
	font-family: Swiss721, Arial;
}

.yellow_badge {
	background: url("../img/yellow_badge.png");
	width: 99px;
	height: 104px;
	position: absolute;
	bottom: 152px;
	right: -6px;
/*	background: #fad21b;
	min-width: 90px;
	min-height: 90px;
	border-radius: 50%;
	padding-top: 20px;
	box-sizing: border-box;
	line-height: 1.5em;
	position: absolute;
	bottom: 156px;
	right: -32px;*/
}

.yellow_badge_text {
	font-size: 18px;
}

.yellow_badge_text.bold {
	font-size: 22px;
	font-weight: bold;
}

.yellow_badge_2 {
	background: url("../img/yellow_badge.png");
	width: 99px;
	height: 104px;
	position: absolute;
	bottom: 112px;
	right: -32px;
}

.line-through {
	text-decoration: line-through;
}

.font-digital {
	color:#013d8f;
}

.body-2016.comic{
	background: rgb(226,239,245);
}

.header-2016-inner.comic {
	width:1025px;
}

.content-2016-inner.comic {
	background-color:initial;
	width:1025px;
}

.bubble {
	background-repeat:no-repeat;
	min-width:715px;
	min-height:250px;
}

.bubble.geld {
	background-image:url(../img/bubble_geld.png);
	padding:7px 0px 27px 19px;
}

.bubble.screen {
	background-image:url(../img/bubble_screen.png);
}

.bubble.frau {
	background-image:url(../img/bubble_frau.png);
}

.bubble.easy {
	background-image:url(../img/bubble_easy.png);
}

.bubble.cheers {
	background-image:url(../img/bubble_cheers.png);
}

.bubble.pow {
	background-image:url(../img/bubble_pow.png);
}

.bubble.steuern {
	background-image:url(../img/bubble_steuern.png);
}

.bubble_text {
	/*position:absolute;*/
	font-size:40px !important;
	font-family: "Comic Sans MS";
}


.comic_container {
	position:relative;
	width:100%;
	min-height:300px;
}

.comic_red {
	font-weight:bold;
	color: rgb(167,4,23);
}

.comic_blue {
	color: rgb(55,128,161);
	font-size:40px !important;
	font-family: "Comic Sans MS" !important;
}

.schwarze_haken ul {
	display:inline-block;
	margin-bottom:20px;
	margin-left:136px;
}

.schwarze_haken li {
	margin-bottom:20px;
	background: url(../img/schwarzer_haken.png) no-repeat 0px 0px;
	margin:11px 0px 6px 0px;
	padding-left:22px;
	font-size:17px;
}

.comic_blue_bg {
	background-color:rgb(207,227,236);
	height:400px;
}

.comic_blue_padding {
	padding: 15px 10px 20px 95px;
}

.comic_blue_padding2 {
	margin:auto;
	width:915px;
}

.hl_screens {
	font-size:40px !important;
	font-family:Verdana;
	text-align:center;
}

.comic_service {
	margin-left:40px;
	display:inline-block;
}

.comic_service p {
	line-height:1.4em;
	font-size:14px;
}

.comic_screen {
	margin-left:81px;
	display:inline-block;
}

.comic_screen p{
	font-size:23px;
}

.comic_screen ul {
	
}

.comic_screen li {
	list-style-type: disc;
	margin-top:18px;
	font-size:23px;
	margin-left:26px;
}

.comic_price {
	font-family: "Comic Sans MS";
	font-size:1em;
}

.comic_siegel {
	vertical-align:top;
	margin-right:30px;
	position:relative;
}


.textshadow1{
text-shadow:1px 1px 1px #000;
}

.amazon_sterne {
	position:absolute;
	top:-116px;
	left:-15px;
}

.fb_unten {
	position:absolute; 
	float:left; 
	bottom:-23px;
}

@media (max-width: 800px) {
	.fb_unten {
		bottom:50px;
	}
}
@media (max-width: 600px) {
	.fb_unten {
		bottom:50px;
	}
}
@media (max-width: 600px) {
	.fb_unten {
		bottom:13px;
		left:91px;
	}
}

.rabatt_text_gruen {
	color:rgb(11, 123, 52);
	text-decoration:none;
	font-weight:bold;
	display:block;
	font-size:12px;
	margin-top:-5px;
}

.rabatt_text_gruen2 {
	color:rgb(11, 123, 52);
	text-decoration:none;
	font-weight:bold;
	margin-left:83px;
	font-size:12px;
	margin-top:-5px;
	text-align:left;
}

.green_color {
	color:rgb(11, 123, 52);
}

.fb_rechts {
	float:left;
	margin-left:180px;
	margin-top:13px;
}
@media (max-width: 625px) {
	.fb_rechts {
		margin-left:0px;
		margin-top:50px;
	}
	.fb_rechts.j2019{
		float:left;
		margin-left:180px;
		margin-top:13px;
	}
}

.rabatt_kreis {
	position:absolute;
    top: -369px;
    right: -16px;
}

.rabatt_kreis3 {
	position:absolute;
    top: -375px;
    right: -20px;
		width:100pX;
}

.rabatt_kreis2 {
	position:absolute;
    top: -480px;
    right: -25px;
}

.content-2019-inner .rabatt_kreis {
	top:-406px;
	right:-25px;
}

@media (max-width: 600px) {
	.content-2019-inner .rabatt_kreis {
	top:-317px;
	right:23px;
	}
}

.rz_footer {
	position:absolute;
	right: -135px;
	top:20px;	
}

.ul_summary {
	width:500px;
	margin:0px;
}

.ul_summary.dlx {
	width: 350px;
	margin:0px;
}
.ul_summary.j2019 {
	width:auto;
	margin:0px;
}
.ul_summary.j2019.dlx {
	width:345px;
	max-width:500px;
	margin:0px;
}
@media (max-width: 750px) {
	.ul_summary.dlx {
		padding-right: 90px;
	}
}

@media (max-width: 650px) {
	.ul_summary {
		width: 350px;
		padding-right: 90px;
		box-sizing: border-box;
	}
	.ul_summary.j2019 {
		width: 350px;
	}
}

.dark_green {
	color: #095024;
}

.Textmarker.gelb {
	background-color: #fee323;
}

.Textmarker.gelb.kurz {
	padding: 0px 10px;
	width: 55px;
}

.Textmarker.gelb.mengenrabatt {
	width: 121px;
	font-weight: bold;
}

.left_side {
	width: auto;
	display:inline-block;
	position: relative;
}

.right_side {
	position: absolute;
	bottom: 0px;
	right: 0%;
	width: 320px;
}
@media (max-width: 750px) {
	.right_side {
		position: static;
		width: 100%;
	}
}

.productbox {
	background-color: #f8f8f8;
	position: relative;
}

.rechnungsbox {
	background: #f8f8f8;
	text-align: left;
	padding: 10px;
}

.plus {
	margin-left: 15px;
	margin-right: -5px;
	margin-bottom: 136px;
}

.packshots {
	margin: auto;
	width: auto;
	padding: 0px 30px;
}

.packshotdiv {
	display: inline-block;
	position: relative;
	text-align: center;
}

.Kaestchen {
	position: absolute;
	top: -60px;
	left: 69px;
	opacity: 1.0 !important;
	cursor:pointer;
}

.Kaestchen.noclick {
	cursor:inherit;
}

.PfeileHandwriting {
	position: absolute;
	top: -100px;
	left: 353px;
}
.PfeileHandwriting2 {
	position: absolute;
	top: -189px;
	left: 356px;
}

.siegel_RZ {
	background-image: url("../img/Siegel_RZ.png");
	position: absolute;
	top: 230px;
	left: 0px;
	width: 86px;
	height: 91px;
	text-align: center;
}

.rabatt_RZ {
	font-size: 22px;
	font-weight: bold;
}

.siegel_RZ_text {
	margin-top: 24px;
	margin-left: 6px;
}

.packshotdiv_text_klein {
	font-size: 10px;
	font-weight: bold;
	text-decoration: line-through;
	position: absolute;
	top: 287px;
	right: 0px;
}

.klicken {
	position: absolute;
	top: -47px;
    left: 137px;
	opacity: 1.0 !important;
}

ul.check.lightgreen_check2 { 
	height: 78px;
}
ul.check.lightgreen_check2 li { 
	background: url(../img/haken.png) no-repeat 0px 3px;
	position: relative;
}

.li_einruecken {
	padding-left: 5px;
}

.preis_rechts {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.preis_rechts.EUR {
	right: 50px;
}

.bg_Striche {
	height: 1px;
	width: 251px;
	margin: auto;
	background: url('../img/Strich_background.png');
}

.Button_kaufen {
	float: right;
	margin-right: -4px;
	cursor: pointer;
}

.blau.klein {
	color: #013d8f;
}

.blau.klein.sparpaket {
	margin: auto;
	text-align:center;
	margin-top: -12px;
}
.blau.klein.herunterladen {
	margin: auto;
	text-align:center;
    margin-top: -12px;
}

.Button_Download {
	/*position: absolute;
	right: 0px;
	top: 40px;
	cursor: pointer;*/
}

.Box_Download {
	background: #ffffff !important;
	color: #000000 !important;
	width: 247px !important;
	padding: 10px !important;
	/*position: absolute;
	right: 0px;
	top: 120px;*/
}

.transparent {
	opacity: 0.3;
}

.Button_Download_2 {
	float: right;
	margin-right: -0.5px;
	cursor: pointer;
}




/* ehemals quicksteuer tooltip */



/* www.menucool.com/tooltip/javascript-tooltip */

/*For tooltip target element that has set class="tooltip" */
.tooltip {text-decoration: none; border-bottom:none;color: #069; outline: none; }

/*For tooltip box*/
div#mcTooltip 
{
    line-height:16px;
    border-width: 1px;   
    color:#333; 
    border-color:#BBB;
    padding:8px;
    font-size: 12px;
    font-family: Verdana, Arial;
    border-radius:3px;
    background-color:#fff;
}

div#mcTooltip, div#mcttCo b {
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* For hyperlink within tooltip */
div#mcTooltip a { color:#069; }

/*Close button. Available when sticky or overlay has been set to true, or is on touch-enabled devices. */
div#mcttCloseButton
{ 
    border-radius:4px;
    width:18px;
    height:18px;
    /*margin-right:2px;
    margin-top:2px;*/
    background:black;    
	
    margin-right: -7px;
    margin-top: -22px;
}

/*Close button X symbol*/
div#mcttCloseButton:after {
    font:normal 38px/18px arial, sans-serif;
    color:white;
    top:0;left:-2px;
}

/*Give the close button a bigger size on smaller devices*/
@media only screen and (max-width: 736px) {
    div#mcttCloseButton {
        width:28px;
        height:28px;
    }
    div#mcttCloseButton:after {
        font-size:48px;
        line-height:28px;
    }    
} 

/* Useful when overlay has been set to true or 1 in JS */
div#mcOverlay 
{
    background-color: rgba(255,255,255,0.8);
    display:none;top:0;left:0;width:100%;height: 100%;overflow:visible;z-index:4; 
}

/*The settings below should remain unchanged*/
div#mcTooltipWrapper {position:absolute;visibility:hidden;overflow:visible;z-index:9999999999;top:-2000px;}
div#mcTooltip {float:left;border-style:solid;position:relative;overflow:hidden;}
div.mcTooltipInner {float:left;position:relative;width:auto;height:auto;}
div#mcttCo,  div#mcttCo b{position:absolute;overflow:hidden;}

/*compatible with bootstrap*/
div#mcTooltip, div#mcTooltip div {box-sizing:content-box;}





/* ehemals quicksteuer tooltip2 */



#steuer1,
#steuer2,
#steuer3,
#steuer4,
#steuer5,
#steuer6,
#steuer7,
#steuer8{
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:7px 7px;
	position:absolute;
	background-color:white;
	width:280px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}





#custom_tt1 {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:256px;
	max-width:100%;
	z-index:10;
	font-size:12px;
	word-wrap:break-word;
}

#custom_tt2 {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:240px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}

#custom_ttpchip {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:230px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}
#custom_ttpcmag {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:290px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}
#custom_chip {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:290px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}

#custom_ttbild {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:290px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}

#custom_ttpcgo {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:290px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}

#custom_tt_price {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:150px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}

#custom_tt_amazon {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:160px;
	max-width:100%;
	z-index:10;
	font-size:12px;
}

#custom_tt_tuev-info {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:180px;
	max-width:100%;
	z-index:10;
	font-size:12px;
	z-index:999999;
}
#custom_tt_countdown {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:256px;
	max-width:100%;
	z-index:10;
	font-size:12px;
	word-wrap:break-word;
	z-index:999;
}
#custom_tt_garantie {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:256px;
	max-width:100%;
	z-index:10;
	font-size:12px;
	word-wrap:break-word;
	z-index:999;
}
#custom_tt_countdown2 {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width:256px;
	max-width:100%;
	z-index:10;
	font-size:12px;
	word-wrap:break-word;
	z-index:999;
}

img.zoom {
 transition: transform 0.3s;
 -moz-transition: transform 0.3s;
 -webkit-transition: transform 0.3s;
 -o-transition: transform 0.3s;
 -ms-transition: transform 0.3s;
 height:110px;
}
img.zoom:hover {
 cursor: zoom-in; 
 cursor: -moz-zoom-in;
 cursor: -webkit-zoom-in;
 transform: scale(1.5, 1.5);
 -moz-transform: scale(1.5, 1.5);
 -webkit-transform: scale(1.5, 1.5);
 -o-transform: scale(1.5, 1.5);
 -ms-transform: scale(1.5, 1.5);
position:relative;
z-index:10;
}

.fb_button {
	background-color:rgb(66,103,178);
	display:inline-block;
	color:white;
	border-radius:3px;
	font-size:11px;
	padding:1px 5px 1px 3px;
	font-family:Helvetica, Arial, sans-serif;
}
.fb_button:hover {
	background-color:#243b79d4;
	cursor:pointer;
}

#custom_tt_abgabefrist {
	box-shadow: 0px 1px 5px rgb(152,152,152);
	display:inline-block;
	padding:5px 5px;
	position:absolute;
	background-color:white;
	width: 400px;
	max-width:100%;
	z-index:999;
	font-size:12px;
}

.center-button-footer {
	display:inline-block;
	position:relative;
}

.img_savings {
	margin-top:12px;
	margin-left:-23px;
	margin-bottom:15px;
}

.img_savings.dlx {
	margin-top:-8px;
	margin-left:-20px;
	margin-bottom: 0px;
}
@media (max-width: 600px) {
	.img_savings {
		display: none !important;
	}
}

.img_savings_text {
	position:absolute;
	top: 85px;
	left: -29px;
}
.img_savings_text.dlx {
	margin:76px -20px 0 -218px;
	position: static;
	top: auto;
	left: auto;
}
@media (max-width: 600px) {
	.img_savings_text {
		display: none !important;
	}
}

.blue_arrow_footer {
	position:absolute;
	right: -135px;
	top:20px;
}

.fb-box {
	background: no-repeat bottom left #fff;
	background-image:url(../img/scheine.jpg)
	
}

.round_border_tl {
	border-top-left-radius:7px;
}
.round_border_tr {
	border-top-right-radius:7px;
}
.round_border_bl {
	border-bottom-left-radius:7px;
}
.round_border_br {
	border-bottom-right-radius:7px;
}

.transparent_green {
	font-family:Swiss721, Arial;
	text-align:center;
	background-color:rgba(210,228,201,0.52);
	font-weight:bold;
	color:black;
	font-size:23px;
	width:100%;
	max-width:1059px;
	margin:auto;
	line-height:1.3em;
}

.content-2016.grey-border {
	border-bottom:1px solid #e2e0e2;
}

.banner-2016 .blue_rueckzahlung {
	font-family:Lato, Verdana;
	font-weight:700;
	font-size:21px;
	color:rgb(4,35,188);
	margin-left:7px;
}

.banner-2019-text {
	position:absolute;
	top:34px;
	left:440px;
}
@media (max-width: 950px) {
	.banner-2019-text {
		left:355px;
	}
}
@media (max-width: 650px) {
	.banner-2019-text {
		left:235px;
	}
}

.content-2019-inner {
	max-width:100%;
	width:901px;
	margin:auto;
	position:relative;
	box-sizing:border-box;
}

.amazon_sterne_19 {
	position:absolute;
	top:-123px;
	left:-42px;
}
@media (max-width: 1000px) {
	.amazon_sterne_19 {
		left:0px;
	}
}

.sterne_19_i {
	 position:absolute;
	 top:-24px;
	 left:53px;
}	
@media (max-width: 1000px) {
	.sterne_19_i {
		left:96px;
	}
}

.side-badge19 {
	right:0px;
	top:157px;
}

ul.check.darkgreen li{
	background:url(../img/dark_check.png) no-repeat 0px 3px;
}

.absatz_hl h2 {
	text-align:center;
	font-size:45px;
}

.absatz_hl .h2_sub {
	text-align:center;
	font-size:35px;
}

.content-2019-inner .bottom-block1 {
	position:relative;
	top:auto;
	left:auto;
	display:inline-block;
}

.content-2019-inner .blue_arrow_footer {
	top:40px;
	right.-125px;
}
 
.shadow_box {
	border-radius:10px;
	box-shadow:0px 0px 10px #b3b3b35e;
	position:relative;
	background-color:#fff;
	padding-left:20px;
}

.content-2016.grey-border .inline-blocks2 div {
	margin:20px 2% 0 3%;
}

.testi-img.round_borders {
	border-radius:10px;
}

.fb_outer{
	width:597px;
	max-width:100%;
	margin:auto;
	background-color:rgb(59,89,151);
}

.upselling-table.blue {
	color:rgb(49,49,49);
	background:transparent;
	border-collapse:separate;
}
.upselling-table.blue tr:nth-child(odd) td {
	background-color:#fff;
}
.upselling-table.blue tr:nth-child(even) td {
	background-color:rgb(223,237,241);
}

.content-2016 .bode5 {
	top:-14px;
	left:0px;
	z-index:1;
}

.bode6 {
	top:-5px;
	left:145px;
	font-size:14px;
	z-index:1;
}

.content-2016 .upselling-table.blue td {
	border:none;
}

.outer_small_images {
	display:inline-block; 
	width:350px;
	max-width:100%;
	text-align:center;
}

.outer_bigger_images {
	display:inline-block; 
	width:306px;
	max-width:100%;
	text-align:center;
}

.blue_numbers {
	position:absolute;
	top:-8px;
	left:-10px;
}
@media (max-width: 950px) {
	.blue_numbers {
		left:0px;
	}
}

.yellow_bg {
	background-image:url('../img/yellow_bg.jpg');
	background-repeat:no-repeat;
	background-position:-402px 0px;
}

@media (max-width: 650px) {
	.blondine_oben {
		height:305px;
	}
}

.big_testis_outer {
	width:330px;
	max-width:100%;
}

.content-2019-inner .testi-texte.fl {
	width:420px;
	max-width:100%;
}
@media (max-width: 800px) {
	.content-2019-inner .testi-texte.fl {
		float:none;
		margin:auto;
	}
}

.testi-selection_broad {
	width:auto;
	position:relative;
	top:auto;
	right:auto;
}

.testi-selection_broad img.active  {
	border:5px solid rgb(18,79,120);
	filter:grayscale(0%);
	vertical-align:-3px;
}
.testi-selection_broad img {
	cursor:pointer;
	border-radius:18px;
	height:105px;
	filter:grayscale(100%);
}
@media (max-width: 910px) {
	.testi-selection_broad img {
		height:80px;
	}
}

.content_testi.round_borders {
	border-radius:10px;
}

.content-2019-inner .h2_sub {
	font-size:30px;
	margin-top:0px;
}
@media (max-width: 900px) {
	.content-2019-inner .h2_sub {
		font-size:24px;
	}
}
@media (max-width: 800px) {
	.content-2019-inner .h2_sub {
		font-size:20px;
	}
}

.content-2019-inner h2 {
	font-size:46px;
}
@media (max-width: 850px) {
	.content-2019-inner h2 {
		font-size:40px;
	}
}

.content-2019-inner .fb_rechts {
	margin-left:165px;	
}

.content-2019-inner .header_pack {
	/*margin-bottom:-18px;*/
	margin-left:40px;
}

.blue_color {
	color:rgb(17,66,132);
}

.green_color {
    color:rgb(61, 106, 23);
}

.red_color {
    color: #b91217;
}



.zufriedenheitsgarantie {
	position:absolute;
	top:145px;
	left:-40px;
}
@media (max-width: 1000px) {
	.zufriedenheitsgarantie {
		left:0px;
	}
}


.presse .bx-wrapper a.bx-next {
	background-image:url("../img/pager_next.png");
	background-repeat:no-repeat;
	position:absolute;
	top:30px;
	right:-60px;
	height:95px;
	width:48px;
	font-size:0px;
}

.presse .bx-wrapper a.bx-prev {
	background-image:url("../img/pager_prev.png");
	background-repeat:no-repeat;
	position:absolute;
	top:30px;
	left:-60px;
	height:95px;
	width:48px;
	font-size:0px;
}

#logo_before{
	position:absolute; top: 80px; transform:translateY(-50%) translateX(-100%) scale(0.8); left:-70px; opacity:0.7;
}
#logo_after{
	position:absolute; top: 70px; transform:translateY(-50%) translateX(100%) scale(0.8); right:-70px; opacity:0.7;
}
@media only all and (max-width: 1000px) {
	#logo_after, #logo_before {display:none;}	
}

.presse {
	width:560px;
	max-width:100%;
	margin:auto;
}

.presse_img {
	width:150px;
	text-align:center;
	display:inline-block;
}
@media only all and (max-width: 600px) {	
	.presse_img {
		display:none !important;
	}
}

.presse_text {
	display:inline-block;
	text-align:left;
	vertical-align:middle;
	margin-left:20px;
	width:380px;
}

.upselling-table.blue .label_radio.style2 {
	background:url('../img/radio2019.png');
	height:31px;
	width:31px;
}
.upselling-table.blue .label_radio.style2.r_on {
	background:url('../img/radio2019_checked.png');
}

.upselling-table.blue .konz1 {
    right: -128px;
    top: -83px;
}

table.upselling-table.blue td.active.ueberschrift_table {
	background-color:rgba(254,226,35) !important;
	border-top-left-radius:10px !important;
	border-top-right-radius:10px !important;
}
table.upselling-table.blue td.active {
	border-left:2px solid rgba(254,226,35);
	border-right:2px solid rgba(254,226,35);
	box-sizing:border-box;
	border-radius:0px !important;
}
table.upselling-table.blue td.active.not_marked {
	border-left:none;
	border-right:none;
}
table.upselling-table.blue td.active.marked_bottom {
	border-left:2px solid rgba(254,226,35);
	border-right:2px solid rgba(254,226,35);
	border-bottom:2px solid rgba(254,226,35);
	border-bottom-left-radius:10px !important;
	border-bottom-right-radius:10px !important;
	box-sizing:border-box;
	background-color:rgb(245,245,219) !important;
}
table.upselling-table.blue tr:nth-child(odd) td.active {
	background-color:rgb(255,251,224);
}
table.upselling-table.blue tr:nth-child(even) td.active {
	background-color:rgb(227,235,212);
}

table.upselling-table.blue td.small_td {
	width:4%;
}



.blue_table_outer {
	display:inline-block;
	margin-left:25px;
	width:735px;
	max-width:100%;
}


.content-2016 .upselling-table.blue td {
	width:19%;
	padding:10px 14px;
}

.banner-2016.content-2019-inner p.h1_smaller {
	font-size:20px;
	font-family: Lato, Arial;
}

@media (max-width: 810px) {
	.banner-2016.content-2019-inner p.h1_smaller {		
	font-size:18px;
	}
}
@media (max-width: 550px) {
	.banner-2016.content-2019-inner p.h1_smaller {		
	font-size:16px;
	}
}

.content-2019-inner .fancy-price {
	font-family:Lato, Arial;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}

.content-2019-inner h2.lato_big_hl {
	font-family:Lato, Arial;
	color:rgb(69,69,69);
	font-size:30px;
}

@media (max-width: 1070px) {
	.icons_rechts {		
	right:0px !important;
	}
}
@media (max-width: 865px) {
	.icons_rechts {		
	display:none !important;
	}
}
@media (max-width: 670px) {
	.icons_rechts {		
	display:block !important;
	right:20px !important;
	}
}

.content-2019-inner .label_radio {
	background:rgba(0, 0, 0, 0) url("../img/radio_qs.png") no-repeat scroll 0 0;
	font-size:15px;
}

.content-2019-inner .label_radio.r_on {
	background:rgba(0, 0, 0, 0) url("../img/radio_qs_checked.png") no-repeat scroll 0 0;
}

.yellow_countdown {
	background-image:url('../img/countdown19_bg.png');
	background-repeat:no-repeat;
	height:87px;
	width:190px;
	position:absolute;
	bottom:27px;
	left:-48px;
	text-align:left;
}
@media (max-width: 985px) {
	.yellow_countdown {		
		left:0px;
	}
}

.yellow_countdown .countdown_label {
	font-family:Swiss721, Arial;
	font-size:28px;
	color:rgb(17,66,132);
	font-weight:bold;
	padding:44px 0px 0px 25px;
}

.yellow_countdown .countdown_label span {
	margin:0px 8px;
	text-shadow:-1px 4px 0px rgb(229,204,32);
}

.countdown_i {
	position:absolute;
	bottom:27px;
	left:121px;
	z-index:20;
}

.roter_hoerer {
	position:absolute;
	top:0px;
}

.banner-2019-text.right_site {
	right:0px;
	left:auto;	
}
@media (max-width: 950px) {
	.banner-2019-text.right_site {
		left:355px;
		right:auto;
	}
	.roter_hoerer {
		top:-70px;
		left:271px;
	}
	.content-2019-inner {
		overflow:hidden;
	}
}
@media (max-width: 650px) {
	.banner-2019-text.right_site {
		left:235px;
		right:auto;
	}
	.roter_hoerer {
		top:-70px;
		left:2px;
	}
}

body.roboto .bubble_text, body.roboto .comic_blue {
	font-family:Roboto, Arial !important;
}

body.open_sans .bubble_text, body.open_sans .comic_blue {
	font-family:open-sans, Arial !important;
}

.extra_placeholder{
	position:absolute;
	top:17px;
	left:20px;
	background:rgb(227,237,216);
	transition: all 0.2s;
	line-height:0.8em;
    position: absolute;
    padding: 0px 5px;
	font-size:15px;
	border-radius:2px;
	letter-spacing:0.2px;
}
.extra_placeholder.active{
    top: -8px;
    left: 32px;
	font-size:15px;
    background:#f1f1f1;
	padding: 2px 5px;
	font-family:Verdana;
}

#formular_bg .extra_placeholder.active{
	background: rgb(227,237,216);
}

.body-2016.font_open_sans, .body-2016.font_open_sans p, .body-2016.font_open_sans li, .body-2016.font_open_sans td {
	font-family:open-sans, verdana;
	font-size:16px;
	color:rgb(9,53,103);
	font-weight:normal;
}

.biosans_hl {
	font-family:bio-sans, Arial !important;
	font-size:62px !important;
	color:rgb(9,53,103) !important;
}

.biosans_hl2 {
	font-family:bio-sans, Arial !important;
	font-size:55px !important;
	color:rgb(174,3,19) !important;
	font-weight:800 !important;
	line-height:1.2em;
}

.biosans_hl2_sub {
	font-family:bio-sans, Arial !important;
	font-size:25px !important;
	color:rgb(0,27,86);
	font-weight:bold;
}

ul.check.darkgreen.v2 li {
	background-image:url(../img/new_green_arrow.png);
}

ul.check.darkgreen.v3 li {
	background-image:url(../img/new_green_arrow.png);
	margin: 3px 0px 0px 0px;
	background-position: 0px 4px;
}

.amazon_outer {
	width:137px;
	height:113px;
	box-sizing:border-box;
	border:2px solid rgb(255,170,48);
	border-radius:10px;
	text-align:center;
	background-color:#fff;
}

.amazon_outer.orange .top_part {
	background-color:rgb(255,170,48);
	height:32px;
	box-sizing:border-box;
	padding:4px 0px;
}

.amazon_sterne_2020 {
	position: absolute;
    top: -120px;
    left: -63px;
}

.product_select.v2 .selectLightCd {
	background-image:none; 
	background-color:rgb(244,253,255);
	border:1px solid rgb(162,197,204);
	width:173px !important;
	height:35px;
	border-radius:10px;
	box-sizing:border-box;
}

.product_select.v2 .selectLightCd .selectIcon {
	background-image:url(../img/blue_select_icon.png);
	top:10px;
}

.product_select.v2 .selectLightCd .activeSelect {
	font-family:open-sans, verdana;
	font-size:16px;
	color:rgb(20,47,106);
	top:3px;
	left:7px;
}

.product_select.v2 .selectLightCd .activeSelect strong {
	font-weight:normal;
}

.flex.middle {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
}

.flex.middle .block-right {
	float:none;
	margin-left:70px;
}

.side-badge20 {
	top:95px;
	right:0px;	
}

.moneyjar {
	 margin-right:60px;
	 padding-top:6px;
	 margin-bottom:-4px
}

.font_open_sans .blue_color {
	font-family:open-sans, verdana;
	color:rgb(26,139,58);
	font-style:normal !important;
}
.font_open_sans .content-2019-inner .fancy-price {
	font-family:open-sans, verdana !important;
	font-size:13px;
	text-shadow:none !important;
}

.white_qs_header {
	background-color:#fff;
}

.white_qs_header .inner {
	width:910px;
	max-width:100%;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:16px 0px;
}

.font_open_sans .white_qs_header a {
	font-size:14px;
	color:rgb(9,53,103);
	text-decoration:none;
}

.font_open_sans .white_qs_header img {
	align-self:center;
}

.banner-2019-text.right_site.v2 {
	bottom:0px;
}
@media (max-width: 950px) {
	.banner-2019-text.right_site.v2 {
		left:auto;
		right:5px;
	}
}

.banner-2019-text.right_site.v2 .geldscheine {
	position:absolute;
	bottom:0px;
	right:130px;
}

.banner-2019-text.right_site.v2 .stempel_rueckzahlung {
	position:absolute;
	bottom:130px;
	right:110px;
}

.banner-2019-text.right_site.v2 .biosans_hl {
	font-size:62px !important;
	font-weight:800;
	margin-top:40px;
}

.banner-2019-text.right_site.v2 .stempel_rueckzahlung.v4 {
	position:absolute;
	bottom: 95px;
	right: 210px;
}
@media (max-width: 850px) {
	.banner-2019-text.right_site.v2 .geldscheine {
		right:40px;
	}
	.banner-2019-text.right_site.v2 .stempel_rueckzahlung {
		right:20px;
	}
	.banner-2019-text.right_site.v2 .biosans_hl {
		font-size:50px !important;
	}
}

@media (max-width: 750px) {
	.banner-2019-text.right_site.v2 .stempel_rueckzahlung {
		width:250px;
	}
}

.font_open_sans .blondine_oben {
	 margin-top:0px;
	 margin-bottom:0px; 
	 margin-left:-145px;
}
@media (max-width: 650px) {
	.font_open_sans .blondine_oben {
		margin-left:-30px;
	}
	.banner-2019-text.right_site.v2 .biosans_hl {
		font-size:38px !important;
	}
	.banner-2019-text.right_site.v2 .stempel_rueckzahlung {
		width:150px;
		top:-27px;
		right:0px;
	}
}

.white_qs_header.scroll {
	width: 100%;
    min-width: 320px;
	position: fixed;
    z-index: 500;
}

.white_qs_header.scrolling_header {
	box-shadow:1px 3px 7px #85848459;
	height:65px;
	padding:6px 0px;
	box-sizing:border-box;
}

.white_qs_header.scrolling_header .header-2016-inner_scroll {
	max-width:100%;
	width:1085px;
}

.countdown_container_neu.v2 .counter_outer {
	box-shadow:none;
	background:transparent;
}

.countdown_container_neu.v2 .counter_description {
	color:#fff;
}

.countdown_container_neu.v2 .c_element {
	background-image:url(../img/counter_block.png);
	width:69px;
	height:64px;
	display:inline-block;
	font-family:bio-sans, verdana;
	font-size:30px;
	text-align:center;
	box-sizing:border-box;
	padding:6px 0px;
	position:relative;
}

.countdown_container_neu.v2 .c_element .counter_label {
	font-family:open-sans, verdana !important; 
	font-size:14px !important;
	border-left:none !important;
	position:absolute;
	bottom:5px;
	left:50%;
	transform:translateX(-50%);
	width:auto !important;
	height:auto !important;
}

.body-2016.v3 {
	
}

.body-2016.v3 .fixed_header .countdown_container_neu.v2 .counter_outer {
	background-image:url(../img/countdown_bg_blue.png);
	width: 252px;
	height: 62px;
	margin: -7px 0 0 15px;
}

.body-2016.v3 .fixed_header .countdown_container_neu.v2 .c_element {
	background-image:none;
	width: 60px;
	font-size: 29px;
	padding: 9px 0px;
}

.body-2016.v3 .fixed_header .countdown_container_neu.v2 {
	margin: 0px;
	position: static;
	float: right;
}

.body-2016.v3 .fixed_header .countdown_container_neu.v2 .c_element .counter_label {
	bottom: 10px;
}

.body-2016.v3 .fixed_header .header-2016-navi {
	background: #c00119;
}

.body-2016.v3 .fixed_header .header-2016-navi .inner {
	padding: 0px;
	height: 50px;
}

.body-2016.v3 .header-2016_scroll {
	background: #c00119;
}

.body-2016.v3 .header-2016_scroll p {
	color: #ffffff;
}

.body-2016.v3 .header-2016_scroll #counter2 {
	background-image:url(../img/countdown_bg_blue.png);
	width: 252px;
	height: 62px;
}

.body-2016.v3 .header-2016_scroll .countdown_container_neu {
	margin: 49px 0 0 381px;
}

.body-2016.v3 .header-2016_scroll .c_element {
	background-image: none;
	width: 59px;
	font-size: 29px;
	padding: 9px 0px;
}

.body-2016.v3 .banner-2019-text.right_site.v2 .biosans_hl {
	margin-top: 10px;
}

.body-2016.v3 .side-badge20 {
	top: auto;
	bottom: 273px;
	right: -48px;
}

.body-2016.v3 .flex.middle {
	align-items: flex-start;
}

.upselling_2019_outer {
	display: flex;
    align-items: top;
    flex-wrap: wrap;
}

.upselling_2019_outer .packshot_div {
	position: relative;
    margin-left: 50px;
}

.upselling_2019_outer .text_div {
	position: relative;
    margin-left: 80px;
    margin-right: 118px;
	margin-top:15px;
}

.upselling_2019_outer .text_div b {
	font-weight:600;
}

.upselling_2019_outer .rabatt_badge {
	position:absolute; 
	top:-40px; 
	left:10px;
}

@media only all and (max-width: 950px) {
	.upselling_2019_outer .ersparnis {
		top:auto;
		bottom:-77px;
		right:-138px;
		
	}
}

@media only all and (max-width: 800px) {
	.upselling_2019_outer {
		justify-content:center;
	}
	.upselling_2019_outer .text_div {
		margin-left:10px;
		margin-top:20px;
	}
	.upselling_2019_outer .packshot_div {
		margin-left:0px;
	}
}
@media only all and (max-width: 700px) {
	.upselling_2019_outer .rabatt_badge {
		top:-16px;
		left:-7px
	}
}
@media only all and (max-width: 590px) {
	.upselling_2019_outer .text_div {
		margin-right:0px;
	}
	.upselling_2019_outer .ersparnis {
		display:none;
	}
}



.upselling_2018_outer {
	display: flex;
    align-items: top;
    flex-wrap: wrap;
}

.upselling_2018_outer .packshot_div {
	position: relative;
    margin-left: 62px;
}

.upselling_2018_outer .text_div {
	position: relative;
    margin-left: 30px;
    margin-right: 118px;
	margin-top:15px;
}

.upselling_2018_outer .text_div b {
	font-weight:600;
}

.upselling_2018_outer .rabatt_badge {
	position:absolute; 
	top:-15px; 
	left:-53px;
	z-index:2;
}

.upselling_2018_outer .smaller_packshot {
	position: absolute;
    bottom: 30px;
    left: -90px;
}

@media only all and (max-width: 950px) {
	.upselling_2018_outer .ersparnis {
		top:auto;
		bottom:-77px;
		right:-138px;
		
	}
}

@media only all and (max-width: 800px) {
	.upselling_2018_outer {
		justify-content:center;
	}
	.upselling_2018_outer .text_div {
		margin-left:10px;
		margin-top:20px;
	}
	.upselling_2018_outer .packshot_div {
		margin-left:0px;
	}
}
@media only all and (max-width: 700px) {
	.upselling_2018_outer .rabatt_badge {
		top:-16px;
		left:-7px
	}
}
@media only all and (max-width: 590px) {
	.upselling_2018_outer .text_div {
		margin-right:0px;
	}
	.upselling_2018_outer .ersparnis {
		display:none;
	}
}

.qs_video_outer {
	position:relative;
	cursor:pointer;
	font-size: 0;
}

.qs_video_outer > video {
	display:block;
	margin:0;
	padding:0;
	font-size: 0;
	border-radius:10px;
	max-width:100%;
}

.qs_video_outer > video:focus {
	border:none;
	outline:none;
}

.qs_video_outer .icon_muted {
	position:absolute;
	top:40px;
	right:165px;
}

.qs_video_outer .arrow_ton {
	position:absolute;
	top:45px;
	right:12px;
}

.qs_video_outer .red_bubble {
	background-image:url(../img/red_bubble.png);
	background-repeat:no-repeat;
	width:228px;
	height:121px;
	position:absolute;
	top:90px;
	left:-25px;
	color:#fff;
	text-align:left;
	padding:28px 30px;
	box-sizing:border-box;
}

.qs_video_outer .red_bubble p {
	line-height:1.5em;
}

.header-2016-inner.comic.wide {
	max-width: 100%;
    width: 1160px;
}

.rabattsiegel_anschrift {
	 position:absolute; 
	 right:0px; 
	 top:-45px;
	 width:94px !important;
}

.dl_badge_anschrift {
	 width: 69px !important;
}

.rueckzahlung_anschrift {
	display:none;
}

@media only all and (max-width: 600px) {
	.packshot_anschrift {
		width:220px !important;
	}
	.rabattsiegel_anschrift {
		right:auto;
		left:0px;
	}
	.dl_badge_anschrift {
		position: absolute;
		top: 235px;
		left: 0px;
	}
}

@media only all and (max-width: 550px) {
	.fr.phone_number {
		float:none;
		clear:both;
	}
	.rueckzahlung_anschrift {
		display:block;
		position:absolute;
		top:160px;
		left:258px;
	}
}

.zoom_overlay {
	background-color:#fff;
	padding:30px;
	text-align:left;
	border-radius:3px;
	box-shadow:0 0 5px #cccccc;
	position:absolute !important;
	top:-70px;
	left:50%;
	transform:translateX(-50%);
	z-index:10;
}

.overlay_zoom_outer {
	position:relative;
	display:inline-block;
}

.qs_video_outer .untertitel {
	background-color:rgba(255,255,255,0.8);
	width:600px;
	max-width:100%;
	height:45px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding:8px 0px;
	position:absolute;
	bottom:0px;
	left:50%;
    transform:translateX(-50%);
}

.qs_video_outer .untertitel p {
	font-family:Lato, Arial;
	font-size:16px;
	color:#000;
	text-align:center;
}

.qs_video_outer .untertitel p .red_text {
	color:rgb(167,4,23);
}

.qs_video_outer .red_bubble.big {
	background-image:url(../img/red_bubble_big.png);
	width:293px;
	height:151px;
	top:50px;
}

.qs_video_outer .red_bubble.big p {
	font-family:Lato, Arial;
	font-size:21px;
}

.show_600px {
	display:none;
}

@media only all and (max-width: 600px) {
	.rueckzahlung_badge_outer {
		position:absolute;
		top:35px;
	}
	.show_600px {
		display:block;
	}
}

.countdown_container_neu.v3 {
	margin:49px 0 0 405px;
}

.testi-selection_broad.red img.active {
	border:5px solid #a70417;
}

.testi-texte.v2 {
	max-width:100%;
}

.screenshot_slider_outer .bx-pager {
	width:470px;
	max-width:100%;
	margin:20px auto auto auto;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.screenshot_slider_outer .bx-pager .pager-link {
	background-image:url(../img/slide1.webp);
	width:63px;
	height:43px;
	border-radius:7px;
	position:relative;
	text-indent:-9999px;
	display:inline-block;
	background-size:100% auto;
	background-color:#fff;
	background-position:top;
	background-repeat:no-repeat;
	border:2px solid #d6d6d6;
}

.screenshot_slider_outer .bx-pager .pager-link.pager-active {
	border:2px solid #cc000b;
}

.screenshot_slider_outer .bx-pager .pager-link:nth-child(2) {
	background-image:url(../img/slide2.webp);
}
.screenshot_slider_outer .bx-pager .pager-link:nth-child(3) {
	background-image:url(../img/slide3.png);
}
.screenshot_slider_outer .bx-pager .pager-link:nth-child(4) {
	background-image:url(../img/slide4.webp);
}
.screenshot_slider_outer .bx-pager .pager-link:nth-child(5) {
	background-image:url(../img/slide5.webp);
}
.screenshot_slider_outer .bx-pager .pager-link:nth-child(6) {
	background-image:url(../img/slide6.webp);
}

.screenshot_slider_outer .blue_textbox {
	background-color:#093567;
	border-radius:15px;
	padding:18px 14px;
	position:absolute;
	bottom:12%;
	right:0px;
}
.screenshot_slider_outer .blue_textbox p {
	color:#fff;
}

.blue_table_outer.v2 table.upselling-table.blue td.active.marked_bottom {
	border-bottom-left-radius:0px !important;
    border-bottom-right-radius: 0px !important;
	background-color:rgb(206 234 243)!important;
}

.blue_table_outer.v2 table.upselling-table.blue td.active.marked_bottom {
	border-left:2px solid #093567;
	border-right:2px solid #093567;
	border-bottom:2px solid #093567;
}

.blue_table_outer.v2 table.upselling-table.blue td.active {
	border-left:2px solid #093567;
	border-right:2px solid #093567;
}

.blue_table_outer.v2 table.upselling-table.blue tr:last-child td.active {
	border-left:none;
	border-right:none;
}

.blue_table_outer.v2 table.upselling-table.blue tr:first-child td.active {
	border-top:2px solid #093567;
}

.blue_table_outer.v2 table.upselling-table.blue tr:nth-child(even) td.active {
	background-color:rgb(206 234 243);
}

.blue_table_outer.v2 table.upselling-table.blue tr:nth-child(odd) td.active {
	background-color:#f3faff;
}

.blue_table_outer.v2 .blue_text {
	font-family:Lato, Arial;
	font-size:17px;
	color:#093567;
	font-weight:800;
}

.screenshot_slider_outer a.bx-prev {
	background-image: url(../img/pager_prev.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 34%;
    left: -60px;
    height: 95px;
    width: 48px;
    font-size: 0px;
}

.screenshot_slider_outer a.bx-next {
	background-image: url(../img/pager_next.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 34%;
    right: -60px;
    height: 95px;
    width: 48px;
    font-size: 0px;
}

.shadowbox_icon_outer .small_grey_text {
	font-size:12px !important;
	color:#7c7c7c;
	text-align:right;
	margin-top:5px;
}

.shadowbox_icon_outer .shadow_box {
	padding:10px;
	margin:0px 10px;
}

@media only all and (max-width: 1000px) {
	.hide_1000px {
		display:none;
	}
}

.testi-selection_broad.comic img.active {
	border:5px solid rgb(167,4,23);
}


.table-price {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-collapse: collapse;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.table-price__title {
	display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
}

.table-price tr td {
	position: relative;
    vertical-align: middle;
    padding: 14px 10px 9px;
}

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

.table-price tr:nth-child(2n) td {
	background-color: #e2f5fc;
}

.table-price tr td:not(:first-of-type) {
	width: 210px;
    text-align: center;
	box-sizing:border-box;
}

.table-price.basic tr td:nth-child(2) {
	border-right: 2px solid #093567;
    border-left: 2px solid #093567;
}

.table-price.basic tr:first-of-type td:nth-child(2) {
	border-top: 2px solid #093567;
}

.table-price.basic tr td:nth-child(2):before {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: #009fff;
    opacity: 0.05;
}

.table-price.deluxe tr td:nth-child(3):before {
	content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    background: #009fff;
    opacity: 0.05;
}

.table-price__title span {
	font-family: Swiss721, Arial;
    font-size: 20px;
    color: #093567;
    margin-left: 10px;
    font-weight: 700;
}

.table-price__old {
	text-decoration: line-through;
    margin-bottom: 5px;
}

.table-price__current { 
	font-family:Swiss721, Arial;
	font-size: 25px !important;
	color: #1a8b3a;
	font-weight: 700;
}

.table-price tr td:first-of-type {
	padding-left:25px;
}

.wrap-table-price {
	width:750px;
	max-width:100%;
	margin:auto;
}

.wechsel_btn_outer {
	max-width:100%;
	position:relative;
	margin:25px 160px 15px 0px;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.wechsel_btn_outer .btn_upgrade {
	margin:0px 25px 0px 20px;
}

.wechsel_btn_outer .label_radio.style2 {
	background:url('../img/radio2019.png');
	width:31px;
	height:31px;
}

.wechsel_btn_outer .label_radio.style2.r_on {
	background:url('../img/radio2019_checked.png');
}

.table-price.deluxe tr td:nth-child(3) {
	border-right: 2px solid #093567;
    border-left: 2px solid #093567;
}

.table-price.deluxe tr:first-of-type td:nth-child(3) {
	border-top: 2px solid #093567;
}

.table-price.basic tr:last-child td:nth-child(2) {
	border-bottom: 2px solid #093567;
}

.table-price.deluxe tr:last-child td:nth-child(3) {
	border-bottom: 2px solid #093567;
}

@media only all and (max-width: 900px) {
	.wechsel_btn_outer {
		margin:25px 110px 15px 0px;
	}
}
@media only all and (max-width: 800px) {
	.wechsel_btn_outer {
		margin:25px 70px 15px 0px;
	}
}
@media only all and (max-width: 600px) {
	.wrap-table-price {
		overflow-x:scroll;
	}
	.wechsel_btn_outer {
		margin:25px 35px 15px 0px;
	}
}

.bg_colored_list {
	background-color:rgb(244,248,249);
	border-radius:10px;
	padding:18px 18px 18px 30px;
	margin-bottom:10px;
	position:relative;
}

.bg_colored_list:before {
	content:"";
	background-image:url(../img/green-white-check.png);
	background-repeat:no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	top:50%;
	left:-10px;
	transform:translateY(-50%);
}

.block-right.left_float {
	float:left;
	margin-left:70px;
}

.big_packshot .amazon_sterne_19 {
	position:absolute;
	top:-97px;
	left:-25px;
}

.big_packshot .sterne_19_i {
	position: absolute;
    top: 2px;
    left: 77px;
}

.big_packshot .side-badge19 {
	right: 30px;
    top: 340px;
    z-index: 3;
}

.content-2019-inner.big_packshot .rabatt_kreis {
	top: -465px;
    left: 5px;
}

@media only all and (max-width: 1000px) {
	.block-left.big_packshot .amazon_sterne_19 {
		left:0px;
	}
}


.comic_outlined {
	position:relative;
	border:2px solid #000;
	display:flex;
}

.comic_outlined.blue_div {
	background-color:rgb(219,240,255);
}	

.comic_outlined.rosa_div {
	background-color:rgb(255,240,235);
}
	
	
.red_comic_hl {
	font-family:sniglet, Arial !important;
	font-size:25px !important;
	color:rgb(167,4,23);
	margin-bottom:15px;
}	

.blue_comic_checks li {
	background-image:url(../img/comic2_blue_check.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:25px;
	margin-bottom:10px;
}

.comic_laptop_nr {
	position:absolute;
	top:-15px;
	left:5px;
}

.white_bg {
	background-color:#fff;
}

.content-2016 .comic2_hl {
	font-family:sniglet, Arial;
	font-size:38px;
	color:#000;
	text-align:center;
}

.comic2_hl .red {
	color:rgb(167,4,23);
}
	
.bubble.round.geld {
	background-image:url(../img/comic2_bubble1.png);
	min-width:524px;
	min-height:297px;
	box-sizing:border-box;
	padding:60px 0px 27px 78px;
}

.bubble_text.comic2 {
	font-family:sniglet, Arial;
	font-size:33px !important;
}


.body-2016.comic2 {
	background:rgb(248,252,255);
}

.padding-padding ul.disc_list {
	margin:10px 0px 0px 20px;
}

.padding-padding ul.disc_list li {
	list-style:disc;
	margin-bottom:3px;
	
}

.comic_outlined .left_margin {
	margin-left:95px;
}

.comic_container.flex {
	display:flex;
}

.schritte_flex {
	display:flex;
	align-items:flex-start;
	justify-content:center;
}

.box_shadow_top {
	box-shadow:0px 0px 20px #00000036;
}



.drift-preview {
    position: relative;
}
.drift-bounding-box,
.drift-zoom-pane {
    width: 80%;
    background: url(../img/bg-sp.png);
}
.drift-bounding-box img,
.drift-zoom-pane img {
    height: auto !important;
}
.drift-zoom-pane.drift-open {
    background: #fff;
    height: 490px;
    top: 0;
    left: 0;
}
.drift-bounding-box,
.drift-zoom-pane {
    position: absolute;
    pointer-events: none;
	z-index:999;
}
@keyframes noop {
    0% {
        zoom: 1;
    }
}
@-webkit-keyframes noop {
    0% {
        zoom: 1;
    }
}
.drift-zoom-pane.drift-open {
    display: block;
}
.drift-zoom-pane.drift-closing,
.drift-zoom-pane.drift-opening {
    animation: noop 1ms;
    -webkit-animation: noop 1ms;
}
.drift-zoom-pane {
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.drift-zoom-pane-loader {
    display: none;
}
.drift-zoom-pane img {
    position: absolute;
    display: block;
    max-width: none;
    max-height: none;
	z-index:99999;
}


.comic2 .testi-selection2 {
	display:flex;
	flex-direction:column;
	align-items:center;
}

.comic2 .testi-img {
	position:static;
}

.comic2 .testi_bubble {
	background-image:url(../img/comic_testi_bubble_small.png);
	width:521px;
	height:285px;
	box-sizing:border-box;
	padding:50px 50px 50px 120px;
	margin-left:-40px;
}

.comic2_bubble {
	background-image:url(../img/comic2_bubble1.png);
}

.comic2_bubble.bubble2 {
	background-image:url(../img/comic2_bubble2.png);
	width:471px;
	height:244px;
	box-sizing:border-box;
	padding:60px 25px 55px 108px;
}

.comic2_bubble.bubble3 {
	background-image:url(../img/comic2_bubble3.png);
	width:510px;
	height:256px;
	box-sizing:border-box;
	padding:66px 43px 45px 135px;
	position:absolute;
	top:-25px;
	right:55px;
}

.comic2_bubble.bubble4 {
	background-image:url(../img/comic2_bubble4.png);
	width:524px;
	height:288px;
	box-sizing:border-box;
	padding:60px 43px 45px 92px;
}

.comic2_bubble.bubble5 {
	background-image:url(../img/comic2_bubble5.png);
	width:429px;
	height:282px;
	box-sizing:border-box;
	padding:53px 43px 45px 105px;
}

.comic2_bubble.bubble6 {
	background-image:url(../img/comic2_bubble6.png);
	width:476px;
	height:265px;
	box-sizing:border-box;
	padding:68px 5px 55px 50px;
	position:absolute;
	bottom:-20px;
	right:10px;
}

.comic2_bubble.small_bubble {
	background-image:url(../img/comic2_small_bubble.png);
	width:219px;
	height:127px;
	box-sizing:border-box;
	padding:25px 5px 25px 5px;
}

.comic2_bubble.bubble7 {
	background-image:url(../img/comic2_bubble7.png);
	width:452px;
	height:262px;
	box-sizing:border-box;
	padding:60px 52px 60px 64px;
}

.comic2 .flex {
	display:flex;
}

.comic2 .x-center {
	align-items:center;
}

.comic2 .y-between {
	justify-content:space-between;
}

.comic2 .y-around {
	justify-content:space-around;
}

.comic2 .x-end {
	justify-content:flex-end;
}

.comic2 .bg-shine {
	background-image:url(../img/comic2_shine.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.comic2 .left_padding {
	box-sizing:border-box;
	padding-left:40px;
}

.comic2 .right_padding {
	box-sizing:border-box;
	padding-right:40px;
}

.comic2 .comic_red {
	font-weight:normal;
}

.testi-selection2 {
	cursor:pointer;
}

.comic2 .content_bottom {
	width:790px;
	max-width:100%;
	margin:auto;
}

.comic2 .below_btn {
	font-size:22px;
}

.comic2 .below_btn .red {
	color:rgb(167,4,23);
}

.comic2 .top_shine {
	background-image:url(../img/comic2_shine_top.png);
	background-repeat:no-repeat;
	background-position:-45px 0px;
	padding-top:115px;
}

.comic2 .flex.top_shine {
	justify-content:flex-end;
}	

body.comic2, body.comic2 p, body.comic2 li {
	font-family:source-sans-pro, sans-serif;
	font-size:19px;
}

.comic2 .blaue_haken li {
	margin-bottom: 20px;
    background: url(../img/comic2_blue_check.png) no-repeat 0px 0px;
    margin: 11px 0px 6px 0px;
    padding-left: 22px;
}

.comic2 .white_points_bg {
	background-image: url(../img/comic2_white_points.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding:25px 0px 40px 0px;
}

.text_beratung {
	 display:flex; 
	 align-items:flex-start;
	 margin-top:20px;
	 line-height:1.2em;
}

.text_beratung span {
	color:rgb(160,126,115);
}

.text_beratung .image {
	width:53px;
	box-sizing:border-box;
	padding:6px 8px;
}

.comic2 .comic_price {
	font-family:source-sans-pro, sans-serif;
	font-size:19px;
	text-align:right;
}

.comic2 .green_color {
	color:rgb(76,163,70);
}

.comic2 .selectLightCd {
	background:transparent;
	background-color:#fff;
	border:1px solid rgb(125,157,187);
	border-radius:7px;
	box-sizing:border-box;
	width:155px !important;
	padding:14px 0px;
	position:relative;
	font-family:source-sans-pro, sans-serif;
	font-size:17px;
}

.comic2 .selectLightCd .passiveSelect, .comic2 .selectLightCd .activeSelect {
	margin-left:13px;
}

.comic2 .selectLightCd .selectIcon {
	background-image:url(../img/comic2_dropdown.png);
	width:12px;
	height:7px;
	position:absolute;
	top:10px;
	right:8px;
}

.comic2 .schritte_flex .textblock {
	width:325px;
	margin-left:35px;
}

.comic2 .chip_hotline {
	text-align:center;
	position:absolute;
	bottom:20px;
	right:22px;
}

.comic2 .chip_hotline p {
	font-size:22px;
}

.content-2016 .comic2_hl .smaller {
	font-size:33px;
}

.comic2 .central_form .input-long {
	border:1px solid rgb(179,179,179);
	width:333px;
	height:50px !important;
	box-sizing:border-box;
	padding:2px 0px 2px 15px !important;
	box-shadow:0px 0px 15px #afafafb0;
}

.comic2 .label_radio {
	background-color:#fff;
	border:1px solid rgb(212,212,212);
	background-image:none;
	border-radius:7px;
	box-shadow:0px 0px 6px #cecece;
	box-sizing:border-box;
	padding:5px 0px;
	width:95px;
	height:35px;
	font-size:17px;
	text-align:center;
}

.comic2 .label_radio.r_on {
	background:rgb(167,4,23);
	color:#fff;
}

.comic2 .rabatt_kreis {
	top:-375px;
	right:-45px;
}

.comic2 .check.lightgreen_check li {
	background:url(../img/comic2_green_check.png) no-repeat 0px 1px;
	margin-bottom:13px;
}

.comic2 .button_subtext2 {
	margin-top:-13px;
	font-size:17px;
	color:rgb(76,163,70);
}

.comic2 .comic2_big_testi {
	margin-left:30px;
}

.comic2 .testi-selection2 img {
	margin-bottom:10px;
}

.comic_outlined:before {
	content:"";
	background-color:#000;
	width:1000px;
	height:2px;
	position:absolute;
	top:-2px;
	left:0px;
	z-index:10;
}

.comic_outlined:after {
	content:"";
	background-color:#000;
	width:1000px;
	height:2px;
	position:absolute;
	bottom:-2px;
	left:0px;
	z-index:10;
}

.comic2 .testi_bubble p {
	font-size:17px;
}

.comic2 .testi_bubble.big_bubble {
	background-image:url(../img/comic2_big_bubble.png);
	width:527px;
	height: auto;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.comic2 .show_more, .comic2 .show_less {
	cursor:pointer;
}

.faq_outer .answer_inner {
	display:flex;
}

.faq_outer .answer__title {
	font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 5px;
    min-width: 90px;
}

.faq_outer .answer__caption {
	color: #0054ff;
    font-weight: 500;
    margin-bottom: 15px;
}

.answer-wrap-more {
	padding-left:90px;
	color:#0054ff;
	cursor:pointer;
}

.faq_content {
	width:550px;
	max-width:100%;
	margin:auto;
}



.small_blue_box {
	background-color:rgb(244,248,249);
	width:333px;
	max-width:100%;
	box-sizing:border-box;
	padding:17px 0px 18px 31px;
	margin-bottom:11px;
	border-radius:10px;
	position:relative;
}
.small_blue_box:after {
	content:"";
	background-image:url(../img/green_bg_check.png);
	width:23px;
	height:23px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-10px;
}

.content-2019-inner.diff_packshot_design .header_pack {
	margin-left:65px;
}

.diff_packshot_design .block-right {
	float:left;
	margin-left:70px;
}

.diff_packshot_design .side-badge19 {
	top:50%;
	transform:translateY(-50%);
	z-index:3;
}

.diff_packshot_design .amazon_sterne_19 {
	top:-137px;
	left:0px;
}

.diff_packshot_design .sterne_19_i {
	position:absolute;
	top:-38px;
	left:96px;
}

.diff_packshot_design .product_select {
	float:right;
}

.content-2019-inner.diff_packshot_design .rabatt_kreis {
	top:-530px;
}

@media only all and (max-width: 820px) {
	.diff_packshot_design .block-left {
		float:none;
		display:inline-block;
	}
	.diff_packshot_design .block-right {
		float:none;
		display:inline-block;
	}
}
@media only all and (max-width: 500px) {
	.diff_packshot_design .block-right {
		margin-left:0px;
	}
}

.banner-2019-text.right_site.smaller_text .smaller_hl {
	font-size:48px;
}
.banner-2019-text.right_site.smaller_text {
	top: 65px;
}
@media only all and (max-width: 825px) {
	.banner-2019-text.right_site.smaller_text {
		top:25px;
	}
}
@media only all and (max-width: 750px) {
	.banner-2019-text.right_site.smaller_text .smaller_hl {
		font-size:35px;
	}
}
@media only all and (max-width: 600px) {
	.banner-2019-text.right_site.smaller_text .smaller_hl {
		font-size:28px;
	}
}
@media only all and (max-width: 500px) {
	.banner-2019-text.right_site.smaller_text .smaller_hl {
		font-size:22px;
	}
}

.side-badge1.v2 {
	right: 15px;
    bottom: 210px;
}

@media only all and (max-width: 900px) {
	.side-badge1.v2 {
		display:none;
	}
}

.sparschwein_ecke {
	position:absolute; 
	bottom:0px; 
	right:0px;
}
@media only all and (max-width: 1000px) {
	.sparschwein_ecke {
		height:180px;
	}
	.hide_1000px {
		display:none;
	}
}
@media only all and (max-width: 450px) {
	.sparschwein_ecke {
		display:none;
	}
}

.fixed_navi2.bigger ul li p a {
	font-size:16px;
}

.fixed_navi2.bigger ul li p.active {
	font-size:18px;
}


#subtitle_video video {
	max-width: 100%;
	max-height: 100%;
}

.schleife_ecke {
	position:absolute;
	top:0px;
	right:0px;
}

.schleife_ecke2 {
	position:absolute;
	top:-15px;
	right:-23px;
}

.red_text {
	color:rgb(209 33 55);
}


.content-2019-inner.video_bg {
	 background-color:#016ad8;
	 width:100%; 
	 display:flex; 
	 align-items:flex-start;
	 justify-content:center;
	 flex-wrap:wrap;
}

.huge_white_bubble {
	background-image:url(../img/huge_white_bubble.png);
	width:610px;
	height:274px;
	max-width:100%;
	box-sizing:border-box;
	margin-top:35px;
	padding:15px 10px 15px 120px;
	position:relative;
}

.huge_white_bubble .blue_rueckzahlung {
	font-size:20px;
	color:#fff;
	margin-left:100px;	
}

.huge_white_bubble .siegel_marktfuehrer {
	position: absolute;
    top: 75px;
    right: -175px;
}

.content-2019-inner.video_bg .qs_video_outer {
	height:420px;
}

@media only all and (max-width: 1600px) {
	.huge_white_bubble .siegel_marktfuehrer {
		display:none;
	}
}

@media only all and (max-width: 1450px) {
	.content-2019-inner.video_bg {
		justify-content:center;
	}
	.huge_white_bubble {
		margin-bottom:110px;
	}
}

@media only all and (max-width: 1000px) {
	.huge_white_bubble .blue_rueckzahlung {
		display:none;
	}
}


.countdown_absatz {
	background-color:#303030;
}


.countdown_absatz .countdown_outer.bottom_counter {
	width:315px;
	margin:auto;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	margin-top:35px;
	margin-bottom:30px;
	
	float:none;
	background:transparent;
	height:auto;
}

.countdown_absatz .countdown_outer.bottom_counter .hour,
.countdown_absatz .countdown_outer.bottom_counter .minute,
.countdown_absatz .countdown_outer.bottom_counter .second {
	text-shadow:none;
	margin:0px;
	width:auto;
	float:none;
	font-size:44px;
	color:#000;
}

.countdown_absatz .countdown_outer .countdown_elem {
	display:flex;
	flex-direction:column;
	align-items:center;
	color:#fff;
}

.countdown_absatz .countdown_outer .white_square {
	background-color:#fff;
	width:66px;
	height:54px;
	border-radius:10px;
	margin-bottom:5px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-family:Swiss721, Arial;
	font-size:44px;
	color:#000;
	font-weight:bold;
}

.fb-like.fb_iframe_widget iframe {
    width: 125px !important;
}

.button_bg_img {
	background-image:url(../img/comic_yellow_element.png);
	width:336px;
	height:193px;
}

.button_bg_img.top {
	position:absolute;
	bottom:-40px;
	right:0px;
	z-index:15;
}

.button_bg_img .download_btn {
	position:absolute;
	top:72px;
	left:25px;
}

.button_bg_img .sub_btn_text {
	font-size:17px;
	color:#a70417;
	font-weight:bold;
	position:absolute;
	bottom:43px;
	left:110px;
}

.qs_video_outer.bordered {
	border:8px solid #fff;
	border-radius:15px;
	width:50%;
	box-shadow:0px 0px 47px 8px #bde3f9;
}

.content-2019-inner.broad {
	width:1060px;
}

.content-2019-inner.broad.banner-2016 h1.big {
	font-size:54px;
}

@media only all and (max-width: 900px) {
	.qs_video_outer.bordered {
		width:auto;
	}
}

.btn_cursor {
	position:absolute;
	top:40px;
	right:40px;
	animation: 1.5s cursorClick infinite;
	width: 5.5%;
}

@keyframes cursorClick {
	0%   {width:auto; }
	50%  {width: 7%; top:38px;}
	100%   {width:auto;}
}

.btn_cursor_animation {
    position:absolute;
    top:0px;
    right:20px;
    animation: 1.5s cursor;
    animation-iteration-count: 1;
    animation-delay: 1s;
}


@keyframes cursor{
    0%   {top:30px; opacity: 0}
    100%   {top:0px; opacity: 1}
}

.star_superhero {
	position:absolute;
	top:-102px;
	left:-169px;
}

.star_superhero .packshot_link {
	position:absolute;
	width:144px;
	height:195px;
	position: absolute;
    top: 120px;
    right: 237px;
}



.countdown_container_neu .counter_outer.v2 {
	height:80px;
	border-radius:5px;
	margin:-23px 0 0 10px;
	padding:0px 7px;
	position:relative;
}

.countdown_container_neu .counter_outer.v2 #counter {
	text-align:center;
}

.countdown_container_neu .counter_outer.v2 #counter p {
	font-size:40px;
	border-left:none;
	width:60px;
}

.countdown_container_neu .counter_outer.v2 .counter_description {
	color:#737373;
	margin-top:-5px;
}

.countdown_container_neu .counter_outer.v2 #counter p:after {
	content:":";
	position:relative;
	right:-8px;
	font-weight:800;
}

.countdown_container_neu .counter_outer.v2 #counter p:last-child:after {
	display:none;
}

.countdown_container_neu .counter_outer.v2 .i-icon {
	position:absolute;
	bottom:0px;
	right:7px;
	left:auto;
}


.header-2016-inner_scroll .countdown_container_neu .counter_outer.v2 {
	height:75px;
	margin:-5px 0px 0px 0px;
}


.counter_outer.stopuhr {
	height:75px;
	margin:-20px 0px 0px 0px;
	padding:4px 15px;
	border-radius:5px;
}

.counter_outer.stopuhr .counter_text {
	font-family:proxima-nova;
	font-size:40px;
	font-weight:bold;
}

.counter_outer.stopuhr .counter_separator {
	font-family:proxima-nova;
	font-size:40px;
	font-weight:bold;
}

.counter_outer.stopuhr .counter_text_outer {
	display:flex;
	justify-content:space-around;
}

.counter_outer.stopuhr .i-icon {
	left:auto;
	right:10px;
}

.counter_outer.stopuhr .counter_description {
	margin-top:-6px;
}


.banner-2016-text.v2 {
	left:auto;
	right:8%;
}
.banner-img.v2 {
	margin:-25px 0px -5px 0px;
}
@media only all and (max-width: 975px) {
	.banner-2016-text.v2 {
		right:5%;
	}
	.banner-2016 .banner-2016-text.v2 h1 {
		font-size:40px;
	}
	.banner-2016 .banner-2016-text.v2 p.h1_smaller {
		font-size:19px;
	}
	.banner-2016 .banner-2016-text.v2 h1.blue_rueckzahlung {
		font-size:20px;
	}
}

@media only all and (max-width: 750px) {
	.banner-img.v2 {
		width:300px;
		margin:10px 0px -5px 0px;
	}
}

@media only all and (max-width: 650px) {
	.banner-2016-text.v2 {
		right:1px;
	}
}

@media only all and (max-width: 575px) {
	.banner-2016-text.v2 {
		position:static;
		margin:30px;
	}
}

.logo_box {
	background-color:#fff;
	border:1px solid #caccd3;
	border-radius:3px;
	width:94px;
	height:38px;
	display:flex;
	align-items:center;
	justify-content:center;
}

.icons_zahlung {
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:5px;
	position:absolute;
	bottom:20px;
	right:0px;
	z-index:5;
}

@media only all and (max-width: 700px) {
	.icons_zahlung {
		right:auto;
		left: 10px;
		background-color: rgba(255,255,255,0.8);
		padding: 5px;
		border-radius: 4px;
	}
}

.siegel-mouseover{
    position: absolute;
    z-index: 12;
    left:25%;
    top:-20%;
    display: none;
}

.siegel-mouseover{
    position: absolute;
    z-index: 12;
    left:25%;
    top:-20%;
    display: none;
}

.show {
    display: block;
}

.logo_leiste_packshot {
	display:flex; 
	flex-direction:column; 
	align-items:center; 
	justify-content:center; 
	position:absolute; 
	left:-55px;
}
@media only all and (max-width: 1000px) {
	.logo_leiste_packshot {
		display:none;
	}
}



.mouseover-container{
    position: relative;
}

#comic2_erfahrung-mouseover{
    box-shadow: none;
    padding:0;
    position:absolute;
    background-color:none;
    width:600px;
    max-width:100%;
    z-index:10;
}

.custom-tooltip2{
    display: inline-block;
}

.zoom_container{
    /*background-image: url(../img/comic_zoom.png);
    background-size: 120%;
    background-position: */
    position: relative;
    display: inline-block;
}

.zoom_container_background{
    display: none;
    width: 200%;
    height: 220%;
    position: absolute;
    top:-60%;
    left:-50%;
}

 
@media only all and (max-width: 1060px) {
    .tooltip-1 {
        left: 10%!important;
    }
    .tooltip-2 {
        left: 467px!important;
    }
    .tooltip-3 {
        left: 710px!important;
    }
}



.testislider_outer {
	width: 100%;
    margin: auto;
    position: relative;
}

.testislider_inner {
	width: 760px;
    max-width: 90%;
    margin: auto;
}

.testi_slide {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 35px 45px;
}

.testi_slide_img {
	width:240px;
	margin-right:40px;
}

.testi_slide_text {
	width: 380px;
    max-width: 100%;
}

.slide_hl {
	margin-bottom:15px;
}

.slide_bottom_text {
	margin-top: 15px;
    font-size: 12px;
}

.testislider_outer #logo_before {
	top: 50%;
    left: 96px;
    filter: grayscale(1);
	width:100px;
}

.testislider_outer #logo_after {
	top: 50%;
	right:96px;
	filter: grayscale(1);
	width:100px;
}

.testislider_outer .bx-wrapper a.bx-prev {
	background-image: url(../img/pager_prev.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -60px;
    height: 95px;
    width: 48px;
    font-size: 0px;
}

.testislider_outer .bx-wrapper a.bx-next {
	background-image: url(../img/pager_next.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    height: 95px;
    width: 48px;
    font-size: 0px;
}

@media only all and (max-width: 1085px) {
	.testislider_outer #logo_before,
	.testislider_outer #logo_after {
		display:none !important;
	}
	.testislider_inner {
		max-width:82%;
	}
	.testi_slide {
		justify-content:center;
		gap:15px;
	}
}

.red_hl_bg {
	background-color:#a70417;
	border-radius:5px;
	padding:10px 20px;
	width:280px;
	max-width:100%;
	margin-top:0 !important;
}

.red_hl_bg h6 {
	font-family:Swiss721, Arial;
	font-size:19px;
	color:#fff;
	font-weight:bold;
}

.video {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 30px 10px 30px 50px;
  max-width: 1020px;
  margin: 40px auto 0;
}
.video .left {
  display: flex;
  align-items: center;
  width: calc(50% - 20px);
}
.video .left img {
  max-width: 418px;
  width: 100%;
}
.video .right {
  width: calc(50% - 20px);
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.video .right .video-js {
  width: 436px;
  height: 245px;
}
.video .right .mute {
  position: absolute;
  z-index: 99999999;
  top: 10px;
  right: 10px;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.video .right .mute:hover {
  opacity: 0.7;
}
.video .right .player-arrow {
  display: flex;
  position: absolute;
  top: 0;
  right: -135px;
}
.video .right .player-arrow img {
  height: 30px;
  margin-right: 10px;
}
.video .right .player-arrow p {
  font-size: 17px;
  font-family: MVBoli;
  color: var(--handfont-color);
  font-weight: bold;
  line-height: 23px;
  margin-left: -12px;
  margin-top: -42px;
}

@media only screen and (min-width: 992px) and (max-width: 1365px) {
	 .video {
    padding: 30px 30px 30px 30px;
    max-width: 1080px;
    margin: 40px auto 0;
  }
  .video .left {
    width: calc(50% - 20px);
  }
  .video .left img {
    max-width: 418px;
    width: 100%;
  }
  .video .right {
    width: calc(50% - 20px);
    display: flex;
    justify-content: center;
    position: relative;
  }
  .video .right .video-js {
    width: 436px;
    height: 248px;
  }
  .video .right .mute {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .video .right .player-arrow {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
	.video {
    padding: 30px 30px 30px 30px;
    max-width: 1080px;
    margin: 40px auto 0;
    justify-content: space-between;
    flex-direction: column;
  }
  .video .left {
    width: 100%;
  }
  .video .left img {
    max-width: 418px;
    width: 100%;
  }
  .video .right {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 20px;
  }
  .video .right .video-js {
    width: 436px;
    height: 248px;
  }
  .video .right .mute {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .video .right .player-arrow {
    display: none;
  }
}

@media only screen and (max-width: 499px) {
	.video {
    padding: 30px 30px 30px 30px;
    max-width: 1080px;
    margin: 40px auto 0;
    justify-content: space-between;
    flex-direction: column;
  }
  .video .left {
    width: 100%;
  }
  .video .left img {
    max-width: 418px;
    width: 100%;
  }
  .video .right {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 20px;
  }
  .video .right .video-js {
    width: 436px;
    height: 248px;
  }
  .video .right .mute {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .video .right .player-arrow {
    display: none;
  }
}