/*
 Theme Name:   Bootstrap Child
 Description:  Gutboltenhof Shop
 Author:       Susan Schulze
 Author URI:   https://susan-schulze.de;
 Template:     bootstrapTheme
 Version:      1.0
 Text Domain:  bootstrapTheme-child
*/

/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */
body{
hyphens: auto;
-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;
}


.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:hover:before {
    content: '';
    background: url(img/korb-gruen.svg) no-repeat;
}

.cart-contents:before {
    content: '';
    background: url(img/korb-black.svg) no-repeat;
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0px;
    left: -6px;
}

.nav>li>a.cart-contents:hover, 
.nav>li>a.cart-contents:focus, 
.navbar-nav>li.current-menu-item>a.cart-contents {
    text-decoration: none;
    border-bottom: 1px solid white;
}

.cart-contents-count {
	position: absolute;
    top: 23px;
    right: -47px;
    transform: translateY(-105%) translateX(25%);
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    height: 22px;
    width: 22px;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    background: #86bc8f;
    border-radius: 50%;
    padding: 1px;
}

.big_brand{
    height: 100%;
    position: absolute;
    display: inline-block;
}
.big_brand img{
    display: none;
}
.big_brand::before{
    content:'#kaufgutes';
    display: inline-block;
    height: auto;
    overflow: auto;
    position: absolute;
    bottom: 0px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 126px;
    font-family: 'Bebas Neue', sans-serif;
    color: white;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/**     Styling Categories Block Archive  **/

.wc-block-product-categories {
    margin-bottom: 4em;
}

.wc-block-product-categories-list--has-images {
    list-style: none outside;
    padding: 0px;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
    margin: 10px;
    list-style: none outside;
    display: inline-block;
    width: 31%;
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-size: 35px;
    text-transform: uppercase;
}



.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item br{
	display: none;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    max-width: unset;
    display: block;
    padding: 0;
    margin: auto;
    position: relative;
    vertical-align: middle;
    border: 1px solid #eee;
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
	border: 2px solid #86bc8f;
	border-radius:0px;
	background-color: transparent;
	font-weight: normal;
    padding: 12px 50px;
    display: inline-block;
    text-transform: uppercase;
    color: #86bc8f;
    margin: 20px 15px 0px 0px;
    font-size: 14px;
    letter-spacing: 1.1px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus{
	background: #86bc8f;
    color: white;
    text-decoration: none;
    outline: none;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
border: 2px solid #86bc8f;
	border-radius:0px;
	background-color: #86bc8f;
	font-weight: bold;
    padding: 20px 65px;
    display: inline-block;
    text-transform: uppercase;
    color: white;
    margin: 20px 15px 0px 0px;
    font-size: 14px;
    letter-spacing: 1.1px;
}

.woocommerce td.product-name dl.variation dd p {
    font-weight: normal;
}

.woocommerce form .form-row.woocommerce-invalid label, 
.woocommerce form .form-row.woocommerce-invalid label a,
ul.woocommerce-error,
ul.woocommerce-error a {
    color: #a00;
}

.woocommerce div.product form.cart .button {
    vertical-align: unset;
    float: none;
    clear: both;
    display: block;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:focus{
	background: transparent;
    color: #86bc8f;
    text-decoration: none;
    outline: none;
}


h1 {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-size: 47px;
    text-transform: uppercase;
}

input{
    border-bottom: 2px solid black;
}

.woocommerce form .form-row .required {
    color: black;
}

.woocommerce form select, 
.select2-container--default .select2-selection--single {
    border-radius: 0;
    border-color: transparent;
    padding: 5px;
    border:none;
}

.woocommerce div.product form.cart .variations select{
    border-color: black;
}

.select2-container--default .select2-selection--single {
    padding: 0px;
    height: 30px;
}


.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    padding: 10px 0;
    margin: 0 0 2em;
    position: relative;
    background-color: transparent;
    color: black;
    border-top: 2px solid #000;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    text-align: left;
}

.woocommerce-message {
    border-top-color: black;
}

.woocommerce-message::before {
    content: "\e015";
    color: #000;
}

.woocommerce-info::before {
    content: '';
}

.woocommerce-cart h2 {
    margin-bottom: 40px;
}

.woocommerce table.shop_table {
    border: none;
}

.woocommerce table.shop_table td, 
.woocommerce table.shop_table .woocommerce-shipping-totals th, 
.woocommerce table.shop_table .woocommerce-shipping-totals td {
    border-top: 2px solid #000;
    vertical-align: top;
}

.variation dt,
.variation dd {
    font-weight: unset;
    font-size: 12px;
}

#add_payment_method table.cart td, 
#add_payment_method table.cart th, 
.woocommerce-cart table.cart td, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart td, 
.woocommerce-checkout table.cart th {
    vertical-align: top;
}

#add_payment_method .wc-proceed-to-checkout, 
.woocommerce-cart .wc-proceed-to-checkout, 
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 0em 0;
}

.coupon {
    width: 50%;
}

input#coupon_code {
    padding: 10px 9px;
    margin-right: -2px;
    width: 42%;
    text-transform: none;
}

