/* Reset all CSS-Styles */


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: 100%;
/* 
	vertical-align: top;
 */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
ol.a {list-style-type: upper-roman;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-spacing: 0;
}



/* Import Fonts */

@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/OpenSans-Light/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'open_sanslight_italic';
  src: url('../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.eot');
  src: url('../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.woff') format('woff'), url('../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.ttf') format('truetype'), url('../fonts/OpenSans-LightItalic/OpenSans-LightItalic-webfont.svg#open_sanslight_italic') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'open_sansextrabold';
  src: url('../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold-webfont.eot');
  src: url('../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold-webfont.woff') format('woff'), url('../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
  font-style: normal;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/OpenSans-Bold/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
  font-weight: bold;
font-style: normal;
  
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-style: normal;
}

font[size="+1"] {
line-height: 2.2em;
margin-bottom: -5px;
}

* {
font-family: 'open_sansregular', sans-serif;
line-height: 1.5em;
box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
height: 100%;
}

.main-logo {
margin-top: 70px;
margin-right: 10px;
}

.main-headline {
margin-top: 92px;
}

.smalltext {
font-size: 1.1em;
}

.h1 {
font-size: 1.9em;
}


hr {
border: 0px;
border-bottom: 5px solid #EEEEEE;
margin-top: 30px;
margin-bottom: 20px;
}


tr {
border-top: 20px solid #fff;
border-bottom: 5px solid #fff;
}

.module img {
margin-right: 13px;
border: 1px solid #F1AB53;
margin-top: 6px;
}

h3 {
font-family: 'open_sansbold', arial, sans-serif;
font-size: 1.25em;
font-weight: normal;
}

h4 {
font-family: 'open_sansbold', arial, sans-serif;
}

h5 {
font-family: 'open_sansregular', sans-serif;
font-size: 1.1em;
font-weight: normal;
color: #000;
margin-left: -22px !important;
margin-bottom: 20px !important;
}

b, b * {
font-family: 'open_sansbold', arial, sans-serif;
}

a {
color: #000;
text-decoration: none;
padding-bottom: 0px;
border-bottom: 1px solid #000;
}

sup { 
vertical-align: super;
font-size: smaller;
}

sub { 
vertical-align: sub;
font-size: smaller;
}

.text {
font-size: 0.95em;
font-weight: normal;
color: #252122;
font-family: 'open_sansregular', sans-serif;
hyphens: auto;
line-height: 1.9em;
margin-top: 38px;
}

.text a {
font-weight: normal;
color: #444;
line-height: 1.9em;
}

.text-green {
background : #ccffcc;
}

.text-semibold {
font-size: 1em;
font-weight: normal;
color: #252122;
font-family: 'open_sansbold', arial, sans-serif;
}

.specialbr br {
content: "";
margin: 1em;
display: block;
font-size: 24%;
}

.margin-top {
margin-top: 40px;
}

.center-container {
width: 640px;
max-width: 100%;
margin: 0px auto;
border-top: 5px solid #eee;
padding-top: 55px;
margin-top: 65px;
}

.header{
background: #fff;
padding-left: 40px;
box-shadow: 0px -5px 15px rgba(0,0,0,0.7);
border-collapse: separate;
height: 87px;
position: relative;
z-index: 99;
}

.header-large {
background: #fff;
padding-left: 40px;
box-shadow: 0px -5px 15px rgba(0,0,0,0.7);
border-collapse: separate;
height: 140px;
position: relative;
z-index: 99;
}

#name_tit, #diff_1st {
background: #fff;
padding-left: 40px;
box-shadow: 0px -5px 15px rgba(0,0,0,0.7);
border-collapse: separate;
height: 140px;
position: fixed;
z-index: 99;
}

.header-logo {
margin-top: 11px;
margin-left: 50px;
}

.logomargin-small {
margin-left: 10px !important;
}

#name_tit td:first-child img, #diff_1st td:first-child img{
margin-top: 37px;
margin-left: 10px;
}

