﻿.about-bot-part {
float:left;
Position:relative;
width:50%;
padding-top: 6%;
}

@media screen and (max-width: 1024px) 
{
.about-bot-part {
    padding-top: 90px;
}
}

@media screen and (max-width: 425px) 
{
.about-bot-part {
    padding: 5px !important;
}
}

@media screen and (max-width: 768px) 
{
.about-bot-part {
float: none;
    width: 100%;
    padding: 20px;
    background: rgba(255,255,255,0.4);
}
}

.about-col-2 {
float:right;
Position:relative;
width:48%;
margin-right:2%;
}

@media screen and (max-width: 768px) 
{
.about-col-2 {
    text-align: center;
    margin-right: 0;
    margin-bottom: 30px;
float:none;
width:100%;
}
}

.about-mid-part {
float: left;
Position: relative;
width: 48%;
margin-right: 4%;
}

@media screen and (max-width: 1024px) 
{
.about-mid-part {
    margin: 0 2% !important;
    width: 46%;
}
}

@media screen and (max-width: 425px) 
{
.about-mid-part {
width:100%;
margin:0 !important;
}
}

.about-mid-part-img {
width:100%;
height:380px;
Position:relative;
}

@media screen and (max-width: 1024px) 
{
.about-mid-part-img {
    height: 260px;
}
}

@media screen and (max-width: 1280px) 
{
.about-mid-part-img {
height: 360px;
overflow:hidden;
}
}

@media screen and (max-width: 425px) 
{
.about-mid-part-img {
    height: 260px !important;
}
}

@media screen and (max-width: 768px) 
{
.about-mid-part-img {
height:200px;
}
}

.about-teaser-h1 {
text-transform: uppercase;
color: rgb(3, 3, 3);
text-align: center;
font-size: 40px;
font-weight: bold;
line-height: 64px;
width: 75%;
margin: 45px Auto;
}

@media screen and (max-width: 425px) 
{
.about-teaser-h1 {
    font-size: 27px;
    line-height: 40px;
    margin: 20px auto;
width:90%;
}
}

.addr-add-head {
display:none;
}

.captcha-error {
color: red;
            position: relative;
            margin: 10px 0;
            padding: 5px;
            display: none;
}

