/* SHOP 2022 */

.view-shop a {
  color: #4b493c;
}

.view-shop .views-view-grid {
  margin-left: -15px;
  margin-right: -15px;
}

.commerce-product--catalog__info .field--name-title {
  hyphens: auto !important;
}

.view-shop .views-col {
position: relative;
margin-bottom: 0px;
background: #f5f5f3 !important;
border: 15px solid #fff;
}

.view-shop .views-col img {
mix-blend-mode:multiply;
margin: auto;
padding: 15px 15px 5px 15px;
height: auto !important;
margin-bottom: 8px;
}

.view-shop .views-col:hover{
outline: 1px solid rgba(111, 108, 89,0.4);
outline-offset: -15px;
}

.view-shop .views-field-price__number {
width: 100%;
display: flex;
justify-content: center;
margin-top: 25px;
}

.view-shop .views-field-price__number .field-content {
display: flex;
justify-content: center;
align-items: center;
font-size: 16px;
 background: #f5f5f5;
border: 2px solid #6f6c59;
color: #4b493c;
font-weight: 500;
padding: 2px 25px;
display: inline-block;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius:  8px;
border-bottom-right-radius: 8px;
text-align: center;
margin-bottom: -18px;

}

.view-shop .views-field-price__number .field-content:after {
content: "/Stk.";
font-size: 12px;
margin-top: 3px;
margin-left: 2px;
}

.view-shop .button--add-to-cart {
text-indent: -9999px;
position: absolute;
padding: 0px;
background: none;
border: 0px;
margin-top: -50px;
right: 0px;
}

.view-shop .button--add-to-cart:before {
content: "";
background-image: url(/sites/default/files/cart-o.png);
background-position: center;
background-repeat: no-repeat;
width: 30px;
height: 30px;
position: absolute;
color: red !important;
font-size: 40px;
text-indent: 0px !important;
display: block;
z-index: 99;
right: 25px;
}

.view-shop .views-field-view-commerce-product  {
text-indent: -9999px;
position: relative;
padding: 0px;
background: none;
border: 0px;
margin-top: -50px;
right: 0px;
width: 36px;
}

.view-shop .views-field-view-commerce-product a:before {
content: "\f002";
font-family: FontAwesome;
font-size: 20px;
width: 30px;
height: 24px;
position: absolute;
color: #6f6c59;
transform: rotateY(180deg);
text-indent: 0px !important;
display: flex;
z-index: 99;
left: 25px;
bottom: 0px;
justify-content: center;
align-items: center;
}

.view-shop .field--widget-commerce-quantity .control-label{
display: none;
}


.view-shop .field--widget-commerce-quantity {
transform: scale(0.80);
width: 100px;
margin: 5px auto;
z-index: 100;
}

.view-shop .views-field-title a {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
height: 100px;
padding:36px 25px 25px 25px;;
font-size: 17px;
line-height: 120%;
border-top: 4px solid #fff;
font-weight: 400;
background: rgba(111, 108, 89,0.12)
}

.view-shop .views-field-title a:hover {
background: #6f6c59;
color: #fff !important;
}


/* Layouts */

#block-info {
  width: 200px;
  height: 200px;
  background: url(/sites/default/files/kaefer.png);
  background-size: 100% auto;
  position: absolute;
  bottom: -36px;
}

#block-info .field--name-body {
  font-family: 'Nunito';
font-style: normal;
font-weight: 700;
   color: #fff;
  font-size: 14px;
  line-height: 16px;
   display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 40px;
  bottom: 0px;
  left: 25px;
  right: 30px;
}

#block-info .field--name-body a {
  font-size: inherit;
  color: #fff !important;
  background: #a6151c;
  display: inline-block;
  padding: 0px;
}

  @media screen and (max-width: 640px) {
    #block-info {
      transform: scale(0.7);
      transform-origin: left bottom;
      padding: 0px;
    }
    
    #block-info .field--name-body {
      padding: 0px !important;
    }
    
    #block-kostenloserversand {
       transform: scale(0.6) rotate(-5deg) !important;
      transform-origin: right bottom;
      padding: 0px;
    }
    
}

.mj-w-res-iframe {
  margin-bottom: 50px;
  margin-left: 0px;
}