#name_tit td:first-child,  #diff_1st td:first-child {
text-align: left !important;
}

.header-arrow {
margin-top: 20px;
margin-right: 50px;
z-index: 99;
position: relative;
}

#name_tit td:last-child img, #diff_1st td:last-child img {
margin-top: 45px;
margin-right: 50px;
z-index: 99;
position: relative;
}


.header a, #name_tit a, #diff_1st a {
border: 0px;
}

.header tr, #name_tit tr, #diff_1st tr{
border-top: 0px solid #fff;
border-bottom: 0px solid #fff;
}

.header-text {
position: absolute;
left: 155px;
margin-top: 26px;
font-family: 'open_sansregular', sans-serif;
font-size: 1.4em;
font-weight: normal;
color: #000;
}

.header-text-limited {
max-width: 69%;
}

.header-text-relative {
left: 155px;
margin-top: 26px;
font-family: 'open_sansregular', sans-serif;
font-size: 1.4em;
line-height: 1em;
font-weight: normal;
color: #000;
}

.headerspace-fix > font:last-of-type > b:nth-child(1) {
display: inline-block;
line-height: 1em;
margin-top: 5px;
max-width: 90%;
}

.header-text br {
display: none;
}

.header-thema {
font-family: 'open_sansregular', sans-serif !important;
font-size: 0.8em !important;
margin-left: 3px !important;
line-height: 2.1em !important;
font-weight : normal !important;
}


.header-subthema {
font-family: 'open_sansregular', sans-serif !important;
font-size: 0.7em !important;
line-height: 39px !important;
font-weight : normal !important;
height: 80px !important;
overflow: hidden;
margin-bottom: -40px;
}

.header-buttons {
margin-top: 25px;
margin-bottom: -107px;
font-size: 1em !important;
}

.fixedrule-underline {
text-decoration: underline;
line-height: 2.4em;
}

.fixedrule-underline-special {
line-height: 1.5em !important;
}

.subthema-correct {
font-size: 1em !important;
line-height: 1.5em !important;
margin-top: 0px !important;
display:block;
}

.subthema-gallery {
font-size: 0.75em !important;
line-height: 1.3em !important;
margin-top: -20px !important;
margin-left: 0px !important;
padding-top: 13px;
margin-bottom: -45px;
}

.rulefix {
display: block !important;
margin-left: 0px !important;
margin-top: -10px !important;
font-size: 16px !important;
}

#rule {
font-size: 15px;
font-family: 'open_sansregular', sans-serif;
margin-top: 0px;
color: #999;
width: 370px;
}

#rule * {
color: #999;
}

#rule a {
text-decoration: underline;
}


.header-regel {
display: inline-block;
margin-left: 30px;
margin-top: 5px;
font-size: 1em;
}

.header-infos {
margin-top: 36px !important;
}


.header-regel-small {
display: inline-block;
margin-left: 30px;
margin-top: 5px;
font-size: 0.8em;
}

.header-regel, .header-regel a {
color: rgb(207,44,45);
}

.nobold * {
font-family: 'open_sansregular', sans-serif;
font-weight: normal;
}

.container-1-2 {
width: 50%;
float: left;
padding-left: 50px;
padding-right: 50px;
background: #F2F2F2;
padding-top: 65px;
min-height: 100%; /* Fallback for older browsers */
min-height: calc(100% - 87px);
}

.container-1-1 {
width: 100%;
float: left;
padding-left: 50px;
padding-right: 50px;
padding-top: 45px;
min-height: 100%; /* Fallback for older browsers */
min-height: calc(100% - 87px);
padding-bottom: 35px;
}

.demo-container {
    position: fixed;
    bottom: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    max-width: 90%;
    width: 500px;
    text-align: center;
    background: rgb(216,68,64);
    color: white;
    border-radius: 10px;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 14px;
    border: 0px solid transparent;
    z-index: 99;
}

.image-margin img {
margin-right: 20px;
margin-top: 2px;
margin-bottom: 5px;
}

.image-margin p {
margin-top: 10px;
margin-bottom: 20px;
}

