@import url(ubuntu.css?family=Ubuntu:400,700,300);

@font-face {
    font-family: "Imaki";
    src: url(Imaki.ttf) format("truetype");
}

body,
html {
    font-family: 'Ubuntu', sans-serif;
    height: 100%;
    width: 100%;
    line-height: 1.4;
    margin: 0;
    /*color: #255ca3;*/
}

header {
    box-shadow: rgba(0, 0, 0, 0.8) 0px 20px 15px -20px;
    height: 100px;
    background: url(../img/bgheader.jpg?ver=1.0);
    background-size: cover;
}

header h1 {
    font-family: 'Imaki', sans-serif;
    width: 310px;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    padding-left: 40px;
    display: inline-block;
}

header h1 a {
    text-decoration: none;
    color: #C70000;
    display: block;
}

header h1 a img {
    height: 80px;
}

header nav {
    display: inline-block;
    width: calc(100% - 350px);
    padding-right: 20px;
    text-align: right;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    text-decoration: none;
    color: #384042;
    padding: 0 10px;

}

header nav ul li:after {
    content: "/";
    color: #384042;
    display: inline-block;
}

header nav ul li:last-child:after {
    content: "";
    color: #384042;
    display: inline-block;
}

.shoptype {
    text-align: center;
    color: #255ca3;
}

.content {
    padding: 20px 20px;
    display: table;
    width: calc(100% - 40px);
    height: calc(100% - 140px);
    /*min-height: 600px;*/
}

.sidebar {
    display: table-cell;
    width: 280px;
    border-right: #969696 solid 1px;
    padding-right: 30px;
    position: relative;
}

.sidebar h3 {
    color: #004d7c;
}

.navP {
    list-style: none;
    padding: 0;
}

/*remove list style (circles) for submenu*/
.navP li ul {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
}

.navP>li {
    padding-left: 25px;
    color: #255ca3;
}

.navP>li>a {
    color: #255ca3;
}

.navP>li>span {
    display: block;
    cursor: pointer;
}

.navP li.dropdown>a:before {
    content: "+";
    position: absolute;
    left: 0;
    width: 25px;
    line-height: 22px;
    text-align: center;
    color: #dc2126;
    font-weight: bold;
}

/*.navP li > ul > li.dropdown:hover > a:before {*/
.navP li>ul>li.dropdown.more>a:before {
    content: "-";
}

.navP li>ul>li.dropdown>ul {
    padding-left: 20px;
    background: #ecf1f7;
}

/*.navP li > ul > li.dropdown:hover > ul {
    display: block;
}*/

.navP li>ul>li.dropdown.more>ul {
    display: block !important;
}

.navP li>ul>li.dropdown>a:before {
    left: 20px;
}

.navP li.dropdown.more>a:before {
    content: "-";
}

/*.sidebar > ul > li.nomore:before {
    content: "";
}*/

.navP>li>ul>li {
    padding-left: 45px;
}

.navP>li>ul>li a {
    display: block;
    color: #255ca3;
}

.navP>li>ul>li>ul>li a {
    color: #255ca3;
    font-weight: normal;
}

.navP>li>ul>li.more>ul>li a.selected {
    font-weight: bold;
}

.navP>li>ul>li a:visited {
    color: #255ca3;
}

.navP>li>ul {
    display: none;
}

.navP>li.more {
    background: rgba(0, 77, 124, 0.2);
    color: #002840;
    font-weight: bold;
}

.navP>li.more>ul {
    display: block;
    background: white;
    left: -25px;
    position: relative;
    width: calc(100% + 25px);
    color: #28557c;
    font-weight: normal;
}

.navP>li>ul>li.more,
.navP>li>ul>li.more {
    background: rgba(0, 77, 124, 0.2);
    color: #002840;
    font-weight: bold;
}

.navP>li.more {
    background: rgba(0, 77, 124, 0.2);
    color: #002840;
    font-weight: bold;
}

.sidebar p {
    text-align: center;
    color: #969696;
}

.tempMSG p {
    font-weight: bold;
    color: #d1282a;
}

.art_text .tempMSG p {
    display: none
}

#lbl-search {
    position: relative;
    display: block;
}

