/*
Theme Name: Roter Hahn
Theme URI: https://roterhahn.welovebold.de
Author: Bold
Author URI: https://www.welovebold.de
Description: Bold - Basic Theme
Version: 1.0.0
*/
/* Begin google fonts */
@font-face {
  font-family: "Istok Web";
  src: url("./includes/fonts/Istok_Web/IstokWeb-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Istok Web";
  src: url("./includes/fonts/Istok_Web/IstokWeb-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* End google fonts */
/*--------------------------------------------------------------
Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: 1px #767676 dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #eee;
  color: #222;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Variables
 - Settings
 - Breakpoints
 - Colors
 - Font Size
 - Font Weight
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Helper Classes
--------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  position: relative;
  padding: 0 20px 0 46px;
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
  height: inherit;
  display: block;
}
@media screen and (max-width: 1000px) {
  .container {
    padding: 0 20px 0 23px;
  }
}

.visible-sm {
  display: block;
}
@media (min-width: 768px) {
  .visible-sm {
    display: none;
  }
}

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html, body {
  font-family: "Istok Web", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 28px;
  position: relative;
  text-transform: none;
}
h1:after {
  background-color: #de492a;
  bottom: -8px;
  content: "";
  left: 0;
  height: 3px;
  width: 46px;
  position: absolute;
}

a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}

a.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid black;
  font-size: 18px;
  margin: 10px 0;
  padding: 2px 22px;
  position: relative;
  text-align: center;
}
a.btn:after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: black;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: -1;
}
a.btn:hover {
  color: white;
}
a.btn:hover:after {
  width: 100%;
}

.entry-content p a {
  font-weight: 700;
  position: relative;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.entry-content p a:after {
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  background-color: #de492a;
  bottom: 3px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}
.entry-content p a:hover:after {
  width: 100%;
}

.entry-content ul {
  padding: 0;
}
.entry-content ul li {
  background-image: url("/app/themes/roterhahn/includes/images/icons/arrow-right.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 11px;
  list-style: none;
  padding-left: 16px;
}

#page {
  overflow: hidden;
}

#content {
  min-height: calc(100vh - 115px);
  position: relative;
}

.cg-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -18px;
}

.cg-col-4 {
  padding: 0 18px;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .cg-col-4 {
    width: 50%;
  }
}
@media screen and (max-width: 460px) {
  .cg-col-4 {
    width: 100%;
  }
}

.wp-block-file__button {
  display: inline-block;
  margin-left: 0;
  margin-top: 20px;
}

.wp-block-file .title-download {
  display: block !important;
}

#anfrage-form {
  margin-top: 40px;
}
#anfrage-form .radio-wrapper label, #anfrage-form .checkbox-wrapper label {
  cursor: pointer;
}
#anfrage-form input:not([type=checkbox], [type=radio]) {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0;
  border: 1px solid #1e1c1c;
  padding: 10px 10px;
  line-height: 100%;
}
#anfrage-form input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  border: 1px solid #1e1c1c;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
#anfrage-form input[type=radio]:checked:before {
  position: relative;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #1e1c1c;
  left: 6px;
  top: 2px;
  transform: translateX(-50%);
  border-radius: 50%;
}
#anfrage-form input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #1e1c1c;
  border-radius: 0;
}
#anfrage-form input[type=checkbox]:checked:before {
  position: relative;
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #1e1c1c;
  transform: rotate(45deg);
  left: -2px;
  top: 6px;
}
#anfrage-form input[type=checkbox]:checked:after {
  position: relative;
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #1e1c1c;
  transform: rotate(-45deg);
  right: 2px;
  top: 4px;
}
#anfrage-form textarea {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0;
  border: 1px solid #1e1c1c;
  padding: 10px 10px;
  line-height: 100%;
  resize: vertical;
  min-height: 150px;
}
#anfrage-form select {
  -webkit-appearance: none;
  width: 100%;
  border-radius: 0;
  border: 1px solid #1e1c1c;
  padding: 10px 10px;
  line-height: 100%;
  cursor: pointer;
}
#anfrage-form .bld-btn {
  border: 1px solid #1e1c1c;
  background: #1e1c1c;
  color: #fff;
  border-radius: 0;
  text-decoration: none;
  padding: 10px 15px;
  cursor: pointer;
  transition: all 0.3s;
}
#anfrage-form .bld-btn:hover {
  background: #fff;
  color: #1e1c1c;
}

/*--------------------------------------------------------------
Header Classes
--------------------------------------------------------------*/
header#header {
  background-color: #1e1c1c;
  height: 80px;
  z-index: 100;
}
header#header .container {
  padding: 0;
}
header#header .red-bar {
  background-color: #de492a;
  height: 100000px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 3px;
}
header#header .site-branding a {
  left: -58px;
  position: relative;
  top: 24px;
  z-index: 100;
}
header#header .site-branding a img {
  width: 116px;
  height: 116px;
}
@media screen and (max-width: 1000px) {
  header#header .site-branding a {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
  }
}
header#header .primary-navigation {
  display: none;
}

