/*
*
{
        border: 1px solid red;
        outline-style: double;
    outline-color: red;
}
*/
@import url(https://fonts.googleapis.com/css?family=Cuprum:400,700&subset=latin,latin-ext);

@font-face {
    font-family: 'carolingiaregular';
    src: url('dorcla__-webfont.eot');
    src: url('dorcla__-webfont.eot?#iefix') format('embedded-opentype'),
    url('dorcla__-webfont.woff2') format('woff2'),
    url('dorcla__-webfont.woff') format('woff'),
    url('dorcla__-webfont.ttf') format('truetype'),
    url('dorcla__-webfont.svg#carolingiaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: 'carolingiaregular';
        src: url('dorcla__-webfont.svg#carolingiaregular') format('svg');
    }
}

html {
    font: normal 0.9em/1.3 'Cuprum', Verdana, Arial, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

.show-on-tablet {
    display: none;
}

.show-on-mobile {
    display: none;
}

#header_wrapper {
    z-index: inherit;
}

#outer_wrapper {
    overflow: hidden;
}

#footer {
    position: relative;
    padding: 15px;
}

#socials {
    position: absolute;
    top: -30px;
    left: 25px;
    min-width: 200px;
}

div#twitter_link {
    float: left;
    margin-right: 10px;
}

#speciallinks {
    border-radius: inherit;
    position: relative;
}

#settings {
    position: absolute;
    top: 0px;
    height: 55px;
    line-height: 55px;
}

#outer_wrapper {
    margin-top: 0;
}

#page_wrapper {
    padding-top: 0px;
}

.panel_left #content {
    padding-left: 0px !important; /* tsz - padding-left: 20px; */
}

.panel_right #content {
    padding-right: 20px;
}

#logo {
    z-index: 200;
    top: 7px;
    height: 41px;
}

#headlinks_wrapper {
    background: #18214c none;
}

#page_wrapper {
    background: #e9d9b8 none;
}

#footer .master {
    background: none;
}

.newsitem h2 > a {
    color: #555;
}

html, body {
    color: #18214c;
}

a, a:visited, a:link, #settings a.expander, #settings a.expander:visited {
    color: #fff;
}

#settings a, #settings a:visited, #settings a:link {
    color: #d4b373;
}

.sidebox a, .sidebox a:visited, .sidebox a:link {
    color: #18214c;
}

#configset ul.semtabs li.active a {
    background-color: #694b61;
    color: #fff;
}

#breadcrumb {
    border-bottom: none;
}

#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:link {
    color: #3D3D3D;
}

.sidebox {
    border: none;
}

.sidebox .boxtitle,
#footer h2 {
    border-bottom: none;
    font-family: 'carolingiaregular';
    text-transform: uppercase;
    font-size: 1.4em !important;
    font-weight: bold;
}

.sidebox .categories .current {
    font-weight: bold;
}

/* Category-Level */
ul.categories > li > a > span, ul.categories li.node > a > span {
    background: transparent none;
    padding-left: 0px;
    font-size: 17px;
    font-weight: 700;
}

ul.categories > li {
    font-size: 17px;
    font-weight: 700;
}

ul.categories li.active {
    background: transparent none;
}

ul.categories li a:hover {
    /* tsz - background-color: #fafafa; */
}

/* Subcategory-Level */
ul.categories ul.subcat span, ul.categories ul.subcat li.node > a > span {
    background: transparent none;
    /*padding-left: 12px;*/
    font-size: 0.9em;
}

/* Button Styles */
.submit, a.submit, a.submit:visited, a.submit:hover, input[type="submit"].submit, button[type="submit"].submit, button[type="button"].submit {
    display: inline-block;
    padding: 4px 14px !important;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff !important;
    /* text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); */
    background-color: #18214c;
    /*background-image: -moz-linear-gradient(top, #f6c66c, #cb972d);*/
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6c66c), to(#cb972d) ); */
    /* background-image: -webkit-linear-gradient(top, #f6c66c, #cb972d); */
    /*background-image: -o-linear-gradient(top, #f6c66c, #cb972d);*/
    /* background-image: linear-gradient(to bottom, #f6c66c, #cb972d); */
    /* background-repeat: repeat-x; */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);*/
    /* border-color: #e6e6e6 #e6e6e6 #bfbfbf; */
    /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
    /*filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
    /* border: 1px solid #bbbbbb; */
    /* border-bottom-color: #a2a2a2; */
    /* -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); */
    /*-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);*/
    /* box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); */
}

