/***** CSS Datei für WYSIWYG -> keine classnames verwenden (im editor wirkungslos) *****/

/**************************ALLGEMEIN***********************/

*{
    outline:none;
    border:0;
    font-size:13px;
    color:#3c3c3b;
    font-family: Arial, Helvetica;
    margin: 0;
    padding: 0;
    line-height:1.3em;
    font-weight: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

.catalogueCanvas {
    width: calc(100% - 310px);
    min-height: calc(100% - 250px);
    position:relative;
    margin:80px 0 0 280px;
    padding: 0;
}

/**************************HEADLINES***********************/

h1{
    color:#333;
    font-size: 28px;
    margin-bottom: 15px;
}

body.mobileWorld ul.breadCrumb li a,
body.mobileWorld ul.breadCrumb li span{
    color:#fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

h2{
    color:#333;
    font-size: 18px;
    margin-bottom: 15px;
    font-family: Arial, HelveticaLight, Helvetica;
}

h4{
    font-weight: bold;
    color:#009EE3;
    margin-bottom: 4px;
    font-size: 14px;
}

h5{
    color:#009EE3;
    margin-bottom: 4px;
    font-size: 14px;
}

body.press h2{
    margin-bottom: 15px;
    margin-top:20px;
}

h2.orange a{
    background-color:rgba(240,131,0,0.3);
}

h2.blue a{
    background-color:rgba(0,158,227,0.3);
}

h2.white a{
    background-color:rgba(255,255,255,0.6);
}

h2.gray a{
    background-color: rgba(87,87,86,0.3);
}

h3{
    color: #009ee3;
    font-family: Arial, HelveticaLight;
    font-size: 25px;
}

/**************************ANCHOR***********************/

a{
    text-decoration: none;
}

p a {
    font-weight: bold;
    text-decoration: underline;
}

/**************************PARAGRAPHS***********************/

p,
div.aplus,
div.aplus *{

    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 19px;
}

p{
    margin-bottom:15px;
}

a{

    font-size: 13px;
    letter-spacing: 0.03em;
}

b{
    font-weight: bold;
}

/**************************HR***********************/

hr{
    height:1px;
    clear:both;
    background:#C6C6C5;
}

.leftNavi hr, div.infoColumn hr{
    margin:3% 0px;
}


/**************************LISTS***********************/

header li, 
nav.leftNavi li, 
div.horizontalSlider ul li,
div.horizontalContainer ul li
{
    list-style-type:none;
}

header li, nav.leftNavi li, div.horizontalSlider > ul > li{
    margin-left: 0px;
}

li{
    margin-left: 14px;
    list-style-type: square;
}
/************************** TABLES ***********************/

table {
    border-collapse: collapse;
    text-align: center;
    border-color: lightgray;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 1px;

}

div.aplus thead {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%,
        rgba(185, 184, 184, 0.3) 38%,
        rgba(137, 136, 136, 0.3) 62%,
        rgba(93, 92, 92, 0.3) 81%,
        rgba(73, 73, 72, 0.3) 88%,
        rgba(40, 40, 38, 0.3) 100%)
        repeat scroll 0 0 rgba(0, 0, 0, 0);
}

div.aplus th{
    padding: 0 10px;
    font-weight: bold;
}

td {
    padding: 0 20px;
    border: 1px solid lightgray;
}

/**************************FORM ELEMENTS***********************/

button, .button{
    background:#575756;
    color:#fff;
    padding:7px 12px;
    cursor:pointer;
    border-radius:5px;
    -webkit-border-radius:5px;
    position: relative;
    margin-left:10px;
    float:right;
}

button.textonly{
    background:#fff;
    margin:7px 12px;
    padding:0px;
    color:#3C3C3B;
}

button.textonly.error{
    color:#954747;
}

button.light,
.button.light{
    color:#3C3C3B;
    background:#CCCCCC;
}

.button.upload{
    margin-top: 1px;
    padding: 7px 15px 9px;
    float:left;
    margin-left:0px;
    color:#3C3C3B;
    background:#CCCCCC;
}

section input:not([type="checkbox"]), .lightbox input, section select, section textarea{
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.4);
    padding:10px 15px;
    min-width:150px;
    width:calc(100% - 30px);
}

input[type="checkbox"]{
    margin-right:10px;
}

input, select, button, .button{
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    -moz-appearance: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;

}

.wrapper input[type="text"],
.wrapper input[type="email"],
.wrapper input[type="number"],
.wrapper input[type="password"],
.wrapper input[type="tel"],
textarea,
.wrapper select{
    background: #DADADA;
    height: 20px;
    line-height: 20px;
    padding:6px;
    max-width: 350px;
    min-width: 150px;
    width: calc(100% - 12px);
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow:none;
}

textarea{
    height:auto;
    line-height: initial;
}

body.retailerLogin .wrapper input,
body.retailerLogin .wrapper select{
    max-width:initial;
}

.wrapper input:focus,
.wrapper select focus{
}

input[type="file"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 58px;
}

input:focus:required:valid, .confirm {
    background: #e3f5e0 !important;
    color:#499547 !important;
}

input:focus:required:invalid, .error {
    background: #F5E0E1 !important;
    color:#954747 !important;
}

input[type='search']{
    border: 1px solid transparent;
    border-radius: 5px;
    color:#fff;
    font-size: 25px;
    letter-spacing: 0.02em;
    background:#1BBBE9;
    height: 40px;
    line-height: 40px;
    width:calc(100% - 40px);
    padding:0 20px;
}

input[type='search']:not(.retailerName)::-webkit-input-placeholder {
    color:    #fff;
}
input[type='search']:not(.retailerName):-moz-placeholder {
    color:    #fff;
    opacity:  1;
}
input[type='search']:not(.retailerName)::-moz-placeholder {
    color:    #fff;
    opacity:  1;
}
input[type='search']:not(.retailerName):-ms-input-placeholder {
    color:    #fff;
}

/**************************IMAGES***********************/
body.press img.standardGalleryThumb{
    float:left;
    margin:0 30px 0px 0;
}

body.desktop img.thumb {
    width: 300px;
    margin:5px;
}

input[type="search"]::-webkit-search-cancel-button {
  background: url('../img/menu_close_white.svg');
}

div.catalogueBox {
    z-index: 10;
}