@charset "UTF-8";
/*
Theme Name: Bold
Theme URI: https://www.welovebold.de
Author: Bold
Author URI: https://www.welovebold.de
Description: Bold - Basic Theme
Version: 1.0.0
*/
/* Begin google fonts */
@import './includes/nouislider/nouislider.min.css';
@font-face {
  font-family: "Roboto";
  src: url("./includes/fonts/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url("./includes/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("./includes/fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("./includes/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("./includes/fonts/Roboto/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
}
/* End google fonts */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./includes/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./includes/fonts/slick/slick.eot");
  src: url("./includes/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./includes/fonts/slick/slick.woff") format("woff"), url("./includes/fonts/slick/slick.ttf") format("truetype"), url("./includes/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*--------------------------------------------------------------
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 15px;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  height: inherit;
  display: block;
}

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

.clearfix {
  clear: both;
}

/*--------------------------------------------------------------
Product Tax Single Styles
--------------------------------------------------------------*/
.cat-filter .filter-label {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 50px;
  margin-right: 20px;
}
.cat-filter .arbeitshoehen {
  display: inline-block;
}
.cat-filter .arbeitshoehen .arbeitshoehe {
  padding: 10px 20px;
  text-transform: initial;
  margin-right: 10px;
  white-space: nowrap;
}
.cat-filter .arbeitshoehen .arbeitshoehe.active {
  color: #122945;
  background: transparent;
}

/*--------------------------------------------------------------
Product Listing Styles
--------------------------------------------------------------*/
.product-listing {
  margin: 0 -45px;
}
.product-listing .item-link {
  text-decoration: none;
  color: #122945;
}
.product-listing .product-item {
  position: relative;
  display: block;
  width: calc(25% - 90px);
  font-size: 14px;
  margin: 0 45px;
  margin-bottom: 90px;
  float: left;
  border: 3px solid #9B9B9B;
  border-radius: 11px;
  padding: 10px 10px 80px 10px;
  color: #122945;
}
.product-listing .product-item .product-img-wrapper {
  position: relative;
  height: 150px;
  margin-bottom: 20px;
}
.product-listing .product-item .product-img-wrapper .product-img-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
}
.product-listing .product-item .product-img-wrapper .product-img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.product-listing .product-item .product-img-wrapper .product-img.active {
  visibility: visible;
  opacity: 1;
}
.product-listing .product-item .product-title {
  font-size: 20px;
  font-weight: 600;
}
.product-listing .product-item .product-subtitle {
  text-transform: uppercase;
}
.product-listing .product-item .product-baujahr, .product-listing .product-item .product-arbeitshoehe, .product-listing .product-item .product-reichweite, .product-listing .product-item .product-korbtraglast, .product-listing .product-item .product-gewicht, .product-listing .product-item .product-breite, .product-listing .product-item .product-antrieb {
  position: relative;
  text-align: right;
  padding: 2px 0;
}
.product-listing .product-item .product-baujahr span, .product-listing .product-item .product-arbeitshoehe span, .product-listing .product-item .product-reichweite span, .product-listing .product-item .product-korbtraglast span, .product-listing .product-item .product-gewicht span, .product-listing .product-item .product-breite span, .product-listing .product-item .product-antrieb span {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  font-weight: 600;
}
.product-listing .product-item .product-baujahr span.abst-text, .product-listing .product-item .product-arbeitshoehe span.abst-text, .product-listing .product-item .product-reichweite span.abst-text, .product-listing .product-item .product-korbtraglast span.abst-text, .product-listing .product-item .product-gewicht span.abst-text, .product-listing .product-item .product-breite span.abst-text, .product-listing .product-item .product-antrieb span.abst-text {
  display: inline-block;
  position: inherit;
  font-weight: 400;
  width: 50%;
  text-transform: initial;
}
.product-listing .product-item .product-link {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  text-align: center;
}
.product-listing .product-item .product-link .btn {
  padding: 10px 40px;
  margin: 0 auto;
}
.product-listing .product-item:hover .product-img-placeholder {
  opacity: 0;
  visibility: hidden;
}
.product-listing .product-item:hover .product-img {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1300px) {
  .product-listing .product-item {
    width: calc(25% - 40px);
    margin: 0 20px 40px 20px;
  }
}
@media (max-width: 1100px) {
  .product-listing .product-item {
    width: calc(50% - 40px);
    margin: 0 20px 40px 20px;
  }
}
@media (max-width: 600px) {
  .product-listing .product-item {
    width: calc(100% - 40px);
    margin: 0 20px 40px 20px;
  }
}
@media (max-width: 1300px) {
  .product-listing {
    margin: 0 -20px;
  }
}
@media (max-width: 1100px) {
  .product-listing {
    margin: 0 -20px;
  }
}

.cat-info.pl {
  margin-top: 150px;
}

/*--------------------------------------------------------------
Product Single Styles
--------------------------------------------------------------*/
.single-produkte .btn {
  line-height: 20px;
}

.haupt-info-wrapper {
  margin-bottom: 50px;
}
.haupt-info-wrapper .product-images {
  display: block;
  width: 50%;
  float: left;
  padding-right: 40px;
}
@media (max-width: 1100px) {
  .haupt-info-wrapper .product-images .product-images-slider .slick-prev {
    left: 10px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .haupt-info-wrapper .product-images .product-images-slider .slick-prev:before {
    width: 15px;
    height: 30px;
    background-image: url("/app/themes/rothlehner/includes/images/arrow_blue_back.svg");
  }
}
@media (max-width: 1100px) {
  .haupt-info-wrapper .product-images .product-images-slider .slick-next {
    right: 10px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .haupt-info-wrapper .product-images .product-images-slider .slick-next:before {
    width: 15px;
    height: 30px;
    background-image: url("/app/themes/rothlehner/includes/images/arrow_blue.svg");
  }
}
.haupt-info-wrapper .product-images .slick-slide {
  position: relative;
}
.haupt-info-wrapper .product-images .video {
  position: absolute;
  padding-top: 56%;
  transform: translateY(25%);
}
@media (max-width: 1100px) {
  .haupt-info-wrapper .product-images .video {
    padding-top: 52%;
    transform: inherit;
  }
}
@media (max-width: 768px) {
  .haupt-info-wrapper .product-images .video {
    transform: translateY(25%);
  }
}
.haupt-info-wrapper .product-images .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.haupt-info-wrapper .product-images .product-image, .haupt-info-wrapper .product-images .product-image-item {
  width: 100%;
  height: 550px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .haupt-info-wrapper .product-images .product-image, .haupt-info-wrapper .product-images .product-image-item {
    height: 350px;
  }
}
@media (max-width: 1100px) {
  .haupt-info-wrapper .product-images {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.haupt-info-wrapper .product-infos {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  padding-left: 40px;
}
.haupt-info-wrapper .product-infos .chassis ul {
  display: inline-block;
  margin: 0;
  padding-left: 20px;
}
.haupt-info-wrapper .product-infos .chassis ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}
.haupt-info-wrapper .product-infos .r_under {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 2px solid #E81E41;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.haupt-info-wrapper .product-infos .info-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.haupt-info-wrapper .product-infos .info-table .table-body {
  border: 1px solid #979797;
  border-radius: 6px;
}
.haupt-info-wrapper .product-infos .info-table .table-row:nth-child(even) {
  background: #F2F2F2;
}
.haupt-info-wrapper .product-infos .info-table .table-row .table-cell, .haupt-info-wrapper .product-infos .info-table .table-row .table-head {
  width: 33.33%;
  float: left;
  padding: 10px 15px;
}
.haupt-info-wrapper .product-infos .button-wrapper {
  display: inline-block;
}
.haupt-info-wrapper .product-infos .button-wrapper .datenblatt-wrapper {
  display: inline-block;
  margin-top: 40px;
  margin-right: 7px;
  white-space: nowrap;
}
.haupt-info-wrapper .product-infos .button-wrapper .datenblatt-wrapper .btn-datenblatt {
  background: #E81E41;
  color: #fff;
  border: 1px solid #E81E41;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.3s;
}
.haupt-info-wrapper .product-infos .button-wrapper .datenblatt-wrapper .btn-datenblatt:hover {
  background: transparent;
  color: #E81E41;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper {
  display: inline-block;
  margin-top: 30px;
  white-space: nowrap;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste {
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  padding: 10px 20px;
  border: 1px solid #122945;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste.add-it .action-text.add-it-text {
  display: inline-block;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste.add-it .action-text.add-it-text:after {
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
  margin-left: 10px;
  vertical-align: -3px;
  background-image: url("/app/themes/rothlehner/includes/images/star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste.add-it .action-text.remove-it-text {
  display: none;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste.remove-it .action-text.add-it-text {
  display: none;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste.remove-it .action-text.remove-it-text {
  display: inline-block;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste.remove-it .action-text.remove-it-text:after {
  display: inline-block;
  content: "";
  height: 20px;
  width: 20px;
  margin-left: 10px;
  vertical-align: -3px;
  background-image: url("/app/themes/rothlehner/includes/images/star.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste:hover {
  background: #122945;
  color: #fff;
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste:hover.add-it .action-text.add-it-text:after {
  background-image: url("/app/themes/rothlehner/includes/images/star-white.svg");
}
.haupt-info-wrapper .product-infos .button-wrapper .merkliste-wrapper .btn-merkliste:hover.remove-it .action-text.remove-it-text:after {
  background-image: url("/app/themes/rothlehner/includes/images/star-white.svg");
}
.haupt-info-wrapper .product-infos .button-wrapper .angebot-wrapper {
  margin-top: 20px;
  white-space: nowrap;
}
.haupt-info-wrapper .product-infos .button-wrapper .angebot-wrapper .btn-angebot {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 500px;
  background: #122945;
  border: 1px solid #122945;
  color: #fff;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s;
}
.haupt-info-wrapper .product-infos .button-wrapper .angebot-wrapper .btn-angebot:hover {
  background: transparent;
  color: #122945;
}
@media (max-width: 1100px) {
  .haupt-info-wrapper .product-infos .button-wrapper {
    position: inherit;
  }
}
@media (max-width: 1100px) {
  .haupt-info-wrapper .product-infos {
    width: 100%;
    padding-left: 0;
  }
}

hr {
  margin-bottom: 40px;
}

.info-wrapper strong {
  font-size: 18px;
}
.info-wrapper .beschreibung-wrapper {
  display: block;
  width: 33.33%;
  float: left;
}
@media (max-width: 1100px) {
  .info-wrapper .beschreibung-wrapper {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .info-wrapper .beschreibung-wrapper {
    width: 100%;
  }
}
.info-wrapper .ausstattung-wrapper {
  display: block;
  width: 33.33%;
  float: left;
  padding-left: 60px;
  padding-right: 20px;
}
.info-wrapper .ausstattung-wrapper ul {
  padding-left: 20px;
}
@media (max-width: 1100px) {
  .info-wrapper .ausstattung-wrapper {
    width: 50%;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .info-wrapper .ausstattung-wrapper {
    width: 100%;
    padding-left: 0;
  }
}
.info-wrapper .diagramm-wrapper {
  display: block;
  width: 33.33%;
  float: left;
  text-align: right;
}
.info-wrapper .diagramm-wrapper img {
  width: auto;
  max-height: 600px;
  max-width: 100%;
}
@media (max-width: 1100px) {
  .info-wrapper .diagramm-wrapper img {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .info-wrapper .diagramm-wrapper img {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .info-wrapper .diagramm-wrapper {
    text-align: center;
    width: 100%;
  }
}

.weitere-infos-wrapper strong {
  font-size: 18px;
}
.weitere-infos-wrapper .w-details {
  display: block;
  width: 50%;
  float: left;
  padding-right: 60px;
}
.weitere-infos-wrapper .w-details .content {
  display: none;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .weitere-infos-wrapper .w-details {
    padding-right: 0;
    width: 100%;
  }
}
.weitere-infos-wrapper .product-video {
  display: block;
  width: 50%;
  float: left;
}
@media (max-width: 600px) {
  .weitere-infos-wrapper .product-video {
    width: 100%;
  }
}

/*--------------------------------------------------------------
Merkliste Styles
--------------------------------------------------------------*/
.merkliste-template .product-item {
  padding: 10px 10px 90px 10px;
}
.merkliste-template .merkliste-wrapper {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.merkliste-template .merkliste-wrapper .btn-merkliste {
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  padding: 10px 20px;
  border: 1px solid #122945;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.merkliste-template .merkliste-wrapper .btn-merkliste:hover {
  background: #122945;
  color: #fff;
}
.merkliste-template .merkliste-wrapper .btn-merkliste.add-it .action-text.add-it-text {
  display: inline-block;
}
.merkliste-template .merkliste-wrapper .btn-merkliste.add-it .action-text.remove-it-text {
  display: none;
}
.merkliste-template .merkliste-wrapper .btn-merkliste.remove-it .action-text.add-it-text {
  display: none;
}
.merkliste-template .merkliste-wrapper .btn-merkliste.remove-it .action-text.remove-it-text {
  display: inline-block;
}
.merkliste-template .angebot-btn-wrapper {
  text-align: center;
  opacity: 1;
}

/*--------------------------------------------------------------
Angebot Styles
--------------------------------------------------------------*/
form.angebot {
  width: 50%;
  margin: 0 auto;
}
form.angebot .full {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
form.angebot .half {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 15px;
}
form.angebot .required:after {
  content: "*";
  color: #E81E41;
}
form.angebot label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
form.angebot input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #122945;
  outline: none;
}
form.angebot input[type=checkbox] {
  width: 20px;
  float: left;
  margin-top: 3px;
}
form.angebot textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #122945;
  outline: none;
}
form.angebot ul {
  padding: 0;
}
form.angebot ul li {
  list-style: none;
}
form.angebot a {
  color: #4A4A4A;
}
form.angebot .btn {
  margin-top: 20px;
  cursor: pointer;
}

/*--------------------------------------------------------------
Form Styles
--------------------------------------------------------------*/
.wpcf7-form .wpcf7-radio input {
  width: auto;
}
.wpcf7-form .full {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-form .half {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 15px !important;
}
.wpcf7-form .required:after {
  content: "*";
  color: #E81E41;
}
.wpcf7-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.wpcf7-form input, .wpcf7-form select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #122945;
  outline: none;
}
.wpcf7-form input[type=checkbox] {
  width: 20px;
  float: left;
  margin-top: 3px;
}
.wpcf7-form textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #122945;
  outline: none;
  resize: vertical;
}
.wpcf7-form ul {
  padding: 0;
}
.wpcf7-form ul li {
  list-style: none;
}
.wpcf7-form a {
  color: #4A4A4A;
}
.wpcf7-form .btn {
  margin-top: 20px;
  cursor: pointer;
  padding: 15px 20px;
  width: auto;
  line-height: inherit;
}

/*--------------------------------------------------------------
Search Styles
--------------------------------------------------------------*/
.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 530px;
  width: 20px;
  cursor: pointer;
  z-index: 99;
}
@media (max-width: 768px) {
  .search-icon {
    right: 185px;
  }
}

.search-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  background: rgba(0, 0, 0, 0.8);
}
.search-popup .search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
}
.search-popup .search .is-search-input {
  background: transparent;
  border: none;
  outline: none;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
}
.search-popup .search ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.search-popup .search :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.search-popup .search ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.search-popup .search .is-search-submit {
  border: none;
  padding: 15px;
  cursor: pointer;
  outline: none;
}
.search-popup .close {
  position: absolute;
  top: 50px;
  right: 50px;
  display: inline-block;
  color: white;
  font-size: 30px;
  cursor: pointer;
}

.link-more {
  display: none;
}

.noscroll {
  overflow: hidden;
}

/*--------------------------------------------------------------
Job Styles
--------------------------------------------------------------*/
.job_filters {
  display: none;
}

.job_listings .job_listing > a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 1em !important;
}
.job_listings .company_logo {
  display: none;
}
.job_listings .position {
  padding: 0 !important;
}
.job_listings .position h3 {
  color: #122945 !important;
}
.job_listings .location {
  text-align: right !important;
}
.job_listings .meta {
  display: none;
}

.no_job_listings_found {
  display: none;
}

.single_job_listing {
  margin-bottom: 150px;
}
.single_job_listing .meta {
  display: none;
}
.single_job_listing .company {
  display: none;
}
.single_job_listing .application_button {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  background: #122945;
  border: 1px solid #122945;
  transition: all 0.3s;
  line-height: 60px;
  outline: none;
  cursor: pointer;
}
.single_job_listing .application_button:hover {
  color: #122945;
  background: transparent;
}

/**
 * Produkt Listing mit Merkliste Button
 */
.product-select-w-merkliste .filters-wrapper, .product-filter .filters-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 60px 0;
  align-items: center;
}
.product-select-w-merkliste .filters-wrapper .filter-wrapper, .product-filter .filters-wrapper .filter-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-select-w-merkliste .filters-wrapper select, .product-filter .filters-wrapper select {
  padding: 10px;
  border: 1px solid #F6F6F6;
  border-radius: 0 !important;
  outline: none;
}
.product-select-w-merkliste .filters-wrapper #arbeitshoehe-slider, .product-select-w-merkliste .filters-wrapper #baujahr-slider, .product-filter .filters-wrapper #arbeitshoehe-slider, .product-filter .filters-wrapper #baujahr-slider {
  width: 200px;
  padding: 0 16px;
}
.product-select-w-merkliste .filters-wrapper #arbeitshoehe-slider .noUi-tooltip, .product-select-w-merkliste .filters-wrapper #baujahr-slider .noUi-tooltip, .product-filter .filters-wrapper #arbeitshoehe-slider .noUi-tooltip, .product-filter .filters-wrapper #baujahr-slider .noUi-tooltip {
  bottom: 50%;
  transform: translate(-50%, 50%);
}
.product-select-w-merkliste .filters-wrapper #arbeitshoehe-slider .noUi-handle:before, .product-select-w-merkliste .filters-wrapper #arbeitshoehe-slider .noUi-handle:after, .product-select-w-merkliste .filters-wrapper #baujahr-slider .noUi-handle:before, .product-select-w-merkliste .filters-wrapper #baujahr-slider .noUi-handle:after, .product-filter .filters-wrapper #arbeitshoehe-slider .noUi-handle:before, .product-filter .filters-wrapper #arbeitshoehe-slider .noUi-handle:after, .product-filter .filters-wrapper #baujahr-slider .noUi-handle:before, .product-filter .filters-wrapper #baujahr-slider .noUi-handle:after {
  display: none;
}
.product-select-w-merkliste .filters-wrapper #arbeitshoehe-slider .noUi-connect, .product-select-w-merkliste .filters-wrapper #baujahr-slider .noUi-connect, .product-filter .filters-wrapper #arbeitshoehe-slider .noUi-connect, .product-filter .filters-wrapper #baujahr-slider .noUi-connect {
  background: #122945;
}
.product-select-w-merkliste .filters-wrapper #arbeitshoehe-slider .noUi-handle-lower, .product-select-w-merkliste .filters-wrapper #baujahr-slider .noUi-handle-lower, .product-filter .filters-wrapper #arbeitshoehe-slider .noUi-handle-lower, .product-filter .filters-wrapper #baujahr-slider .noUi-handle-lower {
  right: -16px;
}
.product-select-w-merkliste .filters-wrapper #arbeitshoehe-slider .noUi-handle-upper, .product-select-w-merkliste .filters-wrapper #baujahr-slider .noUi-handle-upper, .product-filter .filters-wrapper #arbeitshoehe-slider .noUi-handle-upper, .product-filter .filters-wrapper #baujahr-slider .noUi-handle-upper {
  right: -17px;
}
.product-select-w-merkliste .merkliste-wrapper, .product-filter .merkliste-wrapper {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.product-select-w-merkliste .merkliste-wrapper .btn-merkliste, .product-filter .merkliste-wrapper .btn-merkliste {
  -webkit-appearance: none;
  background: transparent;
  outline: none;
  padding: 10px 20px;
  border: 1px solid #122945;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}
.product-select-w-merkliste .merkliste-wrapper .btn-merkliste:hover, .product-filter .merkliste-wrapper .btn-merkliste:hover {
  background: #122945;
  color: #fff;
}
.product-select-w-merkliste .merkliste-wrapper .btn-merkliste.add-it .action-text.add-it-text, .product-filter .merkliste-wrapper .btn-merkliste.add-it .action-text.add-it-text {
  display: inline-block;
}
.product-select-w-merkliste .merkliste-wrapper .btn-merkliste.add-it .action-text.remove-it-text, .product-filter .merkliste-wrapper .btn-merkliste.add-it .action-text.remove-it-text {
  display: none;
}
.product-select-w-merkliste .merkliste-wrapper .btn-merkliste.remove-it .action-text.add-it-text, .product-filter .merkliste-wrapper .btn-merkliste.remove-it .action-text.add-it-text {
  display: none;
}
.product-select-w-merkliste .merkliste-wrapper .btn-merkliste.remove-it .action-text.remove-it-text, .product-filter .merkliste-wrapper .btn-merkliste.remove-it .action-text.remove-it-text {
  display: inline-block;
}
.product-select-w-merkliste .no-result, .product-filter .no-result {
  display: none;
}

/*--------------------------------------------------------------
Header Styles
--------------------------------------------------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 99;
}
header .header-logo {
  position: absolute;
  left: 15px;
  background: #fff;
  width: 230px;
  padding: 20px;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: all 0.3s;
}
header .header-logo .site-branding img {
  width: 100%;
}
@media (max-width: 768px) {
  header .header-logo {
    width: 150px;
  }
}
header .header-top {
  position: relative;
  height: 35px;
  background: linear-gradient(180deg, #0F2A49 10.55%, rgba(25, 29, 46, 0.986441) 167.34%);
}
header .header-top .top-navigation {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header .header-top .top-navigation > div {
  float: left;
}
header .header-top .top-navigation .top-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
header .header-top .top-navigation .top-menu .menu-item {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-left: 25px;
  vertical-align: 5px;
}
header .header-top .top-navigation .top-menu .menu-item:last-of-type {
  margin-right: 5px;
}
@media (max-width: 768px) {
  header .header-top .top-navigation .top-menu .menu-item:last-of-type {
    margin-right: 2px;
  }
}
header .header-top .top-navigation .top-menu .menu-item .sub-menu {
  position: absolute;
  top: 30px;
  left: -10px;
  padding: 10px;
  opacity: 0;
  text-align: left;
  background: #fff;
  transition: all 0.3s;
  visibility: hidden;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
}
header .header-top .top-navigation .top-menu .menu-item .sub-menu li {
  margin: 0;
  margin-top: 10px;
}
header .header-top .top-navigation .top-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .header-top .top-navigation .top-menu .menu-item a {
  position: relative;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
header .header-top .top-navigation .top-menu .menu-item a:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all 0.3s;
}
header .header-top .top-navigation .top-menu .menu-item a:hover {
  opacity: 1;
}
header .header-top .top-navigation .top-menu .menu-item a:hover:before {
  width: 100%;
  left: 0;
  background: #fff;
}
header .header-top .top-navigation .top-menu .menu-item.wpml-ls-item {
  margin-left: 10px;
  vertical-align: 0;
}
header .header-top .top-navigation .top-menu .menu-item.wpml-ls-item .wpml-ls-flag {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  header .header-top .top-navigation .top-menu .menu-item.wpml-ls-item {
    margin-left: 5px;
    vertical-align: -5px;
  }
}
header .header-top .top-navigation .top-menu #menu-item-wpml-ls-13-de {
  margin-left: 25px;
}
@media (max-width: 768px) {
  header .header-top .top-navigation .top-menu #menu-item-wpml-ls-13-de {
    margin-left: 5px;
  }
}
header .header-top .top-navigation .other-lang-page {
  position: relative;
  margin-left: 10px;
  vertical-align: -5px;
}
@media (max-width: 768px) {
  header .header-top .top-navigation .other-lang-page {
    float: left;
    margin-top: 4px;
    margin-left: 8px;
  }
}
header .header-top .top-navigation .other-lang-page:before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: all 0.3s;
}
header .header-top .top-navigation .other-lang-page:hover {
  opacity: 1;
}
header .header-top .top-navigation .other-lang-page:hover:before {
  width: 100%;
  left: 0;
  background: #fff;
}
header .header-top .top-navigation .other-lang-page img {
  border-radius: 50%;
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  header .header-top .top-navigation .menu-item-object-page {
    display: none !important;
  }
}
header .header-bot {
  position: relative;
  height: 65px;
  background: #fff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}
header .header-bot .primary-navigation {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
header .header-bot .primary-navigation .primary-menu {
  margin: 0;
  padding: 0;
  text-align: right;
}
header .header-bot .primary-navigation .primary-menu .menu-item {
  position: relative;
  display: inline-block;
  list-style: none;
  margin-left: 25px;
}
header .header-bot .primary-navigation .primary-menu .menu-item .sub-menu {
  position: absolute;
  top: 30px;
  left: -10px;
  padding: 10px;
  opacity: 0;
  text-align: left;
  background: #fff;
  transition: all 0.3s;
  visibility: hidden;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.5);
}
header .header-bot .primary-navigation .primary-menu .menu-item .sub-menu li {
  display: block;
  margin: 0;
  margin-top: 10px;
  white-space: nowrap;
}
header .header-bot .primary-navigation .primary-menu .menu-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .header-bot .primary-navigation .primary-menu .menu-item a {
  position: relative;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #122945;
}
header .header-bot .primary-navigation .primary-menu .menu-item a:before {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #122945;
  transition: all 0.3s;
}
header .header-bot .primary-navigation .primary-menu .menu-item a:hover {
  opacity: 1;
}
header .header-bot .primary-navigation .primary-menu .menu-item a:hover:before {
  width: 100%;
  left: 0;
  background: #122945;
}
header .header-bot .primary-navigation .primary-menu .denka {
  background: black;
  padding: 5px;
}
header .header-bot .primary-navigation .primary-menu .denka a {
  color: #fff;
}
header .header-bot .primary-navigation .primary-menu .denka a:hover:before {
  display: none;
}
@media (max-width: 1260px) {
  header .header-bot .primary-navigation {
    display: none;
  }
}
header .header-bot .merkliste {
  position: absolute;
  right: 15px;
  top: 53%;
  transform: translateY(-50%);
}
header .header-bot .merkliste .merkliste-star {
  width: 30px;
  height: 30px;
}
header .header-bot .merkliste .merkliste-count {
  position: absolute;
  top: 0;
  right: 0;
  background: #E81E41;
  color: #fff;
  padding: 3px 5px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
}
@media (max-width: 1260px) {
  header .header-bot .merkliste {
    right: 100px;
  }
}
header .header-bot .merktip {
  display: block;
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: -20px;
  background-color: #122945;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  transition: all 0.3s;
}
header .header-bot .merktip.active {
  opacity: 1;
}
header.shrink .header-logo {
  width: 170px;
}
@media (max-width: 768px) {
  header.shrink .header-logo {
    width: 120px;
  }
}

#menu-toggle {
  position: fixed;
  top: 55px;
}

#mp-menu .mp-has-childs {
  padding: 11px 14px !important;
}

/*--------------------------------------------------------------
Footer Styles
--------------------------------------------------------------*/
footer {
  position: relative;
  background: linear-gradient(180deg, #0F2A49 10.55%, rgba(25, 29, 46, 0.986441) 167.34%);
  padding: 20px 0 40px 0;
  color: #fff;
  margin-top: 50px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  footer .footer-box {
    width: 50%;
  }
}
@media (max-width: 768px) {
  footer .footer-box {
    width: 100%;
    text-align: center;
  }
}
footer .social {
  display: flex;
  margin-top: 16px;
  justify-content: center;
}
footer .social .social-wrapper img {
  width: 35px;
  height: 35px;
  margin-right: 5px;
}
footer a {
  color: #E81E41;
  text-decoration: none;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer .gallery-inner {
  margin-top: 20px;
  max-width: 300px;
}
footer .gallery-inner .denka {
  display: block;
  width: 67%;
  float: left;
}
@media (max-width: 768px) {
  footer .gallery-inner .denka {
    margin: 0 auto;
    float: inherit;
  }
}
footer .gallery-inner .denka img {
  width: 99%;
}
footer .gallery-inner .ipaf {
  display: block;
  width: 32.5%;
  float: left;
}
footer .gallery-inner .ipaf img {
  width: 99%;
}
footer .gallery-inner .copyright {
  text-align: right;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .gallery-inner {
    margin: 20px auto;
  }
}
footer .close-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 6px;
  background: #E81E41;
}

/*--------------------------------------------------------------
News Slider Styles
--------------------------------------------------------------*/
.news-slider-wrapper {
  margin-top: 20px;
  margin-bottom: 100px;
}
.news-slider-wrapper .news-slider-item .news-img {
  display: block;
  width: 50%;
  float: left;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .news-slider-wrapper .news-slider-item .news-img {
    width: 100%;
    height: 300px;
  }
}
.news-slider-wrapper .news-slider-item .news-info {
  display: block;
  width: 50%;
  float: left;
  padding: 80px 60px 80px 120px;
  background: #F6F6F6;
}
.news-slider-wrapper .news-slider-item .news-info .date {
  margin-bottom: 10px;
}
.news-slider-wrapper .news-slider-item .news-info .title {
  margin-top: 0;
}
.news-slider-wrapper .news-slider-item .news-info .content {
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .news-slider-wrapper .news-slider-item .news-info {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .news-slider-wrapper .news-slider-item .news-info {
    width: 100%;
    padding: 40px 20px 40px 40px;
  }
}

/*--------------------------------------------------------------
News Listing Styles
--------------------------------------------------------------*/
.news-listing-wrapper {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.news-listing-wrapper .news-listing-item {
  position: relative;
  display: block;
  width: calc(25% - 40px);
  font-size: 14px;
  margin: 0 20px;
  margin-bottom: 40px;
  float: left;
  border: 3px solid #9B9B9B;
  border-radius: 11px;
  padding: 10px 10px 10px 10px;
  color: #122945;
}
.news-listing-wrapper .news-listing-item .news-link {
  display: block;
  text-decoration: none;
  color: #122945;
}
.news-listing-wrapper .news-listing-item .news-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .news-listing-wrapper .news-listing-item .news-img {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .news-listing-wrapper .news-listing-item .news-img {
    height: 300px;
  }
}
.news-listing-wrapper .news-listing-item .news-info .title {
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px;
}
.news-listing-wrapper .news-listing-item .news-info .title:after {
  bottom: -10px;
}
@media (max-width: 1300px) {
  .news-listing-wrapper .news-listing-item {
    width: calc(50% - 40px);
  }
}
@media (max-width: 768px) {
  .news-listing-wrapper .news-listing-item {
    width: calc(100% - 40px);
  }
}

.load-more-wrapper {
  text-align: center;
}
.load-more-wrapper.loading {
  background-image: url("/app/themes/rothlehner/includes/images/loading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  min-height: 60px;
}
.load-more-wrapper.loading .load-more {
  display: none;
}

/*--------------------------------------------------------------
Product Category Listing Styles
--------------------------------------------------------------*/
.product-cat-listing {
  margin-top: 20px;
  margin-bottom: 40px;
}
.product-cat-listing .product-cat-listing-item {
  display: block;
  width: 25%;
  float: left;
  padding: 9px;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper {
  overflow: hidden;
  width: 100%;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper .product-cat-url {
  text-decoration: none;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper .product-cat-url .product-cat-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper .product-cat-url .product-cat-title {
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #0F2A49 10.55%, rgba(25, 29, 46, 0.986441) 167.34%);
  color: #fff;
  padding: 21px 0 15px 0;
}
.product-cat-listing .product-cat-listing-item .product-cat-hover-wrapper .product-cat-url .product-cat-title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: #E81E41;
  width: 100%;
  height: 6px;
}
.product-cat-listing .product-cat-listing-item:hover .product-cat-img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .product-cat-listing .product-cat-listing-item {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .product-cat-listing .product-cat-listing-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .product-cat-listing .product-cat-listing-item {
    width: 100%;
  }
}

.cat-info {
  margin-top: 300px;
}

/*--------------------------------------------------------------
Text und Karte Styles
--------------------------------------------------------------*/
.text-map-wrapper .text-wrapper {
  position: absolute;
  width: 100%;
  background: #F6F6F6;
  right: 25px;
  z-index: -1;
}
@media (min-width: 768px) {
  .text-map-wrapper .text-wrapper {
    min-height: 600px;
  }
}
.text-map-wrapper .text-wrapper .text {
  position: absolute;
  width: 50%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 25px;
  padding-right: 20px;
}
@media (max-width: 1100px) {
  .text-map-wrapper .text-wrapper .text {
    position: inherit;
    width: 100%;
    top: inherit;
    transform: inherit;
    padding: 25px;
  }
}
@media (max-width: 1100px) {
  .text-map-wrapper .text-wrapper {
    position: inherit;
  }
}
.text-map-wrapper .map-wrapper {
  display: block;
  width: 50%;
  float: right;
  padding-right: 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .text-map-wrapper .map-wrapper {
    min-height: 600px;
  }
}
.text-map-wrapper .map-wrapper #image-map-pro-952 {
  max-width: 800px;
}
@media (max-width: 1100px) {
  .text-map-wrapper .map-wrapper {
    float: unset;
    width: 100%;
  }
}

/*--------------------------------------------------------------
Bühnenspiegel Listing Styles
--------------------------------------------------------------*/
.bs-listing-wrapper {
  margin: 0 -10px;
}
.bs-listing-wrapper .bs-listing-item {
  position: relative;
  display: block;
  width: 25%;
  float: left;
  padding: 10px;
  margin-bottom: 40px;
}
.bs-listing-wrapper .bs-listing-item .bs-link {
  text-decoration: none;
  color: #122945;
}
.bs-listing-wrapper .bs-listing-item .bs-img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .bs-listing-wrapper .bs-listing-item .bs-img {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .bs-listing-wrapper .bs-listing-item .bs-img {
    height: 300px;
  }
}
.bs-listing-wrapper .bs-listing-item .bs-info .title {
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 1300px) {
  .bs-listing-wrapper .bs-listing-item {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .bs-listing-wrapper .bs-listing-item {
    width: 100%;
  }
}

.load-more-wrapper {
  text-align: center;
}
.load-more-wrapper.loading {
  background-image: url("/app/themes/rothlehner/includes/images/loading.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px;
  min-height: 60px;
}
.load-more-wrapper.loading .load-more {
  display: none;
}

/*--------------------------------------------------------------
Text Image Link Styles
--------------------------------------------------------------*/
.image-text-link-wrapper {
  overflow: hidden;
  width: 100%;
}
.image-text-link-wrapper .link {
  text-decoration: none;
}
.image-text-link-wrapper .link .image {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.image-text-link-wrapper .link .title {
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #0F2A49 10.55%, rgba(25, 29, 46, 0.986441) 167.34%);
  color: #fff;
  padding: 21px 0 15px 0;
  text-transform: uppercase;
}
.image-text-link-wrapper .link .title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  content: "";
  background: #E81E41;
  width: 100%;
  height: 6px;
}
.image-text-link-wrapper:hover .image {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
Main Elements and Classes
--------------------------------------------------------------*/
html, body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 23px;
}

#page {
  overflow: hidden;
}

.site-content {
  margin-top: 200px;
  min-height: calc(100vh - 457px);
}

.red {
  color: #E81E41;
}

.home .site-content {
  margin-top: 100px;
}

.site-content p a:not(.btn) {
  color: #4A4A4A;
}

.page-template-denka .denka-logo, .page-template-denka-produkte .denka-logo {
  position: fixed;
  right: 0;
  z-index: 99;
}
.page-template-denka .site-content .wpb_text_column a, .page-template-denka-produkte .site-content .wpb_text_column a {
  color: #4A4A4A;
}

.header-image {
  display: none;
}

.btn {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 15px 20px;
  background: #122945;
  border: 1px solid #122945;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
.btn:hover {
  color: #122945;
  background: transparent;
}

h1, .h1 {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #122945;
  line-height: 40px;
}
h1:after, .h1:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: inline-block;
  content: "";
  width: 75px;
  height: 4px;
  background-image: url("/app/themes/rothlehner/includes/images/heading_line.svg");
}
h1[style="text-align: center;"]:after, .h1[style="text-align: center;"]:after {
  display: none;
}
@media (max-width: 1000px) {
  h1, .h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

#rev_slider_6_1 h1, #rev_slider_7_1 h1 {
  text-transform: inherit;
}
#rev_slider_6_1 h1:after, #rev_slider_7_1 h1:after {
  display: none;
}

h2, .h2 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #122945;
  line-height: 36px;
}
h2:after, .h2:after {
  position: absolute;
  bottom: -20px;
  left: 0;
  display: inline-block;
  content: "";
  width: 75px;
  height: 4px;
  background-image: url("/app/themes/rothlehner/includes/images/heading_line.svg");
}
h2[style="text-align: center;"]:after, .h2[style="text-align: center;"]:after {
  display: none;
}
@media (max-width: 1000px) {
  h2, .h2 {
    font-size: 28px;
    line-height: 30px;
  }
}

h3 a, .h3 a {
  color: #4A4A4A;
}

.slick-prev {
  width: 30px;
  height: 60px;
  z-index: 9;
  left: -55px;
}
.slick-prev:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 60px;
  background-image: url("/app/themes/rothlehner/includes/images/arrow_back.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-next {
  right: -55px;
  width: 30px;
  height: 60px;
  z-index: 9;
}
.slick-next:before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 60px;
  background-image: url("/app/themes/rothlehner/includes/images/arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumb {
  text-align: center;
}
.breadcrumb a {
  color: #4A4A4A;
  text-decoration: none;
}
.breadcrumb a:last-of-type {
  font-weight: 500;
}

.merkliste-cookie-wrapper {
  display: inline-block;
  opacity: 0;
  position: fixed;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  z-index: 99;
  background: #fff;
  border: 1px solid #F6F6F6;
  transition: all 0.3s;
}
.merkliste-cookie-wrapper.open {
  right: 0 !important;
}
.merkliste-cookie-wrapper .inner-wrapper {
  display: flex;
}
.merkliste-cookie-wrapper .inner-wrapper .label-wrapper {
  cursor: pointer;
}
.merkliste-cookie-wrapper .inner-wrapper .label-wrapper .label {
  writing-mode: tb-rl;
  transform: rotate(180deg);
  padding: 30px 10px;
  font-size: 20px;
  text-transform: uppercase;
}
.merkliste-cookie-wrapper .inner-wrapper .label-wrapper .merkliste-count {
  position: absolute;
  top: -3px;
  left: -5px;
  background: #E81E41;
  color: #fff;
  padding: 3px 5px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 10px;
}
.merkliste-cookie-wrapper .inner-wrapper .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px;
}
.merkliste-cookie-wrapper .inner-wrapper .content-wrapper .products {
  display: block;
}
.merkliste-cookie-wrapper .inner-wrapper .content-wrapper .products .product {
  display: flex;
  justify-content: space-between;
}
.merkliste-cookie-wrapper .inner-wrapper .content-wrapper .products .product a {
  text-decoration: none;
  color: #4A4A4A;
  transition: all 0.3s;
  margin-right: 10px;
}
.merkliste-cookie-wrapper .inner-wrapper .content-wrapper .products .product a:hover {
  color: #122945;
}
.merkliste-cookie-wrapper .inner-wrapper .content-wrapper .products .product .delete {
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}
.merkliste-cookie-wrapper .inner-wrapper .content-wrapper .products .product .delete svg {
  width: 100%;
  height: auto;
}
.merkliste-cookie-wrapper .inner-wrapper .content-wrapper .angebot-btn-wrapper .btn {
  display: block;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
}

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