.checkout_coupon input#coupon_code {
    width: 100%;width: 100%;
    border: 2px solid #ddd;
}

.woocommerce form.checkout_coupon, 
.woocommerce form.login, 
.woocommerce form.register {
    border-top: 2px solid #000;
    padding-top: 10px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
}

.woocommerce form.checkout_coupon .form-row-first, 
.woocommerce form.checkout_coupon .form-row-last, 
.woocommerce-page form.checkout_coupon .form-row-first, 
.woocommerce-page form.checkout_coupon .form-row-last {
    width: unset;
    padding: 0px;
}

.woocommerce form.checkout_coupon .form-row-last {
    float: left;
}


.woocommerce form.checkout_coupon .form-row-first {
    margin-right: -2px;
}

.woocommerce .checkout_coupon button.button{
    margin: 0;
    padding: 12px 20px;
}

.woocommerce .cart .coupon .button {
    float: left;
    margin-top: 0px;
    padding: 12px 20px;
}

td.product-remove {
    display: none;
}
th.product-remove {
    display: none;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    padding: 10px 15px 10px 0px;
}

.woocommerce table.cart td.actions {
    padding-right: 0;
}

.woocommerce ul#shipping_method li {
    margin: 0 0px .5em;
    line-height: 1.5em;
    list-style: none;
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 -20px;
    vertical-align: top;
}

.woocommerce table.shop_table tbody .cart-subtotal th {
    width: 40%;
}

.woocommerce table.shop_table tbody .order-tax th, 
.woocommerce table.shop_table tbody .order-remaining th,
.woocommerce table.shop_table tbody .cart-subtotal th,
.woocommerce table.shop_table tbody .order-tax td, 
.woocommerce table.shop_table tbody .order-remaining td {
    font-weight: normal;
}

.product-name a {
    font-weight: bold;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 90%;
}

.woocommerce-cart .page.grau {
    background: #fff;
}

.woocommerce-cart .cart_totals h2 {
    text-transform: unset;
    font-family: 'gt_walsheim' , sans-serif;
    font-size: 14px;
    margin: 12px 0px 14px;
    text-align: left;
}

.cart_totals table.shop_table.shop_table_responsive {
    background: #f5f1ee;
    padding: 6px 16px;
}

.woocommerce .quantity .qty {
    width: 2em;
}

td.product-price {
    width: 15%;
}


/** Woocommerce Product Archive **/
.archive.woocommerce .product {
	text-align: center;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 35px;
    color: black;
    padding: 0 0 8px;
}

.woocommerce ul.products li.product p.tag {
    margin-top: 30px;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .price {
    color: black;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0.3em;
    margin-top: 0.5em;
    font-size: 17px;
    border-bottom: 2px solid black;
}

.single-product.woocommerce div.product form.cart .variations select{
    border: 2px solid black;
}

.single-product select{
    height: 40px;
}

.single-product .product p.wc-gzd-additional-info {
    font-size: 14px;
}

.single-product.woocommerce div.product p.stock{
    font-size: 14px;
    color: #333;
}

.single-product.woocommerce div.product .out-of-stock {
    color: red;
}

.deposit-options.switch-toggle.switch-candy.switch-woocommerce-deposits {
    display: none;
}
.cart #wc-deposits-options-form {
    margin-bottom: 40px;
}

.cart #wc-deposits-options-form .separator {
    display: none;
}

.cart #wc-deposits-options-form .deposit-option {
    display: none;
}

.cart #wc-deposits-options-form .amount{
    color: black;
}

.checkout #deposit-help-tip,
.cart #deposit-help-tip{
    margin-left: 10px;
}

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
    width: 50%;
}

.legal-price-info{
    display: inline-block;
    margin-left: 5px;
}