.page-id-371 header .primary-navigation, .single-banner header .primary-navigation {
  display: block !important;
  position: absolute;
  right: 20px;
  top: 10px;
}
.page-id-371 header .primary-navigation ul li, .single-banner header .primary-navigation ul li {
  list-style: none;
}
.page-id-371 header .primary-navigation ul li a, .single-banner header .primary-navigation ul li a {
  color: #fff;
}

/*--------------------------------------------------------------
Footer Classes
--------------------------------------------------------------*/
footer.site-footer {
  align-items: center;
  background-color: #1e1c1c;
  border: 1px solid #979797;
  color: white;
  display: flex;
  font-size: 14px;
  min-height: 35px;
  position: relative;
  z-index: 110;
}
footer.site-footer ul#menu-footer-navigation {
  margin: 0;
  padding: 0;
  text-align: center;
}
footer.site-footer ul#menu-footer-navigation li {
  display: inline-block;
}
footer.site-footer ul#menu-footer-navigation li:after {
  content: "|";
  margin-left: 5px;
}
footer.site-footer ul#menu-footer-navigation li:last-child:after {
  display: none;
}
footer.site-footer ul#menu-footer-navigation li a:hover {
  text-decoration: underline;
}

.gray-rooster-wrapper {
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  height: 420px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 250px;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .gray-rooster-wrapper {
    display: none;
  }
}