.newsletter .field--name-field-body {
padding: 0px !important;
}

.newsletter .layout p {
margin-left: 0px;
margin-right: 0px;
padding: 0px !important;
}


.layout--threecol-section--33-34-33 > .layout__region--first, 
.layout--threecol-section--33-34-33 > .layout__region--second, 
.layout--threecol-section--33-34-33 > .layout__region--third {
    flex: 0 1 33%;
    padding: 0px 25px;
}

.layout--twocol .layout__region--first .field--name-field-body,
.layout--twocol-section .layout__region--first .field--name-field-body {
  padding-right: 36px;
  padding-top: 36px;
}

.layout--twocol .layout__region--second .field--name-field-body,
.layout--twocol-section .layout__region--second .field--name-field-body {
  padding-left: 36px;
  padding-top: 36px;
}

.layout__region .paragraph--type--image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.layout a.button {
    padding: 16px 30px;
    text-transform: uppercase;
    font-size: 18px;
    border: 2px solid;
    display: inline-block;
    background: #f5f5f3;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.layout a.button:hover {
    background: rgba(111,108,89, 1);
    border: 2px solid rgba(111,108,89, 1);
   color: #fff;
}

.layout .link a, .layout .link a:hover {
    color: #4b493c;
}

.path-frontpage .footer {
  margin-top: -40px;
}

.breadcrumb {
  padding-bottom: 25px;
}

#commerce-checkout-flow-multistep-default {
    margin-bottom: 100px;
}

.fixed {
  max-width: 1140px;
  margin: auto; 
}

.fullwidth {
  position: relative;
}

.fullwidth .layout p {
  padding: 25px 50px;
}

.white.fullwidth {
    color: #fff;
}

.black.fullwidth {
    color: #333333;
}


.field--name-field-paragraph .invisible {
  visibility: hidden;
  display: none;
}

.color_field__swatch {
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
}

.paragraph h1, .field--name-body h1 {
    margin-top: 50px;
    margin-bottom: 25px;
}


.crt-filter {
    display: none;
}

.line::after, .form-header::after, .page-header::after { 
  display: none;
  margin: 0px;
}

#simplenews-subscriptions-block-willkommensbonus {
  padding: 25px 50px;
  font-size: 18px;
  margin: 50px 15px;
  background-image: url(/sites/default/files/email.png);
  background-repeat: no-repeat;
  width: 100% !important;
  background-color: #f0f0f0;
  background-position: right center;
  background-size: auto 150%
}

#simplenews-subscriptions-block-willkommensbonus .form-item-message {
  padding-right: 40%;
}

.coupon-redemption-form__coupons.coupon-redemption-form__coupons--multiple h3 {
  font-size: 18px;
}

.coupon-redemption-form__coupons.coupon-redemption-form__coupons--multiple td {
  font-size: 18px;
  line-height: 24px;
  float: left;
  width: 100%;
} 

#block-pageurlqrcode img {
    width: 75px;
    height: auto;
    border: 1px solid;
    margin-bottom: 15px;
}

#block-kostenloserversand {
  background: url(/sites/default/files/2020-09/banner.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -15px;
  right: 12px;
  padding: 15px 65px 10px 20px;
  text-align: center;
  transform: rotate(-6deg);
  position: absolute;
}

#block-kostenloserversand strong {
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}

#block-kostenloserversand p {
  font-size: 18px;
}

#block-kostenloserversand em {
  font-size: 14px;
}

.region-highlighted {
  position: relative;
  
}

#edit-order-fieldscheckout-field-message-wrapper {
    margin-top: 36px;
}

.commerce-product--catalog__info .field--name-title {
    padding-right: 0px;
    font-weight: 600;
}

.field.field--name-price.field--type-commerce-price {
    padding: 5px 0px 5px 25px;
}

.view-commerce-cart-form .field--name-field-images img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.view-commerce-cart-form .views-field.views-field-total-price__number {
    text-align: right;
}

.table-striped-alt > tbody > tr:nth-of-type(2n), .view-commerce-cart-form .table > tbody > tr:nth-of-type(2n) {
    background-color: rgba(111,108,89,0.05);
}


.form-required::after { 
  background-image: none !important;
}