.woocommerce ul.products li.product p{
	color: black;
}

.product-description.unterkunftklappe {
    clear: both;
    padding: 40px 0px 40px;
}

.product-description.unterkunftklappe .panel-group{
    margin-top: 0px;
}

.product-description.unterkunftklappe h4{
    margin-top: 40px;
}

.product-description.unterkunftklappe h4.panel-title{
    margin-top: 0;
    font-weight: normal;
}


/** Woocommerce Product Single **/

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: bold;
    font-size: 47px;
    text-transform: uppercase;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: black;
    font-size: 1.25em;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 20px;
    font-size: 20px;
}

.woocommerce.single-product div.product form.cart .quantity {
    float: none;
    margin: 0;
    display: inline-block;
    height: 40px;
}

.woocommerce .quantity input.qty {
    line-height: unset;
    text-align: center;
    border-bottom: 0px;
    margin: 0;
    color: black;
    font-weight: bold;
}

.woocommerce.single-product .quantity input.qty::-webkit-outer-spin-button,
.woocommerce.single-product .quantity input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce.single-product .quantity input.qty[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  line-height: 37px;
}

button.minus {
    border: none;
    width: 40px;
    height: 40px;
    float: left;
    display: block;
    font-size: 27px;
    background-color: #f5f1ee;
    font-weight: normal;
}

button.plus {
    border: none;
    width: 40px;
    height: 40px;
    float: right;
    display: block;
    font-size: 27px;
    background-color: #f5f1ee;
    font-weight: normal;
}

.quantity-block {
	height: 44px;
    float: none;
    border: 2px solid #86bc8f;
    border-radius: 0px;
    background-color: white;
    padding: 0px;
    display: inline-block;
    text-transform: uppercase;
    color: #86bc8f;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 1.1px;
}

.woocommerce-product-details__short-description {
    font-weight: bold;
}

.woocommerce div.product form.cart .reset_variations{
	display: none !important;
}

.woocommerce div.product form.cart .variations td.label {
    display: table-row;
    text-align: left;
    font-size: 14px;
}

.woocommerce div.product form.cart .variations td{
    display: table-row;
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    color: #333;
    font-size: 14px;
    margin-top: 13px;
}

.nav>li>a:hover, 
.nav>li>a:focus, 
.navbar-nav>li.current-menu-item>a,
.navbar-nav>li.current-menu-parent>a {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 1px solid black;
}

span.wc-gzd-additional-info.shipping-costs-info.variation_modified {
    display: block;
}

.woocommerce-cart .teaser{
    padding: 0px 0%;
    margin: 80px 0px;
}

.woocommerce table.shop_table{
	border-radius: 0px;
}

.woocommerce .cart .button{
    float: none;
    margin-top: 0px;
    margin-right: 0;
}

.woocommerce a.button.alt{
	width: 100%;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled]{
	    padding: 12px 50px;
	    color: #999;
   		border-color: #ddd;
}

#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    border: 2px solid #ddd;
    outline: 0;
    border-radius: 0px;
    background-color: transparent;
    font-weight: normal;
    padding: 9px 20px;
    display: inline-block;
    color: #333;
    margin: 0px;
    font-size: 14px;
    letter-spacing: 1.1px;
    width: auto;
    line-height: 1;
    text-align: left;
    vertical-align: middle;
}

.woocommerce form .form-row label{
	text-align: left;
}

.woocommerce form .form-row{
	margin: 0 0 25px;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    text-align: left;
    line-height: 30px;
}

select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat right center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 100%;
    padding: 5px;
    background-color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    height: 100%;
    left: 0;
    margin-left: -4px;
    margin-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 99% 50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    top: 0px;
}

.woocommerce-checkout-payment {
    margin-bottom: 50px;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 80%;
    margin: auto;
    margin-bottom: 25px;
}

.woocommerce .col2-set .col-1, 
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, 
.woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0px;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: none;
    margin-left: 20px;
}

#payment label {
    display: inline-block;
    width: 80%;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0;
}

div#order_review {
    margin-top: 80px;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border:none;
    padding: 0;
}

.woocommerce .woocommerce-checkout .shop_table {
    background-color: transparent;
}

.woocommerce form .form-row textarea{
	padding: 5px 10px;
}
.grau hr{
	border-top: 1px solid white;
}


.woocommerce .woocommerce-breadcrumb {
	display: none;
}

.archive .term-description{
	text-align: center;
    margin: 60px 70px 80px;
    padding: 0px 15%;
}