input[type="submit"].submit:hover, button[type="submit"]:hover.submit, button[type="button"].submit:hover, a.submit:hover {
    color: #ffffff !important;
    background-color: #ddd !important;
    /*background-color: #e6e6e6;*/
    
}

a, input[type=text], textarea {
    transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
}

input[type=text]:focus, textarea:focus {
    /* tsz
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(82, 168, 236, 0.6);
    */
}

span.price {
    color: #66666f;
}

#configset .item a.submit {
    color: #18214c !important;
}

.page_width {
    width: auto;
    max-width: 940px;
}

body {
    background-color: #F4F4F4;
}

#page {
    background-color: #e9d9b8;
}

#footer_wrapper {
    background: transparent none;
    clear: both;
}

.footer_box {
    padding: 5px; /* tsz-padding: 0; */
    background-color: #18214c; /* tsz-background-color: transparent; */
}

/* tsz */
#footer .tsz-upper-footer {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #18214c;

}

.footer_box p {
    color: #e9d9b8;

}

/* tsz */

#headlinks_wrapper {
    margin: 0px;
    z-index: inherit;
}

#settings {
    height: 55px;
    background-color: transparent;
    z-index: 2;
}

#settings > ul > li > a {
    color: #fff;
    font-size: 1.1em;
    display: block;
    background-color: transparent;
}

#headlinks::before, #headlinks::after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

#settings li {
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
}

#settings > ul > li > a:hover, #settings > ul > li.current > a {
    background-color: transparent;
}

#headlinks > ul > li.current > a {
    -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

/* Warenkorb im Header */
#headlinks > ul > li.basket > a {
    background-color: transparent;
}

#settings li.basket, #settings li.basket.items {
    height: 55px;
    line-height: 55px;
    vertical-align: middle;
}

/*#settings li.basket>a,#settings li.basket>a:hover {
    padding-right: 30px;
}*/
#settings li.basket > a {
    background: transparent url('images/basket.png') no-repeat center right;
    padding-right: 15px;
}

#settings li.basket.items > a {
    background: transparent url('images/basketf.png') no-repeat center right;
    padding-right: 15px;
    /*margin-top:2px;*/
}

#settings li.basket > a, #settings li.basket.items > a {

    font-family: Cuprum;
    color: #d4b373;
    font-size: 18px;
    font-weight: normal;
    background-color: inherit;
    padding-right: 15px;
    line-height: 55px;
    height: 55px;
    display: block;
    vertical-align: middle;
    padding-top: 2px;

}

/*Fix jumping basket*/
/*#settings li.basket>a:hover {
    color: #d4b373;
    background-color: inherit;
    padding-right: 15px;
    line-height: 55px;
    height: 55px;
    display: block;
    vertical-align: middle;
    padding-top: 2px;
}*/

#settings li.basket div.articles {
    border-color: #ccc;
}

#article .article_details {
    min-width: 160px;
}

/* Header */
#header {
    height: 55px;
    line-height: 55px;
    z-index: inherit;
}

h2 > a, h3 > a {
    text-decoration: none;
}

#config_wrapper .config_group .group {
    min-width: 200px;
}

#settings ul li.basket > a {
    margin-top: 0px;
}

#settings li.basket.items > a {
    /*padding-right: 0px;*/
    padding-top: 2px;
}

#settings li.basket span {
    padding-right: 20px;
}

div#header_wrapper {
    background-color: #18214c;
}

html #headlinks_wrapper, html #page_wrapper {
    /*background: none rgba(255, 255, 254, 0.55);*/
}

div#header_wrapper input#suggest,
div#header_wrapper input#suggest[type="text"] {
    background: none rgba(255, 255, 254, 0.50) !important;
}

input#suggest.placeholder.ac_input::after {

}

div.sidebox {
    padding: 0px 0px 10px 0px;
    box-sizing: border-box;
}

#footer h2 {
    /* tsz color: #66666f; */
}

