/*
 *  Created on : 21.03.2015, 16:02:54
 *  $Id:                                          $
 *  wrapper css
 *  file: index.css
 **/

/* Title screen */
.part1 .titlescreen {
	width: 100%;
	text-align: center;
}

.part1 .titlescreen img#coverimg {
	border: 9px solid #fff;
}

.part1 .progressbar_wrap{
	position: absolute;
	bottom: 0;
	width: 318px;
	margin: auto;
}
.part1 .progressbar_bg {
	opacity: 0.2;
	background: #916032;
	position: absolute;
	top: 0;
	height: 5px;
	width: 100%;
}
.part1 .progressbar {
	opacity: 1.0;
	background: #ffffff;
	position: absolute;
	margin: 1px;
	height: 3px;
	width: 0%;
}

.part1 .customerlogo {
	background-repeat: no-repeat;
	background-position: center;

	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 3em;
}

.part1 .actions {
	z-index: 10;
}

/*Part 2,3 Zentrierung*/
div.part.part2 .partInnerWrap,
div.part.part3 .partInnerWrap,
div.part.part4 .partInnerWrap,
div.part.part6 .partInnerWrap {
    margin: auto;
    position: relative;
    min-width: 1000px;
    max-width: 1300px;
    height:  100%;
}

/* Title screen END */

/* Page Head */
div.wrp_head {
	min-width: 1000px;
	max-width: 1300px;
	width: 100%;
	height: 115px;
	z-index: 150;
	position: absolute;
	top: 0;
	left: 0;
}

div.wrp_head .projectTitle {
	font-size: 48px;
	color: #FFFFFF;
	line-height: 56px;
	text-shadow: 0px 0px 11px rgba(105,79,53,0.62);
	position: absolute;
	top: 10px;
	left: 30px;
}

.part2 div.wrp_head .score {
    font-size: 25px;
    color: #FFFFFF;
    line-height: 29px;
    text-shadow: 0px 0px 11px rgba(105,79,53,0.62);
    position: absolute;
    right: .9em;
    bottom: 15px;
    text-align: right;
    min-width: 300px;
}
div.wrp_head .score {
    font-size: 25px;
    color: #FFFFFF;
    line-height: 29px;
    text-shadow: 0px 0px 11px rgba(105,79,53,0.62);
    position: absolute;
    left: 26.6em;
    bottom: 15px;
    text-align: right;
    min-width: 300px;
}
@media screen and (min-width: 1292px){
    div.wrp_head .score {
        left: 39.1em;
    }
}

div.wrp_head .score .number {
    color: #FFFFFF;
}

div.wrp_head .score  .stars {
    display: none;
}
div.wrp_head .score  .points {
    padding-right: 0.8em;
    display: inline;
}
.ui_buttons {
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 195px;
    line-height: 25px;
}
.switch-view {
    float: left;
    text-shadow: 0px 0px 11px rgba(105,79,53,0.62);
}
.difficultyLevel_main {
    float: left;
    position: relative;
    left: 15px;
}
.ui_buttons a {
    color: #FFFFFF;
}
.ui_buttons a.aunits,
.ui_buttons a.aoverview {
    font-size: 28px;
    line-height: 28px;
    margin-right: 3px;
}

/* Page head END */