/*--------------------------------------------------------------
Form Classes
--------------------------------------------------------------*/
body .nf-form-layout form .nf-form-fields-required {
  display: none;
}
body .nf-form-layout form .nf-form-content {
  padding: 0;
}
body .nf-form-layout form .nf-form-content .nf-field-label {
  margin-bottom: 2px;
}
body .nf-form-layout form .nf-form-content .nf-field-label label {
  font-size: 16px;
  font-weight: 400;
}
body .nf-form-layout form .nf-form-content .nf-field-label label span.ninja-forms-req-symbol {
  color: black;
}
body .nf-form-layout form .nf-form-content .nf-field-element:after {
  display: none;
}
body .nf-form-layout form .nf-form-content .nf-field-element input, body .nf-form-layout form .nf-form-content .nf-field-element select, body .nf-form-layout form .nf-form-content .nf-field-element textarea {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  background-color: #efefef !important;
  border: 0;
  color: black;
  font-family: "Istok Web", sans-serif;
  height: auto;
}
body .nf-form-layout form .nf-form-content .nf-field-element textarea {
  height: 285px;
}
body .nf-form-layout form .nf-form-content .nf-field-element div[for] {
  display: none;
}
body .nf-form-layout form .nf-form-content .list-select-wrap .nf-field-element {
  position: relative;
}
body .nf-form-layout form .nf-form-content .list-select-wrap .nf-field-element select {
  position: relative;
  z-index: 1;
}
body .nf-form-layout form .nf-form-content .list-select-wrap .nf-field-element:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-image: url("/app/themes/roterhahn/includes/images/icons/arrow-right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  pointer-events: none;
  position: absolute;
  right: 16px;
  top: 12px;
  width: 20px;
  z-index: 2;
}
body .nf-form-layout form .nf-form-content .form-col-wrapper {
  float: left;
  width: auto;
}
body .nf-form-layout form .nf-form-content .form-col-wrapper.form-last-col:after {
  clear: both;
  content: "";
  display: block;
}
body .nf-form-layout form .nf-form-content .form-col-wrapper.form-col-7 {
  width: 58.33%;
}
body .nf-form-layout form .nf-form-content .form-col-wrapper.form-col-5 {
  width: 41.67%;
}
body .nf-form-layout form .nf-form-content .form-col-wrapper .padding-left {
  padding-left: 15px;
}
body .nf-form-layout form .nf-form-content .form-col-wrapper .padding-right {
  padding-right: 15px;
}
body .nf-form-layout form .nf-form-content .submit-wrap input[type=button] {
  background-color: white !important;
  border: 2px solid black;
  cursor: pointer;
  font-size: 18px;
  padding: 6px 22px;
  text-transform: uppercase;
}
body .nf-form-layout form .form-field-hidden {
  pointer-events: none;
  position: absolute;
  visibility: hidden;
}

/*--------------------------------------------------------------
Download Listing Classes
--------------------------------------------------------------*/
.logo-download {
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .logo-download {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .logo-download {
    width: 100%;
  }
}

.download-side-button {
  position: fixed;
  left: 0;
  top: 400px;
  z-index: 1;
}
.download-side-button a {
  writing-mode: vertical-lr;
  padding: 10px 10px;
  background: black;
  color: white;
  letter-spacing: 2px;
}

/*--------------------------------------------------------------
Product Listing Classes
--------------------------------------------------------------*/
.product-listing-wrapper .product-item {
  margin-bottom: 35px;
}
.product-listing-wrapper .product-item a.image-link-wrapper {
  display: block;
  line-height: 0;
}
.product-listing-wrapper .product-item a.image-link-wrapper .image-wrapper {
  background-position: center center;
  background-size: cover;
  margin-bottom: 12px;
  padding-top: 75%;
}
.product-listing-wrapper .product-item a.product-btn {
  background-color: black;
  color: white;
  display: block;
  padding: 7px 10px;
  text-align: center;
}
.product-listing-wrapper .product-item a.product-btn span {
  position: relative;
}
.product-listing-wrapper .product-item a.product-btn span img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  left: -20px;
  height: 14px;
  position: absolute;
  top: calc(50% - 1px);
}
.product-listing-wrapper .product-item a.product-btn:hover span img {
  left: -14px;
}