.layout-checkout-form .panel-title a{
  display: inline-block;
  width: auto;
}

.cart--cart-offcanvas__close button {
  background: none !important;
  margin-top: -3px;
}

.cart-block--offcanvas-contents__links a {
  background: none !important;
}

.cart-block--offcanvas-contents__links a:hover {
  background: #fff !important;
  color: #4b493c !important;
}

.table > thead > tr > th {
    border-bottom: 2px solid #4b493c;
}

.view-commerce-cart-form .table {
      border-bottom: 2px solid #4b493c;
}

.view-commerce-cart-form .field--name-total-price {
    border-bottom: 2px solid #4b493c;
}

.panel-default > .panel-heading {
    border-bottom: 2px solid #4b493c;
}

.layout-region-checkout-secondary .checkout-pane-coupon-redemption .btn, .layout-region-checkout-secondary .checkout-pane-coupon-redemption .form-wrapper__returning-customer a, .form-wrapper__returning-customer .layout-region-checkout-secondary .checkout-pane-coupon-redemption a, .layout-region-checkout-secondary .checkout-pane-coupon-redemption .cart-block--offcanvas-contents__links a, .cart-block--offcanvas-contents__links .layout-region-checkout-secondary .checkout-pane-coupon-redemption a {
      color: #4b493c;
}

.layout-region-checkout-secondary .table > tbody > tr > td {
    border-top: 0;
    border-color: rgba(75,70,60,0.5);
}

.edit-shipping-information-shipments {
  margin-top: 25px;
  display: block;
}

[type="checkbox"]:checked + label::after {
    top: 0px;
    z-index: 0;
    width: 25px;
    height: 25px;
    border: 2px solid #4b493c;
    background-color: #4b493c;
}

[type="radio"]:checked + span + label::after, [type="radio"]:checked + label::after {
    background-color: #4b493c;
}
[type="radio"]:checked + span + label::before, [type="radio"]:checked + span + label::after, [type="radio"]:checked + label::before, [type="radio"]:checked + label::after {
    border: 2px solid #4b493c;
}

.number-btn {
    color: #4b493c;
}

.form-control {
  border-color: #4b493c;
  color: #4b493c;
}

.btn-danger {
    color: #fff;
    background-color: rgba(75,70,60,0.5);
    border-color: #4b493c;
}

.btn-danger:hover {
    color: #4b493c;
    border-color: #4b493c;
}

.btn-default, .path-cart [id="edit-submit"] {
    color: #4b493c;
    background-color: #fff;
    border-color: #4b493c;
    margin-bottom: 25px;
}

.btn-default:hover, .path-cart:hover [id="edit-submit"] {
    color: #4b493c;
    background-color: #fff;
    border-color: #4b493c;
}

#edit-sidebar-coupon-redemption-form .btn {
  margin-left: -10px;
}

.checkout-progress {
  color: #4b493c;
}

.layout-region-checkout-secondary .checkout-pane-order-summary {
    padding: 40px;
    background-color: rgba(75,70,60,0.15);
}

#block-footer {
  float: left;
  width: 40%;
  padding-right: 5px;
  text-transform: none;
}

#block-footer td {
  vertical-align: top;
}



#block-infos {
  float: left;
  margin: 0px;
  width: 20%
}

#block-infos a,
#block-belgrade-footer a{
  padding-top: 0px;
  font-size: 16px;
}

#block-belgrade-footer{
  margin: 0px;
    width: 20%

}

#block-simplenewsabonnement {
    width: 20%;
  margin-top: -15px;
    
}

#edit-quantity-wrapper .control-label {
  padding-top: 12px;
}

.commerce-product--full .form-control {
  color: #6f6c59 !important;
  border-color: #6f6c59;
}

.commerce-product--full .number-btn {
  color: #6f6c59;
}

.commerce-product--catalog__info .field--name-title a {
  line-height: 100%;
  font-size: 17px;
}

.commerce-product--catalog__info .field--name-title {
  padding-right: 0px;
}

.view-aktuelles .views-field-title a {
font-family: 'Saira';
font-weight: bold;
font-size: 18px;
  margin-top: 15px;
  display: inline-block;
  }