.cart-checkout-btn {
border: 1px solid #10069f;
padding: 10px 25px;
Color: #10069f;
Display: inline-block;
margin-top: 25px;
border-radius: 8px;
font-weight:bold;
font-size:16px;
background-color: white;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

@media screen and (max-width: 375px) 
{
.cart-checkout-btn {
width:100%;
text-align:center;
float:none;
}
}

.cart-continue-btn {
border: 1px solid #ACA8A3;
padding: 10px 25px;
Color: #ACA8A3;
Display: inline-block;
margin-top: 25px;
border-radius: 8px;
font-weight:bold;
font-size:16px;
margin-right:15px;

-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

@media screen and (max-width: 375px) 
{
.cart-continue-btn {
width:100%;
text-align:center;
float:none;
}
}

.cart-enquiry-btn {
border: 1px solid #000;
padding: 10px 25px;
Color: #000;
Display: inline-block;
margin-top: 25px;
border-radius: 8px;
font-weight:bold;
font-size:16px;
margin-right: 15px;

-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

@media screen and (max-width: 375px) 
{
.cart-enquiry-btn {
width:100%;
margin-right:0;
text-align:center;
}
}

.cart-enquiry-btn-hover {
    border-color: #10069f;
    color: #10069f;
    text-decoration: none;
}

.cart-enquiry-container {
display:none;
}

.cart-enquiry-list {
position: relative;
    display: block;
    margin: 20px 0px 30px 0;
}

.cart-enquiry-row {
    position: relative;
    margin: 5px 0;
    font-size: 16px;
    padding: 10px 0px;
    border-bottom: 1px solid #D0CCC7;
}

.cart-enquiry-submit {
border: 1px solid #10069f;
    padding: 10px 25px;
    Color: #10069f;
    Display: inline-block;
    margin-top: 25px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    background-color: white;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
float:right;
}

.cart-enquiry-success {
    position: relative;
    text-align: center;
    color: green;
    padding: 30px 0;
display:none;
}

.cart-enquiry-textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    min-height: 120px;
    border: 1px solid #666;
    border-radius: 3px;
    padding: 10px 15px;
    position: relative;
    display: block;
}

.cart-head {
font-size:24px;
Position:relative;
Display:block;
Color: #000996;
font-weight:bold;
margin-bottom:25px;
}

.cart-info {
width:100%;
Position:relative;
margin:125px 0;
padding:40px;
Background: #F7F7F7;
Color: #030303;
font-size:22px;
}

@media screen and (max-width: 425px) 
{
.cart-info {
    padding: 20px;
    margin: 70px 0;
}
}

.cart-info-part {
float: left;
Position: relative;
}

@media screen and (max-width: 425px) 
{
.cart-info-part {
    width: 100% !important;
    border: none !important;
    margin: 0 !important;
float:none;
padding-bottom:25px;
}
}

.cart-info-part-glow {
margin-top:20px;
font-weight:bold;
}

@media screen and (max-width: 425px) 
{
.cart-info-part-glow {
font-size:20px;
}
}

.cart-list-head {
border-bottom:3px solid #030303;
padding:5px 0;
}

.cart-list-row {
positon:relative;
padding:15px 0px;
border-bottom: 1px solid #D0CCC7;
}

.cart-list-row-change {
Display:inline-block;
Background: transparent;
border:none;
font-size:14px;
Color: #000996;
}

.cart-list-row-del {
font-size:14px;
Color:#000996;
Display:block;
margin-top:7px;
text-decoration:underline;
}

.cart-list-row-delivery {
display:block;
color:#999;
}

.cart-list-row-delivery-green {
color:green;
display:block;
}

.cart-list-row-delivery-orange {
color:#be892a;
display:block;
}

.cart-list-row-delivery-red {
color:#be1313;
display:block;
}

.cart-list-row-img {
Position:relative;
float:left;
width:140px;
min-height:50px;
height:100px;
padding:10px;
border: 1px solid #D0CCC7;
margin-right:5%;
text-align:center;
}

@media screen and (max-width: 425px) 
{
.cart-list-row-img {
display:none;
}
}

.cart-list-row-name {
font-size:16px;
font-weight:bold;
color:#030303;
}

.cart-list-row-price {
font-size: 16px;
font-weight: bold;
padding-top: 25px;
position: relative;
display: block;
}

.cart-list-row-price-qty {
font-size: 16px;
    font-weight: bold;
    padding-top: 25px;
    position: relative;
    display: block;
}

.cart-list-row-product {
padding-top:10px;
}

.cart-list-row-qty {
width: 70px;
border: 1px solid #D0CCC7;
font-size: 16px;
font-weight: bold;
text-align: right;
padding: 8px;
margin-top:15px;
}

@media screen and (max-width: 375px) 
{
.cart-list-row-qty {
width:50px;
}
}

.cart-list-row-td {
float:left;
Position:relative;
}

.cart-list-th {
Position:relative;
float:left;
font-size:16px;
font-weight:bold;
}

.cart-payment-img {
    margin: 0 5px 10px 0px;
}

.cart-summery-line {
font-weight:bold;
font-size:17px;
Display:block;
padding:5px 0;
}

@media screen and (max-width: 425px) 
{
.cart-summery-line {
    width: 100% !important;
}
}

.cart-summery-line-label {
float:left;
width:60%;
}

.cart-summery-line-price {
float:right;
width:40%;
text-align:right;
}

.cart-summery-shipping {
font-weight:bold;
font-size:17px;
Display:block;
padding:10px 0;
}

.cart-summery-shipping-label {
float:left;
width:60%;
}

.cart-summery-subtotal-tax {
font-weight:normal;
font-size:14px;
}

.category-hover {
Background:#f7f7f7;
}

.cat-teaser-part {
    Position: relative;
    float: left;
    padding: 50px;
    margin: 0 3%;
    width: 27%;
border-radius:15px;

-webkit-transition:background 0.2s ease-in;
transition:background 0.2s ease-in;
}

@media screen and (max-width: 425px) 
{
.cat-teaser-part {
width: 100% !important;
    margin: 0 !important;
    padding: 30px 15px;
}
}

.cat-teaser-part-img {
width:100%;
height:180px;
text-align:center;
Position:relative;
}

.cat-teaser-part-link {
Color:#030303;
}

.cat-teaser-part-target {
margin-right:5px;
width:41px;
}

.cat-teaser-part-targets {
margin-top:40px;
Position:relative;
}

.cat-teaser-part-text {
font-size:16px;
margin-bottom:15px;
Position:relative;
}

@media screen and (max-width: 425px) 
{
.cat-teaser-part-text {
font-size:18px;
}
}

.cat-teaser-part-title {
font-size:20px;
font-weight:bold;
border-top:1px solid #030303;
    padding-top: 10px;
    display: block;
}

@media screen and (max-width: 425px) 
{
.cat-teaser-part-title {
font-size:24px;
}
}

.change-addr-select {
padding:0 0 20px 0;
margin-bottom:20px;
border-bottom: 3px solid #eee;
}

.change-email-cancel {
border: 1px solid #ACA8A3;
padding: 10px 25px;
Color: #ACA8A3;
Display: inline-block;
border-radius: 8px;
font-weight: bold;
font-size: 16px;
margin-right: 15px;
margin-top: 30px;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
position: absolute;
top: 0px;
right: 0px;
}

.change-email-error {
Color: #cf3939;
padding: 10px 0;
Display: block;
width: 100%;
left: 0;
}

.change-pass-btn {
Display: block;
width: 280px;
Background: White;
border: 1px solid #000996;
Color: #000996;
text-align: center;
padding: 8px 0;
font-size: 16px;
font-weight: bold;
border-radius: 8px;
}

@media screen and (max-width: 425px) 
{
.change-pass-btn {
margin-top:20px;
width:100%;
}
}

.change-pass-cancel {
border: 1px solid #ACA8A3;
padding: 10px 25px;
Color: #ACA8A3;
Display: inline-block;
border-radius: 8px;
font-weight: bold;
font-size: 16px;
margin-right: 15px;
margin-top: 30px;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
position: absolute;
top: 0px;
right: 0px;
}

.change-password-success {
position: relative;
margin: 40px 0;
display: block;
background: #cee9ce;
color: #030303;
padding: 10px 20px;
border: 1px solid green;
}

.change-shipping-form {
display:none;
}

.checkout-address-back {
float: left;
color: #86837E;
padding: 0 40px;
font-weight: bold;
font-size: 16px;
line-height: 40px;
Background:none;
border:none;
margin-top: 20px;
}

@media screen and (max-width: 425px) 
{
.checkout-address-back {
    position: absolute;
    bottom: -50px;
}
}

.checkout-address-input {
border: 1px solid #ACA8A3;
Display: inline-block;
padding: 5px 15px;
Background: white;
width: 500px;
margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) 
{
.checkout-address-input {
padding:10px 15px;
margin-right:0;
margin-bottom:10px;
width:100% !important;
}
}

.checkout-address-label {
width:200px;
Color:#ACA8A3;
font-weight:bold;
Display:inline-block;
}

@media screen and (max-width: 768px) 
{
.checkout-address-label {
    Display: block;
    font-size: 16px;
}
}

.checkout-address-submit {
Display: block;
width: 280px;
Background: White;
border: 1px solid #000996;
Color: #000996;
text-align: center;
padding: 8px 0;
font-size: 16px;
font-weight: bold;
border-radius: 8px;
position: absolute;
left: 200px;
bottom: 0px;
}

@media screen and (max-width: 425px) 
{
.checkout-address-submit {
    position: relative;
    left: 0;
    width: 100%;
margin-top:20px;
}
}

.checkout-confirm-address {
margin:22px 0;
Display:block;
Position:relative;
float:left;
width:50%;
}

@media screen and (max-width: 425px) 
{
.checkout-confirm-address {
width:100%;
}
}

.checkout-confirm-btn {
Display: block;
min-width: 280px;
Background: White;
border: 1px solid #000996;
Color: #000996;
text-align: center;
padding: 8px 25px;
font-size: 16px;
font-weight: bold;
border-radius: 8px;
margin-top: 40px;
float: right;

-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

@media screen and (max-width: 425px) 
{
.checkout-confirm-btn {
width:100%;
}
}

@media screen and (max-width: 768px) 
{
.checkout-confirm-col {
width:100% !important;
margin-top:0 !important;
padding-left:0 !important;
}
}

.checkout-confirm-head {
font-size:22px;
Display:block;
Position:relative;
}

.checkout-confirm-payimage {
Display:none;
}

.checkout-confirm-payment-cc {
Display:block;
Position:relative;
padding-top:6px;
}

.checkout-confirm-payment-head {

Display:block;
margin-bottom:15px;
}

.checkout-confirm-payment-info {
padding-top:15px;
font-size:16px;
}

.checkout-confirm-payment-label {
font-weight:bold;
}

.checkout-confirm-total-line {
width:300px;
float:right;
}

@media screen and (max-width: 425px) 
{
.checkout-confirm-total-line {
width:100%;
}
}

.checkout-finish-button {
    Display: block;
    width: 280px;
    Background: White;
    border: 1px solid #000996;
    Color: #000996;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    margin: 40px Auto;
}

.checkout-finish-link {
    color: #000996;
    padding: 0 20px 0 13px;
}

.checkout-header-part {
Display:inline-block;
margin-right:55px;
font-size:22px;
font-weight:bold;
Color:#ACA8A3;
}

@media screen and (max-width: 425px) 
{
.checkout-header-part {
    font-size: 16px;
    margin-right: 20px;
}
}

@media screen and (max-width: 375px) 
{
.checkout-header-part {
font-size: 14px;
margin-right:10px;
}
}

.checkout-login-btn {
Display:block;
width:280px;
Background: White;
border:1px solid #000996;
Color: #000996;
text-align:center;
padding:8px 0;
font-size:16px;
font-weight:bold;
border-radius: 8px;
}

@media screen and (max-width: 425px) 
{
.checkout-login-btn {
width:100%;
}
}

@media screen and (max-width: 768px) 
{
.checkout-login-col {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
border-left: None !important;
padding-left:0 !important;
}
}

.checkout-login-col-reg {
margin-top:85px;
}

@media screen and (max-width: 768px) 
{
.checkout-login-col-reg {
margin-top:30px;
}
}

.checkout-login-error {
Color: #cf3939;
padding: 10px 0;
Display: block;
position: absolute;
width: 100%;
left: 0;
}

.checkout-login-head {
font-size:22px;
margin-bottom:25px;
Display:block;
Position:relative;
}

.checkout-login-input {
border: 1px solid #ACA8A3;
Display:inline-block;
padding:5px 15px;
Background:white;
width:280px;
margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) 
{
.checkout-login-input {
    padding: 10px 15px;
    width: 100% !important;
    margin-right: 0;
}
}

.checkout-login-label {
width:100px;
Color:#ACA8A3;
font-weight:bold;
Display:inline-block;
}

.checkout-menu-link {
font-size: 16px;
font-weight: bold;
text-transform: uppercase;
Color:#030303;
}

.checkout-payment-address-head {
font-size:16px;
font-weight:bold;
}

.checkout-payment-btn {
Display:block;
width:280px;
Background: White;
border:1px solid #000996;
Color: #000996;
text-align:center;
padding:8px 0;
font-size:16px;
font-weight:bold;
border-radius: 8px;
margin-top:40px;
}

@media screen and (max-width: 425px) 
{
.checkout-payment-btn {
width:100%;
}
}

.checkout-payment-cc-btn {
color: #337ab7;
text-decoration: None;
Cursor:pointer;
}

.checkout-payment-cc-data {
background: #f7f7f7;
padding: 20px;
margin-top: 20px;
Display:none;
}

.checkout-payment-cc-info {
Display:none;
}

.checkout-payment-cc-input {
border: 1px solid #ACA8A3;
Display: inline-block;
padding: 5px 15px;
Background: white;
width: 280px;
margin: 0 10px 10px 0;
}

@media screen and (max-width: 425px) 
{
.checkout-payment-cc-input {
width:100% !important;
margin-right:0;
margin-left:0 !important;
}
}

.checkout-payment-cc-type {
Display:inline-block;
width:120px;
}

@media screen and (max-width: 768px) 
{
.checkout-payment-col {
width: 100% !Important;
float:none !important;
margin-top: 0 !important;
}
}

.checkout-payment-col-address {
margin:50px 0;
Display:block;
Position:relative;
margin-top:0;
}

@media screen and (max-width: 425px) 
{
.checkout-payment-col-address {
    float: none !important;
    width: 100% !important;
    margin: 30px 0 !important;
}
}

@media screen and (max-width: 768px) 
{
.checkout-payment-col-address {
float:left;
width:50%;
}
}

.checkout-payment-head {
font-size:24px;
font-weight:normal;
}

.checkout-payment-link {
font-size:14px;
Color:#000996;
text-decoration:underline;
Display:block;
margin-top:10px;
}

@media screen and (max-width: 768px) 
{
.checkout-payment-link {
    padding: 5px 15px;
    background: #f7f7f7;
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
}
}

.checkout-payment-method {
Position:relative;
padding:25px 0;
border-bottom:1px solid #D0CCC7;
}

.checkout-payment-method-error {
border: 1px #cb2f2f solid;
background-color: #fff1f1;
width: 96%;
margin: 15px 0;
padding: 10px 20px;
display: None;
}

.checkout-payment-method-name {
background-repeat:no-repeat;
background-image:url('/Hosp/CustomUpload/374O357O340O370O356O369O350O327O366O370O367O350O326O364O353O327O/WebPortal/hosp-gmbh/img/payment-method-check-out.png');
font-size: 16px;
Display: inline-block;
padding: 10px 0 10px 30px;
background-position: center left;
cursor: pointer;
}

@media screen and (max-width: 425px) 
{
.checkout-payment-method-name {
    display: inline-block;
    padding-right: 20px;
}
}

.checkout-payment-method-name-active {
background-repeat:no-repeat;
background-image:url('/Hosp/CustomUpload/374O357O340O370O356O369O350O327O366O370O367O350O326O364O353O327O/WebPortal/hosp-gmbh/img/payment-method-check-in.png');
font-size: 16px;
Display: inline-block;
padding: 10px 0 10px 30px;
background-position: center left;
cursor: pointer;
}

@media screen and (max-width: 425px) 
{
.checkout-payment-method-name-active {
    display: inline-block;
    padding-right: 20px;
}
}

.checkout-payment-payarea {
float: left;
width: 75%;
margin: 35px 0;
padding-left: 9%;
padding-top:25px;
border-left: 1px solid #D0CCC7;
}

@media screen and (max-width: 1024px) 
{
.checkout-payment-payarea {
padding-left:5%;
}
}

@media screen and (max-width: 768px) 
{
.checkout-payment-payarea {
padding-left: 0;
    border-left: 0;
    width: 100%;
}
}

.checkout-register-back {
    float: left;
    color: #86837E;
    padding: 0 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
}

@media screen and (max-width: 425px) 
{
.checkout-register-back {
    position: absolute;
    bottom: -30px;
}
}

.checkout-register-btn {
Display:block;
width:280px;
Background: White;
border:1px solid #000996;
Color: #000996;
text-align:center;
padding:8px 0;
font-size:16px;
font-weight:bold;
border-radius: 8px;
float:left;
}

@media screen and (max-width: 425px) 
{
.checkout-register-btn {
width:100%;
}
}

.checkout-register-error {
Color:#cf3939;
padding:10px 0;
Display:block;
font-size:16px;
}

.checkout-register-forgot-pass {
Display:block;
margin-bottom:25px;
}

.checkout-register-input {
border: 1px solid #ACA8A3;
Display:inline-block;
padding:5px 15px;
Background:white;
width:515px;
margin: 0 20px 20px 0;
}

@media screen and (max-width: 1024px) 
{
.checkout-register-input {
    width: 45%;
}
}

@media screen and (max-width: 768px) 
{
.checkout-register-input {
    width: 100% !important;
    margin-right: 0;
    padding: 10px 15px;
}
}

.clear {
clear:both;
}

.comment-text {
    font-style: italic;
    color: #aaa;
    margin: 5px 0;
    padding: 5px 0;
}

.commercial-data {
float:left;
width:56%;
Position:relative;
padding-top:6%;
}

@media screen and (max-width: 425px) 
{
.commercial-data {
float: none;
    width: 100%;
}
}

@media screen and (max-width: 768px) 
{
.commercial-data {
padding-top:0;
}
}

.commercial-img {
width:44%;
Position:relative;
float:left;
text-align:center;
}

@media screen and (max-width: 425px) 
{
.commercial-img {
    width: 100%;
    float: none;
    padding: 15px 0;
}
}

.contact-data {
position:relative;
float:right;
padding-right:5%;
width:30%;
margin:100px 0;
font-size:16px;
}

@media screen and (max-width: 768px) 
{
.contact-data {
float:none;
margin-top:0;
width:100%;
padding-right:0;
}
}

.contact-form {
margin:100px 0;
float:right;
padding-left:5%;
    width: 70%;
border-left:1px solid #030303;
}

@media screen and (max-width: 768px) 
{
.contact-form {
float:none;
width:100%;
padding-left:0;
border-left:none;
}
}

.contact-h2 {
font-size:20px;
text-align:center;
Display:block;
}

.contact-submit {
Display: inline-block;
min-width: 280px;
Background: White;
border: 1px solid #000996;
Color: #000996;
text-align: center;
padding: 8px 25px;
font-size: 16px;
font-weight: bold;
border-radius: 8px;
margin-top: 20px;

-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

@media screen and (max-width: 1024px) 
{
.content {
    margin-top: 100px;
}
}

@media screen and (max-width: 425px) 
{
.content {
margin-top:70px;
}
}

@media screen and (max-width: 375px) 
{
.content {
margin-top:50px;
}
}

.cont-wrapper {
width:1600px;
margin:auto;
}

@media screen and (max-width: 1440px) 
{
.cont-wrapper {
width:100%;
}
}

.cookie-consent-link {
    position: fixed;
    left: 20px;
    bottom: 50px;
    background: white;
    font-size: 20px;
    color: #666;
    padding: 0.5rem;
    padding-bottom: 0.2rem;
    border-radius: 100%;
    box-shadow: 0 0 10px -4px black;
    transition: all ease-in 0.2s;
z-index: 999;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-flex {
display: flex !important;
}

.dyn-img {
max-width:100%;
max-height:100%;
}

.field-error {
border-color:#cb2f2f !important;
            background-color: #fff1f1 !important;
}

.filter-selected {
background-Color:#DEDCF2 !important;
}

.finish-privacy {
margin-bottom:20px;
text-align:center;
font-size:15px;
}

.float-right {
float: right;
}

.focused-input {
border-bottom:3px solid #030303 !important;
}

.footer {
Background:white;
padding:15px 0 50px 0;
border-top: 1px solid #D0CCC7;
}

@media screen and (max-width: 1440px) 
{
.footer {
padding-left:15px;
padding-right:15px;
}
}

.footer-copyright {
float:left;
left:0px;
top:0px;
}

@media screen and (max-width: 375px) 
{
.footer-copyright {
display:none;
}
}

.footer-menu {
float:right;
right:0px;
top:0px;
}

@media screen and (max-width: 375px) 
{
.footer-menu {
float:none;
width:100%;
text-align:center;
}
}

.footer-menu-link {
Color: #030303;
    font-weight: bold;
    border-left: 2px solid #030303;
    padding: 0 5px;
}

.h1 {
font-size:24px;
Position:relative;
Display:block;
Color: #000996;
font-weight:bold;
margin-bottom:25px;
}

.h3 {
font-size:18px;
font-weight:bold;
}

.header {
width:1600px;
height:90px;
    padding: 10px 50px;
Position:relative;
margin:auto;
}

@media screen and (max-width: 1440px) 
{
.header {
width:100%
}
}

@media screen and (max-width: 1024px) 
{
.header {
Display:none;
}
}

.header-account {
position: absolute;
top: 0px;
right: 0px;
Color:#030303;
}

.header-account-login {
Color:#030303;
font-weight:bold;
}

.header-account-register {
Color:#030303;
}

.header-actions-phone {
position: relative;
    display: inline-block;
    font-weight: bold;
    color: black;
    margin: 0 25px;
}

.header-lang {
Color:#030303;
}

.header-lang-cont {
position: absolute;
right: 0px;
top: 0px;
}

.header-lang-mid {
Color:#030303;
border-left:1px solid #030303;
border-right: 1px solid #030303;
padding:0 5px;
margin:0 2px;
}

.header-lang-side {
    Color: #030303;
    border-left: 1px solid #030303;
    padding: 0 5px;
    margin: 0 2px;
}

.header-shipping-cart-link {
color: #2B28A3;
    font-weight: normal;
    text-transform: uppercase;
}

.header-shopping-cart {
text-align:right;
    padding-top: 63px;
}

.header-shopping-cart-count {
Display:inline-block;
}

.header-slider-part-data-info {
font-size:16px;
display:block;
}

@media screen and (max-width: 768px) 
{
.header-slider-part-data-info {
padding-right:0;
padding:0 20px;
display:block;
}
}

.hidden {
Display:none;
}

.home-h1 {
text-transform: uppercase;
color: rgb(3, 3, 3);
text-align: center;
font-size: 50px;
font-weight: bold;
line-height: 64px;
width: 75%;
margin: 45px Auto;
}

@media screen and (max-width: 1024px) 
{
.home-h1 {
width:100%;
}
}

@media screen and (max-width: 425px) 
{
.home-h1 {
font-size: 27px;
    line-height: 40px;
    margin: 20px 0;
}
}

@media screen and (max-width: 320px) 
{
.home-h1 {
    line-height: 35px;
    margin: 10px 0;
}
}

.home-slider-list {
padding: 25px 0px;
}

.home-slider-part {
width:100%;
height:520px;
Position:relative;
}

@media screen and (max-width: 1024px) 
{
.home-slider-part {
    height: 400px;
}
}

@media screen and (max-width: 768px) 
{
.home-slider-part {
height:auto;
}
}

.home-slider-part-data {
width:45%;
height:100%;
float:left;
z-index:2;
Position:relative;
padding-right:5%;
}

@media screen and (max-width: 768px) 
{
.home-slider-part-data {
text-align:center;
width:90%;
margin-left:auto;
margin-right:auto;
float:none;
padding-right:0;
}
}

.home-slider-part-data-btn {
Color:#2B28A3;
font-size:16px;
padding:15px 0;
Display:inline-block;
}

.home-slider-part-data-name {
font-size:28px;
Color:#030303;
font-weight:bold;
margin-top: 12%;
}

@media screen and (max-width: 768px) 
{
.home-slider-part-data-name {
margin-top:20px;
}
}

.home-slider-part-data-name2 {
font-size: 80px;
font-weight: bold;
line-height: 80px;
margin-bottom: 15px;
}

@media screen and (max-width: 425px) 
{
.home-slider-part-data-name2 {
font-size:50px;
}
}

.home-slider-part-img {
width:55%;
height:100%;
float:left;
text-align: Center;
z-index:1;
}

@media screen and (max-width: 425px) 
{
.home-slider-part-img {
height:340px !important;
}
}

@media screen and (max-width: 375px) 
{
.home-slider-part-img {
height:auto !important;
}
}

@media screen and (max-width: 768px) 
{
.home-slider-part-img {
float:none;
width:90%;
margin-left:auto;
margin-right:auto;
height:400px;
}
}

.infopage-actions {
padding:25px 0;
}

.infopage-back {
font-weight:bold;
font-size:16px;
}

.infopage-content {
font-size:16px;
}

.infopage-content-img {
max-height:600px;
max-width:40%;
    margin: 0 20px 20px 0;
float:left;
}

@media screen and (max-width: 425px) 
{
.infopage-content-img {
max-width: inherit;
    max-height: inherit;
    width: 100%;
    margin-right: 0;
    height: auto;
}
}

.infopage-shortext {
font-weight:bold;
padding-bottom:25px;
font-size:16px;
}

.init {
width:100%;
padding:10px 50px;
}

@media screen and (max-width: 425px) 
{
.init {
padding:15px;
}
}

.link-hover {
Color:#2B28A3;
text-decoration:none;
}

.link-hover-black {
text-decoration:none;
Color:#030303;
}

.link-hover-category {
    color: #23527c !important;
    text-decoration: None !important;
}

.list-price-discount {
    color: #d44a4a;
    font-weight: bold;
}

.list-price-special-offer-pre {
    color: #d44a4a;
    font-size: 16px;
}

.list-price-special-offer-price {
color: #d44a4a;
    font-size: 18px;
}

.main-menu {
width:100%
}

.margin-bottom-0 {
margin-bottom:0;
}

.margin-right-2 {
margin-right: 1rem;
}

.max-on-img {
max-width:100%;
max-height:100%;
}

.menu {
    border-bottom: 1px solid #CDCDCD;
    width: 1080px;
    float: left;
Position:relative;
    padding-top: 55px;
    margin: 0 3%;
    text-align: center;
}

@media screen and (max-width: 1440px) 
{
.menu {
width:68%;
}
}

@media screen and (max-width: 1280px) 
{
.menu {
    width: 65%;
}
}

.menu-container {
position: relative;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 0;
}

.menu-overlay {
    position: absolute;
    background: white;
    width: 100%;
    left: 0px;
    top: 90px;
    height: auto;
    z-index: 500;
padding: 70px 150px;
Display:none;
opacity:0;
}

.menu-overlay-category {
    width: 31%;
    position: relative;
    float: left;
    margin: 1%;
    padding: 15px;
font-size:20px;
font-weight:bold;
}

.menu-overlay-category-img {
text-align:center;
width:100%;
padding:10px 0;
height:160px;
}

.menu-overlay-category-link {
Display:block;
width:100%;
height:100%;
}

.menu-overlay-category-titel {
Color:#030303;
Display:block;
border-top:1px solid #030303;
    margin-top: 25px;
}

.menu-part {
    margin: 0px 10px;
    float: left;
}

.menu-part-link {
    padding: 5px 20px;
    color: #030303;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.menu-part-single {
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0px 20px;
    margin: 0 10px;
    cursor: pointer;
Color:#030303;
}

.my-account-address-part {
width:32%;
Position:relative;
float:left;
margin-right:1%;
}

@media screen and (max-width: 425px) 
{
.my-account-address-part {
width:100%;
margin:0;
}
}

.news-box {
width:50%;
Position:relative;
float:left;
padding:25px;
    height: 680px;
}

@media screen and (max-width: 1024px) 
{
.news-box {
height: 580px;
}
}

@media screen and (max-width: 425px) 
{
.news-box {
    padding: 0;
    width: 100%;
    margin-bottom: 50px;
height:auto !important;
}
}

@media screen and (max-width: 768px) 
{
.news-box {
    height: 540px;
}
}

.news-box-btn {
Color:#2B28A3;
font-size:16px;
padding:15px 0;
Display:inline-block;
font-weight:bold;
}

@media screen and (max-width: 425px) 
{
.news-box-btn {
    padding-left: 15px;
}
}

.news-box-img {
width:100%;
height:380px;
Position:relative;
Overflow:hidden;
}

@media screen and (max-width: 1024px) 
{
.news-box-img {
height:260px;
}
}

@media screen and (max-width: 1280px) 
{
.news-box-img {
    height: 315px;
}
}

@media screen and (max-width: 425px) 
{
.news-box-img {
    height: 270px;
}
}

@media screen and (max-width: 768px) 
{
.news-box-img {
height:200px;
}
}

.news-box-text {
font-size:16px;
word-break: keep-all;
}

@media screen and (max-width: 425px) 
{
.news-box-text {
    padding: 0 15px;
font-size:18px;
    padding-bottom: 25px;
}
}

.news-box-title {
text-transform: uppercase;
font-size: 30px;
font-weight: bold;
    word-break: normal;
margin: 25px 0px 20px 0px;
}

@media screen and (max-width: 425px) 
{
.news-box-title {
border-bottom: 1px solid #030303;
    font-size: 27px;
    line-height: 40px;
}
}

.no-padding {
padding:0 !important;
}

.order-details-back {
float:left;
Display:inline-block;
Position:relative;
line-height:40px;
padding:0 20px;
Color:#CDCDCD;
font-weight:bold;
margin:30px 0;
}

.order-details-btn {
    Display: inline-block;
    width: auto;
    Background: White;
    border: 1px solid #000996;
    Color: #000996;
    text-align: center;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}

.order-details-label {
    text-align: right;
    width: 418px;
    height: 47px;
    display: inline-block;
}

.order-details-sum {
    text-align: right;
    width: 193px;
    display: inline-block;
margin-right: 117px;
}

@media screen and (max-width: 768px) 
{
.order-details-sum {
margin-right: 91px;
}
}

.order-lis-row-link {
Cursor:pointer;
}

.order-list {
Position:relative;
width:100%;
}

.order-list-headrow {
font-weight:bold;
    padding: 10px 20px;
}

.order-list-headrow-clmn {
float:left;
}

.order-list-row {
padding: 10px 20px;
Background: #CDCDCD;
}

.order-list-row-a {
padding:5px 15px;
Background:#f7f7f7;
}

.order-list-row-clmn {
float:left;
}

.order-list-row-details {
float:right;
right:15px;
}

.order-list-sum-info {
text-align:right;
margin-right: 117px;
}

.page404-h1 {
    font-size: 300px;
    font-weight: bold;
    color: #10069f;
}

@media screen and (max-width: 425px) 
{
.page404-h1 {
font-size:200px;
}
}

@media screen and (max-width: 375px) 
{
.page404-h1 {
    font-size: 120px;
}
}

.payment-method-img {
margin:0 5px 5px 0;
}

@media screen and (max-width: 425px) 
{
.payment-slash {
display:none;
}
}

.paypal-cc-img {
    position: relative;
    margin: 2px 0 0 10px;
}

.privacy-error {
    Color: red;
    font-size: 14px;
    margin: 10px 0px;
Display:none;
}

.prodbuy-additional-img {
Position:relative;
width:100%;
height:190px;
text-align:center;
}

.prodbuy-additional-link {
Display:inline-block;
Color:#000996;
font-weight:bold;
font-size:16px;
padding-left:10px;
}

.prodbuy-additional-name {
Display:block;
padding-top:10px;
margin-top:20px;
font-weight:bold;
font-size:20px;
border-top:1px solid #030303;
}

.prodbuy-additional-part {
    Position: relative;
    float: left;
    padding: 50px 2%;
    margin: 0 3%;
    width: 27%;
border-radius:15px;

-webkit-transition:background 0.2s ease-in;
transition:background 0.2s ease-in;
}

@media screen and (max-width: 1024px) 
{
.prodbuy-additional-part {
    padding: 25px 0;

}
}

@media screen and (max-width: 425px) 
{
.prodbuy-additional-part {
width:100%;
margin:0;
}
}

.prodbuy-additional-text {
font-size:16px;
}

.prodbuy-addtional-h3 {
text-transform: uppercase;
color: rgb(3, 3, 3);
text-align: center;
font-size: 34px;
font-weight: bold;
line-height: 64px;
margin: 45px Auto;
}

.prodbuy-btn {
background-repeat:no-repeat;
background-image:url('/Hosp/CustomUpload/374O357O340O370O356O369O350O327O366O370O367O350O326O364O353O327O/WebPortal/hosp-gmbh/img/icon-tocart.png');
    Position: relative;
    width: auto;
    Background-color: #10069f;
    padding: 12px 20px 12px 50px;
    text-transform: uppercase;
    Color: white;
    border: none;
    display: block;
    font-size: 20px;
    border-radius: 6px;
    margin-top: 35px;
    background-position: center left 16px;
}

@media screen and (max-width: 425px) 
{
.prodbuy-btn {
width:100%;
}
}

@media screen and (max-width: 375px) 
{
.prodbuy-btn {
font-size:18px;
}
}

@media screen and (max-width: 320px) 
{
.prodbuy-btn {
    background-image: none;
    padding-left: 20px;
}
}

.prodbuy-data-img {
    Position: relative;
    float: left;
    width: 44%;
    margin-left: 9%;
    margin-right: 5%;
}

@media screen and (max-width: 1024px) 
{
.prodbuy-data-img {
    width: 100%;
    padding: 0 10%;
    margin: 0;
}
}

@media screen and (max-width: 425px) 
{
.prodbuy-data-img {
padding: 0;
}
}

.prodbuy-data-price {
font-size:34px;
line-height: 34px;
    display: inline-block;
}

.prodbuy-data-price-special-old {
text-decoration:line-through;
font-size:22px;
}

.prodbuy-data-price-special-suf {
    text-decoration: line-through;
    font-size: 22px;
margin-right:10px;
}

.prodbuy-data-price-value {
font-size:34px;
line-height: 34px;
    display: inline-block;
}

.prodbuy-data-var {
Position:relative;
width:39%;
Background: #f7f7f7;
padding:40px 35px;
float:left;
}

@media screen and (max-width: 1024px) 
{
.prodbuy-data-var {
    width: 100%;
    margin-top: 30px;
}
}

@media screen and (max-width: 425px) 
{
.prodbuy-data-var {
padding: 20px 15px;
margin-top:0;
}
}

.prodbuy-data-vat {
font-size:16px;
width:250px;
}

.prodbuy-deliuvery-status {
font-weight:bold;
Display:block;
font-weight:bold;
Position:relative;
font-size:16px;
}

.prodbuy-delivery-info {
Display:block;
Position:relative;
font-size:16px;
}

.prodbuy-desc-head {
font-size:20px;
font-weight:bold;
Display:block;
margin:15px 0;
position:relative;
}

@media screen and (max-width: 425px) 
{
.prodbuy-desc-head {
padding:10px 15px;
border-top:1px solid #030303;
border-bottom:1px solid #030303;
font-weight:normal;
font-size:20px;
margin-bottom:0;
}
}

.prodbuy-desc-text {
font-size:16px;
}

@media screen and (max-width: 425px) 
{
.prodbuy-desc-text {
display:none;
    padding: 15px;
}
}

.prodbuy-grad-cont {
position:relative;
padding:30px 0;
    width: auto;
    display: inline-block;
}

.prodbuy-grad-head {
font-size:16px;
font-weight:bold;
color:#030303;
margin-bottom:10px;
}

.prodbuy-grad-part {
padding:2px 0;
font-size:16px;
border-bottom: 1px solid #030303;
}

.prodbuy-grad-part-amount {
display:inline-block;
width:150px;
}

.prodbuy-grad-part-price {
display:inline-block;
font-weight:bold;
}

.prodbuy-h1 {
color: rgb(3, 3, 3);
font-size: 44px;
font-weight: bold;
margin:0 0 25px 0;
Display:block;
}

@media screen and (max-width: 375px) 
{
.prodbuy-h1 {
    font-size: 36px;
}
}

@media screen and (max-width: 768px) 
{
.prodbuy-h1 {
border-bottom:1px solid #030303;
margin-bottom:0;
padding-bottom:25px;
}
}

.prodbuy-h2 {
font-size:20px;
margin-top:0;
}

@media screen and (max-width: 425px) 
{
.prodbuy-img-cont {
padding:0 15px;
}
}

.prodbuy-input-label {
font-weight:bold;
font-size:16px;
Display:inline-block;
width:75px;
}

.prodbuy-price-container {
    position: absolute;
    left: 170px;
}

@media screen and (max-width: 320px) 
{
.prodbuy-price-container {
    position: relative;
    left: 0;
    padding-bottom: 20px;
}
}

.prodbuy-tech-headline {
    font-size: 24px;
    Display: block;
    margin: 15px 0;
    Color: #030303;
}

.prodbuy-var-main {
position:relative;
padding: 25px 0;
}

.prodbuy-var-main-part {
font-size:14px;
font-weight:bold;
display:inline-block;
padding:0 25px;
cursor:pointer;
}

@media screen and (max-width: 425px) 
{
.prodbuy-var-main-part {
    display: block;
    padding: 5px 25px;
font-size:16px;
}
}

.prodbuy-var-main-select-point {
background-position:left center;
background-repeat:no-repeat;
background-image:url('/Hosp/CustomUpload/374O357O340O370O356O369O350O327O366O370O367O350O326O364O353O327O/WebPortal/hosp-gmbh/img/payment-method-check-out.png');
}

.prodbuy-var-main-select-point-active {
background-position:left center;
background-repeat:no-repeat;
background-image:url('/Hosp/CustomUpload/374O357O340O370O356O369O350O327O366O370O367O350O326O364O353O327O/WebPortal/hosp-gmbh/img/payment-method-check-in.png');
}

.prodbuy-var-select-point {
background-position:center center;
background-repeat:no-repeat;
background-image:url('/Hosp/CustomUpload/374O357O340O370O356O369O350O327O366O370O367O350O326O364O353O327O/WebPortal/hosp-gmbh/img/payment-method-check-out.png');
}

.prodbuy-var-select-point-active {
background-position:center center;
background-repeat:no-repeat;
background-image:url('/Hosp/CustomUpload/374O357O340O370O356O369O350O327O366O370O367O350O326O364O353O327O/WebPortal/hosp-gmbh/img/payment-method-check-in.png');
}

.prodbuy-var-table {
position:relative;
width:90%;
padding: 10px 0 30px 0;
}

@media screen and (max-width: 425px) 
{
.prodbuy-var-table {
width:100%;
}
}

.prodbuy-var-table-head {
position:relative;
border-bottom:3px solid #030303;
}

.prodbuy-var-table-head-part {
display:inline-block;
width:21%;
padding:5px 0;
position:relative;
font-size:14px;
font-weight:bold;
}

@media screen and (max-width: 425px) 
{
.prodbuy-var-table-head-part {
font-size:16px;
}
}

@media screen and (max-width: 320px) 
{
.prodbuy-var-table-head-part {
    font-size: 12px;
}
}

.prodbuy-var-table-row {
padding:5px 3px;
position:relative;
border-bottom: 1px solid #030303;
cursor:pointer;
}

.prodbuy-var-table-row-part {
display: inline-block;
width: 21%;
position: relative;
font-size: 14px;
}

@media screen and (max-width: 425px) 
{
.prodbuy-var-table-row-part {
font-size:16px;
}
}

.proddetail-gallery {
Position:relative;
float:left;
    width: 49%;
    margin: 0 0 0 3%;
text-align: center;
}

@media screen and (max-width: 425px) 
{
.proddetail-gallery {
    height: 200px !important;
}
}

@media screen and (max-width: 768px) 
{
.proddetail-gallery {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0;
    height: 300px;
}
}

.proddetail-gallery-main {

    margin-bottom: 20px;
max-height: 500px;
    max-width: 100%;
}

@media screen and (max-width: 768px) 
{
.proddetail-gallery-main {
max-width:100%;
max-height:100%;
width:auto;
}
}

.proddetail-gallery-sub {
    border: 1px solid #cdcdcd;
    padding: 20px;
    height: 120px;
    border-radius: 10px;
    margin: 0 5px 5px 0;
}

.proddetail-info-head {
font-size:24px;
margin:15px 0;
}

.proddetail-info-headline {
font-size:24px;
font-weight:bold;
Display:block;
margin:10px 0;
border-bottom: 1px solid #030303;
Color: #030303;
}

.proddetail-tech-dlbtn {
background-repeat:no-repeat;
background-image:url('/Hosp/CustomUpload/374O357O340O370O356O369O350O327O366O370O367O350O326O364O353O327O/WebPortal/hosp-gmbh/img/dl-arrow-blue.png');
    margin: 10px 0;
    Position: relative;
    Display: inline-block;
    border: 1px solid #10069f;
    padding: 10px 35px 10px 25px;
    text-transform: uppercase;
    Color: #10069f;
    border-radius: 8px;
    background-Position: Center right 14px;
    -webkit-transition: Background 0.4s ease-in;
    transition: Background 0.4s ease-in;
}

@media screen and (max-width: 375px) 
{
.proddetail-tech-dlbtn {
font-size:18px !important;
}
}

@media screen and (max-width: 768px) 
{
.proddetail-tech-dlbtn {
    text-align: center;
    display: block;
    font-size: 24px;
background-image:none;
}
}

.proddetail-tech-dlbtn-hover {
background-Position:top 15px right 14px;
text-decoration:none;

    -webkit-transition: Background 0.2s ease-in;
    transition: Background 0.2s ease-in;
}

.proddetail-tech-headline {
font-size:20px;
font-weight:bold;
Display:block;
margin:20px 0;
border-bottom:1px solid #030303;
Color:#030303;
}

.proddetail-tech-part {
Position:relative;
float:left;
width:50%;
}

@media screen and (max-width: 768px) 
{
.proddetail-tech-part {
float:none;
width:100%;
padding-right: 0 !important;
padding-left: 0 !important;
padding-top:25px;
}
}

.proddetail-tech-part-draw {
padding:10px;
Display:inline-block;
Position:relative;
width:auto;
border-radius:5px;
    height: 270px;
}

@media screen and (max-width: 768px) 
{
.proddetail-tech-part-draw {
width:100%;
text-align:center;
}
}

.proddetail-tech-part-row {
Position:relative;
Display:block;
margin:5px 0;
padding:5px 0;
border-bottom: 1px solid #030303;
Color:#030303;
width:70%;
font-size:16px;
}

@media screen and (max-width: 768px) 
{
.proddetail-tech-part-row {
width:100%;
}
}

.proddetail-tech-part-row-label {
font-weight:bold;
display:inline-block;
}

.proddetail-tech-part-row-value {
display:inline-block;
}

.proddetail-text {
Position:relative;
float:left;
    width: 42%;
    margin: 0 3%;
}

@media screen and (max-width: 768px) 
{
.proddetail-text {
    float: none;
    width: 100%;
    margin-left: 0;
}
}

.proddetail-text-buy {
border: 1px solid #10069f;
padding:10px 25px;
text-transform:uppercase;
Color: #10069f;
Display:inline-block;
margin-top:25px;
border-radius: 8px;

-webkit-transition: Background 0.4s ease-in;
transition: Background 0.4s ease-in;
}

@media screen and (max-width: 768px) 
{
.proddetail-text-buy {
    text-align: center;
    display: block;
    font-size: 24px;

}
}

.proddetail-text-buy-hover {
    background: #10069f;
    color: White;
text-decoration:none;
}

.proddetail-text-head {
    font-weight: bold;
    font-size: 40px;
    position: relative;
    display: block;
    margin-top: 60px;
    margin-bottom: 25px;
}

@media screen and (max-width: 425px) 
{
.proddetail-text-head {
    margin-top: 40px;
    margin-bottom: 0;
}
}

.proddetail-text-short {
font-size:16px;
    line-height: 28px;
}

.produbuy-input {
width: 50px;
    height: 50px;
    text-align: right;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #030303;
    font-size: 16px;
    background: White;
}

.products-part {
    width: 49%;
    margin-left: 2%;
    Position: relative;
    float: left;
    border: 1px solid #D0CCC7;
    border-radius: 15px;
    cursor: pointer;
    height: 680px;
    margin-bottom: 35px;
-webkit-transition: background 0.2s ease-in;
transition: Background 0.2s ease-in;
}

@media screen and (max-width: 1440px) 
{
.products-part {
width:47%;
}
}

@media screen and (max-width: 425px) 
{
.products-part {
margin-top:10px !important;
margin-bottom:10px !important;
}
}

@media screen and (max-width: 768px) 
{
.products-part {
    width: 94%;
    margin: 20px 3% !important;
height:auto;
}
}

.products-part-hover {
Background:#F7F7F6;
}

.products-part-img {
width:100%;
height:330px;
Position:relative;
text-align:center;
margin-bottom:20px;
}

@media screen and (max-width: 1024px) 
{
.products-part-img {
height:200px;
}
}

@media screen and (max-width: 425px) 
{
.products-part-img {
    height: 215px !important;
}
}

@media screen and (max-width: 768px) 
{
.products-part-img {
height:300px;
}
}

.products-part-info {
font-size:16px;
margin-top:10px;
}

@media screen and (max-width: 320px) 
{
.products-part-info {
font-size:16px !important;
}
}

@media screen and (max-width: 768px) 
{
.products-part-info {
font-size:18px;
}
}

.products-part-link {
Display:block;
Position:relative;
    padding: 50px;
Color:#030303;
}

@media screen and (max-width: 425px) 
{
.products-part-link {
padding:20px !important;
}
}

@media screen and (max-width: 320px) 
{
.products-part-link {
padding: 10px !important;
}
}

@media screen and (max-width: 768px) 
{
.products-part-link {
    padding: 30px;
}
}

.products-part-version {
    font-weight: bold;
    font-size: 30px;
}

@media screen and (max-width: 768px) 
{
.products-part-version {
    border-bottom: 1px solid #030303;
    padding-bottom: 15px;
margin-bottom: 0px;
}
}

.product-variant-big {
    position: relative;
    text-indent: -9999px;
    width: 57px;
    height: 57px;
    display: inline-block;
    margin: 5px 10px 5px 0;
    float: left;
    background-size: 100% auto;
}

@media screen and (max-width: 768px) 
{
.product-variant-big {
    clear: both;
    width: 30px;
    height: 30px;
}
}

.question-prod-container {
Display:none;
}

.register-row {
Display:block;
margin:10px 0;
}

.register-row-input {
Display: inline-block;
width: 200px;
padding: 10px 20px;
border: 1px solid #D0CCC7;
border-radius: 5px;
font-size: 16px;
}

.register-row-label {
width: 20%;
Display: inline-block;
font-size: 16px;
line-height: 44px;
}

@media screen and (max-width: 768px) 
{
.register-row-label {
width:100%;
}
}

.reps-header-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
Display:none;
}

.resp-header-btn {
    float: right;
    height: 100px;
    width: 100px;
    font-size: 36px;
    line-height: 100px;
    text-align: center;
    border-left: 1px solid #D0CCC7;
    color: #030303;
    cursor: pointer;
Position:relative;
}

@media screen and (max-width: 425px) 
{
.resp-header-btn {
height:70px;
width:70px;
line-height:70px;
    font-size: 24px;
}
}

@media screen and (max-width: 375px) 
{
.resp-header-btn {
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
}
}

.resp-header-cartamount {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    line-height: normal;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 425px) 
{
.resp-header-cartamount {
    top: 6px;
    left: 0px;
    font-size: 16px;
}
}

@media screen and (max-width: 375px) 
{
.resp-header-cartamount {
    top: 1px;
    font-size: 14px;
}
}

.resp-header-lang {
    Position: absolute;
    top: 0;
    left: 30px;
    font-size: 24px;
    line-height: 100px;
}

@media screen and (max-width: 425px) 
{
.resp-header-lang {
    line-height: 70px;
    font-size: 20px;
    left: 15px;
}
}

@media screen and (max-width: 375px) 
{
.resp-header-lang {
    line-height: 50px;
    font-size: 18px;
}
}

.resp-header-logo {
height:100px;
padding:25px 20px;
    display: inline-block;
}

@media screen and (max-width: 425px) 
{
.resp-header-logo {
    height: 70px;
    padding: 15px 10px;
}
}

@media screen and (max-width: 375px) 
{
.resp-header-logo {
    height: 50px;
    padding: 13px 10px;
}
}

.resp-header-menu {
Position:relative;
width:100%;
}

.resp-header-menu-down {
Position:absolute;
width:65px;
height:65px;
text-align:center;
line-height:65px;
font-size:24px;
top:0;
right:0;
}

@media screen and (max-width: 375px) 
{
.resp-header-menu-down {
width:49px;
height:49px;
line-height:49px;
}
}

.resp-header-menu-link {
    Display: block;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 30px;
    Cursor: pointer;
    font-weight: bold;
    color: #030303;
    border-bottom: 1px solid #d0ccc7;
    background: #ffffff;
    padding-left: 50px;
}

@media screen and (max-width: 375px) 
{
.resp-header-menu-link {
    padding: 10px 30px;
    padding-left: 50px;
    font-size: 18px;
}
}

.resp-header-menu-part {
 Display: block;
    font-size: 24px;
    text-transform: uppercase;
    padding: 15px 30px;
    Cursor: pointer;
    font-weight: bold;
    color: #030303;
    border-bottom: 1px solid #d0ccc7;
    background: #fbfbfb;

}

@media screen and (max-width: 375px) 
{
.resp-header-menu-part {
    font-size: 20px;
    padding: 10px 30px;
}
}

.resp-header-search-btn {
    width: 15%;
    height: 100px;
    border: none;
    border-bottom: 1px solid #d0ccc7;
    background: #f0efee;
    color: #aba9b1;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    top: -1px;
}

@media screen and (max-width: 425px) 
{
.resp-header-search-btn {
height:70px;
width:15% !important;
    font-size: 14px !important;
    top: -2px !important;
}
}

@media screen and (max-width: 375px) 
{
.resp-header-search-btn {
    height: 50px;
}
}

@media screen and (max-width: 768px) 
{
.resp-header-search-btn {
width:20%;
}
}

.resp-header-serach-input {
    padding: 10px 30px;
    height: 100px;
    width: 85%;
    border: none;
    border-bottom: 1px solid #d0ccc7;
    font-size: 24px;

}

@media screen and (max-width: 425px) 
{
.resp-header-serach-input {
height:70px;
width:85% !important;
    font-size: 20px;
}
}

@media screen and (max-width: 375px) 
{
.resp-header-serach-input {
    height: 50px;
}
}

@media screen and (max-width: 768px) 
{
.resp-header-serach-input {
width:80%;
}
}

.resp-menu-close {
Position:relative;
height:100px;
width:100px;
font-size:36px;
line-height:100px;
text-align:center;
border-left:1px solid #D0CCC7;
float:right;
}

@media screen and (max-width: 425px) 
{
.resp-menu-close {
width:70px !important;
height:70px !important;
line-height: 70px !important;
    font-size: 24px;
}
}

@media screen and (max-width: 375px) 
{
.resp-menu-close {
    height: 50px !important;
    width: 50px !important;
    line-height: 50px !important;
    font-size: 20px;
}
}

.resp-menu-cont {
Position: fixed;
    width: 60%;
    top: 0;
    right: 0;
    Background: white;
    z-index: 600;
    height: 100%;
    overflow-y: auto;
    border-left: 1px solid #d0ccc7;
Display:none;
}

@media screen and (max-width: 425px) 
{
.resp-menu-cont {
width:100% !important;
}
}

@media screen and (max-width: 768px) 
{
.resp-menu-cont {
width:80%;
}
}

.resp-menu-header-ul {
padding:0;
margin:0;
Display:none;
}

.resp-menu-top {
Position:relative;
border-bottom:1px solid #D0CCC7;
}

.responsive-header {
height:100px;
width:100%;
Position:fixed;
top:0;
left:0;
Background:white;
border-bottom:1px solid #D0CCC7;
Display:none;
z-index:500;
}

@media screen and (max-width: 1024px) 
{
.responsive-header {
Display:block;
}
}

@media screen and (max-width: 425px) 
{
.responsive-header {
height:70px;
}
}

@media screen and (max-width: 375px) 
{
.responsive-header {
    height: 50px;
}
}

.resp-search-close {
    Position: absolute;
    width: 50px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 50px;
    top: 0;
    right: 18%;
}

@media screen and (max-width: 425px) 
{
.resp-search-close {
height: 70px;
    line-height: 60px;
    right: 15% !important;
}
}

@media screen and (max-width: 375px) 
{
.resp-search-close {
    height: 50px;
    width: 40px;
    line-height: 43px;
    font-size: 36px;
}
}

@media screen and (max-width: 768px) 
{
.resp-search-close {
right:22%;
}
}

.search-btn {
Background: none;
border: none;
font-size: 24px;
padding: 0 10px;
position: relative;
top: 5px;
float:left;
Display:none;
}

.search-form {
float:left;
}

.search-icon {
font-size:16px;
Color:#030303;
Position:relative;
float:left;
Cursor:pointer;
}

.search-input {
border: none;
border-bottom: 3px solid #030303;
Background: transparent;
margin-left: 10px;
width:0;
Display:none;

-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

.search-results-action {
margin-top:15px;
}

.search-results-btn {
Background:#f7f7f7;
Color:#030303;
padding:5px 15px;
border:1px solid #C2C2C2;
margin-left:15px;
border-radius:5px;
Display:none;
}

.search-results-filter {
Background:#f7f7f7;
Position:relative;
Display:inline-block;
margin:0 5px 5px 0;
padding:5px 15px;
border:1px solid #C2C2C2;
border-radius:5px;
Cursor:pointer;

-webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: None;
}

@media screen and (max-width: 425px) 
{
.search-results-filter {
width: 48%;
    margin: 0 1% 1% 0;
}
}

@media screen and (max-width: 320px) 
{
.search-results-filter {
width:100%;
margin-right:0;
}
}

.search-results-filter-head {
font-size:16px;
margin-bottom:20px;
}

.search-results-filter-img {
Position:absolute;
top:-60px;
right:15px;
width:30px;
z-index:200;

}

.search-results-head {
font-size:30px;
}

.search-results-input {
font-size:30px;
font-weight:bold;
border:none;
Background:none;
width:200px;
border-bottom:3px solid transparent;
}

.search-results-reset-filter {
position: absolute;
top: -15px;
right: 0;
background: #10069F;
color: white;
border: none;
padding: 5px 15px;
border-radius: 0 0 5px 5px;
font-weight: bold;
Display:none;
}

.search-results-sorting {
margin-bottom:15px;
padding-bottom:15px;
border-bottom: 1px solid #030303;
Position:relative;
}

.search-results-sorting-label {
float: left;
width: 130px;
line-height: 32px;
}

.show-search {
Display:block !important;
width:150px;
}

.simple-text {
font-size:14px;
color:#030303;
}

.single-login-btn {
    Display: block;
    width: 280px;
    Background: White;
    border: 1px solid #000996;
    Color: #000996;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
}

@media screen and (max-width: 425px) 
{
.single-login-btn {
width:100%;
}
}

.single-login-error {
Color: #cf3939;
padding: 10px 0;
Display: block;
width: 100%;
}

.single-login-forgot-pass {
margin-top:15px;
Display:block;
font-weight:bold;
}

.single-login-input {
    border: 1px solid #ACA8A3;
    Display: inline-block;
    padding: 5px 15px;
    Background: white;
    width: 515px;
    margin: 0 20px 20px 0;
}

@media screen and (max-width: 768px) 
{
.single-login-input {
    padding: 10px 15px;
margin-right:0;
width:100%;
}
}

.space-line {
height:3px;
width:100%;
Position:relative;
Display:block;
margin:15px 0 25px 0;
Background:#030303;
}

.spare-parts-btn-big {
Display: block;
width: 100%;
Background: White;
border: 1px solid #000996;
Color: #000996;
text-align: center;
padding: 8px 0;
font-size: 16px;
font-weight: bold;
border-radius: 8px;

-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}

.spare-parts-h1 {
text-transform: uppercase;
color: rgb(3, 3, 3);
font-size: 50px;
font-weight: bold;
line-height: 64px;
}

@media screen and (max-width: 425px) 
{
.spare-parts-h1 {
    font-size: 27px;
    line-height: 40px;
    margin: 20px 0;
}
}

.spare-parts-h2 {
color: rgb(3, 3, 3);
text-align: center;
font-size: 34px;
font-weight: bold;
line-height: 64px;
margin: 45px Auto;
}

@media screen and (max-width: 425px) 
{
.spare-parts-h2 {
    font-size: 24px;
    line-height: 35px;
    margin: 10px 0;
}
}

.spare-parts-head-part {
float:right;
width:50%;
Position:relative;
}

@media screen and (max-width: 768px) 
{
.spare-parts-head-part {
float: none;
    width: 100%;
    Position: relative;
    text-align: Center;
}
}

.spare-parts-list-img {
Position:relative;
width:100%;
height:260px;
text-align:center;
padding: 20px;
}

@media screen and (max-width: 425px) 
{
.spare-parts-list-img {
height:220px;
}
}

.spare-parts-list-info {
font-size:16px;
margin:10px 0;
Color:#030303;
}

.spare-parts-list-part {
Position:relative;
float: left;
    width: 22%;
    margin: 30px 3% 30px 0;
height: 450px;
}

@media screen and (max-width: 1024px) 
{
.spare-parts-list-part {
    width: 30%;
}
}

@media screen and (max-width: 425px) 
{
.spare-parts-list-part {
width:100% !important;
margin:20px 0 !important;
height: auto;
}
}

@media screen and (max-width: 768px) 
{
.spare-parts-list-part {
    margin: 20px 2%;
width:46%;
}
}

.spare-parts-list-price {
font-sze:14px;
Color:#030303;
}

.spare-parts-list-prod-info {
height:100px;
}

.spare-parts-list-tocart {
Color:#030303;
margin-top:25px;
}

.spare-parts-list-tocart-btn {
padding:8px 15px;
border: 1px solid #000996;
Color: #000996;
Background:white;
border-radius:8px;
text-transform:uppercase;
margin-left:15px;

-webkit-transition: Background 0.2s ease-in;
transition: Background 0.2s ease-in;
}

.spare-parts-list-tocart-input {
width:30px;
height:30px;
border:1px solid #ACA8A3;
text-align:center;
line-height:30px;
margin-left: 5px;
}

.spare-parts-not-available {
    padding: 8px 0;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: grey;
}

.spare-parts-text {
font-size:18px;
Color: #030303;
}

.target-info {
    font-weight: bold;
    line-height: 18px;
    display: inline-block;
    height: 57px;
    float: left;
    margin: 8px 15px 7px 2px;
}

@media screen and (max-width: 320px) 
{
.target-info {
    margin-right: 0;
    font-size: 16px !important;
}
}

@media screen and (max-width: 768px) 
{
.target-info {
    font-size: 18px;
    font-weight: normal;
    height: Auto;
    margin-top: 10px;
}
}

@media screen and (max-width: 768px) 
{
.targets {
position: relative;
    border-bottom: 1px solid #030303;
}
}

.teaser {
position:relative;
display:flex;
justify-content:center;
align-items:center;
width:100%;
}

.teaser-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.teaser-madein {
height: 750px;
    align-items: flex-end;
padding-bottom: 385px;
}

@media screen and (max-width: 1440px) 
{
.teaser-madein {
    padding-bottom: 425px;
}
}

@media screen and (max-width: 1024px) 
{
.teaser-madein {
    height: 650px;
}
}

.teaser-text {
position: relative;
    width: 100%;
    max-width: 530px;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}

.teaser-text-head {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    word-break: break-all;
    margin: 25px 0px 20px 0px;
}

.text-small-info {
font-size:14px;
color:#999;
display:block;
padding-top:5px;
}

.tocart-added {
    Position: relative;
    top: 20%;
    width: 850px;
    margin: auto;
    min-height: 200px;
    Background: white;
    box-shadow: 0 0 20px -1px #666;
    border: 1px solid #7D7D7F;
}

@media screen and (max-width: 425px) 
{
.tocart-added {
    top: 0px;
    width: 100% !important;
    border: none;
}
}

@media screen and (max-width: 768px) 
{
.tocart-added {
    width: 90%;
}
}

.tocart-added-actions {
    position: relative;
    margin-top: 10px;
    padding: 15px;
}

.tocart-added-cape {
    position: fixed;
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
Display:none;
opacity:0;
}

@media screen and (max-width: 425px) 
{
.tocart-added-cape {
overflow:scroll;
}
}

.tocart-added-cart {
    float: left;
    padding: 12px 20px;
    background: white;
    color: #0900a0;
    border: 1px solid #0900a0;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}

.tocart-added-close {
    Color: #030303;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 30px;
    border-radius: 100px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-weight: bold;
}

.tocart-added-head {
    display: block;
    font-size: 18px;
    color: #030303;
    margin-top: 0px;
    padding: 30px 50px;
}

@media screen and (max-width: 425px) 
{
.tocart-added-head {
    padding: 30px;
}
}

.tocart-added-keep {
    float: left;
    color: #86837E;
    padding: 0 40px;
    font-weight: bold;
    font-size: 16px;
    line-height: 54px;
Cursor:pointer;
}

@media screen and (max-width: 425px) 
{
.tocart-added-keep {
    padding: 0 10%;
}
}

.tocart-additional {
Position:relative;
border-top: 1px solid #E1DFDA;
margin: 30px 50px;
}

@media screen and (max-width: 425px) 
{
.tocart-additional {
    margin: 15px;
}
}

.tocart-additional-headline {
font-size:24px;
margin:30px 0;
}

.tocart-additional-img {
width:100%;
Position:relative;
height:100px;
text-align:center;
margin-bottom:15px;
}

.tocart-additional-link {
Color:#030303;
}

.tocart-additional-name {
font-size:16px;
Display:block;
margin:10px 0;
text-align:center;
}

.tocart-additional-part {
    Position: relative;
    float: left;
    padding: 20px;
    margin: 0 2%;
    width: 29%;
    border-radius: 15px;
    -webkit-transition: background 0.2s ease-in;
    transition: background 0.2s ease-in;
}

@media screen and (max-width: 425px) 
{
.tocart-additional-part {
    margin: 0;
    width: 100%;
    float: none;
}
}

.tocart-additional-price {
font-size:16px;
Display:block;
font-weight:bold;
text-align:center;
}

.Ueberschrift {
color:#1A1A1A;
font-weight:bold;
text-transform:uppercase;
}

.vert-line {
    display: inherit;
}

@media screen and (max-width: 768px) 
{
.vert-line {
    Display: inline-block;
    border-left: 1px solid #030303;
    padding-left: 10px;
    margin-left: 10px;
    height: 16px;
    top: 2px;
    position: relative;
}
}

.wrapper {
Position:relative;
width:1080px;
margin:50px Auto;
}

@media screen and (max-width: 1024px) 
{
.wrapper {
width:100%;
padding: 25px 15px;
}
}

.wrapper-big {
Position:relative;
width:1300px;
margin:auto;
}

@media screen and (max-width: 1024px) 
{
.wrapper-big {
width:100%;
}
}

.wrapper-full {
width:100%;
height:850px;
background-Position:center Center;
background-size:Auto 100%;
Position:relative;
}

@media screen and (max-width: 1024px) 
{
.wrapper-full {
height:750px;
}
}

@media screen and (max-width: 425px) 
{
.wrapper-full {
    height: auto !important;
}
}

@media screen and (max-width: 768px) 
{
.wrapper-full {
    height: 500px;
}
}

.menu-part-link:hover {
Color:#2B28A3;
text-decoration:none;
}

.header-shipping-cart-link:hover {
Color:#2B28A3;
text-decoration:none;
}

.header-account-login:hover {
Color:#2B28A3;
text-decoration:none;
}

.header-account-register:hover {
Color:#2B28A3;
text-decoration:none;
}

.header-lang:hover {
Color:#2B28A3;
text-decoration:none;
}

.header-lang-mid:hover {
Color:#2B28A3;
text-decoration:none;
}

.home-slider-part-data-btn:hover {
text-decoration:none;
Color:#030303;
}

.news-box-btn:hover {
text-decoration:none;
Color:#030303;
}

.footer-menu-link:hover {
Color:#2B28A3;
text-decoration:none;
}

.menu-overlay-category:hover {
Background:#f7f7f7;
}

.menu-overlay-category-link:hover {
    color: #23527c !important;
    text-decoration: None !important;
}

.menu-part-single:hover {
Color:#2B28A3;
text-decoration:none;
}

.products-part:hover {
Background:#F7F7F6;
}

.cat-teaser-part:hover {
Background:#F7F7F6;
}

.cat-teaser-part-link:hover {
text-decoration:none;
Color:#030303;
}

.products-part-link:hover {
text-decoration:none;
Color:#030303;
}

.proddetail-text-buy:hover {
    background: #10069f;
    color: White;
text-decoration:none;
}

.proddetail-tech-dlbtn:hover {
background-Position:top 15px right 14px;
text-decoration:none;

    -webkit-transition: Background 0.2s ease-in;
    transition: Background 0.2s ease-in;
}

.prodbuy-additional-link:hover {
text-decoration:none;
Color:#030303;
}

.tocart-added-close:hover {
Color:#2B28A3;
text-decoration:none;
}

.tocart-added-keep:hover {
text-decoration:none;
Color:#030303;
}

.tocart-added-cart:hover {
text-decoration:none;
Color:#030303;
}

.tocart-additional-link:hover {
text-decoration:none;
Color:#030303;
}

.cart-checkout-btn:hover {
    background: #10069f;
    color: White;
text-decoration:none;
}

.cart-continue-btn:hover {
text-decoration:none;
Color:#030303;
}

.checkout-menu-link:hover {
Color:#2B28A3;
text-decoration:none;
}

.checkout-login-btn:hover {
text-decoration:none;
Color:#030303;
}

.checkout-register-btn:hover {
text-decoration:none;
Color:#030303;
}

.checkout-register-back:hover {
Color:#2B28A3;
text-decoration:none;
}

.checkout-payment-btn:hover {
text-decoration:none;
Color:#030303;
}

.checkout-address-back:hover {
text-decoration:none;
Color:#030303;
}

.checkout-confirm-btn:hover {
    background: #10069f;
    color: White;
text-decoration:none;
}

.spare-parts-list-tocart-btn:hover {
    background: #10069f;
    color: White;
text-decoration:none;
}

.spare-parts-btn-big:hover {
    background: #10069f;
    color: White;
text-decoration:none;
}

.cart-enquiry-btn:hover {
    border-color: #10069f;
    color: #10069f;
    text-decoration: none;
}

.cart-enquiry-submit:hover {
    background: #10069f;
    color: White;
text-decoration:none;
}

.cookie-consent-link:hover {
Color:#2B28A3;
text-decoration:none;
}