.up-sells li.product.type-product {
    text-align: center;
}

section.up-sells.upsells.products {
    margin-top: 50px;
}

.woocommerce.product-informations{
	clear: both;
	padding-top: 40px;
}

.description-wrapper {
    width: 50%;
    margin-bottom: 25px;
}

.notice {
    text-align: left;
}

.variation-Anzahlungsbetrag,
.variation-Restbetrag,
.woocommerce td.product-name dl.variation dt {
    display: none;
}

.woocommerce td.product-name dl.variation dt.variation-Abholung{
    display: inline;
}

.woocommerce-order-received .small_wrapper {
    padding: 0px 15%;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot th{
    font-weight: bold;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr:first-child th, 
.woocommerce-order-received .woocommerce table.shop_table tfoot tr:first-child td {
    border-top: 2px solid black;
}


.woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child th, 
.woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child td{
    border-bottom: 2px solid black;
}

.woocommerce-order-received .small_wrapper p,
.woocommerce-order-received .woocommerce_deposits_parent_order_summary {
    display: none;
}

.woocommerce-order-received .small_wrapper .woocommerce-table p{
    display: block;
}

.woocommerce-order-received .small_wrapper {
    background-color: #fff;
}

.woocommerce-order-received.woocommerce-checkout .shop_table{
    background-color: #fff;
}

.woocommerce ul.order_details{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.woocommerce-order-received .weiß .teaser{
    padding: 0;
}

.woocommerce-order-received .teaser {
    padding: 0px 10%;
}

.woocommerce-order-received h2,
.woocommerce-order .woocommerce-customer-details{
    display: none;
}

.woocommerce .woocommerce-error .button {
    margin: 0;
}

.woocommerce .woocommerce-message--info .button {
    margin: 0;
}

.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before {
    display: none;
}

.woocommerce-form woocommerce-form-login.login {
    border: 0;
    padding: 0;
    width: 70%;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 0;
}

.product-meta {
    margin-top: 25px;
}

.product-description .notice {
    width: 72%;
    margin-top: 5px;
}
.product-description .notice p{
    display: inline-block;
}

.product-description .notice b {
    padding-right: 8px;
}

.related .products {
    text-align: center;
}

.product-info-wrapper{
	margin-bottom: 40px;
}

.theme-bootstrapTheme h4 {
    font-size: 14px;
    font-weight: bold;
}

.woocommerce-form__label{
    font-weight: normal;
}

/** checkbox cart */
.wc-gzd-checkbox-placeholder {
    text-align: left;
    clear: both;
    display: block;
}

#order_review .legal label {
    display: block;
}

.woocommerce #order_review .legal{
    float: none;
}

.wc-gzd-checkbox-placeholder label {
    display: inline;
}

.woocommerce form .wc-gzd-checkbox-placeholder span {
    display: inline-block;
    padding-left: 25px;
    font-weight: normal;
    line-height: normal;
}

.woocommerce form .wc-gzd-checkbox-placeholder .input-checkbox{
    margin: 2px 8px 0 0;
}

.wc-gzd-product-name-right {
    min-width:80%;
}

td.product-name .wc-gzd-product-name-right { 
    font-weight: bold;
}

td.product-name .wc-gzd-product-name-right .wc-gzd-cart-info{
    font-weight: normal;
}

.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th
{
    vertical-align: top;
    font-weight: normal;
    border-top: none;
}

.woocommerce ul#shipping_method li label{
    font-weight: normal;
}

.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-paid th, 
.woocommerce table.shop_table .order-total td,
.woocommerce table.shop_table .order-paid td{
    border-bottom: 2px solid black;
    font-weight: bold;
}

tr.order-remaining strong {
    font-weight: normal;
}

tfoot tr.cart-subtotal {
    display: none;
}


#ws_opt_in_field {
    text-align: left;
    margin-left: 20px;
}

#ws_opt_in_field label.checkbox{
    font-weight: normal;
} 

#ws_opt_in_field .input-checkbox {
    display: inline;
    margin: 8px 0px 0 -20px;
    text-align: center;
    vertical-align: middle;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
    width: 100px;
}

.woocommerce .wc-gzd-item-desc p {
    font-size: 14px;
    line-height: normal;
    padding-bottom: 5px;
}

.cross-sells h3 {
    text-align: left;
    font-size: 30px;
}

.product_meta .sku_wrapper, 
.product_meta .posted_in {
    display: block;
}