.view-aktuelles .views-field-view-node a {
  font-weight: bold;
  position: relative;
  border: 1px solid #6f6c59;
  display: inline-block;
  padding: 3px 10px;
  margin-top: 15px;
}

.view-aktuelles .views-field-view-node a:hover {
  background: #6f6c59;
  color: #fff !important;
  display: inline-block;
}


.field--name-field-datum {
  font-size: 36px;
  line-height: 36px;
  margin-top: 25px; 
}

.field--name-field-location {
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 25px;
  margin-top: 5px;
  font-weight: bold !important;
}

.field--name-dynamic-token-fieldnode-edit {
    display: none;
}

.user-logged-in .field--name-dynamic-token-fieldnode-edit {
  display: block;
}

.view-awards .btn-link {
    color: #000 !important;
    border-bottom: 2px solid #6f6c59;
    padding-left: 0px;
    padding-top: 5px;
    width: 100%;
    text-align: left;
}

.view-awards .btn-link[aria-expanded="false"]:after {
    position: absolute;
    right: 5px;
    content: "\f078";
    font-family: FontAwesome;
    color: #6f6c59;
    font-size: 17px;
    font-weight: normal;
}

.view-awards .btn-link[aria-expanded="true"]:after {
    position: absolute;
    right: 5px;
    content: "\f077";
    font-family: FontAwesome;
    color: #6f6c59;
    font-size: 17px;
    font-weight: normal;
}

.messages__wrapper  {
  width: 100%;
  text-align: center;
}

.breadcrumb {
    margin-top: 60px !important;
}

 .gin--vertical-toolbar.toolbar-horizontal .breadcrumb {
    margin-top: 0px !important;
}

.gin-layout-container a {
  font-size: 14px;
}

.toolbar .toolbar-bar .toolbar-tab > .toolbar-item {
  font-size: 14px !important;
}

.navbar {
  z-index: 100 !important;
}

.main-container ul {
  list-style:  disclosure-closed;
}


.paragraph--type--accordion .panel-default .panel-body {
  padding: 15px 0px;
}

.paragraph--type--accordion .panel-title {
  font-weight: bold;
}

.paragraph--type--accordion .panel-heading {
  padding: 15px 0px;
  border-color: #6f6c59;
}

.view-shop .col-12.col-sm-4.col-md-3.col-lg-3.col-xl-3 {
  padding: 0px;
}

.menu-account__item.menu__item:last-child  {
  text-indent: -9999px;
}

.menu-account__item.menu__item:last-child:before {
  content: "\f015";
  position: absolute;
  font-size: 20px;
  font-family: FontAwesome;
  top: 6px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  text-indent: 0;
  color: #fff;
  margin-left: 15px;
}


.panel-title a {
  width: 100%;
  display: block;
}

.panel-title a:after,
.panel-title a[aria-expanded="false"]:after{ 
  position: absolute;
  right: 5px;
  content: "\f078";
  font-family: FontAwesome;
  color: #6f6c59;
  font-size: 17px;
  font-weight: normal;
}

.panel-title a[aria-expanded="true"]:after{ 
  position: absolute;
  right: 5px;
  content: "\f077";
  font-family: FontAwesome;
  color: #6f6c59;
  font-size: 17px;
  font-weight: normal;
}

h2, h3 {
  margin-top: 0px;
}

.paragraph--type--carousel {
  margin: 36px 0px;
}

.paragraph--view-mode-links .group-right {
  padding: 36px;
}

.paragraph--view-mode-rechts .group-left {
  padding: 36px;
}

.paragraph--type-floating {
  margin-bottom: 50px;
}


body {
  font-size: 16px;
}

.container  {
  width: 100% !important;
  padding: 0px;
}

.breadcrumb {
  max-width: 1115px;
  margin: auto;
}

h1, h1 a {
  color: #333;
  text-transform: uppercase;
  font-size: 40px;
}

.block h2 {
  margin-top: 50px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 36px;
  
}

.block-views-blockshop-weinwelt .field--name-name {
   display: none;
}

.block-views-blockshop-weinwelt h2 {
  margin-bottom: -25px;
}

.block .field--name-name {
  font-weight: bold;
  font-size: 24px;
}

.block .field--name-description {
  font-size: 18px;
  margin-bottom: 24px;

}