/*.sidebar input {
    display: block;
    width: calc(100% - 60px);
    border: 0;
    background: #969696;
    color: white;
    padding: 0 10px;
    padding-right: 50px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

.sidebar input::-webkit-input-placeholder {
   color: white;
   font-size: 13px;
}

.sidebar input:-moz-placeholder { /* Firefox 18- * /
   color: white;
   font-size: 13px; 
}

.sidebar input::-moz-placeholder {  /* Firefox 19+ * /
   color: white;
   font-size: 13px; 
}

.sidebar input:-ms-input-placeholder {  
   color: white;
   font-size: 13px;
}*/

#lbl-search:after {
    content: "";
    background: url(../img/search.png);
    background-size: contain;
    display: inline-block;
    position: absolute;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 0;
}

#advancedSearch {
    /*width: 90%;
    padding-left: 10px;
    border: solid 0.5px;*/
    margin-top: 60px;
    position: relative;
    height: 90px;
}

#advancedSearch .advancedImg {
    display: inline-block;
    margin-left: 15px;
    z-index: 0;
}

#advancedSearch span {
    line-height: 70px;
    color: rgb(109, 10, 12);
    vertical-align: bottom;
    margin-left: -15px;
}

.arrow {
    line-height: 70px;
    padding-left: 30px;
    display: inline-block;
}

.advancedLg {
    display: inline-block;
}

#advancedSearch .advancedImg img {
    width: 60px;
}

.arrow img {
    width: 25px;
    vertical-align: middle;
    line-height: 60px;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}

#advancedSearch div {
    height: 100%;
    vertical-align: top;
}

div#advancedSearch:after {
    content: "";
    display: block;
    background: url(../img/shadow_curve.png);
    width: 100%;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.lg {
    margin-top: 110px;
    text-align: center;
}

.lg strong {
    color: #969696;
}

.image {
    width: 280px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.image:after {
    content: "";
    display: block;
    background: url(../img/shadow_curve.png);
    width: 100%;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
}

.art_text {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    color: #255ca3;
    margin-bottom: 0px;
    font-weight: 100;
}

.art_text h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #255ca3;
}

.art_text p {
    margin: 5px 0;
}

span.likeTitle {
    color: #255ca3;
    font-weight: bold;
}

.art_img {
    text-align: center;
}

.imgSlider {
    width: 900px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.imgSlider>div {
    /* display: inline; */
    position: absolute;
    display: none;
}

.imgSlider>div.active {
    display: block;
}

.imgSlider>div>img {
    max-height: 300px;
}

.navSlider {
    text-align: center;
}

.navSlider span.pointNav {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 3px solid #004d7c;
    border-radius: 15px;
    cursor: pointer;
}

.navSlider span.pointNav.select {
    background: #004D7C;
    border: 3px solid white;
}

.arrowSlider {
    width: 975px;
    margin: 0 auto;
    position: relative;
    top: -200px;
}

.arrowSlider span {
    width: 25px;
    height: 25px;
    background: #004d7c;
    color: white;
    display: inline-block;
    border-radius: 3px;
    text-shadow: rgba(0, 0, 0, 0.8) 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.8) 1px 1px 5px -1px;
    position: absolute;
    cursor: pointer;
}

.arrowSlider span.arrowL {
    left: 0;
    transform: rotate(180deg);
    box-shadow: rgba(0, 0, 0, 0.8) 1px -1px 5px -1px;
}

.arrowSlider span.arrowR {
    right: 0;
}

.article {
    display: table-cell;
    height: 100%;
    vertical-align: top;
    padding-bottom: 5%;
    /*overflow-wrap: anywhere;*/
}

.article.main {
    vertical-align: middle;
    padding-left: 1em;
}

div.more {
    display: block;
    margin-top: 20px;
}

/*div.more:before {
    content: "▼";
    display: inline-block;
    background: rgba(255,255,255,0.8);;
    color: #004D7C;
    border-radius: 50%;
    line-height: 18px;
    height: 18px;
    width: 18px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

div.more:hover:before {
    content: "";
    display: none;
}*/
.ThumbnailsInBasket {
    width: 60px;
}