.ablauf.grau {
    margin-bottom: 80px;
}

.ablauf .teaser {
    padding: 0px;
}

.ablauf h3 {
    position: relative;
}

.ablauf span.line{
    left: 0;
    top: 13px;
}

.ablauf h3 .text{
    background-color: #f5f1ee;
    padding: 0 30px;
    position: relative;
}

.ablauf .column-wrapper {
    border-bottom: 2px solid black;
    padding-bottom: 40px;
    display: inline-block;
    margin: 0px 15px 20px;
}

.categories {
    margin-bottom: 80px;
}
.live-notice {
    text-align: center;
    margin-bottom: 40px;
}
.teaser-box {
    position: relative;
    height: 250px;
    background-position: center;
    background-size: 115%;
    background-repeat: no-repeat;
}

.rind .teaser-box{
    background-position: 7% 58%;
    background-size: 172%;
}

.teaser-box img {
    width: 100%;
}

.teaser-box .overlay {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    text-align: center;
    top: 0px;
    background: rgba(0,0,0,0.16);
}

.teaser-box .overlay .box-title {
    margin: auto;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    position: absolute;
    height: 45px;
    font-size: 50px;
    color: white;
}

a:hover .teaser-box, .teaser-boxes a:hover {
    text-decoration: none;
    opacity: 0.6;
}

p.notice {
    text-align: left;
}

.werte-wrapper .teaser {
    margin-bottom: 40px;
}

.werte-wrapper.grau {
    padding-bottom: 80px;
}

.wert {
    text-align: center;
}

.wert img,
.cat img {
    height: auto;
    max-width: 100%;
}

.wert h3 {
    margin-bottom: 0px;
    margin-top: 40px;
}

.wert .subline {
    margin-bottom: 40px;
}

.unterkunftklappe .panel-heading {
    background: #fff;
}

/*ACCOUNT */

.woocommerce-account .teaser{
    text-align: left;
    padding: 0px;
}

.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0px;
}

li.woocommerce-MyAccount-navigation-link a {
    color: black;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 16px 0px 16px;
    border-bottom: 2px solid black;
    margin-right: 60px;
    display: block;
}

li.woocommerce-MyAccount-navigation-link a:hover,
li.woocommerce-MyAccount-navigation-link a:focus,
li.woocommerce-MyAccount-navigation-link.is-active a {
    color: #86bc8f;
    border-color: #86bc8f;
    text-decoration: none;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: unset;
}

.woocommerce-Address {
    border-bottom: 1px solid black;
    margin-bottom: 80px;
}

/* ausblenden von Optionen im Konto */
.woocommerce-MyAccount-navigation-link--downloads,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
    display: none;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    margin-right: 1em;
    margin-top: 30px;
    float: unset;
    display: block;
}

/*FOOTER */
.footer {
    background: #27292f;
    color: white;
    line-height: 1.8em;
    font-size: 12px;
    padding: 30px 0px;
    text-transform: none;
}

.copyright{
    opacity: 1;
    align-self: flex-end;
    flex-grow: 2;
}

ul.socialnav a {
    opacity: 1;
}

ul.socialnav a:hover {
    opacity: 0.6;
}

a.gb-icon img {
    width: 20%;
    height: auto;
    margin-bottom: 10px;
}

ul.socialnav {
    float: unset;
}

