
@font-face {
    font-family: Lane;
    src: url(../font/Lane.ttf);
}

* {
 margin: 0px;
 padding: 0px;
font-family: Arial, Calibri, sans-serif;
}

body {
 margin: 0px;
 padding: 0px;
 background-color: #ffffff;
 color: #000000;
 font-size: 12pt;
}

/* ANFANG BOX LAYOUT DIVS*/

.wrapper {
 width: 100%;
 margin: 0 auto;
}

.header {
 height: auto;
 text-align: center;
 margin-bottom: 200px;
}

.header-small {
display: none
}

#menu-wrapper {
 position: fixed;
 z-index: 10;
 width: 100%;
 top: 0px;
 height: auto;
 overflow: hidden;
 text-align: center;
 background-color: #FFF;
 box-shadow: 0px 5px 10px 0px #aaaaaa;
}

#menu-wrapper img {
margin-top: 10px;
}

#menu-wrapper ul {
 height: 50px;
 background-color: #005F97;
 width: 100%;
 margin: 0 auto;
 margin-top: 10px;
 padding: 0;
 list-style: none;
}

#menu-wrapper li {
 display: inline-block;
 padding: 0px 7px 0px 7px;
 line-height: 50px;
 height: 50px;
}

#menu-wrapper a li,
#menu-wrapper a li:visited {
 color: #FFF;
 font-family: Arial, Calibri, sans-serif;
 font-size: 14px;
 font-weight: normal;
}

#menu-wrapper a li:hover {
 background-color: #FFF;
 color: #000;
}

.contentwrap {
 position: relative;
 width: 100%; 
 min-height: calc(100vh - 100px);
 margin: 0 auto;
 z-index: 0;
}

.contentwrap:after {
 content: ".";
 display: block;
 clear: both;
 visibility: hidden;
 line-height: 0;
}

.contentArea {
 top: 0px;
 position: relative;
 text-align: center;
 margin: 0 auto;
 width: 100%;
 padding: 10px 0px 10px 0px;
}

.contentBoxFlex {
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 justify-content: center;
}

.contentBoxWide {
 display: inline-block;
 width: calc(75% + 120px);
 margin: 0px 10px 0px 10px; 
 height: auto;
 text-align: center;
 padding: 10px;   
}

.contentBox {
 display: inline-block;
 position: relative;
 margin: 0 auto;
 margin: 20px 10px 0px 10px; 
 height: auto;
 vertical-align: middle;
}