.hidden {
    display: none;
}

.show {}

div.more div {
    /*-moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;*/
    max-height: 1000px;
    overflow: hidden;
}

.separate hr {
    display: inline-block;
    width: calc(50% - 50px);
    position: relative;
    top: -14px;
    margin: 0px 12.5px;
    border-width: 0.5px !important;
    border-top: none;
    border-color: rgba(255, 255, 255, 0.5);
}

.separate {
    position: relative;
}

.separate img {
    width: 30px;
}

.articles ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
}

.articles ul li {
    margin: 10px 0;
}

footer {
    position: relative;
    height: 30px;
    font-size: 12px;
    text-align: center;
    width: 100%;
}

footer>div {
    display: inline-block;
    height: inherit;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

footer .ftText {
    width: calc(100% - 20px);
}

footer .partners {
    width: 120px;
    background: white;
    text-align: center;
}

.ftText>div {
    display: inline-block;
}

.txt_list span {
    padding: 10px 10px;
    width: calc(60% - 20px);
    display: inline-block;
}

.txt_list span.ftLb {
    width: calc(40% - 40px);
    padding-left: 20px;
}

.txt_bottom {
    width: 44%;
    min-width: 601px;
    text-align: center;
}

.txt_list {
    width: 30%;
    text-align: left;
}

.txt_top {
    width: calc(25% - 5px);
    vertical-align: top;
    text-align: right;
    padding-right: 5px;
}

img.lgFoo {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

.txt_top a {
    display: inline-block;
}

.partners img {
    width: 100px;
}

.impressum>p {
    margin: 0 0px;
    font-size: 13.5px;
}

.impressum>p>span {
    display: inline-block;
    width: 200px;
}

.impressum>p>span.right {
    /*width: 400px;*/
}

.impressum>p>span.left {
    vertical-align: top;
    font-weight: bold;
}

a {
    text-decoration: none;
}

form.kontakt {
    margin: 0 60px;
}

form.kontakt>label>input[type="text"] {
    margin: 7px 0;
    width: 536px;
    border: 0;
    outline: 0;
    border-bottom: solid 1px #A9A9A9;
    padding: 0 5px;
    padding-right: 10px;
}

form.kontakt>label>input[type="text"].short {
    width: 85px;
    /*150*/
}

form.kontakt>label>input[type="text"].middle {
    width: 427px;
}

form.kontakt>label>input[type="text"].short1 {
    width: 150px;
}

.kontakt input[type="text"]:active,
.kontakt input[type="text"]:focus {
    border-bottom: 2px solid #28557C;
}

.kontakt textarea {
    width: 528px;
    padding: 0 5px;
    outline: 0;
    border: 1px solid #A9A9A9;
}

.kontakt textarea:active,
.kontakt textarea:focus {
    border: 2px solid #28557C;
}

textarea[required]::-webkit-input-placeholder {
    font-weight: bold;
}

textarea[required]:-moz-placeholder {
    font-weight: bold;
}

textarea[required]::-moz-placeholder {
    font-weight: bold;
}

textarea[required]:-ms-input-placeholder {
    font-weight: bold;
}


input[required]::-webkit-input-placeholder {
    font-weight: bold;
}

input[required]:-moz-placeholder {
    font-weight: bold;
}

input[required]::-moz-placeholder {
    font-weight: bold;
}

input[required]:-ms-input-placeholder {
    font-weight: bold;
}

::-webkit-input-placeholder {
    font-size: 13px;
}

:-moz-placeholder {
    font-size: 13px;
}

::-moz-placeholder {
    font-size: 13px;
}

:-ms-input-placeholder {
    font-size: 13px;
}

p.legend {
    padding: 0 60px;
    color: #969696;
}

input[type="submit"] {
    color: white;
    background: #255379;
    border: solid 0px #B5B5B5;
    padding: 10px 20px;
    margin-top: 5px;
    border-radius: 10px;
}

ul.form-input li {
    margin: 1em auto;
    list-style: none;
}

ul.form-input li>label {
    width: 200px;
    display: inline-block;
}

.kontakt input[type="submit"] {
    color: white;
    background: #969696;
    border: solid 0px #B5B5B5;
    padding: 10px 20px;
    margin-top: 5px;
    border-radius: 10px;
}

span.anrede {
    margin: 10px 0px;
    margin-right: 10px;
    display: inline-block;
}

.kontakt input[type="radio"] {
    opacity: 0;
    position: absolute;
}

/* style your lables/button */
.kontakt input[type="radio"]+label {
    /* keep pointer so that you get the little hand showing when you are on a button */
    cursor: pointer;
    /* the following are the styles */
    padding: 4px 10px;
    border: 1px solid #ccc;
    background: #efefef;
    color: #aaa;
    border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0);
}

.kontakt input[type="radio"]:checked+label {
    /* style for the checked/selected state */
    background: #28557C;
    border: 1px solid #A9A9A9;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    color: white;
}

form.kontakt>label.note:after {
    content: "*";
    color: #A9A9A9;
    font-size: 12px;
    position: relative;
    left: -8px;
}


.searchBox {
    width: 250px;
    border: 1px solid #969696;
    position: absolute;
    top: 25px;
    right: 10px;
}

.searchBox .headerSB {
    background: #969696;
    color: #FFFFFF;
    padding: 12px 15px;
    font-size: 12px;
    position: relative;
}

.searchBox>div {
    padding: 0px 10px;
}

span.lensSB {
    width: 25px;
    height: 25px;
    font-size: 22px;
    position: absolute;
    right: 25px;
    line-height: 13px;
}

.titleSB {
    /*background: url(../img/advancedSearch.png);
    background-size: contain;
    background-position-x: 10px;
    background-repeat: no-repeat;*/
    background: rgba(0, 0, 0, 0) url("../img/advancedSearch.png") no-repeat scroll 10px 0 / contain;
    height: 50px;
    margin-top: 15px;
    position: relative;
}

.titleSB label {
    margin: 0 60px;
    display: inline;
    margin-top: 17px;
    position: absolute;
    color: #ca040a;
    font-weight: bold;
}

.titleSB:after {
    /*content: "";*/
    background: url(../img/arrow.png);
    background-size: cover;
    display: inline-block;
    width: 30px;
    height: 30px;
    transform: rotate(-90deg);
    position: absolute;
    right: 50px;
    top: 14px;
}

.optSB label.name {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
    color: #ca040a;
    font-weight: bold;
}

.optSB label {
    display: inline-block;
    width: 50%;
    color: #225f94;
    font-weight: 500;
}

.optSB label input {
    width: 45px;
    margin: 0 15px;
    border: #969696 solid 1px;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow: inset rgba(150, 150, 150, 0.8) -3px 0px 7px -1px;
    padding: 1px
}

.searchBox .button {
    position: relative;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.searchBox .button a {
    display: block;
    position: relative;
    height: 25px;
    width: 70px;
    text-align: left;
    padding: 5px 15px;
    background: #28557c;
    color: white;
    line-height: 25px;
    margin: 0 auto;
}

.button span.lensSB {
    right: 5px;
    line-height: 23px;
}

.navigator {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
}

.principal {
    /*position: relative;*/
    display: block;
    width: 85%;
    margin: 0 auto;
}

.artikle .sidebar {
    vertical-align: top;
}

.artikle .article {
    display: block;
    position: relative;
}

.link {
    display: inline-block;
    padding: 0 5px;
}

.link a {
    padding-right: 5px;
    color: #ca040a;
}

.headArtikle {
    padding-top: 70px;
    position: relative;
}

.imgHA {
    width: 65%;
    display: inline-block;
    text-align: center;
}

.imgHA.all a {
    border: 1px #969696 solid;
    border-radius: 10px;
    display: inline-block;
    height: 170px;
    line-height: 170px;
    vertical-align: bottom;
    width: 32%;
}

span.footLeg {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin: 5px 0;
}

.imgHA img {
    max-width: 95%;
    max-height: 145px;
    margin: 2px auto;
    /*margin-top: 30px;*/
    vertical-align: middle;
}

/*.imgHA .fl img {
    margin-top: 10px;
}*/

.dataCert {
    display: inline-block;
    width: 35%;
}

.dataHA {
    display: inline-block;
    width: 35%;
    vertical-align: top;
    padding-top: 5px;
}

.dataHA h3 {
    color: #ca040a;
    font-weight: 500;
    margin: 5px 0;
    padding-left: 2px;
}

.dataHA label {
    color: #ca040a;
    font-size: 14px;
    padding-left: 2px;
}

.dataHA label:before {
    content: "★";
    background: -webkit-linear-gradient(#feef6c, #ddbf5a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

.dataHA label.footerHA:before {
    content: "";
    background: url(../img/question.png);
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 4px;
    background-size: contain;
}

.priceHA {
    border: 1px solid #969696;
    border-left: 0;
    padding: 5px 5px;
    margin: 10px 5px;
}

.priceHA strong {
    font-size: 20px;
    padding-left: 2px;
}

.priceHA p {
    margin: 2px 0;
    font-size: 14px;
}

.priceHA p span {
    color: #ca040a;
    font-weight: bold;
}

.priceHA p a {
    color: #ca0420;
    text-decoration: underline;
}

.searchBar {
    display: block;
    position: relative;
    margin: 10px 0;
    margin-right: 5px;
    text-align: right;
}

.searchBar input {
    /*width: calc(100% - 34px);
    height: 25px;
    padding-right: 30px;*/
}

input::-webkit-input-placeholder {
    padding-left: 5px;
}

input:-moz-placeholder {
    /* Firefox 18- */
    padding-left: 5px;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    padding-left: 5px;
}

input:-ms-input-placeholder {
    padding-left: 5px;
}

span.lensSB {
    color: #969696;
    line-height: 30px;
    right: 3px;
    top: 1px;
}

.cont-list h3 {
    display: inline-block;
    padding-left: 20px;
}

.cont-list h4 {
    display: inline-block;
    font-weight: 500;
    padding-left: 15px;
}

.cont-list {
    padding: 25px 0px;
}

.cont-list table {
    width: 100%;
    max-width: 1000px;
}

.cont-list th {
    /*padding: 5px 0;*/
    background: #B3B3B3;
    border: 1px solid #B3B3B3;
    text-align: center;
    vertical-align: bottom;
    position: relative;
}

.cont-list .thTop th {
    padding-top: 15px;
}

.cont-list .thBottom th {
    padding-bottom: 5px;
}

.cont-list td {
    border: 1px solid #B3B3B3;
    padding: 2px 5px;
}

.cont-list td.durch.flach,
.cont-list td.durch.blech {
    display: none;
}

.cont-list td a {
    color: #ca040a;
    display: inline-block;
    text-decoration: underline;
}

.cont-list td input[type="text"],
.cont-list td input[type="number"] {
    width: 30px;
    margin-right: 5px;
}

td.txtC {
    text-align: center;
}

td.txtR {
    text-align: right;
}

td.w1 {
    width: 130px;
    position: relative;
}

.itemHD img {
    width: 60px;
    display: block;
    margin: 0 auto;
}

.hdSC {
    display: block;
    vertical-align: top;
    margin-left: 5%;
    margin-bottom: 20px;
}

.itemHD {
    width: 150px;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    vertical-align: top;
    color: #255379;
    margin: 0 10px;
}

.article.shopping {
    vertical-align: top;
}

.legendSC {
    text-align: left;
    /*margin: 0 5%;
    color: #255ca3;*/
}

.legendSC p {
    /*width: 738px;*/
    display: inline-block;
    text-align: justify;
    /*-moz-text-align-last: center;
    text-align-last: center;*/
    font-size: 14px;
    margin-top: 20px;
    /*margin-right: 25px;*/
}

.legendSC.success span {
    border: 2px solid #7989e2;
    border-radius: 5px;
    padding: 10px 20px;
    background: #77fd01;
    color: #28557c;
    font-weight: bold;
    box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.8);
}

.success a.makePay {
    display: none;
}

.pDimage {
    vertical-align: bottom;
}

.productDetail div {
    display: inline-block;
}

.pDtext p {
    margin: 0;
}

button.delete {
    background: rgba(255, 255, 255, 0) url(../img/icon/erase.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 auto;
}

td.required:after {
    content: "Required";
    display: block;
    position: absolute;
    bottom: 0px;
    right: calc(-100% - 0px);
    color: #dc2126;
    font-weight: 400;
    font-size: 14px;
}

td.required:before {
    /* content: ""; */
    display: block;
    position: absolute;
    top: 7px;
    right: -10px;
    border-top: 6px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid blue;
}

.shoppingcar img {
    width: 50px;
}

.shoppingcar a {
    display: block;
}

.shoppingcar span {
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    color: #28557c;
    vertical-align: middle;
}

.addItem {
    cursor: pointer;
}

#shc2 {
    display: none;
}

.shopping .cont-list table {
    /*width: 80%;*/
    margin: 0 auto;
    text-align: left
}

.alignNumber {
    text-align: right;
}

.shopping .cont-list {
    text-align: right;
    margin: 0 5%;
}

a.makePay {
    margin: 10px;
    margin-right: 0%;
    cursor: pointer;
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px;
    border-radius: 5px;
    background: #255379;
    color: white;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.cont-list th input {
    width: calc(90% - 34px);
    height: 25px;
    padding-right: 30px;
}

.cont-list th label {
    position: relative;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w70 {
    width: 70px;
}

.w90 {
    width: 90px;
}

.w120 {
    width: 120px;
}

.w140 {
    width: 140px;
}

.w160 {
    width: 160px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.cont-list td a.addItem img {
    width: 20px;
    width: 20px;
}

.cont-list tbody tr {
    display: none;
}

.cont-list.bill tbody tr {
    display: table-row;
}

.flachs.all {
    display: table-row;
}

.blechs.all {
    display: table-row;
}

.runds.all {
    display: table-row;
}

.flachs.flach {
    display: table-row;
}

.blechs.blech {
    display: table-row;
}

.runds.rund {
    display: table-row;
}

.txtZ {
    text-align: center;
}

a.addZertificate {
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

.addZertificate img {
    display: inline-block;
    margin: 0 auto;
    width: 20px;
    vertical-align: top;
}

.NoZertificate img {
    display: inline-block;
    margin: 0 auto;
    width: 20px;
    vertical-align: top;
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);* /
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /*filter: url(grayscale.svg); /* Firefox 4+ * /
    filter: gray; /* IE 6-9 */
}

span.overflow {
    font-size: 13px;
    color: #d1282a;
    z-index: 1;
    display: inline-block;
    width: 100px;
    padding: 2px 5px;
    border: 1px solid;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    position: absolute;
    left: 60%;
    top: -5px;
    box-shadow: black 3px 3px 5px -3px;
}

.cont-data,
.cont-advance,
.cont-log {
    margin: 0 5%;
    width: 90%;
    padding: 0px;
    position: relative;
}

.bankLeft,
.bankRight {
    display: inline-block;
    vertical-align: top;
}

.bankLeft {
    padding-right: 50px;
}

.cont-advance ul {
    padding: 0;
    list-style-type: none;
}

.cont-advance ul>li {
    padding-left: 15px;
    position: relative;
}

.cont-advance ul>li:before {
    content: "-";
    width: 15px;
    left: 0px;
    display: inline-block;
    text-align: center;
    position: absolute;
}

.cont-data .form span.middle {
    /*width: 90px;*/
    width: 210px;
}

.cont-data .form span.ui-helper-hidden-accessible {
    width: 0px;
    height: 0px;
}

.cont-data .form span:not(.dropdown-wrapper, .select2, .select2-selection, .selection, .select2-selection__rendered, .select2-selection__arrow) {
    width: 200px;
    display: inline-block;
    font-weight: bold;
    padding: 10px 0;
    color: #004d7c;
}

.w50p {
    /*width: calc(50% - 167px) !important*/
    width: calc(50% - 202px) !important
}

.w50p.add {
    margin-right: 10px;
}


#noLogin .form {
    width: 100%;
}

a#saferPay,
a#cancel {
    right: calc(-100% + 116px);
    display: block;
    position: relative;
    top: -48px;
}

a#mandatory {
    width: 160px;
}

a.noPay {
    background: #525252;
    left: -4rem;
}

a.acceptPay {
    position: relative;
    left: 3rem;
}

.form {
    display: none;
    width: 80%;
    margin: 0 auto;
}

.cont-data>div>h3 {
    cursor: pointer;
    color: #004d7c;
    display: inline-block;
    margin: 10px 0;
}

.cont-data input[type="checkbox"] {
    /*width: auto;
    margin-right: 10px;
    display: inline-block;*/
}

.deliveryDetails {
    width: 90%;
    margin: 0 auto;
}

input.empty,
textarea.empty {
    border-color: hsla(359, 56%, 49%, 1);
}

input.empty:focus,
.empty:focus {
    outline: #dc2126 auto 2px;
}

.versand h2,
.versand h3 {
    color: #004d7c;
}

div.versand {
    padding: 0 75px;
    color: #255ca3;
}

div.versand strong {
    color: #004d7c;
}

.versand table {
    margin: 0 auto;
}

.versand td {
    border: 1px solid #28557c;
    padding: 2px 15px;
    text-align: center;
}

.endShop {
    display: table;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 10;
}

.endShop div {
    z-index: 15;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.endShop div p {
    width: 350px;
    margin: 0 auto;
    padding: 10px 20px;
    background: white;
    border-radius: 15px;
    color: #28547C;
    position: relative;
}

.endShop span {
    display: inline-block;
    width: 22px;
    height: 22px;
    color: white;
    background: red;
    line-height: 20px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 13px;
    border: 2px solid red;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.strong>td {
    font-weight: bold;
}

.linkSearch {
    list-style: none;
}

.linkSearch a {
    color: #28557c;
    text-decoration: underline;
}

.boxSearch.loading {
    height: 100%;
    display: block;
    background: url(../img/loading.gif) no-repeat center top;
    background-size: 50px;
}

img.ThumbnailsInBasket {
    width: 70px;
}

td.txtR.price,
.alignNumber.price {
    min-width: 105px;
}

.alignNumber.priceT {
    min-width: 120px;
}

@-moz-document url-prefix() {
    .navP>li {
        font-weight: normal;
    }
}

.impressum>p>span.txtCenter {
    width: 100%;
    text-align: center;
}

.txt_list a {
    margin-left: 15px;
}

.formKontakt dt {
    display: inline-block;
    width: 170px;
    vertical-align: top;
}

.formKontakt dd {
    display: inline-block;
    margin-left: 5px;
}

li.noProduct {
    border-top: solid 1px;
    margin-top: 10px;
}

#nobot {
    display: block;
    position: relative;
    text-align: center;
}

#nobot>div {
    margin: 0 auto;
}

.accept.required.empty {
    box-shadow: 0 0 2px red;
}

.leg {
    display: inline-block;
}

.leg.left {
    width: 59%;
    padding-right: 1%;
}

.leg.right {
    width: 40%;
}

.listProd tr:nth-child(2n) {
    background: #D7D6D6 none repeat scroll 0 0;
}

.cont-list table tr:nth-child(2n) {
    /*background: #D7D6D6 none repeat scroll 0 0;*/
}

.menuRes {
    display: none;
}

.listProd tbody tr td:first-child,
.listProd thead tr.thTop th:first-child {
    display: none;
}

.fixed {
    position: fixed;
    width: 280px;
    padding-right: 10px;
    height: calc(100vh - 200px);
    overflow-y: auto;
}

.cont-list td a.addItem img.animated {
    animation-name: example;
    animation-duration: 2s;
}

@keyframes example {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -o-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

#moreInfo div {
    display: inline-block;
    /*width: 50%;*/
    position: relative;
    vertical-align: top;
    -webkit-transition: max-height 1.5s;
    -moz-transition: max-height 1.5s;
    -ms-transition: max-height 1.5s;
    -o-transition: max-height 1.5s;
    transition: max-height 1.5s;
}

#moreInfo div img {
    /*width: 80%;*/
    max-height: 150px;
    position: relative;
    margin: auto;
    display: block;
    padding: 23px;
}

#moreInfo .more {
    margin-top: 0px;
}

#moreInfo div p {
    font-size: small;
    padding: 0 10px;
    margin: 0;
    text-align: left;
}