.view-header h2, .view-header a {
  text-align: left;
  font-weight: bold;
  display: inline-block;
}

.line::after, .form-header::after, .page-header::after { 
  background-color: #817f73;
}

.page-node-type-news .page-header::after {
display: none;}

.page-node-type-news .layout__region--first {
  padding-right: 50px;
}

.page-header {
  margin: 40px 0 20px !important;
}

#block-responsiveslideshow {
  margin-bottom: 50px;
}

.navbar .container, .region-header {
  max-width: 1170px;
  margin: auto;
}

.navbar-default {
  background: #6f6c59 !important;
}

.region-header .logo {
  margin-top: -9px;
}

.region-header {
  padding: 85px 0 15px 0;
  position: relative;
}

.logo {
  position: absolute;
  top: 25px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.logo img {
  margin: auto;
}

.highlighted {
  margin-left: -15px;
  margin-right: -15px;
}

.carousel img {
  width: 100%
    
}


.container-fluid {
  max-width: 1140px !important;
  margin: auto;
}

.page-node-type-article .container-fluid,
.page-node-type-page .container-fluid{
    
  max-width: 100% !important;
  margin: auto;

}

.page-node-type-article .field--name-body,
.page-node-type-page .field--name-body {
  max-width: 1140px;
  margin: auto;
  padding: 0px;
}


.page-node-type-news .container-fluid {
  padding: 0px;
}




.page-node-type-news .layout {
  margin-top: -25px;
}

.logo img {
    width: auto;
    height: 56px;
}


#block-mainnavigation .nav li  {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;

}

#block-mainnavigation .nav > li > a.is-active{
  border-bottom: 1px solid;
  color: #4b493c;

}

#block-mainnavigation .nav > li > a:hover {
  color: #4b493c;
}

#block-mainnavigation .nav > li > a {
  padding-left: 9px;
  padding-right: 9px;
}

.path-frontpage .region-header {
    background: none;
}

.view-shop h2  {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
}

.view-shop h2 a {
  pointer-events: none;
  color:#333;
}

.logo img {
    width: auto;
    height: 56px;
}

.commerce-product--catalog__hover-text {
  background: rgba(111,108,89, 0.6);
}

.commerce-product--catalog:hover .commerce-product--catalog__info {
    padding: 0 15px;
    background-color: rgba(111,108,89, 0.96);
    color: white;
}
.commerce-product--catalog__info {
  padding: 0px 10px;
}

.commerce-product__contents .field--label {
  width: 50%;
  float:left;
  clear: both;
  font-size: 14px;
  margin-top: 2px;
}



.field--name-title {
  line-height: 100%;
}



.commerce-product--catalog__image img {
  mix-blend-mode: multiply;
  position: relative;
  z-index: -1;
}

.commerce-product--catalog {
  margin: 10px;
  border-bottom: 2px solid #6f6c59;
  background: rgba(111,108,89, 0.07);

}

.commerce-product--catalog__info {
  padding: 0px 10px;
}

.commerce-product--catalog__info .field--name-title {
  line-height: 100%;
}

.commerce-product--catalog {
  margin: 10px 0px;
  border-bottom: 2px solid #6f6c59;

}

.commerce-product--catalog__info {
  height: 100px;
}


.commerce-product--catalog__image img {
  height: auto;
  max-height: 200px;
  width: auto;
  margin: auto;
}

.field--name-field-rebsorte .field__items,
.field--name-field-boden .field__items,
.field--name-field-vinifizierung .field__items{
  width: 50%;
  display: table;
}

.field--name-field-herkunft, .field--name-field-rebsorte, .field--name-field-weinkategorie, .field--name-field-alkohol,
.field--name-field-saeure, .field--name-field-restzucker, .field--name-field-allergene, .field--name-field-potential,
.field--name-field-ean13-flasche, .field--name-field-ean13-karton, .field--name-field-vinifizierung {
  border-bottom:  1px solid #6f6c59;
  padding: 5px 0px 5px;
}


.product-img--main__image {
    max-width: auto !important;
    background-size: auto 65% !important;
}



.commerce-product--coupon .product-img--main:hover {
  border: 0px;
}

.product-img--main__image {
  width: 100%;
  background-size: auto 100%;
}