.contentBox a {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 text-decoration: none; /* No underlines on the link */
 z-index: 10; /* Places the link above everything else in the div */
 background-color: #FFF; /* Fix to make div clickable in IE */
 opacity: 0; /* Fix to make div clickable in IE */
 filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

a.articleImgLink {
 display: block;
 position: relative;
 width: 100%;
 height: auto;
 top: 0;
 left: 0;
 text-decoration: none; /* No underlines on the link */
 z-index: 10; /* Places the link above everything else in the div */
 background-color: none;
 opacity: 1;
 filter: alpha(opacity=0);
}

a.articleTextLink {
 position: relative;
 text-decoration: none; /* No underlines on the link */
 z-index: 10; /* Places the link above everything else in the div */
 opacity: 1;
 filter: alpha(opacity=0);
}

.ShowcaseCart {
 position: fixed;
 display: block;
 width: 80px;
 padding: 10px;
 right: 0px;
 top: 180px;
 z-index: 10000;
 text-align: center;
 background-color: #EEEEEE;
}

img.ShowcaseArticleThumbnail{
 width: 100%;
 margin-bottom: 10px;
}

.ShowcaseArticleInfo {
 margin-bottom: 25px;
 font-size: 14px;
}

.ShowcaseArticleNew, .ShowcaseArticleOffer {
 position: absolute;
 width: 50%;
 font-family: Lane, Arial, Calibri, sans-serif;
 font-size: 15px;
 padding: 5px 0px 5px 0px;
 color: #FFF; 
 border: 1px solid  #000;
}

.ShowcaseArticleNew {
 background-color: ;
}

.ShowcaseArticleOffer {
 background-color: #005717;
}

<!--.DetailArticle {
 display: inline-block;
 position: relative;
 margin: 0 auto;
 margin: 20px 10px 50px 10px; 
 height: auto;
 vertical-align: top;
}


.DetailArticle img {
 width: 100%;
 height: auto;
}-->

.contentBoxShipping {
 display: none;
}

.contentBoxShippingLink {
 position: relative;
 color: #005F97;
 font-size: 12px;
}

.contentBoxShippingLink:hover ~ .contentBoxShipping {
 display: block;
 position: absolute;
 z-index: 1000;
 width: 278px;
 padding: 10px;
 height: auto;
 border: 1px solid #5a5a5a; 
 background-color: #EEEEEE;
}

.contentBox p, .contentBoxWide p {
 font-size: 14px;
}

.contentBoxShipping p {
 display: block;
 text-align: left;
 font-family: Arial, Calibri, sans-serif;
 font-size: 12px;
}

.categorieSort {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border: none;
 border-radius: 0;
 width: 160px;
 padding-right: 20px;
 height: 30px;
 background-image:url(../images/select-arrow.png);
 background-repeat: no-repeat;
 background-attachment: absolute;
 background-position: right;
 font-size: 16px;
 padding-left: 5px;
 border: 1px solid #5a5a5a;
 float: right;
}

.footerArea {
 margin-top: 50px;
}

.adressTableArticleSmall {
 display: none;
}

.adressTable {
 display: table;
 width: auto;
 margin: 0 auto;
}

.adressTableRow {
 display: table-row;
}

.adressTableCell {
 display: table-cell;
 text-align: left;
 font-family: Arial, Calibri, sans-serif;
 font-size: 14px;
 vertical-align: middle;
 padding: 5px;
}

img.thumb, .adressTableCell img {
 width: 150px;
}

input[type=submit] {
 border: 0px;
 width: 200px;
 color: #FFF;
 padding: 5px;
 font-size: 14px;
 cursor: pointer;
}

input[type=submit]:hover {
 background-color: #5a5a5a;
}

textarea {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; 
 border: none;
 border-radius: 0;
 border: 1px solid #5a5a5a;
 font-size: 14px;
 padding: 5px;
 height: 200px;
 width: 263px;
}

textarea:focus {
 background-color: #D9F1FF;
}

.inputSelect {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; 
 border: none;
 border-radius: 0;
 width: auto;
 padding-right: 25px;
 padding-left: 5px;
 height: 30px;
 background-image:url(../images/select-arrow.png);
 background-repeat: no-repeat;
 background-attachment: absolute;
 background-position: right;
 font-size: 16px;
 border: 1px solid #5a5a5a;
}

.inputSelectContact {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; 
 border: none;
 border-radius: 0;
 width: auto;
 height: 30px;
 background-image:url(../images/select-arrow.png);
 background-repeat: no-repeat;
 background-attachment: absolute;
 background-position: right;
 font-size: 14px;
 padding: 5px;
 border: 1px solid #5a5a5a;
}

input[type=text] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; 
 border: none;
 border-radius: 0;
 width: auto;
 padding: 2px 0px 2px 5px;
 height: 20px; 
 font-size: 14px;
 margin-right: 10px;
 border: 1px solid #5a5a5a;
}

input[type=text]:focus {
 background-color: #D9F1FF;
}

input[type=radio] {
  -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; 
 border: none;
 border-radius: 0;
 border: 1px solid #5a5a5a;
 width: 16px;
 height: 16px;
}

input[type=radio]:checked {
 background-color: #005F97 ;
 box-shadow: inset 0 0 0 1px white;
}

input[class="inputShort"], input[class="bgRedL inputShort"] {
 width: 50px;
}