div#moreInfo {
    display: inline-block;
    margin-top: 0px;
    /*min-width: 550px;
    width: 50%;*/
}

.preview {
    display: inline-block !important;
    max-height: 55px;
    overflow: hidden;
    z-index: -1;
}

div#moreInfo.bgpreview {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.20, transparent), color-stop(0.65, white));
    -webkit-transition: background-image 1.5s;
    -moz-transition: background-image 1.5s;
    -ms-transition: background-image 1.5s;
    -o-transition: background-image 1.5s;
    transition: background-image 1.5s;
}

#moreInfo input[type="button"] {
    display: block;
    margin: auto;
    border-radius: 5px;
    padding: 2px 10px;
    color: #eeeeee;
    font-weight: bolder;
    background: #28557c;
    border: none;
}

.contMoreInfo {
    text-align: unset;
}

div#moreInfo.more {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.60, transparent), color-stop(1.0, transparent));
}

.preview.more {
    max-height: 1000px;
}

.intLinks a {
    display: block;
    text-decoration: underline;
    padding: 5px 0px;
}

.intLinks {
    max-width: 1000px;
    text-align: center;
}

.red {
    color: #ca040a;
}

.small {
    font-size: 12px;
    vertical-align: super;
    padding-left: 5px;
}

.w170 {
    width: 175px;
}