.product-img--main:hover {
    border: 1px solid #6f6c59 !important;
    width: 100%;
    height: ;
}

.commerce-product--coupon .product-img--main {
    border: 0px !important;
  pointer-events: none;
}

.product-img--main:hover 

.navbar-default, .footer {
  background: #6f6c59 !important;
}

.footer {
  margin-top: 0;
}

.footer .container {
  max-width: 1170px;
  margin: auto;
}

.footer a {
  color: #fff;
}

.btn-primary, .path-cart [id="edit-checkout"] {
  color: #fff;
  background-color: #4b493c;
  border-color: #4b493c; }

  .btn-primary:focus, .path-cart :focus[id="edit-checkout"], .btn-primary.focus, .path-cart .focus[id="edit-checkout"] {
    color: #4b493c;
    background-color: #fff;
    border-color: #4b493c; }

  .btn-primary:hover, .path-cart :hover[id="edit-checkout"] {
    color: #4b493c;
    background-color: #fff;
    border-color: #4b493c; }


.alert-success, .alert-success a, .alert a, .alert {
  background: none;
  border-color: #4b493c;
  color: #4b493c !important;
}

a {
    color: #4b493c;
    text-decoration: none;
}



.breadcrumb a {
    color: #4b493c !important;
}

.breadcrumb > .active {
  font-weight: bold;
  color: #4b493c;
}
.breadcrumb > li + li::before {
  color: #4b493c;
  font-weight: normal;
}

.well-primary, .side-flyout {
    background-color: #4b493c;
}


  @media screen and (max-width: 1140px) {

    .container-fluid, .view,
    .footer, .region-header, .region-top-navigation{
      padding-left: 25px;
      padding-right: 25px;
    }
    
    .navbar-header {
      padding-left: 25px;
    }
    
    .logo img {
    width: auto;
    height: 40px;
}
    
    #block-mainnavigation .nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
      font-size: 16px;
}
    
    .page-node-type-news .layout {
      padding-left: 50px;
      padding-right: 50px;
    }

    
}

  @media screen and (max-width: 990px) {
    

    #block-mainnavigation {
      display: none;
    }
    
    .logo {
      width: 100%;
    }
    
    .logo img {
      margin: auto;
      min-height: 54px;
      width: auto !important;
    }
    
        .layout--fourcol-section > .layout__region {
        flex: 0 1 50%;
}
    
    .img-responsive {
      margin: auto;
    }
    
    .layout--threecol-section--33-34-33 > .layout__region--first, .layout--threecol-section--33-34-33 > .layout__region--second{
          flex: 0 1 50%;
    padding: 0px 25px;
}
    
    .layout--threecol-section--33-34-33 > .layout__region--third {
                flex: 0 1 100%;
                border: none;
               margin: 50px auto 50px auto;
    }
    
    .layout--threecol-section--33-34-33 > .layout__region--third img {
      max-width: 50%;
      margin: auto;
    }
    
    .layout.layout--twocol-section.layout--twocol-section--50-50 img {
      margin: auto;
    }
    
    .view-shop .views-col {
      width: 50% !important;
    }

    .view-shop .views-view-grid {
      margin-left: 0px;
      margin-right: 0px;
    }
    
}

  @media screen and (max-width: 900px) {
    
    .path-product .row {
      margin-left: 0px;
      margin-right: 0px;
    }
    

    .footer--contents {
      display: block;
    }
    
    .breadcrumb {
      max-width: 100%;
      padding: 25px 36px;
      margin-top: 0px !important;
    }
    
    .fixed {
      max-width: 100% !important;
      width: 100%;
      padding: 0px;
    }
    
    .fixed .field--name-field-body {
      padding: 0px  36px;
    }
    
       .weincooltour.fixed .field--name-field-body {
      padding: 0px  0px;
    }
    
    
    .layout--twocol-section {
      display: block;
    }
    
.weincooltour .layout__region--first, 
.weincooltour .layout__region--second {
      flex: 0 1 100%;
    padding: 0px 25px;
}
    
    .weincooltour .layout--threecol-section img {
      max-width: 50%;
      margin: auto;
    }
    
   .page-node-type-article .field--name-body, 
    .page-node-type-page .field--name-body {
    max-width: 100% !important;
    margin: auto;
    padding: 0px 36px !important;
}
    
    .fullwidth .layout__region .paragraph--type--image img {
      width: 100%;
      max-width: 100%;
    }
    
    
#block-footer {
  float: left;
  width: 50%;
  padding-right: 5px;
  text-transform: none;
}

#block-infos {
  float: left;
  margin: 0px;
  width: 30% !important;
}