input[class="inputMid"], input[class="bgRedL inputMid"] {
 width: 125px;
}

input[class="inputLong"], input[class="bgRedL inputLong"] {
 width: 200px;
}

input[class="inputXLong"], input[class="bgRedL inputXLong"] {
 width: 267px;
}

.inputXLong {
 width: 274px;
}

input[class="inputMid borderNo"] {
 border: 0px;
}

input[class="inputMid borderNo"]:focus {
 background-color: #FFF;
}

.submitSearchButton {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none; 
 position: relative;
 background: transparent;
 cursor: pointer;
 top: 5px;
 z-index: 100;
 border: 0px;
 left: -15px;
 width: 35px;
 height: 35px;
}

.submitSearch {
 position: relative;
 border: 0px;
 top: -2px;
 width: 15px;
 height: 15px;
 pointer-events:all
}

.width500 {
 width: 500px;
 height: auto;
}

.width500PD5 {
 width: 490px;
 padding: 5px;
 height: auto;
}

.width300 {
 width: 300px;
}

.width250 {
 width: 250px;
}

.width150 {
 width: 150px;
}

.width25 {
 width: 25px;
 height: auto;
}

.width20per {
width: calc(20% - 10px);
padding: 5px;
}

.px10 {
 display: block;
 height: 10px;
}

.px25 {
 display: block;
 height: 25px;
}

.px50 {
 display: block;
 height: 50px;
}

.px100 {
 display: block;
 height: 100px;
}

#footer {
 position: relative;
 height: 150px;
 width: 100%;
 background: #005f97;
 color: white;
 margin: 0 auto; 
}

h1,
h2,
h3
{
 font-family: Lane, Arial, Calibri, sans-serif;
 color: #005F97;
 margin: 0px;
}

h1 {
 font-weight: 100;
 font-size: 25px; 
}

h2 {
 font-weight: 400;
 font-size: 20px; 
}

h3 {
 font-weight: 400;
 font-size: 16px; 
}

a {
 color: #005F97;
 text-decoration: none;
}

p {
 font-family: Arial, Calibri, sans-serif;
}

p.small { 
 font-size: 12px;
}

p.big {
 font-size: 16px;
}

.floatRight {
 float: right;
}

.floatLeft {
 float: left;
}

.textRight {
 text-align: right;
}

.textLeft {
 text-align: left;
}

.textCenter {
 text-align: center;
}

.textBlue {
 color: #005F97;
}

.textRedD {
 color: #A41015;
}

.textGreen {
 color: #005717;
}

.textWhite {
 color: #FFF;
}

.bgBlue, a.bgBlue {
 background-color: #005F97;
}

.bgGreyL {
 background-color: #EEEEEE;
}

.bgRedD {
 background-color: #A41015;
}

.bgRedL {
 background-color: #FFE5E6;
}

.bgGreen {
 background-color: #005717;
}

.BorderBottomBlue {
 border-bottom: 1px solid #005F97;
}

.BorderTopBlue {
 border-top: 50px solid #005F97;
}

.borderBottomGreyD {
 border-bottom: 1px solid #5a5a5a; 
}

.borderGreyD {
 border: 1px solid #5a5a5a; 
}

.hoverGreyL:hover {
 background-color: #EEEEEE;
}

#cookienotice {
 position: fixed;
 display: block;
 visibility: visible;
 bottom: 0;
 width: calc(100% - 40px);
 height: auto;
 padding: 10px 20px 40px 20px;
 background-color: #005F97;
 color: #FFF;
 font-size: 14px;
 text-align: center;
 z-index: 100;
}

#cookienotice a.linkText {
 color: #FFF;
 text-decoration: underline;
}

#cookienotice a.linkButton {
 display: inline-block;
 color: #FFF;
 padding: 5px 0px 5px 0px;
 width: 200px;
 border: 1px solid white;
 text-decoration: none;
}

#cookienotice a.linkButton:hover {
 background-color: #FFF;
 color: #005F97;
 
}