div#page {
    background-repeat: repeat-x;
}

.footer_box fieldset.newsletter p.info {
    color: #999;
    margin-top: 5px;
}

 fieldset.newsletter button[type=submit] {
    float: right;
    color: #dec696;
    font-size: 13px;
    padding: 3px !important;
	
}

a, a:visited, a:link {
    color: #18214c;
}

#settings a.expander, #settings a.expander:visited {
    color: #d4b373;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

#footer a, #footer a:visited, #footer a:link {
    color: #18214c; /* tsz - color: #66666f; */
    font-weight: bold;
}

#content #attribute_list ul.values {
    background: none;
}

.sidebox h3, .sidebox .boxtitle {
    background: none;
}

#settings li.basket > a:hover {
    color: #d4b373;
}

.plate, .underline.caption, #content .container h2 {
    position: relative;
    width: 500px;
    height: 50px;
    font-family: carolingiaregular;
    background-size: contain;
    text-transform: uppercase;
    /* tsz - top:-56px; */
    z-index: 5;
    line-height: 42px;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: #18214c;
    margin-bottom: 0px !important; /* tsz */

}

div.recommendations {
    position: relative;
    padding-top: 0px;
}

/*div.recommendations div.caption {
    position: absolute;
    background-image: url('images/plate.png');
    background-repeat: no-repeat;
    width: 190px;
    height: 50px;
    background-size: contain;
    left: -40px;
    z-index: 5;
    line-height: 42px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    color: #572e16;
    top: 5px;
}*/

div.container.recommendations {
    /* tsz - background-color: #dec696; */
    margin-left: -20px;
   /* width: 908px; */
}

.category_wrapper {
    background-color: #dec696;
    padding: 15px;
}

.category_wrapper h2 {
    text-transform: uppercase;
}

    input#submit_search {
        text-indent: -999em;
        background: transparent url('images/search_button.png') no-repeat top left;
        width: 40px;
        height: 40px;
        border: none !important;
        padding: 0;
        position: relative;
        top: -40px;
        right: 0px;

    }


/* ************************ RESPONSIVE STYLE MEDIA QUERIES************************** */

/* Large Resolutions on Desktop/Notebook */
@media ( min-width: 1080px) {
    .page_width {
        max-width: 1080px;
    }
}

/* Desktop and Notebook-Styles */
@media ( min-width: 669px) {
    /*CUSTOM CONTENT NET-SAILS*/
    .slider_image {
        margin-top: 15px;
    }

    .plate:first-child {
        position: absolute;
        top: 0px;
        margin: 0px auto;
        text-align: center;

    }

    #content .underline {
        border-bottom: 0;
    }

    #content .container {
        margin: 10px 0 0;
        position: relative;
        /* tsz - left: -20px; */

    }

    #outer_wrapper {
        margin-top: 83px;
    }

    /*#settings ul {
        padding-right: 240px;
    }*/
    .panel_left #content {
        /* tsz- margin-right: 20px; */
    }

    /*DEFAULT*/
    /* Suche */
    #search {
        padding: 0;
        position: relative;
        z-index: inherit;
    }

    #search > form {
        position: absolute;
        top: 15px;
        height: 40px;
        line-height: 40px;
        width: 695px;
        vertical-align: top;
        right: 0px;
        text-align: right;
    }

    * + html #search > form {
        left: 200px;
    }

    /* ie7-hack */
    input#suggest, input#suggest[type="text"] {
        height: 40px;
        line-height: 40px;
        background: #fff none;
        /*padding: 2px 30px 2px 4px;*/
        /*font-size: 1.2em;*/
        vertical-align: middle;
        width: 695px;
        box-sizing: border-box;
    }