.white-bg {
background: #fff;
}

.list-padding li {
margin-bottom: 20px;
}

.list-tab li {
margin-left: 15px;
}

.list-margin ul {
margin-top: 20px;
margin-bottom: 30px;
}

/* Radio button */

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
width: 18px;
height: 18px;
margin: 0px 0px;
padding: 0px;
font-size: 1px;
position: absolute;
opacity: 0;
cursor: pointer;
margin-top: 3px;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
display: inline-block;
margin-left: -4px;
margin-top: -1px;
line-height: 13px;
opacity: 1;
margin-right: -4px;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 17px;
  height           : 17px;
  margin           : 4px 5px 3px 5px;
  border           : 0px solid transparent;
  background       : #D8D8D8;
  background-image :    -moz-linear-gradient(#D8D8D8,#D8D8D8);
  background-image :     -ms-linear-gradient(#D8D8D8,#D8D8D8);
  background-image :      -o-linear-gradient(#D8D8D8,#D8D8D8);
  background-image : -webkit-linear-gradient(#D8D8D8,#D8D8D8);
  background-image :         linear-gradient(#D8D8D8,#D8D8D8);
  vertical-align   : bottom;
}

input[type=radio   ]:not(old) + label > span{
border-radius    : 9px;
}

input[type=checkbox]:not(old) + label > span {
border-radius    : 5px;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(#D8D8D8,#D8D8D8);
  background-image :     -ms-linear-gradient(#D8D8D8,#D8D8D8);
  background-image :      -o-linear-gradient(#D8D8D8,#D8D8D8);
  background-image : -webkit-linear-gradient(#D8D8D8,#D8D8D8);
  background-image :         linear-gradient(#D8D8D8,#D8D8D8);
}

input[type=checkbox]:not(old):checked + label > span:before{
content: '\2713';
    display: block;
    width: 1em;
    color: #D74641;
    font-size: 0.875em;
    line-height: 1.4em;
    text-align: right;
    text-shadow: 0 0 6.0714em #D74641;
    font-weight: bold;
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 7px;
  height           : 7px;
  margin           : 5px;
  border           : 0px solid transparent;
  border-radius    : 5px;
  background       : #D74641;
  background-image :    -moz-linear-gradient(#D74641,#D74641);
  background-image :     -ms-linear-gradient(#D74641,#D74641);
  background-image :      -o-linear-gradient(#D74641,#D74641);
  background-image : -webkit-linear-gradient(#D74641,#D74641);
  background-image :         linear-gradient(#D74641,#D74641);
}


.radio-rightmargin {
margin-right: 0px !important;
}

.bedienfeld {
width: 105%;
max-width: 450px;
background: #fff;
padding: 22px;
border-radius: 20px;
margin-top: 20px;
margin-bottom: 20px;
padding-bottom: 15px;
margin-left: -22px;
font-size: 0.87em;

}

.textarea textarea {
min-width: 100%;
max-width:100%;
}

.smallbr br{
line-height: 1.5em;
}

.logo-spacer {
width: 115px;
}

.headerspace-fix {
padding-top: 35px;
position: absolute;
height: 140px;
overflow: hidden;
width: 75%;
}

.headerspace-big {
padding-top: 45px;
}

.bedienfeld td {
background: transparent !important;
padding-top: 1px;
}

.bedienfeld table {
width: 100% !important;
padding: 0px !important;
border: 0px !important;
border-collapse: separate;
}

#watch_nav, #name_nav, #diff_2nd {
background: #F2F2F2;
padding: 40px !important;
padding-right: 20px !important
}

#watch_nav h1, #name_nav h1, #diff_2nd h1 {
font-family: 'open_sansregular', sans-serif;
font-size: 1.4em;
font-weight: normal;
color: #000;
margin-left: -22px;
margin-bottom: 25px;
}


.bedienfeld p {
text-align: left !important;
}

.label-abstand label {
margin-bottom: 10px;
}

.bedienfeld table tr td:first-child {
text-align: left !important;
}


.bedienfeld table tr td:last-child {
text-align: right !important;
}

.no-right table tr td:first-child, .no-right table tr td:last-child {
text-align: left !important;
}

.dropdown_disabled {
background: #d6d6d6 !important;
pointer-events: none !important;
}



/* Buttons-Styles */

input[type=button] {
height: 19px;
padding-left: 10px;
padding-right: 10px;
background: #D74641;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #fff;
margin-top: 0px;
font-family: 'open_sansregular', sans-serif;
font-size: 0.8em;
line-height: 0.555em;
}


.button-left {
margin-top: 0px !important;
float: left;
}

.button-leftmargin input {
margin-left: 11px;
}

input[value="-->"], input[value=" --> "], input[value="--> "], input[value=" -->"] {
color: #F90;
width: 41px;
color: #D74641;
background: url(../Images/arr_right.png) no-repeat;
}


input[value="<--"], input[value=" <-- "], input[value=" <--"], input[value="<-- "] {
color: #F90;
width: 41px;
color: #D74641;
background: url(../Images/arr_left.png) no-repeat;
}

.bedienfeld input[value="-->"], .bedienfeld input[value=" --> "], .bedienfeld input[value="--> "], .bedienfeld input[value=" -->"] {
margin-top: 10px;
}

input[value=" Nächstes Bild "], input[value="Nächstes Bild"] {
color: #F90;
width: 96px;
color: #fff;
padding-left: 5px !important;
background: url(../Images/next_img_arrow.png) no-repeat;
}

input[value="<--"], input[value=" <-- "], input[value="<-- "], input[value=" <--"] {
margin-right: 0px;
margin-top: 15px;
}

input[value=" Info "], input[value="Info"], input[value="Info "], input[value=" Info"] {
width: 19px;
height: 19px;
color: transparent;
background: url(../Images/btn_info.png) no-repeat;
margin-top: 10px;
margin-bottom: 15px;
}

input[value=" Info "].infosmallmargin, input[value="Info"].infosmallmargin, input[value="Info "].infosmallmargin, input[value=" Info"].infosmallmargin {
margin-bottom: 5px;
}

input[type="text"] {
border: 0px;
background: transparent;
font-family: 'open_sansregular', sans-serif;
font-size: 1em !important;
text-align: center !important;
width: 30px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding: 0px;
}


input[type=checkbox]:not(old) + label {
margin-right: 0px !important;
margin-top: -2px;
}


.graue-textbox input[type="text"] {
background: #efefef;
padding-left: 3px;
padding-right: 3px;
border-radius: 6px;
font-family: 'open_sansregular', sans-serif;
font-size: 14px !important;
margin-right: 10px;
width: auto;
padding-top: 0px;
padding-bottom: 0px;
/* pointer-events: none;*/
}

.transparente-textbox {
background: transparent !important;
padding-left: 0px;
padding-right: 0px;
border-radius: 0px;
font-family: 'open_sansregular', sans-serif;
font-size: 14px !important;
margin-right: 0px;
width: auto;
padding-top: 0px;
padding-bottom: 0px;
color: #000 !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.grosse-textbox input[type="text"] {
width: 60px;
}

.text-left {
text-align: left !important;
}

/* Bilder zentrieren */

#name_img, #diff_img, #compareWBC_img, #compare_img, #compare_film, #compareBMC_img  {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
max-width: 100%;
justify-content: center; /* add to align horizontal */
align-items: center; /* add to align vertical */
text-align: center;
}

.answer-small {
font-family: 'open_sansregular', sans-serif;
font-size: 0.85em;
color: #4A4A4A !important;
margin-left: 33px;
}

.answer-smallmargin {
display: block;
margin-top: -7px;
margin-bottom: -5px;
}

.input-large input[type="text"] {
width: 300px;
margin-left: 5px;
text-align: left !important;
margin-bottom: 13px;
vertical-align: top;
max-width: 65%;
}

.input-medium input[type="text"] {
width: 55px;
}

.input-100 input[type="text"] {
width: 100px;
}


.input-small input[type="text"] {
width: 30px;
}

.input-hidden input[type="input"] {
border: 1px solid transparent;
background: transparent;
text-align: left;
padding: 0px;
font-family: 'open_sansregular', sans-serif;
font-size: 1em;
width: 200px;
}

.num-fixedwidth {
width: 20px;
display: inline-block;
}

.eingerueckt {
margin-left: 33px;
margin-bottom: 20px;
margin-top: 0px;
}

.margin-buttons input[type="button"]{
margin-top: 5px;
margin-bottom: 5px;
}

.bildmax-margin input[name="BildMax"], .bildmax-margin input[name="maxNum"]{
margin-bottom: 20px;
}

.no-marginbottom {
margin-bottom: 0px;
}

.select-medium select{
width: 50%;
}


.select-large select{
width: 66%;
}

.select-huge select{
width: 80%;
}

.select-giant select{
width: 95%;
}

.width-30 {
width: 30px;
}

.width-40 {
width: 40px;
}

select {
width: 33.333%;
min-width: 87px;
margin-right: 0px;
height: 20px;
margin-left: 10px;
												background-color: #9B9B9B;
												border: 1px solid transparent !important;
padding-left: 5px;
padding-right: 25px;
border-radius: 5px;
												color: #fff;
												-webkit-appearance: none;
												-moz-appearance: none;
												appearance: none;
												background: url(../Images/arrow_dropdown.svg) 97% / 16% no-repeat #9B9B9B;
font-family: 'open_sansregular', sans-serif;
font-weight: normal;
font-size: 0.75em;
margin-bottom: 10px;
max-width: 300px;
}


option {
font-family: 'open_sansregular', sans-serif;
}


.select-nomargin select {
margin-left: 0px !important;
}

.correctmargin select{
margin-left: 2px;
}

.padding-bottom {
padding-bottom: 40px;
}

.auswertung-abstand {
padding-left: 75px !important;
margin-top: -5px;
}

.textfeld-autowidth input[type="text"], .textfeld-autowidth {
width: auto !important;
}

.paddingbottom-30 {
padding-bottom: 30px;
}

.paddingbottom-10 {
padding-bottom: 10px;
}

.paddingright-10 {
padding-right: 10px;
}

.paddingtop-10 {
padding-top: 10px;
}


.paddingtop-15 {
padding-top: 20px;
}

.paddingbottom-15 {
padding-bottom: 15px;
}

.paddingbottom-5 {
padding-bottom: 5px;
}

.paddingleft-10 {
padding-left: 10px;
}

.paddingleft-5 {
padding-left: 5px;
}

.paddingleft-15 {
padding-left: 15px;
}

.paddingleft-30 {
padding-left: 30px;
}

.paddingleft-35 {
padding-left: 35px !important;
padding-top: 0px !important;
}

.paddingright-15 {
padding-right: 15px;
}

.paddingright-5 {
padding-right: 5px;
}

.padding-15 {
padding: 15px;
}

.textalign-left, input.textalign-left {
text-align: left !important;
}

.vertical-bottom {
vertical-align: bottom;
}

.vertical-bottom-td td {
vertical-align: bottom;
}

.text-red, .text-red * {
color: rgb(207,44,45);
}

.marginleft-0, .marginleft-0 * {
margin-left: 0px !important;
}

.container-imagecenter {
position: absolute;
margin-top: -303px;
width: 100%;
top: 345px;
text-align: center;
}

.container-imagecenter img{
margin-left: 40px;
margin-right: 40px;
}

.container-imagecenter-nomargin img{
margin-left: 0px;
position: relative !important;
}

.doubleimage-container {
max-width: 900px;
margin: 0px auto;
}

.image-underlay {
margin-top: -570px;
}

.underline {
text-decoration: underline;
}

.submenu-header{
font-size: 15px;
font-family: 'open_sansregular', sans-serif;
margin-top: 4px;
color: #000;
} 

.fullsize {
width: 100%;
height: 100%;
}

.infos-contentpadding {
padding-top: 20px;
padding-bottom: 15px;
padding-left: 15px;
padding-right: 25px;
}

.infos-verticalpadding {
padding-left: 25px;
padding-right: 25px;
padding-bottom: 20px;
display: block;
}

.infos-verticalpadding tr, .infos-verticalpadding th, .infos-verticalpadding td, .infos-verticalpadding  table  {
border: 1px solid #bbb;
margin-top: 15px;
margin-bottom: 15px;
vertical-align: middle;
}


.infos-verticalpadding th, .infos-verticalpadding td  {
padding-left: 5px;
padding-right: 5px;
}

.infos-verticalpadding hr {
margin-top: 10px;
margin-bottom: 10px;
}

.infos-verticalpadding .noborder tr, .infos-verticalpadding .noborder th, .infos-verticalpadding .noborder td, .infos-verticalpadding .noborder  table  {
border: 0px none transparent;
}

.infos-verticalpadding li {
margin-left: 15px;
}

.infos-verticalpadding li{
list-style-type: disc;
margin-left: 20px;
}

.button-abstandhalter {
margin-top: 10px;
margin-bottom: 10px;
}

.maxwidth-text {
max-width: 1200px;
}

.maxwidth-text p {
margin-top: 5px;
margin-bottom: 10px;
}

.maxwidth-text li, .listed-text li {
list-style-type: disc;
margin-left: 20px;
}

.listed-text-alphabet li {
list-style-type: upper-latin;
}

.table-resetpadding td {
padding: 15px;
}

.verticalalign-table th, .verticalalign-table td {
vertical-align: middle
}

.maxwidth-text.table-resetpadding {
margin-left: -15px;
margin-top: -15px;
margin-bottom: -10px;
}

.table-thpadding th {
padding: 10px;
}

.nopadding {
padding: 0px !important;
}

.marginbottom-15 {
margin-bottom: 15px;
}

.marginbottom-10 {
margin-bottom: 10px;
} 

.marginbottom-5 {
margin-bottom: 5px !important;
} 

.margintop-10 {
margin-top: 10px;
}

.formula-table * {
border-width: 1px;
border-color: black;
}

.formula-table hr {
margin-top: 15px;
margin-bottom: 15px;
}

.formula-table th {
vertical-align: middle;
}

.title_inline {
display: inline !important;
line-height: 28px !important;
}

#name_img.nameimg_300 {
width: calc(100% - 300px) !important;
left: 300px !important;
}

#name_img.nameimg_350 {
width: calc(100% - 370px) !important;
left: 350px !important;
}

.speciallayout-350, .film-350 {
width: 350px !important;
}

.speciallayout-360, .film-360 {
width: 360px !important;
}

#name_img.speciallayout-350, #compare_film.film-350 {
width: calc(100% - 350px) !important;
left: 350px !important;
}

#name_img.speciallayout-360, #compare_film.film-360 {
width: calc(100% - 360px) !important;
left: 360px !important;
}

.film-fixed {
position: fixed !important;
}

.header-relative-special {
position: relative !important;
}

.slide-nonscale #slide{
width: auto !important;
max-width: none !important;
}

.img-nonscale img{
width: auto !important;
max-width: none !important;
}


/* Fix for Firefox */

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}


/* Hack for Internet Explorer 9, 10 and Internet Explorer 11:*/
@media screen and (min-width:0\0) { 
    select {
        padding-right: 2%;
    }
}



/* Responsive Design */

@media screen and (max-width: 1600px){

	.auswertung-abstand {
	padding-left: 15px !important;
	}
	
	.paddingleft-30 {
	padding-left: 15px;
	}
	
}



/* Drucklayout */

@media print { 
	body {
	font-size: 0.8em !important;
	}
	
	#name_tit td:last-child img, #diff_1st td:last-child img {
	display:none;
	}
	
	.header {
	margin-top: -35px;
	font-size: 1.3em;
	margin-bottom: -35px;
	}
	
	* {
	box-shadow: none !important;
	}
}