/* Page content */
div.content_wrap  {
    position: absolute;
    top:120px;
    left: 0;
    min-width: 704px;
    max-width: 1080px;
    z-index: 50;
    /*min-height: 648px;*/
}
.part2 div.content_wrap {
    min-width: 1000px;
    max-width: 1300px;
    width: 100%;
    padding-left: 30px;
    padding-right: 10px;
    box-sizing: border-box;
       -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.part2 div.content .tabcont {
    margin-right: 30px;
}

.part3 div.content_wrap,
.part4 div.content_wrap,
.part5 div.content_wrap,
.part6 div.content_wrap,
.part7 div.content_wrap  {
    left: 320px;
}
body.navigationDisabled .part3 div.content_wrap,
body.navigationDisabled .part4 div.content_wrap,
body.navigationDisabled .part5 div.content_wrap,
body.navigationDisabled .part6 div.content_wrap,
body.navigationDisabled .part7 div.content_wrap  {
    left: 55px;
}
body.navigationDisabled div.wrp_navigation { top: 72px; left: 108px; z-index: 200; }
div.content {
    /*top: 120px;*/
    height: 100%;
}

/* Page content END */

/* Navigation */
div.wrp_navigation {
    position: absolute;
    top: 135px;
    left: 20px;
    width: 260px;
    z-index: 100;
}
div.wrp_navigation ul {
    padding: 0;
    margin: 0;
}

div.wrp_navigation a {
    display: block;
    width: 100%;
}

div.wrp_navigation a:focus {
    outline: none;
}

div.wrp_navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.wrp_navigation .navigation .nl_0 {
    font-family: 'sans-light';
    font-size: 16px;
    line-height: 22px;
}
div.wrp_navigation div.navigation ul.nl_1 li {
    font-size: 13px;
}
div.wrp_navigation div.navigation ul.nl_0 li {
    padding-left: 6px;
}

div.wrp_navigation div.navigation ul.active {
    border-left: 2px solid #FFFFFF;
}
div.wrp_navigation div.navigation ul.current a.active span {
    font-family: 'sans-semibold';
    color: #FFFFFF;
}
div.wrp_navigation div.navigation ul.current a.active:hover span {
    font-family: 'sans-semibold';
}

div.wrp_navigation div.navigation ul li a {  
    text-decoration: none;
    padding: 0.4em;
}

div.wrp_navigation div.navigation ul li a:hover {  
    width: 100%;
}


div.wrp_navigation ul li ul {
    border: none;
}

div.wrp_navigation ul li ul li {
    margin: 0;
    font-size: 0.86em;
}
div.wrp_navigation div.navigation ul li ul li a span {
    padding-left: 0.8em;
}


div.wrp_navigation div.navigation > ul > li.current   {
    padding-left: 4px;
    border-left: 2px solid rgba(255, 255, 255, .8);
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

div.wrp_navigation div.navigation ul li a {
    /*padding-left: 6px;*/
}

div.wrp_navigation div.navigation ul li.current a span {
    font-family: 'sans-semibold';
    color: #513e2a;
}
div.wrp_navigation div.navigation ul li.current ul li {
    font-weight: normal;
}

/* Navigation END */

/* Flashcards */

body[class^="theme-wfs"] .flashcard .sound { display: none; }

div.wrp_tiles {
    text-align: left;
    margin: 15px;
}
div.wrp_tiles ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
div.wrp_tiles ul li.flashcard {
    margin: 0;
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
div.wrp_tiles ul li.flashcard.default {
    width: 296px;
    height: 150px;
}

div.wrp_tiles ul li.flashcard:hover {
    box-shadow: 0 2px 20px rgba(0,0,0,0.6);
    transition: all 0.15s linear;
}
div.wrp_tiles ul li.flashcard .title {
    padding-right: 1.11em;
}

div.wrp_tiles ul li.flashcard.default .title {
    position: absolute;
    top: 1.5em;
    left: 1.11em;
    font-family: 'serif';
    line-height: 24px;
    cursor: pointer;
}
div.wrp_tiles ul li.flashcard .command {
    position: absolute;
    right: 1em;
    bottom: 0.7em;
    font-size: .86em;
    cursor: pointer;
}

div.wrp_tiles ul li.state_new {
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.28);
    opacity: 0.75;
}

div.wrp_tiles ul li.state_improve, div.wrp_tiles ul li.state_tryagain, div.wrp_tiles ul li.state_practice  {
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.28);
    opacity: 0.75;
}

.ribbon {
    position: absolute;
    width: 130px;
    height: 1.5em;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.5em;
    visibility: hidden;
    white-space: nowrap;
}

[class*="theme-wfs"] .ribbon {
    left: -35px;
    bottom: 10px;
    -webkit-transform: rotate(36deg);
       -moz-transform: rotate(36deg);
        -ms-transform: rotate(36deg);
         -o-transform: rotate(36deg);
    transform: rotate(36deg);
    box-shadow: 1px 1px 0px 0px rgba(22,22,22,0.11);
}

.ribbon.one_star, .ribbon.two_stars, .ribbon.three_stars {
    visibility: visible;
} 

[class*="theme-wfs"] .zeros_stars, .one_star, .two_stars {
    color: #FFCF58;
    background-color: #FFFFFF;
}

[class*="theme-wfs"] .three_stars {
    color: #FFFFFF;
    background-color: #FFDF7C;
    background-image: linear-gradient(-210deg, #FFCF58 0%, #FFDF7C 100%);
}

.ribbon:before, .ribbon:after { 
    font-family: "scook"; 
}
.one_star:before { 
    content: '\e678'; 
}
.two_stars:before { 
    content: '\e678\e678'; 
}
.three_stars:before { 
    content: '\e678\e678\e678'; 
}
.card.finished .ribbon,
.card.gs_finished .ribbon,
.card.details .ribbon {
  font-size: 40px;
  width: 250px;
  height: 50px;
  bottom: 25px;
  left: -60px;
  line-height: 50px;
}
.card.finished .ribbon.zero_stars,
.card.finished .ribbon.one_star,
.card.details .ribbon.zero_stars,
.card.details .ribbon.one_star,
.card.gs_finished .ribbon.two_stars {
  background: white;
}

/* Flashcards END */


/* Scores */
th.score_first, 
th.score_last, 
th.score_max, 
th.score_stars { 
    width: 5em;
}

.score_stars .inactive {
    opacity: .3;
}

/* Scores END */


/* Dropdown */
dl.dropdown { 
    display: inline; 
}
.dropdown dd, 
.dropdown dt, 
.dropdown ul {
    margin:0; 
    padding:0; 
    font-weight: normal; 
}
.dropdown dd { 
    position:relative; 
}
.dropdown a, 
.dropdown a:visited { 
    display:inline-block; 
    text-decoration:none; 
    outline:none; 
    width: 100%; 
    min-width: 3em;}
.dropdown dt a {  
    padding-right:20px; 
}
.dropdown .status { 
    width: 25px; display: inline-block; 
}
[class*="theme-wfs"] .dropdown dt a span {
    cursor:pointer; 
    display:inline; 
    font-size: 20px; 
    line-height: 27px;
    text-shadow: 0px 0px 11px rgba(105,79,53,0.62);
}
.dropdown dd ul {
    background:#FFFFFF none repeat scroll 0 0;
    display: none;
    left:-45px;
    padding:0;
    position:absolute;
    margin: -32px 0 0 15px;
    box-shadow: 0px 0px 11px 0px rgba(105,78,53,0.48);
    width: 140px;
}
.dropdown span.value { 
    display:none; 
}
.dropdown dd ul li  {  
    margin: 0; 
    padding: 0; 
    display: inline-block;  
    width: 100%; 
}
.dropdown dd ul li a { 
    padding:5px; 
}
.dropdown dd ul li a:hover { 
    padding:5px; 
}

/*
 * PART 2
 */
#tab_part2 {
    display: none;    
}
.part2 .tabcont .unit_scores {
    background: rgba(255,255,255,.5);
    width: 100%;
    position: relative;
    padding: 8px 8px 8px 30px;
    margin-bottom: 20px;
    cursor:pointer;
}
.part2 .tabcont .unit_scores .barstatus {
    position: absolute;
    left: 5px;
    line-height: 31px;
}

.part2 .tabcont .unit_scores h1 {
    font-size: 23px;
    line-height: 31px;
    font-weight: normal;
    float: left;
    padding: 0 8px;
}
.part2 .tabcont .unit_scores .unit_score {
    position: relative;
    font-size: 16px;
    line-height: 31px;
    float: right;
    right: 65px;
}
.part2 .tabcont .unit_scores .unit_score .reached_score,
.part2 .tabcont .unit_scores .unit_score .scoring_of,
.part2 .tabcont .unit_scores .unit_score .maximum_score {
    display:inline-block;
    text-align: right;
    padding: 0 .2em;
}
.part2 .tabcont .unit_scores .unit_score .reached_score {
    font-size: 23px;
    font-family: 'sans-semibold';
}
.part2 .tabcont .unit_scores .table {
    position: relative;
    width: 100%;
    border-spacing: 0;
}
/* all types */
.part2 .tabcont .unit_scores .table .lessontitle,
.part2 .tabcont .unit_scores .table .score_title {
    padding: 0 8px;
}
.part2 .tabcont .unit_scores .table .score_first {
    font-family: 'sans-light';
    position: relative;
    float: right;
    left: -55px;
    padding-left: 75px;
}
@media screen and (max-width: 500px){
   .part2 .tabcont .unit_scores .table .score_first {
        padding-left: 15px;
    }
}
.part2 .tabcont .unit_scores .table .score_first:before {
    content: '\e687';
    font-family: "scook";
    position: absolute;
    display: block;
    right: -40px;
    color: rgba(0,0,0,.37);
}
.part2 .tabcont .unit_scores .table .trlo:hover .score_first:before {
    color: rgba(255,255,255,.37);    
}
.part2 .tabcont .unit_scores .table td.score_title span:after {
    content: '';
    background-image: url(../assets/img/dot.png);
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 1px;
    margin-top: 17px;
    margin-left: -15px;
}
.part2 .tabcont .unit_scores .table .trlo:hover .score_title span:after {
    content: none;
}
.part2 .tabcont .unit_scores .table td.score_title.lo {
    overflow: hidden;
    position: relative;
    width: 952px;
}
.part2 .tabcont .unit_scores .table .score_title {
    font-family: 'sans-light';
}
.part2 .tabcont .unit_scores .table .score_last,
.part2 .tabcont .unit_scores .table .score_curr,
.part2 .tabcont .unit_scores .table .scoring_of,
.part2 .tabcont .unit_scores .table .score_max {
    width: 1px;
    text-align: right;
    padding-left: .5em;
}
.part2 .tabcont .unit_scores .table .trlesson .scoring_of .inner,
.part2 .tabcont .unit_scores .table .score_max {
    font-family: 'sans-light';
}
.part2 .tabcont .unit_scores .table .score_curr {
    font-family: 'sans-semibold';
}
.part2 .tabcont .unit_scores .table .score_last .inner {
    padding-right: 50px;
}
.part2 .tabcont .unit_scores .table .score_last .inner:after {
    width: 25px;
    height: 10px;
    background: red;
    display: inline-block;
    position: absolute;
}
/* unit */
#tab_part2 .trunit .i_unit {
    width: 35px;
    margin-left: -35px;
    position: absolute;
}
/* lesson */
.part2 .tabcont .unit_scores .table .trlesson {
    font-family: 'sans-semibold';
    font-size: 12px;
    line-height: 42px;
}
.part2 .tabcont .unit_scores .table .trlesson :not(.score_title) .inner,
.part2 .tabcont .unit_scores .table .trlesson [class^="icon-star"] {
    /*	display: none;*/
}
/* lo */
.part2 .tabcont .unit_scores .table .trlo {
    font-size: 16px;
    line-height: 36px;
    cursor: pointer;
}
.part2 .tabcont .unit_scores .table .trlo .icon-play {
    margin-left: 10px;
}
.part2 .tabcont .unit_scores .table .trlo:hover .icon-play:before {
    content: '\e64e';
    font-size: 14px;
    border-radius: 50%;
    padding: 2px 1px 2px 3px;
}
.part2 .tabcont .unit_scores .table .score_stars {
    width: 65px;
    text-align: center;
}
.part2 .tabcont .unit_scores .table .score_stars .icon-star_full:before {
    margin: 0;
    color: #fff;
}
.part2 .tabcont .unit_scores .table .score_stars .icon-star_full:not(:first-child):before {
    margin-left: -.15em;
}
.part2 .tabcont .unit_scores .table .score_stars .icon-star_full.incactive:before {
    opacity: .5;
}
/* lightbox dialogs */
.closeAppDialog {
    left: 50% !important;
    top: 50% !important;
    margin-left: -236px;
    margin-top: -80px;
    width: 472px;
	height: 160px;
	position: absolute;
    z-index: 92000;
	background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.50);    
}