.w100 {
    width: 100px;
}

p.CD {
    text-align: left;
    display: inline-block;
    width: calc(100% - 200px);
    float: left;
}

.cont-list table tr.separete {
    background: none;
}

.separete td {
    border: none;
}

.cont-list table tr.resume {
    background: #D7D6D6;
}

.cont-list table tr.resume td {
    border: none;
}

.cont-list table tr.resume td:first-child {
    align-items: left;
    padding-left: 45%;
}

.big td {
    font-size: 20px;
}

.small td {
    font-size: 12px;
}

.space {
    padding: 0 5px;
}

.contT {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

a.bigB {
    width: 180px;
}

.black {
    color: black;
}

.login label {
    margin: 6px 0px;
    display: block;
}


a.logC {
    width: 230px;
}

a#loginK {
    right: calc(-100% + 246px);
    display: block;
    position: relative;
    top: -48px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('http://sampsonresume.com/labs/pIkfp.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

.cont-log h3 {
    color: #004d7c;
}

.lognow {
    margin-top: 20px;
    border: 1px solid #28557c;
    padding: 7px;
}

#newPass label {
    display: block;
}

#newPass {
    text-align: center;
}

#newPass label span {
    width: 160px;
    display: inline-block;
    padding: 5px 0;
    font-weight: 900;
}