.footer .row {
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: block;
    line-height: 2.2em;
    text-transform: uppercase;
}
.footer h4 {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.footer .social{
    align-self: flex-end;
    margin-bottom: 10px;
}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.logo-footer {
    display: flex;
    flex-direction: row;
}

a.about_paypal {
    display: none;
}

.woocommerce-order-received section.woocommerce-order-details {
    display: none;
}

.payment {
    display: flex;
    margin-top: -10px;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-end;
}

.footer .nav>li {
    display: inline;
}

.footer .nav>li>a{
    color: #fff;
    opacity: unset;
    padding: 0px;
    margin-right: 10px;
    display: inline;
}

.eu {
    display: inline-block;
    padding: 0;
    padding-right: 10px;
    padding-left: 0px;
    width: 70px;
}

.col-md-2.contact{
    margin-top: 21px;
}

.col-md-6.links {
    margin-bottom: 6px;
    align-self: flex-end;
}

.footer .nav>li>a:hover {
    border-color: white;
}



.payment {
    margin-top: -10px;
}

.socialnav {
    line-height: unset;
}

.payment span img {
    width: 86px;
    margin-right: 16px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.payment span.paypal img {
    width: 28px;
}

.payment span.sofort img {
    width: 45px;
}

.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover{
    background-color: #86bd8f;
    border: 2px solid #86bc8f;
}



@media (max-width: 768px){
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    padding: 20px 20px;
}

.woocommerce-order-received .teaser {
    padding: 0px 5%;
}

.woocommerce ul.order_details {
    display: flex;
    flex-direction: column;
}

.woocommerce ul.order_details li{
    border-right: none;
    margin-bottom: 15px;
}

.ablauf .teaser img{
    width: 65%;
    margin-bottom: -15px;
}

.woocommerce-checkout-review-order-table .product-name img {
    display: none;
}

.ablauf.grau {
    margin-bottom: 40px;
}

.categories {
    margin-bottom: 20px;
}

.categories .cat {
    margin-bottom: 20px;
}

h1 {
    font-size: 32px;
}
h3 {
    font-size: 26px;
}
.row {
    display: flex;
    flex-direction: column;
}
.col-md-6.col-xs-12.karte {
    display: none;
}
.wert h3 {
    margin-top: 20px;
}

.wert {
    margin-bottom: 40px;
}
ul.nav.navbar-nav.right {
    margin-bottom: 60px;
}

.cart-contents:before {
    left: 0px;
    right: 0px;
    margin: auto;
}

.navbar-brand, .navbar-nav>li>a{
    padding: 6px 0;
    margin: 0 10px;
}

.nav>li>a:hover, .nav>li>a:focus, .navbar-nav>li.current-menu-item>a, .navbar-nav>li.current-menu-parent>a {
    border-bottom: 0px;
    background: #86bc8f;
    color: white;
}

.woocommerce ul.products[class*=columns-] li.product, 
.woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
}
.wert .subline {
    margin-bottom: 20px;
}

.big_brand::before {
    font-size: 40px;
}
.teaser{
    padding: 0px 0%;
}
.row.row-eq-height{
    flex-direction: column;
}
.payment span img {
    width: 40px;
}
.payment span.paypal img {
    width: 18px;
}
.payment span.sofort img {
    width: 26px;
}
.payment {
    margin-top: 10px;
    justify-content: center;
    align-items: center;
    align-self: center;
}
.footer .social {
    align-self: flex-start;
    margin-left: -7px;
}
.eu {
    width: 65px;
    align-self: center;
    margin-bottom: 10px;
}
.copyright {
    opacity: 1;
    align-self: center;
    flex-grow: 0;
}
.logo-footer {
    flex-direction: column;
}
.untertitle {
    margin-bottom: 20px;
}

a.cart-contents.menu-item {
    height: 42px;
}
.cart-contents:hover:before {
    content: '';
    background: url(img/korb-white.svg) no-repeat;
}

.description-wrapper,
.product-description .notice {
    width: 90%;
}
td.product-price{
width: 100%;
}
.coupon {
    width: 100%;
}
input#coupon_code{
    width: unset;
}

.woocommerce table.shop_table td.product-remove {
    display: none;
}

.woocommerce table.shop_table td.product-price, .woocommerce table.shop_table td.product-quantity, .woocommerce table.shop_table td.product-subtotal {
    border-top: 1px solid black;
}

.woocommerce table.shop_table td.product-total,
.woocommerce table.shop_table tfoot td{
    text-align: right;
}

.sib-form-block__button-with-loader{
    padding: 12px 20px;
    width: 100%;
}
.sib-form__declaration{
    flex-direction: column;
}
.sib-form__declaration .declaration-block-icon{
    margin-bottom: 10px;
    width: 60px;
}
.woocommerce table.shop_table th.product-total {
    text-align: right;
    padding-right: 0;
}

.woocommerce-checkout .wc-gzd-product-name-left {
    max-width: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 0;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
    background-color: transparent;
}

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%;
    padding: 12px 20px;
}

.woocommerce div.product form.cart .button{
    padding: 20px 40px;
    width: 100%;
}
.woocommerce-cart .teaser {
    padding: 0px 0%;
    margin: 20px 0px;
}


}

@media (min-width: 992px){
.big_brand {
    width: 970px;
}
.teaser{
    padding: 0px 10%;
}

.payment span img {
    width: 55px;
}
}

@media (min-width: 1200px){
.big_brand {
    width: 1170px;
} 
.teaser{
    padding: 0px 15%;
}
}