/*--------------------------------------------------------------
Banner listing
--------------------------------------------------------------*/
.produkte-listing-wrapper {
  display: flex;
  gap: 20px;
  padding: 0;
}
.produkte-listing-wrapper .produkt-wrapper {
  list-style: none;
  width: calc(25% - 15px);
}
.produkte-listing-wrapper .produkt-wrapper a {
  color: #1e1c1c;
  text-decoration: none;
}
.produkte-listing-wrapper .produkt-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
single
--------------------------------------------------------------*/
.product-single-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 700px) {
  .product-single-wrapper {
    display: block;
  }
}
.product-single-wrapper #infobox {
  display: none;
  width: 100%;
  background: rgba(0, 132, 47, 0.5);
  color: #1e1c1c;
  padding: 20px;
}
.product-single-wrapper h1 {
  width: 100%;
}
.product-single-wrapper .product-image-wrapper {
  width: calc(40% - 20px);
}
@media (max-width: 700px) {
  .product-single-wrapper .product-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.product-single-wrapper .product-image-wrapper img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
@media (max-width: 500px) {
  .product-single-wrapper .product-image-wrapper img {
    max-height: 300px;
  }
}
.product-single-wrapper .product-form-wrapper {
  width: calc(60% - 20px);
}
@media (max-width: 700px) {
  .product-single-wrapper .product-form-wrapper {
    width: 100%;
  }
}
.product-single-wrapper .product-form-wrapper #product-form .form-item {
  margin-bottom: 20px;
}
.product-single-wrapper .product-form-wrapper #product-form .form-item .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-single-wrapper .product-form-wrapper #product-form .form-item .radio-wrapper, .product-single-wrapper .product-form-wrapper #product-form .form-item .checkbox-wrapper {
  margin-bottom: 5px;
}
.product-single-wrapper .product-form-wrapper #product-form .form-item .radio-wrapper:last-child, .product-single-wrapper .product-form-wrapper #product-form .form-item .checkbox-wrapper:last-child {
  margin-bottom: 0;
}
.product-single-wrapper .product-form-wrapper .quantity-wrapper {
  display: none;
}
.product-single-wrapper .product-form-wrapper .quantity-wrapper .quantity-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  border: 1px solid #1e1c1c;
  background: #1e1c1c;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  transition: all 0.3s;
  cursor: pointer;
}
.product-single-wrapper .product-form-wrapper .quantity-wrapper .quantity-btn:hover {
  background: #fff;
  color: #1e1c1c;
}
.product-single-wrapper .product-form-wrapper .quantity-wrapper input {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  width: 50px;
}
.product-single-wrapper .product-form-wrapper .quantity-wrapper input::-webkit-outer-spin-button,
.product-single-wrapper .product-form-wrapper .quantity-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-banner .bld-btn, .single-banner .back-button {
  padding: 10px !important;
  background: #1e1c1c;
  color: #fff;
  border: 2px solid #1e1c1c;
  transition: all 0.3s;
  cursor: pointer;
  line-height: 18px;
}
.single-banner .bld-btn:hover, .single-banner .back-button:hover {
  background: #fff;
  color: #1e1c1c;
}
.single-banner .bld-btn {
  display: block;
  margin-bottom: 20px;
}
.single-banner .quantity-wrapper .quantity-input {
  border-top: 2px solid #1e1c1c;
  border-bottom: 2px solid #1e1c1c;
  border-left: 1px solid #1e1c1c;
  border-right: 1px solid #1e1c1c;
}
.single-banner .radio-wrapper input[type=radio] {
  position: relative;
  -webkit-appearance: none;
  border: 1px solid #1e1c1c;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.single-banner .radio-wrapper input[type=radio]:checked:before {
  position: relative;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #1e1c1c;
  left: 6px;
  top: 2px;
  transform: translateX(-50%);
  border-radius: 50%;
}
.single-banner input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #1e1c1c;
  border-radius: 0;
}
.single-banner input[type=checkbox]:checked:before {
  position: relative;
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #1e1c1c;
  transform: rotate(45deg);
  left: -2px;
  top: 6px;
}
.single-banner input[type=checkbox]:checked:after {
  position: relative;
  content: "";
  display: block;
  width: 17px;
  height: 1px;
  background: #1e1c1c;
  transform: rotate(-45deg);
  right: 2px;
  top: 4px;
}