/*
    input#submit_search {
        text-indent: -999em;
        background: transparent url('images/search_button.png') no-repeat top left;
        width: 40px;
        height: 40px;
        border: none !important;
        padding: 0;
        position: relative;
        top: -40px;
        right: 0px;

    }
	*/
    * + html input#submit_search {
        color: transparent;
    }

    /* ie7-hack */
    .news_list .newsitem {
        float: left;
        width: 100%;
    }

    #content .news_list .custom_content {
        padding-right: 0px;
        /*border: 1px solid #000;*/
    }

    /*CUSTOM NET-SAILS*/
    #content .custom_content {
        position: relative;
        /* tsz - left: -20px; */
        margin: 0 0 0 0;
        padding-right: 0px;
        /* tsz - height:290px; */
        /*border: 1px solid #000;*/

    }

    #settings a.expander.active,
    #settings a.expander:hover {
        color: #000 !important;
        text-decoration: none;
        /* tsz - border: 4px solid #f0f0f0; */
        background: #f0f0f0 url('/templates/JTL-Shop3-Tiny/themes/base/images/expander-down.png') no-repeat center right;
    }

    #content_head {
        height: 60px;
        line-height: 62px;
        background: #fff;
        display: none;

    }

    #logo_subline {
        font-family: 'carolingiaregular';
        color: #000000;
        font-size: 16px;
        font-weight: 600;
        line-height: 75px;
        text-align: left;
        padding-left: 85px;
        text-transform: uppercase;
    }

    #settings ul li > a, #settings ul li > a:hover {
        position: relative;
        top: -1px;
        font-weight: normal;
        box-sizing: border-box;
        line-height: 55px;
        /* tsz -  height: 55px; */
        color: #d4b373;
        font-size: 18px;
        vertical-align: middle;
        text-transform: uppercase;
    }

    #settings {
        border-bottom: 0px;
    }

    #content_footer a {
        color: #555;
    }

    #head_contact {
        position: absolute;
        top: 55px;
        left: 0px;
        background-color: #fff;
        text-align: left;
        width: 100%;
        min-height: 70px;
        vertical-align: middle;
        color: #18214c;
        /*border: 1px solid #f00;
        box-sizing: border-box;*/
    }

    #head_contant_phone {
        font-family: 'carolingiaregular';
        font-size: 24px;
        font-weight: 400;
        width: 1080px;
        margin: 0px auto;
        margin-top: 15px;
        height: 24px;
        line-height: 24px;
        vertical-align: top;

    }

    #head_contact_openings {
        font-family: 'Cuprum';
        font-size: 13px;
        font-weight: 400;
        line-height: 13px;
        height: 13px;
        width: 1080px;
        margin: 0 auto;
        margin-top: 1px;
        margin-bottom: 15px;
        font-weight: 700;
        /*border: 1px solid #f00;
        box-sizing: border-box;*/

    }

    #content_head #twitter_link {
        position: absolute;
        top: 130px;
        padding-left: 405px;
    }

    #content_head #fb_link {
        position: absolute;
        top: 130px;
        padding-left: 475px;
    }

    #content_wrapper {
        position: relative;

    }

    .panel_left #sidepanel_left {
        width: 190px;
    }

    .panel_left #content {
        margin-left: 190px;
    }

    div#wood-bg {
        display: none;
        /*balken navigation*/
    }
}

.expander_inner {
    background-color: #f00;
    overflow: hidden;
}

#quick_login ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    left: 0px;
    vertical-align: middle;
    overflow: hidden;
}

.input_block ul {
    border: 1px solid #0f0;
}

/* Tablets: Landscape and Portrait */
@media ( max-width: 668px) {
    /*CUSTOM NET-SAILS*/
    .slider_image {
        margin-top: 45px;
    }

    div#page {
        background-position-y: -40px;
    }

    .show-on-tablet {
        display: block;
    }

    html #headlinks_wrapper, html #page_wrapper {
        background: none rgba(255, 255, 254, 0);
    }

    #search {
        background-color: transparent;
        padding-top: 40px;
    }

    #settings {
        border-bottom: none;
        background-color: #18214c;
        /*background-image: url('images/ts-navigation.jpg'); noch mehr holz*/
    }

    #content_head {
        display: none;
    }

    #head_contact {
        display: none;
    }

    #content_footer {
        border-top: none;
    }

    a, a:visited, a:link {
        color: #555;
    }

    #settings li.basket {
        top: 45px;
    }

    #settings li.basket > a, #settings li.basket.items > a {
        background: none;
        padding-right: 0px;
    }

    #settings li.basket > a, #settings li.basket > a:hover {
        padding-right: 0px;
        color: #d4b373;
        text-transform: uppercase;
    }

    div#header_wrapper {
        background: none;
    }

    #headlinks > ul > li > a {
        color: #fff;
    }

    #settings a.expander, #settings a.expander:visited {
        color: #fff;
    }

    #socials {
        display: none;
    }

    div#wood-bg {
        display: none;
    }

    #settings ul li > a:hover {
        color: #BA8422;
    }

    #settings ul li > a {
        font-weight: normal;
    }

    #settings li.basket > a {
        font-weight: normal;
    }

    #settings li.basket > a, #settings li.basket.items > a {
        color: #000;
    }

    #settings li.basket a span {
        padding: 3px;
        font-weight: bold;
    }

    #burger_icon {