#fgPass input {
    margin: 5px 0px;
}

a.recoveryPass.makePay {
    width: 200px;
    margin: 0;
}

.cont-data .form span.emailError {
    /*color: #d1282a;
    font-weight: 100;
    padding: 0;
    margin-left: 175px;
    font-size: 12px;*/
}

@media (max-width: 734px) {
    span.lensSB {
        right: 10px;
    }
}

@media (max-width: 384px) {
    span.lensSB {
        right: 0px;
    }
}

/* Paginacion */
#paginacion {
    width: 100%;
    height: auto;
    margin: 0px;
}

#paginacion tr td {
    border: none;
    padding-top: 5px;
}

#paginacion tr:hover {
    background: none;
}

#paginacion a {
    float: left;
    min-width: 16px;
    text-align: center;
    color: #444;
    border: 1px solid #DDD;
    padding: 7px 5px 3px;
    margin-right: 5px;
    display: block;
    background: #FFF;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

#paginacion span {
    float: left;
}

#paginacion a:hover {
    color: #FFF;
    background: #09F;
    border: 1px solid #09F;
}

#paginacion .pag_actual {
    font-weight: bold;
    color: #000;
    background: #DDD;
}

#paginacion tbody td:first-child {
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
}

#paginacion tbody td:last-child {
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
}

label.required::before {
    content: "*";
    color: #d1282a;
    font-weight: bold;
    margin-right: 5px;
}

footer div.footerdiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

footer div.footerdiv a {
    margin-right: auto;
}

footer div.footerdiv .txt_top {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
}