#block-infos a,
#block-belgrade-footer a{
  padding-top: 0px;
  font-size: 16px;
}

#block-belgrade-footer{
  margin: 0px;
    width: 30%;
  float: left;
}

#block-simplenewsabonnement {
    clear: both;
  float: left;
  width: 100%;
} 
    
.layout--twocol-section.layout--twocol-section--50-50 > .layout__region--first, .layout--twocol-section.layout--twocol-section--50-50 > .layout__region--second {
    flex: 0 1 100%;
}
   
    .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
    }
    
.layout--twocol .layout__region--first .field--name-field-body, .layout--twocol-section .layout__region--first .field--name-field-body {
  padding: 36px;
    }
    
    .mj-w-res-iframe {
      margin-bottom: 50px;
      margin-top: -36px;
      margin-bottom: 0px;
    }

    h1, h2 {
      padding: 0px 36px;
    }

    .layout--twocol-section img {
      max-width: 50%;
    }
    
    .weinbergschmecken .layout {
      display: flex;
    }
    
    .weinbergschmecken .layout img,
    .newsletter .layout img{
      max-width: 100% !important;
    }
    

    .weinbergschmecken .layout__region--first {
      order: 1;
    }
    



          .rieden .layout {
      display: flex;
    }

    .rieden .layout--twocol-section img {
      max-width: 100% !important;
    }
    
    .rieden .layout__region--first .field--name-field-body,
    .rieden .layout__region--second .field--name-field-body{
      padding-top: 0px;
      padding-bottom: 50px !important;
    }
    
    .rieden h2 {
      padding: 0px;
    }
    
    .rieden .right {
      display: flex;
    }
    
     .right .layout__region--first {
      order: 2;
    }


}

  @media screen and (max-width: 768px) {
    
    #block-footer {
  float: left;
  width: 70%;
  padding-right: 5px;
  text-transform: none;
}

#block-infos {
  float: left;
  margin: 0px;
  width: 30% !important;
  margin-bottom: -30px;
}

#block-infos a,
#block-belgrade-footer a{
  padding-top: 0px;
  font-size: 16px;
}
    
    #block-infos h2,
#block-belgrade-footer h2,
#block-belgrade-social h2{
  display: none;
}

#block-belgrade-footer{
  margin: 0px;
    width: 30%;
  float: left;
}

#block-simplenewsabonnement {
    clear: both;
  float: left;
  width: 70%;
  display: table;
  padding-right: 25px
}
    
#block-belgrade-social {
      width: 30%;
      float: right;
      display: table;
      padding-top: 15px;
 }
    

    #block-mainnavigation {
      display: none;
    }
    
    .logo {
      width: 100%;
    }
    
    .logo img {
      margin: auto;
    }
    
    .commerce-product--catalog {
      max-width: auto !important;
    }
    
    .col-sm-4 {
      width: 50%;
      float: left;
      padding: 0px;
    }
    
    .commerce-product--catalog__info {
    height: 120px;
    hyphens: auto;
}
    
     .layout--twocol > .layout__region--first, .layout--twocol > .layout__region--second {
    flex: 0 1 100%;
        flex-grow: 0;
        flex-shrink: 1;
        flex-basis: 100%;
}
    
    .page-node-type-news .field--name-field-image img {
      margin-top: 25px;
      width: 100%
    }
    
    
    .layout--threecol-section--33-34-33 > .layout__region--first,
    .layout--threecol-section--33-34-33 > .layout__region--second,
    .layout--threecol-section--33-34-33 > .layout__region--third {
    flex: 0 1 100%;
    padding: 36px;
    
}
    
      .layout--threecol-section--33-34-33 > .layout__region--first img,
    .layout--threecol-section--33-34-33 > .layout__region--second img,
    .layout--threecol-section--33-34-33 > .layout__region--third img {
      width: 50%;
      
    }
    
    .layout--twocol .layout__region--second .field--name-field-body, .layout--twocol-section .layout__region--second .field--name-field-body {
      padding: 0px 36px;
    }
    