float:left;
    background-image: url('images/threelines.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    width: 100%;
    height: 26px;
    margin-top: 10px;
    /* margin-bottom: 14px; */
    }
	
    #cart_icon {
margin-left:47px;
    background-image: url('images/cart_black.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0px;
    width: 100%;
    height: 27px;
    margin-top: 9px;
    /* margin-bottom: 14px; */
    }	

    #burger_menu {
        padding-top: 15px;
        background: rgba(255, 255, 255, 0.4);
    }

    #burger_menu a {
        font-size: 16px;
    }

    #burger_menu h3 {
        font-size: 18px;
        margin-top: 0;
    }

    #burger_menu ul.categories li ul {
        margin: 0;
    }

    #burger_menu ul.categories li a {
        padding: 5px 0;
    }

    #settings a.expander.active, #settings a.expander:hover {
        color: #555;
    }

    .plate {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 5px;
        width: 175px;
        font-size: 17px;
        line-height: 39px;
    }

    div.recommendations div.caption {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
    /* width: 175px; */
    font-size: 17px;
    line-height: 39px;
    }

    #footer > ul.hlist {
        padding: 0 10px;
    }

    .footer_box fieldset.newsletter input[type="text"] {
        width: 150px;
    }

    /*DEFAULT*/
    .page_width {
        width: 100%;
    }

    #outer_wrapper, #header, #footer {
        padding: 0;
        background-color: rgba(255, 255, 255, 0.7);
    }

    span.price {
        font-size: 1.0em;
    }

    #settings li.basket {
        bottom: 44px;
    }

    #footer h2 {
        font-size: 1.2em;
    }

    .panel_left #sidepanel_left {
        width: 100%;
        margin-left: 0;
    }

    .panel_left #content {
        margin-left: 0;
        padding-left: 0;
    }

    .panel_right #sidepanel_right {
        width: 100%;
        margin-right: 0;
    }

    .panel_right #content {
        margin-right: 0;
        padding-right: 0;
    }

    #settings {
        /*right: 175px;*/
    }

    #settings li.basket > a, #settings li.basket.items > a {
        background-image: transparent none;
    }

    #logo {
        top: auto;
       /* width: 205px; */
	   width:100%;
        height: auto;
       /* top: 15px; */
	   position:static;
    }

	#logo img {
		width:93%;
		height:auto;
		padding: 10px 10px;
	}
	
    .sidebox {
        width: 50%;
        float: left;
    }

    #content .semtabs .custom_content {
        clear: both;
    }

    .overlay_image {
        -moz-background-size: 40% auto; /* Firefox */
        -webkit-background-size: 40% auto; /* Safari, Chrome */
        background-size: 40% auto; /* Opera, IE, W3C Standard */
    }

    .imagemap {
        width: 100% !important;
        max-height: auto !important;
        -moz-background-size: 100% auto; /* Firefox */
        -webkit-background-size: 100% auto; /* Safari, Chrome */
        background-size: 100% auto; /* Opera, IE, W3C Standard */
    }

    #sidepanel_left, #sidepanel_right {
        background-color: whiteSmoke;
    }

    #sidepanel_left, #footer_wrapper {
        border-top: 1px solid #E5E5E5;
        padding-top: 10px;
    }

    #page_wrapper {
        padding-top: 0;
    }

    #buy_form .article_details > .p50 {
        min-width: 160px;
    }

    #buy_form .article_details > .p50.tright {
        text-align: left;
    }

    .sidebox .jcarousel .image {
        width: 80px;
        float: left;
        margin-right: 5px;
    }

    .sidebox .jcarousel .tcenter {
        text-align: left;
    }

    .sidebox .jcarousel .price_wrapper {
        overflow: hidden;
    }
	
	.burger_icon_holder {
		display:none;
	}
}