.produkte-listing-wrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 36px;
}
@media (max-width: 500px) {
  .produkte-listing-wrapper {
    display: block;
  }
}
.produkte-listing-wrapper .produkt-wrapper {
  width: calc(33.33% - 24px);
}
@media (max-width: 730px) {
  .produkte-listing-wrapper .produkt-wrapper {
    width: calc(50% - 24px);
  }
}
@media (max-width: 500px) {
  .produkte-listing-wrapper .produkt-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
}
.produkte-listing-wrapper .produkt-wrapper:hover h2 span img {
  left: -14px;
}
.produkte-listing-wrapper .produkt-wrapper img {
  object-fit: cover;
  border: 2px solid #979797;
}
.produkte-listing-wrapper .produkt-wrapper h2 {
  background-color: black;
  color: white;
  display: block;
  padding: 7px 10px;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
}
.produkte-listing-wrapper .produkt-wrapper h2 img {
  border: none;
}
.produkte-listing-wrapper .produkt-wrapper h2 span {
  position: relative;
}
.produkte-listing-wrapper .produkt-wrapper h2 span img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  left: -20px;
  height: 14px;
  width: 15px;
  position: absolute;
  top: calc(50% - 1px);
  object-fit: contain;
}

/*--------------------------------------------------------------
Cart
--------------------------------------------------------------*/
#cart-wrapper {
  border: 1px solid #1e1c1c;
}
#cart-wrapper .cart-item {
  display: flex;
  border-bottom: 1px solid #1e1c1c;
}
@media (max-width: 600px) {
  #cart-wrapper .cart-item {
    display: block;
  }
}
#cart-wrapper .cart-item:last-child {
  border-bottom: 0;
}
#cart-wrapper .cart-item .product-image {
  padding: 15px;
  border-right: 1px solid #1e1c1c;
}
@media (max-width: 600px) {
  #cart-wrapper .cart-item .product-image {
    border-bottom: 1px solid #1e1c1c;
    border-right: none;
  }
}
#cart-wrapper .cart-item .product-image img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
#cart-wrapper .cart-item .product-content {
  flex: 1;
  padding: 15px;
  border-right: 1px solid #1e1c1c;
}
@media (max-width: 600px) {
  #cart-wrapper .cart-item .product-content {
    border-bottom: 1px solid #1e1c1c;
    border-right: none;
  }
}
#cart-wrapper .cart-item .product-content .product-title {
  margin-bottom: 10px;
}
#cart-wrapper .cart-item .product-content .product-config .config-item {
  font-size: 15px;
  margin-bottom: 10px;
}
#cart-wrapper .cart-item .product-content .product-config .config-item .title {
  margin-bottom: 5px;
}
#cart-wrapper .cart-item .product-content .product-config .config-item ul {
  margin: 0;
  padding: 0 20px;
}
#cart-wrapper .cart-item .product-quantity {
  padding: 15px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #1e1c1c;
}
@media (max-width: 600px) {
  #cart-wrapper .cart-item .product-quantity {
    border-right: none;
    border-bottom: 1px solid #1e1c1c;
  }
}
#cart-wrapper .cart-item .product-quantity .title {
  margin-bottom: 10px;
}
#cart-wrapper .cart-item .cart-item-actions {
  padding: 15px;
}
#cart-wrapper .cart-item .cart-item-actions .delete-cart-item {
  color: red;
  cursor: pointer;
}
#cart-wrapper .cart-item .cart-item-actions .delete-cart-item span {
  display: none;
}
@media (max-width: 600px) {
  #cart-wrapper .cart-item .cart-item-actions .delete-cart-item span {
    display: inline-block;
  }
}

#anfrage-form-wrapper {
  display: none;
  padding-bottom: 50px;
}
#anfrage-form-wrapper #anfrage-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#anfrage-form-wrapper #anfrage-form .input-wrapper, #anfrage-form-wrapper #anfrage-form .select-wrapper, #anfrage-form-wrapper #anfrage-form .checkbox-wrapper, #anfrage-form-wrapper #anfrage-form .textarea-wrapper {
  width: 100%;
}
#anfrage-form-wrapper #anfrage-form label {
  display: inline-block;
  margin-bottom: 5px;
}
#anfrage-form-wrapper #anfrage-form label.required:after {
  display: inline-block;
  content: "*";
  margin-left: 3px;
  color: red;
}
#anfrage-form-wrapper #anfrage-form .w-50 {
  width: calc(50% - 10px);
}

/*# sourceMappingURL=style.css.map */