.layout--fourcol-section > .layout__region {
    flex: 0 1 100%;
  margin-bottom: 50px;
}
    
       #block-gewinnspiel {
      margin-left: 25px;
      margin-right: 25px;
    }
    
    #block-gewinnspiel .form-type-textarea .form-control {
      padding-top: 45px
    }
    
}

  @media screen and (max-width: 640px) {
    
    p {
      hyphens: auto;
    }

.layout__region .paragraph--type--image {
  margin-top: 0px;
}
    .layout__region .paragraph--type--image img {
      max-width: 50%;
    }
    
}

  @media screen and (max-width: 600px) {
    
    h1 {
      font-size: 30px;
    }

    #block-footer {
  float: left;
  width: 100%;
  padding-right: 5px;
  text-transform: none;
}

#block-infos {
  float: left;
  margin: 0px;
  width: 100% !important;
  margin-bottom: -15px;
  margin-left: -5px;
}

#block-infos a,
#block-belgrade-footer a{
  padding-top: 0px;
  font-size: 16px;
  float: left;
  display: inline-block;
  margin-right: 0px;
  padding-left: 7px;
  padding-right: 7px;
   font-size: 14px;
}
    
    #block-infos li, #block-belgrade-footer li {
          display: inline-block !important;
    width: auto !important;
}
    
    #block-infos h2,
#block-belgrade-footer h2,
#block-belgrade-social h2{
  display: none;
}

#block-belgrade-footer{
  margin: 0px;
  width: 100%;
  float: left;
  margin-left: -5px;
  margin-bottom: -15px;
}

#block-simplenewsabonnement {
    clear: both;
  float: left;
  width: 80%;
  display: table;
  padding-right: 25px
}
    
#block-belgrade-social {
      width: 20%;
      float: right;
      display: table;
      padding-top: 15px;
 }
    
}    


  @media screen and (max-width: 480px) {
    
    #block-kostenloserversand {
      transform: scale(0.65) rotate(-6deg);
      right: -36px;
      bottom: -48px;
    }
    
    #block-footer td {
      float: none;
      width: 100% !important;
      display: table;
      vertical-align: top;
    }
    
    #block-footer table {
      width: 100% !important;
    }
    
    .cart-block--summary {
    white-space: nowrap;
}
    
    .menu-account__link.menu__link {
      padding: 0px;
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      clear: both;
      float: left;
      width: 100px;
      padding-left: 15px;
    }
    
    .menu-account__item.menu__item:last-child::before {
      display: none;
    }
    
    .region-top-navigation {
      padding-left: 0px;
    }

    
        .col-sm-4 {
      width: 100%;
      float: left;
      padding: 0px;
    }
    
        .commerce-product--catalog {
      max-width: 100%;
    }
    
    .commerce-product--catalog__info {
    height: 120px;
    hyphens: auto;
}
    
       .view-shop .views-col {
      width: 100% !important;
    }

    #block-gewinnspiel h2 {
 
      font-size: 30px !important;
    
    }

    #block-gewinnspiel .form-type-textarea .form-control {
      padding-top: 65px
    }

    #block-gewinnspiel {
      margin-left: 15px;
      margin-right: 15px;
    }

    .commerce-product--full .field--name-price, .commerce-product--full .field--name-title {
      font-size: 36px;
      hyphens: auto;
    }

    #block-gewinnspiel .webform-submission-form {
      padding: 25px;
  
    }

    #block-gewinnspiel .webform-submission-form {
      padding: 25px !important
    }
   
}


@media screen and (max-width: 360px) {
  #block-gewinnspiel .form-type-textarea .form-control {
    padding-top: 110px
  }
}

  @media screen and (max-width: 320px) {
    .menu-account__link.menu__link {
      padding: 0px;
      font-size: 14px;
      line-height: 14px;
      display: inline-block;
      clear: both;
      float: left;
      width: 100px;
      padding-left: 15px;
    }
    
    .menu-account__item.menu__item:last-child::before {
      display: none;
    }
}