/* Smartphones: Landscape and Portrait  */
@media ( max-width: 480px) {
    /*CUSTOM NET-SAILS*/
	
	.burger_icon_holder {
		position:absolute;
		width:65px;
		top:58px;
		display:block;
		
	}
	
    body, #page {
        background-image: none;
        background-color: #fff;
    }

    .show-on-mobile {
        display: block;
    }

    #content_head {
        display: none;
    }

    #head_contact {
        display: none;
    }

    div#header_wrapper {
        background: none;
        height: 100px;
    }

    div#wood-bg {
        display: none;
    }

    #headlinks > ul > li > a {
        color: #000;
    }

    #settings a.expander, #settings a.expander:visited {
        color: #000;
    }

    #socials {
        display: none;
    }

    #settings ul li > a:hover {
        color: #BA8422;
    }

    #footer > ul.hlist {
        padding: 0 15px;
    }

    #settings {
        background-color: transparent;
        background-image: none;
		display:none;
    }
	
	.tsz-homepage-header ul li:last-child {
		
		display:none;
		
	}
	
	.tsz-homepage-header ul li:first-child {
		
		width:100% ! important;
		
	}	

    #settings li.basket > a, #settings li.basket.items > a {
        color: #fff;
    }

    #burger_icon {
        margin-top: 10px;
    }

    .slider_image {
        margin-top: 45px;
    }

    #popup .container, #content .container {
        margin: 15px 5px;
    }

    /*DEFAULT*/
    body {
        font-size: 0.9em;
    }

    #outer_wrapper {
        clear: both;
		    padding-top: 10px;
    }

    #headlinks_wrapper {
        height: auto;
        top: 40px;
    }

    #header {
        height: auto;
        float: left;
        width: 100%;
        border-top: none;
    }

    #settings li {
        float: none;
        display: inline-block;
    }

    #settings {
        float: right;
    }

    #settings .expander_box {
        min-width: 120px;
    }

    #logo {
        float: none;
		padding:6px;
		height:40px;
		background-color:#18214c;
		width:100%;
    }

    #settings > ul > li > a, #settings > ul > li > a:hover {
        padding-left: 5px;
        padding-right: 5px;
    }

    #settings li.basket {
        width: 105px;
        height: 30px;
        text-align: right;
        top: 30px;
    }

    #settings li.basket > a, #settings li.basket.items > a, #settings li.basket > a:hover {
        background: transparent none;
        padding: 2px 0 2px 4px;
        height: auto;
        line-height: 30px;
        /*color: #000;*/
    }

    #search {
        width: 100%;
        background-color: #fff;
        padding-top: 60px;
		text-align:right;
    }

    #search input[type="text"] {
        width: 60%;
    }

    #breadcrumb, #content_footer {
        display: none;
    }

    #footer p.jtl {
        min-width: auto;
    }

    #footer_wrapper ul.hlist > li {
        width: 33%;
        margin-top: 10px;
    }

    #footer_wrapper #ftr_newsletter {
        width: auto;
        clear: both;
        float: left !important;
    }

    .submit, a.submit, a.submit:visited, a.submit:hover, input[type="submit"].submit, button[type="submit"].submit, button[type="button"].submit {
        font-size: inherit;
    }

    #article .article_details {
        clear: both;
    }

    #article .article_image {
        float: none;
        width: auto !important;
        max-width: 100% !important;
        margin-bottom: 10px;
    }

    #image0 {
        max-width: 100%;
    }

    #content .article_image .image, #content .image, #content a .image {
        max-width: 100%;
    }

    #content .positions .image {
        max-width: 40px;
    }

    .category_wrapper ul.category_item li {
        float: none;
    }

    .styled_view li.gallery {
        width: 32%;
    }

    .styled_view li.mosaic {
        width: 24%;
    }

    .styled_view li.list .article_buy, .styled_view li.list .actions {
        display: none;
    }

    .styled_view li.list .image {
        width: 50px;
        height: auto;
    }

    .sidebox .jcarousel .image {
        width: 40px;
    }

    /* sidepanels im checkout ausblenden */
    .page_type_11 #sidepanel_left, .page_type_11 #sidepanel_right {
        display: none;
    }

    #checkout_steps {
        height: auto;
        overflow: hidden;
        font-size: 0.75em;
    }

    #checkout_steps li {
        background: transparent none;
        padding: 5px 14px 10px 14px;
    }

    #checkout_steps li a {
        text-decoration: underline;
    }

    #checkout_steps .first {
        padding-left: 0;
    }

    #settings li.basket div.articles {
        width: 298px;
    }

    #config_wrapper .config_group img {
        max-width: 80px;
    }
	
	input#submit_search {
		top:2px;
	}
}