.lbDialog {
    width: 800px;
	height: 300px;
	position: absolute;
    z-index: 92000;
	background-color: #FFFFFF;
    overflow: hidden;
}

.lbDialog .lbDialog_head {
    padding: 15px;  
}   

.lbDialog .lbDialog_head h1 {
    font-family: 'sans-light';
    font-size: 24px;
    padding-left: 10px;
}

.lbDialog .close {
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    z-index: 20;
    cursor: pointer;
}

.closeAppDialog .page,
.lbDialog .page {
    width: 100%;
	height: 100%;
	padding-bottom: 40px;
    overflow: hidden;
}

.closeAppDialog .page .innerwrap {
    width: 100%;
	height: 100%;
	padding: 10px;
    font-size: 24px;
    line-height: 28px;
}

.lbDialog .page .innerwrap {
    width: 100%;
	height: 100%;
	padding: 15px;
    padding-top: 25px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
.closeAppDialog .button {
    position: absolute;
    width: 142px;
    height: 36px;
    padding: 0.3em;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
 .closeAppDialog .button.yes {
    bottom: 1em;
    right: 10.5em;
}

.closeAppDialog .button.no {
    bottom: 1em;
    right: 1em;
}
    
.lbDialog .button {
    position: absolute;
    bottom: 0.8em;
    right: 0.8em;
    width: 30%;
    padding: 0.3em;
    text-align: center;
    cursor: pointer;
}

.closeAppDialog .button a,
.lbDialog .button a { text-decoration: none; }

.spanurl:hover { text-decoration: underline; cursor: pointer; }

/* Legal notes / imprint  */
.imprint {
    top: 4%;
    left: 50%;
    height: 92%;
    width: 800px;
    margin-left: -400px;
    position: absolute;
    z-index: 92000;
    background-color: #FFFFFF;
    overflow: hidden;
}

.imprint .imprint_head {
    padding: 15px;  
}   
.imprint .imprint_head h1 {
    font-family: 'sans-light';
    font-size: 24px;
    padding-left: 10px;
}

.imprint .close {
	position: absolute;
	top: 0;
	right: 0;
    cursor: pointer;
}

.imprint .page {
    width: 100%;
	height: 100%;
	padding-bottom: 40px;
    overflow: hidden;
}


.imprint .page .innerwrap {
    width: 100%;
	height: 100%;
	padding: 15px;
    padding-top: 25px;
    padding-bottom: 40px;
}

.imprint h1 {
	font-size: 1.4em;
}
.imprint h2 {
    margin-top: 0.6em;
	font-size: 1.2em;
}
.imprint h2 {
    margin-top:0em;
    font-size: 18px;
}
.imprint h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 5px;
}
.imprint h3 {
}

.imprint p {
	font-size: 0.7em;
	margin-bottom: 0.35em;
}

/* table like styling of lists */
.imprint .page li {
    font-weight: normal;
    font-family: 'sans';
    font-size: 14px;
    margin-left: 30px;
    padding-left: 10px;
}

.imprint .page ul {
    width:100%; 
    display:table;
}

 .imprint .page ul li p {
   font-weight: normal;
    font-family: 'sans';
    font-size: 14px;
 }
 
.imprint .page ul li{
    display:table-row;  
    margin-bottom: 16px;
    margin-right: 10px;
}

 .imprint .page ul li ul {
    display:table-cell; 
    padding-bottom: 5px;
    padding-left: 10px;
    /*border:1px solid green;*/
}

.imprint .page ul li ul{
    /*border:1px solid red;*/  
}

/*
.imprint p strong {
    margin-top: 0.5em;
    margin-bottom: 0.5e;
}
.imprint p strong {
    display: block;
}
.imprint p strong:last-child {
    display: inline;
}
.imprint li {
    font-weight: normal;
    font-family: 'sans';
    font-size: 14px;
    list-style-type: disc; 
    list-style-position: outside;
    margin-left: 30px;
    padding-left: 10px;
}
*/

/* Legal notes / imprint END */

/* Detail-Cards */

.card_wrap {
    position: absolute;
    width: 700px;
    height: 350px;
    z-index: 90300;
    top: 50%;
    left: 50%;    
    margin-left: -350px;
    margin-top: -175px;    
}
.card_wrap.lb-protection {
    z-index: 92500;    
}
.card_wrap ul {
    list-style-type: none;
}

.card {
    width: 100%;
    height: 100%;
	overflow: hidden;
}
.card_wrap .card {
    position: absolute;
    z-index: 20;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.card_wrap .progress  {
    position: absolute;
    top: 90px;
    left:0;
    width: 100%;
}

.card_wrap .leaning {
    position: absolute;
    top: 65px;
    left: 25px;
    -ms-transform: rotate(1.4deg); /* IE 9 */
    -webkit-transform: rotate(1.4deg); /* Chrome, Safari, Opera */
    transform: rotate(1.4deg);
    z-index: 10;
}
.card_wrap .button {
    position: absolute;
    bottom: 0.8em;
    right: 0.8em;
    width: 30%;
    padding: 0.3em;
    text-align: center;
}

.card .inner_left {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    left: 0;
    display: table;
	text-align: center;
}
.card .inner_left .container {
    display: table-cell;
    text-align: center;
    padding-top: 80px;
}
.card.details .inner_left .container {
    padding-top: 120px;
}
.card.details .inner_left .container .number {
  font-family: 'sans-light';
  font-size: 50px;
}
.card.details .inner_left .container .label {
  font-family: 'sans-light';
  font-size: 20px;
}
.card .inner_left .container .label {
  font-family: 'sans-light';
  font-size: 40px;
}
.card .inner_left .container .number {
  font-family: 'sans-semibold';
  font-size: 65px;
}
.card .inner_left .container .scoreinfo {
    font-family: 'sans';
    font-size: 14px;
}

.card .inner_right {
    position: absolute;
    width: 60%;	
    height: 100%;
    top: 0;
    right: 0;
    background: #FFFFFF;
}

.card .inner_right .title {
    padding-right: 30px;
}

.card .inner_right .tags {
    z-index: 20;
    position: relative;
}

.card .inner_right .tags li {
    float: left;
    padding: 2px 6px;
    font-size: 0.65em;
    border: 2px solid #FFFFFF;
    border-radius: 5px;
}
.card.details .inner_right .tags li {
    background: #F2F2F2;
    color: #5A5A5A;
    font-size: 12px;
}
.inner_right:after {
    right: 100%;
    top: 30%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #FFFFFF;
    border-width: 10px;
    margin-top: -10px;
}
.inner_right .container {
    padding: 0.8em;
}
.card .title {
    font-size: 1.6em;
    padding-bottom: 0.5em;
}
.card.protection .title {
    font-size: 32px;
    color: #91601A;
    font-family: 'serif-light';
    padding-top: 1em;
}
.card .description {
    padding-top: 10px;
}
.card.protection .description {
    font-size: 14px;
    color: #3D3D3D;
    font-family: 'sans-light';
    padding-top: 2em; 
    cursor: pointer;
}

.card .close {
    position: absolute;
    top: 0.25em;
    right: 0.25em;
    z-index: 20;
    cursor: pointer;
}
.card .button {
    position: absolute;
    bottom: 0.25em;
    right: 0.25em;
    width: 30%;
    padding: 0.2em;
    text-align: center;
	cursor: pointer;
}

.card .inner_left .logo {
	position: absolute;
	top: 82px;
	left: 60px;
	margin: 0;
	height: auto;
    line-height: 0;
	z-index: 60;
	box-shadow: 0 1px 4px 0 rgba(9,74,106,.21);
}
.card .inner_left .disc {
	position: absolute;
	bottom: 10px;
	right: -45px;
	width: 45px;
	height: 120px;
	background: url(../assets/img/CD-Small.png) no-repeat center center;
	z-index: 59;
}


.card.protection .logo img {
    width: 144px;
    border: 4px solid #fff;
    /* height: 164px; */
    margin: 0;
    padding: 0;
}


.card.protection .inner_right .title {
    text-align: left;
    padding-right: 30px;
}
/* Detail-Cards END */

.imprint .mCSB_inside > .mCSB_container {
    padding-right: 20px;
    padding-bottom: 40px;
}
.imprint .mCSB_scrollTools .mCSB_draggerContainer {
    padding-bottom: 40px;
}


/* Schattenkante */

.content:before {
   content: '';
   display: block;
   width: 1040px;
   padding-right: 20px;
   height: 40px;
   box-shadow: 0 10px 20px -18px black;
   top: -40px;
   position: absolute;
   z-index: 1;
   background: transparent;
   left: -60px;
   opacity: 0;
   transition: opacity 0.12s ease-in-out;
   -moz-transition: opacity 0.12s ease-in-out;
   -webkit-transition: opacity 0.12s ease-in-out;   
}

.content.scrolled:before {
   content: '';
   display: block;
   width: 1040px;
   padding-right: 20px;
   height: 40px;
   box-shadow: 0 10px 20px -18px black;
   top: -40px;
   position: absolute;
   z-index: 1;
   background: transparent;
   left: -60px;
   opacity: 1;
}
.part2 .content.scrolled:before {
   left: 0px;
   width: 100%;
}
/* Schattenkante END */


.wrp_head .banner {
   position: absolute;
   top: 0;
   height: 44px;
   padding: 7px 30px 10px 14px;
   font-family: 'sans-semibold';
   font-size: 16px;
   color: #FFFFFF;
  /*
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   color: #1D97D5;
   background-color: #FFFFFF;
   box-shadow: 0px 1px 15px 0px rgba(8,73,105,0.25);
  */
  cursor: pointer;
}

.wrp_head .banner .close {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #8D8F95;
}

.wrp_head .scook.banner { left: 41.6em; }
@media screen and (min-width: 1292px){
    .wrp_head .scook.banner { left: 61em; }
}
.wrp_head .scook.banner img { margin-left: 8px; }


.scookDlg {
    width: 670px;
    height: 283px;
    font-size: 18px;
}

.scookDlg .spanurl {
    color: #4A90E2;
}

div.scookDlg.lbDialog div.lbDialog_head {
    font-size: 24px;
}