html, body { height: 100%; -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */ }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video, button, input, select {
    margin: 0; padding: 0;	border: 0; outline:none;
}
body {
    background-color: white;
}
/**[tabindex]:focus, .button:focus, button:focus, select:focus, a:focus, textarea:focus, input:focus {
    outline: 1px solid #68266d;
}
*[tabindex]:active, .button:active, button:active, select:active, a:active, textarea:active, input:active {
    outline: none;
}*/
select:focus, textarea:focus, input:focus {
    outline: 1px solid #68266d;
}
select:active, textarea:active, input:active {
    outline: none;
}
.button:focus *, a:focus, button:focus *, input[type="submit"]:focus {
    text-decoration: underline;
}
.button:active *, a:active, button:active *, input[type="submit"]:active {
    text-decoration: none;
}
article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }
.wrapper-main > header h1 { font-size: 20px; line-height: 29px; height: 3px; overflow: hidden; }
button { cursor: pointer;}
table { width:100%; border-collapse: collapse; }
td { vertical-align: top; border: 1px solid #DDDDDD; background: #FFFFFF; padding: 7px 7px 7px 7px; }
th { vertical-align: top; text-align: left; border: 1px solid #DDDDDD; background: #F5F5F5; padding: 7px 7px 7px 7px; color: #333333; }

a { text-decoration: none; color:#68266d;  }
body { font-size: 14px; line-height: 18px; font-family: arial, verdana; background-position: 0 -79px!important; }
strong, b { font-weight: bold; }

input { height:19px; line-height: 19px; vertical-align: top; }
input, .dk_toggle { padding: 2px 5px 2px 5px; }
input.final { padding: 0px 0px 0px 0px!important; margin: 0px 0px 0px 0px!important; }

ul { display: table;} /* Kundenaktualisierung */

textarea { height:60px; line-height: 21px; vertical-align: top; padding: 3px 5px 5px 5px; font-size: 13px; line-height: 17px; font-family: arial, verdana; }
input, select, textarea, .dk_toggle  {
    border: 1px solid #CCCCCC; color: #333; border-radius: 3px; -moz-border-radius: 3px; background:#f9f9f9;
    -webkit-box-shadow: inset 0px 0px 1px 1px #DDDDDD; -moz-box-shadow: inset 0px 0px 1px 1px #DDDDDD; box-shadow: inset 0px 0px 1px 1px #DDDDDD;
    font-family: arial, verdana; font-size: 13px;
}
input[type=checkbox], input[type=radio]  {
    -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;

}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border:0;padding:0;margin:0;}
.become-input { cursor: pointer; position: relative; }
/* slider allgemein */
input[type='range'] { -webkit-box-shadow: none; -webkit-appearance: none !important; height:1px; background:#666666; border: 0px none; }
input[type='range']::-webkit-slider-thumb { -webkit-appearance: none !important; height:100px; width:50px; background: url('/assets/static/slider-button.png') -25px -2px no-repeat; border: 1px solid transparent; cursor: pointer; margin: 0px 0px 0px 0px }
.price-container .slider, .price-container .slider1,
.price-container .slider2 { clear: both; float: left; height: 30px; }
.price-container .slider > input[type='range'], .price-container .slider1 > input[type='range'],
.price-container .slider2 > input[type='range'] { width: 225px; float: left; margin: 13px 0px 10px 0px; }
.price-container .slider .ui-slider-range-min, .price-container .slider1 .ui-slider-range-min,
.price-container .slider2 .ui-slider-range-min { border: 1px solid #999999; }

.styled-select {
    display: block; overflow: hidden; height:25px; line-height: 19px; vertical-align: top; padding: 2px 5px 2px 5px;
    background: #f9f9f9 url('/assets/static/select-button.png') no-repeat right;
    border: 1px solid #CCCCCC; color: #333; border-radius: 3px; -moz-border-radius: 3px;
    -webkit-box-shadow: inset 0px 0px 1px 1px #DDDDDD; -moz-box-shadow: inset 0px 0px 1px 1px #DDDDDD; box-shadow: inset 0px 0px 1px 1px #DDDDDD;
    font-family: arial, verdana; font-size: 13px; -webkit-appearance: none;
}
/* einfacher slider */
.container.euro { height: 70px; }
.price-container .euro-min { clear: both; float: left; }
.price-container .euro { float: left; margin-left: 60px; }
.price-container.shop .euro { font-weight: bold; }
.price-container .euro-max { float: right; }

/* doppelter slider */
.container.points { position: relative; height: 70px; }
.container.points .price-container  { position: absolute; width: 235px; height: 70px; }
.price-container .slider1 { position: absolute!important; top: 32px!important; left: 0px; width: 50%; height:32px; overflow: hidden; }
.price-container .slider2 { position: absolute!important; top: 32px!important; right: 0px; width: 50%; height:32px; overflow: hidden; }
.price-container .slider2 input[type='range'] { position: absolute!important; right: 0px; }
.price-container .points-min { position: absolute; top: 64px; left: 0px; }
.price-container .points-max { position: absolute; top: 64px; right: 0px; }
.price-container .slider1 input[type='range']::-webkit-slider-thumb:hover { /*border: 1px solid #FF0000;*/ }
.price-container .slider2 input[type='range']::-webkit-slider-thumb:hover { /*border: 1px solid #FF0000;*/ }

/* wichtig: zum schluss */
.price-container .ui-slider { width: 235px; position: relative; height: 2px; margin: 15px 0px 15px 0px; border: 0px none; background: #999999; }
.price-container .ui-slider-handle  { z-index: 10; position: absolute; margin: 0px 0px 0px -7px; top: -6px; width: 14px; height: 14px; border: 0px none!important; background: url('/assets/static/sprite_icon2.png') -200px -11px no-repeat!important; }

.checkbox, input[type='checkbox'] { padding: 0px 0px 0px 0px; margin: 0px 5px 0px 0px; width: 18px; border: 0px none; outline:none; }
.input-bg { display: inline-block; vertical-align: top; background: #FFFFFF!important; width: 18px; height: 19px; margin: 0px 5px 0px 0px; }
.clear { clear: both; }


/*
input[type="checkbox"]:not(:checked), input[type="checkbox"]:checked { width : 2.5em; height : 1.4em; border : rgba(0, 0, 0, 0.3) solid 1px; border-radius : 999px; background : radial-gradient(#e5e5e5, silver 60%, #888 62%, transparent 70%) center left no-repeat, linear-gradient(#555, #777) gray; background-size : 1.25em 1.25em, auto; box-shadow : 0 1px 1px hsla(0, 0%, 100%, 0.8); transition : background-position 0.4s; }
input[type="checkbox"]:active, input[type="checkbox"]:focus { background-image : radial-gradient(#ccc, #aaa 60%, #777 62%, transparent 70%), linear-gradient(#555, #777); }
input[type="checkbox"]:checked { background-position : right; }
*/
input[type=checkbox].styled-checkbox {
    display: inline-block; position: relative; margin: 0px 10px 0px 0px; padding: 0; width: 1em; height: 1em; font-size: 16px; line-height: 1em;
    vertical-align: text-top; border: 1px solid #CCCCCC; background: -webkit-linear-gradient( top, rgba(255,255,255,0.4), rgba(255,255,255,0.1) );
    -webkit-appearance: none; -webkit-border-radius: 1px;
    -webkit-box-shadow: inset 0px 0px 1px 1px #DDDDDD; -moz-box-shadow: inset 0px 0px 1px 1px #DDDDDD; box-shadow: inset 0px 0px 1px 1px #DDDDDD;
}

input[type=checkbox].styled-checkbox:active { background: -webkit-linear-gradient( top, rgba(255,255,255,0.05), rgba(255,255,255,0.2) ); }

input[type=checkbox].styled-checkbox:checked::after {
    position: absolute; content: ''; left: 15%; top: -5%; height: 40%; width: 90%; border-bottom: 2px solid #333333; border-left: 2px solid #333333;
    /*-webkit-box-shadow: -1px 1px 0 rgba(0,0,0,0.8);*/ -webkit-transform: rotate(-45deg);
}

#loading { display: none; clear: both; width: 756px; }
#top-anchor { position: fixed; right: -40px; top: 50%; z-index: 1000; padding: 0px 0px 0px 0px; filter: alpha(opacity=40); opacity: .4; -webkit-transition: right .3s; transition: right .3s; }
#top-anchor.show { right: 0; }
#cancel { display: none; position: fixed; right: 0px; top: 50%; z-index: 1000; padding: 0px 0px 0px 0px; /*filter: alpha(opacity=40); opacity: .4;*/ }
#ok { display: none; position: fixed; right: 0px; top: 50%; z-index: 1000; padding: 0px 0px 0px 0px; /*filter: alpha(opacity=40); opacity: .4;*/ }
#top-anchor:hover { filter: alpha(opacity=100); opacity: 1.0; }
.loading { height: 80px; padding: 30px 0px 0px 0px; text-align: center; }
.loading span { display: inline-block; vertical-align: top; padding: 20px 0px 0px 20px; font-family: arial; font-weight: bold; }
.noscript { position: absolute; background: #FFFFFF; top: 10px; left: -1px; width: 100%; border: 1px solid #990000; padding: 20px 0px 20px 0px; z-index: 100000000; }
.noscript div { padding: 0px 20px 0px 20px; color: #990000; }

/**************************************************************************************************************************/
/* Schatten */
/**************************************************************************************************************************/

/*section { background: url('/assets/static/headline_verlauf4.png') 0px 20px no-repeat; }*/

input.error, select.error, textarea.error, .dk_toggle.error {
    -webkit-box-shadow: inset 0px 0px 1px 1px #AF0000; -moz-box-shadow: inset 0px 0px 1px 1px #AF0000; box-shadow: inset 0px 0px 1px 1px #AF0000;
    border: 1px solid #AF0000;
}
input[type="checkbox"].error, input[type="radio"].error {
    -webkit-box-shadow: inset 0px 0px 1px 3px #AF0000; -moz-box-shadow: inset 0px 0px 1px 3px #AF0000 !important; box-shadow:  0px 0px 0px 2px #AF0000 !important;
    outline: 1px solid #AF0000 !important; /* IE8 */
}
input[type="checkbox"].error {
    width: 15px;
    height: 15px;
}
p.error { color: #AF0000; }
.errors, .login-errors { display: none; color: #AF0000; padding-bottom: 10px; border-radius: 3px; -moz-border-radius: 3px; }
.login .errors, .login .login-errors { box-shadow: 0 1px 3px #AF0000; -moz-box-shadow: 0 1px 3px #AF0000; -webkit-box-shadow: 0 1px 3px #AF0000; }
.success { display: none; color: #00AF00; padding-bottom: 10px; }
input.ok, select.ok, textarea.ok, .dk_toggle.ok {
    -webkit-box-shadow: inset 0px 0px 1px 1px #00AF00 !important;
    -moz-box-shadow: inset 0px 0px 1px 1px #00AF00 !important;
    box-shadow: inset 0px 0px 1px 1px #00AF00 !important;
    border: 1px solid #00AF00 !important;
}

.footerboard { box-shadow: 0 1px 7px #666666; -moz-box-shadow: 0 1px 7px #666666; -webkit-box-shadow: 0 1px 7px #666666; }
header .account { box-shadow: 0 1px 2px #999999; -moz-box-shadow: 0 1px 2px #999999; -webkit-box-shadow: 0 1px 2px #999999; border:1px solid #ddd; }
header .account nav.info section { box-shadow: 0 1px 2px #999999; -moz-box-shadow: 0 1px 2px #999999; -webkit-box-shadow: 0 1px 2px #999999; }


header .account button,
header .account nav.info li {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fefefe 0%, #DDDDDD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#DDDDDD));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#DDDDDD 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#DDDDDD 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#DDDDDD 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#DDDDDD 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#DDDDDD',GradientType=0 );*/
}
header .account nav.info li.active, header .account nav.info li:hover {
    background: #DDDDDD;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #DDDDDD 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(100%,#fefefe));
    background: -webkit-linear-gradient(top,  #DDDDDD 0%,#fefefe 100%);
    background: -o-linear-gradient(top,  #DDDDDD 0%,#fefefe 100%);
    background: -ms-linear-gradient(top,  #DDDDDD 0%,#fefefe 100%);
    background: linear-gradient(to bottom,  #DDDDDD 0%,#fefefe 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#fefefe',GradientType=0 );*/
}
header .account nav.info li.inactive:hover {
    background: #fefefe;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top,  #fefefe 0%, #DDDDDD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#DDDDDD));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#DDDDDD 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#DDDDDD 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#DDDDDD 100%);
    background: linear-gradient(to bottom,  #fefefe 0%,#DDDDDD 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#DDDDDD',GradientType=0 );*/
}


header nav.main span.drop-down { box-shadow: 0 1px 7px #000000; -moz-box-shadow: 0 1px 7px #000000; -webkit-box-shadow: 0 1px 7px #000000; }

header .box-search-results {
    -moz-box-shadow:0px 0px 7px rgba(0,0,0,0.6); -webkit-box-shadow:0px 0px 7px rgba(0,0,0,0.6); box-shadow:0px 0px 7px rgba(0,0,0,0.6);
}

section .box.teaser, #partnerSearchResults {
    box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF;
    border:1px solid #ddd;
}
section .box.online-partner {
    box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF;
    border:1px solid #ddd;
}
section .box.online-partner:hover  {
    box-shadow: 0 1px 7px #666666; -moz-box-shadow: 0 1px 7px #666666; -webkit-box-shadow: 0 1px 7px #666666;
    border:1px solid #bbb;
}
section .box .foreground {
    box-shadow: 0 1px 2px #AFAFAF; -moz-box-shadow: 0 1px 2px #AFAFAF; -webkit-box-shadow: 0 1px 2px #AFAFAF;
    border:1px solid #ddd;
}
section .box:hover .foreground {
    box-shadow: 0 1px 2px #666666; -moz-box-shadow: 0 1px 2px #666666; -webkit-box-shadow: 0 1px 2px #666666;
    border:1px solid #bbb;
}
section .box .background {
    box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF;
    border:1px solid #ddd;
}
section .box:hover .background {
    box-shadow: 0 1px 7px #666666; -moz-box-shadow: 0 1px 7px #666666; -webkit-box-shadow: 0 1px 7px #666666;
    border:1px solid #bbb;
}
section .box.larger .background {
    box-shadow: 0 1px 64px #111111; -moz-box-shadow: 0 1px 64px #111111; -webkit-box-shadow: 0 1px 64px #111111;
    border:1px solid #ddd;
}

.bonus-row article .container .inner, .shop article {
    box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF;
    border:1px solid #ddd;
}

.slides article.campaigns .foreground li img, .slides article.additional .foreground li img, #mapContainer, section .box .bar {
    box-shadow: 0 1px 2px #666666; -moz-box-shadow: 0 1px 2px #666666; -webkit-box-shadow: 0 1px 2px #666666;
    border: 0px none;
}


section.bonus-area .box:hover .background  {
    box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF;
    border:1px solid #ddd;
}
section.bonus-area .box:hover .foreground, section.sign-up .box:hover .foreground   {
    box-shadow: 0 1px 2px #AFAFAF; -moz-box-shadow: 0 1px 2px #AFAFAF; -webkit-box-shadow: 0 1px 2px #AFAFAF;
    border:1px solid #ddd;
}
section.bonus-area .box .foreground:hover, .shop article:hover, section.bonus .bonus-left .thumb-row a:hover img   {
    box-shadow: 0 1px 7px #666666; -moz-box-shadow: 0 1px 7px #666666; -webkit-box-shadow: 0 1px 7px #666666;
    border:1px solid #bbb;
}

section.search-results header > ul.tabs, section.sign-up header ul.tabs, section.order header ul.tabs {
    box-shadow: 0 1px 2px #AFAFAF; -moz-box-shadow: 0 1px 2px #AFAFAF; -webkit-box-shadow: 0 1px 2px #AFAFAF;
    border:0px none;
}
section.search-results .box .background, section.search-results .box:hover .background  {
    box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF;
    border:1px solid #ddd;
}
section.sign-up.steps .foreground .theme-item:hover {
    box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF;
}
section.sign-up.steps .foreground .theme-item.empty:hover, section.sign-up.steps .foreground .theme-item.active:hover {
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
}



/**************************************************************************************************************************/
/* Icons */
/**************************************************************************************************************************/



.sprite-icons { background: url('/assets/static/sprite_icon2.png') no-repeat; display:block; text-indent: -9000px; }
.sprite-gradients { background: url('/assets/static/sprite_h_verlauf.png') repeat-x; }
.sprite-nav  { background: url('/assets/static/sprite_h_verlauf2.png') repeat-x; }



.shadow { width:1058px; height: 55px; position: relative; left: -27px; background:transparent url(/assets/static/promotionboard_verlauf_4.png) no-repeat; }
/*.shadow { width:100%; position: relative; }*/
.center { margin: 0px auto; }

.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
.button { -webkit-border-fit:lines; } /* Safari & Google Chrome Fix */
.button { overflow:hidden; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
.button span { height:27px; float:left; background:transparent url(/assets/static/button_arrow_right.png) 0px -1px no-repeat; padding:0 0 0 10px; font-size: 13px; line-height: 21px; font-weight: bold; font-family: arial; text-align:center; white-space:nowrap; color:#FFFFFF; }
.button span span { max-width: 400px; overflow: hidden; }

.button.button-white-border span { background:transparent url(/assets/static/button_white_border.png) 0px -1px no-repeat; padding: 0px 0px 0px 10px; }

.button.watch span { background:transparent url(/assets/static/button_merken.png) 0px -1px no-repeat; padding: 0px 0px 0px 29px; color:#68266d; }

.button.watch-coupon span { background:transparent url(/assets/static/button_merken_coupon.png) 0px -1px no-repeat; padding: 0px 0px 0px 33px; color:#68266d; }
.button.watch-coupon.inactive span { background:transparent url(/assets/static/button_merken_coupon.png) 0px -91px no-repeat; padding: 0px 0px 0px 33px; }

.button.activate-coupon span { background:transparent url(/assets/static/button2_merken_coupon_lila.png) 0px -1px no-repeat; padding: 0px 0px 0px 33px; color:#FFFFFF; }
.button.activate-coupon.inactive span { background:transparent url(/assets/static/button2_merken_coupon_lila.png) 0px -91px no-repeat; padding: 0px 0px 0px 33px; }



section .bar { position: relative; width: 100%; padding: 11px 3px 10px 3px; left: -3px; clear: both; }
section .bar { background: url('/assets/static/balken_grau.png') repeat-x; border-top: 1px solid #DDDDDD; }
section .bar.logged-in { background: url('/assets/static/balken.png') repeat-x; border-top: 0px none; }

section.left-navi nav.navigation li { background: url('/assets/static/arrow-right.png') 0px 4px no-repeat; }
section.left-navi nav.navigation li li  { background: url('/assets/static/arrow-right.png') 14px 4px no-repeat; }

div.rating-cancel, div.rating-cancel a { background: none; }
div.star-rating, div.star-rating a { background:url('/assets/static/sprite_icon2.png') no-repeat 0 0px; }

/** media queries */
/* background: url vorher, wird ggf. hier überschrieben */
/* background-position nachher, ausser es ist in url enthalten */
@media all and (-webkit-min-device-pixel-ratio: 1.5) {

    .site-logo.sprite-icons { background-position: 3px -295px; }
   	.mobile-left .site-logo-mobile.sprite-icons { background-position: 0px -370px; }

   	.price-container .ui-slider-handle  { background: url('../assets/static/retina/sprite_icon2@2x.png') -200px -11px no-repeat!important; background-size: 217px 458px; }
   	.sprite-icons { background: url('../assets/static/retina/sprite_icon2@2x.png') no-repeat 0px 0px; background-size: 217px 458px; }
   	div.star-rating, div.star-rating a { background:url('../assets/static/retina/sprite_icon2@2x.png') no-repeat 0px 0px; background-size: 217px 458px; }

    /*.button span { background:transparent url('/assets/static/retina/button_arrow_right@2x.png') 0px -1px no-repeat; background-size: 464px 117px; }*/
    .button span { background:transparent url('/assets/static/retina/button_arrow_right@2x.png') 0px -1px no-repeat; background-size: 800px 117px; }
    .button.button-white-border span { background:transparent url('/assets/static/retina/button_white_border@2x.png') 0px -1px no-repeat; background-size: 464px 117px; }
    .button.watch span { background:transparent url('/assets/static/retina/button_merken@2x.png') 0px -1px no-repeat; background-size: 482px 72px; }
    .button.watch-coupon span { background:transparent url('/assets/static/retina/button_merken_coupon@2x.png') 0px -1px no-repeat; background-size: 482px 72px; }
    .button.watch-coupon.inactive span { background:transparent url('/assets/static/retina/button_merken_coupon@2x.png') 0px -91px no-repeat; background-size: 482px 72px; }
    .button.activate-coupon span { background:transparent url('/assets/static/retina/button2_merken_coupon_lila@2x.png') 0px -1px no-repeat; background-size: 634px 117px; }
    .button.activate-coupon.inactive span { background:transparent url('/assets/static/retina/button2_merken_coupon_lila@2x.png') 0px -91px no-repeat; background-size: 634px 117px; }

    section.campaigns .box.campaign .info-button,
    section.campaigns .box.coupon .info-button { background: url('/assets/static/retina/sprite_icon2@2x.png') 0 -395px no-repeat !important; background-size: 190px 420px !important; }

    section.left-navi nav.navigation li { background: url('/assets/static/arrow-right.png') 0px 4px no-repeat; }
    section.left-navi nav.navigation li li  { background: url('/assets/static/arrow-right.png') 14px 4px no-repeat; }

    /*section.shop article .flag.new,
    section.shop article .flag.sale,
    section.campaigns .box.campaign.watching .background span.banderole,
    section.campaigns .box.coupon.activated .background span.banderole,
    section.campaigns .box.coupon.redeemed .background span.banderole {
        background-image: url('../images/static/retina/sprite_banderole@2x.png') !important;
        background-repeat: no-repeat !important;
        background-size: 150px 233px !important; }
    }
    section.shop article .flag.new {
        background-position: -53px -90px !important;
    }
    section.shop article .flag.sale {
        background-position: 0 -91px !important;
    }*/
}
.button span span { background-position: 100% -1px; padding:2px 25px 0px 0px; }
.button:hover span { background-position: 0 -46px; }
.button:hover span span { background-position: 100% -46px; }

.button.button-white-border span span { background-position: 100% -1px; padding: 2px 25px 0px 0px; }
.button.button-white-border:hover span { background-position: 0 -46px; }
.button.button-white-border:hover span span { background-position: 100% -46px; }

.button.inactive { cursor:default; }
.button.inactive span { background-position: 0px -91px; padding: 0px 0px 0px 10px; }
.button.inactive span span { background-position: 100% -91px; padding: 2px 25px 0px 0px; }

.button.watch span span { background-position: 100% -1px; padding: 2px 25px 0px 0px; }
.button.watch:hover span { background-position: 0 -46px; }
.button.watch:hover span span { background-position: 100% -46px; }

.button.watch-coupon span span { background-position: 100% -1px; padding: 2px 25px 0px 0px; }
.button.watch-coupon:hover span { background-position: 0 -46px; }
.button.watch-coupon:hover span span { background-position: 100% -46px; }
.button.watch-coupon.inactive { cursor:default; }
.button.watch-coupon.inactive span span { background-position: 100% -91px; padding: 2px 25px 0px 0px; }

.button.activate-coupon span span { background-position: 100% -1px; padding: 2px 25px 0px 0px; }
.button.activate-coupon:hover span { background-position: 0 -46px; }
.button.activate-coupon:hover span span { background-position: 100% -46px; }
.button.activate-coupon.inactive { cursor:default; }
.button.activate-coupon.inactive span span { background-position: 100% -91px; padding: 2px 25px 0px 0px; }

.arrow { background-position: -157px -78px; float:right; width: 12px; height:15px; }
.arrow-white { background-position: -157px -78px; float:right; width: 15px; height:15px; }
.arrow-white-small { background-position: -163px -93px; width: 9px; height:15px; }
a:hover .arrow-white-small { background-position: -177px -93px; }
.arrow-small { background-position: -177px -93px; float:right; width: 9px; height:10px; }
.arrow { background-position: -172px -78px; }
.arrow-down { background-position: -181px -238px; width: 15px; height:11px; }
.arrow-back { background-position: -205px -235px; float:left; width: 12px; height:15px; }
.arrow-down-black { background-position: -186px -55px; width: 14px; height:11px; }
.arrow-up-black { background-position: -200px -55px; width: 14px; height:11px; }
a.link, button { line-height:130%; padding:0 20px; border:1px solid #5a135a; -webkit-border-radius: 4px; border-radius: 3px; color: #fefefe; font-size:13px; vertical-align: top; font-weight: bold; font-family: arial;}
a.link { color:#fff; padding-top:2px; padding-bottom: 2px; padding-left: 5px; padding-right: 10px; display:inline-block; }
a.link .arrow-white { display:inline-block; float:none; vertical-align: middle; }


a > .arrow, button > .arrow { position: relative; top: 3px; float: none; display:inline-block; background-position: -188px -79px; }
a > .arrow-back, button > .arrow-back { position: relative; top: 3px; float: none; display:inline-block; background-position: -205px -235px; }
.arrow-down-black, .arrow-up-black { position: relative; top: 3px; float: none; display:inline-block; }
.icon-bag { background-position: -47px -85px; }
.icon-tag { background-position: -47px -85px; }
.icon-question { background-position: -138px -75px; width: 20px; height: 20px; }
.icon-audio { background-position: -138px -75px; width: 20px; height: 20px; }
.icon-reload { background-position: -191px -259px; width: 20px; height: 20px; }
.thumb-up { background-position: -33px -261px; width: 15px; height: 17px; }
.thumb-up-hi { background-position: -33px -241px; width: 15px; height: 17px; }
.thumb-down-hi { background-position: -61px -241px; width: 15px; height: 17px; }

.btn-remove { background-position: -182px 4px; height:15px; width:12px; }
.btn-remove-from-card { background-position: -36px -283px; height:15px; width:12px; }
.btn-select { background-position: -30px -208px; height:25px; width:27px; position: absolute; right:-1px; top:-1px; } /* dropkick */
.btn-close { background-position: -93px -211px; height: 15px; width: 15px; }

.more .button.center, .info .button.center { float:left; padding-left: 11px; }	/* in rollover (products) */

/**************************************************************************************************************************/
/* Allgemeiner Aufbau */
/**************************************************************************************************************************/

.cutter {  min-height: 100%; /*overflow: hidden; <= siehe javascript */ }
.cut-horizontal { overflow-x: hidden; }
.wrapper { width:1012px; margin: 0 auto; position: relative; }
.wrapper-main { width:1012px; }
.coupon-preview-page .wrapper-main { width: auto; }
.mobile-hidden { display: none!important; }

.site-logo { width:220px; height:74px; background-position: 3px -304px; position: absolute; top:33px; left:2px; }
.right { float: right; }
.show-all { font-family: arial; font-weight: bold; }

nav ul { list-style: none; }

.asterisk { position: relative; }
.asterisk:before { content: "*"; position: absolute; left: -11px; }

.smallprint { font-size: 11px; line-height: 15px; }

.wrapper-main > .main { width:1004px; margin-left: 4px; color: #333333; /*background: #FFCCCC;*/ float: left; }
.wrapper-main > .main p { margin-bottom: 10px; }
.wrapper-main > .main ul { margin-bottom: 10px; }
.wrapper-main > .main li { margin: 5px 0px 5px 15px; }
.wrapper-main > .main h2.sub-headline,
.wrapper-main > .main h3 { font-size: 16px; line-height: 20px; font-family: arial; font-weight: bold; color: #444444; margin-bottom: 10px; }
.wrapper-main > .main h4 { font-size: 14px; line-height: 18px; font-family: arial; font-weight: bold; color: #444444; }
.wrapper-main > .main h1,
.wrapper-main > .main h2 { font-size: 19px; line-height: 24px; font-weight: bold; }
.wrapper-main.landing-page > .main h1,
.wrapper-main.landing-page > .main h2 { float: left; }
.wrapper-main > .main .bar h3, .bar span { font-size: 14px; line-height: 14px; font-family: arial; font-weight: bold; }

/*.wrapper-main > .main > .shadow { position: relative; top: -20px; }*/
.content-container  a.link-extern { float: left; display: block; font-family: arial; font-weight: bold; margin: 10px 10px 10px 0px; }
.content-container  button.link-extern { float: left; display: block; font-family: arial; font-weight: bold; margin: 10px 10px 10px 0px; }
.overlay .hint-mandatory { position: absolute; bottom: 10px; right: 0px; }

section { clear:both; }
section { }
section > header { position: relative; clear: both; /*background: #FFFF00;*/ }
section > header h1,
section > header h2 { position: relative; display: block; bottom: 10px; color: #444444; padding: 40px 0px 0px 0px; }
section > header h4 { position: relative; display: block; bottom: 0px; color: #444444; padding: 40px 0px 10px 0px; }
section > header h1 > span, section > header h1 > a > span,
section > header h2 > span, section > header h2 > a > span { color: #646566; font-weight: normal; }
section > header .show-all{ position: absolute; bottom: 11px; right: 0px; float:right; }
.landing-page section > header .show-all{ position: relative; top: 33px; right: 0px; float:right; margin-bottom: 15px; }
section > header .select-box { position: absolute; bottom: 11px; right: 0px; float:right; }
section > header .select-box .styled-select { width: 240px; }
section > article { position: relative; }

section > header .abc { position: absolute; bottom: 11px; right: 0px; float:right; }
section > header .abc input[type="submit"] { height:25px; text-transform: uppercase; font-family: arial, verdana; font-weight: normal; font-size: 16px; color: #541d55; border: 0px none; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; background: none; cursor: pointer; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -webkit-border-radius: 0px; border-radius: 0px; }

section > header .abc input[type="submit"]:hover { color: #541d55; }
section > header .abc input[type="submit"].active { color: #541d55; text-decoration: underline; }
section > header .abc span { display: inline-block; padding: 0px 0px 0px 0px; width: 2px; }


section hr { height: 0px; width: 100%; margin-bottom: 10px; border-bottom: 1px solid #FFFFFF; border-top: 1px solid #CCCCCC; }
section > header { /*background: #FFFF00;*/ min-height: 60px; }
section > header:after { content: ""; clear: both; display: table; }

div.content-container  { clear: both; }
div.content-container a.button  { display: block; float: left; margin-bottom: 20px; }

section > img.right, section > span.content-container > img.right { float: right; margin: 4px 0px 30px 30px; }
section > img.left, section > span.content-container > img.left { float: left; margin: 4px 30px 30px 0px; }
section > img.full, section > span.content-container > img.full { width: 100%; margin: 4px 0px 20px 0px; }
section > div.content-container  { clear: none; width: 500px; }
span > div.content-container  { clear: none; }


section > span.content-container  { display: inline-block; clear: both; width: 100%; }
section > span.content-container > div.content-container  { float: left; width: 748px; }

section > .section-content-container > img.right, section > .section-content-container > span.content-container > img.right { float: right; margin: 4px 0px 30px 30px; }
section > .section-content-container > img.left, section > .section-content-container > span.content-container > img.left { float: left; margin: 4px 30px 30px 0px; }
section > .section-content-container > img.full, section > .section-content-container > span.content-container > img.full { width: 100%; margin: 4px 0px 20px 0px; }
section > .section-content-container > div.content-container  { width: 500px; }
section > .section-content-container > span.content-container  { display: inline-block; clear: both; width: 100%; }
section > .section-content-container > span.content-container > div.content-container  { float: left; width: 748px; }


/* Linke Navigation */
section.left-navi { float: left; margin: 0px 20px 20px 0px; }
section.left-navi nav.navigation { float: left; margin: 0px 0px 0px 0px; font-size: 16px; line-height: 20px; }
section.left-navi nav.navigation > ul { display: block; margin: 0px 0px 0px 0px; }
section.left-navi nav.navigation li { display: block; margin: 0px 0px 6px 0px; }
section.left-navi nav.navigation li a { display: block; width: 100%; height: 100%; padding: 0px 0px 0px 14px; color: #444444; }
section.left-navi nav.navigation li > a { padding: 0px 0px 0px 14px; }
section.left-navi nav.navigation li ul  { margin: 5px 0px 0px 0px; }
section.left-navi nav.navigation li li  {  }
section.left-navi nav.navigation li li > a { padding: 0px 0px 0px 28px; }
section.left-navi nav.navigation li.active > a { color: #541d55; font-weight: bold; }
section.left-navi nav.navigation li a:hover { color: #541d55; }
#dk_container_navi-selector .dk_toggle { width: 482px!important; }
#dk_container_navi-selector { width: 492px; }
.navi-selector { width: 482px; }
.styled-select { width: 482px; }

section.left-navi .back-button { width: 236px; line-height: 24px; position: relative; display: block; bottom: 9px; padding: 40px 0px 0px 0px; font-weight: bold; font-family: arial; font-size: 14px; }

section.left-navi h3 { width: 236px; float: left; margin: 0px 0px 10px 0px; }
section.left-navi .container { clear: both; position: relative; width: 236px; float: left; margin: 10px 0px 10px 0px; }
section.left-navi .container.points { margin-top: 20px; }
section.left-navi .container.euro { margin-top: 20px; }
section.left-navi .container.specials { margin-top: 34px; }
section.left-navi .container .select-all { position: absolute; right: 0px; top: 0px; font-family: arial; font-weight: bold; }
section.left-navi .container.points .select-all { z-index: 10; }
section.left-navi .container select { width: 226px; float: left; }
section.left-navi .container select.styled-select { width: 236px; float: left; }
section.left-navi .container input[type="text"] { width: 200px; margin: 0px 0px 0px 0px; }
section.left-navi .container label[for="filter-search"] { width: 200px; position: absolute; left: 0px; padding: 4px 5px 2px 5px; font-size: 13px; color: #333333; }
section.left-navi .container .button { position: absolute; right: 0px; }
section.left-navi .container .button span { padding-left: 3px; }
section.left-navi .container .button span span { padding-right: 21px; }

section.left-navi .checkboxes { float: left; margin: 0px 0px 0px 0px; font-size: 14px; line-height: 18px; }
section.left-navi .checkboxes li { display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 7px 0px; }
section.left-navi .checkboxes label {  }
section.left-navi .checkboxes .inactive label { color: #AAAAAA; }
section.left-navi .checkboxes .inactive input {  }
section.left-navi .selectbox { float: left; margin: 0px 0px 0px 0px; font-size: 14px; line-height: 18px; font-family: arial; }

section.left-navi .sub-checkbox { margin-left: 26px; }

section.left-navi .container.combined { width: 222px; margin: 10px 0px 10px 14px; }
section.left-navi .container.combined  .select-all { font-size: 12px; }


/* Contentbereich ohne linke Navigation */
section.default-full-width { float: left; clear: none; }
section.default-full-width .full-width-responsive { float: left; clear: both; width: 100%; margin: 20px 0px 0px 0px; overflow: hidden; }

/* Contentbereich ohne linke Navigation, halbe Breite */
section.default-half-width { float: left; clear: none; margin-right: 20px; }

/* Contentbereich + linke Navigation */
section.default-with-navi { float: right; clear: none; }

/* Contentbereich + rechter Block */
section.left-threequarter-width { float: left; clear: both; margin: 0px 0px 0px 0px; }
section.right-quarter-width { float: left; clear: none; margin: 0px 0px 0px 0px; }
.left-quarter-width { float: left; margin: 10px 20px 0px 0px; width: 236px; }
.right-threequarter-width { float: left; clear: none; margin: 10px 0px 0px 0px; width: 748px; }

.container-left { float:left; width: 50%; }
.container-right { float:left; width: 50%; }
.container-full { float:left; width: 100%; }
section.left-threequarter-width .container-quarter { float:left; width: 33.5%; }
section.left-threequarter-width .container-half { float:left; width: 66.5%; }
section.overlay > .container-left { float:left; width: 354px; }
section.overlay > .container-right { float:right; width: 354px; }


/* responsive Grunddaten ******************************************** */
img.responsive { display: none; }
section.left-navi { width: 236px; }
section.default-with-navi { width: 748px; }
section.default-full-width { width: 1004px; }
section.default-half-width { width: 492px; }
section.left-threequarter-width { width: 768px; }
section.right-quarter-width { width: 236px; }
section .box-full { width: 1004px; }
section.default-with-navi .box-full { width: 748px; }
section.default-half-width .box-full { width: 492px; }
section .box-half { width: 492px; }
section.default-with-navi .box-half { width: 364px; }
section .box-quarter { width: 236px; }
/* ****************************************************************** */

/* Box - allgemein (ohne border) */
section .box { position: relative; float:left; margin: 10px 0px 10px 0px; padding: 0px 0px 0px 0px; }
section .box-teaser { min-width: 100%; }
section .box-half { /*background: #FFDDDD;*/ }

section .box .foreground { position: relative; z-index: 9; float:left; background: #FFFFFF; }
section .box .foreground.inverted { background: #651e64; color: #fff; }
section .box .foreground.inverted * { color: #fff; }
section .box .foreground .form-group { margin-top: 10px; }
section .box .foreground .logocontainer { height: 100%; position:relative; text-align: center; padding: 0px 0px 0px 0px; }
section .box .foreground .logocontainer div { display: inline; } /* vertikale mittige bildpositionierung*/
section .box .foreground .logocontainer img { vertical-align: middle; }
section .box .background { position: relative; left: 0px; top: 0px; z-index: 8; height: 100%; float:left; background: #f5f5f5; }
section .box-teaser .foreground { margin-top: 0; }
section .box-teaser .foreground .overlay-promotionboard { height: 144px; }

section .box .captcha-left { float:left; width: 492px; min-height: 140px; }
section .box .captcha-right { position: relative; left: 14px; float:left; background: #FFFFFF; width: 228px; height: 118px; margin: 20px 0px 0px 0px; padding: 0px 0px 7px 0px; }
section .box .captcha-right #recaptcha_image { float:left; width: 178px; height: 57px; padding: 3px 0px 3px 0px; border: 1px solid #DDDDDD;  }
section .box .captcha-right #recaptcha_widget { float:left; width: 100%; height: 63px; margin: 12px 0px 0px 12px;}
section .box .captcha-right .control { position: absolute; top: 10px; right: 13px; }
section .box .captcha-right .control > a, section .box .captcha-right .control > span { display: block; width: 20px; height: 20px; margin: 0px 0px 4px 0px; }
section .box .captcha-right #recaptcha_response_field { float:left; width: 195px; margin: 12px 0px 12px 0px; }
section .box .captcha-right label[for=recaptcha_response_field] { position: absolute; top: 93px; left: 15px; margin: 0px 0px 0px 0px!important; padding: 0px 0px 0px 0px!important; }

.section-content-container { margin: 0px 0px 10px 0; float: left; width: 105%; }
.section-content-container .box.box-half { margin-right: 20px; }
.section-content-container .box.box-quarter { margin-right: 20px; }

.flag  { padding: 6px 0px 0px 0px; font-size: 13px; line-height: 15px; font-family: arial; font-weight: bold; color: #FFFFFF; text-align: center; text-shadow: rgba(100,100,100,1.0) 0 -1px; }
.flag span { display: block; clear: both; font-size: 10px; line-height: 10px; color: #FFFFFF; }
section .box .flag { position: absolute; left: 410px; top: -5px; width: 92px; height: 35px; z-index: 10; background: url('/assets/static/fahne_o.png') no-repeat; }
section .box-full .flag { left: 406px; top: -5px; }
section .box-half .flag { left: 262px; top: -5px; }


/* Teaser */
section.default-half-width.deep-link { width: 492px; }
section.default-half-width.deep-link .box-full { width: 492px; }
section .box.teaser { background: #FFFFFF; }
section .box.teaser  { height: 137px; }
section .box.teaser.higher  { height: 292px; }

section .box .box-left { float: left; padding: 0px 0px 0px 12px; font-size: 14px; line-height: 18px; }
section .box .box-left .teaser { position: absolute; bottom: 10px; overflow: hidden; padding: 0px 0px 0px 0px; font-size: 14px; line-height: 18px; }
section.default-with-navi .box .box-left .teaser .textcontainer { max-height: 110px; overflow: hidden; }
section .box .box-left .teaser.teaser-top { bottom: auto; top: 10px; }
section .box .box-left .teaser h4 {  }
section .box .box-left .teaser.teaser-top  h4 > a { /*font-size: 16px;*/ display: inline-block; padding: 5px 0px 5px 0px; }
section .box .box-left .teaser-text { display: inline; }
section .box .box-left .teaser a { white-space: nowrap; font-family: arial; font-weight: bold; }
section .box .box-right { float: right; }
section .box .box-right img { position: absolute; right: -3px; top: -4px;
    box-shadow: 0 3px 7px #666666; -moz-box-shadow: 0 3px 7px #666666; -webkit-box-shadow: 0 3px 7px #666666;
}
section .box .box-right a { display: block; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; height: 144px; }

section.default-with-navi .box .box-left .teaser { width: 480px; }
section.default-with-navi .box .box-right { width: 245px; }
section.default-half-width .box .box-left .teaser { width: 224px; }
section.default-half-width .box .box-right { width: 245px; }

section.default-full-width .box.box-half.teaser .box-left .teaser { width: 224px; }


/* Onlinepartner abgeleitet von Teaser */
section .box.online-partner { background: #FFFFFF; }
section .box-half.online-partner { width: 362px; }
section.default-with-navi .box.online-partner .box-left .teaser .logocontainer { margin-bottom: 10px; }
section.default-with-navi .box.online-partner .box-left .teaser .logocontainer img { /*max-height: 50px; max-width: 120px;*/ /*padding-top: 20px;*/ }
section.default-with-navi .box.online-partner { height: 135px; }
section.default-with-navi .box-half.online-partner .box-left { width: 372px; padding: 0px 0px 0px 12px; }
section.default-with-navi .box-half.online-partner .box-left .teaser { width: 340px; }
section.default-with-navi .box.online-partner .box-left .teaser .textcontainer {  }
section.default-with-navi .box.online-partner .box-left .teaser .textcontainer .teaser-text { display: block; max-height: 20px; overflow: hidden; }
section.default-with-navi .box.online-partner .box-left .teaser .textcontainer p { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
/*section.default-with-navi .box.online-partner .box-left .teaser .textcontainer .show-details { float: right; }*/

section.campaigns.online-partner .box { height: 270px!important; }
section.campaigns.online-partner .background { height: 270px!important; }

/* Liste - Premiumpartner */
section .premiumpartner { height: 241px; cursor: pointer; }

section .premiumpartner .foreground { position: relative; left: -4px; width: 100%; height: 75px; padding: 0px 3px 0px 3px; }
section .premiumpartner .foreground .logocontainer div { line-height: 74px; } /* vertikale mittige bildpositionierung*/
section .premiumpartner .foreground .logocontainer img { max-height: 52px; max-width: 150px; }

section .premiumpartner .background  { position: absolute; }
section .premiumpartner .background .teaser { margin: 95px 10px 10px 10px; }
section .premiumpartner .background .teaser h2.sub-headline,
section .premiumpartner .background .teaser h3 { margin: 0px 0px 2px 0px; }
section .premiumpartner .background .teaser a { font-family: arial; font-weight: bold; position: absolute; bottom: 10px; }

/* Details - Premiumpartner */
section.details-premiumpartner {  }
section.details-premiumpartner header { /*margin-top: 40px;*/ }
section.details-premiumpartner  > header > h1,
section.details-premiumpartner  > header > h2 { display: inline-block; padding-top: 40px; }
section.details-premiumpartner  > header > .container-left { position: relative; padding-top: 40px; bottom: 7px; float: left; width: 33.5%; margin-right: 0px; text-align: left; }
section.details-premiumpartner  > header > .container-left a { display: block; font-family: arial; font-weight: bold; }

section.right-quarter-width article.campaigns h4 { display: block; float: left; padding: 1px 0px 0px 0px; font-size: 14px; line-height: 18px; font-weight: normal; color: #333333; }
section.right-quarter-width article.campaigns .show-all { display: block; float: right; }
section.right-quarter-width article.additional h4 { display: block; float: left; padding: 1px 0px 0px 0px; font-size: 14px; line-height: 18px; font-weight: normal; color: #333333; }
section.right-quarter-width article.additional .show-all { display: block; float: right; }
section.details-premiumpartner .container-quarter { padding: 13px 0px 0px 0px; }
section.details-premiumpartner .container-half { padding: 10px 0px 0px 0px; }
section.details-premiumpartner .container-quarter .logocontainer { text-align: center; }
section.details-premiumpartner .container-quarter .logocontainer img { /*max-height: 80px;*/ max-width: 180px; }
section.details-premiumpartner .container-quarter .logocontainer div { text-align: center; }
section.details-premiumpartner .container-half  .content-container { padding: 0px 20px 0px 0px; }

section.details-premiumpartner .box { width: 492px; margin-top: 15px; margin-bottom: 20px; }
section.details-premiumpartner .box .background { width: 492px; padding: 0px 0px 0px 0px; }
section.details-premiumpartner .box .text-container { padding: 10px 10px 10px 10px; }
section.details-premiumpartner .box .bar { background: url('/assets/static/balken.png') repeat-x; border-top: 0px none; }
section.details-premiumpartner .box h4 { font-size: 16px; line-height: 20px; font-family: arial; font-weight: bold; }
section.details-premiumpartner .box .bar h3 { display: block; padding: 0px 10px 0px 10px; margin: 0px 0px 0px 0px; color: #FFFFFF; }
section.details-premiumpartner .box .bar span.right { position: absolute; bottom: 10px; right: 12px; float:right; color: #FFFFFF; }
section.details-premiumpartner .box .background a.faq { display: inline-block; position: absolute; right: 10px; top: 10px; }


/* Vorteils-Aktionen */
section.campaigns .box { height: 331px;  z-index: 10; }
section.campaigns .box.larger  { z-index: 11; }

section.campaigns .box:hover  .foreground  { /*border: 0px none;*/ }
section.campaigns .box .foreground { position: relative; left: -5px; top: -1px; width: 244px; height: 144px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; /*border: 0px none;*/ }
section.campaigns .box.larger .foreground  { width: 284px; height: 168px; left: -6px; }
section.campaigns .box .foreground .image-container div { line-height: 144px; } /* vertikale mittige bildpositionierung*/
section.campaigns .box .foreground .image-container img { display: block; height: 144px; width: 244px; }
section.campaigns .box.larger .foreground .image-container img  { width: 284px; height: 168px; }

section.campaigns .box .background  { position: absolute; height: 331px; }
section.campaigns .box.larger .background  { width: 276px; height: 371px; left: -20px; top: -20px; border: 0px none; }
section.campaigns .box.largerIE .background  { padding: 97px; left: -117px; top: -117px; background: url('/assets/static/shadow_highlight.png') no-repeat; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
section.campaigns .box .background .teaser { padding: 154px 10px 10px 10px; }
section.campaigns .box.larger .background .teaser  { padding-top: 179px; }
section.campaigns .box .background .teaser h3 { margin: 0px 0px 2px 0px; font-size: 14px; line-height: 18px; }
section.campaigns .box .background .teaser a.show-all {  }
section.campaigns .box .background .teaser a.watch-coupon { display: block; font-weight: bold; position: absolute; right: 10px; bottom: 45px; }
section.campaigns .box.largerIE .background .teaser a.watch-coupon { right: 107px; bottom: 142px; }
section.campaigns .box .background .teaser a.activate-coupon { display: block; font-weight: bold; position: absolute; left: 10px; bottom: 10px; }
section.campaigns .box.largerIE .background .teaser a.activate-coupon { left: 107px; bottom: 107px; }
section.campaigns .box .background .teaser a.activate-coupon > span > span { width: 157px; }
section.campaigns .box.larger .background .teaser a.activate-coupon > span > span { width: 196px; }
section.campaigns .box .background .teaser a.link-extern { clear: both; position: absolute; bottom: 10px; }
section.campaigns .box.largerIE .background .teaser a.link-extern { bottom: 107px; }
section.campaigns .box.campaign .background .teaser a.link-extern > span > span { width: 181px; }
section.campaigns .box.campaign.larger .background .teaser a.link-extern > span > span { width: 221px; }
section.campaigns .box.campaign.watching .background .teaser a.link-extern > span > span { width: auto; }
section.campaigns .box.campaign.watching.larger .background .teaser a.link-extern > span > span { width: auto; }
section.campaigns .box.coupon .background .teaser a.link-extern > span > span { width: 181px; }
section.campaigns .box.campaign .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span,
section.campaigns .box.coupon .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span { width: 140px; }
section.campaigns .box.campaign.watching .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span,
section.campaigns .box.campaign.activated .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span,
section.campaigns .box.campaign.redeemed .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span,
section.campaigns .box.coupon.watching .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span,
section.campaigns .box.coupon.activated .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span,
section.campaigns .box.coupon.redeemed .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span { width: auto; }
section.campaigns .box.coupon.larger .background .teaser a.link-extern > span > span { width: 221px; }
section.campaigns .box.coupon.watching .background .teaser a.link-extern > span > span { width: auto; }
section.campaigns .box.coupon.watching.larger .background .teaser a.link-extern > span > span { width: auto; }
section.campaigns .box.coupon.activated .background .teaser a.link-extern > span > span { width: auto; }
section.campaigns .box.coupon.activated.larger .background .teaser a.link-extern > span > span { width: auto; }
section.campaigns .box.coupon.redeemed .background .teaser a.link-extern > span > span { width: auto; }
section.campaigns .box.coupon.redeemed.larger .background .teaser a.link-extern > span > span { width: auto; }
section.campaigns .box .background .teaser .coupon-footer .info-container + .button-container a.activate-coupon { left: auto; }
section.campaigns .box .background .teaser .coupon-footer .info-container + .button-container a.activate-coupon > span > span { width: 117px; }

section.campaigns .box.campaign .coupon-footer,
section.campaigns .box.coupon .coupon-footer {
    position: absolute;
    bottom: 10px;
}

section.campaigns .box.campaign .coupon-footer .info-container,
section.campaigns .box.coupon .coupon-footer .info-container { width: 40px; float: left; }
section.campaigns .box.campaign .coupon-footer .info-container + .button-container,
section.campaigns .box.coupon .coupon-footer .info-container + .button-container { width: 176px; float: left; }
section.campaigns .box.campaign .coupon-footer .dc-tooltip,
section.campaigns .box.coupon .coupon-footer .dc-tooltip  { width: 216px; }
section.campaigns .box.campaign .info-button,
section.campaigns .box.coupon .info-button { width: 25px; height: 25px; padding: 0; text-indent: -999px; overflow: hidden; background: url('/assets/static/sprite_icon2.png') 0 -444px no-repeat; border: none; margin-bottom: 2px; }
section.campaigns .box.campaign .coupon-footer .button-container .button,
section.campaigns .box.coupon .coupon-footer .button-container .button { bottom: 0; }

@media only screen and (max-width: 500px) {
    section.campaigns .box.campaign .info-button,
    section.campaigns .box.coupon .info-button { margin-top: 0; padding: 0; 	}
    section.campaigns .box.campaign .background .teaser .coupon-footer a > span > span,
    section.campaigns .box.coupon .background .teaser .coupon-footer a > span > span { width: 239px; }
    section.campaigns .box.campaign .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span,
    section.campaigns .box.coupon .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span { width: 200px;}
    section.campaigns .box.coupon .background .teaser .coupon-footer .dc-tooltip-container + .button-container a.activate-coupon > span > span { width: 175px;}
    section.campaigns .box.coupon.activated .background .teaser .coupon-footer .dc-tooltip-container + .button-container a > span > span,
    section.campaigns .box.coupon.activated .background .teaser .coupon-footer .dc-tooltip-container + .button-container a.activate-coupon > span > span,
    section.campaigns .box.coupon.activated .background .teaser .coupon-footer .dc-tooltip-container + .button-container a.activate-coupon > span > span,
    section.campaigns .box.coupon.redeemed .background .teaser .coupon-footer .dc-tooltip-container + .button-container a.activate-coupon > span > span,
    section.campaigns .box.coupon.watching .background .teaser .coupon-footer .dc-tooltip-container + .button-container a.activate-coupon > span > span { width: auto;}
    section.campaigns .box.campaign .coupon-footer .dc-tooltip,
    section.campaigns .box.coupon .coupon-footer .dc-tooltip  { width: 274px; }
}


section.campaigns .box.coupon.activated .background span.banderole  { position: absolute; right: -1px; bottom: 0px; width: 75px; height: 75px; background: url('/assets/static/sprite_banderole.png') 0px 0px no-repeat; }
section.campaigns .box.campaign.watching .background span.banderole  { position: absolute; right: -1px; bottom: 0px; width: 75px; height: 75px; background: url('/assets/static/sprite_banderole.png') -75px 0px no-repeat; }
section.campaigns .box.coupon.redeemed .background span.banderole  { position: absolute; right: -1px; bottom: 0px; width: 75px; height: 75px; background: url('/assets/static/sprite_banderole.png') 0px -158px no-repeat; }
section.campaigns .box.coupon.activated.largerIE .background span.banderole  { right: 98px; bottom: 97px; }
section.campaigns .box.campaign.watching.largerIE .background span.banderole  { right: 98px; bottom: 97px; }
section.campaigns .box.coupon.redeemed.largerIE .background span.banderole  { right: 98px; bottom: 97px; }

section.campaigns .inactive { display: none; }
section.campaigns .box-anchor  { position: absolute; top: -100px; }
section.campaigns .box .countdown { position: absolute; bottom: 50px; }
section.campaigns .box.largerIE .countdown { position: absolute; bottom: 148px; }

section.campaigns .section-content-container  { position: relative; }
section.campaigns div.glass  { z-index: 11; position: absolute; top: 0px; left: -4px; width: 757px; height: 100%; overflow: hidden; }
section.campaigns img.glass  { width: 100%; height: 120%;}
/*section.campaigns .glass .inlay  { position: absolute; top: 100px; left: 150px; width: 173px; height: 74px; padding: 10px 15px 15px 15px; color: #FFFFFF; text-align: left; font-weight: bold; font-size: 16px; line-height: 20px; background: url('../assets/static/login_milchglas_unten.png') no-repeat; }*/
section.campaigns .glass .inlay  { position: absolute; top: 100px; left: 50%; margin-left: -101px; width: 173px; height: 74px; padding: 10px 15px 15px 15px; color: #FFFFFF; text-align: left; font-weight: bold; font-size: 16px; line-height: 20px; background: url('../assets/static/login_milchglas_unten.png') no-repeat; -webkit-transition: all .3s; transition: all .3s; }
section.campaigns .glass .inlay a.button   { position: absolute; bottom: 17px; left: 15px; }

section.campaigns .box .teaser .teaser-text { max-height: 100px; overflow: hidden; }


/* Media-Center */
section.media-center > h3 { float: left; width: 100%; clear: both; padding-top: 20px; }
section.media-center .box { height: 261px;  z-index: 10; }
section.media-center .box.larger  { z-index: 11; }

section.media-center .box:hover  .foreground  { /*border: 0px none;*/ }
section.media-center .box .foreground { position: relative; left: -5px; top: -1px; width: 244px; height: 144px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; /*border: 0px none;*/ }
section.media-center .box.larger .foreground  { width: 284px; height: 168px; left: -6px; }
section.media-center .box .foreground .image-container div { line-height: 144px; } /* vertikale mittige bildpositionierung*/
section.media-center .box .foreground .image-container img { display: block; height: 144px; width: 244px; }
section.media-center .box.larger .foreground .image-container img  { width: 284px; height: 168px; }

section.media-center .box .background  { position: absolute; height: 261px; }
section.media-center .box.larger .background  { width: 276px; height: 301px; left: -20px; top: -20px; border: 0px none; }
section.media-center .box.largerIE .background  { padding: 97px; left: -117px; top: -117px; background: url('/assets/static/shadow_highlight2.png') no-repeat; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
section.media-center .box .background .teaser { padding: 154px 10px 10px 10px; }
section.media-center .box.larger .background .teaser  { padding-top: 179px; }
section.media-center .box .background .teaser h3 { margin: 0px 0px 2px 0px; }
section.media-center .box .background .teaser a.show-all {  }
section.media-center .box .background .teaser a.link-extern { clear: both; position: absolute; bottom: 10px; font-family: arial; font-weight: bold; }
section.media-center .box.largerIE .background .teaser a.link-extern { bottom: 107px; }

section.media-center .inactive { display: none; }
section.media-center .box-anchor  { position: absolute; top: -100px; }
section.media-center .box .data { position: absolute; bottom: 35px; }
section.media-center .box.largerIE .data { position: absolute; bottom: 133px; }



/* Details - Aktionen */
section.details-campaigns  > header > h1,
section.details-campaigns  > header > h2 { display: inline-block; padding-top: 40px; }
section.details-campaigns  > header > .container-left { position: relative; bottom: 7px; padding-top: 40px; float: left; width: 244px; margin-right: 20px; text-align: left; }
section.details-campaigns  > header > .container-left a { display: block; font-family: arial; font-weight: bold; }

section.details-campaigns { margin-bottom: 20px; }
section.details-campaigns .container-quarter { float: left; width: 244px; padding: 13px 0px 0px 0px; margin: 0px 20px 0px 0px; }
section.details-campaigns .container-half { float: left; width: 740px; padding: 10px 0px 0px 0px; margin: 0px 0px 0px 0px; }
section.details-campaigns .container-half  .content-container { clear: both; position: relative; padding: 0px 20px 0px 0px; }
section.details-campaigns .container-half  .content-container  a.button { margin-top: 0px; }
section.details-campaigns .container-half  .content-container  a.link-extern { }
section.details-campaigns .container-half  .content-container  a.watch-coupon { float: left; display: block; font-weight: bold; }

section.details-campaigns .inactive { display: none; }


/* Standardseite ohne Navigation */
section.default-full-width.default  > header > h1,
section.default-full-width.default  > header > h2 { display: inline-block; padding-top: 40px; }
section.default-full-width.default  > header > .container-left { position: relative; bottom: 7px; padding-top: 40px; float: left; width: 244px; margin-right: 20px; text-align: left; }
section.default-full-width.default  > header > .container-left a { display: block; font-family: arial; font-weight: bold; }

section.default-full-width.default { margin-bottom: 20px; }
section.default-full-width.default .container-quarter { float: left; width: 244px; padding: 13px 0px 0px 0px; margin: 0px 20px 0px 0px; }
section.default-full-width.default .container-half { float: left; width: 740px; padding: 10px 0px 0px 0px; margin: 0px 0px 0px 0px; }
section.default-full-width.default .container-half  .content-container { clear: both; position: relative; padding: 0px 20px 0px 0px; }
section.default-full-width.default .container-half  .content-container  a.link-extern { margin: 20px 10px 20px 0px; }


/* Standardseite ohne Navigation mit Coupons*/
section.left-threequarter-width.default .container-quarter{ float:left; width: 244px; margin: 0px 20px 0px 0px; }
section.left-threequarter-width.default .container-quarter img { max-width: 244px; }
section.left-threequarter-width.default .container-half { float:left; width: 482px; }


/* Formular */
section .foreground { left: -4px; margin: 10px 0px 10px 0px; width: 100%; padding: 0px 3px 0px 3px; }
section .foreground.teaser { padding-left: 0; padding-right: 0; }
section .background { left: 0px; top: 0px; width: 100%; padding: 0px 0px 0px 0px; }

section.default-with-navi .box-half.formular  { width: 362px; }
section.default-with-navi .box-half.formular .background { width: 100%; }

section .formular .form-row { width:100%; /*float: left;*/ clear: both;}
section .formular .background .footer { clear: both; float:right; padding: 10px 10px 10px 10px; }
section .formular .foreground { padding-bottom: 10px; }
section .formular .foreground .footer { clear: both; float:right; padding: 10px 7px 10px 7px; }
section .formular .footer button { float:right; }
section .formular .footer a.close { float:right; }
section .formular .footer .hint-mandatory { float:left; padding: 5px 0px 10px 0px; font-size: 12px; line-height: 16px; }
section .formular .hint { font-size: 12px; line-height: 16px; color: #999999; }


section .formular.label-left span.label-group { display: block; width: 140px; float: left; padding: 4px 10px 0px 0px; }
section .formular.label-left label { display: block; width: 140px; float: left; margin-top: 15px; padding: 4px 10px 0px 0px; }
section .formular.label-left span.label-group label { display: inline-block; width: auto; padding: 0px 0px 0px 0px; }
section .formular.label-left input[type=text], section .formular.label-left input[type=number], section .formular.label-left input[type=email], section .formular.label-left input[type=password] { display: block; float: left; margin-top: 15px; }
section .formular.label-left textarea { display: block; width: 181px; float: left; height: 150px; }
section .formular.label-left span.fixed-value { display: block; float: left; margin-top: 15px; }

section .formular.label-left .radio-group label { display: inline; float: none; margin: 0; padding: 0; }

/* kein select!!! */
section .formular.label-left .dk_container { margin-top: 15px; }
section .formular.label-left .styled-select { margin-top: 15px; }

section .formular.label-left .form-row { padding-left: 10px;}
section .formular.label-left .checkboxes { float: left; margin: 10px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 14px; line-height: 18px; }
section .formular.label-left .checkboxes ul { list-style: none;}
section .formular.label-left .checkboxes li { display: block; float: left; clear: both; padding: 10px 0px 0px 0px; margin: 0px 0px 0px 0px; }
section .formular.label-left .checkboxes li .checkbox { float: left; width: 15px; height: 15px; margin-top: 3px; }
section .formular.label-left .checkboxes label { display: inline; width: auto; padding: 1px 0px 0px 5px; margin: 0px 0px 0px 0px; }
section .formular.label-left .container-left .form-row input,
section .formular.label-left .container-right .form-row input,
section .formular.label-left .container-left .form-row textarea,
section .formular.label-left .container-right .form-row textarea,
section .formular.label-left .container-left .form-row select,
section .formular.label-left .container-right .form-row select { width: 194px;}
section .formular.label-left .container-left .form-row .dk_toggle,
section .formular.label-left .container-right .form-row .dk_toggle { width: 194px!important;}

section .formular.label-left .container-right .form-row input[type="radio"],
section .formular.label-left .container-left .form-row input[type="radio"],
section .formular.label-left .container-right .form-row input[type="checkbox"],
section .formular.label-left .container-left .form-row input[type="checkbox"] {
    width: auto;
    background: none;
    outline: none;
    border: none;
    vertical-align: text-bottom;
}

section .formular.label-left .styled-select { display: block; float: left; margin-top: 15px; }
section .formular.label-left .container-left .form-row .styled-select,
section .formular.label-left .container-right .form-row .styled-select { width: 206px;}



/* Ersatzkarte */
section.form-change-pin .formular.label-left .dk_toggle { width: 330px!important; }
section.form-change-pin .formular.label-left select { width: 330px; }
section.form-change-pin .formular.label-left .styled-select { width: 341px; }
section .formular.label-left .checkboxes label { width: 310px; }


/* PIN vergessen */
section.form-forgot-pin .formular.label-left .form-row  input[type=text]{ width: 180px; }
section.form-forgot-pin .formular .background  > .captcha-right { z-index: 1; float: left; width: 368px; left: -4px; padding: 0px 0px 7px 0px; margin: 2px 0px 5px 0px; }



/* PIN ändern */
section.form-change-pin {  }
section.form-change-pin  .background  > .footer  { float: left; padding: 10px 0px 10px 0px; width: 100%; }
section.form-change-pin  .background  > .footer button  { margin-right: 10px; }
section.form-change-pin  .background  > .footer  .errors { float: left; padding: 0px 0px 10px 10px; }

section .formular .pin { width: 179px; }


/* Serie beenden */
section.form-terminate-series .formular.label-left .form-row label { padding: 7px 10px 0px 0px; }
section.form-terminate-series .formular.label-left .form-row  input[type=text]{ width: 180px; }
section.form-terminate-series .formular .background  > .captcha-right { z-index: 1; float: left; width: 368px; left: -4px; padding: 0px 0px 7px 0px; margin: 2px 0px 5px 0px; }
section.form-terminate-series .formular.label-left .form-row  input.inactive { border: 0px none; background: none; color: #444444; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
section.form-terminate-series .textcontainer { float: left; padding: 0px 10px 0px 10px; }


/* Persönliche Daten */
#dk_container_dayOfBirth, #dk_container_monthOfBirth, #dk_container_forgot-pin-dayOfBirth, #dk_container_forgot-pin-monthOfBirth, #dk_container_order-dayOfBirth, #dk_container_order-monthOfBirth, #dk_container_order-ccValidToMonth, #dk_container_order-ccValidToYear, #street, #order-street, #postcode, #order-postcode, #order-postcode2  { margin-right: 10px; }

#postcode, #order-postcode, #order-postcode2 { width: 45px!important; float: left; }
#city { width: 127px!important; float: left; }
#dayOfBirth, #dk_container_dayOfBirth .dk_toggle, #dk_container_forgot-pin-dayOfBirth .dk_toggle { width: 40px!important; float: left; }
#monthOfBirth, #dk_container_monthOfBirth .dk_toggle, #dk_container_forgot-pin-monthOfBirth .dk_toggle { width: 40px!important; float: left; }
#yearOfBirth, #dk_container_yearOfBirth .dk_toggle { width: 70px!important; float: left; }
#dk_container_forgot-pin-yearOfBirth .dk_toggle { width: 56px!important; float: left; }

#dk_container_dayOfBirth, #dk_container_forgot-pin-dayOfBirth{ width: 50px; }
#dk_container_monthOfBirth, #dk_container_forgot-pin-monthOfBirth { width: 50px; }
#dk_container_yearOfBirth { width: 80px; }
#dk_container_forgot-pin-yearOfBirth { width: 66px; }

#street { width: 150px!important; float: left; }
#number, #order-number { width: 22px!important; float: left; }
section .formular .hint { display: block; clear: both; }

section.personalData .background { z-index: auto; }
section.personalData .foreground { z-index: auto; }
section.additionalData .background { z-index: auto; }
section.additionalData .foreground { z-index: auto; }

#dayOfBirth.styled-select { width: 57px!important; float: left; margin-right: 10px; }
#monthOfBirth.styled-select { width: 57px!important; float: left; margin-right: 10px; }
#yearOfBirth.styled-select { width: 72px!important; float: left; }


/* Newsletter */
section.newsletter .formular {  }
section.newsletter .formular .foreground { padding-bottom: 0px; }
section.newsletter .formular .background { height: auto; padding-bottom: 40px; }
section.newsletter .formular .img-container { display: block; float: left; padding: 10px 20px 0px 8px; }
section.newsletter .formular .img-container img { display: block; float: left; clear: both; }
section.newsletter .formular .img-container a { display: block; position: relative; float: left; clear: both; color: #68266d; padding: 10px 0px 0px 0px; font-size: 10px; line-height: 10px; font-weight: bold; }
section.newsletter .formular .img-container a:hover { color: #68266d; }
section.newsletter .formular .img-container a .arrow-small { position: absolute; right: -10px; bottom: 2px; }

section.newsletter .formular .text-container  { display: block; margin: 0px 0px 0px 0px; }
section.newsletter .formular .background  > .text-container > p { font-size: 16px; line-height: 20px; }
section.newsletter .formular .foreground  > .text-container  { float: right; padding: 10px 10px 0px 0px; min-height: 136px; }
section.newsletter .formular .foreground  > .text-container > h4  {  }
section.newsletter .formular .foreground  > .text-container > h4 > span  { display: block; clear: both; font-size: 12px; font-weight: normal; color: #444444; }
section.newsletter .formular .foreground  > .text-container-full  { float: left; padding: 10px 10px 10px 10px; min-height: 126px; }
section.newsletter .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 10px; min-height: 80px; }
section.newsletter .formular .drop-down-footer { display: block; position: absolute; bottom: 10px; float: left; }
section.newsletter .formular .drop-down-footer .checkbox { height: 15px; width: 15px; margin-top: 4px; }
section.newsletter .formular label { display: inline-block; width: 81%; font-family: arial; font-weight: bold; padding-bottom: 10px; }
section.default-with-navi.newsletter .formular label { width: 200px; }

/* responsive */
section.newsletter .formular.box .foreground { position: absolute; top: -20px; }
section.newsletter .formular.box-half .foreground { position: relative; top: auto; }
section.newsletter .formular.box .background { height: 78px; float: right; padding-left: 10px; padding-top: 10px; }
section.newsletter .formular.box-half .background { height: auto; float: left; padding-left: 0px; padding-top: 0px; }

section.newsletter .formular.box .foreground { width: 491px; left: -489px; }
section.newsletter .formular.box-half .foreground { width: 100%; left: -4px; }

.default-with-navi.newsletter .formular.box { width: 748px; }
.default-with-navi.newsletter .formular.box-half  { width: 362px; }
.default-with-navi.newsletter .formular.box .background { width: 249px; }
.default-with-navi.newsletter .formular.box-half .background { width: 100%; }
.default-with-navi.newsletter .formular.box .drop-down-footer { width: 230px; }
.default-with-navi.newsletter .formular.box-half .drop-down-footer { width: 343px; }
.default-with-navi.newsletter .formular.box .foreground  > .text-container  { width: 365px; }
.default-with-navi.newsletter .formular.box-half .foreground  > .text-container  { width: 230px; }

.default-full-width.newsletter .formular.box { width: 1004px; }
.default-full-width.newsletter .formular.box-half  { width: 491px; }
.default-full-width.newsletter .formular.box .background { width: 507px; }
.default-full-width.newsletter .formular.box-half .background { width: 100%; }
.default-full-width.newsletter .formular.box .drop-down-footer { width: 488px; }
.default-full-width.newsletter .formular.box-half .drop-down-footer { width: 472px; }
.default-full-width.newsletter .formular.box .foreground  > .text-container  { width: 365px; }
.default-full-width.newsletter .formular.box-half .foreground  > .text-container  { width: 365px; }



/* FAQs */
section.faqs .box { width: 746px; }
section.faqs .background  { width: 100%; }
section.faqs article.closed  { cursor: pointer; }
section.faqs .foreground  > .text-container-full  { float: left; padding: 10px 10px 0px 10px; }
section.faqs .foreground  h3  { margin: 2px 0px 10px 0px; color: #541d55; max-width: 640px; }
section.faqs .foreground  .right  { position: absolute; right: 15px; top: 13px; width: 60px; }
section.faqs .foreground  .thumb-up  { display: inline-block; float: right; margin-left: 5px; text-align: right; }
section.faqs .foreground  div.rating  { float: left; margin: 0px 0px 10px 0px; }
section.faqs .foreground  span.rating  { display: inline-block; float: left; margin-right: 40px; }
section.faqs .foreground  a.rating  { display: inline-block; float: left; position: relative; margin-right: 20px; width: 60px; font-weight: bold; }
section.faqs .foreground  .thumb-up-hi  { display: inline-block; margin-left: 10px; position: absolute; top: 0px; }
section.faqs .foreground  .thumb-down-hi  { display: inline-block; margin-left: 10px; position: absolute; top: 0px; }



/* Link zu Online-Partnern */
section.goto-online-partner header h2 { display: inline-block; }
section.goto-online-partner header .logocontainer { display: inline-block; position: relative; bottom: 10px; left: 15px; }
section.goto-online-partner header .logocontainer img { max-height: 40px; }
section.goto-online-partner .box { width: 746px; }
section.goto-online-partner .foreground  { position: absolute; top: 0px; padding: 0px 0px 0px 0px; }
section.goto-online-partner .foreground  > .text-container-full  { float: left; padding: 10px 10px 0px 10px; }
section.goto-online-partner .background  > .text-container  { float: left; padding: 10px 0px 20px 20px; }
section.goto-online-partner .background  > .text-container > .footer { display: block; position: relative;  }
section.goto-online-partner .background  > .text-container input { float: left; margin: 0px 0px 20px 0px; width: 200px; }
section.goto-online-partner .background  > .text-container label { position: absolute; top: 3px; left: 5px; }
section.goto-online-partner .background  > .text-container button { display: block; clear: both; float: left; margin: 0px 0px 13px 0px; }
section.goto-online-partner .background  > .text-container a { display: block; clear: both; float: left; margin: 0px 0px 0px 0px; font-weight: bold; }
section.goto-online-partner .background a.faq { display: inline-block; position: absolute; top: 2px; left: 225px; }

section.goto-online-partner .foreground  { width: 364px; left: 384px; }
section.goto-online-partner .background  { width: 100%; }
section.goto-online-partner .foreground  > .text-container-full  { width: 345px; }
section.goto-online-partner .background  > .text-container  { width: 350px; }

section.goto-online-partner .errors { float: left; width: 100%; padding-bottom: 20px; }



/* Gutschein einlösen */
section.encash-voucher header h2 { display: inline-block; }
section.encash-voucher.overlay header h2 { padding-top: 10px; }
section.encash-voucher header .logocontainer { display: inline-block; position: relative; bottom: 10px; left: 15px; }
section.encash-voucher header .logocontainer img { max-height: 40px; }

section.encash-voucher .foreground  { margin-top: 0px; }
section.encash-voucher .foreground  > .container-left  { position: relative; float: left; padding: 12px 0px 10px 10px; }
section.encash-voucher .foreground  > .container-left input { float: left; margin: 0px 0px 10px 0px; width: 200px; }
section.encash-voucher .foreground  > .container-left label { position: absolute; top: 15px; left: 15px; }
section.encash-voucher .foreground  > .container-left .text-container  { float: left; clear: both; width: 100%; }
section.encash-voucher .foreground  > .container-right  { position: relative; float: right; padding: 12px 10px 10px 0px; }
section.encash-voucher .foreground  > .container-right input { float: left; margin: 0px 10px 10px 0px; width: 35px; }
section.encash-voucher .foreground  > .container-right .ok input { border-color: #00BB00; }
section.encash-voucher .foreground  > .container-right .error input { border-color: #CC0000; }
section.encash-voucher .foreground  > .container-right label { float: left; display: block; padding: 3px 0px 0px 0px; }
section.encash-voucher .foreground  > .container-right a { display: block; clear: both; float: left; margin: 0px 0px 0px 0px; font-weight: bold; }

section.encash-voucher .background  > .text-container  { padding: 10px 10px 0px 10px; }
section.encash-voucher .background  > .footer  { float: right; padding: 10px 10px 10px 10px; }
section.encash-voucher .background  > .footer  button { display: block; clear: both; float: right; margin: 0px 0px 0px 0px; }

section.encash-voucher .foreground  { width: 100%; left: -4px; }
section.encash-voucher .background  { width: 100%; }

section.encash-voucher .box { width: 746px; }
section.encash-voucher .foreground  > .container-left  { width: 354px; }
section.encash-voucher .foreground  > .container-right  { width: 354px; }
section.encash-voucher .foreground  > .container-right label { width: 100px; }

section.encash-voucher.overlay header h2 { padding-top: 10px; }
section.encash-voucher.overlay .background  > .text-container  { padding: 0px 20px 0px 20px; }
section.encash-voucher.overlay .background  > .footer  { padding: 10px 20px 10px 20px; }
section.encash-voucher.overlay .foreground  > .container-right label { width: 125px; }
section.encash-voucher.overlay .foreground  > .container-left  { padding-left: 20px; width: 324px; }
section.encash-voucher.overlay .foreground  > .container-left label { left: 25px; }


/* Kontakt-Center */
section.kontaktcenter .foreground  {  }
section.kontaktcenter .foreground  > .container-left  { float: left; padding: 0px 0px 15px 10px; }
section.kontaktcenter .foreground  > .container-right  { float: right; padding: 0px 10px 15px 0px; }
section.kontaktcenter .foreground input { width:460px; }
section.kontaktcenter .foreground textarea { width:460px; height: 141px; }
section.kontaktcenter .foreground .dk_toggle { width:460px!important; }
section.kontaktcenter .foreground select { width:460px; }
section.kontaktcenter .foreground select.styled-select { width:471px; }
section.kontaktcenter .formular label { display: block; width:460px; padding: 15px 0px 5px 0px; }

section.kontaktcenter .background  > .footer  { float: left; padding: 10px 0px 10px 0px; width: 100%; }
section.kontaktcenter .background  > .footer .hint-mandatory  { clear: both; float: left; padding: 0px 0px 10px 10px; }
section.kontaktcenter .background  > .footer .errors  { float: left; padding: 0px 0px 10px 10px; }
section.kontaktcenter .background  > .footer  button { display: block; float: right; margin: 0px 10px 0px 0px; }

section.kontaktcenter .display-bonuses, section.kontaktcenter .display-nopoints { display: none; margin-top: 26px; }

section.kontaktcenter .box { width: 1002px; }
section.kontaktcenter .foreground  > .container-left  { width: 472px; }
section.kontaktcenter .foreground  > .container-right  { width: 472px; }



/* Prämienleiste (Reihe)*/
section.default-with-navi.bonus-row { clear: both; }
section.default-with-navi.bonus-row { margin: 50px 0px 50px 0; }
.bonus-row article { z-index: 10; float:left; text-align: center; width:110px; margin-right:17px; font-weight: normal; background:#fff; cursor: default; }
.bonus-row article .container { position: relative; width: 100%; height: 179px; }
.bonus-row article .container .inner { position: absolute; float:left; height: 179px; width: 100%; overflow: hidden; background:#fff; z-index: 10; }
.bonus-row article .container .inner .logocontainer { height: 110px; position:relative; text-align: center; padding: 0px 0px 0px 0px; display: block; }
.bonus-row article .container .inner .logocontainer div { display: inline; line-height: 110px; } /* vertikale mittige bildpositionierung*/
.bonus-row article .container .inner .logocontainer img { vertical-align: middle; }
.bonus-row article .info { position: relative; width: 100%; float:left; background: #F5F5F5; padding: 10px 0px 0px 0px; min-height: 230px; }
.bonus-row article .info .type { color: #333333; }
.bonus-row article .info .oldpoints { position: absolute; left: 0px; bottom: 140px; float:left; text-align: center; width: 100%; }
.bonus-row article .info .points { position: absolute; left: 0px; bottom: 100px; float:left; text-align: center; width: 100%; color: #D7790A; font-weight: bold; font-size: 19px; line-height: 19px; }
.bonus-row article .info .points span { display: block; clear:both; }
.bonus-row article .info .price { position: absolute; left: 0px; bottom: 55px; float:left; text-align: center; width: 100%; font-size: 12px; line-height: 14px; padding:5px 0; color: #666666; }
.bonus-row article:hover .container .inner { height: 330px; }
.bonus-row article.hover .container .inner { height: 330px; }
.bonus-row article.open .container .inner { position: relative; height: 290px; width: 100%; }
.bonus-row article.open:hover  .container .inner { position: absolute; height: 330px; }
.bonus-row article.open.hover  .container .inner { position: absolute; height: 330px; }
.bonus-row article img { /*padding: 15px 0px 5px 0px; max-width: 90px; max-height: 90px;*/ }
.bonus-row article .info h4 { font-size: 12px; font-weight: normal; }
.bonus-row article .info h3 { font-size: 14px; font-weight: bold; line-height:14px; min-height: 30px; }
.bonus-row article .info a.button { position: absolute; left: 10px; bottom: 30px; display: inline-block; }
.bonus-row article .info a.button.center { float: none; padding-left: 0px; }

/* Prämienleiste (Fläche)*/
section.default-with-navi.bonus-area { clear: both; }
section.bonus-area .box { width: 1004px; margin-top: 0px; }
section.default-with-navi.bonus-area .box { width: 748px; }
section.left-threequarter-width.bonus-area .box { width: 748px; }
section.bonus-area .box .background { width: 1002px; height: 242px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
section.default-with-navi.bonus-area .box .background { width: 746px; }
section.left-threequarter-width.bonus-area .box .background { width: 746px; }
section.bonus-area article { position: relative; top: -4px; float:left; text-align: center; width:237px; height: 118px; margin: 0px 10px 10px 0px; font-weight: normal; cursor: pointer; }
section.bonus-area article .container { position: relative; width: 100%; /*height: 170px;*/ }
section.bonus-area article .container .inner { position: relative; float:left; /*height: 170px;*/ width: 100%; }
section.bonus-area article .info { float:left; height: 78px; padding: 10px 0px 0px 0px; }
section.bonus-area article .info .type { color: #333333; }
section.bonus-area article .info .oldpoints { text-align: center; width: 100%; margin: -5px 0px 0px 0px; }
section.bonus-area article .info .points { float:left; text-align: center; width: 100%; color: #D7790A; font-weight: bold; font-size: 19px; line-height: 19px; }
section.bonus-area article .info .price { display: none; }
section.bonus-area article img { float:left; padding: 15px 0px 5px 10px; max-width: 90px; }
section.bonus-area article .info h4 { display: block; width: 130px; font-size: 16px; line-height:20px; font-weight: normal; }
section.bonus-area article .info h3 { display: block; width: 130px; font-size: 16px; line-height:20px; font-weight: bold; min-height: 40px; }

section.bonus-area article.large { height: 248px; }
section.bonus-area article.large img { float: none; width: 130px; max-height: 112px; margin: 0px auto;  padding: 15px 10px 5px 10px; }
section.bonus-area article.large .info { float:none; height: auto; padding: 10px 0px 10px 0px; }
section.bonus-area article.large .info h4 { display: block; width: 100%; font-size: 16px; line-height:20px; font-weight: normal; }
section.bonus-area article.large .info h3 { display: block; width: 100%; font-size: 16px; line-height:20px; font-weight: normal; min-height: 34px; }

section.bonus-area.higher header .show-all { right: 20px; }
section.bonus-area.higher .box .background { height: 338px; }
section.bonus-area.higher article { padding-top: 24px; padding-bottom: 24px }
section.bonus-area.higher article.large { height: 296px; }
section.bonus-area.higher article.large img { width: 120%; max-height: 160px; max-width: 160px; }


/* Map */
section.map { clear: both; }
section.map .box { float: left; margin-top: 0px; }
section.map .background, section.map .background:hover { float: left; border: 0px none; }
section.map .foreground { height:48px; position: relative; /*top: -15px;*/ margin: 0px 0px 0px 0px; }
section.map .foreground .form-row { float: left; padding: 10px 0px 10px 10px; }
section.map .foreground input {  }
section.map .gps { width: 26px; height: 26px; background-position: 0 -208px; border:none; padding:0; margin-right: 10px; float:left; }
section.map .gps.disabled { background-position: -156px -256px; }
section.map .zipcode { width: 48px; margin-right: 10px; float:left; }
section.map label.zipcode { position: absolute; top: 14px; left: 55px; }
section.map .address { margin-right: 10px; }
section.map label.address { position: absolute; top: 4px; left: 5px; }
section.map .address, .map .address-mask { vertical-align: top;  }
section.map .address-mask { position: relative; float:left; }
section.map .address-mask .btn-delete { position: absolute; right: 15px; top:3px; height: 20px; width:20px; background-position: -65px -213px; }
section.map #dk_container_maxDistance { margin-right: 10px; }
section.map #maxDistance { margin-right: 10px; position: relative; }

#mapContainer { width: 100%; float: left; height:300px!important; position: relative; /*top: -25px;*/ }
#mapContainer .MicrosoftMap { width: 100%; height:300px!important; }

section.map .background  > .footer { float: left; padding: 0px 0px 0px 0px; width: 100%; }
section.map .background  > .footer div { float: left; padding: 10px 10px 10px 10px; }
section.map .foreground  button[name=send] { display: block; position: absolute; right: 10px; }

section.map .box { width: 1002px; }
section.map .address { width: 265px; }
section.map #dk_container_maxDistance .dk_toggle { width: 90px!important;}
section.map #dk_container_maxDistance { width: 100px;}
section.map #dk_container_partners .dk_toggle { width: 332px!important; }
section.map #dk_container_partners { width: 342px; }
section.map #maxDistance.styled-select { width: 90px; float: left; margin-right: 10px; }
section.map #partners.styled-select { width: 332px; float: left; margin-right: 10px; }

#partnerSearchResults { width: 1002px; float: left; position: relative; }
#partnerSearchResults .background { width: 100%; float: left; position: relative; padding: 0px 0px 10px 0px; }
#partnerSearchResults .table { padding: 0px 0px 0px 0px; border-bottom: 1px solid #DDDDDD; }
#partnerSearchResults .table thead th { padding: 10px 10px 10px 10px; color: #333333; text-align: left; font-weight: bold; }
#partnerSearchResults .table tbody { background: #FFFFFF; }
#partnerSearchResults .table tbody td { padding: 10px 10px 10px 10px; border-top: 1px solid #DDDDDD; }
.special-320-a { display: none; }
.special-320-b{ display: table-cell; }
#partner-search-result-table .col1 { width: 15%; }
#partner-search-result-table .col2 { width: 45%; }
#partner-search-result-table .col3 { width: 40%; }


/* Startseite */
.start section > header h2 { color: #541d55; }
.start section > header h2 > span { color: #646566; font-weight: bold; }
.start section > article > h2 { color: #541d55; }
.start section > article > h2 > span, .start section > article > h2 > a > span { color: #646566; font-weight: bold; }
.start section.slides  > article > h2 > span, .start section.slides  > article > h2 > a > span { display: block; clear: both; }
.start section > article .show-all { position: absolute; top: 14px; right: 0px; float:right; }

.slides { margin-right: -23px; }
.slides article { text-align: center; float:left; margin: 10px 20px 0px 0px; }
.slides article .box { width: 1004px; margin-top: 0px; }
.slides1x4 article .box { width: 1004px; margin-top: 0px; }
.slides4x1 article .box { width: 235px; margin-top: 20px; }
.slides article .box .background { position: relative; height:337px; }
.slides.only-2 article .box .background { height:186px; }
.slides.only-1 article .box .background { height:85px; }
.slides article .box .background .footer { position: relative; top: -15px; height: 20px; padding:5px 52px 0; }
.slides article .box .background .footer a { width: 57px; height: 17px; display: inline-block; }
.slides article .box .background .footer a.prev { background-position: -73px -174px; }
.slides article .box .background .footer a.next { background-position: 0 -175px; }
.slides article .box .foreground { visibility: hidden; position: relative; top: -15px; height:302px; }
.slides.only-2 article .box .foreground { height:211px; }
.slides.only-1 article .box .foreground { height:91px; }
.slides article .box .foreground ul { list-style: none; }
.slides article .box .foreground li { float: left; padding: 0; margin: 0; }
.slides1x4 article .box .foreground ul { width: 110%; margin: 0px -20px 0px 0px; }
.slides1x4 article .box .foreground li { width: 242px; margin: 0px 15px 15px 0px; }
.slides4x1 article .box .foreground li { width: 100%; margin: 0; }
.slides article .box .foreground li img { vertical-align: middle; }
.slides article.compressed .box .foreground::after { content: ""; position: absolute; top: 0; left: 50%; width: 1px; background: #ddd; height: 100% }
.slides article.compressed .box .foreground li { width: 50%; }
.slides article.compressed .box .foreground li img { max-width: 80%; max-height: 80%; }

.slides.short-version article .box .background { height:126px; }
.slides.short-version article .box .foreground { height:92px; }

.slides article.premium-partner .foreground li { height: 75px; line-height: 75px; border-bottom: 1px solid #DDDDDD; }
.slides article.online-partner .overflow-container { overflow: hidden; height:302px; }
.slides article.online-partner .foreground li { position: relative; height: 60px; line-height: 60px; border-bottom: 1px solid #DDDDDD; }
.slides article.online-partner .foreground li .flag { display: none; }
.slides article.campaigns .foreground  { background: none; border: 1px solid transparent; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.slides article.campaigns .foreground div.glass  { z-index: 11; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; }
.slides article.campaigns .foreground img.glass  { width: 100%; height: 120%; }
.slides article.campaigns .foreground .glass .inlay  { position: absolute; top: 100px; left: 20px; width: 173px; height: 67px; padding: 17px 15px 15px 15px; color: #FFFFFF; text-align: left; font-weight: bold; font-size: 16px; line-height: 20px; background: url('/assets/static/login_milchglas_oben.png') no-repeat; }
.slides.only-1 article.campaigns .foreground .glass .inlay  { top: -2px; }
.slides.only-2 article.campaigns .foreground .glass .inlay  { top: 50px; }
.slides.only-2 article.campaigns .foreground  { height:196px; }
.slides.short-version article.campaigns .foreground .glass .inlay  { top: -1px; }
.slides article.campaigns .foreground .glass .inlay a.button   { /*display: inline-block; margin-top: 4px;*/ position: absolute; bottom: 10px; left: 15px; }
.slides article.campaigns .foreground li { height: 91px; float:left; margin-bottom: 13px; }
.slides article.campaigns .foreground li img { position: relative; display: block; width: 242px; left: -4px; }
.slides article.additional .foreground  { background: none; border: 1px solid transparent; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.slides article.additional .foreground li { height: 143px; float:left; margin-bottom: 14px; }
.slides article.additional .foreground li img { position: relative; display: block; width: 242px; left: -4px; }

.slides article.online-partner.show-flags .overflow-container { position: relative; left: -10px; width: 100%; padding: 0px 0px 0px 10px; overflow: hidden; }
.slides article.online-partner.show-flags .foreground li { padding-left: 75px; width: 167px; }
.slides article.online-partner.show-flags .foreground li .flag { display: block; position: absolute; left: -9px; top: 8px; width: 91px; height: 36px; padding: 7px 0px 0px 0px; z-index: 10; background: url('/assets/static/fahne_l.png') no-repeat; }

.slides1x4 article.online-partner .box .foreground ul { display: block; float: left; position: relative; left: -3px; }
.slides1x4 article.online-partner .box .foreground li { display: block; float: left; clear: none; margin-right: 12px; background: #FFFFFF; border: 1px solid #DDDDDD; }

.slides1x4  article.online-partner .box .background { height: 97px; }
.slides1x4  article.online-partner .overflow-container { height: 62px; }
.slides1x4  article.online-partner .box .foreground { height: 62px; width: 100%; width: 1012px;  background: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
.slides1x4  article.online-partner.show-flags .foreground li .flag { left: -6px; }

/* Logo-Leiste */
section .container-premium-partner-logos  { background:#FFFFFF; }
section .container-premium-partner-logos  ul.both { display: block; float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
section .container-premium-partner-logos  ul.left { /*background:#99FFFF;*/ }
section .container-premium-partner-logos  ul.right { /*background:#FFFF99;*/ }
section .container-premium-partner-logos  li a{ display: block; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
section .container-premium-partner-logos  li.both { text-align: center; display: block; float: left; margin: 0px 0px 0px 0px; }
section .container-premium-partner-logos  li.large { position: relative; }
section .container-premium-partner-logos  li.large  img{ position: relative; top: 0px; }
section .container-premium-partner-logos  li.small { position: relative; }
section .container-premium-partner-logos  li.small  img{ position: relative; top: 0px; }

.main section .container-premium-partner-logos-v2  { background:#FFFFFF; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.main section .container-premium-partner-logos-v2:after { content: ""; display: table; clear: both; }
.main section .container-premium-partner-logos-v2  ul.both { display: block; float: left; list-style: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.main section .container-premium-partner-logos-v2  ul.left { /*background:#99FFFF;*/ width: 44%; margin-top: 0; }
.main section .container-premium-partner-logos-v2  ul.right { /*background:#FFFF99;*/ width: 56%; margin-top: 0; }
.main section .container-premium-partner-logos-v2  ul.right:after { content: ""; display: table; clear: right; }
.main section .container-premium-partner-logos-v2  li.both { text-align: center; display: block; float: left; margin: 0px 0px 0px 0px; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }
.main section .container-premium-partner-logos-v2  li.large { position: relative; width: 33.33%; }
.main section .container-premium-partner-logos-v2  li.small { position: relative; width: 20%; }
.main section .container-premium-partner-logos-v2  li.both a { display: block; margin: 0px 0px 0px 0px; }
.main section .container-premium-partner-logos-v2  li.large a { padding: 20px 5%; }
.main section .container-premium-partner-logos-v2  li.small a { padding: 0 5%; }
.main section .container-premium-partner-logos-v2  li.large img{ position: relative; top: 0px; }
.main section .container-premium-partner-logos-v2  li.small img{ position: relative; top: 0px; }

/* Übersicht Kundendaten */
section.userdata-overview a.edit-all { font-family: arial; font-weight: bold; }



/* Übersicht Punkte */
section.points-overview .box { width: 1004px; margin-top: 0px; }
section.points-overview .box .background { width: 1002px; padding: 10px 0px 10px 0px; }
section.points-overview .box .bar {  }
section.points-overview .box .bar h3 { display: block; padding: 0px 10px 0px 10px; margin: 0px 0px 0px 0px; color: #FFFFFF; }
section.points-overview .box .bar span.right { position: absolute; bottom: 10px; right: 12px; float:right; color: #FFFFFF; }
section.points-overview .box .foreground  { clear: both; z-index: auto; margin: 0px 0px 0px 0px; }
section.points-overview .box .foreground .form-row  { float: left; width: 1002px; padding: 0px 0px 10px 0px;  }
section.points-overview .box .foreground .form-row  .container { width: 230px; float: left; padding-top: 10px; margin: 0px 10px 0px 10px; }
section.points-overview .box .foreground .form-row  .container.right { float: right; }
section.points-overview .box .foreground .form-row  label.period { width: 220px; float: left; padding: 0px 0px 5px 0px; font-family: arial; font-weight: bold; color: #444444; }
section.points-overview .box .foreground .form-row select { width: 218px; float: left; }
section.points-overview .box .foreground .form-row .dk_toggle { width:218px!important; }
section.points-overview .box .foreground .form-row select { width:218px; }
section.points-overview .box .foreground .form-row .styled-select { width:229px; }

section.points-overview .box .foreground .form-row  label.dateFrom { width: 220px; float: left; padding: 0px 0px 5px 0px; font-family: arial; font-weight: bold; color: #444444; }
section.points-overview .box .foreground .form-row  label.dateTo { width: 26px; float: left; padding: 4px 10px 0px 14px; font-family: arial; font-weight: bold; color: #444444; }
section.points-overview .box .foreground .form-row  input.date { width: 76px; float: left; }
section.points-overview .box .foreground .form-row  label.filter { width: 220px; float: left; padding: 0px 0px 5px 0px; font-family: arial; font-weight: bold; color: #444444; }

section.points-overview .box .foreground .form-row  button { float: right; }
section.points-overview .box .foreground .form-row  button.button { margin: 0px 0px 0px 0px; }
section.points-overview .box .foreground .form-row  button.reset { position: relative; height: 19px; border: 0px none; padding: 0px 0px 0px 0px; margin: 0px 0px 4px 0px; background: none; color: #68266d; }
section.points-overview .box .background .text-container { clear: both; position: relative; padding: 12px 10px 10px 10px; border-bottom: 1px solid #DDDDDD; }
section.points-overview .box .background h4 { display: block; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
section.points-overview .box .foreground .row { padding: 7px 10px 7px 10px; border-bottom: 1px solid #DDDDDD; }
section.points-overview .box .foreground .row span,
section.points-overview .box .text-container .row span { display: inline-block; }
section.points-overview .box .background .more { clear: both; position: relative; padding: 10px 0px 10px 0px; width: 100%; text-align: center; color: #68266d; font-family: arial; font-weight: bold; cursor: pointer; }
section.points-overview .box .background .more .arrow-down { display: inline-block; position: relative; top: 16px; left: -56px; }

section.points-overview .box .expiring-points, section.points-overview .box .booked-points,
section.points-overview .box .placed-points { clear: both; left: 0px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: 0px none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
section.points-overview .box .show-all { position: absolute; top: 10px; right: 7px; float:right; }

section.points-overview .box .expiring-points .row span.partner { width: 612px; }
section.points-overview .box .expiring-points .row span.bookingType { width: 260px; color: #999999; }
section.points-overview .box .expiring-points .row span.amount { width: 110px; text-align: right; color: #d7790a; font-weight: bold; }

section.points-overview .box .booked-points .row span.bookingDate { width: 233px; }
section.points-overview .box .booked-points .row span.partner { width: 379px; }
section.points-overview .box .booked-points .row span.bookingType { width: 260px; color: #999999; }
section.points-overview .box .booked-points .row span.amount { width: 110px; text-align: right; color: #d7790a; font-weight: bold; }

section.points-overview .box .placed-points .row span.partner { width: 522px; color: #444444; }
section.points-overview .box .placed-points .row span.shoppingDate { width: 110px; }
section.points-overview .box .placed-points .row span.bookingDate { width: 120px; color: #999999; }
section.points-overview .box .placed-points .row span.bookingType { width: 120px; }
section.points-overview .box .placed-points .row span.amount { width: 110px; text-align: right; color: #999999; }
section.points-overview .box .background .placed-points h4 { float: left; clear: none; }
section.points-overview .box .background .placed-points a.faq { display: inline-block; position: relative; left: 10px; }
section.points-overview .box .background .placed-points a.faq .icon-question { position: relative; top: -2px; }
section.points-overview .box #loading { width: 100%; }


/* Bestellhistorie */
section.order-history .box { width: 748px; margin-top: 0px; }
section.order-history .box .background { width: 746px; padding: 0px 0px 0px 0px; }
section.order-history.downloads .box .background { padding: 0px 0px 10px 0px; }
section.order-history .box .bar {  }
section.order-history .box .bar span.left { display: block; position: relative; left: 12px; color: #444444; }
section.order-history .box .bar span.right { display: block; position: absolute; bottom: 10px; right: 12px; float:right; color: #444444; }
section.order-history .box .table  { clear: both; position: relative; width: 100%; background: #FFFFFF; }
section.order-history .box .background .text-container { clear: both; position: relative; padding: 12px 10px 10px 10px; border-bottom: 1px solid #DDDDDD; }
section.order-history .box .background h4 { display: block; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
section.order-history .box .background a.show-all { position: absolute; bottom: 10px; right: 7px; float:right; }
section.order-history .box .table .row { padding: 7px 10px 7px 10px; border-bottom: 1px solid #DDDDDD; }
section.order-history .box .row span, section.order-history .box .row a { display: inline-block; }
section.order-history .box .row .title { width: 482px; }
section.order-history .box .row .title span { margin-right: 6px; }
section.order-history .box .row span.amount { width: 80px; text-align: center; }
section.order-history .box .row span.price { width: 160px; text-align: right; }
section.order-history .box .text-container .row span { font-weight: bold; color: #444444; }
section.order-history .box .foreground  { width: 350px; height: 130px; padding: 10px 10px 10px 10px; margin: 20px 10px 0px 0px; }
section.order-history .box .foreground h4  { margin: 0px 0px 10px 0px; }
section.order-history .box .foreground .status  { color: #444444; }
section.order-history .box .row span.left {  }
section.order-history .box .row a.download { clear: both; display: block; font-family: arial; font-weight: bold; }

/* Login im Contentbereich */
section.in-page-login .box { width: 1004px; margin: 40px 0px 10px 0px; }
section.in-page-login.landing-page .box { margin: 0px 0px 10px 0px; }
section.default-full-width.newsletter.landing-page span.sup { position: relative; top: -2px; left: 1px; }
section.default-full-width.newsletter.landing-page header { position: relative; }
/*section.default-full-width.newsletter.landing-page header > span.sup { display: block; position: absolute; top: 30px; height: 6px; width: 6px; font-size: 16px; font-weight: bold; } */
section.default-full-width.newsletter.landing-page header > h2 > span.sup,
section.default-full-width.newsletter.landing-page header > h4 > span.sup { position: relative; left: 13px; width: 95%; }
section.default-full-width.newsletter.landing-page header > h4 { padding-top: 40px; }
section.default-full-width.newsletter.landing-page div.sup { position: relative; left: 13px; width: 95%; }
section.in-page-login .box .background { width: 1002px; padding: 10px 0px 0px 0px; }
section.in-page-login .box .foreground  { clear: both; z-index: auto; margin: 0px 0px 10px 0px; }
section.in-page-login .box .foreground .form-row  { float: left; width: 1002px; padding: 0px 0px 7px 10px;  }
section.in-page-login .box .foreground .form-row .container { position: relative; width: 248px; float: left; padding-top: 10px; margin: 0px 0px 0px 0px; }
section.in-page-login .box .foreground .form-row .container.first { width: 219px; }
section.in-page-login .box .foreground .form-row .container.second { width: 255px; }
/*section.in-page-login .box .foreground .form-row .container.right { text-align: right; padding: 7px 0px 0px 0px; }*/
section.in-page-login .box .foreground .form-row .container.right { text-align: left; padding: 4px 0px 0px 0px; width: 450px; max-width: 100%; }
section.in-page-login .box .foreground .form-row .container fieldset { display: inline; }
section.in-page-login .box .foreground .form-row .container fieldset.method-pin { display: none; }
section.in-page-login .box .foreground .form-row  h4 { padding: 3px 0px 0px 0px; }
section.in-page-login .box .foreground .form-row  label.cardnumber { position: absolute; top: 13px; left: 5px; width: 220px; float: left; padding: 0px 0px 0px 0px; }
section.in-page-login .box .foreground .form-row  input.cardnumber { width: 195px; float: left; }
section.in-page-login .box .foreground .form-row  label.birthdate { position: absolute; top: 13px; left: 4px; width: 87px; float: left; padding: 0px 0px 0px 0px; }
section.in-page-login .box .foreground .form-row  input.birthdate { width: 87px; float: left; margin-right: 14px; }
section.in-page-login .box .foreground .form-row  label.zip { position: absolute; top: 13px; left: 119px; width: 45px; float: left; padding: 0px 0px 0px 0px; }
/*section.in-page-login .box .foreground .form-row  input.zip { width: 35px; float: left; margin-right: 10px; }*/
section.in-page-login .box .foreground .form-row  input.zip { width: 45px; float: left; margin-right: 10px; }
section.in-page-login .box .foreground .form-row  label.pin { position: absolute; top: 13px; left: 5px; width: 35px; float: left; padding: 0px 0px 0px 0px; }
section.in-page-login .box .foreground .form-row  input.pin { width: 35px; float: left; margin-right: 10px; }
section.in-page-login .box .foreground .form-row  input.button { float: left; }
section.in-page-login .box .foreground .form-row span.login-toggle { display: inline-block; margin-right: 8px; color:#68266d; cursor: pointer; }
/*section.in-page-login .box .foreground .form-row a.registration { display: inline-block; margin-right: 8px; }*/
section.in-page-login .box .foreground .form-row a.registration { display: inline-block; margin-left: 8px; }
section.in-page-login .box .foreground .form-row a.faq { display: inline-block;/* margin-right: 10px;*/ }
/*section.in-page-login .box .foreground .form-row a.faq .icon-question { position: relative; top: 5px; }*/
/*section.in-page-login .box .foreground .form-row a.faq .icon-question { position: absolute; top: 20px; right: -17px; }*/
section.in-page-login .box .foreground .form-row a.faq { position: absolute; top: 12px; right: 10px; }
#in-page-login-errors { padding: 10px 10px 2px 0px; clear: both; }

/* Default mit zurück-Button */
section.default-with-back-button header {  }
section.default-with-back-button  > header > h2 { display: inline-block; }
section.default-with-back-button  > header > .container-left { position: relative; bottom: 7px; padding-top: 40px; float: left; width: 236px; margin-right: 20px; text-align: left; }
section.default-with-back-button  > header > .container-left a { display: block; font-family: arial; font-weight: bold; }
section.default-with-back-button  > header > .container-right { float: left; width: 748px;  }
section.default-with-back-button  > hr { clear: both; }
section.default-with-back-button > .container-left { clear: both; margin-top: 10px; }
section.default-with-back-button > .container-right { margin-top: 10px; width: 728px; }
section.default-with-back-button > .container-full { margin-top: 10px; }
section.default-with-back-button .imagecontainer { display: inline-block; width: 236px; text-align: center; margin-right: 20px; }
section.default-with-back-button .imagecontainer div { display: inline-block; text-align: center; }
section.default-with-back-button h4.term-press-release { font-size: 16px; line-height: 20px; font-weight: bold; }
section.default-with-back-button p.location-date { font-size: 16px; line-height: 20px; font-weight: normal; }
section.default-with-back-button p.abstract { font-weight: bold; }

/* Meilenumtausch */
section.miles .formular .foreground  h4 { padding: 10px 10px 5px 10px; }
section.miles .formular .foreground  p { padding: 0px 10px 0px 10px; }
section.miles .formular .foreground  .form-row input, section.miles .formular .foreground  .form-row label { margin: 0px 0px 20px 0px; }
section.miles .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 10px; min-height: 80px; }
section.miles .formular .background  label[for=acceptConditions]  { display: inline-block; float: none; width: 85%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
section.miles .formular .background .footer .button  { margin-left: 20px; }
section.miles .input-bg { background: #F2F2F2!important; }
section.miles hr { width: 730px; clear: both; margin: 0px 10px 0px 10px; }
section.miles .formular .foreground.review  .form-row { margin: 10px 0px 0px 0px; }
section.miles .formular .foreground.review  .form-row input.inactive { border: 0px none; background: none; color: #444444; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
section.miles .formular .foreground.review  .form-row input, section.miles .formular .foreground.review  .form-row label { margin: 0px 0px 0px 0px; }

section.miles.miles-abo .formular .foreground  .form-row input, section.miles.miles-abo .formular .foreground  .form-row label { margin: 15px 0px 5px 0px; }
section.miles.miles-abo .box .foreground  a.link-deactivate { position: absolute; top: 33px; right: 12px; font-family: arial; font-weight: bold; }


/* Prämienhöhepunkt */
/*section.bonus-highlight .formular .foreground  h4 { padding: 10px 10px 5px 10px; }
section.bonus-highlight .formular .foreground  p { padding: 0px 10px 0px 10px; }
section.bonus-highlight .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 10px; min-height: 80px; }
section.bonus-highlight .formular .background  label[for=acceptConditions]  { display: inline-block; float: none; width: 85%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
section.bonus-highlight .formular .background .footer .button  { margin-left: 20px; }
section.bonus-highlight .input-bg { background: #F2F2F2!important; }*/


/* Overlay - Prämienhöhepunkt */
section.bonus-highlight header  h2 { padding-top: 10px; }
section.bonus-highlight .formular .foreground  .form-row { min-height: 40px; }
section.bonus-highlight .formular .foreground  .radio-group .form-row,
section.bonus-highlight .formular .foreground  .checkbox-group .form-row { min-height: 26px; }
section.bonus-highlight .formular .foreground  h4 { padding: 10px 10px 5px 10px; }
section.bonus-highlight .formular .foreground  p { padding: 0px 10px 0px 10px; }
section.bonus-highlight .formular .background  > .text-container  { float: left; padding: 0px 20px 0px 20px; min-height: 80px; }
section.bonus-highlight .formular .background  label[for=acceptConditions]  { display: inline-block; float: none; width: 85%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: arial; font-weight: bold; }
section.bonus-highlight .formular .background .footer .button  { margin-left: 20px; }
section.bonus-highlight .formular .background .footer .button.close  { margin-right: 10px; }
section.bonus-highlight .input-bg { background: #F2F2F2!important; }
.highlight-success,
.highlight-error { position: relative; top: -10px; display: none; float: left; padding: 0px 7px 10px 7px; }
.overlay.lottery .container { padding-left: 20px; padding-right: 20px; }
.leading-input { display: table-cell; padding: 0; vertical-align: top; }
.follow-label { display: table-cell; }
section.bonus-highlight .formular .foreground p.leading-input { padding: 0; }
section.bonus-highlight .formular .background .follow-label label[for=acceptConditions],
section.bonus-highlight .formular .foreground .follow-label label[for=acceptNewsletter] { width: auto; }
section.bonus-highlight .formular .foreground.newsletter div p { padding-left: 0; }


@media only screen and (min-width: 500px) {
    section.bonus-highlight .formular .foreground .no-phone .form-row:first-child {
        margin-top: 67px;
    }
}

@media only screen and (min-width: 757px) {
    section.bonus-highlight .formular .foreground .no-phone .form-row:first-child {
        margin-top: 40px;
    }
    .start .wrapper > header { height:180px;}
    .no-sub-navi .wrapper > header { height:180px;}
}

/* Overlay - Gewinnspiel allgemein */


/* Spendenpartner */
section.donation header { /*margin-top: 30px;*/ }
section.donation  > header > h2 { display: inline-block; }
section.donation  > header > .container-left { position: relative; bottom: 7px; padding-top: 40px; float: left; width: 236px; margin-right: 20px; text-align: left; }
section.donation  > header > .container-left a { display: block; font-family: arial; font-weight: bold; }
section.donation > .container-left { clear: both; margin-top: 10px; }
section.donation > .container-right { margin-top: 10px; width: 728px; }
section.donation > .container-full { margin-top: 10px; }
section.donation .imagecontainer { display: inline-block; width: 236px; text-align: center; margin-right: 20px; }
section.donation .imagecontainer div { display: inline-block; text-align: center; }

section.donation  .formular.box  { margin: 40px 0px 10px 0px; }
section.donation  .formular .background { height: auto; padding-bottom: 40px; }
section.donation  .formular .text-container  { display: block; margin: 0px 0px 0px 0px; }
section.donation  .formular .foreground  > .text-container  { float: right; padding: 10px 10px 0px 0px; min-height: 136px; }
section.donation  .formular .foreground  > .text-container-full  { float: left; padding: 10px 10px 10px 10px; min-height: 126px; }
section.donation  .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 10px; min-height: 80px; }
section.donation  .formular .drop-down-footer { display: block; position: absolute; bottom: 10px; float: left; }
section.donation  .formular .drop-down-footer .checkbox { height: 15px; width: 15px; margin-top: 4px; }
section.donation  .formular .as-label { display: inline-block; font-weight: bold; padding: 2px 10px 10px 0px; }
section.donation  .formular input { display: inline-block; width: 50px; }
section.donation  .formular label { display: inline-block; font-weight: bold; padding: 2px 0px 10px 10px; }

/* responsive */
section.donation  .formular.box .foreground { position: absolute; top: -20px; padding-bottom: 0px; }
section.donation  .formular.box .background { height: 78px; float: right; padding-left: 10px; padding-top: 10px; }
section.donation  .formular.box .foreground { width: 491px; left: -489px; }

section.donation  .formular.box { width: 1004px; }
section.donation  .formular.box .background { width: 507px; }
section.donation  .formular.box .drop-down-footer { width: 488px; }
section.donation  .formular.box .foreground  > .text-container  { width: 365px; }



/* Warenkorb/Merkliste ohne Navi */
section.cart header .right { position: absolute; right: 0px; bottom: 10px; font-size: 12px; }
section.cart .box { width: 1004px; margin: 0px 0px 10px 0px; }
section.cart .box .background { width: 1002px; padding: 10px 0px 0px 0px; }
section.cart .box .foreground  { clear: both; z-index: auto; margin: 0px 0px 20px 0px; }
section.cart .box .foreground .form-row  { float: left; width: 1002px; padding: 0px 0px 7px 10px;  }
section.cart .box .foreground .form-row .container { position: relative; width: 248px; float: left; padding-top: 10px; margin: 0px 0px 0px 0px; }
section.cart .box .foreground .form-row .container.first { width: 220px; }
section.cart .box .foreground .form-row .container.second { width: 255px; }
/*section.cart .box .foreground .form-row .container.right { text-align: right; padding: 7px 0px 0px 0px; }*/
section.cart .box .foreground .form-row .container.right { text-align: left; padding: 4px 0px 0px 0px; width: 450px; }
section.cart .box .foreground .form-row .container fieldset { display: inline; }
section.cart .box .foreground .form-row .container fieldset.method-pin { display: none; }
section.cart .box .foreground .form-row  h4 { padding: 3px 0px 0px 0px; }
section.cart .box .foreground .form-row  label.cardnumber { position: absolute; top: 13px; left: 5px; width: 220px; float: left; padding: 0px 0px 0px 0px; }
/*section.cart .box .foreground .form-row  input.cardnumber { width: 222px; float: left; }*/
section.cart .box .foreground .form-row  input.cardnumber { width: 195px; float: left; }
section.cart .box .foreground .form-row  label.birthdate { position: absolute; top: 13px; left: 4px; width: 87px; float: left; padding: 0px 0px 0px 0px; }
section.cart .box .foreground .form-row  input.birthdate { width: 87px; float: left; margin-right: 14px; }
section.cart .box .foreground .form-row  label.zip { position: absolute; top: 13px; left: 119px; width: 35px; float: left; padding: 0px 0px 0px 0px; }
section.cart .box .foreground .form-row  input.zip { width: 45px; float: left; margin-right: 10px; }
section.cart .box .foreground .form-row  label.pin { position: absolute; top: 13px; left: 5px; width: 35px; float: left; padding: 0px 0px 0px 0px; }
section.cart .box .foreground .form-row  input.pin { width: 35px; float: left; margin-right: 10px; }
section.cart .box .foreground .form-row  input.button { float: left; }
section.cart .box .foreground .form-row span.login-toggle { display: inline-block; margin-right: 8px; color:#68266d; cursor: pointer; }
section.cart .box .foreground .form-row a.registration { display: inline-block; margin-right: 8px; margin-left: 8px; }
section.cart .box .foreground .form-row a.faq { display: inline-block; margin-right: 10px; }
/*section.cart .box .foreground .form-row a.faq .icon-question { position: relative; top: 5px; }*/
section.cart .box .foreground .form-row a.faq { position: absolute; top: 12px; right: 10px; }
#cart-login-errors { padding: 10px 10px 2px 0px; }

section.cart .box .table  { clear: both; float: left; position: relative; width: 100%; background: #FFFFFF; border-top: 1px solid #DDDDDD;  }
section.cart .box .cart-item  { float: left; border-bottom: 1px solid #DDDDDD; position: relative; }
section.cart .box .cart-item .image-container { float: left; padding: 0px 30px 0px 10px; /*background: #FFDDDD;*/ width: 90px; height: 120px; position:relative; text-align: center; }
section.cart .box .cart-item .image-container div { display: inline; line-height: 110px; } /* vertikale mittige bildpositionierung*/
section.cart .box .cart-item .image-container img { vertical-align: middle; }
section.cart .box .cart-item .text-container { float: left; padding: 10px 10px 10px 10px; /*background: #DDFFDD;*/ width: 350px; height: auto; position:relative; }
section.cart .box .cart-item .text-container .details { clear: both; padding: 10px 10px 0px 0px; font-family: arial; font-weight: bold; }
section.cart .box .cart-item .text-container .right { padding: 0px 10px 10px 0px; }
section.cart .box .cart-item .control-container { float: left; padding: 27px 10px 10px 10px; /*background: #DDDDFF;*/ width: 70px; height: 83px; position:relative; }
section.cart .box .cart-item .control-container .amount { display: block; float: left; width: 14px; height: 16px; line-height: 16px; font-size: 12px; margin-right: 10px; padding: 0px 5px 2px 3px; }
section.cart .box .cart-item .control-container input[type='number'].amount { width: 30px; }
section.cart .box .cart-item .control-container .remove { display: block; float: left; padding-top: 2px; }
section.cart .box .cart-item .shipment-container { float: left; padding: 28px 10px 10px 10px; /*background: #FFDDDD;*/ width: 152px; height: 82px; position:relative; }
section.cart .box .cart-item .price-container { float: left; padding: 28px 10px 10px 10px; /*background: #DDFFDD;*/ width: 220px; height: 82px; position:relative; }
/* Fix for overlapping elements */
section.cart .box .cart-item .price-container .oldpoints { margin-top: -10px; }
section.cart .box .cart-item .price-container .oldpoints ~ .ui-slider-horizontal { margin: 10px 0px 10px 0px; }
/* End fix */
section.cart .box .cart-item .price-container .points { clear: both; float: left; color: #d7790a; font-weight: bold; }
section.cart .box .cart-item .price-container .euro { clear: both; float: left; }
section.cart .box .cart-item .price-container .slider > input[type='range'] { width: 209px; }
section.cart .box .cart-item .price-container .ui-slider { width: 215px; }
section.cart .box .background > .text-container .left { float: left; padding: 10px 10px 10px 10px; }
section.cart .box .background > .text-container .left .show-all { position: relative; top: 5px; }
section.cart .box .background > .text-container .right { float: right; padding: 10px 10px 10px 10px; }
section.cart .box .background > .text-container button.refresh{ border: 0px none; background: none; color:#68266d; padding: 0px 0px 0px 0px; }
section.cart .box .bar {  }
section.cart .box .bar span.left { display: block; position: relative; left: 12px; color: #444444; }
section.cart .box .bar span.right { display: block; position: absolute; bottom: 10px; right: 12px; float:right; color: #444444; }
section.cart .box .background > .text-container .left a.show-all { display: inline-block; margin-bottom: 10px; }
section.cart .box .checkout-link { display: inline-block; margin-top: 8px; }

section.cart .box .bar.logged-in { margin: 0px 0px 20px 0px; }
section.cart .box .bar.logged-in h3 { display: block; padding: 0px 10px 0px 10px; margin: 0px 0px 0px 0px; color: #FFFFFF; }
section.cart .box .bar.logged-in span.right { position: absolute; bottom: 10px; right: 12px; float:right; color: #FFFFFF; }

section.cart .box .errors { padding: 0px 10px 10px 10px; float: right; }
section.cart .box .form-row .errors { padding: 0px 10px 10px 10px; float: none; clear: both; }
@media only screen and (min-width: 1012px) { section.cart .box .form-row .errors { margin-left: 250px; } }
section.cart .box .errors div { float: left; text-align: right; font-weight: bold; padding: 1px 10px 0px 0px; }
section.cart .box .errors a.faq { float: left; }

section.cart .box .cart-item.not-available .control-container { left: 34px; padding-top: 45px; height: auto; }

section.cart .box .watchlist-item .cart-link { display: block; position: absolute; bottom: 20px; right: 14px; font-weight: bold; }


/* Warenkorb/Merkliste mit Navi */
section.default-with-navi.cart .box { width: 748px; }
section.default-with-navi.cart .box .background { width: 746px; }
section.default-with-navi.cart .box .foreground .form-row  { width: 746px; }
section.default-with-navi.cart .box .foreground .form-row .container.first { clear: both; }
section.default-with-navi.cart .box .foreground .form-row .container.right { width: 243px; padding: 13px 5px 0px 0px; }
section.default-with-navi.cart .box .foreground .form-row a.faq .icon-question { position: absolute; top: -20px; left: 211px; }
section.default-with-navi.cart .box .cart-item  { position: relative; width: 100%; }
section.default-with-navi.cart .box .cart-item .image-container { margin-bottom: 130px; }
section.default-with-navi.cart .box .cart-item .text-container { width: 590px; height: auto; padding-right: 0px; margin-bottom: 130px; }
section.default-with-navi.cart .box .cart-item .text-container .right { padding: 0px 0px 10px 0px; }
section.default-with-navi.cart .box .cart-item .control-container { height: 58px; position: absolute; bottom: 0px; left: 130px; }
section.default-with-navi.cart .box .cart-item .shipment-container { position: absolute; bottom: 110px; left: 131px; width: 580px; height: 20px; margin: 0px 0px 0px 10px; padding: 0px 10px 10px 0px; border-bottom: 1px solid #F2F2F2; }
section.default-with-navi.cart .box .cart-item .price-container { position: absolute; bottom: 0px; right: 0px; }
section.default-with-navi.cart .box .cart-item .price-container .points.fix { position: relative; top: 25px; }

section.default-with-navi.cart .box .cart-item.not-available .image-container { margin-bottom: 0px; }
section.default-with-navi.cart .box .cart-item.not-available .text-container { width: 360px; margin-bottom: 0px; }
section.default-with-navi.cart .box .cart-item.not-available .control-container { left: auto; bottom: auto; width: 70px; height: 83px; position:relative; }
section.default-with-navi.cart .box .cart-item.not-available .shipment-container { display: none; }
section.default-with-navi.cart .box .cart-item.not-available .price-container { display: none; }

section.default-with-navi.cart .box .watchlist-item .image-container { margin-bottom: 160px; }
section.default-with-navi.cart .box .watchlist-item .text-container { margin-bottom: 160px; }
section.default-with-navi.cart .box .watchlist-item .control-container { bottom: 30px; }
section.default-with-navi.cart .box .watchlist-item .shipment-container { bottom: 140px; }
section.default-with-navi.cart .box .watchlist-item .price-container { bottom: 30px; }


/* Prämienshop */
section.shop > header > .select-box select { width: 224px; }
section.shop > header > .select-box  .dk_toggle { width: 224px!important; }
section.shop > header > .select-box select.styled-select { display: block; float: left; width: 237px; }
section.shop > header > .select-box label { display: block; float: left; padding: 3px 10px 0px 0px; }

section.shop article { float:left; position: relative; width:214px; height: 330px; padding: 10px 10px 0px 10px; text-align: center; margin: 0px 20px 20px 0px; background: #FFFFFF; }
section.shop article .logocontainer { height: 50px; position:relative; text-align: center; padding: 0px 0px 0px 0px; }
section.shop article .logocontainer div { display: inline; line-height: 50px; } /* vertikale mittige bildpositionierung*/
section.shop article .logocontainer img { vertical-align: middle; }
section.shop article .imagecontainer { height: 160px; position:relative; text-align: center; padding: 10px 0px 0px 0px; }
section.shop article .imagecontainer div { display: inline; line-height: 160px; } /* vertikale mittige bildpositionierung*/
section.shop article .imagecontainer img { vertical-align: middle; max-width: 180px; max-height: 170px; }
section.shop article .info { float:left; position: absolute; bottom: 20px; width:214px; color: #333333; }
section.shop article .info h3 { font-size: 14px; font-weight: bold; line-height:14px; }
section.shop article .info .oldpoints { float:left; text-align: center; width: 100%; margin: 0px 0px 3px 0px; font-weight: normal; font-size: 12px; line-height: 14px; font-family: arial; color: #666666; }
section.shop article .info .points { float:left; text-align: center; width: 100%; margin: 0px 0px 3px 0px; color: #D7790A; font-weight: bold; font-size: 19px; line-height: 19px; }
section.shop article .info .points span {  }
section.shop article .info .price { float:left; text-align: center; width: 100%; margin: 0px 0px 0px 0px; font-size: 12px; line-height: 14px; padding:5px 0px 0px 0px; font-family: arial; color: #333333; }
section.shop article .flag { position: absolute; top: -1px; left: 183px; width: 53px; height: 53px; }
section.shop article .flag.sale { background: url('/assets/static/sprite_banderole.png') 0px -85px no-repeat; }
section.shop article .flag.new { background: url('/assets/static/sprite_banderole.png') -53px -85px no-repeat; }


/* Detailseite - Prämie */
section.bonus > header  { text-align: center; /*margin-top: 20px;*/ }
section.bonus > header > h1,
section.bonus > header > h2 { display: inline-block; padding-top: 40px; }
section.bonus > header > .container-left { position: relative; bottom: 7px; padding-top: 40px; float: left; width: auto; text-align: left; }
section.bonus > header > .container-left a { display: block; font-family: arial; font-weight: bold; }
section.bonus > header > .container-right { position: relative; bottom: 7px; padding-top: 40px; float: right; width: auto; text-align: right; }
section.bonus > header > .container-right a { display: block; font-family: arial; font-weight: bold; float: left; }
section.bonus > header > .container-right span.separator { display: block; float: left; border-left: 1px solid #999999; width: 1px; height: 20px; margin: 0px 10px 0px 10px; }

section.bonus .bonus-left  { position: relative; left: -512px; float: left; margin: 10px 20px 0px 0px; width: 492px; }
section.bonus .bonus-right  { position: relative; left: 512px; float: left; margin: 10px 20px 0px 0px; width: 492px; }
section.bonus .bonus-left .image-container { width: 492px; height: 400px; position:relative; text-align: center; padding: 0px 0px 0px 0px; margin: 0px 0px 20px 0px; background: #FFFFFF; }
section.bonus .bonus-left .image-container a { line-height: 400px; } /* vertikale mittige bildpositionierung*/
section.bonus .bonus-left .image-container img { vertical-align: middle; max-width: 492px; max-height: 400px; }
section.bonus .bonus-left .video-container { width: 492px; height: 400px; position:relative; text-align: center; padding: 0px 0px 0px 0px; margin: 0px 0px 20px 0px; background: #1b1b1b; }
section.bonus .bonus-left .video-container iframe { width: 492px; height: 369px; margin: 15px 0px 0px 0px; }

section.bonus .bonus-left .thumb-row { clear: both; float: left; width: 110%; padding: 0px 0px 0px 0px;  }
section.bonus .bonus-left .thumb-row a { display: inline-block; float: left; width: 110px; margin: 0px 18px 18px 0px; }
section.bonus .bonus-left .thumb-row a img { display: block; width: 108px; height: 85px; border:1px solid transparent; }
section.bonus .bonus-right  .rating { float: left; width: 100%; }
section.bonus .bonus-right  .rating .rating-overall { float: left; margin: 0px 20px 10px 0px; }
section.bonus .bonus-right  .rating .rating-overall span { display: inline-block; float: left; }
section.bonus .bonus-right  .rating .rating-overall span.amount-users { margin: 0px 0px 0px 5px; }
section.bonus .bonus-right  .rating .rating-user{ float: left; margin: 0px 20px 20px 0px; }
section.bonus .bonus-right  .rating .rating-user span { display: inline-block; float: left; }
section.bonus .bonus-right  .rating  span.title { margin: 0px 5px 0px 0px; }
section.bonus .bonus-right  .rating .rating-user .rating-cancel { display: none!important; }
section.bonus a[name=img-anchor], section.bonus a[name=video-anchor] { position: absolute; top: -50px; }
/* star-rating */
div.rating-cancel, div.star-rating { float: left; width: 17px; height: 15px; text-indent: -999em; cursor: pointer; display: block; background: transparent; overflow: hidden; }
div.rating-cancel a, div.star-rating a { display: block; width: 16px; height: 100%; background-position: -6px -261px; border: 0; }
div.star-rating-on a { background-position: -6px -241px!important; }
div.star-rating-hover a { background-position: -6px -281px; }
div.star-rating-readonly a { cursor: default !important; }	/* Read Only CSS */
div.star-rating { background: transparent!important; overflow: hidden!important; }	/* Partial Star CSS */

section.bonus .bonus-right .container-left .logo-container { height: 125px; width: 100%; position:relative; text-align: center; padding: 0px 0px 0px 0px; }
section.bonus .bonus-right .container-left .logo-container div { display: inline; line-height: 125px; } /* vertikale mittige bildpositionierung*/
section.bonus .bonus-right .container-left .logo-container img { vertical-align: middle; }
section.bonus .bonus-right .container-right .box { width: 100%; margin: 0px 0px 0px 0px; }
section.bonus .bonus-right .container-right .background { position: relative; border: 0px none; background: none; padding: 0px 0px 0px 0px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
section.bonus .bonus-right .container-right .foreground { padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; left: 0px; }
section.bonus .bonus-right .container-right .foreground .points-large { margin: 10px 0px 0px 0px; font-size: 16px; font-weight: bold; color: #d7790a; }
section.bonus .bonus-right .container-right .price-container { padding: 10px 10px 10px 10px; }
section.bonus .bonus-right .container-right .price-container .oldpoints {  }
section.bonus .bonus-right .container-right .price-container .points { clear: both; float: left; color: #d7790a; font-weight: bold; }
section.bonus .bonus-right .container-right .price-container .all-in { position: absolute; top: 10px; right: 10px; float: right; color: #d7790a; font-weight: bold; }
section.bonus .bonus-right .container-right .price-container .euro { clear: both; float: left; }
section.bonus .bonus-right .container-right .price-container .slider > input[type='range'] { width: 216px; }
section.bonus .bonus-right .container-right .price-container .ui-slider { width: 100%; }
section.bonus .bonus-right .container-right .cart { clear: both; float: left; margin: 10px 10px 10px 10px; }
section.bonus .bonus-right .container-right .watch { float: right; clear: both; margin: 10px -3px 10px 10px; }
section.bonus .bonus-right .text-container > h2.sub-headline,
section.bonus .bonus-right .text-container > h3 { clear: both; padding-top: 20px; color: #444444; font-size: 20px; line-height: 24px; font-weight: normal; }
section.bonus .bonus-right .text-container > p { padding-bottom: 10px; }
section.bonus .bonus-right .text-container strong { color: #444444; }
section.bonus .bonus-right .container-right .foreground.expired { padding: 10px 0px 5px 0px; margin-bottom: 20px; }
section.bonus .bonus-right .container-right .foreground.expired h4 { margin: 0px 0px 0px 10px; }
section.bonus .bonus-right .container-right .foreground.expired p { margin: 0px 0px 0px 10px; }
section.bonus .bonus-right .container-right .foreground.expired .button { display: inline-block; margin: 10px 0px 0px 0px; position: relative; left: 10px; }


/* Punkte einlösen */
section.bonus-search { clear: none; width: 236px; }
section.bonus-search .box  { margin-top: 0px; }
section.bonus-search .foreground  { margin-top: -4px; margin-bottom: -4px; padding-bottom: 0px; }
section.bonus-search .foreground .form-row { position: relative; width: 216px; padding: 10px 10px 10px 10px; }
section.bonus-search .foreground .form-row.search { padding: 14px 10px 3px 10px; }
section.bonus-search .foreground .form-row h3 { float: left; }
section.bonus-search .foreground .form-row .points h3 { float: left; }
section.bonus-search .foreground .form-row .price-container { width: 216px; }
section.bonus-search .foreground .form-row .price-container .slider > input[type='range'] { width: 206px; }
section.bonus-search .foreground .form-row .price-container .ui-slider { width: 100%; }
section.bonus-search .foreground .form-row .dk_toggle { width: 204px!important; float: left; }
section.bonus-search .foreground .form-row select { width: 204px; float: left; }
section.bonus-search .foreground .form-row select.styled-select { width: 215px; float: left; }
section.bonus-search .foreground .form-row input[type="text"] { width: 183px; margin: 0px 0px 0px 0px; }
section.bonus-search .foreground .form-row label[for="filter-search"] { width: 183px; position: absolute; left: 15px; padding: 4px 5px 2px 5px; font-size: 13px; color: #333333; }
section.bonus-search .foreground .form-row .button { position: absolute; right: 10px; }
section.bonus-search .foreground .form-row .button span { padding-left: 3px; }
section.bonus-search .foreground .form-row .button span span { padding-right: 21px; }
section.bonus-search .foreground .footer { padding-right: 10px; }


/* Glossar */
section.glossary .container-quarter { float: left; clear: none; width: 236px; margin: 20px 20px 0px 0px; }
section.glossary .container-quarter ul { display: block; margin: 0px 0px 0px 0px; }
section.glossary .container-quarter li { display: block; margin: 0px 0px 6px 0px; background: url('/assets/static/arrow-right.png') 0px 4px no-repeat; }
section.glossary .container-quarter li a { display: block; width: 100%; height: 100%; padding: 0px 0px 0px 14px; color: #444444; }
section.glossary .container-quarter li > a { padding: 0px 0px 0px 14px; }
section.glossary .container-quarter li a:hover { color: #541d55; }


/* Suchergebnisse */
article.closed .show-expanded { display: none; }
article.closed .show-collapsed { display: block; }
/*article.opended .show-expanded { display: block; }
article.opended .show-collapsed { display: none; }*/

section.search-results header { position: relative; clear: both; }
section.search-results header ul.tabs { position: relative; top: -6px; left: 10px; display: block; width: 476px; height: 32px; list-style: none;
    z-index: 5; line-height:32px; overflow: hidden;
    -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px;
}
section.search-results-plus header ul.tabs { position: relative; top: -6px; left: 10px; display: block; width: 714px; height: 32px; list-style: none;
    z-index: 5; line-height:32px; overflow: hidden;
    -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px;
}
section.search-results header li.tab { display: block; float: left; height: 30px; width: 236px; margin: 0px 0px 0px 0px!important; padding: 0px 0px 0px 0px; border: 1px solid #DDDDDD; text-align: center; background: url('/assets/static/sprite_h_verlauf2.png') 0 -60px repeat-x; color:#68266d; font-weight: bold; cursor: pointer; }
section.search-results header li.tab:hover { position: relative; background-position: 0 -21px; border: 1px solid #68266d; color: #FFFFFF; }
section.search-results header li.tab.active { background-position: 0 -21px; border: 1px solid #68266d; color: #FFFFFF; }
section.search-results header li.tab > span { font-weight: normal; font-family: arial; }

section.search-results header > h4 { position: relative; display: block; bottom: 10px; padding: 10px 0px 0px 10px; }
section.search-results header .select-box { position: absolute; bottom: 6px; right: 10px; float:right; }
section.search-results header .select-box select { float: left; width: 218px; }
section.search-results header .select-box .dk_toggle { width: 218px!important; }
section.search-results header .select-box label { float: left; padding: 3px 10px 0px 0px; }

section.search-results .box { width: 746px; margin-top: 26px; }
section.search-results .background { border: 1px solid #DDDDDD; padding-bottom: 10px; }
section.search-results .background .date { font-size: 12px; line-height: 12px; }
section.search-results .no-hits { display: block; padding: 10px 10px 0px 10px; font-weight: bold; color: #444444; }
section.search-results article.closed, section.search-results article.opened { position: relative; width: 100%; float: left; margin: 5px 0px 5px 0px; background: #FFFFFF; border: 1px solid #DDDDDD; }
section.search-results article.closed { cursor: pointer; }
section.search-results article.closed .container-left { width: 130px; }
section.search-results article.closed .image-container, section.search-results article.opened .image-container { position:relative; text-align: center; padding: 0px 0px 0px 0px; margin: 0px 20px 10px 10px; background: #FFFFFF; }
section.search-results article.closed .image-container { height: 80px; width: 100px; }
section.search-results article.closed .image-container a { line-height: 78px; } /* vertikale mittige bildpositionierung*/
section.search-results article.closed .image-container img, section.search-results article.opened .image-container img { vertical-align: middle; border: 1px solid #DDDDDD; }
section.search-results article.closed .image-container img { height: 78px; width: 98px; }
section.search-results-plus article.closed .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }

section.search-results article.closed .container-full { width: 726px; padding: 0px 10px 0px 10px; }
section.search-results article.closed .container-right { width: 605px; }
section.search-results article .container-right .show-all {  }
section.search-results article .container-right .button-row.show-collapsed { width: 100%; }
section.search-results article .container-right .points { color: #D7790A; font-weight: bold; }
section.search-results article .container-right .points span { display: inline-block; margin-left: 5px; }
section.search-results article .container-right .price { font-size: 12px; }
section.search-results article .container-right .table-box { width: 360px; background: #F5F5F5; padding: 10px 10px 3px 10px; border: 1px solid #AFAFAF; }
section.search-results article .container-right .table-box table td { border: 0px none; padding: 0px 5px 5px 0px; background: none; }
section.search-results article .container-right .button-row,
section.search-results article .container-bottom .button-row { margin: 10px 10px 10px 0px; }
section.search-results article .button { float: left; margin-right: 15px;}


section.search-results article .footer { position: absolute; bottom: -31px; left:-10px; width: 100%; height: 30px; }
section.search-results article .open-close-button { margin: 0 auto; width: 50px; height: 30px; cursor: pointer; z-index: 50; }

section.search-results article.closed { left: -1px; padding: 10px 0px 10px 0px; }
section.search-results article.closed:hover { left: -11px; top: -6px; z-index: 49; padding: 16px 10px 4px 10px; border: 1px solid transparent; background: url('/assets/static/search_default_mo_3.png') -10px -5px no-repeat; }
section.search-results article.closed.expandable:hover { background: url('/assets/static/search_bonus_mo_3.png') -10px -5px no-repeat; }
section.search-results article.closed .footer { display: none; }
section.search-results article.closed:hover .footer { display: block; padding: 0px 9px 0px 9px; background: url('/assets/static/search_default_mo_3.png') 0px 100% no-repeat; }
section.search-results article.closed.expandable:hover .footer { background: url('/assets/static/search_bonus_mo_3.png') 0px 100% no-repeat; }
section.search-results article .container-bottom { clear: both; }
section.search-results article .additional-info { padding: 10px; clear: both; }

section.search-results article.opened.expandable { left: -11px; top: -6px; z-index: 48; padding: 16px 10px 4px 10px; margin: 5px 0px 20px 0px; border: 1px solid transparent; background: url('/assets/static/search_bonus_active_3.png') -10px -5px no-repeat; }
section.search-results article.opened .image-container { height: 180px; width: 224px; }
section.search-results article.opened .image-container a { line-height: 178px; } /* vertikale mittige bildpositionierung*/
section.search-results article.opened .image-container img { height: 178px; width: 222px; }
section.search-results-plus article.opened .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }
section.search-results article.opened .thumb-row { height: 34px; width: 244px; margin: 0px 0px 10px 10px; }
section.search-results article.opened .thumb-row img { height: 32px; width: 42px; border: 1px solid #DDDDDD; margin: 0px 12px 12px 0px; }
section.search-results article.opened .container-left { width: 254px; }
section.search-results article.opened .container-right { width: 459px; }
section.search-results article.opened.expandable .footer { display: block; padding: 0px 9px 0px 9px; background: url('/assets/static/search_bonus_active_3.png') 0px 100% no-repeat; }
a[name=search-top] { position: absolute; top: -100px; }

/*  Lottery */
.overlay.lottery .overlay-header {
    margin-bottom: 7px;
}

/* Registrierung */
section.sign-up { display: none; }
section.sign-up.step0 { display: block; }
section.sign-up header { position: relative; }
section.sign-up .container-left header { margin-left: 20px; }
section.sign-up .container-right header { margin-right: 20px; }
section.sign-up header h2 { color: #444444; padding: 10px 0px 0px 0px; padding-top: 10px; }
section.sign-up header h2.with-tabs { padding-top: 50px; }
section.sign-up .container-left header h2.with-tabs { padding-top: 40px; }
section.sign-up .container-right header h2.with-tabs { padding-top: 40px; }
section.sign-up .container-full + hr + .container-full header h2.with-tabs { padding-top: 20px; }
section.sign-up header h2 span { font-weight: normal; }
section.sign-up a.faq { display: inline-block; position: absolute; top: 12px; left: 225px; }
section.sign-up .container-left a.faq,
section.sign-up .container-right a.faq { position: absolute; top: 42px; left: auto; right: 0px; }

section.sign-up header ul.tabs { position: absolute; top: -23px; left: 0px; display: block; width: auto; height: 32px; list-style: none;
    z-index: 5; line-height:32px; overflow: hidden;
    -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px;
}
section.sign-up header li.tab { display: block; float: left; height: 32px; width: auto; margin: 0px 0px 0px 0px!important; padding: 0px 0px 0px 0px!important; border: 0px none; text-align: center; background: url('/assets/static/sprite_h_verlauf2.png') 0 -60px repeat-x; font-weight: bold; }
section.sign-up header li.tab:hover, section.sign-up header li.tab.active { background-position: 0 -21px; }
section.sign-up header li.tab > span { font-weight: normal; }
section.sign-up header li.tab  a { padding: 0px 15px 0px 15px; line-height: 32px; height:32px; display:inline-block; vertical-align: top;}
section.sign-up header li.tab.inactive  a { color: #999999; cursor: default; }
section.sign-up header li.tab:hover a, section.sign-up header li.tab.active a { color: #FFFFFF; }
section.sign-up header li.tab.inactive:hover { background-position: 0 -60px; }
section.sign-up header li.tab.inactive:hover a { color: #999999; }

section.sign-up header li.tab .separator { width: 0px; border-left:1px solid #DDDDDD; border-right: 1px solid #FFFFFF; display: inline-block; height: 32px;}


section.sign-up .box { width: 100%; }
/*section.sign-up .foreground  { position: absolute; top: 0px; padding: 0px 0px 0px 0px; }*/
section.sign-up > .footer { clear: both; padding: 10px 20px 20px 20px; margin: 0px 0px 0px 0px; height: 25px; font-family: arial; font-weight: bold; }
section.sign-up > .footer a.left { display: inline-block; padding: 3px 0px 0px 0px; }
section.sign-up.start .background  { padding: 0px 0px 10px 0px; z-index: auto; }
section.sign-up.steps .background  { padding: 0px 0px 0px 0px; z-index: auto;  }
section.sign-up .background .text-container-full  { float: left; padding: 0px 20px 0px 20px;  }
section.sign-up .background .text-container  { float: left; padding: 0px 20px 10px 20px; }
section.sign-up .background .text-container.right { position: absolute; right: 0px; text-align: center; }
section.sign-up .background .text-container.right img { max-width: 100%; max-height: 100%; }
section.sign-up .background .text-container > .footer { display: block; position: relative; padding: 10px 0px 0px 0px;  }
section.sign-up.start .background .text-container input[type=text],
section.sign-up.start .background .text-container input[type=number],
section.sign-up.start .background .text-container input[type=email] { float: left; margin: 0px 0px 20px 0px; width: 200px; }
section.sign-up.start .background .text-container label { position: absolute; top: 13px; left: 5px; }
section.sign-up.start .background .text-container button { display: block; clear: both; float: left; margin: 0px 0px 13px 0px; }
section.sign-up.start .background .text-container a { display: block; clear: both; float: left; margin: 0px 0px 0px 0px; font-family: arial; font-weight: bold; }
section.sign-up .errors { clear: both; padding: 0px 0px 20px 0px; }
section.sign-up .input-bg {background: #F2F2F2!important; }

section.sign-up .foreground  {  }
section.sign-up .background  { width: 100%; }
section.sign-up .foreground .text-container-full  {  }
section.sign-up .background .text-container  { width: 334px; }
/* Step 1 */
section.sign-up.step1 .box:hover .foreground  { border-bottom: 0px none; }
section.sign-up.step1 .foreground { float: left; position: relative; left: -5px; width: 100%; padding: 0px 3px 0px 3px; border-bottom: 0px none; background: #DDDDDD; }
section.sign-up.steps .foreground .section-content-container { float: left; position: relative; left: -3px; width: 105%; margin: 0px 0px 0px 0px; }
section.sign-up.steps .foreground .partner-item { background: #FFFFFF; float: left; width: 168px; height: 67px; padding: 5px 10px 5px 10px; margin: 0px 1px 1px 0px; }
section.sign-up.steps .foreground .partner-item:hover { background: url('/assets/static/sprite_h_verlauf2.png') 0px -124px; cursor: pointer; }
section.sign-up.steps .foreground .partner-item.empty:hover { background: #FFFFFF; cursor: default; }
section.sign-up.steps .foreground .partner-item .rollover-text { font-size: 12px; line-height: 16px; display: none; }
section.sign-up.steps .foreground .partner-item .rollover-text h6 { font-size: 12px; line-height: 16px; color: #444444; font-weight: bold; }
section.sign-up.steps .foreground .partner-item:hover > .rollover-text { display: block; }
section.sign-up.steps .foreground .partner-item.active { border: 3px solid #68266d; padding: 2px 7px 2px 7px; margin: 0px 1px 1px 0px; }
section.sign-up.steps .foreground .partner-item .logocontainer { height: 67px; }
section.sign-up.steps .foreground .partner-item .logocontainer div { line-height: 67px; } /* vertikale mittige bildpositionierung*/
section.sign-up.steps .foreground .partner-item .logocontainer img { max-height: 57px; max-width: 148px; }
section.sign-up.steps .foreground .partner-item:hover .logocontainer { display: none; }
/* Step 2 */
section.sign-up.step2 .foreground { float: left; position: relative; left: -5px; width: 100%; padding: 0px 3px 0px 3px; border-bottom: 0px none; background: #DDDDDD; }
section.sign-up.step2 .box:hover .foreground  { border-bottom: 0px none; }
section.sign-up.step2 .foreground .theme-item { position: relative; z-index: 10; background: #FFFFFF; float: left; width: 168px; height: 125px; padding: 5px 10px 5px 10px; margin: 0px 1px 1px 0px; }
section.sign-up.steps .foreground .theme-item .logocontainer { height: 105px; }
section.sign-up.steps .foreground .theme-item .logocontainer div { line-height: 105px; } /* vertikale mittige bildpositionierung*/
section.sign-up.steps .foreground .theme-item .logocontainer img { max-height: 105px; max-width: 148px; }
section.sign-up.steps .foreground .theme-item .text { font-size: 12px; line-height: 16px; text-align: center; }
section.sign-up.steps .foreground .theme-item:hover { cursor: pointer; z-index: 11; }
section.sign-up.steps .foreground .theme-item.empty:hover { cursor: default; z-index: 10; }
section.sign-up.steps .foreground .theme-item.active { border: 3px solid #68266d; padding: 2px 7px 2px 7px; margin: 0px 1px 1px 0px; }
section.sign-up.steps .foreground .theme-item.active:hover { cursor: default; z-index: 10; }
/* Step 3 */
section.sign-up.step3 .box.box-full.formular { margin-top: 0px; }
section.sign-up.step3 .formular.label-left .container-left .form-row { padding-left: 20px; }
section.sign-up.step3 .foreground { padding-bottom: 12px; margin-top: 0px; }

section.sign-up #salutation.styled-select { width: 91px!important; float: left; margin-right: 11px; }
section.sign-up #title.styled-select { width: 113px!important; float: left; }
section.sign-up #dayOfBirth.styled-select { width: 57px!important; float: left; margin-right: 10px;}
section.sign-up #monthOfBirth.styled-select { width: 57px!important; float: left; margin-right: 10px; }
section.sign-up #yearOfBirth.styled-select { width: 81px!important; float: left; }
section.sign-up #country.styled-select { width: 215px!important; }
section.sign-up .formular.label-left .container-left .form-row .styled-select { width: 215px!important; }

section.sign-up #city { width: 136px!important; float: left; }
section.sign-up #dayOfBirth, section.sign-up #dk_container_dayOfBirth .dk_toggle { width: 45px!important; float: left; }
section.sign-up #monthOfBirth, section.sign-up #dk_container_monthOfBirth .dk_toggle { width: 45px!important; float: left; }
section.sign-up #yearOfBirth, section.sign-up #dk_container_yearOfBirth .dk_toggle { width: 74px!important; float: left; }
section.sign-up #dk_container_dayOfBirth { width: 55px; }
section.sign-up #dk_container_monthOfBirth { width: 55px; }
section.sign-up #dk_container_yearOfBirth { width: 84px; }
section.sign-up #street { width: 159px!important; float: left; }

section.sign-up #dk_container_salutation { width: 101px; float: left; margin-right: 11px; }
section.sign-up #dk_container_salutation .dk_toggle { width: 91px!important; float: left; margin-right: 11px; }
section.sign-up #dk_container_title { width: 101px; float: left; }
section.sign-up #dk_container_title .dk_toggle { width: 91px!important; float: left; }
section.sign-up #dk_container_title .dk_options { width: 150px!important; }
section.sign-up #dk_container_country { width: 214px; float: left; }
section.sign-up #dk_container_country .dk_toggle { width: 204px!important; float: left; }
section.sign-up #code { width: 174px!important; }
section.sign-up.step3 a.faq { display: inline-block; position: relative; top: 17px; left: 10px; }
section.sign-up .form-row label, section.sign-up.step3 .form-row .label-group { width: 118px }
section.sign-up .formular.label-left .container-left .form-row input,
section.sign-up .formular.label-left .container-left .form-row select,
section.sign-up .formular.label-left .container-left .form-row .dk_toggle { width: 204px }
section.sign-up.steps .errors { text-align: right; padding: 10px 20px 10px 10px; }

section.overlay .box .captcha-left header h2 { padding: 10px 0px 10px 20px; }
section.overlay .box .captcha-left header h4 { padding: 10px 0px 10px 20px; }
section.overlay .box .captcha-left hr { margin: 0px 0px 0px 20px; width: 340px; }

section.overlay .box .captcha-left { float:left; width: 360px; min-height: 140px; }
section.overlay .box .captcha-right { position: relative; z-index: 1; left: 23px; float:left; background: #FFFFFF; width: 336px; height: 118px; margin: 52px 0px 0px 0px; }

/* Step 4 */
section.sign-up.step4 header { position: relative; }
section.sign-up.step4 .box.box-full.formular { margin-top: 0px; }
section.sign-up.step4 .formular .img-container { display: block; float: left; padding: 10px 0px 0px 8px; }
section.sign-up.step4 .formular .img-container img { display: block; float: left; clear: both; }
section.sign-up.step4 .formular .img-container a { display: block; float: left; width: 90px; clear: both; color: #68266d; padding: 10px 0px 10px 0px; font-size: 10px; line-height: 10px; }
section.sign-up.step4 .formular .img-container a:hover { color: #68266d; }
section.sign-up.step4 .formular .text-container  { display: block; margin: 0px 0px 0px 0px; }
section.sign-up.step4 .formular .foreground  > .text-container  { width: 230px; float: right; padding: 10px 10px 0px 0px; min-height: 136px; }
section.sign-up.step4 .formular .foreground  > .text-container-full  { padding: 10px 20px 10px 20px; min-height: 136px; }
section.sign-up.step4 .formular .foreground  > .text-container h4  { color: #68266d; padding: 5px 0px 5px 0px; }
section.sign-up.step4 .container-left .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 20px; }
section.sign-up.step4 .container-right .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 0px; }
section.sign-up.step4 .formular .drop-down-footer .checkbox { height: 15px; width: 15px; margin-top: 4px; }
section.sign-up.step4 .formular label { display: inline-block; width: 80%; font-family: arial; font-weight: bold; padding-bottom: 10px; }
section.sign-up.step4  span.sup { position: relative; top: -2px; left: 1px; }
section.sign-up.step4  header > span.sup { display: block; position: absolute; top: 0px; height: 6px; width: 6px; font-size: 16px; font-weight: bold; }
section.sign-up.step4  header > h2.sup { line-height: 16px; }
section.sign-up.step4  header > h2.sup > span.sup { position: relative; left: 13px; width: 90%; font-size: 14px; line-height: 16px; font-weight: bold; }
section.sign-up.step4  div.sup { position: relative; left: 13px; padding: 0px 30px 0px 20px; font-size: 12px; line-height: 16px; }

/* Step 4 extended */
section.sign-up.step4 .container-full header { padding: 0 20px; }
section.sign-up.step4 .container-full header h2.with-tabs { padding-right: 20px; }
section.sign-up.step4 .container-full a.faq { left: auto; right: 20px; top: auto; bottom: 5px; }
section.sign-up.step4 .container-full .formular .background .foreground > .img-container  { float: left; padding: 10px 10px 10px 20px; }
section.sign-up.step4 .container-full .formular .background .foreground > .text-container  { float: left; padding: 10px 10px 10px 20px; }
section.sign-up.step4 .container-full .formular .background .foreground > .img-container + .text-container { width: 78%; }
section.sign-up.step4 .container-full .background .text-container { width: auto; float: none; }
section.sign-up.step4 .formular .background .foreground { padding-bottom: 0; }
section.sign-up.step4 .formular .foreground > .text-container-full { min-height: 0; }
section.sign-up.step4 .formular .foreground > .text-container-full p:last-child { margin-bottom: 0;}
section.sign-up.step4 .formular label { font-weight: normal; width: 89%; }

section.sign-up.step5 header li.tab.showStep5 a  { cursor: default; }

/* Step 5 */
section.sign-up.step5ok .footer { height: 0px; padding: 0px 20px 20px 20px; }
section.sign-up.step5 .container-left,
section.sign-up.step5 .container-right  { width: 359px; }
section.sign-up.step5 .container-top  { width: 748px; }
section.sign-up.step5 .container-top  .my-dc-card {  }
section.sign-up.step5 .container-left .text-container-full  { width: 344px; float: left; padding: 10px 0px 10px 20px; }

section.sign-up.step5 .container-left .text-container  { width: 344px; float: left; padding: 10px 0px 10px 20px; }
section.sign-up.step5 .container-left .text-container-full a { white-space: nowrap; font-family: arial; font-weight: bold; }
section.sign-up.step5 .container-left header hr,
section.sign-up.step5 .container-right header hr  { margin-top: 10px; }
section.sign-up.step5 .my-dc-card { position: relative; width: 340px; float: right; margin: 10px 20px 10px 0px; }
section.sign-up.step5 .my-dc-card img.theme { display: block; -webkit-border-radius: 10px; border-radius: 10px; width: 340px; }
section.sign-up.step5 .my-dc-card .partner-logo { position: absolute; top: 0px; right: 0px; }
section.sign-up.step5 .my-dc-card .partner-logo img { border: 15px solid #FFFFFF; }
section.sign-up.step5 .my-dc-card footer { position: absolute; bottom: 0px; width:100%; height: 39px; margin: 0px 0px 0px 0px; background: none; background-image: none; }
section.sign-up.step5 .my-dc-card footer .overlay { display: block; position: absolute; width: 100%; height: 100%; font-family: arial, verdana; /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60);*/ opacity: .6; background:#fff;	}
section.sign-up.step5 .my-dc-card footer .label-my-card-number { display: block; position: relative; padding: 3px 10px 0px 10px;  color: #444444; float:left; font-size:12px; }
section.sign-up.step5 .my-dc-card footer .my-card-number { display: block; position: relative; padding: 3px 10px 0px 10px;  color: #444444; float: right; font-size:12px; font-weight: bold; }
section.sign-up.step5 .my-dc-card footer .label-my-points { display: block; position: relative; padding: 3px 10px 0px 10px;  color: #444444; float:left; font-size:12px; }
section.sign-up.step5 .my-dc-card footer .my-points { display: block; position: relative; padding: 0px 10px 3px 10px;  color: #444444; float: right; font-size:12px; font-weight: bold; }
section.sign-up.step5 .box { margin: 0px 0px 0px 0px; }
section.sign-up.step5 .box .foreground { width: 100%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px none; }
section.sign-up.step5 .box .foreground .adverts { width: 100%; }
section.sign-up.step5 .box.bonus-row { width: 110%; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; border: 0px none; }
section.sign-up.step5error .errors { text-align: left; padding: 10px 20px 10px 20px; }


/* Bestellung */
section.order { display: none; }
section.order.step1 { display: block; }
section.order header { position: relative; }
section.order .container-left header { margin-left: 20px; }
section.order .container-right header { margin-right: 20px; }
section.order header h2 { color: #444444; padding: 10px 0px 0px 0px; padding-top: 10px; }
section.order header h2.with-tabs { padding-top: 50px; }
section.order .container-left header h2.with-tabs { padding-top: 40px; }
section.order .container-right header h2.with-tabs { padding-top: 40px; }
section.order header h2 span { font-weight: normal; }
section.order a.faq { display: inline-block; position: absolute; top: 12px; left: 225px; }
section.order .container-left a.faq,
section.order .container-right a.faq { position: absolute; top: 42px; left: auto; right: 0px; }

section.order header ul.tabs { position: absolute; top: -23px; left: 0px; display: block; width: auto; height: 32px; list-style: none;
    z-index: 5; line-height:32px; overflow: hidden;
    -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px;
    -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px;
}
section.order header li.tab { display: block; float: left; height: 32px; width: auto; margin: 0px 0px 0px 0px!important; padding: 0px 0px 0px 0px!important; border: 0px none; text-align: center; background: url('/assets/static/sprite_h_verlauf2.png') 0 -60px repeat-x; font-family: arial; font-weight: bold; }
section.order header li.tab:hover, section.order header li.tab.active { background-position: 0 -21px; }
section.order header li.tab > span { font-weight: normal; }
section.order header li.tab  a { padding: 0px 15px 0px 15px; line-height: 32px; height:32px; display:inline-block; vertical-align: top;}
section.order header li.tab.inactive  a { color: #999999; cursor: default; }
section.order header li.tab:hover a, section.order header li.tab.active a { color: #FFFFFF; }
section.order header li.tab.inactive:hover { background-position: 0 -60px; }
section.order header li.tab.inactive:hover a { color: #999999; }

section.order header li.tab .separator { width: 0px; border-left:1px solid #DDDDDD; border-right: 1px solid #FFFFFF; display: inline-block; height: 32px;}


section.order .box { width: 100%; }
section.order > .footer { clear: both; padding: 10px 20px 20px 20px; margin: 0px 0px 0px 0px; height: 25px; font-family: arial; font-weight: bold; }
section.order > .footer a.left { display: inline-block; padding: 3px 0px 0px 0px; }
section.order .background  { padding: 0px 0px 0px 0px; z-index: auto;  }
section.order .background .text-container-full  { float: left; padding: 0px 20px 0px 20px;  }
section.order .background .text-container  { float: left; padding: 0px 20px 10px 20px; }
section.order .background .text-container.right { position: absolute; right: 0px; text-align: center; }
section.order .background .text-container.right img { max-width: 100%; max-height: 100%; }
section.order .background .text-container > .footer { display: block; position: relative; padding: 10px 0px 0px 0px;  }
section.order .background .text-container > .footer a { display: block; clear: both; float: left; margin: 0px 0px 0px 0px; font-weight: bold; }
section.order .errors { clear: both; padding: 0px 0px 20px 0px; }
section.order .input-bg {background: #F2F2F2!important; }

section.order .foreground  {  }
section.order .background  { width: 100%; }
section.order .foreground .text-container-full  {  }
section.order .background .text-container  { width: 334px; }

section.order .background .text-container-full.bank-collection > h4  { margin: 0px 0px 10px 0px; }
section.order .background .text-container-full.bank-collection span.input-bg  { display: block; float: left; width: 20px; margin: 0px 10px 0px 0px; }
section.order .background .text-container-full.bank-collection label  { display: block; float: left; width: 660px; margin: 0px 0px 10px 0px; }
section.order .background .text-container-full.bank-collection > p  { display: block; margin: 0px 0px 0px 30px; width: 660px; clear: both; }
section.order .background .foreground .iban-info  { padding-top: 20px; clear: both; }
section.order p.iban-info-bottom  { position: absolute; bottom: -60px; font-size: 10px; }

@media only screen and (max-width: 757px) {
    section.order p.iban-info-bottom  { bottom: -80px; }
}

@media only screen and (max-width: 500px) {
    section.order p.iban-info-bottom  { bottom: -95px; }
}


/* Step 1-3 */
section.order.steps1-3 .foreground  {  }
section.order.steps1-3 .background  { width: 100%; }
section.order.steps1-3 .foreground .text-container-full  {  }
section.order.steps1-3 .background .text-container  { width: 335px; }
section.order.steps1-3 .box .container  { float: left; width: 335px; height: 110px; padding: 0px 10px 10px 20px; margin: 0px 29px 0px 0px; }
section.order.steps1-3 .box .foreground  { width: 335px; padding: 10px 10px 10px 15px; margin: 0px 23px 0px 0px; }
section.order.steps1-3 .box .container.foreground  { margin: 0px 32px 0px 0px; }
section.order.steps1-3 .box .foreground h4  { margin: 0px 0px 10px 0px; }
section.order.steps1-3 .box .foreground.formular  { padding: 0px 10px 15px 15px; }
section.order.steps1-3 .box .formular .form-row { position: relative; padding-left: 0px; }
section.order.steps1-3 .box .formular .form-row  > label  { width: 105px; }
section.order.steps1-3 .box .form-row .label-group  { width: 105px; }
section.order.steps1-3 .box .foreground.formular input,
section.order.steps1-3 .box .foreground.formular select,
section.order.steps1-3 .box .foreground.formular .dk_toggle  { width: 194px!important; }
section.order.steps1-3 .box .foreground.formular span.fixed-value { width: 194px!important; margin-top: 19px; font-weight: bold; }
section.order.steps1-3 .box .foreground.formular .dk_focus { box-shadow: 0 0 5px blue; }
section.order.steps1-3 .checkboxes ul { list-style: none; display: block; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
section.order.steps1-3 .checkboxes li { display: block; float: left; clear: both; padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px; }
section.order.steps1-3 .checkboxes li .radio { float: left; width: 15px; height: 15px; margin-top: 1px; border: 0px none; }
section.order.steps1-3 .checkboxes label { display: inline; width: auto; padding: 1px 0px 0px 5px; margin: 0px 0px 0px 0px; }
section.order.steps1-3 .errors { text-align: right; padding: 10px 20px 10px 10px; }

/* Step 1 */
section.order.step1 .foreground.alternative { display: none; }
section.order.step1 .foreground.packing-station { display: none; }
section.order.step1 #order-city,
section.order.step1 #order-city2 { width: 126px!important; float: left; }
section.order.step1 #order-street { width: 149px!important; float: left; }
section.order.step1 .order-form-notice { padding:5px 20px; position:relative; top:10px; z-index: 0; }


/* Step 2 */
section.order.step2 .foreground.credit-card { display: none; }
section.order.step2 #order-ccValidToMonth, #dk_container_order-ccValidToMonth .dk_toggle { width: 45px!important; float: left; }
section.order.step2 #order-ccValidToYear, #dk_container_order-ccValidToYear .dk_toggle { width: 69px!important; float: left; }
#dk_container_order-ccValidToMonth { width: 55px; }
#dk_container_order-ccValidToYear { width: 79px; }
section.order.step2 #order-ccCVCCode { width: 106px!important; float: left; }
section.order.step2 a.faq { display: inline-block; position: relative; top: 17px; left: 10px; }
section.order.step2 img.ccCVCCode { display: none; position: absolute; top: -135px; left: 107px; }

/* Step 3 */
section.order.step3 .box .foreground  { height: 130px; }
span.col1 { display: block; clear: both; float: left; width: 100px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
span.col2 { display: block; float: left; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

section.order.step3 .box .table  { clear: both; float: left; position: relative; width: 100%; background: #FFFFFF; border-top: 1px solid #DDDDDD;  }
section.order.step3 .box .cart-header  { font-weight: bold; color: #444444; }
section.order.step3 .box .cart-item  { float: left; border-bottom: 1px solid #DDDDDD; }
section.order.step3 .box .text-container { float: left; padding: 10px 10px 10px 20px; /*background: #DDFFDD;*/ width: 278px; position:relative; }
section.order.step3 .box .cart-header .text-container {  }
section.order.step3 .box .cart-item .text-container .details { clear: both; padding: 10px 10px 0px 0px; font-weight: bold; }
section.order.step3 .box .cart-item .text-container .right { padding: 0px 10px 10px 0px; }
section.order.step3 .box .control-container { float: left; padding: 10px 10px 10px 10px; /*background: #DDDDFF;*/ width: 60px; position:relative; }
section.order.step3 .box .cart-header .control-container {  }
section.order.step3 .box .shipment-container { float: left; padding: 10px 10px 10px 10px; /*background: #FFDDDD;*/ width: 110px; position:relative; }
section.order.step3 .box .cart-header .shipment-container {  }
section.order.step3 .box .price-container { float: left; padding: 10px 20px 10px 10px; /*background: #DDFFDD;*/ width: 200px; position:relative; }
section.order.step3 .box .cart-header .price-container { text-align: right; }
section.order.step3 .box .cart-item .price-container .points { clear: none; float: right; text-align: right; min-width: 120px; color: #d7790a; font-weight: bold; }
section.order.step3 .box .cart-item .price-container .euro { clear: none; float: right; text-align: right; min-width: 80px; }
section.order.step3 .box .background > .text-container-full { float: none; margin: 0px 0px 0px 0px; padding: 0px 20px 0px 20px; }
section.order.step3 .box .background > .text-container-full .left { float: left; padding: 10px 10px 10px 0px; }
section.order.step3 .box .background > .text-container-full .right { float: right; padding: 10px 0px 10px 10px; }
section.order.step3 .box .bar {  }
section.order.step3 .box .bar span.left { display: block; position: relative; left: 20px; color: #444444; }
section.order.step3 .box .bar span.right { display: block; position: absolute; bottom: 10px; right: 20px; float:right; color: #444444; }
section.order.step3 label { display: inline-block; width: 80%; font-family: arial; font-weight: bold; padding-bottom: 10px; }

/* Step 4 */
/*section.order.step4 .text-container-full  { float: left; padding: 0px 20px 0px 20px;  }*/
section.order.step4 .box.box-full.formular { margin-top: 0px; }
section.order.step4 .text-container-full { float: none; margin: 0px 0px 0px 0px; padding: 0px 20px 0px 20px; }
section.order.step4 .formular .img-container { display: block; float: left; padding: 10px 0px 0px 8px; }
section.order.step4 .formular .img-container img { display: block; float: left; clear: both; }
section.order.step4 .formular .img-container a { display: block; width: 90px; float: left; clear: both; color: #68266d; padding: 10px 0px 10px 0px; font-size: 10px; line-height: 10px; }
section.order.step4 .formular .img-container a:hover { color: #68266d; }
section.order.step4 .formular .text-container  { display: block; margin: 0px 0px 0px 0px; }
section.order.step4 .formular .foreground  > .text-container  { width: 230px; float: right; padding: 10px 10px 0px 0px; min-height: 136px; }
section.order.step4 .formular .foreground  > .text-container-full  { float: left; padding: 10px 20px 10px 10px; min-height: 136px; }
section.order.step4 .formular .foreground  > .text-container h4  { color: #68266d; padding: 5px 0px 5px 0px; }
section.order.step4 .container-left .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 20px; }
section.order.step4 .container-right .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 0px; }
section.order.step4 .formular .drop-down-footer .checkbox { height: 15px; width: 15px; margin-top: 4px; }
section.order.step4 .formular label { display: inline-block; width: 80%; font-family: arial; font-weight: bold; padding-bottom: 10px; }
section.order.step4error .errors { text-align: left; padding: 10px 20px 10px 20px; }
section.order.step4 .slides  { float: left; }
section.order.step4 header.slides  { margin-top: 20px; }
/*section.order.step4 header.slides h2  { margin-top: 20px; }*/
section.order.step4 .slides.slides1x4 article .box .background { height: 100px; }
section.order.step4 .slides.slides1x4 article .box .foreground { height: 100px; border: 0px none; }

section.order.step4 .text-container-full h4 { margin: 30px 0px 7px 0px; }
section.order.step4 .text-container-full div.table { float: left; width: 100%; background: #FFFFFF; border-top: 1px solid #DDDDDD; border-left: 1px solid #DDDDDD; border-right: 1px solid #DDDDDD; }
section.order.step4 .text-container-full div.row { float: left; width: 100%; padding: 7px 0px 7px 0px; border-bottom: 1px solid #DDDDDD; }
section.order.step4 .text-container-full span.left { display: inline-block; float: left; padding: 0px 0px 0px 10px; }
section.order.step4 .text-container-full span.right { display: inline-block; float: right; padding: 0px 10px 0px 0px; }
section.order.step4 .text-container-full span.right a.download { font-family: arial; font-weight: bold; }

section.order.step4  span.sup { position: relative; top: -2px; left: 1px; }
section.order.step4  header > span.sup { display: block; position: absolute; top: 0px; height: 6px; width: 6px; font-size: 16px; font-weight: bold; }
section.order.step4  header > h2.sup { line-height: 16px; }
section.order.step4  header > h2.sup > span.sup { position: relative; left: 13px; width: 90%; font-size: 14px; line-height: 16px; font-weight: bold; }
section.order.step4  div.sup { position: relative; left: 13px; padding: 0px 30px 0px 20px; font-size: 12px; line-height: 16px; }


/* Overlay - Login */
section.overlay-login header  h2 { padding-top: 10px; }
section.overlay-login .formular  { width: 100%; }
section.overlay-login .formular .background   { width: 100%; }
section.overlay-login .formular .foreground { width: 324px; height: 120px; padding: 20px 20px 20px 20px; margin-top: 0px; }
section.overlay-login .formular .foreground  .form-row { min-height: 37px; position: relative; padding-left: 0px; margin-bottom: 0; }
section.overlay-login .formular .foreground  .form-row> label  { float: left; clear: both; display: block; width: 160px; }
section.overlay-login .formular .foreground  .form-row> input  { float: left; width: 150px; }
section.overlay-login .formular .foreground  h4 { padding: 10px 10px 5px 10px; }
section.overlay-login .formular .foreground  p { padding: 0px 10px 0px 10px; }
section.overlay-login .formular .foreground  .login-toggle { display: block; text-align: right; position: absolute; bottom: 10px; right: 20px; cursor: pointer; color:#68266d; }
section.overlay-login .formular .foreground  .forgot-pin { padding: 10px 10px 10px 160px; width: 160px; }
section.overlay-login .formular .background  > .text-container  { float: left; padding: 0px 20px 0px 20px; min-height: 80px; }
section.overlay-login .formular .background .text-container  { position: absolute; right: 25px; width: 320px; }
section.overlay-login .formular .background .text-container-left  { float: left; clear: both; width: 320px; padding: 5px 0px 0px 20px; }
section.overlay-login .formular .background .text-container-left .button  { float: right; }
section.overlay-login .formular .background .text-container  p {  }
section.overlay-login .formular .background .text-container a.registration  { display: block; clear: both; font-family: arial; font-weight: bold; }






/**************************************************************************************************************************/
/* Promotionboard */
/**************************************************************************************************************************/
.promotionboard { left: -4px; }
.promotionboard,
.promotionboard .adverts { width: 1012px; position: relative!important; height:100%; z-index: 2; background: transparent!important; }

.startboard, .board-1-3-2-2, .board-4-2  { height:305px; }
.defaultboard, .premiumboard, .singleboard, .onlineboard , .board-2-1-1, .board-1-1-2, .board-2-2 , .board-3-1, .board-4, .board-1-1-1-1  { height:144px; }
.overlay .banner { height:100px!important; float: left; margin: 5px 0px 30px 0px; clear: both; }
.overlay.lottery .banner { margin-bottom: 0; }
.overlay .promotionboard.banner .size1x1, .overlay .promotionboard.banner .size1x1 img { height:100px!important; }
.overlay .promotionboard.banner .size2x1, .overlay .promotionboard.banner .size2x1 img { height:100px!important; }
.overlay .promotionboard.banner .size3x1, .overlay .promotionboard.banner .size3x1 img { height:100px!important; }
.overlay .promotionboard.banner .size4x1, .overlay .promotionboard.banner .size4x1 img { height:100px!important; }
.overlay.lottery .promotionboard.banner .size1x1, .overlay.lottery .promotionboard.banner .size1x1 img { height: 144px!important; }
.overlay.lottery .promotionboard.banner .size2x1, .overlay.lottery .promotionboard.banner .size2x1 img { height:144px!important; }
.overlay.lottery .promotionboard.banner .size3x1, .overlay.lottery .promotionboard.banner .size3x1 img { height:144px!important; }
.overlay.lottery .promotionboard.banner .size4x1, .overlay.lottery .promotionboard.banner .size4x1 img { height:144px!important; }
.overlay.lottery .promotionboard.banner { width: auto !important; }

/* banner oben passt genau rein */
.overlay.lottery .banner { height:144px!important; }
.overlay.sign-up .banner { height:100px!important; float: left; margin: 5px 0px 30px -16px; clear: both; }
.overlay.sign-up  .promotionboard.banner .size1x1, .overlay.sign-up  .promotionboard.banner .size1x1 img { width: 300px; }
.overlay.sign-up  .promotionboard.banner .size2x1, .overlay.sign-up  .promotionboard.banner .size2x1 img { width: 492px; }
.overlay.sign-up  .promotionboard.banner .size3x1, .overlay.sign-up  .promotionboard.banner .size3x1 img { width: 748px; }
.overlay.sign-up  .promotionboard.banner .size4x1, .overlay.sign-up  .promotionboard.banner .size4x1 img { width: 748px; }

.banner { height:132px!important; float: left; margin: 10px 0px 10px 0px; clear: both; }
.promotionboard.banner .size1x1, .promotionboard.banner .size1x1 img,
.promotionboard.banner .size2x1, .promotionboard.banner .size2x1 img,
.promotionboard.banner .size3x1, .promotionboard.banner .size3x1 img,
.promotionboard.banner .size4x1, .promotionboard.banner .size4x1 img { height:132px!important; }
.sign-up-finished-board { height:180px!important; float: left; margin: 10px 0px 10px 0px; clear: both; }
.sign-up-finished-board .size1x1, .sign-up-finished-board .size1x1 img { height:180px!important; width: 361px!important; }

.promotionboard a { display:block;  }
.promotionboard .intro { width: 100%; border:none!important; display:none; }
.promotionboard .intro  .intro-username { position: absolute; z-index:100; top: 57px; right: 45px; font-size: 50px; line-height: 50px; font-family: arial; font-weight: normal; color: #FFFFFF; }
.promotionboard .intro  .intro-points { position: absolute; z-index:100; top: 112px; right: 45px; font-size: 40px; line-height: 40px; font-family: arial; font-weight: bold; color: #FFFFFF; }
.promotionboard .ad { z-index: 2; position: absolute; border:none!important; }
.promotionboard .ad .btn { position: absolute; width:60px; height:100%; top:0; z-index:1000; outline: none; display: none;}
.promotionboard .ad .next { right:0;  }
.promotionboard .ad .next span { background-position: -175px -175px; right: -4px; }
.promotionboard .ad nav { height:auto; }
.promotionboard .ad nav span { height:56px; width: 35px; margin-top: -26px; position: absolute; top: 50%;}
.promotionboard .ad .prev { left:0;  }
.promotionboard .ad .prev span { background-position: -138px -175px; left:-4px; }

.promotionboard .size1x1, .promotionboard .size1x1 img { width: 244px; height: 144px; }
.promotionboard .size2x1, .promotionboard .size2x1 img { width: 500px; height: 144px; }
.promotionboard .size3x1, .promotionboard .size3x1 img { width: 756px; height: 144px; }
.promotionboard .size4x1, .promotionboard .size4x1 img { width: 1012px; height: 144px; }
.promotionboard .size1x2, .promotionboard .size1x2 img { width: 244px; height: 300px; }
.promotionboard .size2x2, .promotionboard .size2x2 img { width: 500px; height: 300px; }
.promotionboard .size3x2, .promotionboard .size3x2 img { width: 756px; height: 300px; }
.promotionboard .size4x2, .promotionboard .size4x2 img { width: 1012px; height: 300px; }

.wall { position: relative; z-index: 2; width:1012px; height:300px; overflow: hidden; }






/**************************************************************************************************************************/
/* Header */
/**************************************************************************************************************************/
nav.mobile { display: none; height:17px; background-position: 0 -20px; padding:10px 0; border:none; width:100%;}
nav.mobile a { color: #fff; font-size:12px; font-weight:bold; padding:0 12px; }
nav.mobile a.open-main-navigation { float:left; }
nav.mobile a.open-main-navigation span { float:left; background-position: -179px -135px; width:24px; height:18px; margin-right:10px; }
nav.mobile a.my-dc-card { float:right; }
nav.mobile a.my-dc-card span { float:right; background-position: -179px -105px; width:24px; height:22px; margin-left:10px; }

.wrapper > header { position: relative; height:206px;}
/*.start .wrapper > header { height:180px;}
.no-sub-navi .wrapper > header { height:180px;}*/
header nav ul li { float:left; }

/* Such-Feld */
header .search { position: absolute; top:43px; left:278px; }
header .search input[type="text"] { position: relative; z-index: 11; width:255px; border-color: #591259; }
header .search label[for="search"] { position: absolute; z-index: 12; width:255px; color: #999999; padding: 4px 5px 2px 5px; font-family: arial; }
header .search .button  { position: relative; z-index: 13; left: -8px; }
header .search .button span span { width: 60px; }

/* Such-Ergebnisbox */
header .box-search-results { display: none; position: absolute; z-index: 15; top:25px; left:0px; width: 354px; padding: 0px 0px 10px 0px; background: #f5f5f5; border: 1px solid #999999; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
header .box-search-results section { font-size: 12px; }
header .box-search-results section header { width: 334px; padding: 7px 10px 7px 10px; color: #68266d; min-height: 0px; }
header .box-search-results section header h4 { padding: 0; }
header .box-search-results section header h4 span { font-family: arial; }
header .box-search-results ul { display: block; width: 354px; float: left; padding: 5px 0px 5px 0px; background: #FFFFFF; border-top: 1px solid #999999; border-bottom: 1px solid #999999; list-style: none; }
header .box-search-results li { display: block; width: 334px; float: left; padding: 1px 10px 1px 10px; }
header .box-search-results li.active { background: #EEEEEE; }
header .box-search-results li .category { display: block; width: 144px; margin: 0px 10px 0px 0px; float: left; color: #333333; overflow: hidden; }
header .box-search-results li .title { display: block; width: 180px; float: left; color: #333333; }
header .box-search-results li .title span { font-weight: bold; color: #444444; }
header .box-search-results li .title:hover { color: #68266d; }
header .box-search-results li .title:hover span { color: #68266d; }

/* Account-Box */
.method-pin { display:none; }
header .account { font-family: arial; position: absolute; width: 243px; height: 133px; z-index:1000; right: 10px; top: 27px; background: #fff; -webkit-border-radius: 4px; border-radius: 4px; }
header .account .login { position: relative; margin: 10px 10px 0 10px; }
header .account .login h3 { font-size: 12px; line-height: 16px; font-family: arial, verdana; font-weight: bold; color: #333333;  }
header .account .login button{ position: absolute; top: 21px; right: 0; width: 64px; height:18px; margin:0; padding: 0px 5px 0px 10px; text-align: left; border:1px solid #c2c2c2; }
header .account .login button > .button-text{ position: relative; top: -2px; margin:0; padding: 0px 0px 0px 0px; font-size: 12px; line-height: 0px; color: #571057; text-align: left; }
header .account .login button > .arrow{ position: relative; top: 2px; background-position: -173px -78px; }
header .account .login input { position: absolute; z-index: 6; color:#949494; height: 14px; line-height: 14px; font-size: 11px; padding-top: 1px; padding-bottom: 1px; }
header .account .login label { position: absolute; display: block; z-index: 7; color:#949494; height: 14px; line-height: 14px; font-size: 11px; padding-top: 2px; padding-left: 5px; }
header .account .cardnumber { left: 0px; top: 21px; width:139px; cursor: text; } /* label + input */
header .account .pin { left: 0px; top: 48px; width: 36px; cursor: text; }
header .account .birthdate { left: 0px; top: 48px; width: 78px; cursor: text; }
header .account .zip { left: 99px; top: 48px; width: 40px; cursor: text; }
header .account .login a { position: absolute; font-size: 11px; display: inline-block; }
header .account .login a.registration { right: 2px; /*top: 49px*/ top: 45px; height: 30px; max-width: 60px; line-height: 1.1; }
header .account .login a.forgot-pin { left: 59px; top: 49px; color: #a5a5a5; }
header .account .login span.login-toggle { position: absolute; left: 0px; top: 70px; color:#68266d; font-size: 11px; display:block; cursor: pointer; }
#login-errors { position: absolute; left: 0px; top: 100px; width: 223px; z-index: 7; background: #FFFFFF; padding: 8px 10px 10px 10px; }


header .account .my-dc-card { position: relative; height:75px; width: 224px; }
header .account .my-dc-card img { -webkit-border-radius: 4px; border-radius: 4px; }
header .account .my-dc-card .partner-logo { position: absolute; top: 0px; right: 0px; }
header .account .my-dc-card .partner-logo img { position: relative; top: -6px; right: -6px; border: 8px solid #FFFFFF; background: #FFFFFF; }
header .account .my-dc-card footer { position: absolute; bottom: 0px; width:224px; }
header .account .my-dc-card footer .overlay { font-family: arial; display: block; position: absolute; width: 224px;height: 100%; /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; filter: alpha(opacity=60);*/ opacity: .6; background:#fff;	}
header .account .my-dc-card footer .my-name { display: block; position: relative; padding: 0 5px;  color: #444444; float:left; font-size:12px; }
header .account .my-dc-card footer .my-points { display: block; position: relative; padding: 0 5px;  color: #444444; float: right; font-size:12px; font-weight: bold; }

/* Account-Box - Buttons */
header .account nav.info { height:32px; position: absolute; bottom: 0; }
header .account nav.info li { width: 59px; height:32px; border-right: 1px solid #DDDDDD; border-left: 1px solid #fff; cursor: pointer; }
header .account nav.info li.last { border-right:none; background: none; filter: none; width:57px;}
header .account nav.info li.active { cursor: default; }
header .account nav.info li.inactive { cursor: default; }
header .account nav.info li > span.sprite-icons { width:23px; height:24px; position: relative; }
header .account nav.info .count { left: 28px; top:-26px; width:21px; height:26px; line-height: 25px; padding-top: 0px; background-position: -2px -72px; text-indent: -4px; font-family: arial, verdana; font-size:9px; font-weight: bold; text-align: center; }
header .account nav.info .icon-bag { background-position: -30px -75px; left: 16px; top: 5px; }
header .account nav.info .icon-tag { background-position: -57px -75px; left: 16px; top: 5px; }
header .account nav.info .icon-badge { background-position: -81px -75px; left: 16px; top: 5px; }
header .account nav.info .icon-gift { background-position: -109px -75px; left: 16px; top: 5px; }
header .account nav.info a.faq { display: inline-block; width:39px; height:26px; padding: 5px 0px 0px 19px }
header .account nav.info li.inactive .icon { opacity: .6; /*filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";*/ }
header .account nav.info li.inactive .count { display: none; cursor: default; }
header .account nav.info li section { margin-top: 0; }

/* Account-Box - Carts */
header .account nav.info section { position: absolute; background:#fff; z-index:12; left:-1px; top:31px; width:245px; overflow: hidden; font-size: 13px; padding-top: 10px;
    -moz-border-radius-bottomright: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px; border-bottom-left-radius: 4px; display: none;}
/*header .account nav.info section .arrow { margin:0;}*/
header .account nav.info section h4 { font-size: 12px; line-height: 12px; font-family: arial; font-weight: bold; padding: 3px 0px 8px 10px; }
header .account nav.info section .content { padding: 0px 10px 10px 10px; }
header .account nav.info section .content a { font-size: 13px; }
header .account nav.info section .buttons { margin:10px 0;}
header .account nav.info section .content .cart-link { margin-top: 2px; display:inline-block; font-size: 12px; font-weight:bold; }
header .account nav.info section .content .checkout-link { display:inline-block; float:right;}

header .account nav.info section.empty .content { color: #656565!important; }
header .account nav.info section.empty .content,
header .account nav.info section.empty .content a { font-size:12px; }
header .account nav.info section.empty .content a { font-weight:bold; }
header .account nav.info section.empty h4 { border-bottom: 1px solid #ddd; }
header .account nav.info section .info { line-height:16px; padding-bottom: 10px }

header .account nav.info section table { font-size: 11px; color: #4c4c4c; }
header .account nav.info section table td { border: 0px none; background: none; line-height: 16px; border-top: 1px solid #ddd; padding-top:7px!important; padding-bottom: 5px!important; }
header .account nav.info section table .item-add td { border: 0px none; padding-top:0px!important; }
header .account nav.info section table td p { font-size: 12px; line-height: 12px; }
header .account nav.info section table td.remove { padding-left: 9px; width:17px; }
header .account nav.info section table td.product { font-weight:bold; font-size:12px; padding-left: 0px; }
header .account nav.info section table td.product a { display:inline-block; }
header .account nav.info section table td.product .not-available { font-size: 11px; line-height: 11px; }
header .account nav.info section table td.quantity { width: 22px; text-align: right;}
header .account nav.info section table td.price { width: 52px; padding: 0 10px 0 5px; text-align: right; }
header .account nav.info section table .total td { font-weight: bold;}
header .account nav.info section table .total .label { padding-left: 10px; }
header .account nav.info section table tr.new td { position: relative; background: #b068a3; }
header .account nav.info section table tr.new td span.added { clear: both; display: inline-block; width: 130px; font-weight: normal; font-size: 11px; line-height: 11px; }
header .account nav.info section table tr.attached td { border-top: none; }
header .account nav.info .flag-item.attached td {  width: 100%; position: relative; border: none; padding: 0 !important; height: 6px; border-top: 1px solid #ddd; }
header .account nav.info .flag-item td:after { content: ""; width: 100%; height: 2px; background: #fff; position: absolute; bottom: -2px; }
header .account nav.info .my-coupons table tr.new td span.added { width: 100%; }

header .account nav.info .my-coupons table td.product { padding-left: 9px; }

header .account nav.info section .sprite-nav { clear: both; height: 25px; background-position: 0 -30px; text-align: center; cursor: pointer; }
header .account nav.info section .btn-close { height: 17px!important; width: 40px!important; display:inline-block!important; }

/* Hauptnavigation */
header nav.main { width:1004px; margin:0 auto; margin-bottom: 40px;
    z-index: 12; top: 123px; position: relative; background-position: 0 -21px; height:36px; line-height:36px; border-bottom: 10px solid #380e31;
    -moz-border-radius-topright: 4px; border-top-right-radius: 4px; -moz-border-radius-topleft: 4px; border-top-left-radius: 4px;
}


/* Variante 1 */
/*header .account nav.info .my-coupons table tr td .accountbox-flag,
header .account nav.info .my-coupons table tr.new td .accountbox-flag {
	width: 50px;
	height: 30px;
	background: #FFAB12;
	position: absolute;
	top: -3px;
	right: -29px;
	text-align: center;
	opacity: 0.01;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform: rotate(45deg);
	-moz-transform-origin: 50% 0;
	-ms-transform: rotate(45deg);
	-m	s-transform-origin: 50% 0;
	transform: rotate(45deg);
	transform-origin: 50% 0;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition: opacity 0.4s ease-in-out;
	-ms-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
}

header .account nav.info .my-coupons table tr.attached td .accountbox-flag {
	opacity: 1 !important;
}

header .account nav.info .my-coupons table tr.attached td .accountbox-flag span {
	font-size: 10px;
	color: #fff;
	display: inline-block;
	padding-top: 15px;
	text-transform: uppercase;
}*/

/* Variante 2 */
header .account nav.info .my-watchlist table tr td .accountbox-flag,
header .account nav.info .my-watchlist table tr.new td .accountbox-flag,
header .account nav.info .my-cart table tr td .accountbox-flag,
header .account nav.info .my-cart table tr.new td .accountbox-flag,
header .account nav.info .my-coupons table tr td .accountbox-flag,
header .account nav.info .my-coupons table tr.new td .accountbox-flag {
    width: 100%;
    height: 3px;
    /*border-top: 1px solid #FFAB12;*/
    background: #FFAB12;
    /*background: linear-gradient(to bottom, #FDD07C 0%, #FFEAC2 30%, #FFFFFF 100%);*/
    background: linear-gradient(to right, #FFFFFF 0%, #FFAB12 50%, #FFFFFF 100%);
    position: relative;
    top: 0px;
    right: 0px;
    text-align: center;
    opacity: 0.01;
    z-index: 2;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

header .account nav.info .my-cart table tr.attached td .accountbox-flag,
header .account nav.info .my-watchlist table tr.attached td .accountbox-flag,
header .account nav.info .my-coupons table tr.attached td .accountbox-flag {
    opacity: 1 !important;
}

header .account nav.info .my-cart table tr.attached td .accountbox-flag span,
header .account nav.info .my-watchlist table tr.attached td .accountbox-flag span,
header .account nav.info .my-coupons table tr.attached td .accountbox-flag span {
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 50%;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    background: #FFAB12;
    letter-spacing: 1px;
    padding: 0 7px;
    border-radius: 0 0 5px 5px;
    line-height: 1.2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

header nav.main > ul > li { display: block; height: 36px; background: url('/assets/static/sprite_h_verlauf2.png') 0 -21px repeat-x;}
header nav.main > ul > li:hover { position: relative; background-position: 0 -264px;}
header nav.main > ul > li.active { background-position: 0 -264px;}
header nav.main > ul > li.active:hover { position: static; } /* wichtig ! */
header nav.main > ul > li > a { padding: 0 35px; color: #FFFFFF; font-size:14px; font-family: Arial; font-weight: bold; line-height: 36px; height:36px; display:inline-block; vertical-align: top;}
header nav.main.entries-5 > ul > li > a { padding: 0 25px; }
header nav.main .separator { border-left:1px solid #2b2b2b; border-right: 1px solid #98568f;  display: inline-block; height: 36px;}
header nav.main > ul > li:first-child, header nav.main > ul > li:first-child > a { -moz-border-radius-topleft: 5px; border-top-left-radius: 5px; }

/* Hauptnavigation - Level 2 */
header nav.main .level2 { display: none; position: absolute; z-index: 8; left: 0px; top: 36px; width: 100%; background: #380E31; }
header nav.main > ul > li .level2 > li  > a:hover { background: url('/assets/static/navi_highlight_vertical.png') center center no-repeat; }

header nav.main > ul > li:hover .level2  { display: block; width: 100%; float: left; padding: 10px 0px 10px 0px; z-index: 9; }
header nav.main > ul > li .level2 > li { display: block; float: left; width: 100%; background: #380E31; line-height: 17px; height:auto;  }
header nav.main > ul > li .level2 > li  > a { display: block; float: left; width: 80%; padding: 4px 5px 4px 20px; color: #FFFFFF; font-size:13px; font-weight: normal; line-height: 17px; height:auto; }
header nav.main > ul > li:hover .level2 {
    box-shadow: 0 1px 7px #000000; -moz-box-shadow: 0 1px 7px #000000; -webkit-box-shadow: 0 1px 7px #000000;
    border:0px none;
}

header nav.main > ul > li.active:hover .level2  { padding: 0px 0px 0px 0px; }
header nav.main > ul > li.active .level2 { display: block; height: 36px; }
header nav.main > ul > li.active .level2 > li { display: block; width: auto; background: #380E31; line-height: 35px; height:36px; }
header nav.main > ul > li.active .level2 > li  > a { font-family: Arial; display: block; width: auto; padding: 0px 12px 0px 12px; color: #FFFFFF; font-size:13px; font-weight: normal; line-height: 35px; height:36px; }
header nav.main > ul > li.active .level2  {  }
header nav.main > ul > li.active:hover .level2  {  }
header nav.main > ul > li.active .level2 > li  > a:hover { background: url('/assets/static/navi_highlight.png') center 11px no-repeat; }
header nav.main > ul > li.active:hover .level2 {
    box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;
    border:0px none;
}
header nav.main > ul > li.active .level2 .active a { font-weight: bold; }
header nav.main > ul > li.active .level2 .active a:hover  { color: #FFFFFF; }


/* Hauptnavigation - Drop Down */
header nav.main > ul > li:hover span.drop-down  { display: block; }
header nav.main span.drop-down { display: none; position: absolute; left: -4px; top: 71px; width: 722px; float: left; padding: 15px 20px 20px 15px; background: #571057 url('/assets/static/noise.png'); color: #FFFFFF; font-size: 13px; line-height: 19px; }
.start header nav.main span.drop-down { top: 36px; }

header nav.main span.drop-down  a { color: #FFFFFF; text-decoration: underline; }
header nav.main span.drop-down  a:hover { color: #b068a3; text-decoration: underline; }

header nav.main span.drop-down span.img-container { display: block; float: left; padding: 0px 20px 0px 0px; }
header nav.main span.drop-down span.img-container img { display: block; float: left; clear: both; }
header nav.main span.drop-down span.img-container a { position: relative; display: block; float: left; clear: both; color: #FFFFFF; text-decoration: none; padding: 10px 0px 10px 0px; font-size: 10px; line-height: 11px; }
header nav.main span.drop-down span.img-container a:hover { color: #b068a3; }
header nav.main span.drop-down span.img-container a .arrow-white-small { position: absolute; right: -10px; bottom: 7px; }
header nav.main span.drop-down span.text-container  { display: block; float: right; width: 606px; margin: 0px 0px 35px 0px; }
header nav.main span.drop-down span.drop-down-footer { display: block; position: absolute; bottom: 20px; float: left; width: 605px; }
header nav.main span.drop-down span.drop-down-footer .button { /* border weiss */ }
header nav.main span.drop-down span.drop-down-footer .checkbox { height: 15px; width: 15px; position: absolute; top: 5px; }
header nav.main span.drop-down span.drop-down-footer .checkbox.styled-checkbox { top: 3px; }
header nav.main span.drop-down span.drop-down-footer input[type=checkbox].styled-checkbox:checked::after { border-bottom: 2px solid #FFFFFF; border-left: 2px solid #FFFFFF; }

header nav.main span.drop-down span.drop-down-footer label { position: absolute; width: 450px; display: block; top: 3px; left: 25px; font-weight: bold; }
header nav.main span.drop-down hr { background: #b068a3; width: 100%; height: 1px; margin: 10px 0px 10px 0px; }
header nav.main span.drop-down h3 { margin: 0px 0px 10px 0px; font-size: 16px; line-height: 16px; font-weight: normal; }
header nav.main span.drop-down h4 { margin: 0px 0px 0px 0px; font-size: 13px; line-height: 19px; font-weight: bold; }
header nav.main span.drop-down h4 > span { font-weight: normal; font-size: 10px; line-height: 10px; }

header nav.main span.drop-down.campaign { height: 106px; z-index: 10; }
header nav.main span.drop-down.campaign span.img-container { position: relative; left: -15px; top:-19px; padding-right: 5px; }
header nav.main span.drop-down.campaign span.img-container img { display: block; float: left; clear: both; }
header nav.main span.drop-down.campaign span.img-container a { position: static; display: inline; float: none; clear: none; padding: 0px 0px 0px 0px; }
header nav.main span.drop-down.campaign span.text-container  { position: absolute; bottom: 10px; left: 264px; width: 460px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-size: 14px; line-height: 18px; }
header nav.main span.drop-down.campaign span.text-container h4  { font-size: 14px; }
header nav.main span.drop-down.campaign span.text-container a { position: relative; display: block; float: left; clear: both; color: #FFFFFF; padding: 10px 0px 10px 0px; font-weight: bold; font-size: 14px;  }
header nav.main span.drop-down.campaign span.text-container a span.arrow-white { position: absolute; top: 12px; right: -13px; }


/* Metanavigation */
header nav.help { font-family: arial; height:auto; font-size: 11px; color: #999999; position: absolute; right: 8px; top:5px;}
header nav.help li { margin-right: 7px; }
header nav.help a { height:auto; padding-right:6px; color: #999999;   }
header nav.help a:hover { color: #541d55; }




/**************************************************************************************************************************/
/* Footer */
/**************************************************************************************************************************/
footer { float: left; margin-top: 100px; font-size: 12px; line-height: 16px; color: #333333; width: 100%; }
footer {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYzhkNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M5ZDFkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWVjZjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(187,200,212,1) 0%, rgba(201,209,218,1) 50%, rgba(229,236,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,200,212,1)), color-stop(50%,rgba(201,209,218,1)), color-stop(100%,rgba(229,236,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(187,200,212,1) 0%,rgba(201,209,218,1) 50%,rgba(229,236,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(187,200,212,1) 0%,rgba(201,209,218,1) 50%,rgba(229,236,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(187,200,212,1) 0%,rgba(201,209,218,1) 50%,rgba(229,236,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(187,200,212,1) 0%,rgba(201,209,218,1) 50%,rgba(229,236,244,1) 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbc8d4', endColorstr='#e5ecf4',GradientType=0 );*/ /* IE6-8 */
    /*background:url('/assets/static/noise.png'),  -moz-linear-gradient(top, #7589a5 0%, #ebe8ff 100%);
    background:url('/assets/static/noise.png'),  -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7589a5), color-stop(100%,#ebe8ff));
    background:url('/assets/static/noise.png'),  -webkit-linear-gradient(top, #7589a5 0%,#ebe8ff 100%);
    background:url('/assets/static/noise.png'),  -o-linear-gradient(top, #7589a5 0%,#ebe8ff 100%);
    background:url('/assets/static/noise.png'),  -ms-linear-gradient(top, #7589a5 0%,#ebe8ff 100%);
    background:url('/assets/static/noise.png'),  linear-gradient(to bottom, #7589a5 0%,#ebe8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7589a5', endColorstr='#ebe8ff',GradientType=0 );*/
}
footer > hr { height: 1px; background: #FFFFFF; width: 100%; margin: 1px 0px 0px 0px; }
footer a { color: #333333; }
footer .wrapper {  }
footer .wrapper .main { padding: 20px 0px 60px 0px; }

footer .promotionboard.footerboard { width: 244px; height: 144px; float: left; left: auto; margin: 10px 10px 0px 0px; overflow: hidden; }
footer section { clear: none; width: 232px; float: left; padding: 0px 10px 0px 10px; margin: 10px 0px 0px 0px; }
footer section h3 { padding: 0px 0px 5px 0px; border-bottom: 1px solid #E8EFF7; font-family: arial; font-weight: bold; color: #333333; }
footer section ul { width: 100%; }
footer section ul li { padding: 5px 0px 4px 0px; border-bottom: 1px solid #E8EFF7; }
footer section.info {  }
footer section.help {  }
footer section.social { width: 237px; padding: 0px 0px 0px 10px; }
footer section.legal { clear: both; float: right; /*width: 290px;*/ width: 300px; padding: 0px 7px 0px 0px; }
footer section.legal li { display: block; float: right; padding: 0px 0px 0px 0px; border-bottom: 0px none transparent; }
footer section.legal li .separator { padding: 0px 5px 0px 5px; }
footer section.copyright { width: 180px; padding: 0px 0px 0px 0px; }
footer a:hover { color: #541d55;}

footer .footerfooter { padding-top: 30px; padding-bottom: 30px; float: left; width: 100%; }




.wrapper-main.landing-page > header { height: 100px; text-align: center; }
.wrapper-main.landing-page > .main { margin: 0px auto; float: none; }
.wrapper-main.landing-page > .main > .site-logo { margin: 0px auto 0px auto!important; position: relative; top: 20px; }
.wrapper-main.landing-page section.text-landing-page > .left-quarter-width  { text-align: center; }
.wrapper-main.landing-page section.text-landing-page > .left-quarter-width > img { max-width: 236px; }

footer .landing-page > .main { padding: 0px 0px 0px 0px!important; }
footer .landing-page > .main .footerfooter  { padding: 6px 0px 11px 0px!important; }




#overlay-page { width: 100%; height:100%; position: absolute; z-index:2000; top:0; left:0; background: #fff; display:none; background:url("/assets/static/bg_soft.png"); overflow: auto;}
#overlay-page > .inner { position: relative; left: 50%; margin-left: -374px;  margin-bottom: 30px; top: 45px; width: 748px; float: left; background:#fff; -webkit-box-shadow: 1px 1px 4px 2px #ccccce;
    background: url("/assets/static/noise.png") #fff; box-shadow: 1px 1px 4px 2px #ccccce; -moz-border-radius: 4px; border-radius: 4px; }
#overlay-page > .inner > a.close { float:right; margin-right:6px; margin-top: 3px; }

#overlay-page .ov-content { padding:0px; min-height: 150px; }
#overlay-page .ov-content section .box .background { border-color: transparent; background: transparent; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
#overlay-page .ov-content section > header { margin-left: 20px; margin-right: 20px; width: 708px; min-height: 0px; }
#overlay-page .ov-content section > hr { margin-left: 20px; margin-right: 20px; width: 708px; }

/* New Overlay with fixed position appended to body element */
#overlay-page.v2 {
    position: fixed;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
    overflow-y: auto;
}
#overlay-page.v2 .inner {
    top: 50px !important;
}

.ad-campaign-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    background: url("/assets/static/bg_softer.png");
    display: none;
}

.ad-campaign-overlay.show {
    display: block;
}

.ad-campaign-overlay .overlay-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}



/** media queries */

@media only screen and (min-width: 1013px) {
    body {
        -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
        overflow-x: hidden;
    }
    .mobile-hidden-1012 { display: none!important; }
    .clear-1012 { clear: both!important; }

    /* Persönliche Daten */
    section.additionalData .formular.label-left label { width: 230px; }
    section.additionalData .formular.label-left .container-left .form-row input,
    section.additionalData .formular.label-left .container-right .form-row input,
    section.additionalData .formular.label-left .container-left .form-row textarea,
    section.additionalData .formular.label-left .container-right .form-row textarea,
    section.additionalData .formular.label-left .container-left .form-row select,
    section.additionalData .formular.label-left .container-right .form-row select { width: 104px;}
    section.additionalData .formular.label-left .container-left .form-row .dk_toggle,
    section.additionalData .formular.label-left .container-right .form-row .dk_toggle { width: 104px!important;}
    section.additionalData .formular.label-left .container-right .form-row .styled-select  { width: 113px;}

    .banner { margin-bottom: 40px; }
    /* Logo-Leiste */
    section .premium-partner-logos  { width: 1004px; height: 124px; background:transparent url(/assets/partnerlogos/logoleiste_r4.png) no-repeat; }
    section .container-premium-partner-logos  { width: 1004px; height: 124px; }
    section .container-premium-partner-logos  ul.both {  }
    section .container-premium-partner-logos  ul.left { width: 502px; margin-top: 3px; }
    section .container-premium-partner-logos  ul.right { width: 502px; margin-top: 5px; }
    section .container-premium-partner-logos  li a {  }
    section .container-premium-partner-logos  li.both {  }
    section .container-premium-partner-logos  li.large { width: 100px; height: 91px; padding: 30px 10px 0px 10px; }
    section .container-premium-partner-logos  li.large  img{ height: 61px; position: relative; top: 0px; }
    section .container-premium-partner-logos  li.small { width: 60px; height: 50px; padding: 5px 10px 5px 10px; }
    section .container-premium-partner-logos  li.small  img{ width: 60px; position: relative; top: 0px; }

    /* PIN vergessen */
    section.form-forgot-pin .formular .background  > .captcha-right { width: 368px; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_image { width: 310px!important; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_image img { padding-left: 3px; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_widget { /*width: 310px;*/ }
    section.form-forgot-pin .formular .background  > .captcha-right .control {  }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_response_field { width: 330px; }
    section.form-forgot-pin .formular .background  > .captcha-right label[for=recaptcha_response_field] {  }

    #forgot-pin-dayOfBirth.styled-select { width: 53px!important; float: left; margin-right: 10px; padding-left: 3px; }
    #forgot-pin-monthOfBirth.styled-select { width: 53px!important; float: left; margin-right: 10px; padding-left: 3px; }
    #forgot-pin-yearOfBirth.styled-select { width: 66px!important; float: left; padding-left: 3px; }

    /* Serie beenden */
    section.form-terminate-series .formular.label-left .form-row  input[type=text]{ width: 225px; }
    section.form-terminate-series .formular.label-left .form-row  label { width: 224px; margin-top: 10px; }
    section.form-terminate-series .box-half { width: 492px; }
    section.form-terminate-series .box-half.formular { width: 492px; }

    section.form-terminate-series .formular .background  > .captcha-right { width: 498px; height: 118px; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_image { width: 440px!important; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_image img { padding-left: 70px; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_response_field { float: right; width: 225px; margin-right: 26px; }
    section.form-terminate-series .formular .background  > .captcha-right label[for=recaptcha_response_field] { display: block!important; }

    /* Meilenumtausch */
    section.miles .box .captcha-left { width: 358px; margin-top: 10px; }
    section.miles .formular .background  .captcha-right { width: 368px; margin-top: 10px; }
    section.miles .formular .background  .captcha-right #recaptcha_image { width: 310px!important; }
    section.miles .formular .background  .captcha-right #recaptcha_image img { padding-left: 3px; }
    section.miles .formular .background  .captcha-right #recaptcha_widget { /*width: 310px;*/ }
    section.miles .formular .background  .captcha-right .control {  }
    section.miles .formular .background  .captcha-right #recaptcha_response_field { width: 330px; }
    section.miles .formular .background  .captcha-right label[for=recaptcha_response_field] { width: 330px; }

    /* Captcha - Overlay */
    section.overlay .box  .captcha-right { width: 368px; margin-top: 43px; }
    section.overlay .box  .captcha-right #recaptcha_image { width: 310px!important; }
    section.overlay .box  .captcha-right #recaptcha_image img { padding-left: 3px; }
    section.overlay .box  .captcha-right #recaptcha_widget { /*width: 310px;*/ }
    section.overlay .box  .captcha-right .control {  }
    section.overlay .box  .captcha-right #recaptcha_response_field { width: 330px; }
    section.overlay .box  .captcha-right label[for=recaptcha_response_field] {  }

    section.in-page-login .box .foreground .form-row .container.right,
    section.in-page-login .box .foreground .form-row #in-page-login-errors,
    section.cart .box .foreground .form-row .container.right,
    section.cart .box .foreground .form-row #in-page-login-errors { margin-left: 250px; }


}


@media only screen and (min-width: 757px) and (max-width: 1012px)  {
    .wrapper, .promotionboard {
        width: 756px;
    }
    .board-4-2 {
        height: 144px;
    }
    .error-user-data { margin-top: -6px; }
    label.narrow { word-spacing: -2px; }
    .mobile-hidden-756 { display: none!important; }
    .clear-756 { clear: both!important; }
    #loading { width: 500px; }
    .shadow { width: 792px; left: -20px; background:transparent url(/assets/static/promotionboard_verlauf_3.png) no-repeat; }

    header .search { left:220px}
    header .search input[type="text"] { width: 145px; }

    header .box-search-results { width: 244px; }
    header .box-search-results section header,
    header .box-search-results ul { width: 244px; }
    header .box-search-results li { width: 224px; }
    header .box-search-results li .category { width: 100px; }
    header .box-search-results li .title { width: 114px; }

    header nav.main { width:748px; }
    header nav.main > ul > li > a { padding: 0px 3px 0px 7px; }
    header nav.main.entries-5 > ul > li > a { padding: 0px 3px 0px 6px; font-size: 13px; }
    header nav.main > ul > li.active .level2 > li  > a { padding: 0px 9px 0px 9px; }
    header nav.main > ul > li .level2 > li  > a { padding-left: 9px; }
    header nav.main span.drop-down { width: 726px; } /* 4px rechts raus */

    footer section.info { width: 236px; }
    footer section.help { width: 105px; }
    footer section.social { width: 105px; }

    .left-quarter-width { width: 236px; }
    .right-threequarter-width { width: 492px; }

    section > span.content-container > div.content-container  { width: 500px; }
    section > .section-content-container > span.content-container > div.content-container  { width: 500px; }

    /* responsive Grunddaten ******************************************** */
    .wrapper-main > .main { width: 748px; }
    section.left-navi { width: 236px; }
    section.default-with-navi { width: 492px; }
    section.default-full-width { width: 748px; }
    section.default-half-width { width: 364px; }
    section.left-threequarter-width { width: 748px; }
    section.right-quarter-width { width: 748px; }
    section .box-full { width: 748px; }
    section.default-with-navi .box-full { width: 492px; }
    section .box-half { width: 364px;}
    section.default-with-navi .box-half { width: 236px; }
    section .box-quarter { width: 236px; }
    .promotionboard .adverts { width: 756px; }
    section.default-with-navi .box-half.formular  { width: 234px; }
    /* ****************************************************************** */
    section.right-quarter-width.default header { min-height: 20px; }
    section.right-quarter-width.default header  > h2{ padding-top: 0px; }


    /* Details - Aktionen */
    section.details-campaigns .container-quarter { width: 244px; }
    section.details-campaigns .container-half { width: 484px; }


    /* Standardseite ohne Navigation */
    section.default-full-width.default .container-quarter { width: 244px; }
    section.default-full-width.default .container-half { width: 484px; }

    /* Teaser */
    section.default-half-width.deep-link { clear: both; width: 748px; }
    section.default-half-width.deep-link .box-full { width: 748px; }

    section.default-with-navi .box-full .box-left .teaser { width: 224px; }
    section.default-half-width.deep-link .box-full .box-left .teaser { width: 480px; }
    section.default-with-navi .box-full .flag { left: 156px; }

    section.default-full-width .box.box-half.teaser  { clear: both; width: 748px; }
    section.default-full-width .box.box-half.teaser .box-left .teaser { width: 480px; }

    section .box-half.online-partner { width: 234px; }

    /* Online-Partner */
    section.default-with-navi .box-half.online-partner .flag { left: 138px; }
    section.default-with-navi .box-half.online-partner .box-left { width: 244px; }
    section.default-with-navi .box-half.online-partner .box-left .teaser { width: 220px; }
    section.default-with-navi .box.online-partner .box-left .teaser .logocontainer { margin-bottom: 2px; }
    section.default-with-navi .box-full.online-partner .box-left .teaser .logocontainer img { max-height: 35px; max-width: 115px; }
    section.default-with-navi .box-half.online-partner .box-left .teaser .logocontainer img { max-height: 35px; max-width: 115px; }
    section.default-with-navi .box.online-partner .box-left .teaser .textcontainer .teaser-text { max-height: 37px; height: 37px; }
    section.default-with-navi .box.online-partner .box-left .teaser .textcontainer .show-details { float: left; }


    /* Ersatzkarte */
    section.form-change-pin .formular.label-left .dk_toggle { width: 202px!important; }
    section.form-change-pin .formular.label-left select { width: 202px; }
    section.form-change-pin .formular.label-left .styled-select { width: 213px; }
    section .formular.label-left .checkboxes  { width: 212px; }
    section .formular.label-left .checkboxes label { width: 182px; }



    /* Vorteils-Aktionen */
    section.campaigns div.glass  { top: 0px; left: -4px; width: 502px;}
    section.campaigns .glass .inlay  { top: 100px; left: 50%; padding: 10px 15px 15px 15px; }
    /*section.campaigns .glass .inlay  { top: 100px; left: 150px; padding: 10px 15px 15px 15px; }*/


    /* PIN vergessen */
    section.form-forgot-pin .formular.label-left .form-row  input[type=text]{ width: 225px; }
    section.form-forgot-pin .formular.label-left .form-row  label { width: 224px; margin-top: 10px; }
    #dk_container_forgot-pin-dayOfBirth .dk_toggle { width: 57px!important; }
    #dk_container_forgot-pin-monthOfBirth .dk_toggle { width: 57px!important; }
    #dk_container_forgot-pin-yearOfBirth .dk_toggle { width: 67px!important;}
    #dk_container_forgot-pin-dayOfBirth { width: 67px; }
    #dk_container_forgot-pin-monthOfBirth { width: 67px; }
    #dk_container_forgot-pin-yearOfBirth { width: 77px;}
    #forgot-pin-dayOfBirth.styled-select { width: 70px!important; float: left; margin-right: 10px;}
    #forgot-pin-monthOfBirth.styled-select { width: 70px!important; float: left; margin-right: 10px; }
    #forgot-pin-yearOfBirth.styled-select { width: 77px!important; float: left; }

    section.form-forgot-pin .box-half { width: 492px; }
    section.form-forgot-pin .box-half.formular { width: 492px; }

    section.form-forgot-pin .formular .background  > .captcha-right { width: 498px; height: 118px; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_image { width: 440px!important; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_image img { padding-left: 70px; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_response_field { float: right; width: 225px; margin-right: 26px; }
    section.form-forgot-pin .formular .background  > .captcha-right label[for=recaptcha_response_field] { display: block!important; }


    /* PIN ändern */
    section .formular .pin { width: 55px; }


    /* Serie beenden */
    section.form-terminate-series .formular.label-left .form-row label { padding: 2px 10px 0px 0px; }
    section.form-terminate-series .formular .background  > .captcha-right { width: 368px; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_image { width: 310px!important; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_image img { padding-left: 3px; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_widget { /*width: 310px;*/ }
    section.form-terminate-series.formular .background  > .captcha-right .control {  }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_response_field { width: 330px; }
    section.form-terminate-series .formular .background  > .captcha-right label[for=recaptcha_response_field] {  }


    /* Persönliche Daten */
    section.personalData .formular.label-left span.label-group { width: 100%; padding: 4px 10px 0px 0px; }
    section.personalData .formular.label-left label { position: relative; top: 12px; width: 100%; margin-top: 0px; padding: 4px 10px 0px 0px; }
    section.additionalData .formular.label-left span.label-group { width: 100%; padding: 4px 10px 0px 0px; }
    section.additionalData .formular.label-left label { position: relative; top: 12px; width: 100%; margin-top: 0px; padding: 4px 10px 0px 0px; }


    /* Default mit zurück-Button */
    section.default-with-back-button  > header > h2 { padding-top: 10px; }
    section.default-with-back-button  > header > .container-right { width: 492px;  }
    section.default-with-back-button  .container-right { width: 492px;  }


    /* Meilenumtausch */
    section.miles .foreground.review .container-left { width: 100%; }
    section.miles .formular .foreground.review  .form-row label { width: 50%; position: relative; top: auto; }
    section.miles .formular .background  label[for=acceptConditions]  { top: auto; }
    section.miles hr { width: 470px; }

    section.miles .formular .background  .captcha-left { margin-top: 10px; }
    section.miles .formular .background  .captcha-right { left: -14px; width: 498px; height: 118px; margin-top: 10px; }
    section.miles .formular .background  .captcha-right #recaptcha_image { width: 440px!important; }
    section.miles .formular .background  .captcha-right #recaptcha_image img { padding-left: 70px; }
    section.miles .formular .background  .captcha-right #recaptcha_response_field { float: right; width: 225px; margin-right: 26px; }
    section.miles .formular .background  .captcha-right label[for=recaptcha_response_field] { top: -33px; left: 0px; display: block!important; }

    /* Captcha - Overlay */
    section.overlay .box  .captcha-right { width: 368px; margin-top: 43px; }
    section.overlay .box  .captcha-right #recaptcha_image { width: 310px!important; }
    section.overlay .box  .captcha-right #recaptcha_image img { padding-left: 3px; }
    section.overlay .box  .captcha-right #recaptcha_widget { /*width: 310px;*/ }
    section.overlay .box  .captcha-right .control {  }
    section.overlay .box  .captcha-right #recaptcha_response_field { width: 330px; }
    section.overlay .box  .captcha-right label[for=recaptcha_response_field] {  }

    /* Overlay - Prämienhöhepunkt */
    section.bonus-highlight .formular .foreground  .form-row { min-height: 67px; }
    section.bonus-highlight.overlay  .formular .foreground  .form-row { min-height: 40px; }
    section.bonus-highlight.overlay  .formular .foreground .radio-group  .form-row { min-height: 26px; }
    section.bonus-highlight .formular .foreground  .form-row input { margin-top: 5px; }
    section.bonus-highlight.overlay .formular .foreground  .form-row input { margin-top: 15px; }
    section.bonus-highlight.overlay .formular .foreground  .form-row input[type="radio"] { margin-top: 0; }
    section.bonus-highlight.overlay .formular .foreground  .form-row input[type="checkbox"] { margin-top: 0; }
    section.bonus-highlight .formular .foreground  .form-row select.styled-select { margin-top: 5px; }
    section.bonus-highlight.overlay .formular .foreground  .form-row select.styled-select { margin-top: 15px; }
    section.bonus-highlight .formular .foreground  .form-row .dk_container { margin-top: 15px; }


    /* Newsletter */
    .default-with-navi.newsletter .formular.box .foreground { position: relative; top: auto; }
    .default-with-navi.newsletter .formular.box .background { height: auto; float: left; padding-left: 0px; padding-top: 0px; }

    .default-with-navi.newsletter .box, .default-with-navi.newsletter .formular.box { width: 492px; }
    .default-with-navi.newsletter .box-half , .default-with-navi.newsletter .formular.box-half { width: 492px; }
    .default-with-navi.newsletter .formular.box .foreground { width: 100%; left: -4px; }
    .default-with-navi.newsletter .formular.box-half .foreground { width: 100%; left: -4px; }
    .default-with-navi.newsletter .formular.box .background { width: 490px; }
    .default-with-navi.newsletter .formular.box-half .background { width: 490px; }
    .default-with-navi.newsletter .formular.box .drop-down-footer { width: 471px; }
    .default-with-navi.newsletter .formular.box-half .drop-down-footer { width: 471px; }
    .default-with-navi.newsletter .formular.box .foreground  > .text-container  { width: 364px; }
    .default-with-navi.newsletter .formular.box-half .foreground  > .text-container  { width: 364px; }
    section.default-with-navi.newsletter .formular label { width: 440px; }


    .default-full-width.newsletter .formular.box .foreground { width: 490px; left: -489px; }
    .default-full-width.newsletter .formular.box-half .foreground { width: 100%; left: -4px; }

    .default-full-width.newsletter .formular.box { width: 748px; }
    .default-full-width.newsletter .formular.box-half  { width: 364px; }
    .default-full-width.newsletter .formular.box .background { width: 251px; }
    .default-full-width.newsletter .formular.box-half .background { width: 362px; }
    .default-full-width.newsletter .formular.box .drop-down-footer { width: 232px; }
    .default-full-width.newsletter .formular.box-half .drop-down-footer { width: 343px; }
    .default-full-width.newsletter .formular.box .foreground  > .text-container  { width: 362px; }
    .default-full-width.newsletter .formular.box-half .foreground  > .text-container  { width: 235px; }
    section.default-full-width.newsletter .formular label { width: 200px; }


    section.faqs .box { width: 490px; }
    section.faqs.overlay .box { width: 746px; }

    /* Link zu Online-Partnern */
    section.goto-online-partner .box { width: 490px; }
    section.goto-online-partner .foreground  { width: 242px; left: 250px; }
    section.goto-online-partner .foreground  > .text-container-full  { width: 222px; }
    section.goto-online-partner .background  > .text-container  { width: 244px; }

    section.goto-online-partner.overlay .box { width: 746px; }
    section.goto-online-partner.overlay .foreground  { width: 364px; left: 384px; }
    section.goto-online-partner.overlay .foreground  > .text-container-full  { width: 345px; }
    section.goto-online-partner.overlay .background  > .text-container  { width: 350px; }



    /* Gutschein einlösen */
    section.encash-voucher .box { width: 490px; }
    section.encash-voucher.overlay .box { width: 746px; }
    section.encash-voucher .foreground  > .container-left  { width: 224px; }
    section.encash-voucher .foreground  > .container-right  { width: 224px; }
    section.encash-voucher .foreground  > .container-right label { width: 224px; }
    section.encash-voucher.logged-in .foreground  > .container-right  { width: 354px; }
    section.encash-voucher.logged-in .foreground  > .container-right label { width: 120px; }

    section.encash-voucher.overlay .foreground  > .container-right label { width: 125px; }

    /* Kontakt-Center */
    section.kontaktcenter .box { width:746px; }
    section.kontaktcenter .foreground  > .container-left  { width: 344px; }
    section.kontaktcenter .foreground  > .container-right  { width: 344px; }
    section.kontaktcenter .foreground input { width:332px; }
    section.kontaktcenter .foreground textarea { width:332px; }
    section.kontaktcenter .foreground .dk_toggle { width:332px!important; }
    section.kontaktcenter .foreground select { width:332px; }
    section.kontaktcenter .foreground select.styled-select { width:343px; }
    section.kontaktcenter .formular label { width:332px; }


    /* Prämienleiste (Fläche)*/
    section.bonus-area .box { width: 748px; }
    section.bonus-area .box .background { width: 746px; }
    section.default-with-navi.bonus-area .box { width: 492px; }
    section.default-with-navi.bonus-area .box .background { width: 490px; }
    section.left-threequarter-width.bonus-area { width: 512px; }
    section.left-threequarter-width.bonus-area .box { width: 492px; }
    section.left-threequarter-width.bonus-area .box .background { width: 490px; }
    section.bonus-area article { width:236px; }

    /* Startseite */
    .slides article h2 { float: left; margin-top: 10px; }
    .start section.slides  > article > h2 > span, .start section.slides  > article > h2 > a > span { display: inline-block; clear: none; }
    .slides1x4 article .box { width: 748px; margin-top: 0px; }
    .slides4x1 article .box { width: 748px; margin-top: 15px; }


    .slides4x1 article .box .foreground { width: 776px; background: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
    .slides4x1 article .box .foreground ul { display: block; float: left; width: 776px; position: relative; left: -3px; }
    .slides4x1 article .box .foreground li { display: block; float: left; clear: none; width: 242px; margin-right: 12px; background: #FFFFFF; border: 1px solid #DDDDDD; }
    .slides article.compressed .box .foreground::after { display: none; }
    .slides article.compressed .box .foreground li { width: 242px; margin-right: 12px; margin-bottom: 7px; }

    section.only-2, section.only-1  { width:496px; float: right; }
    section.slides.only-2 .slides article .box  { width:496px; }
    section.slides.only-1 article .box  { width:496px; }
    section.slides.only-2 article .box .background { width:492px; height: 84px; }
    section.slides.only-1 article .box .background { width:236px; height: 84px; }
    section.slides.only-2 article .box .foreground { width:496px; }
    section.slides.only-1 article .box .foreground { width:240px; }

    .slides  article.premium-partner .box .background { height: 112px; }
    .slides  article.premium-partner .box .foreground { height: 77px; }
    .slides  article.compressed .box .background { height: 197px; }
    .slides  article.compressed .box .foreground { height: 161px; }
    .slides  article.online-partner .box .background { height: 97px; }
    .slides  article.online-partner .overflow-container { height: 62px; }
    .slides  article.online-partner .box .foreground { height: 62px; }
    .slides1x4 article.online-partner .box .foreground { width: 776px; }
    .slides4x1  article.campaigns .box .background { height: 126px; }
    .slides4x1  article.campaigns .box .foreground { height: 91px; }
    .slides4x1  article.campaigns .box .foreground li { width: 244px; border: 0px none; }
    .slides4x1  article.campaigns .box .foreground li img { width: 244px; left: auto; }
    .slides article.campaigns .foreground div.glass  { width: 756px; }
    .slides article.campaigns .foreground .glass .inlay  { top: -1px; left: 0px; width: 180px; height: 67px; padding: 10px 15px 15px 15px; background: url('/assets/static/login_milchglas_rechts.png') no-repeat; }
    .slides  article.additional .box .background { height: 178px; }
    .slides  article.additional .box .foreground { height: 143px; }
    .slides  article.additional .box .foreground li { width: 244px; border: 0px none; }
    .slides  article.additional .box .foreground li img { width: 244px; left: auto; }
    .slides  article.online-partner.show-flags .foreground li .flag { left: -6px; }

    .slides.only-1 article.campaigns .foreground .glass .inlay,
    .slides.only-2 article.campaigns .foreground .glass .inlay  { top: -1px; }

    /* Map */
    section.map .box { width: 746px; }

    section.map .zipcode { width: 38px; }
    section.map label.zipcode { left: 55px; }
    section.map .address { width: 160px; }
    section.map label.address { left: 5px; }
    section.map #dk_container_maxDistance .dk_toggle { width: 70px!important;}
    section.map #dk_container_maxDistance{ width: 80px; }
    section.map #dk_container_partners .dk_toggle { width: 210px!important; }
    section.map #dk_container_partners { width: 220px; }
    section.map #maxDistance.styled-select { width: 80px; }
    section.map #partners.styled-select { width: 220px; }

    #partnerSearchResults { width: 746px; float: left; position: relative; }


    /* Übersicht Punkte */
    section.points-overview .box { width: 748px; }
    section.points-overview .box .background { width: 746px; }
    section.points-overview .box .foreground .form-row  { width: 748px; }
    section.points-overview .box .foreground .form-row  .container { margin: 0px 9px 0px 10px; }

    section.points-overview .box .expiring-points .row span.partner { width: 356px; }
    section.points-overview .box .expiring-points .row span.bookingType { width: 260px; }
    section.points-overview .box .expiring-points .row span.amount { width: 110px; }

    section.points-overview .box .booked-points .row span.bookingDate { width: 110px; }
    section.points-overview .box .booked-points .row span.partner { width: 246px; }
    section.points-overview .box .booked-points .row span.bookingType { width: 260px; }
    section.points-overview .box .booked-points .row span.amount { width: 110px; }

    section.points-overview .box .placed-points .row span.partner { width: 286px; }
    section.points-overview .box .placed-points .row span.shoppingDate { width: 110px; }
    section.points-overview .box .placed-points .row span.bookingDate { width: 110px; }
    section.points-overview .box .placed-points .row span.bookingType { width: 110px; }
    section.points-overview .box .placed-points .row span.amount { width: 110px; }


    /* Bestellhistorie */
    section.order-history .box { width: 492px; }
    section.order-history .box .background { width: 490px; }
    section.order-history .box .row .title { width: 226px; }
    section.order-history .box .row span.amount { width: 80px; }
    section.order-history .box .row span.price { width: 160px; }
    section.order-history .box .foreground  { width: 222px; }

    .banner { margin-bottom: 20px; clear: both; }
    /* Logo-Leiste */
    section .premium-partner-logos  { width: 748px; height: 186px; background:transparent url(/assets/partnerlogos/logoleiste_r3.png) no-repeat; }
    section .container-premium-partner-logos  { width: 748px; height: 186px; }
    section .container-premium-partner-logos  ul.both {  }
    section .container-premium-partner-logos  ul.left { width: 374px; margin-top: 42px; }
    section .container-premium-partner-logos  ul.right { width: 374px; margin-top: 15px; }
    section .container-premium-partner-logos  li a {  }
    section .container-premium-partner-logos  li.both {  }
    section .container-premium-partner-logos  li.large { width: 92px; height: 91px; padding: 30px 0px 0px 0px; }
    section .container-premium-partner-logos  li.large  img{ height: 61px; }
    section .container-premium-partner-logos  li.small { width: 73px; height: 50px; padding: 5px 10px 5px 10px; }
    section .container-premium-partner-logos  li.small  img{ width: 60px; }

    .main section .container-premium-partner-logos-v2  { width: 748px; }
    .main section .container-premium-partner-logos-v2  ul.left { width: 38%; }
    .main section .container-premium-partner-logos-v2  ul.right { width: 62%; }

    /* Login im Contentbereich */
    section.in-page-login .box { width: 748px; }
    section.in-page-login .box .background { width: 746px; }
    section.in-page-login .box .foreground .form-row  { width: 746px; }
    section.in-page-login .box .foreground .form-row .container.first { clear: both; }
    /*section.in-page-login .box .foreground .form-row .container.right { width: 243px; padding: 13px 5px 0px 0px; }*/
    section.in-page-login .box .foreground .form-row .container.right { width: 250px; padding: 3px 10px 0px 0px; float: right; text-align: right; }
    /*section.in-page-login .box .foreground .form-row a.faq .icon-question { position: absolute; top: -20px; left: 216px; }*/
    /*section.in-page-login .box .foreground .form-row a.faq { position: absolute; top: -20px; left: 216px; }*/
    section.in-page-login .box .foreground .form-row .registration { margin-right: 8px; }


    /* Spendenpartner */
    section.donation > .container-right { width: 472px; }
    section.donation .formular.box .foreground { width: 460px; left: -459px; padding-bottom: 0px; }
    section.donation .formular.box { width: 748px; }
    section.donation .formular.box input { width: 40px; }
    section.donation .formular.box .background { width: 281px; }
    section.donation .formular.box .drop-down-footer { width: 262px; }

    /* Warenkorb/Merkliste ohne Navi */
    section.cart .box { width: 748px; }
    section.cart .box .background { width: 746px; }
    section.cart .box .foreground .form-row  { width: 746px; }
    section.cart .box .foreground .form-row .container.first { clear: both; }
    section.cart .box .foreground .form-row .container.right { width: 250px; padding: 3px 15px 0px 0px; float: right; text-align: right; }
    /*section.cart .box .foreground .form-row a.faq .icon-question { position: absolute; top: -20px; left: 211px; }*/
    /*section.cart .box .foreground .form-row a.faq { top: -22px; left: 216px; }*/
    section.cart .box .form-row .errors { margin-left: 0; }
    section.cart .box .cart-item  { position: relative; width: 100%; }
    section.cart .box .cart-item .image-container { margin-bottom: 130px; }
    section.cart .box .cart-item .text-container { width: 590px; height: auto; padding-right: 0px; margin-bottom: 130px; }
    section.cart .box .cart-item .text-container .right { padding: 0px 0px 10px 0px; }
    section.cart .box .cart-item .control-container { height: 58px; position: absolute; bottom: 0px; left: 130px; }
    section.cart .box .cart-item .shipment-container { position: absolute; bottom: 110px; left: 131px; width: 580px; height: 20px; margin: 0px 0px 0px 10px; padding: 0px 10px 10px 0px; border-bottom: 1px solid #F2F2F2; }
    section.cart .box .cart-item .price-container { position: absolute; bottom: 0px; right: 0px; }
    section.cart .box .cart-item .price-container .points.fix { position: relative; top: 25px; }

    section.cart .box .cart-item.not-available .image-container { margin-bottom: 0px; }
    section.cart .box .cart-item.not-available .text-container { width: 360px; margin-bottom: 0px; }
    section.cart .box .cart-item.not-available .control-container { left: auto; bottom: auto; width: 70px; height: 83px; position:relative; }
    section.cart .box .cart-item.not-available .shipment-container { display: none; }
    section.cart .box .cart-item.not-available .price-container { display: none; }

    section.cart .box .watchlist-item .image-container { margin-bottom: 160px; }
    section.cart .box .watchlist-item .text-container { margin-bottom: 160px; }
    section.cart .box .watchlist-item .control-container { bottom: 30px; }
    section.cart .box .watchlist-item .shipment-container { bottom: 140px; }
    section.cart .box .watchlist-item .price-container { bottom: 30px; }


    /* Warenkorb/Merkliste mit Navi */
    section.default-with-navi.cart .box { width: 492px; }
    section.default-with-navi.cart .box .background { width: 490px; }
    section.default-with-navi.cart .box .foreground .form-row  { width: 490px; }
    section.default-with-navi.cart .box .foreground .form-row .container { width: 235px; }
    section.default-with-navi.cart .box .foreground .form-row .container.first { clear: both; }
    section.default-with-navi.cart .box .foreground .form-row .container.right { width: 480px; padding: 13px 5px 0px 0px; }
    section.default-with-navi.cart .box .foreground .form-row a.faq .icon-question { position: absolute; top: -60px; left: 448px; }
    section.default-with-navi.cart .box .foreground .form-row  input.cardnumber { width: 215px; }
    section.default-with-navi.cart .box .foreground .form-row  input.birthdate { margin-right: 8px; }
    section.default-with-navi.cart .box .foreground .form-row  label.zip { left: 112px; }
    section.default-with-navi.cart .box .foreground .form-row  input.zip { margin-right: 4px; }
    section.default-with-navi.cart .box .foreground .form-row  input.pin { margin-right: 4px; }
    section.default-with-navi.cart .box .cart-item  { position: relative; width: 100%; }
    section.default-with-navi.cart .box .cart-item .image-container { margin-bottom: 130px;  }
    section.default-with-navi.cart .box .cart-item .text-container { width: 335px; height: auto; padding-right: 0px; margin-bottom: 130px; }
    section.default-with-navi.cart .box .cart-item .text-container .right { padding: 0px 0px 10px 0px; }
    section.default-with-navi.cart .box .cart-item .control-container { height: 58px; position: absolute; bottom: 0px; left: 132px; }
    section.default-with-navi.cart .box .cart-item .shipment-container { position: absolute; bottom: 110px; left: 131px; width: 325px; height: 20px; margin: 0px 0px 0px 10px; padding: 0px 10px 10px 0px; border-bottom: 1px solid #F2F2F2; }
    section.default-with-navi.cart .box .cart-item .price-container { position: absolute; bottom: 0px; right: 0px; }
    section.default-with-navi.cart .box .cart-item .price-container .points.fix { position: relative; top: 25px; }

    section.default-with-navi.cart .box .cart-item.not-available .image-container { margin-bottom: 0px; }
    section.default-with-navi.cart .box .cart-item.not-available .text-container { width: 310px; margin-bottom: 0px; }
    section.default-with-navi.cart .box .cart-item.not-available .control-container { left: auto; bottom: auto; width: 20px; height: 83px; position:relative; }
    section.default-with-navi.cart .box .cart-item.not-available .shipment-container { display: none; }
    section.default-with-navi.cart .box .cart-item.not-available .price-container { display: none; }

    section.default-with-navi.cart .box .watchlist-item .image-container { margin-bottom: 160px; }
    section.default-with-navi.cart .box .watchlist-item .text-container { margin-bottom: 160px; }
    section.default-with-navi.cart .box .watchlist-item .control-container { bottom: 30px; }
    section.default-with-navi.cart .box .watchlist-item .shipment-container { bottom: 140px; }
    section.default-with-navi.cart .box .watchlist-item .price-container { bottom: 30px; }


    /* Detailseite - Prämie */
    section.bonus .bonus-left  { position: relative; left: -384px; width: 364px; }
    section.bonus .bonus-right  { position: relative; left: 384px; width: 364px; }
    section.bonus .bonus-right .container-left { width: 100%; }
    section.bonus .bonus-right .container-right { clear: both; width: 100%; margin-top: 22px; }
    section.bonus .bonus-right .container-right .price-container .slider > input[type='range'] { width: 334px; }
    section.bonus .bonus-left .image-container { width: 364px; height: 315px; }
    section.bonus .bonus-left .image-container a { line-height: 315px; }
    section.bonus .bonus-left .image-container img { max-width: 364px; max-height: 315px; }
    section.bonus .bonus-left .video-container { width: 364px; height: 315px; }
    section.bonus .bonus-left .video-container iframe { width: 364px; height: 273px; margin: 21px 0px 0px 0px; }


    /* Punkte einlösen */
    section.bonus-search { width: 236px; }

    /* Suchergebnisse */
    section.search-results header ul.tabs { width: 332px; }
    section.search-results-plus header ul.tabs { width: 471px; }
    section.search-results header li.tab { width: 164px; }
    section.search-results-plus header li.tab { width: 155px; }
    section.search-results header .select-box select { width: 150px; }
    section.search-results header .select-box .dk_toggle { width: 150px!important; }
    section.search-results .box { width: 492px; }

    section.search-results article.closed .container-full { width: 470px; }
    section.search-results article.closed .container-left { width: 130px; }
    section.search-results article.closed .container-right { width: 349px; }
    section.search-results article.closed .image-container { height: 80px; width: 100px; }
    section.search-results article.closed .image-container a { line-height: 78px; } /* vertikale mittige bildpositionierung*/
    section.search-results article.closed .image-container img { height: 78px; width: 98px; }
    section.search-results-plus article.closed .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }
    section.search-results article .container-right .table-box { width: 335px; }

    section.search-results article.opened .container-left { width: 130px; }
    section.search-results article.opened .container-right { width: 349px; }
    section.search-results article.opened .image-container { height: 80px; width: 100px; }
    section.search-results article.opened .image-container a { line-height: 78px; } /* vertikale mittige bildpositionierung*/
    section.search-results article.opened .image-container img { height: 78px; width: 98px; }
    section.search-results-plus article.opened .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }
    section.search-results article.opened .thumb-row { display: none!important; }

    section.search-results article.closed:hover { background: url('/assets/static/search_default_mo_2.png') -10px -5px no-repeat; }
    section.search-results article.closed:hover .footer { background: url('/assets/static/search_default_mo_2.png') 0px 100% no-repeat; }
    section.search-results article.expandable.closed:hover { background: url('/assets/static/search_bonus_mo_2.png') -10px -5px no-repeat; }
    section.search-results article.expandable.closed:hover .footer { background: url('/assets/static/search_bonus_mo_2.png') 0px 100% no-repeat; }
    section.search-results article.expandable.opened { background: url('/assets/static/search_bonus_active_2.png') -10px -5px no-repeat; }
    section.search-results article.expandable.opened .footer { background: url('/assets/static/search_bonus_active_2.png') 0px 100% no-repeat; }











    .side-border { border-left:1px solid #ddd; border-right:1px solid #ddd;}

}



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

    .wrapper > header {height:auto;}
    .start .wrapper > header {height:auto;}
    .wrapper.center > .main { margin:0 auto; /*overflow:hidden;*/ }

    .site-logo { position: relative; margin: 60px auto 10px auto; top:0; }
    .promotionboard, .wrapper > .main { width: 500px; }
    .wrapper { margin: 0; width:auto; }
    .wrapper-main { margin: 0; }
    .wrapper > .main { float: none; }

    .mobile-wrapper, .mobile-left.show, .mobile-right.show {
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
    }
    .mobile-wrapper.move-left { margin-left: 275px; }
    /*.mobile-wrapper.move-right { margin-left: -275px; }*/
    .mobile-wrapper.move-right { right: 275px; } /* Fix Bug on Android 4.3 */

    .mobile-left, .mobile-right {
        -webkit-transition: all 300ms ease-in;
        -moz-transition: all 300ms ease-in;
        -ms-transition: all 300ms ease-in;
        -o-transition: all 300ms ease-in;
        transition: all 300ms ease-in;
    }

    .mobile-left {
        left: 0;
        background:url('/assets/static/noise.png'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YTdhN2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:url('/assets/static/noise.png'), -moz-linear-gradient(left,  rgba(40,40,40,1) 0%, rgba(73,73,73,1) 45%, rgba(122,122,122,1) 100%);
        background:url('/assets/static/noise.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,40,40,1)), color-stop(45%,rgba(73,73,73,1)), color-stop(100%,rgba(122,122,122,1)));
        background:url('/assets/static/noise.png'), -webkit-linear-gradient(left,  rgba(40,40,40,1) 0%,rgba(73,73,73,1) 45%,rgba(122,122,122,1) 100%);
        background:url('/assets/static/noise.png'), -o-linear-gradient(left,  rgba(40,40,40,1) 0%,rgba(73,73,73,1) 45%,rgba(122,122,122,1) 100%);
        background:url('/assets/static/noise.png'), -ms-linear-gradient(left,  rgba(40,40,40,1) 0%,rgba(73,73,73,1) 45%,rgba(122,122,122,1) 100%);
        background:url('/assets/static/noise.png'), linear-gradient(to right,  rgba(40,40,40,1) 0%,rgba(73,73,73,1) 45%,rgba(122,122,122,1) 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#7a7a7a',GradientType=1 );*/
    }

    header nav.main > ul > li.active, header nav.main > ul > li.active .level2 {
        background:url('/assets/static/noise.png'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI4MjgyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0OTQ5NDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:url('/assets/static/noise.png'), -moz-linear-gradient(left,  rgba(40,40,40,1) 0%, rgba(73,73,73,1) 100%);
        background:url('/assets/static/noise.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(40,40,40,1)), color-stop(100%,rgba(73,73,73,1)));
        background:url('/assets/static/noise.png'), -webkit-linear-gradient(left,  rgba(40,40,40,1) 0%,rgba(73,73,73,1) 100%);
        background:url('/assets/static/noise.png'), -o-linear-gradient(left,  rgba(40,40,40,1) 0%,rgba(73,73,73,1) 100%);
        background:url('/assets/static/noise.png'), -ms-linear-gradient(left,  rgba(40,40,40,1) 0%,rgba(73,73,73,1) 100%);
        background:url('/assets/static/noise.png'), linear-gradient(to right,  rgba(40,40,40,1) 0%,rgba(73,73,73,1) 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#7a7a7a',GradientType=1 );*/
    }

    .mobile-right {
        right: 0;
        background:url('/assets/static/noise.png'), url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhN2E3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU1JSIgc3RvcC1jb2xvcj0iIzQ5NDk0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODI4MjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background:url('/assets/static/noise.png'), -moz-linear-gradient(left,  rgba(122,122,122,1) 0%, rgba(73,73,73,1) 55%, rgba(40,40,40,1) 100%);
        background:url('/assets/static/noise.png'), -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(122,122,122,1)), color-stop(55%,rgba(73,73,73,1)), color-stop(100%,rgba(40,40,40,1)));
        background:url('/assets/static/noise.png'), -webkit-linear-gradient(left,  rgba(122,122,122,1) 0%,rgba(73,73,73,1) 55%,rgba(40,40,40,1) 100%);
        background:url('/assets/static/noise.png'), -o-linear-gradient(left,  rgba(122,122,122,1) 0%,rgba(73,73,73,1) 55%,rgba(40,40,40,1) 100%);
        background:url('/assets/static/noise.png'), -ms-linear-gradient(left,  rgba(122,122,122,1) 0%,rgba(73,73,73,1) 55%,rgba(40,40,40,1) 100%);
        background:url('/assets/static/noise.png'), linear-gradient(to right,  rgba(122,122,122,1) 0%,rgba(73,73,73,1) 55%,rgba(40,40,40,1) 100%);
        /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a7a7a', endColorstr='#282828',GradientType=1 );*/
    }

    .mobile-left, .mobile-right { top: 0; position: fixed; width:0px; height:100%; overflow-x: hidden; overflow-y: auto; }
    .mobile-left.show, .mobile-right.show  { width:275px;	}
    .mobile-left .inner { width: 275px; }

    .mobile-left .site-logo-mobile { width: 180px; height: 58px; background-position: 0px -379px; /*margin: 20px 0 0 45px;*/ margin: 20px auto 0; }
    .mobile-left, .mobile-right { z-index: 100; }

    /*.show-all  { display: none; }*/

    .wrapper > .main { position: relative; padding: 0px 0px 50px 0px; }
    .wrapper > .main .inner { margin: 0 auto; }

    header nav.main { float:left; width: 100%; display: block; background: none; border:none; position: static; height:auto; margin-top: 20px; margin-bottom: 20px; }
    header nav.main a { color: #cccccc; }
    header nav.main a:hover { color: #b068a3; }
    header nav.main .separator { display:none; }
    header nav.main > ul { float:left; width: 100%; }
    header nav.main > ul > li { float:left; width: 100%; background: none; border-top: 1px solid #7f7f7f; height: auto; }
    header nav.main > ul > li  a { position: static; float:left; padding: 0px 0px 0px 20px; color: #cccccc; }
    header nav.main > ul > li:last-child{ border-bottom: 1px solid #7f7f7f; }

    header nav.main > ul > li.active a { color: #FFFFFF; }
    header nav.main > ul > li.active a:hover { color: #b068a3; }
    header nav.main > ul > li:hover .level2  { display: none; } /* nicht nach unten schieben */
    header nav.main > ul > li.active .level2 { display: block; float: left; position: static; height: auto; margin-bottom: 10px; }
    header nav.main > ul > li.active .level2 > li { clear: both; display: block; float: left; background: none; width: 100%; border-top: 0px none; height: 25px; line-height: 25px; }
    header nav.main > ul > li.active .level2 > li  > a { font-weight: normal; height: 25px; line-height: 25px; padding-left: 35px; }
    header nav.main > ul > li.active .level2 > li  > a:hover { color: #b068a3; background: none; }
    header nav.main > ul > li.active .level2 > li.active  > a { font-weight: bold; }

    header nav.main > ul > li:hover span.drop-down  { display: none; }


    header nav.help { position: static; display: block; padding: 0px 0px 0px 12px; }
    header nav.help ul { position: static; display: block; }
    header nav.help li { position: static; display: block; height: 40px; }
    header nav.help li a:hover { color: #b068a3; }

    header .search { clear: both; position: static; margin: 10px 0px 30px 0px; padding-left:10px; }
    header .search label[for="search"] { display: none!important; }
    header .search input[type="text"]  { width:140px; border: 1px solid #CCCCCC; }
    header .search button { background: none; border: none; }
    header .search button.button span { background: url('/assets/static/button_mobilesuche.png') 0px -1px no-repeat; color: #333333; }
    header .search button.button span span { background-position: 100% -1px; }
    header .search button.button:hover span { background-position: 0px -46px; }
    header .search button.button:hover span span { background-position: 100% -46px; }


    nav.mobile { display: block; position: fixed; top:0; z-index: 15; }
    .geolocation .address { width:238px;}

}



@media only screen and (min-width: 501px) and (max-width: 756px) {
    /*body { font-size: 14px; line-height: 18px; }
    .wrapper-main > .main h2 { font-size: 21px; line-height: 25px; font-weight: bold; }
    .wrapper-main > .main h2.confine { max-width: 360px; }
    .wrapper-main > .main h3 { font-size: 18px; line-height: 22px; font-weight: bold; }
    .wrapper-main > .main h4 { font-size: 14px; line-height: 18px; font-weight: bold; }
*/
    .wrapper-main > .main h2.confine { max-width: 360px; }

    .mobile-hidden-481-756  { display: none!important; }

    #loading { width: 492px; }
    #top-anchor { display: none; }
    .shadow { width: 536px; left: -20px; background:transparent url(/assets/static/promotionboard_verlauf_2.png) no-repeat; }

    .sign-up-finished-board .size1x1, .sign-up-finished-board .size1x1 img { width: 239px!important; }

    footer .promotionboard.footerboard  { width:244px!important; }
    .promotionboard, .promotionboard .adverts { width:500px!important; height: 144px!important; }
    .mobile-hidden-500  { display: none!important; }
    .clear-500 { clear: both!important; }

    footer .wrapper .main { padding: 30px 0px 30px 0px; }
    footer section.info { padding: 0px 0px 0px 10px; width: 234px; }
    footer section.help { padding: 30px 10px 0px 0px; clear: both; width: 244px; }
    footer section.social { padding: 30px 0px 0px 10px; width: 234px; }

    .left-quarter-width { width: 236px; }
    .right-threequarter-width { width: 236px; }

    section.details-premiumpartner .container-quarter .logocontainer img { max-width: 160px; }

    section > span.content-container > div.content-container  { float: none; width: 100%; }
    section > .section-content-container > span.content-container  { width: 100%; }
    section > .section-content-container > span.content-container > div.content-container  { float: none; width: 100%; }

    /* responsive Grunddaten ******************************************** */
    .wrapper-main > .main { width: 492px; }
    section.left-navi { width: 492px; }
    section.default-with-navi { width: 492px; }
    section.default-full-width { width: 492px; }
    section.default-half-width { width: 492px; }
    section.left-threequarter-width { width: 492px; }
    section.right-quarter-width { width: 492px; }
    section .box-full { width: 492px; }
    section.default-with-navi .box-full { width: 492px; }
    section .box-half { width: 236px;}
    section.default-with-navi .box-half { width: 236px; }
    section .box-quarter { width: 236px; }
    .promotionboard .adverts { width: 500px; }
    section.default-with-navi .box-half.formular  { width: 234px; }
    /* ****************************************************************** */
    section.right-quarter-width.default header { min-height: 20px; }
    section.right-quarter-width.default header  > h2{ padding-top: 0px; }
    section > header .abc { float: none; position: static; text-align: center; padding-bottom: 8px; }

    section.left-navi .filter { width: 110%; }
    section.left-navi .container { clear: none; margin: 0px 20px 40px 0px; }
    section.left-navi .container.specials { margin-top: 0px; }
    section.left-navi .container.points { clear: both; }
    section.left-navi .container h3 {  }
    section.left-navi .container.specials .select-all { display: none; }
    section.left-navi .container.categories .select-all { display: none; }

    section.left-navi .container.combined { width: 236px; margin: 20px 20px 20px 0px; }

    section.left-navi .container.search  { width: 492px; margin: 0px 20px 20px 0px; }
    section.left-navi .container.search input[type="text"] { width: 455px; }
    section.left-navi .dk_toggle { width: 226px!important; }
    section.left-navi select { width: 226px; }
    section.left-navi .navi-selector select { width: 493px; }

    section{ margin-bottom: 20px; }


    /* Details - Aktionen */
    section.details-campaigns  > header > h2 { padding-top: 10px; }
    section.details-campaigns header { margin-top: 20px; }
    section.details-campaigns header h2 { clear: both; width: 100%; }
    section.details-campaigns header .container-left { clear: both; width: 100%; bottom: 15px; }
    section.details-campaigns > hr { display: block; clear: both; width: 100%; }

    section.details-campaigns .container-quarter { width: 236px; }
    section.details-campaigns .container-quarter img { width: 236px; }
    section.details-campaigns .container-half { width: 236px; }
    section.details-campaigns .container-half  .content-container { padding: 0px 0px 0px 0px; }
    section.details-campaigns .container-half  .content-container  a.link-extern { margin: 0px 10px 10px 0px; }
    section.details-campaigns .container-half  .content-container  a.watch-coupon { clear: both; margin: 0px 10px 10px 0px; }
    section.details-campaigns .container-half  .content-container  a.activate-coupon { clear: both; margin: 0px 10px 10px 0px; }


    /* Standardseite ohne Navigation */
    section.default-full-width.default  > header > h2 { padding-top: 10px; }
    section.default-full-width.default header { margin-top: 20px; }
    section.default-full-width.default header h2 { clear: both; width: 100%; }
    section.default-full-width.defaultheader .container-left { clear: both; width: 100%; bottom: 15px; }
    section.default-full-width.default > hr { display: block; clear: both; width: 100%; }

    section.default-full-width.default .container-quarter { width: 236px; }
    section.default-full-width.default .container-quarter img { width: 236px; }
    section.default-full-width.default .container-half { width: 236px; }
    section.default-full-width.default .container-half  .content-container { padding: 0px 0px 0px 0px; }
    section.default-full-width.default .container-half  .content-container  a.link-extern { margin: 0px 10px 10px 0px; }


    /* Standardseite ohne Navigation mit Coupons*/
    section.left-threequarter-width.default .container-quarter{ margin: 5px 10px 20px 0px; }
    section.left-threequarter-width.default .container-half { float:none; width: auto; }


    /* Teaser */
    section.default-with-navi .box-full .box-left .teaser { width: 224px; }
    section.default-with-navi .box-full .flag { left: 156px; }

    section.default-full-width .box.box-half.teaser  { clear: both; width: 492px; }
    section.default-full-width .box.box-half.teaser .box-left .teaser { width: 224px; }


    /* Online-Partner */
    section.default-with-navi .box-half.online-partner .flag { left: 138px; }
    section.default-with-navi .box-half.online-partner .box-left { width: 244px; }
    section.default-with-navi .box-half.online-partner .box-left .teaser { width: 220px; }
    section.default-with-navi .box.online-partner .box-left .teaser .logocontainer { margin-bottom: 2px; }
    section.default-with-navi .box-full.online-partner .box-left .teaser .logocontainer img { max-height: 35px; max-width: 115px; }
    section.default-with-navi .box-half.online-partner .box-left .teaser .logocontainer img { max-height: 35px; max-width: 115px; }
    section.default-with-navi .box.online-partner .box-left .teaser .textcontainer .teaser-text { max-height: 37px; height: 37px; }
    section.default-with-navi .box.online-partner .box-left .teaser .textcontainer .show-details { float: left; }


    /* Details - Premiumpartner */
    section.details-premiumpartner .box { width: 324px; }
    section.details-premiumpartner .box .background { width: 324px; }
    section.details-premiumpartner .box .bar span.right { bottom: 10px; right: auto; left: 12px; float:left; }


    /* Vorteils-Aktionen */
    section.campaigns div.glass  { top: 0px; left: -4px; width: 502px;}
    section.campaigns .glass .inlay  { top: 100px; left: 50%; }
    /*section.campaigns .glass .inlay  { top: 100px; left: 150px; }*/


    /* Media-Center */


    /* Ersatzkarte */
    section.form-change-pin .formular.label-left .dk_toggle { width: 202px!important; }
    section.form-change-pin .formular.label-left select { width: 202px; }
    section.form-change-pin .formular.label-left .styled-select { width: 213px; }
    section .formular.label-left .checkboxes  { width: 212px; }
    section .formular.label-left .checkboxes label { width: 182px; }


    /* PIN vergessen */
    section.form-forgot-pin .formular.label-left .form-row  input[type=text]{ width: 225px; }
    section.form-forgot-pin .formular.label-left .form-row  label { width: 224px; margin-top: 10px; }
    #dk_container_forgot-pin-dayOfBirth .dk_toggle { width: 57px!important; }
    #dk_container_forgot-pin-monthOfBirth .dk_toggle { width: 57px!important; }
    #dk_container_forgot-pin-yearOfBirth .dk_toggle { width: 67px!important;}
    #dk_container_forgot-pin-dayOfBirth { width: 67px; }
    #dk_container_forgot-pin-monthOfBirth { width: 67px; }
    #dk_container_forgot-pin-yearOfBirth { width: 77px;}
    #forgot-pin-dayOfBirth.styled-select { width: 70px!important; float: left; margin-right: 10px;}
    #forgot-pin-monthOfBirth.styled-select { width: 70px!important; float: left; margin-right: 10px; }
    #forgot-pin-yearOfBirth.styled-select { width: 77px!important; float: left; }

    section.form-forgot-pin .box-half { width: 492px; }
    section.form-forgot-pin .box-half.formular { width: 492px; }

    section.form-forgot-pin .formular .background  > .captcha-right { width: 498px; height: 118px; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_image { width: 440px!important; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_image img { padding-left: 70px; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_response_field { float: right; width: 225px; margin-right: 26px; }
    section.form-forgot-pin .formular .background  > .captcha-right label[for=recaptcha_response_field] { display: block!important; }

    /* PIN ändern */
    section .formular .pin { width: 55px; }


    /* Serie beenden */
    section.form-terminate-series .formular.label-left .form-row  input[type=text]{ width: 225px; }
    section.form-terminate-series .formular.label-left .form-row  label { width: 224px; margin-top: 10px; }
    section.form-terminate-series .box-half { width: 492px; }
    section.form-terminate-series .box-half.formular { width: 492px; }

    section.form-terminate-series .formular .background  > .captcha-right { width: 498px; height: 118px; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_image { width: 440px!important; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_image img { padding-left: 70px; }
    section.form-terminate-series .formular .background  > .captcha-right #recaptcha_response_field { float: right; width: 225px; margin-right: 26px; }
    section.form-terminate-series .formular .background  > .captcha-right label[for=recaptcha_response_field] { display: block!important; }


    /* Persönliche Daten */
    section.personalData .formular.label-left span.label-group { width: 100%; padding: 4px 10px 0px 0px; }
    section.personalData .formular.label-left label { position: relative; top: 12px; width: 100%; margin-top: 0px; padding: 4px 10px 0px 0px; }
    section.additionalData .formular.label-left span.label-group { width: 100%; padding: 4px 10px 0px 0px; }
    section.additionalData .formular.label-left label { position: relative; top: 12px; width: 100%; margin-top: 0px; padding: 4px 10px 0px 0px; }


    /* Default mit zurück-Button */
    section.default-with-back-button  > header > h2 { padding-top: 10px; }
    section.default-with-back-button  > header > .container-right { width: 492px;  }
    section.default-with-back-button  .container-right { float: none; width: 492px;  }


    /* Meilenumtausch */
    section.miles .foreground.review .container-left { width: 100%; }
    section.miles .formular .foreground.review  .form-row label { width: 50%; position: relative; top: auto; }
    section.miles hr { width: 470px; }
    section.miles .formular .background  label[for=acceptConditions]  { top: auto; }

    section.miles .formular .background  .captcha-left { margin-top: 10px; }
    section.miles .formular .background  .captcha-right { left: -14px; width: 498px; height: 118px; margin-top: 10px; }
    section.miles .formular .background  .captcha-right #recaptcha_image { width: 440px!important; }
    section.miles .formular .background  .captcha-right #recaptcha_image img { padding-left: 70px; }
    section.miles .formular .background  .captcha-right #recaptcha_response_field { float: right; width: 225px; margin-right: 26px; }
    section.miles .formular .background  .captcha-right label[for=recaptcha_response_field] { top: -33px; left: 0px; display: block!important; }

    /* Overlay - Prämienhöhepunkt */
    section.bonus-highlight .formular .foreground  .form-row { min-height: 67px; }
    section.bonus-highlight .formular .foreground  .form-row input { margin-top: 5px; }
    section.bonus-highlight.overlay .formular .foreground  .form-row input[type="radio"] { margin-top: 0; }
    section.bonus-highlight.overlay .formular .foreground  .form-row input[type="checkbox"] { margin-top: 0; }
    section.bonus-highlight .formular .foreground  .form-row select.styled-select { margin-top: 5px; }
    section.bonus-highlight .formular .foreground  .form-row .dk_container { margin-top: 5px; }

    /* Newsletter */
    .default-with-navi.newsletter .formular.box .foreground { position: relative; top: auto; }
    .default-with-navi.newsletter .formular.box .background { height: auto; float: left; padding-left: 0px; padding-top: 0px; }

    .default-with-navi.newsletter .box, .default-with-navi.newsletter .formular.box { width: 492px; }
    .default-with-navi.newsletter .box-half , .default-with-navi.newsletter .formular.box-half { width: 492px; }
    .default-with-navi.newsletter .formular.box .foreground { width: 100%; left: -4px; }
    .default-with-navi.newsletter .formular.box-half .foreground { width: 100%; left: -4px; }
    .default-with-navi.newsletter .formular.box .background { width: 490px; }
    .default-with-navi.newsletter .formular.box-half .background { width: 490px; }
    .default-with-navi.newsletter .formular.box .drop-down-footer { width: 471px; }
    .default-with-navi.newsletter .formular.box-half .drop-down-footer { width: 471px; }
    .default-with-navi.newsletter .formular.box .foreground  > .text-container  { width: 364px; }
    .default-with-navi.newsletter .formular.box-half .foreground  > .text-container  { width: 364px; }
    section.default-with-navi.newsletter .formular label { width: 440px; }


    .default-full-width.newsletter .formular.box .foreground { position: relative; top: auto; }
    .default-full-width.newsletter .formular.box .background { height: auto; float: left; padding-left: 0px; padding-top: 0px; }

    .default-full-width.newsletter .box, .default-full-width.newsletter .formular.box { width: 492px; }
    .default-full-width.newsletter .box-half , .default-full-width.newsletter .formular.box-half { width: 492px; }
    .default-full-width.newsletter .formular.box .foreground { width: 100%; left: -4px; }
    .default-full-width.newsletter .formular.box-half .foreground { width: 100%; left: -4px; }
    .default-full-width.newsletter .formular.box .background { width: 490px; }
    .default-full-width.newsletter .formular.box-half .background { width: 490px; }
    .default-full-width.newsletter .formular.box .drop-down-footer { width: 471px; }
    .default-full-width.newsletter .formular.box-half .drop-down-footer { width: 471px; }
    .default-full-width.newsletter .formular.box .foreground  > .text-container  { width: 364px; }
    .default-full-width.newsletter .formular.box-half .foreground  > .text-container  { width: 364px; }

    section.faqs .box { width: 490px; }

    /* Link zu Online-Partnern */
    section.goto-online-partner .box { width: 490px; }
    section.goto-online-partner .foreground  { width: 244px; left: 248px; }
    section.goto-online-partner .foreground  > .text-container-full  { width: 224px; }
    section.goto-online-partner .background  > .text-container  { width: 244px; }
    section.goto-online-partner .background  > .text-container input { width: 180px; }
    section.goto-online-partner .background a.faq { left: 200px; }

    /* Gutschein einlösen */
    section.encash-voucher .box { width: 490px; }
    section.encash-voucher .foreground  > .container-left  { width: 224px; }
    section.encash-voucher .foreground  > .container-right  { width: 224px; }
    section.encash-voucher .foreground  > .container-right label { width: 224px; }
    section.encash-voucher.logged-in .foreground  > .container-right  { width: 354px; }
    section.encash-voucher.logged-in .foreground  > .container-right label { width: 120px; }

    section.encash-voucher.overlay .foreground  > .container-right label { width: 125px; }

    /* Kontakt-Center */
    section.kontaktcenter .box { width:490px; }
    section.kontaktcenter .foreground  > .container-left  { width: 472px; }
    section.kontaktcenter .foreground  > .container-right  { float: left; width: 472px; padding: 0px 0px 15px 10px }
    section.kontaktcenter .foreground input { width:460px; }
    section.kontaktcenter .foreground textarea { width:460px; }
    section.kontaktcenter .foreground .dk_toggle { width:460px!important; }
    section.kontaktcenter .foreground select { width:460px; }
    section.kontaktcenter .foreground select.styled-select { width:472px; }
    section.kontaktcenter .formular label { width:460px; }

    /* Prämienleiste (Fläche)*/
    section.bonus-area .box { width: 492px; }
    section.bonus-area .box .background { width: 490px; }
    section.default-with-navi.bonus-area .box { width: 492px; }
    section.default-with-navi.bonus-area .box .background { width: 490px; }
    section.left-threequarter-width.bonus-area { width: 256px; }
    section.left-threequarter-width.bonus-area .box { width: 236px; }
    section.left-threequarter-width.bonus-area .box .background { width: 234px; }
    section.bonus-area article { width:236px; }

    /* Startseite */
    .slides article h2 { float: left; margin-top: 10px; }
    .start section.slides  > article > h2 > span, .start section.slides  > article > h2 > a > span { display: inline-block; clear: none; }
    .slides1x4 article .box { width: 492px; margin-top: 0px; }
    .slides4x1 article .box { width: 492px; margin-top: 15px; }
    .slides4x1 article .box .foreground { width: 494px; background: none; border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; }
    .slides4x1 article .box .foreground ul { display: block; float: left; width: 512px; position: relative; left: -3px; }
    .slides4x1 article .box .foreground li { display: block; float: left; clear: none; width: 242px; margin-right: 12px; background: #FFFFFF; border: 1px solid #DDDDDD; }
    .slides article.compressed .box .foreground::after { display: none; }
    .slides article.compressed .box .foreground li { display: block; float: left; clear: none; width: 242px; margin-right: 12px; margin-bottom: 7px; background: #FFFFFF; border: 1px solid #DDDDDD; }

    section.only-1  { width:326px; float: right; }
    section.slides.only-1 article .box  { width:326px; }
    section.slides.only-1 article .box .background { height: 84px; width:236px; }
    section.slides.only-2 article .box .background { height: 84px; }
    section.slides.only-1 article .box .foreground { width:240px; }

    .slides article.premium-partner .box .background { height: 112px; }
    .slides article.premium-partner .box .foreground { height: 77px; }
    .slides article.compressed .box .background { height: 197px; }
    .slides article.compressed .box .foreground { height: 161px; }
    .slides article.online-partner .box .background { height: 97px; }
    .slides article.online-partner .box .foreground { height: 62px; }
    .slides article.online-partner .box .overflow-container { height: 62px; width: 500px; }
    .slides1x4 article.online-partner .box .foreground { width: 494px; }
    .slides4x1 article.campaigns .box .background { height: 126px; }
    .slides4x1 article.campaigns .box .foreground { height: 91px; }
    .slides4x1 article.campaigns .box .foreground li { width: 244px; border: 0px none; }
    .slides4x1 article.campaigns .box .foreground li img { width: 244px; left: auto; }
    .slides article.campaigns .foreground div.glass  { width: 500px; }
    .slides article.campaigns .foreground .glass .inlay  { top: -1px; left: 0px; width: 180px; height: 67px; padding: 10px 15px 15px 15px; background: url('/assets/static/login_milchglas_rechts.png') no-repeat; }
    .slides article.additional .box .background { height: 178px; }
    .slides article.additional .box .foreground { height: 143px; }
    .slides article.additional .box .foreground li { width: 244px; border: 0px none; }
    .slides article.additional .box .foreground li img { width: 244px; left: auto; }
    .slides article.online-partner.show-flags .foreground li .flag { left: -6px; }

    .slides.only-1 article.campaigns .foreground .glass .inlay,
    .slides.only-2 article.campaigns .foreground .glass .inlay  { top: -1px; }

    /* Map */
    section.map .box { width: 490px; }
    section.map .box .foreground { height: 81px; }
    section.map .address { width: 240px; }
    section.map #dk_container_partners { width: 296px; margin-top: 10px; }
    section.map #dk_container_partners .dk_toggle { width: 286px!important; }
    section.map #maxDistance.styled-select { width: 101px; }
    section.map #partners.styled-select { width: 299px; margin-top: 10px; }
    section.map .foreground  button[name=send] { display: block; position: absolute; top: 45px; right: 12px; }
    #partnerSearchResults { width: 490px; float: left; position: relative; }

    /* Übersicht Punkte */
    section.points-overview .box { width: 492px; }
    section.points-overview .box .background { width: 490px; }
    section.points-overview .box .background a.show-all { display: block; }
    section.points-overview .box .background h4 { width: 350px; }
    section.points-overview .box .foreground .form-row  { width: 492px; }
    section.points-overview .box .foreground .form-row  .container { margin: 0px 8px 0px 8px; }

    section.points-overview .box .expiring-points .row span.partner { width: 470px; }
    section.points-overview .box .expiring-points .row span.bookingType { width: 360px; }
    section.points-overview .box .expiring-points .row span.amount { width: 110px; }

    section.points-overview .box .booked-points .row span.bookingDate { width: 470px; }
    section.points-overview .box .booked-points .row span.partner { width: 470px; }
    section.points-overview .box .booked-points .row span.bookingType { width: 360px; }
    section.points-overview .box .booked-points .row span.amount { width: 110px; }

    section.points-overview .box .text-container.placed-points  { height: 42px; overflow: hidden; }
    section.points-overview .box .text-container.placed-points  .row span { position: relative; top: -18px; }
    section.points-overview .box .placed-points .row span.partner { width: 470px; }
    section.points-overview .box .placed-points .row span.shoppingDate { width: 110px; }
    section.points-overview .box .placed-points .row span.bookingDate { width: 110px; }
    section.points-overview .box .placed-points .row span.bookingType { width: 140px; }
    section.points-overview .box .placed-points .row span.amount { width: 110px; }
    section.points-overview .box .background .placed-points h4 { width: auto; }

    /* Bestellhistorie */
    section.order-history .box { width: 492px; }
    section.order-history .box .background { width: 490px; }
    section.order-history .box .row .title { width: 226px; }
    section.order-history .box .row span.amount { width: 80px; }
    section.order-history .box .row span.price { width: 160px; }
    section.order-history .box .foreground  { width: 222px; }

    .banner { margin-bottom: 0px; clear: both; }
    /* Logo-Leiste */
    section .premium-partner-logos  { width: 492px; height: 224px; background:transparent url(/assets/partnerlogos/logoleiste_r2.png) no-repeat; }
   section .container-premium-partner-logos  { width: 492px; height: 224px; }
    section .container-premium-partner-logos  ul.both {  }
    section .container-premium-partner-logos  ul.left { width: 492px; margin-top: 0px; }
    section .container-premium-partner-logos  ul.right { width: 492px; margin-top: 15px; }
    section .container-premium-partner-logos  li a {  }
    section .container-premium-partner-logos  li.both {  }
    section .container-premium-partner-logos  li.large { width: 122px; height: 81px; padding: 20px 0px 0px 0px; }
    section .container-premium-partner-logos  li.large  img{ height: 61px; }
    section .container-premium-partner-logos  li.small { width: 62px; height: 50px; padding: 5px 10px 5px 10px; }
    section .container-premium-partner-logos  li.small  img{ width: 60px; }

    .main section .container-premium-partner-logos  { /*height: 214px;*/ }
    .main section .container-premium-partner-logos-v2  ul.both:after { content: ""; display: table; clear: both; }
    .main section .container-premium-partner-logos-v2  ul.left { width: 100%; }
    .main section .container-premium-partner-logos-v2  ul.right { width: 100%; margin-top: 20px; }
    .main section .container-premium-partner-logos-v2  li.large { height: 81px; }
    .main section .container-premium-partner-logos-v2  li.small { height: 50px; }

    /* Login im Contentbereich */
    section.in-page-login .box { width: 492px; }
    section.in-page-login .box .background { width: 490px; }
    section.in-page-login .box .foreground .form-row  { width: 490px; }
    section.in-page-login .box .foreground .form-row .container { width: 235px; }
    section.in-page-login .box .foreground .form-row .container.first { clear: both; }
    section.in-page-login .box .foreground .form-row .container.right { width: 480px; padding: 8px 5px 0px 0px; text-align: left; }
    /*section.in-page-login .box .foreground .form-row a.faq .icon-question { position: absolute; top: -60px; left: 448px; }*/
    /*section.in-page-login .box .foreground .form-row a.faq { position: absolute; top: -60px; left: 448px; }*/
    /*section.in-page-login .box .foreground .form-row  input.cardnumber { width: 215px; }*/
    section.in-page-login .box .foreground .form-row  input.cardnumber { width: 195px; }
    section.in-page-login .box .foreground .form-row  input.birthdate { margin-right: 8px; }
    section.in-page-login .box .foreground .form-row  label.zip { left: 112px; }
    section.in-page-login .box .foreground .form-row  input.zip { margin-right: 4px; }
    section.in-page-login .box .foreground .form-row  input.pin { margin-right: 4px; }
    section.in-page-login .box .foreground .form-row a.registration { display: inline-block; margin-left: 10px; }

    /* Spendenpartner */
    section.donation  > header > h2 { clear: both; display: block; padding-top: 10px; }
    section.donation > .container-right { width: 236px; }
    section.donation .formular.box .foreground { position: relative; top: auto; }
    section.donation .formular.box .background { height: auto; float: left; padding-left: 0px; padding-top: 0px; }
    section.donation .formular.box { width: 492px; }
    section.donation .formular.box .foreground { width: 100%; left: -4px; }
    section.donation .formular.box .background { width: 490px; }
    section.donation .formular.box .drop-down-footer { width: 471px; }


    /* Warenkorb/Merkliste ohne Navi */
    section.cart .box { width: 492px; }
    section.cart .box .background { width: 490px; }
    section.cart .box .foreground .form-row  { width: 490px; }
    section.cart .box .foreground .form-row .container { width: 235px; }
    section.cart .box .foreground .form-row .container.first { clear: both; }
    section.cart .box .foreground .form-row .container.right { width: 480px; padding: 8px 5px 0px 0px; text-align: left; }
    section.cart .box .foreground .form-row .registration { margin-left: 10px; }
    /*section.cart .box .foreground .form-row a.faq .icon-question { position: absolute; top: -60px; left: 448px; }*/
    /*section.cart .box .foreground .form-row a.faq { position: absolute; top: -60px; left: 448px; }*/
    /*section.cart .box .foreground .form-row  input.cardnumber { width: 215px; }*/
    section.cart .box .foreground .form-row  input.birthdate { margin-right: 8px; }
    section.cart .box .foreground .form-row  label.zip { left: 112px; }
    section.cart .box .foreground .form-row  input.zip { margin-right: 4px; }
    section.cart .box .foreground .form-row  input.pin { margin-right: 4px; }
    section.cart .box .cart-item  { position: relative; width: 100%; }
    section.cart .box .cart-item .image-container { margin-bottom: 130px;  }
    section.cart .box .cart-item .text-container { width: 335px; height: auto; padding-right: 0px; margin-bottom: 130px; }
    section.cart .box .cart-item .text-container .right { padding: 0px 0px 10px 0px; }
    section.cart .box .cart-item .control-container { height: 58px; position: absolute; bottom: 0px; left: 132px; }
    section.cart .box .cart-item .shipment-container { position: absolute; bottom: 110px; left: 131px; width: 325px; height: 20px; margin: 0px 0px 0px 10px; padding: 0px 10px 10px 0px; border-bottom: 1px solid #F2F2F2; }
    section.cart .box .cart-item .price-container { position: absolute; bottom: 0px; right: 0px; }
    section.cart .box .cart-item .price-container .points.fix { position: relative; top: 25px; }

    section.cart .box .cart-item.not-available .image-container { margin-bottom: 0px; }
    section.cart .box .cart-item.not-available .text-container { width: 310px; margin-bottom: 0px; }
    section.cart .box .cart-item.not-available .control-container { left: auto; bottom: auto; width: 20px; height: 83px; position:relative; }
    section.cart .box .cart-item.not-available .shipment-container { display: none; }
    section.cart .box .cart-item.not-available .price-container { display: none; }

    section.cart .box .watchlist-item .image-container { margin-bottom: 160px; }
    section.cart .box .watchlist-item .text-container { margin-bottom: 160px; }
    section.cart .box .watchlist-item .control-container { bottom: 30px; }
    section.cart .box .watchlist-item .shipment-container { bottom: 140px; }
    section.cart .box .watchlist-item .price-container { bottom: 30px; }


    /* Warenkorb/Merkliste mit Navi */
    section.default-with-navi.cart .box { width: 492px; }
    section.default-with-navi.cart .box .background { width: 490px; }
    section.default-with-navi.cart .box .foreground .form-row  { width: 490px; }
    section.default-with-navi.cart .box .foreground .form-row .container { width: 235px; }
    section.default-with-navi.cart .box .foreground .form-row .container.first { clear: both; }
    section.default-with-navi.cart .box .foreground .form-row .container.right { width: 480px; padding: 13px 5px 0px 0px; }
    section.default-with-navi.cart .box .foreground .form-row a.faq .icon-question { position: absolute; top: -60px; left: 448px; }
    section.default-with-navi.cart .box .foreground .form-row  input.cardnumber { width: 215px; }
    section.default-with-navi.cart .box .foreground .form-row  input.birthdate { margin-right: 8px; }
    section.default-with-navi.cart .box .foreground .form-row  label.zip { left: 112px; }
    section.default-with-navi.cart .box .foreground .form-row  input.zip { margin-right: 4px; }
    section.default-with-navi.cart .box .foreground .form-row  input.pin { margin-right: 4px; }
    section.default-with-navi.cart .box .cart-item  { position: relative; width: 100%; }
    section.default-with-navi.cart .box .cart-item .image-container { margin-bottom: 130px;  }
    section.default-with-navi.cart .box .cart-item .text-container { width: 335px; height: auto; padding-right: 0px; margin-bottom: 130px; }
    section.default-with-navi.cart .box .cart-item .text-container .right { padding: 0px 0px 10px 0px; }
    section.default-with-navi.cart .box .cart-item .control-container { height: 58px; position: absolute; bottom: 0px; left: 132px; }
    section.default-with-navi.cart .box .cart-item .shipment-container { position: absolute; bottom: 110px; left: 131px; width: 325px; height: 20px; margin: 0px 0px 0px 10px; padding: 0px 10px 10px 0px; border-bottom: 1px solid #F2F2F2; }
    section.default-with-navi.cart .box .cart-item .price-container { position: absolute; bottom: 0px; right: 0px; }
    section.default-with-navi.cart .box .cart-item .price-container .points.fix { position: relative; top: 25px; }

    section.default-with-navi.cart .box .cart-item.not-available .image-container { margin-bottom: 0px; }
    section.default-with-navi.cart .box .cart-item.not-available .text-container { width: 310px; margin-bottom: 0px; }
    section.default-with-navi.cart .box .cart-item.not-available .control-container { left: auto; bottom: auto; width: 20px; height: 83px; position:relative; }
    section.default-with-navi.cart .box .cart-item.not-available .shipment-container { display: none; }
    section.default-with-navi.cart .box .cart-item.not-available .price-container { display: none; }

    section.default-with-navi.cart .box .watchlist-item .image-container { margin-bottom: 160px; }
    section.default-with-navi.cart .box .watchlist-item .text-container { margin-bottom: 160px; }
    section.default-with-navi.cart .box .watchlist-item .control-container { bottom: 30px; }
    section.default-with-navi.cart .box .watchlist-item .shipment-container { bottom: 140px; }
    section.default-with-navi.cart .box .watchlist-item .price-container { bottom: 30px; }


    /* Detailseite - Prämie */
    section.bonus .bonus-left  { position: relative; left: -256px; width: 236px; }
    section.bonus .bonus-right  { position: relative; left: 256px; width: 236px; }
    section.bonus .bonus-right .container-left { width: 100%; }
    section.bonus .bonus-right .container-right { clear: both; width: 100%; margin-top: 12px; }
    section.bonus .bonus-right .container-left .logo-container { height: auto; padding-bottom: 20px; }
    section.bonus .bonus-right .container-left .logo-container div { display: inline; line-height: 0px; }
    section.bonus .bonus-right .container-left .logo-container img { vertical-align: top; }
    section.bonus .bonus-right .text-container strong { display: block; width: 100%; }
    section.bonus .bonus-right .container-right .price-container .slider > input[type='range'] { width: 206px; }
    section.bonus .bonus-left .image-container { width: 236px; height: 204px; }
    section.bonus .bonus-left .image-container a { line-height: 204px; }
    section.bonus .bonus-left .image-container img { max-width: 236px; max-height: 204px; }
    section.bonus .bonus-left .video-container { width: 236px; height: 204px; }
    section.bonus .bonus-left .video-container iframe { width: 236px; height: 177px; margin: 13px 0px 0px 0px; }


    /* Suchergebnisse */
    section.search-results header ul.tabs { width: 332px; }
    section.search-results-plus header ul.tabs { width: 471px; }
    section.search-results header li.tab { width: 164px; }
    section.search-results-plus header li.tab { width: 155px; }
    section.search-results header .select-box select { width: 150px; }
    section.search-results header .select-box .dk_toggle { width: 150px!important; }
    section.search-results .box { width: 492px; }

    section.search-results article.closed .container-full { width: 470px; }
    section.search-results article.closed .container-left { width: 130px; }
    section.search-results article.closed .container-right { width: 349px; }
    section.search-results article.closed .image-container { height: 80px; width: 100px; }
    section.search-results article.closed .image-container a { line-height: 78px; } /* vertikale mittige bildpositionierung*/
    section.search-results article.closed .image-container img { height: 78px; width: 98px; }
    section.search-results-plus article.closed .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }
    section.search-results article .container-right .table-box { width: 335px; }

    section.search-results article.opened .container-left { width: 130px; }
    section.search-results article.opened .container-right { width: 349px; }
    section.search-results article.opened .image-container { height: 80px; width: 100px; }
    section.search-results article.opened .image-container a { line-height: 78px; } /* vertikale mittige bildpositionierung*/
    section.search-results article.opened .image-container img { height: 78px; width: 98px; }
    section.search-results-plus article.opened .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }
    section.search-results article.opened .thumb-row { display: none!important; }

    section.search-results article.closed:hover { background: url('/assets/static/search_default_mo_2.png') -10px -5px no-repeat; }
    section.search-results article.closed:hover .footer { background: url('/assets/static/search_default_mo_2.png') 0px 100% no-repeat; }
    section.search-results article.expandable.closed:hover { background: url('/assets/static/search_bonus_mo_2.png') -10px -5px no-repeat; }
    section.search-results article.expandable.closed:hover .footer { background: url('/assets/static/search_bonus_mo_2.png') 0px 100% no-repeat; }
    section.search-results article.expandable.opened { background: url('/assets/static/search_bonus_active_2.png') -10px -5px no-repeat; }
    section.search-results article.expandable.opened .footer { background: url('/assets/static/search_bonus_active_2.png') 0px 100% no-repeat; }


    /* Punkte einlösen */
    section.bonus-search { width: 236px; }


    #overlay-page > .inner { width: 492px; margin-left: -246px; }
    #overlay-page .ov-content section > header { width: 452px; }
    #overlay-page .ov-content section > hr { width: 452px; }

    /* Registrierung */
    section.sign-up { margin-bottom: 0px; }
    section.sign-up .background .text-container  { width: 206px; }
    section.sign-up.step1 .foreground { padding: 0px 5px 0px 4px; }
    section.sign-up.step2 .foreground { padding: 0px 5px 0px 4px; }
    section.sign-up.steps .foreground .partner-item { width: 146px;  }
    section.sign-up.steps .foreground .partner-item .logocontainer img { max-width: 128px; }
    section.sign-up.steps .foreground .partner-item .rollover-text { font-size: 11px; line-height: 15px; }

    section.sign-up.steps .foreground .theme-item { width: 146px;  }
    section.sign-up.steps .foreground .theme-item .logocontainer img { max-width: 128px; }

    section.sign-up .formular.label-left span.label-group { width: 100%; padding: 4px 10px 0px 0px; }
    section.sign-up .formular.label-left label { position: relative; top: 12px; width: 100%; margin-top: 0px; padding: 4px 10px 0px 0px; }


    section.sign-up.step4 .container-left  { width: 236px; }
    section.sign-up.step4 .container-right  { width: 236px; }
    section.sign-up.step4 .container-left header { height: 90px; }
    section.sign-up.step4 .container-right header { height: 90px; }
    section.sign-up.step4 .formular .foreground  > .text-container  { width: 216px; padding: 10px 10px 10px 10px; min-height: 210px; }
    section.sign-up.step4 .formular .foreground  > .text-container-full  { width: 216px; padding: 10px 10px 10px 10px; min-height: 210px; }
    section.sign-up.step4 .container-left .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 20px; }
    section.sign-up.step4 .container-right .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 0px; }

    /* Step 4 extended */
    section.sign-up.step4 .container-full header { padding: 0 20px; }
    section.sign-up.step4 .container-full .formular .background .foreground > .img-container { display: block !important; }
    section.sign-up.step4 .container-full .formular .background .foreground > .img-container + .text-container,
    section.sign-up.step4 .container-full .formular .background .foreground > .img-container + .text-container-full { width: 68%; }
    section.sign-up.step4 .formular .foreground > .text-container-full { min-height: 0; width: auto; padding-left: 20px; }
    section.sign-up.step4 .formular .foreground > .text-container { min-height: 0; }

    section.sign-up.step5 .container-left,
    section.sign-up.step5 .container-right  { width: 236px; }
    section.sign-up.step5 .container-left .text-container  { width: 216px; }
    section.sign-up.step5 .container-top  { width: 492px; }
    section.sign-up.step5 .container-left .text-container-full  { width: 452px; padding: 20px 20px 10px 20px; }
    section.sign-up.step5 .my-dc-card { position: relative; width: 216px; float: right; margin: 10px 20px 10px 0px; }
    section.sign-up.step5 .my-dc-card img.theme { width: 216px; }
    section.sign-up.step5 .my-dc-card .partner-logo {  }
    section.sign-up.step5 .my-dc-card .partner-logo img { max-width: 60px; max-height: 40px; border: 10px solid #FFFFFF; }
    section.sign-up.step5 .my-dc-card footer .label-my-card-number, section.sign-up.step5 .my-dc-card footer .my-card-number,
    section.sign-up.step5 .my-dc-card footer .label-my-points, section.sign-up.step5 .my-dc-card footer .my-points { font-size:11px; }
    section.sign-up.step5 .box .foreground { width: 239px!important; height: 180px!important; }


    /* Captcha - Overlay */
    section.overlay .box  .captcha-left { width: 480px; margin-top: 0px; }
    section.overlay .box  .captcha-right { left: -4px; width: 498px; height: 118px; margin-top: 0px; }
    section.overlay .box  .captcha-right #recaptcha_image { width: 440px!important; }
    section.overlay .box  .captcha-right #recaptcha_image img { padding-left: 70px; }
    section.overlay .box  .captcha-right #recaptcha_response_field { float: right; width: 225px; margin-right: 26px; }
    section.overlay .box  .captcha-right label[for=recaptcha_response_field] { top: 93px; left: 14px; display: block!important; }



    /* Bestellung */
    section.order.steps1-3 .background .text-container  { width: 466px; }
    section.order.steps1-3 .box .container  { width: 466px; height: auto; margin: 0px 0px 0px 0px; }
    section.order.steps1-3 .box .foreground  { width: 466px; padding: 10px 10px 10px 21px; margin: 0px 0px 0px 0px; }
    section.order.steps1-3 .box .container.foreground  { margin: 0px 0px 0px 0px; }
    section.order.steps1-3 .box .foreground.formular  { padding: 0px 10px 15px 21px; }
    section.order.steps1-3 .box .formular .form-row  > label  { width: 137px; }
    section.order.steps1-3 .box .form-row .label-group  { width: 137px; }
    section.order.steps1-3 .box .foreground.formular input,
    section.order.steps1-3 .box .foreground.formular select,
    section.order.steps1-3 .box .foreground.formular .dk_toggle  { width: 294px!important; }

    section.order .background .text-container-full.bank-collection > h4  { margin: 20px 0px 10px 0px; }
    section.order .background .text-container-full.bank-collection span.input-bg  {  }
    section.order .background .text-container-full.bank-collection label  { width: 410px; }
    section.order .background .text-container-full.bank-collection > p  { width: 410px; }

    /* Step 1 */
    section.order.step1 #order-city,
    section.order.step1 #order-city2 { width: 226px!important; }
    section.order.step1 #order-street { width: 249px!important; }


    /* Step 2 */
    section.order.step2 #order-ccValidToMonth, #dk_container_order-ccValidToMonth .dk_toggle { width: 45px!important; }
    section.order.step2 #order-ccValidToYear, #dk_container_order-ccValidToYear .dk_toggle { width: 69px!important; }
    #dk_container_order-ccValidToMonth { width: 55px; }
    #dk_container_order-ccValidToYear { width: 79px; }
    section.order.step2 #order-ccCVCCode { width: 106px!important; }
    section.order.step2 img.ccCVCCode { top: -135px; left: 139px; }

    /* Step 3 */
    section.order.step3 .box .foreground  { margin: 0px 0px 10px 0px; }
    section.order.step3 .box .container.foreground  { margin: 0px 0px 20px 0px; }

    section.order.step3 .box .text-container { width: 226px; }
    section.order.step3 .box .control-container { width: 60px; float: right; padding: 10px 10px 0px 10px; text-align: center; }
    section.order.step3 .box .shipment-container { width: 110px; float: right; padding: 10px 10px 0px 10px; text-align: center; }
    section.order.step3 .box .price-container { width: 200px; float: right; }

    /* Step 4 */
    section.order.step4 .container-left  { width: 236px; }
    section.order.step4 .container-right  { width: 236px; }
    section.order.step4 .container-left header { height: 90px; }
    section.order.step4 .container-right header { height: 90px; }
    section.order.step4 .formular .foreground  > .text-container  { width: 216px; padding: 10px 10px 10px 10px; min-height: 210px; }
    section.order.step4 .formular .foreground  > .text-container-full  { width: 216px; padding: 10px 10px 10px 10px; min-height: 210px; }
    section.order.step4 .container-left .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 20px; }
    section.order.step4 .container-right .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 0px; }
    section.order.step4 .background .text-container  { width: 216px; min-height: 150px; }
    #order-submit-newsletter { position: absolute; bottom: 0px; right: 0px; }
    #order-submit-personalization { position: absolute; bottom: 0px; right: 20px; }


    /* Overlay - Login */
    section.overlay-login .formular .foreground { width: 220px; }
    section.overlay-login .formular .foreground  .form-row> label  { width: 110px; }
    section.overlay-login .formular .foreground  .form-row> input  { width: 98px; }
    section.overlay-login .formular .foreground  .forgot-pin { width: 90px; padding-left: 110px; }
    section.overlay-login .formular .background .text-container  { width: 175px; right: 20px; }
    section.overlay-login .formular .background .text-container-left  { width: 218px; }

    /* FAQs */
    section.faqs .foreground  h3  { max-width: 400px; }

}


@media only screen and (max-width : 500px) {
    /* wird von IE ignoriert !!!!!!!!!!!!!!!!!!!! */
    body { font-size: 14px; line-height: 18px; }
    .wrapper-main > .main h2 { font-size: 21px; line-height: 25px; font-weight: bold; }
    .wrapper-main > .main h2.confine { max-width: 230px; }
    .wrapper-main > .main h3 { font-size: 18px; line-height: 22px; font-weight: bold; }
    .wrapper-main > .main h4 { font-size: 14px; line-height: 18px; font-weight: bold; }

    .wrapper > .main { padding: 0px 10px 30px 10px; width: 300px!important; }
    /** { display: none; }*/

    .mobile-hidden-320  { display: none!important; }
    .clear-320 { clear: both!important; }

    section > header .select-box { position: relative; bottom: auto; right: auto; float:left; width: 300px; }

    .container.points .price-container { width: 300px; }
    .price-container .slider > input[type='range'] { width: 290px; }
    .price-container .slider1 > input[type='range'],
    .price-container .slider2 > input[type='range'] { width: 300px; }
    .price-container .euro { margin-left: 90px; }

    .shadow { width: 334px; left: -17px; background:transparent url(/assets/static/promotionboard_verlauf_1.png) no-repeat; }
    #loading { width: 300px; }
    #top-anchor { display: none; }

    .sign-up-finished-board .size1x1, .sign-up-finished-board .size1x1 img { width: 308px!important; }

    .promotionboard.banner { margin: 10px 0px 20px 0px; }
    .overlay .promotionboard.banner { margin: 5px 0px 20px 0px; }
    .overlay.lottery .promotionboard.banner { margin: 10px 0px 0px 0px; }
    .overlay.sign-up .promotionboard.banner { margin: 5px 0px 30px -20px; }

    .promotionboard,
    .promotionboard .intro,
    .promotionboard .size4x1, .promotionboard .size2x1, .promotionboard .size1x1,
    .promotionboard .size4x1 img, .promotionboard .size2x1 img, .promotionboard .size1x1 img { width:300px; height: 192px; }

    nav.mobile { display: block; }

    section.left-threequarter-width .container-quarter { float:left; width: 300px; }
    section.left-threequarter-width .container-half { float:left; width: 300px; }
    section.right-quarter-width { margin-top: 40px; }
    section.right-quarter-width.slides  { margin-top: 0px; }
    .left-quarter-width { width: 300px; text-align: center; margin-bottom: 20px; }
    .right-threequarter-width { width: 300px; }

    section > span.content-container > div.content-container  { float: none; width: 100%; }
    section > .section-content-container > span.content-container  { width: 100%; }
    section > .section-content-container > span.content-container > div.content-container  { float: none; width: 100%; }


    /* responsive Grunddaten ******************************************** */
    .wrapper-main > .main { width: 300px; }
    section.left-navi { width: 300px; }
    section.default-with-navi { width: 300px; }
    section.default-full-width { width: 300px; }
    section.default-half-width { width: 300px; }
    section.left-threequarter-width { width: 300px; }
    section.right-quarter-width { width: 300px; }
    section .box-full { width: 300px; }
    section.default-with-navi .box-full { width: 300px; }
    section .box-half { width: 300px;}
    section.default-with-navi .box-half { width: 300px; }
    section .box-quarter { width: 300px; }
    .promotionboard .adverts { width:300px; /*height: 132px;*/ }
    .promotionboard  { left: auto; /*height: 132px;*/ }
    section.default-with-navi .box-half.formular  { width: 300px; }
    /* ****************************************************************** */
    section.right-quarter-width.default header { min-height: 20px; }
    section.right-quarter-width.default header  > h2{ padding-top: 0px; }

    section > header .abc { display: none; }
    .formular .footer .errors { text-align: right; }
    .formular .footer .success { text-align: right; }

    section.left-navi { width: 300px; }
    section.left-navi .container  { width: 300px; }

    section.left-navi .container.combined { width: 300px; margin: 20px 20px 0px 0px; }

    section.left-navi .container.specials { margin-top: 24px; }
    section.left-navi .container.categories { margin-top: 20px; }

    section.left-navi .container.specials .select-all { display: none; }
    section.left-navi .container.categories .select-all { display: none; }



    section.left-navi .container  .dk_toggle { width: 289px!important; }
    section.left-navi .container select { width: 289px; }
    section.left-navi .container select.styled-select { width: 300px; }
    section.left-navi .container.search input[type="text"] { width: 263px; }
    section.left-navi .dk_toggle { width: 288px!important; }
    #dk_container_navi-selector .dk_toggle { width: 290px!important; }
    #dk_container_navi-selector { width: 300px; }
    section.left-navi select { width: 288px; }
    .navi-selector { width: 290px; }
    .navi-selector .styled-select { width: 300px; }

    section > img.right { width: 300px; margin: 4px 0px 20px 0px; }
    section > img.left { width: 300px; margin: 4px 0px 20px 0px; }
    section > img.full { width: 300px; margin: 4px 0px 20px 0px; }
    section > .content-container  { width: 300px; }

    section{ margin: 20px 0px 20px 0px; }
    section.default-with-navi .box { margin: 10px 0px 0px 0px; }
    /*section.default-with-navi .box .box-left .teaser-text { display: none; }*/
    section.coupon-preview { margin: auto; }
    .section-content-container { margin: 0px; }

    /* Details - Premiumpartner */
    section.details-premiumpartner  > header > h2 { padding-top: 10px; }
    section.details-premiumpartner header { margin-top: 20px; }
    section.details-premiumpartner header h2 { clear: both; width: 100%; }
    section.details-premiumpartner header .container-left { clear: both; width: 100%; bottom: 15px; }
    section.details-premiumpartner > hr { display: block; clear: both; width: 100%; }
    section.details-premiumpartner .box { width: 300px; }
    section.details-premiumpartner .box .background { width: 300px; }
    section.details-premiumpartner .box .bar span.right { bottom: 10px; right: auto; left: 12px; float:left; }

    /* Details - Aktionen */
    section.details-campaigns  > header > h2 { padding-top: 10px; }
    section.details-campaigns header { margin-top: 0px; }
    section.details-campaigns header h2 { clear: both; width: 100%; }
    section.details-campaigns header .container-left { clear: both; width: 100%; bottom: 15px; }

    section.details-campaigns .container-quarter { width: 300px; }
    section.details-campaigns .container-quarter img { width: 300px; }
    section.details-campaigns .container-half { width: 300px; }
    section.details-campaigns .container-half  .content-container { padding: 0px 0px 0px 0px; }
    section.details-campaigns .container-half  .content-container  a.link-extern { margin: 0px 10px 10px 0px; }
    section.details-campaigns .container-half  .content-container  a.watch-coupon { clear: both; margin: 0px 10px 10px 0px; }
    section.details-campaigns .container-half  .content-container  a.activate-coupon { clear: both; margin: 0px 10px 10px 0px; }


    /* Standardseite ohne Navigation */
    section.default-full-width.default  > header > h2 { padding-top: 10px; }
    section.default-full-width.default header { margin-top: 0px; }
    section.default-full-width.default header h2 { clear: both; width: 100%; }
    section.default-full-width.default header .container-left { clear: both; width: 100%; bottom: 15px; }

    section.default-full-width.default .container-quarter { width: 300px; }
    section.default-full-width.default .container-quarter img { width: 300px; }
    section.default-full-width.default .container-half { width: 300px; }
    section.default-full-width.default .container-half  .content-container { padding: 0px 0px 0px 0px; }
    section.default-full-width.default .container-half  .content-container  a.link-extern { margin: 0px 10px 10px 0px; }


    /* Standardseite ohne Navigation mit Coupons*/
    section.left-threequarter-width.default .container-quarter { margin: 5px 0px 20px 0px; }
    section.left-threequarter-width.default .container-half { width: 280px; }


    /* Teaser */
    section.default-half-width.deep-link { width: 300px; }
    section.default-half-width.deep-link .box-full { width: 300px; }


    section.default-with-navi .box.teaser, section.default-full-width .box.box-half.teaser,
    section.default-half-width.deep-link .box.teaser { margin: 10px 0px 20px 0px; }
    section.default-with-navi .box-full.teaser, section.default-full-width .box.box-half.teaser,
    section.default-half-width.deep-link .box-full.teaser { height: auto; float: left; clear: both; }
    section.default-with-navi .box-full .box-left, section.default-full-width .box.box-half.teaser .box-left,
    section.default-half-width.deep-link .box-full .box-left { width: 280px; position: relative; height: auto; float: left; clear: both; padding: 20px 10px 10px 10px; }
    section.default-with-navi .box-full .box-right, section.default-full-width .box.box-half.teaser .box-right,
    section.default-half-width.deep-link .box-full .box-right { width: 300px; position: relative; height: auto; float: left; clear: both;  }
    section.default-with-navi .box-full .box-left .teaser, section.default-full-width .box.box-half.teaser .box-left .teaser,
    section.default-half-width.deep-link  .box-full .box-left .teaser { width: 280px; position: static; }
    section.default-with-navi .box-full .box-right a, section.default-full-width .box.box-half.teaser .box-right a,
    section.default-half-width.deep-link .box-full .box-right a { height: 180px; }
    section.default-with-navi .box-full .box-right img, section.default-full-width .box.box-half.teaser .box-right img,
    section.default-half-width.deep-link .box-full .box-right img { width: 306px; /*height: 180px;*/ right: -3px; top: auto; }

    section.default-full-width .box.box-half.teaser.higher .box-right { height: 370px; }


    /* Online-Partner */
    section.default-with-navi .box.online-partner { margin: 10px 0px 20px 0px; }
    section.default-with-navi .box-full.online-partner { height: auto; float: left; clear: both; }
    section.default-with-navi .box-half.online-partner .box-left { width: 280px; position: relative; float: left; clear: both; padding: 20px 10px 10px 10px; }
    section.default-with-navi .box-full.online-partner .flag,
    section.default-with-navi .box-half.online-partner .flag { left: auto; top: -6px; right: 10px; }

    section.default-with-navi .box-half.online-partner .box-left .teaser { width: 280px; }
    section.default-with-navi .box.online-partner .box-left .teaser .logocontainer { height: 39px; margin-bottom: 2px; }
    section.default-with-navi .box-full.online-partner .box-left .teaser .logocontainer { margin-bottom: 10px; }
    section.default-with-navi .box-full.online-partner .box-left .teaser .logocontainer img { max-height: 40px; max-width: 130px; }
    section.default-with-navi .box-half.online-partner .box-left .teaser .logocontainer img { max-height: 35px; max-width: 115px; }
    section.default-with-navi .box.online-partner .box-left .teaser .textcontainer .teaser-text { max-height: 37px; height: 37px; }
    section.default-with-navi .box.online-partner .box-left .teaser .textcontainer .show-details { float: left; }
    section.default-with-navi .box-half.online-partner .box-left .teaser { position: relative; }




    section.bonus-row .section-content-container  { width: 110%; }
    section.default-with-navi.bonus-row { margin: 0px 0px 0px 0px; }
    section.default-with-navi.bonus-row { margin: 0px 0px 0px 0px; }
    .bonus-row article { width: 141px; }




    /* Vorteils-Aktionen */
    section.campaigns {  }
    section.campaigns .box { z-index: auto; width: 294px; height: 366px; float: left; margin: 10px 0px 10px 2px; }
    section.campaigns .box .background { height: 366px; }
    section.coupon-preview .box { z-index: auto; width: 294px; height: 366px; float: none; margin: 10px auto; }
    section.campaigns .box .foreground { width: 300px; height: 181px; left: -3px; }
    section.campaigns .box .foreground .image-container div { line-height: 181px; } /* vertikale mittige bildpositionierung*/
    section.campaigns .box .foreground .image-container img { height: 181px; width: 300px; }
    section.campaigns .box .background .teaser { padding: 189px 10px 10px 10px; }
    section.campaigns .box .background .teaser a.activate-coupon > span > span { width: 215px; }
    section.campaigns .box.campaign .background .teaser a.link-extern > span > span { width: 239px; }
    section.campaigns .box.campaign.watching .background .teaser a.link-extern > span > span { width: auto; }

    section.campaigns .box.coupon .background .teaser .coupon-footer .tooltip-container + .button-container a.link-extern > span > span { width: 184px; }
    section.campaigns .box.coupon .background .teaser .coupon-footer .info-container { margin-top: 20px; }

    section.campaigns .box.larger  { z-index: auto; }
    section.campaigns .box.larger .foreground  { width: 300px; height: 181px; left: -3px; }
    section.campaigns .box.larger .foreground .image-container img  { height: 181px; width: 300px; }

    section.campaigns .box.larger .background  { height: 366px; width: 100%; padding: 0px; left: auto; top: auto; background: none #F5F5F5; border: 1px solid #DDDDDD; box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF; }
    section.campaigns .box.larger .background .teaser  { padding: 189px 10px 10px 10px; }
    section.campaigns .box.larger .background .teaser a.watch-coupon { right: 10px; bottom: 45px; }
    section.campaigns .box.larger .background .teaser a.activate-coupon { left: 10px; bottom: 10px; }
    section.campaigns .box.larger .background .teaser a.activate-coupon > span > span { width: 215px; }
    section.campaigns .box.larger .background .teaser a.link-extern { bottom: 10px; }
    section.campaigns .box.larger .background .teaser .coupon-footer a.link-extern { bottom: 0; }
    section.campaigns .box.campaign.larger .background .teaser a.link-extern > span > span { width: 239px; }
    section.campaigns .box.campaign.watching.larger .background .teaser a.link-extern > span > span { width: auto; }
    section.campaigns .box.larger.activated .background .teaser .coupon-footer a.activate-coupon { bottom: 0; }
    section.campaigns .box.coupon.activated.larger .background span.banderole  { right: -1px; bottom: 0px; }
    section.campaigns .box.campaign.watching.larger .background span.banderole  { right: -1px; bottom: 0px; }

    section.campaigns div.glass  { top: 0px; left: 0px; width: 301px;}
    section.campaigns .glass .inlay  { top: 70px; left: 50%;}
    /*section.campaigns .glass .inlay  { top: 70px; left: 52px;}*/


    /* Media-Center */
    section.media-center .box { z-index: auto; width: 294px; height: 296px; float: left; margin: 10px 0px 20px 2px; }
    section.media-center .box .background { height: 296px; }

    section.media-center .box .foreground { width: 300px; height: 181px; left: -3px; }
    section.media-center .box .foreground .image-container div { line-height: 181px; } /* vertikale mittige bildpositionierung*/
    section.media-center .box .foreground .image-container img { height: 181px; width: 300px; }
    section.media-center .box .background .teaser { padding: 189px 10px 10px 10px; }

    section.media-center .box.larger  { z-index: auto; }
    section.media-center .box.larger .foreground  { width: 300px; height: 181px; left: -3px; }
    section.media-center .box.larger .foreground .image-container img  { height: 181px; width: 300px; }

    section.media-center .box.larger .background  { height: 296px; width: 100%; padding: 0px; left: auto; top: auto; background: none #F5F5F5; border: 1px solid #DDDDDD; box-shadow: 0 1px 7px #AFAFAF; -moz-box-shadow: 0 1px 7px #AFAFAF; -webkit-box-shadow: 0 1px 7px #AFAFAF; }
    section.media-center .box.larger .background .teaser  { padding: 189px 10px 10px 10px; }
    section.media-center .box.larger .background .teaser a.link-extern { bottom: 10px; }


    /* Ersatzkarte */
    section.form-change-pin .formular.label-left .dk_toggle { width: 268px!important; }
    section.form-change-pin .formular.label-left select { width: 268px; }
    section.form-change-pin .formular.label-left .styled-select { width: 278px; }
    section .formular.label-left .checkboxes  { width: 278px; }
    section .formular.label-left .checkboxes label { width: 248px; }


    /* PIN vergessen */
    section.form-forgot-pin .formular.label-left .form-row  input[type=text]{ width: 268px; margin-top: 5px; }
    section.form-forgot-pin .formular.label-left .form-row  label { width: 270px; margin-top: 10px; }
    #dk_container_forgot-pin-dayOfBirth .dk_toggle { width: 47px!important; }
    #dk_container_forgot-pin-monthOfBirth .dk_toggle { width: 47px!important; }
    #dk_container_forgot-pin-yearOfBirth .dk_toggle { width: 64px!important;}
    #dk_container_forgot-pin-dayOfBirth { width: 57px; margin-top: 5px; }
    #dk_container_forgot-pin-monthOfBirth { width: 57px; margin-top: 5px; }
    #dk_container_forgot-pin-yearOfBirth { width: 74px; margin-top: 5px; }
    #forgot-pin-dayOfBirth.styled-select { width: 84px!important; float: left; margin-right: 10px;}
    #forgot-pin-monthOfBirth.styled-select { width: 84px!important; float: left; margin-right: 10px; }
    #forgot-pin-yearOfBirth.styled-select { width: 94px!important; float: left; }

    section.form-forgot-pin .formular .background  > .captcha-right { width: 306px; height: 118px; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_image { width: 250px!important; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_image img { width: 250px!important; }
    section.form-forgot-pin .formular .background  > .captcha-right #recaptcha_response_field { width: 268px; }
    section.form-forgot-pin .formular .background  > .captcha-right label[for=recaptcha_response_field] {  }


    /* PIN ändern */
    section .formular .pin { width: 111px; }


    /* Serie beenden */
    section.form-terminate-series  .formular.label-left .form-row  input[type=text]{ width: 147px; margin-top: 12px; }
    section.form-terminate-series  .formular.label-left .form-row  label { width: 126px; margin-top: 7px; }

    section.form-terminate-series  .formular .background  > .captcha-right { width: 306px; height: 118px; }
    section.form-terminate-series  .formular .background  > .captcha-right #recaptcha_image { width: 250px!important; }
    section.form-terminate-series  .formular .background  > .captcha-right #recaptcha_image img { width: 250px!important; }
    section.form-terminate-series  .formular .background  > .captcha-right #recaptcha_response_field { width: 268px; }
    section.form-terminate-series  .formular .background  > .captcha-right label[for=recaptcha_response_field] {  }


    /* Persönliche Daten */
    section.personalData .container-left { width: 300px; }
    section.personalData .container-right { width: 100%; }
    section.personalData .formular.label-left span.label-group { width: 100%; padding: 4px 10px 0px 0px; }
    section.personalData .formular.label-left label { position: relative; top: 12px; width: 100%; margin-top: 0px; padding: 4px 10px 0px 0px; }
    section.additionalData .container-left { width: 300px }
    section.additionalData .container-right { width: 100%; }
    section.additionalData .formular.label-left span.label-group { width: 100%; padding: 4px 10px 0px 0px; }
    section.additionalData .formular.label-left label { position: relative; top: 12px; width: 100%; margin-top: 0px; padding: 4px 10px 0px 0px; }

    #postcode, #postcode2 { width: 48px!important; float: left; }
    #city { width: 197px!important; float: left; }
    #dayOfBirth, #dk_container_dayOfBirth .dk_toggle { width: 60px!important; float: left; }
    #monthOfBirth, #dk_container_monthOfBirth .dk_toggle { width: 60px!important; float: left; }
    #yearOfBirth, #dk_container_yearOfBirth .dk_toggle { width: 86px!important; float: left; }
    #dk_container_dayOfBirth { width: 70px; }
    #dk_container_monthOfBirth { width: 70px; }
    #dk_container_yearOfBirth { width: 96px; }
    #dayOfBirth.styled-select { width: 70px; }
    #monthOfBirth.styled-select { width: 70px!important; float: left; margin-right: 10px; }

    section.sign-up #city { width: 197px!important; float: left; }
    section.sign-up #dayOfBirth, section.sign-up #dk_container_dayOfBirth .dk_toggle { width: 60px!important; float: left; }
    section.sign-up #monthOfBirth, section.sign-up #dk_container_monthOfBirth .dk_toggle { width: 60px!important; float: left; }
    section.sign-up #yearOfBirth, section.sign-up #dk_container_yearOfBirth .dk_toggle { width: 86px!important; float: left; }
    section.sign-up #dk_container_dayOfBirth { width: 70px; }
    section.sign-up #dk_container_monthOfBirth { width: 70px; }
    section.sign-up #dk_container_yearOfBirth { width: 96px; }
    section.sign-up #dayOfBirth.styled-select { width: 70px; }
    section.sign-up #monthOfBirth.styled-select { width: 70px!important; float: left; margin-right: 10px; }

    section .formular.label-left .container-left .form-row input,
    section .formular.label-left .container-right .form-row input,
    section .formular.label-left .container-left .form-row textarea,
    section .formular.label-left .container-right .form-row textarea,
    section .formular.label-left .container-left .form-row .dk_toggle,
    section .formular.label-left .container-right .form-row .dk_toggle { width: 267px!important;}
    section.bonus-highlight.overlay .formular .foreground  .form-row input[type="radio"],
    section.bonus-highlight.overlay .formular .foreground  .form-row input[type="checkbox"] { width: auto !important; }

    section .formular.label-left .container-left .form-row .styled-select,
    section .formular.label-left .container-right .form-row .styled-select { width: 279px; }
    #yearOfBirth.styled-select { width: 119px!important; float: left; }
    #street { width: 220px!important; float: left; }
    #number { width: 25px!important; float: left; }


    /* Default mit zurück-Button */
    section.default-with-back-button  > header > h2 { padding-top: 10px; }
    section.default-with-back-button  > header > .container-right { width: 300px;  }
    section.default-with-back-button  .container-right { width: 300px;  }
    section.default-with-back-button .imagecontainer { width: 300px; }


    /* Meilenumtausch */
    section.miles .foreground.review .container-left { width: 100%; }
    section.miles .formular .foreground.review  .form-row label { width: 200px; position: relative; top: auto; }
    section.miles .formular .foreground.review  .form-row input.inactive { width: 80px!important; position: relative; top: auto; }
    section.miles hr { width: 279px; }
    section.miles .formular .background .footer .button  { margin-bottom: 10px; }
    section.miles .formular .background  label[for=acceptConditions]  { top: auto; }

    section.miles.miles-abo .box .foreground  a.link-deactivate { position: relative; top: auto; float: right; }

    section.miles .formular .background  .captcha-left { margin-top: 10px; width: 280px; }
    section.miles .formular .background  .captcha-right { left: -14px; width: 306px; height: 118px; margin-top: 10px; }
    section.miles .formular .background  .captcha-right #recaptcha_image { width: 250px!important; }
    section.miles .formular .background  .captcha-right #recaptcha_image img { width: 250px!important; }
    section.miles .formular .background  .captcha-right #recaptcha_response_field { width: 268px; }
    section.miles .formular .background  .captcha-right label[for=recaptcha_response_field] { top: -33px; left: 0px; }


    /* Overlay - Prämienhöhepunkt */
    section.bonus-highlight .formular .foreground  .form-row { min-height: auto; }
    section.bonus-highlight .formular .foreground  .form-row input { margin-top: 5px; }
    section.bonus-highlight.overlay .formular .foreground  .form-row input[type="radio"] { margin-top: 0; }
    section.bonus-highlight.overlay .formular .foreground  .form-row input[type="checkbox"] { margin-top: 0; }
    section.bonus-highlight .formular .foreground  .form-row select.styled-select { margin-top: 5px; }
    section.bonus-highlight .formular .foreground  .form-row .dk_container { margin-top: 5px; }
    section.bonus-highlight .box { width: 298px; }
    section.bonus-highlight .foreground  > .container-left  { width: 288px; }
    section.bonus-highlight .foreground  > .container-right  { float: left; width: 288px; padding: 0px 0px 10px 0px; }
    .highlight-success { padding: 0px 9px 10px 9px; }




    /* Newsletter */
    .default-with-navi.newsletter .formular.box .foreground { position: relative; top: auto; }
    .default-with-navi.newsletter .formular.box .background { height: auto; float: left; padding-left: 0px; padding-top: 0px; }

    .default-with-navi.newsletter .box, .default-with-navi.newsletter .formular.box { width: 300px; margin-top: 5px; }
    .default-with-navi.newsletter .box-half , .default-with-navi.newsletter .formular.box-half { width: 300px; margin-top: 5px; left: 0px; }
    .default-with-navi.newsletter .formular.box .foreground { width: 100%; left: -3px; }
    .default-with-navi.newsletter .formular.box-half .foreground { width: 100%; left: -3px; }
    .default-with-navi.newsletter .formular.box .background { width: 298px; }
    .default-with-navi.newsletter .formular.box-half .background { width: 298px; }
    .default-with-navi.newsletter .formular.box .drop-down-footer { width: 280px; }
    .default-with-navi.newsletter .formular.box-half .drop-down-footer { width: 280px; }
    .default-with-navi.newsletter .formular.box .foreground  > .text-container  { width: 170px; }
    .default-with-navi.newsletter .formular.box-half .foreground  > .text-container  { width: 170px; }
    section.default-with-navi.newsletter .formular label { width: 240px; }


    .default-full-width.newsletter .formular.box .foreground { position: relative; top: auto; }
    .default-full-width.newsletter .formular.box .background { height: auto; float: left; padding-left: 0px; padding-top: 0px; }

    .default-full-width.newsletter .box, .default-full-width.newsletter .formular.box { width: 300px; margin-top: 5px; }
    .default-full-width.newsletter .box-half , .default-full-width.newsletter .formular.box-half { width: 300px; margin-top: 5px; left: 0px; }
    .default-full-width.newsletter .formular.box .foreground { width: 100%; left: -3px; }
    .default-full-width.newsletter .formular.box-half .foreground { width: 100%; left: -3px; }
    .default-full-width.newsletter .formular.box .background { width: 298px; }
    .default-full-width.newsletter .formular.box-half .background { width: 298px; }
    .default-full-width.newsletter .formular.box .drop-down-footer { width: 280px; }
    .default-full-width.newsletter .formular.box-half .drop-down-footer { width: 280px; }
    .default-full-width.newsletter .formular.box .foreground  > .text-container  { width: 170px; }
    .default-full-width.newsletter .formular.box-half .foreground  > .text-container  { width: 170px; }


    /* FAQs */
    section.faqs .box { width: 298px; }
    section.faqs .foreground  h3  { width: 215px; }
    section.faqs .foreground  span.rating  { margin-bottom: 10px; }
    section.faqs .foreground  a.yes  { margin-left: 70px; }



    /* Link zu Online-Partnern */
    section.goto-online-partner .box { width: 298px; }
    section.goto-online-partner .foreground  { position: relative; width: 100%; left: -3px; padding: 0px 3px 0px 3px; }
    section.goto-online-partner .foreground  > .text-container-full  { width: 280px; }
    section.goto-online-partner .background  > .text-container  { width: 280px; }
    section.goto-online-partner header .logocontainer { position: absolute; left: auto; right: 0px; }

    /* Gutschein einlösen */
    section.encash-voucher .box { width: 298px; }
    section.encash-voucher .foreground  > .container-left  { width: 288px; }
    section.encash-voucher .foreground  > .container-left  > .text-container  { width: 278px; }
    section.encash-voucher .foreground  > .container-right  { float: left; width: 288px; padding: 0px 0px 10px 10px; }
    section.encash-voucher .foreground  > .container-right .form-row  { width: 278px; }
    section.encash-voucher .foreground  > .container-right label { width: 288px; }
    section.encash-voucher.logged-in .foreground   { padding-top: 10px; }

    section.encash-voucher.overlay .foreground  > .container-right label { width: 288px; padding-bottom: 3px; }
    section.encash-voucher.overlay .foreground  > .container-left  { padding-left: 10px; width: 324px; }
    section.encash-voucher.overlay .foreground  > .container-left label { left: 15px; }


    /* Kontakt-Center */
    section.kontaktcenter .box { width: 298px; }
    section.kontaktcenter .foreground  > .container-left  { width: 288px; }
    section.kontaktcenter .foreground  > .container-right  { float: left; width: 288px; padding: 0px 0px 15px 10px }
    section.kontaktcenter .foreground input { width:266px; }
    section.kontaktcenter .foreground textarea { width:266px; }
    section.kontaktcenter .foreground .dk_toggle { width:266px!important; }
    section.kontaktcenter .foreground select { width:266px; }
    section.kontaktcenter .foreground select.styled-select { width:278px; }
    section.kontaktcenter .formular label { width:266px; }


    /* Prämienleiste (Reihe)*/
    .bonus-row article .info .price { left: 10px; bottom: 55px; width: 120px; }
    .bonus-row article .info a.button { left: 25px; bottom: 30px; }


    /* Prämienleiste (Fläche)*/
    section.bonus-area .box { width: 300px; }
    section.bonus-area .box .background { width: 298px; height:386px; }
    section.default-with-navi.bonus-area .box { width: 300px; }
    section.default-with-navi.bonus-area .box .background { width: 298px; height:256px; }
    section.left-threequarter-width.bonus-area .box { width: 300px; }
    section.left-threequarter-width.bonus-area .box .background { width: 298px; }
    section.bonus-area article.foreground { width: 296px; left: -3px; padding: 0px 3px 0px 3px; }
    section.bonus-area article .info h4 { width: 196px; }
    section.bonus-area article .info h3 { width: 196px; }

    /* Startseite */
    .slides article h2 { margin-top: 20px; }
    .slides1x4 article .box { width: 298px; margin-top: 0px; }
    .slides4x1 article .box { width: 298px; }
    .slides article .box .foreground  { position: relative; width: 100%; left: -3px; padding: 0px 3px 0px 3px; }
    .slides article .box .background { width: 296px; }
    .slides article .box .foreground ul  { width: 100%; }
    .slides article .box .background .footer { /*position: relative; top: -15px; height: 20px; padding:5px 52px 0;*/ }
    .slides article .box .background .footer a { display: inline-block; width: 57px; height: 18px; }
    .slides article .box .foreground  { position: relative; width: 100%; /*left: -3px; not correct */ left: -4px; padding: 0px 3px 0px 3px; }

    .slides article.premium-partner .box .background  { height:183px; }
    .slides article.premium-partner .box .foreground  { height:150px; }
    .slides article.online-partner .box .background  { height:153px; }
    .slides article.online-partner .box .foreground  { height:120px; }
    .slides article.online-partner .box .overflow-container { height: 120px; }
    .slides4x1 article.online-partner.show-flags  .box .foreground li { width: 221px; }
    .slides article.campaigns .box .background  { height:150px; }
    .slides article.campaigns .box .foreground  { height:117px; }
    .slides article.campaigns .box .foreground li { width:304px; height: 114px; }
    .slides article.campaigns .box .foreground li img { width:304px; }
    .slides article.campaigns .foreground div.glass  { width: 304px; }
    .slides article.campaigns .foreground .glass .inlay  { top: 11px; left: 0px; width: 180px; height: 67px; padding: 10px 15px 15px 15px; background: url('/assets/static/login_milchglas_rechts.png') no-repeat; }
    .slides article.additional .box .background  { height:216px; }
    .slides article.additional .box .foreground  { height:183px; }
    .slides article.additional .box .foreground li  { width:304px; height: 180px; }
    .slides article.additional .box .foreground li img  { width:304px; }
    .slides1x4 article.online-partner .box .background { height:170px; }
    .slides1x4 article.online-partner .box .foreground { width: 304px; height:139px; }
    .slides1x4 article.online-partner .box .overflow-container { height: 139px; }
    .slides1x4 article.online-partner.show-flags .box .foreground li{ width: 226px; }
    .slides1x4 article.campaigns .box .background  { height:277px; }
    .slides1x4 article.campaigns .box .foreground  { height:244px; }

    .slides.only-1 article.campaigns .foreground .glass .inlay,
    .slides.only-2 article.campaigns .foreground .glass .inlay  { top: 11px; }

    /* Map */
    section.map .box { width: 298px; }
    section.map .box .foreground { height: 118px; }
    section.map .address { width: 84px; }
    section.map .zipcode { width: 37px; }
    section.map #dk_container_partners .dk_toggle { width: 266px!important; }
    section.map #dk_container_partners { margin-top: 10px; width: 276px; }
    section.map #dk_container_maxDistance .dk_toggle { width: 65px!important; }
    section.map #dk_container_maxDistance { width: 75px; }
    section.map #maxDistance.styled-select { width: 77px; }
    section.map #partners.styled-select { width: 278px; margin-top: 10px; }
    section.map .foreground  button[name=send] { top: 82px; right: 12px; }
    #mapContainer { height:220px!important; }
    #mapContainer .MicrosoftMap { height:220px!important; }
    #partnerSearchResults { width: 298px; float: left; position: relative; }
    .special-320-a { display: table-cell; }
    .special-320-b{ display: none; }
    #partner-search-result-table .col1 { width: 25%; }
    #partner-search-result-table .col2 { width: 75%; }
    #partner-search-result-table .col3 { display: none; }

    /* Übersicht Kundendaten */
    section.userdata-overview { margin: 20px 0px 0px 0px; }
    section.userdata-overview .container-left { float:left; width: 100%; }
    section.userdata-overview .container-right { float:left; width: 100%; }

    /* Übersicht Punkte */
    section.points-overview .box { width: 300px; }
    section.points-overview .box .background { width: 298px; }
    section.points-overview .box .bar h3 { width: 170px; }
    section.points-overview .box .bar { left: -3px; padding: 3px 3px 3px 3px; }
    section.points-overview .box .background h4 { width: 200px; }
    section.points-overview .box .background a.show-all { display: block; }
    section.points-overview .box .foreground .form-row  { width: 300px; }
    section.points-overview .box .foreground .form-row  .container { width: 280px; }
    section.points-overview .box .foreground .form-row  .container.right { padding-top: 20px; }
    section.points-overview .box .foreground .form-row  input.date { width: 102px; }
    section.points-overview .box .foreground .form-row .dk_toggle { width:268px!important; }
    section.points-overview .box .foreground .form-row select { width:268px; }
    section.points-overview .box .foreground .form-row .styled-select { width:279px; }

    section.points-overview .box .expiring-points .row span.partner { width: 278px; }
    section.points-overview .box .expiring-points .row span.bookingType { width: 168px; }
    section.points-overview .box .expiring-points .row span.amount { width: 110px; }

    section.points-overview .box .booked-points .row span.bookingDate { width: 278px; }
    section.points-overview .box .booked-points .row span.partner { width: 278px; }
    section.points-overview .box .booked-points .row span.bookingType { width: 168px; }
    section.points-overview .box .booked-points .row span.amount { width: 110px; }

    section.points-overview .box .text-container.placed-points  { height: 42px; overflow: hidden; }
    section.points-overview .box .text-container.placed-points  .row span { position: relative; top: -18px; }
    section.points-overview .box .placed-points .row span.partner { width: 278px; }
    section.points-overview .box .placed-points .row span.shoppingDate { width: 110px; }
    section.points-overview .box .placed-points .row span.bookingDate { width: 110px; float: right; text-align: right; }
    section.points-overview .box .placed-points .row span.bookingType { width: 168px; }
    section.points-overview .box .placed-points .row span.amount { width: 110px; }
    section.points-overview .box .background .placed-points h4 { width: auto; }

    /* Bestellhistorie */
    section.order-history > header .select-box #dk_container_select-order .dk_toggle { width: 288px!important; }
    section.order-history > header .select-box #dk_container_select-order { width: 298px; }

    section.order-history .box { width: 300px; }
    section.order-history .box .background { width: 298px; }
    section.order-history .box .table .row  { padding-right: 0px; }
    section.order-history .box .row .title { width: 282px; }
    section.order-history .box .row span.amount { width: 80px; text-align: left; }
    section.order-history .box .row span.price { width: 198px; text-align: right; }
    section.order-history .box .foreground  { width: 282px; left: -3px; }

    .banner { margin-bottom: 0px; clear: both; }
    /* Logo-Leiste */
    section .premium-partner-logos  { width: 300px; height: 448px; background:transparent url(/assets/partnerlogos/logoleiste_r1.png) no-repeat; }
    section .container-premium-partner-logos  { width: 300px; height: 448px; }
    section .container-premium-partner-logos  ul.both {  }
    section .container-premium-partner-logos  ul.left { width: 300px; margin-top: 0px; }
    section .container-premium-partner-logos  ul.right { width: 300px; margin-top: 15px; }
    section .container-premium-partner-logos  li a {  }
    section .container-premium-partner-logos  li.both {  }
    section .container-premium-partner-logos  li.large { width: 150px; height: 81px; padding: 20px 0px 0px 0px; }
    section .container-premium-partner-logos  li.large  img{ height: 61px; }
    section .container-premium-partner-logos  li.small { width: 80px; height: 50px; padding: 5px 10px 5px 10px; }
    section .container-premium-partner-logos  li.small  img{ width: 60px; }


    .main section .container-premium-partner-logos-v2  ul.both:after { content: ""; display: table; clear: both; }
    .main section .container-premium-partner-logos-v2  ul.left { width: 100%; }
    .main section .container-premium-partner-logos-v2  ul.right { width: 100%; margin-top: 20px; }
    .main section .container-premium-partner-logos-v2  li.small { width: 33.33%; height: 50px;  }

    /* Login im Contentbereich */
    section.in-page-login .box { width: 300px; margin-top: 0px; }
    section.in-page-login .box .background { width: 298px; }
    section.in-page-login .box .foreground .form-row  { width: 298px; }
    section.in-page-login .box .foreground .form-row .container { width: 278px; }
    section.in-page-login .box .foreground .form-row .container.first { clear: both; }
    section.in-page-login .box .foreground .form-row .container.right { /*padding: 13px 5px 0px 0px;*/ text-align: left; }
    /*section.in-page-login .box .foreground .form-row a.faq  { position: absolute; top: -100px; left: 260px; }*/
    /*section.in-page-login .box .foreground .form-row  input.cardnumber { width: 268px; }*/
    section.in-page-login .box .foreground .form-row a.registration { display: block; clear: both; margin-top: 7px; margin-left: 0; }
    section.in-page-login .box .errors { position: relative; }
    section.in-page-login .box .errors div { text-align: left; width: 240px; margin-right: 20px; }
    section.in-page-login .box .errors a.faq  { position: absolute; right: 10px; top: 0px; }


    /* Spendenpartner */
    section.donation  > header > h2 { display: block; clear: both; padding-top: 10px; }
    section.donation > .container-left { width: 300px; margin-top: 20px; }
    section.donation > .container-right { width: 300px; margin-top: 20px; }
    section.donation .formular.box .foreground { position: relative; top: auto; }
    section.donation .formular.box .background { height: auto; float: left; padding-left: 0px; padding-top: 0px; }
    section.donation .formular.box { width: 300px; margin-top: 5px; }
    section.donation .formular.box .foreground { width: 100%; left: -3px; }
    section.donation .formular.box .background { width: 298px; }
    section.donation .formular.box .drop-down-footer { width: 280px; }


    /* Warenkorb/Merkliste ohne Navi */
    section.cart .box { width: 300px; }
    section.cart .box .background { width: 298px; }
    section.cart .box .foreground .form-row  { width: 298px; }
    section.cart .box .foreground .form-row .container { width: 278px; }
    section.cart .box .foreground .form-row .container.first { clear: both; }
    section.cart .box .foreground .form-row .container.right { /*padding: 13px 5px 0px 0px;*/ text-align: left; width: 100%; }
    section.cart .box .foreground .form-row .container.right .registration { margin-top: 8px; margin-left: 0; }
    /*section.cart .box .foreground .form-row a.faq  { position: absolute; top: -95px; left: 260px; }*/
    section.cart .box .foreground .form-row  input.cardnumber { width: 268px; }
    section.cart .box .foreground .form-row a.registration { display: block; clear: both; }
    section.cart .box .errors { position: relative; }
    section.cart .box .errors div { text-align: left; width: 240px; margin-right: 20px; }
    section.cart .box .errors a.faq  { position: absolute; right: 10px; top: 0px; }
    section.cart .box .cart-item  { position: relative; width: 100%; }
    section.cart .box .cart-item .image-container { width: 80px; margin-bottom: 160px; }
    section.cart .box .cart-item .text-container { width: 160px; height: auto; padding-right: 0px; margin-bottom: 160px; }
    section.cart .box .cart-item .text-container .details { position: absolute; bottom: -20px; left: -110px; padding: 0px 0px 10px 0px; }
    section.cart .box .cart-item .text-container .right { position: absolute; bottom: -20px; right: 4px; padding: 0px 0px 10px 0px; }
    section.cart .box .cart-item .control-container { height: 58px; position: absolute; bottom: 0px; left: 0px; }
    section.cart .box .cart-item .shipment-container { position: absolute; bottom: 110px; left: 0px; width: 268px; height: 20px; margin: 0px 0px 0px 10px; padding: 0px 10px 10px 0px; border-bottom: 1px solid #F2F2F2; }
    section.cart .box .cart-item .price-container { width: 200px; position: absolute; bottom: 0px; right: -4px; }
    section.cart .box .cart-item .price-container .ui-slider { width: 195px; }
    section.cart .box .cart-item .price-container .slider > input[type='range'] { width: 185px; }
    section.cart .box .cart-item .price-container .points.fix { position: relative; top: 25px; }

    section.cart .box .cart-item.not-available .image-container { margin-bottom: 0px; }
    section.cart .box .cart-item.not-available .text-container { margin-bottom: 0px; }
    section.cart .box .cart-item.not-available .control-container { bottom: auto; left: auto; top: 45px; right: 11px; width: auto; height: auto; margin: 0px; padding: 0px; }
    section.cart .box .cart-item.not-available .shipment-container { display: none; }
    section.cart .box .cart-item.not-available .price-container { display: none; }

    section.cart .box .watchlist-item .image-container { margin-bottom: 190px; }
    section.cart .box .watchlist-item .text-container { margin-bottom: 190px; }
    section.cart .box .watchlist-item .control-container { bottom: 30px; }
    section.cart .box .watchlist-item .shipment-container { bottom: 140px; }
    section.cart .box .watchlist-item .price-container { bottom: 30px; }


    /* Warenkorb/Merkliste mit Navi */
    section.default-with-navi.cart .box { width: 300px; }
    section.default-with-navi.cart .box .background { width: 298px; }
    section.default-with-navi.cart .box .foreground .form-row  { width: 298px; }
    section.default-with-navi.cart .box .foreground .form-row .container { width: 278px; }
    section.default-with-navi.cart .box .foreground .form-row .container.first { clear: both; }
    section.default-with-navi.cart .box .foreground .form-row .container.right { /*padding: 13px 5px 0px 0px;*/ }
    section.default-with-navi.cart .box .foreground .form-row a.faq  { position: absolute; top: -100px; left: 260px; }
    section.default-with-navi.cart .box .foreground .form-row  input.cardnumber { width: 268px; }
    section.default-with-navi.cart .box .foreground .form-row a.registration { display: block; clear: both; }
    section.default-with-navi.cart .box .errors { position: relative; }
    section.default-with-navi.cart .box .errors div { text-align: left; width: 240px; margin-right: 20px; }
    section.default-with-navi.cart .box .errors a.faq  { position: absolute; right: 10px; top: 0px; }
    section.default-with-navi.cart .box .cart-item  { position: relative; width: 100%; }
    section.default-with-navi.cart .box .cart-item .image-container { width: 80px; margin-bottom: 160px; }
    section.default-with-navi.cart .box .cart-item .text-container { width: 160px; height: auto; padding-right: 0px; margin-bottom: 160px; }
    section.default-with-navi.cart .box .cart-item .text-container .details { position: absolute; bottom: -20px; left: -110px; padding: 0px 0px 10px 0px; }
    section.default-with-navi.cart .box .cart-item .text-container .right { position: absolute; bottom: -20px; right: 4px; padding: 0px 0px 10px 0px; }
    section.default-with-navi.cart .box .cart-item .control-container { height: 58px; position: absolute; bottom: 0px; left: 0px; }
    section.default-with-navi.cart .box .cart-item .shipment-container { position: absolute; bottom: 110px; left: 0px; width: 268px; height: 20px; margin: 0px 0px 0px 10px; padding: 0px 10px 10px 0px; border-bottom: 1px solid #F2F2F2; }
    section.default-with-navi.cart .box .cart-item .price-container { width: 200px; position: absolute; bottom: 0px; right: -4px; }
    section.default-with-navi.cart .box .cart-item .price-container .ui-slider { width: 195px; }
    section.default-with-navi.cart .box .cart-item .price-container .slider > input[type='range'] { width: 185px; }
    section.default-with-navi.cart .box .cart-item .price-container .points.fix { position: relative; top: 25px; }

    section.default-with-navi.cart .box .cart-item.not-available .image-container { margin-bottom: 0px; }
    section.default-with-navi.cart .box .cart-item.not-available .text-container { width: 160px; margin-bottom: 0px; }
    section.default-with-navi.cart .box .cart-item.not-available .control-container { position: absolute; bottom: auto; left: auto; top: 45px; right: 11px; width: auto; height: auto; margin: 0px; padding: 0px; }
    section.default-with-navi.cart .box .cart-item.not-available .shipment-container { display: none; }
    section.default-with-navi.cart .box .cart-item.not-available .price-container { display: none; }

    section.default-with-navi.cart .box .watchlist-item .image-container { margin-bottom: 190px; }
    section.default-with-navi.cart .box .watchlist-item .text-container { margin-bottom: 190px; }
    section.default-with-navi.cart .box .watchlist-item .control-container { bottom: 30px; }
    section.default-with-navi.cart .box .watchlist-item .shipment-container { bottom: 140px; }
    section.default-with-navi.cart .box .watchlist-item .price-container { bottom: 30px; }


    /* Prämienshop */
    section.shop .box { width: 300px; }
    section.shop > header > .select-box  { /*position: relative; bottom: auto; right: auto; float:left;*/ width: 300px; }
    section.shop > header > .select-box  .dk_toggle { width: 185px!important; }
    section.shop > header > .select-box select { width: 185px; }
    section.shop > header > .select-box select.styled-select { width: 300px; }
    section.shop > hr  { display: none; }
    section.shop .section-content-container { margin: 10px 0px 0px 0px; }
    section.shop article { width: 278px; }
    section.shop article .info { width: 278px; }
    section.shop article .flag { left: 247px; }


    /* Detailseite - Prämie */
    section.bonus > header > .container-left { padding-top: 10px; }
    section.bonus > header > .container-right { padding-top: 10px; }
    section.bonus > header  { text-align: center; margin-top: 20px; }
    section.bonus > header > h1,
    section.bonus > header > h2 { display: block; }
    section.bonus > header > .container-left { position: absolute; top: -7px; left: 0px; float: left; width: auto; text-align: left; }
    section.bonus > header > .container-right { position: absolute; top: -7px; right: 0px; float: right; width: auto; text-align: right; }

    section.bonus .bonus-left  { position: relative; left: 0px; width: 300px; }
    section.bonus .bonus-right  { position: relative; left: 0px; width: 300px; }
    section.bonus .bonus-right .container-left { width: 300px; }
    section.bonus .bonus-right .container-right { clear: both; width: 300px; }
    section.bonus .bonus-right .container-left .logo-container { height: auto; padding-bottom: 20px; }
    section.bonus .bonus-right .container-left .logo-container div { display: inline; line-height: 0px; }
    section.bonus .bonus-right .container-left .logo-container img { vertical-align: top; }
    section.bonus .bonus-right .text-container strong { display: block; width: 100%; }
    section.bonus .bonus-right .container-right .price-container .slider > input[type='range'] { width: 270px; }
    section.bonus .bonus-left .thumb-row a { width: 142px; margin: 0px 18px 18px 0px; }
    section.bonus .bonus-left .thumb-row a img { width: 140px; }
    section.bonus .bonus-left .image-container { width: 300px; height: 259px; }
    section.bonus .bonus-left .image-container a { line-height: 259px; }
    section.bonus .bonus-left .image-container img { max-width: 300px; max-height: 259px; }
    section.bonus .bonus-left .video-container { width: 300px; height: 259px; }
    section.bonus .bonus-left .video-container iframe { width: 300px; height: 225px; margin: 17px 0px 0px 0px; }


    /* Punkte einlösen */
    section.bonus-search { width: 300px; }
    section.bonus-search .foreground .form-row { width: 280px; }
    section.bonus-search .foreground .form-row .price-container { width: 280px; }
    section.bonus-search .foreground .form-row .price-container .slider > input[type='range'] { width: 270px; }
    section.bonus-search .foreground .form-row .price-container .ui-slider { width: 100%; }
    section.bonus-search .foreground .form-row .dk_toggle { width: 268px!important; }
    section.bonus-search .foreground .form-row select { width: 268px; }
    section.bonus-search .foreground .form-row select.styled-select { width: 279px; }
    section.bonus-search .foreground .form-row input[type="text"] { width: 247px; }
    section.bonus-search .foreground .form-row label[for="filter-search"] { width: 247px; }
    section.bonus-search .foreground .footer { padding-right: 10px; }


    /* Suchergebnisse */
    section.search-results header ul.tabs { line-height:28px; width: 279px; height: 60px; margin-bottom: 10px; }
    section.search-results-plus header ul.tabs { line-height:28px; width: 279px; height: 96px; margin-bottom: 10px; }
    section.search-results header li.tab { width: 279px; }
    section.search-results header h4 { display: inline-block; height: 20px; }
    section.search-results header .select-box { position: static; text-align: left; margin: 5px 10px 5px 0px; }
    section.search-results header .select-box select { width: 150px; }
    section.search-results header .select-box .dk_toggle { width: 150px!important; }
    section.search-results .box { width: 300px; }

    section.search-results article.closed .container-full { width: 278px; }
    section.search-results article.closed .container-left { width: 162px; }
    section.search-results-plus article.closed .container-left { width: 100%; float: none; }
    section.search-results article.closed .container-right { width: 280px; margin-left: 10px; }
    section.search-results article.closed .image-container { height: 104px; width: 132px; }
    section.search-results-plus article.closed .image-container { height: auto; width: 132px; margin: auto; }
    section.search-results article.closed .image-container a { line-height: 102px; } /* vertikale mittige bildpositionierung*/
    section.search-results article.closed .image-container img { height: 102px; width: 130px; }
    section.search-results-plus article.closed .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }
    section.search-results article .container-right .table-box { width: 258px; }

    section.search-results article.opened .container-left { width: 162px; }
    section.search-results-plus article.opened .container-left { width: 100%; float: none; }
    section.search-results article.opened .container-right { width: 280px; margin-left: 10px; }
    section.search-results article.opened .image-container { height: 104px; width: 132px; }
    section.search-results-plus article.opened .image-container { height: auto; width: 132px; margin: auto; }
    section.search-results article.opened .image-container a { line-height: 102px; } /* vertikale mittige bildpositionierung*/
    section.search-results article.opened .image-container img { height: 102px; width: 130px; }
    section.search-results-plus article.opened .image-container img { height: auto; width: auto; max-width: 100%; max-height: 100%; }
    section.search-results article.opened .thumb-row { display: none!important; }

    section.search-results article.closed:hover { background: url('/assets/static/search_default_mo_1.png') -10px -5px no-repeat; }
    section.search-results article.closed:hover .footer { background: url('/assets/static/search_default_mo_1.png') 0px 100% no-repeat; }
    section.search-results article.expandable.closed:hover { background: url('/assets/static/search_bonus_mo_1.png') -10px -5px no-repeat; }
    section.search-results article.expandable.closed:hover .footer { background: url('/assets/static/search_bonus_mo_1.png') 0px 100% no-repeat; }
    section.search-results article.expandable.opened { background: url('/assets/static/search_bonus_active_1.png') -10px -5px no-repeat; }
    section.search-results article.expandable.opened .footer { background: url('/assets/static/search_bonus_active_1.png') 0px 100% no-repeat; }



    section.glossary .container-quarter { width: 300px; margin: 20px 0px 0px 0px; }

    footer .promotionboard.footerboard { width: 300px!important; height: 177px!important; margin: 0px 0px 0px 0px; }
    footer .promotionboard.footerboard  img{ width: 300px!important; height: 177px!important; }
    footer .promotionboard.footerboard .size1x1 { width: 300px!important; height: 177px!important; margin: 0px 0px 0px 0px; }
    footer .wrapper .main { padding: 30px 0px 30px 0px; margin: 0px 10px 0px 10px; }
    footer section.info { padding: 30px 10px 0px 0px; width: 140px; }
    footer section.help { padding: 30px 0px 0px 10px; width: 140px; }
    footer section.social { padding: 30px 0px 0px 0px; width: 300px; }
    footer section.legal { float: none; clear: both; padding: 0px 0px 20px 5px; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box; }
    footer section.copyright { float: none; clear: both; width: 300px; padding: 0px 0px 20px 0px; text-align: center; }


    #overlay-page > .inner { width: 300px; margin-left: -150px; }
    #overlay-page .ov-content section > header { width: 260px; }
    #overlay-page .ov-content section > hr { width: 260px; }


    /* Registrierung */
    section.sign-up { margin-bottom: 0px; }
    section.sign-up header li.tab  a { padding: 0px 7px 0px 7px; }
    section.sign-up > .container-left header { width: 260px; margin: 0px 0px 0px 20px; }
    section.sign-up > .container-right header { width: 260px; margin: 0px 0px 0px 20px; }
    section.sign-up > .container-right header h2.with-tabs { padding-top: 0px; }
    section.sign-up > .container-right a.faq { top: 2px; }

    section.sign-up .background .text-container  { width: 260px; }
    section.sign-up .background .text-container.right  { position: relative; right: auto; display: inline-block; width: 120px; float: right; }
    section.sign-up.step1 .foreground { padding: 0px 4px 0px 3px; }
    section.sign-up.step2 .foreground { padding: 0px 4px 0px 3px; }
    section.sign-up.steps .foreground .partner-item { width: 133px; }
    section.sign-up.steps .foreground .partner-item .logocontainer img { max-width: 123px; }
    section.sign-up.steps .foreground .partner-item .rollover-text { font-size: 11px; line-height: 13px; }

    section.sign-up.steps .foreground .theme-item { width: 133px;  }
    section.sign-up.steps .foreground .theme-item .logocontainer img { max-width: 123px; }
    /* Step 3 */
    section.sign-up .formular.label-left .form-row { padding-left: 20px; }
    section.sign-up #city { width: 177px!important; float: left; }

    section.sign-up #salutation.styled-select { width: 101px!important; }
    section.sign-up #title.styled-select { width: 147px!important; }
    section.sign-up #dayOfBirth.styled-select { width: 76px!important; }
    section.sign-up #monthOfBirth.styled-select { width: 76px!important; }
    section.sign-up #yearOfBirth.styled-select { width: 88px!important; }
    section.sign-up #country.styled-select { width: 260px!important; }
    section.sign-up .formular.label-left .container-left .form-row .styled-select { width: 260px!important; }

    section.sign-up #monthOfBirth, #dk_container_monthOfBirth .dk_toggle { width: 55px!important; float: left; }
    section.sign-up #yearOfBirth, #dk_container_yearOfBirth .dk_toggle { width: 93px!important; float: left; }
    #dk_container_monthOfBirth { width: 65px; }
    #dk_container_yearOfBirth { width: 103px; }
    section.sign-up #street { width: 200px!important; float: left; }

    section.sign-up #dk_container_salutation { width: 123px!important; margin-right: 11px; }
    section.sign-up #dk_container_salutation .dk_toggle { width: 113px!important; margin-right: 11px; }
    section.sign-up #dk_container_title { width: 123px!important; }
    section.sign-up #dk_container_title .dk_toggle { width: 113px!important; }
    section.sign-up #dk_container_title .dk_options { width: 150px!important; }
    section.sign-up #dk_container_country { width: 257px; }
    section.sign-up #dk_container_country .dk_toggle { width: 247px!important; }
    section.sign-up #code { width: 217px!important; }
    section.sign-up.step3 a.faq { display: inline-block; position: relative; top: 17px; left: 10px; }
    section.sign-up  .formular.label-left span.label-group { width: 100%; padding: 4px 10px 0px 0px; }
    section.sign-up  .formular.label-left label { position: relative; top: 12px; width: 100%; margin-top: 0px; padding: 4px 10px 0px 0px; }
    section.sign-up .formular.label-left .container-left .form-row input,
    section.sign-up .formular.label-left .container-left .form-row select,
    section.sign-up .formular.label-left .container-left .form-row .dk_toggle { width: 247px!important; }
    section.sign-up .formular.label-left .container-left .form-row .styled-select { width: 260px; }
    section.sign-up .container-left { width: 100%; }
    section.sign-up .container-right { width: 100%; }

    section.sign-up.step4 .container-left  { width: 300px; }
    section.sign-up.step4 .container-right  { width: 300px; }
    section.sign-up.step4 .container-left header { height: 90px; }
    section.sign-up.step4 .container-right header {  }
    section.sign-up.step4 .formular .foreground  > .text-container  { width: 180px; padding: 10px 10px 10px 10px; min-height: auto; }
    section.sign-up.step4 .formular .foreground  > .text-container-full  { width: 280px; padding: 10px 10px 10px 10px; min-height: auto; }
    section.sign-up.step4 .container-left .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 20px; }
    section.sign-up.step4 .container-right .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 20px; }

    /* Step 4 extended */
    section.sign-up.step4 .container-full .formular .background .foreground > .img-container + .text-container,
    section.sign-up.step4 .container-full .formular .background .foreground > .img-container + .text-container-full { width: 50%; padding-left: 10px; }
    section.sign-up.step4 .formular .foreground > .text-container-full { min-height: 0; width: auto; padding-left: 20px; }
    section.sign-up.step4 .formular .foreground > .text-container { min-height: 0; }


    section.sign-up.step5 .container-left,
    section.sign-up.step5 .container-right  { width: 300px; }
    section.sign-up.step5 .container-left  { margin-top: 0px; }
    section.sign-up.step5 .container-right  h2 { margin-top: 20px; }
    section.sign-up.step5 .container-left .text-container  { width: 260px; padding: 20px 20px 0px 20px; }
    section.sign-up.step5 .container-top  { width: 300px; }
    section.sign-up.step5 .container-left .text-container-full  { width: 260px; padding: 10px 20px 0px 20px; }
    section.sign-up.step5 .my-dc-card { width: 260px; float: left; margin: 10px 20px 10px 20px; }
    section.sign-up.step5 .my-dc-card img.theme { width: 260px; }
    section.sign-up.step5 .my-dc-card .partner-logo {  }
    section.sign-up.step5 .my-dc-card .partner-logo img { max-width: 66px; max-height: 46px; border: 10px solid #FFFFFF; }
    section.sign-up.step5 .box .foreground { width: 308px!important; height: 180px!important; }


    /* Captcha - Overlay */
    section.overlay .box  .captcha-left { margin-top: 0px; width: 290px; }
    section.overlay .box  .captcha-left hr { width: 260px; }
    section.overlay .box  .captcha-right { left: -4px; width: 306px; height: 118px; margin-top: 0px; }
    section.overlay .box  .captcha-right #recaptcha_image { width: 250px!important; }
    section.overlay .box  .captcha-right #recaptcha_image img { width: 250px!important; }
    section.overlay .box  .captcha-right #recaptcha_response_field { width: 268px; }
    section.overlay .box .captcha-right label[for=recaptcha_response_field] { top: 93px; left: 20px; }



    /* Bestellung */
    section.order { margin-bottom: 0px; }
    section.order header li.tab  a { padding: 0px 7px 0px 7px; }
    section.order.steps1-3 .background .text-container  { width: 274px; }
    section.order.steps1-3 .box .container  { width: 274px; height: auto; margin: 0px 0px 0px 0px; }
    section.order.steps1-3 .box .foreground  { width: 274px; padding: 10px 10px 10px 21px; margin: 0px 0px 0px 0px; }
    section.order.steps1-3 .box .container.foreground  { margin: 0px 0px 0px 0px; }
    section.order.steps1-3 .box .foreground.formular  { padding: 0px 10px 15px 21px; }
    section.order.steps1-3 .box .formular .form-row  > label  { width: 250px; padding: 0px 0px 0px 0px; }
    section.order.steps1-3 .box .form-row .label-group  { width: 250px; padding: 0px 0px 0px 0px; }
    section.order .formular.label-left input[type=text], section.order .formular.label-left input[type=number], section.order .formular.label-left input[type=email], section.order .formular.label-left input[type=password], section.order .formular.label-left .dk_container { margin-top: 3px; }
    section.order.steps1-3 .box .foreground.formular input,
    section.order.steps1-3 .box .foreground.formular select,
    section.order.steps1-3 .box .foreground.formular .dk_toggle  { width: 250px!important; }

    section.order .background .text-container-full.bank-collection > h4  { margin: 20px 0px 10px 0px; }
    section.order .background .text-container-full.bank-collection span.input-bg  {  }
    section.order .background .text-container-full.bank-collection label  { width: 230px; }
    section.order .background .text-container-full.bank-collection > p  { width: 230px; }

    /* Step 1 */
    section.order.step1 #order-city,
    section.order.step1 #order-city2 { width: 182px!important; }
    section.order.step1 #order-street { width: 205px!important; }

    /* Step 2 */
    section.order.step2 #order-ccValidToMonth, #dk_container_order-ccValidToMonth .dk_toggle { width: 45px!important; }
    section.order.step2 #order-ccValidToYear, #dk_container_order-ccValidToYear .dk_toggle { width: 69px!important; }
    #dk_container_order-ccValidToMonth { width: 55px; }
    #dk_container_order-ccValidToYear { width: 79px; }
    section.order.step2 #order-ccCVCCode { width: 106px!important; }
    section.order.step2 a.faq { top: 39px; left: -123px; }
    section.order.step2 img.ccCVCCode { top: -115px; left: -9px; }

    /* Step 3 */
    section.order.step3 .box .foreground  { margin: 0px 0px 10px 0px; }
    section.order.step3 .box .container.foreground  { margin: 0px 0px 20px 0px; }

    section.order.step3 .box .text-container { width: 140px; }
    section.order.step3 .box .control-container { width: 60px; float: right; padding: 10px 10px 0px 10px; text-align: right; }
    section.order.step3 .box .shipment-container { width: 110px; float: right; padding: 10px 10px 0px 0px; text-align: right; }
    section.order.step3 .box .price-container { width: 200px; float: right; padding: 10px 10px 10px 0px; }

    /* Step 4 */
    section.order.step4 .container-left  { width: 300px; }
    section.order.step4 .container-right  { width: 300px; }
    section.order.step4 .container-left header { height: 90px; width: 260px; }
    section.order.step4 .container-right header { padding: 0px 20px 0px 20px; }
    section.order.step4 .formular .foreground  > .text-container  { width: 180px; padding: 10px 10px 10px 10px; min-height: auto; }
    section.order.step4 .formular .foreground  > .text-container-full  { width: 280px; padding: 10px 10px 10px 10px; min-height: auto; }
    section.order.step4 .container-left .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 20px; }
    section.order.step4 .container-right .formular .background  > .text-container  { float: left; padding: 0px 10px 0px 20px; }
    section.order.step4 .background .text-container  { width: 260px; }


    /* Overlay - Login */
    section.overlay-login .formular .foreground { width: 265px; }
    section.overlay-login .formular .foreground  .form-row> label  { width: 120px; }
    section.overlay-login .formular .foreground  .form-row> input  { width: 130px; }
    section.overlay-login .formular .foreground  .forgot-pin { width: 90px; padding-left: 120px; }
    section.overlay-login .formular .background .text-container  { position: static; margin-top: 10px; width: 260px; }
    section.overlay-login .formular .background .text-container-left  { width: 260px; }



    .wrapper-main.landing-page section.text-landing-page > header .show-all { top: 5px; margin-bottom: -10px; }
    .wrapper-main.landing-page section > header h2 + .show-all { top: 35px; }

    .ferienspass-gewinnspiel-button {
        margin-top: 30px;
        display: inline-block;
    }
}


.dk_container { background: #f5f5f5; font-size: 13px; line-height: 13px; margin-bottom: 0px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.dk_container:focus { outline: 0; }
.dk_container a { cursor: pointer; text-decoration: none; }

/* Opens the dropdown and holds the menu label */
.dk_toggle { padding-top: 5px; padding-bottom: 5px; }
/* siehe oben */

/* Applied when the dropdown is focused */
.dk_focus .dk_toggle {

}

/* Applied whenever the dropdown is open */
.dk_open {
    /**
     * Help: Dropdown menu is covered by something
     * Try setting this value higher
    */
    z-index: 11000;
}
.dk_open .dk_toggle { background-color: #ececec; border-color: #8c8c8c; color: #ccc; border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0; }

/* The outer container of the options */

.dk_options ul { list-style: none; background: #FFFFFF; width: 100%; max-height: 300px; display: inline-block; }
.dk_options li { margin: 0px 0px 0px 0px!important; }
.dk_options a { background-color: #fff; /*border-bottom: 1px solid #999;*/; color: #666; font-weight: bold; padding: 6px 6px; }
.dk_options li:last-child a { border-bottom: none; }
.dk_options a:hover,
.dk_option_current a { /*border-bottom-color: #004c72;*/ color: #68266d; text-decoration: none; }

/* Inner container for options, this is what makes the scrollbar possible. */
.dk_options_inner { border: 1px solid #8c8c8e; border-bottom-color: #999; color: #333; max-height: 250px; border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; -webkit-border-radius: 0 0 3px 3px; }

/* Set a max-height on the options inner */
.dk_options_inner { max-height: 250px; }

.dk_touch .dk_options { max-height: auto; }
.dk_touch .dk_options_inner { max-height: auto; }

/******  End Theme ******/

/***** Critical to the continued enjoyment of working dropdowns ******/

.dk_container { display: none; float: left; position: relative; }
.dk_container a { outline: 0; }

.dk_toggle {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    position: relative;
    zoom: 1; }

.dk_open { position: relative; }
.dk_open .dk_options { display: block; }
.dk_open .dk_label { color: inherit; }

.dk_options { display: none; position: absolute; right: 0; width: 100%; z-index: 100; }
.dk_options a,
.dk_options a:link,
.dk_options a:visited { display: block; }
.dk_options_inner { overflow: auto; position: relative; }

.dk_touch .dk_options { overflow: hidden; }
.dk_touch .dk_options_inner { max-height: none; overflow: visible; }

.dk_fouc select { position: relative; top: -99999em; visibility: hidden; }


/** media queries */

@media only screen and (min-width: 1013px) {
}


@media only screen and (min-width: 757px) and (max-width: 1012px)  {
    #dk_container_partnerid .dk_toggle { width: 218px!important;}
}



@media only screen and (max-width: 756px) {
    #dk_container_partnerid { display:none!important;}
}



@media only screen and (min-width: 501px) and (max-width: 756px) {
}


@media only screen and (max-width : 500px) {
    #dk_container_max-distance .dk_toggle { width:63px!important; }
    #dk_container_max-distance, .geolocation { margin-right: 0;}
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../assets/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../assets/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../assets/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../assets/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../assets/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../assets/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../assets/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../assets/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../assets/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../assets/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../assets/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../assets/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../assets/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
	padding: 20px 20px 20px 20px; font-weight: bold;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../assets/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../assets/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../assets/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../assets/fancybox/fancybox.png') -55px -90px no-repeat;
}


/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

/*.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }*/
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
#ui-datepicker-div { font: 12px/16px arial; }
#ui-datepicker-div .ui-datepicker-month { top: 0!important; visibility: inherit!important; }

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }


/* Icons
----------------------------------*/

/* states and images */
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=arial,helvetica,sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=580f56&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget { font-family: arial,helvetica,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: arial,helvetica,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(../assets/jquery_ui_images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(../assets/jquery_ui_images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #cccccc; background: #f6f6f6 url(../assets/jquery_ui_images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #580f56; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #580f56; text-decoration: none; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { border: 1px solid #fbcb09; background: #fdf5ce url(../assets/jquery_ui_images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #c77405; }
.ui-state-hover a, .ui-state-hover a:hover { color: #c77405; text-decoration: none; }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #fbd850; background: #ffffff url(../assets/jquery_ui_images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #eb8f00; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #eb8f00; text-decoration: none; }
.ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fed22f; background: #ffe45c url(../assets/jquery_ui_images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x; color: #363636; }
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a { color: #363636; }
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {border: 1px solid #cd0a0a; background: #b81900 url(../assets/jquery_ui_images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat; color: #ffffff; }
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a { color: #ffffff; }
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text { color: #ffffff; }
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary { font-weight: bold; }
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary,  .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay { background: #666666 url(../assets/jquery_ui_images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(../assets/jquery_ui_images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }/*


/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
/*




*/