.tsz-copyright {
    font-weight: bold;
}

.tsz-item-content {
    /* tsz */
    padding: 20px;
    border: 20px solid #dfc696;
    background-color: #fff;

    background-image: url('../base/images/dragon-gold.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 340px;
}

.tsz-item-content h2 {
    font-family: Cuprum, Verdana, Helvetica, Arial !important;
    font-size: 18px !important;

}

.tsz-item-list {
    /* tsz */
    padding: 20px;
    background-color: #dfc696;
}

.tsz-item-list.first {
    padding: 20px 20px 0px 20px;
}

#article ul.article_list li ul.actions button {
    color: #18214c;
}

#content .hlist.articles {
    background-color: #dec696; /* tsz */
	padding-top:10px;
	padding-bottom:5px;
}

.startseite-top-newsletter-abo {

    width: 235px;
    padding-right: 7px;
    box-sizing: border-box;
}

.footer_box.startseite-top-newsletter-abo fieldset.newsletter input[type="text"] {
    width: 100%;
}

#article input.quantity {
    text-align: center;
}

.box_info {
    border: 1px solid #aaaadd;
    margin: 0 0 1em 0;
    padding: 0.5em 30px 0.5em 0.5em;
    background-color: #18214c;
    color: #ffffdd;
}

.box_info em {
    color: #ff5555;
    font-size: 20px;
}

table.tiny.positions {
   /* background: #fff; */
}

table.tiny.positions thead tr:first-child th{
	border-top: 1px solid #18214c;	
}
table.tiny.positions th:first-child,
table.tiny.positions td:first-child {
	border-left:1px solid #18214c;
	
}

#sidebox96
.tsz-item-content {
    /* tsz */
    padding: 20px;
    border: 20px solid #dfc696;
    background-color: #fff;

    background-image: url('../base/images/dragon-gold.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    min-height: 340px;
}

#page_wrapper {
    position: relative;
}

#page_wrapper div.left_dargon_wrapper {
    position: absolute;
    bottom: 0;
    height: 200px;
    width: 200px;
    background-image: url('images/dragon.png');
    background-repeat: no-repeat;
    background-position: 1% bottom;
    background-size: 160px;

}

.tsz-social {
	padding-top:1px;
	
}

.tsz-social td {
	padding:0px;

}

.tsz-delivery-cost {
	/*background-image:url('../base/images/versandkostenfrei.png');
background-repeat:no-repeat;
background-position:center; */
  font-family: Cuprum;
	height:46px;
	padding:6px 5px 0px;
	    font-size: 19pt;
    font-style: italic;
    font-weight: bold;
    line-height: 17pt;
    color: #18214c;
}

.tsz-payment {
	background-image:url('../base/images/payment.png');
background-repeat:no-repeat;

	height:30px;
	padding:2px 0px 0px;
}

.tsz-facebook {
  background-color:#18214c;
background-image:url('../base/images/facebook.png');
background-repeat:no-repeat;
background-position:center;
height:45px;
margin-bottom:2px;
margin-right:2px;

}

.tsz-twitter {
	  background-color:#18214c;
background-image:url('../base/images/twitter.png');
background-repeat:no-repeat;
background-position:center;
height:45px;

	margin-right:2px;
}

.tsz-trusted {
	background-color:#18214c;
	height:92px;
	width:83px;
}

/*.tsz-homepage-header ul li:first-child {
	width:635px;
	
}*/