body h1,
body h2 {
  font-size: 38px;
  /* Important entfernt - KH 23.09.2022*/
  margin-top: 36px !important;
  /* Auf den vom Feinkonzept definierten Wert von 36 Pixel gesetzt - KH 19.09.2022 */
  margin-bottom: 36px !important;
  /* Auf den vom Feinkonzept definierten Wert von 36 Pixel gesetzt - KH 19.09.2022 */
}
.banner-slider {
  display: none;
}
html .customer-account-index {
  display: block !important;
}
body #cwsMenu-1 {
  display: block !important;
  max-width: 1280px !important;
  /* Ergänzt wegen Darstellungsfehlern auf der Startseite - KH 19.09.2022 */
  padding-left: 1.5625% !important;
  /* Ergänzt wegen Darstellungsfehlern auf der Startseite - KH 19.09.2022 */
  padding-right: 1.5625% !important;
  /* Ergänzt wegen Darstellungsfehlern auf der Startseite - KH 19.09.2022 */
  box-sizing: border-box;
  /* Ergänzt wegen Darstellungsfehlern auf der Startseite - KH 19.09.2022 */
}
.side-buttons {
  position: fixed;
  right: 0;
  bottom: 50px;
  /* 50px für Destkop - KH 23.09.2022*/
  z-index: 200;
  display: flex !important;
  flex-direction: column;
}
.sideButtonChildren {
  background: #4d69a8;
  border-radius: 5px 0px 0px 5px;
  padding: 8px 16px;
  /* Padding-Werte etwas erhöht wegen Darstellungsproblem auf dem Tablet */
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}
.sideButtonChildren a {
  color: white !important;
}
#mobileNumberFlyout {
  position: absolute;
  right: 100px;
  background: white;
  color: black;
  border-radius: 5px;
  padding: 4px;
  border-color: #c2d3e7;
  border-width: 2px;
  width: 142px;
  top: 55px;
  border-style: solid;
}
/* Block ergänzt - KH 23.09.2022 */
#mobileSide i {
  cursor: pointer;
}
.sideButtonChildren [href*="instagram"] {
  margin: 0 4px;
}
@media only screen and (min-width: 1200px) {
  html .columns {
    display: flex !important;
  }
  .ToggleCustomer {
    display: none;
  }
  /* Auskommentiert wegen horizontalem Scrollbalken auf der Startseite - KH 16.09.2022
    [data-content-type='row'][data-appearance='contained']{
        width: 1280px !important; 
    }
    */
  .banner-slider {
    /* Auskommentiert wegen horizontalem Scrollbalken auf der Startseite - KH 16.09.2022
        width: 1280px !important;
        */
    top: 24vw !important;
  }
  #cwsMenu-1 .cwsMenu.mega-menu > li.column-1:not(.megamenu) li:hover > a {
    background-color: #c2d3e7;
  }
  #cwsMenu-1 .cwsMenu.mega-menu {
    max-width: 1280px !important;
    margin: auto;
  }
  li.Level1:first-child {
    margin-left: 10px !important;
  }
  div.Level0,
  ul.Level0 {
    padding: 0 !important;
  }
  li.Level2 {
    padding-top: 10px;
  }
  ul.Level0 {
    border-radius: 0 15px 15px 15px;
    min-height: 29vw;
    /* "height" auf "min-height" geändert wegen Darstellungsfehler im Megamenü - KH 20.09.2022 */
  }
  a.Level1 {
    margin-bottom: 10px;
  }
  .cwsMenu li.megamenu.column-8 li.Level1.column-1 {
    width: 14% !important;
  }
  .image-team {
    margin-top: -90px;
    margin-bottom: 60px;
  }
  .container-head {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  ul.Level0 {
    background-color: #c2d3e7 !important;
  }
  #cwsMenu-1 .cwsMenu.mega-menu > li.column-1:not(.megamenu) li.first a {
    border-radius: unset;
  }
  #cwsMenu-1 .cwsMenu.mega-menu > li {
    border-top: none;
  }
  .categorieImg {
    margin-bottom: 20px;
    /* 'padding' in 'margin' geändert - KH 20.09.2022 */
    margin-top: 20px;
    /* 'padding' in 'margin' geändert - KH 20.09.2022 */
    border-radius: 10px;
    /* Ergänzt - KH 20.09.2022 */
    width: 100%;
  }
  #cwsMenu-1 .cwsMenu.mega-menu > li:not(.megamenu) ul.subMenu {
    height: 150px !important;
    background-color: #c2d3e7;
    border: unset;
    border-radius: unset;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    box-shadow: unset;
  }
  #cwsMenu-1 .cwsMenu.mega-menu > li.megamenu > div.subMenu {
    background-color: unset;
    box-shadow: unset;
    border-width: unset;
    border-style: unset;
    border-color: unset;
    border-radius: 0 25px 25px 25px;
    /* transition: none; */
    /* -webkit-transition: none; */
  }
  a.Level0 {
    border-radius: 15px 15px 0 0 !important;
  }
  a.Level1 {
    width: 175px;
    padding: 0px 10px 0px 0px !important;
  }
  .Level2 a {
    padding-left: 0px !important;
  }
  #cwsMenu-1 .cwsMenu.mega-menu > li.column-1:not(.megamenu) li.parent > a > span.arw {
    top: 100%;
    right: 50%;
  }
  .first a.Level0:after {
    content: '\002B';
    margin-left: 2px;
  }
  .block-products-list {
    position: relative;
  }
  #maincontent {
    padding: 0;
  }
  body .pagebuilder-poster-overlay {
    min-height: 52vh !important;
    height: unset !important;
    width: 100% !important;
  }
  body .row-grid-menu {
    display: flex !important;
  }
  body #search {
    width: 100% !important;
  }
  .container-head .pagebuilder-column div {
    display: flex;
  }
  body .container-head .pagebuilder-column div img {
    margin-left: 0 !important;
    margin-top: -40px;
  }
}
/* Enf of @media only screen and (min-width: 1200px) */
@media only screen and (min-width: 769px) {
  /* Angepasster Block - KH 16.09.2022 */
  /**/
  .banner-slider {
    position: absolute;
    left: 0 !important;
    right: 0;
    top: 26vw;
    z-index: 100;
    font-size: 55px;
    color: white;
    font-family: "DIN W01 Medium";
    display: block;
  }
  .slick-list {
    max-width: 1280px;
    margin: 0 auto;
    border-style: solid;
    border-color: transparent;
    border-left-width: 24px;
    border-right-width: 24px;
    box-sizing: border-box;
  }
  /**/
  /* Ende angepasster Block */
  /* Ergänzter Block - KH 19.09.2022 */
  /**/
  body #cwsMenu-1 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  /**/
  /* Ende ergänzter Block */
}
/* Enf of @media only screen and (min-width: 769px)*/
div.gridItem {
  position: relative;
}
div.childAbsolute {
  position: absolute;
  top: 50%;
  left: 25%;
}
body .childAbsolute p {
  color: white !important;
  font-weight: 600;
  font-family: "DIN W01 Black";
}
.childAbsoluteSemiWide {
  position: absolute;
  left: 36%;
  top: 50%;
}
body .childAbsoluteSemiWide p {
  color: white !important;
  font-weight: 600;
  font-family: "DIN W01 Black";
}
.childAbsoluteWide {
  position: absolute;
  top: 43%;
  left: 14%;
}
body .childAbsoluteWide p {
  color: white !important;
  font-weight: 600;
  font-family: "DIN W01 Black";
}
.column-grid-menu {
  flex: unset;
}
.multiple-items img {
  margin: auto;
}
.slick-track {
  margin-top: 50px;
}
body .slick-arrow {
  display: none !important;
}
.pagebuilder-banner-wrapper {
  background-size: contain !important;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-overlay {
  padding: 0;
  height: 141px;
}
.columns {
  display: unset !important;
}
.pagebuilder-poster-overlay {
  min-height: unset !important;
  height: 26vw;
}
#search {
  left: unset;
  margin: unset;
  /* Auskommentiert wegen Darstellungsfehler auf der Startseite - KH 19.09.2022
    width: 93%;
    */
}
.control {
  border-top: unset !important;
}
/* Auskommentiert wegen Darstellungsfehler auf der Startseite - KH 30.09.2022
footer .links{
    padding:10px;
}
*/
.page-header {
  border-bottom: unset;
}
.logo {
  margin-left: 0;
}
.row-grid-menu {
  display: block !important;
}
.navToggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: '\e609';
  font-family: 'icons-blank-theme';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.column-otto-vheat {
  margin-bottom: 0px !important;
}
body .column-otto-vheat:last-child {
  margin-bottom: 20px !important;
}
.customer::before {
  color: #757575;
  content: '\e627';
  font-size: 3rem !important;
  -webkit-font-smoothing: antialiased;
  font-family: 'icons-blank-theme';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.ToggleCustomer {
  position: absolute;
  top: 22px;
  right: 21%;
  width: 30px;
  height: 30px;
  /* Auskommentiert wegen Darstellungsfehler auf der Startseite - KH 20.09.2022
    margin:0;
    */
}
body label[for='search'] {
  display: none !important;
}
.nav-toggle {
  width: 30px;
  height: 30px;
  top: 17px !important;
  left: 81% !important;
}
.Level1 a {
  background-color: #c2d3e7 !important;
}
#tab-label-reviews,
#reviews {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .slick-slider {
    width: 91vw !important;
  }
}
@media only screen and (max-width: 500px) {
  .desktop {
    display: none;
  }
  .handy {
    display: block !important;
  }
  #mobileNumberFlyout {
    display: none !important;
  }
  .side-buttons {
    bottom: 100px;
    /* 100 Pixel für die mobile Ansicht - KH 23.09.2022 */
  }
}
/* Flipcards*/
.flip-card {
  background-color: transparent;
  width: 384px;
  height: 280px;
  perspective: 1000px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 1em;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front {
  background-color: #bbb;
  color: black;
  border-radius: 1em;
}
.flip-card-back {
  background-color: #3c60a7;
  color: white;
  transform: rotateY(180deg);
  border-radius: 1em;
}
body .flip-card-back h3,
body .flip-card-back p {
  color: white !important;
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f095";
}
.fa-thin.fa-caret-down {
  font-family: FontAwesome;
  font-style: normal;
}
body .pagebuilder-column-line .pagebuilder-column.Projekt1-text h2,
body .pagebuilder-column-line .pagebuilder-column.projekt2-text h2 {
  margin-bottom: 40px !important;
}
.pagebuilder-column-group.service-text-downloads p a {
  color: #3c60a7 !important;
}
h3 {
  color: #3c60a7;
  font-weight: bold;
}
p,
th,
td {
  hyphens: auto;
}
#html-body [data-content-type="text"] a {
  color: #3c60a7 !important;
}
.pagebuilder-column.column-projekte-blue .textblock-projekte {
  margin-left: 8%;
  margin-right: 8%;
  hyphens: auto;
  text-align: justify;
}
.pagebuilder-column.column-projekte-blue {
  padding-top: 20px;
  padding-bottom: 25px;
  padding-left: 2%;
  padding-right: 2%;
}
body h2.ueberschrift-projekte {
  margin-top: 93px !important;
}
.google-maps {
  width: 400px;
  height: 200px;
  border-radius: 1em;
  margin-top: 50px;
}
.grid-row .box-technikersatz {
  margin-bottom: 34px;
}
.grid-row h2.headline-ottoheat {
  margin-top: 26px !important;
  margin-bottom: 28px !important;
}
.button-Anfrage-unternehmen .pagebuilder-button-primary {
  background: #3c60a7;
  border: 1px solid #3c60a7;
  width: 130px;
}
.page-footer {
  background: #ffffff;
  margin-top: auto;
  padding-bottom: 25px;
}
.unternehmen-box-1 {
  margin-bottom: 60px;
}
.pagebuilder-column.textbox-unternehmen-right h2 {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
body .pagebuilder-column.textbox-unternehmen-right {
  margin-left: 26px;
  display: flex !important;
  justify-content: center !important;
}
.pagebuilder-column.textbox-unternehmen-left h2 {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}
body .pagebuilder-column.textbox-unternehmen-left {
  display: flex !important;
  justify-content: center !important;
}
.Block-kompetenzen img {
  border-radius: 1em;
}
.unternehmen-box-0 h1 {
  margin-bottom: 38px !important;
}
.unternehmen-box-0 div p {
  margin-bottom: 60px !important;
}
.pagebuilder-column.img-unternehmen-team {
  margin-right: -19px;
  margin-bottom: 17px;
}
.unternehmen-box-2 img {
  border-radius: 1em;
}
.unternehmen-box-1.engagiertes-team {
  margin-bottom: 24px;
}
.button-Anfrage-unternehmen .pagebuilder-button-primary {
  margin-top: 20px;
}
.block-pandemie {
  border-radius: 1em;
}
.text-pandemie {
  margin-top: 30px;
  margin-left: 20px;
  margin-bottom: 30px;
}
.pagebuilder-column-group.Column-heat-produkte {
  border-radius: 1em;
}
.Text-Ottoheat {
  border-radius: 1em;
  padding: 25px;
}
.pagebuilder-column-group.Column-heat-produkte .pagebuilder-column ul {
  padding-left: 0;
}
.pagebuilder-column-group.Column-heat-produkte .pagebuilder-column ul li {
  margin-left: 20px;
  margin-right: 20px;
}
.row-grid-menu {
  padding: 0 0px;
}
#I0G73FQ {
  margin-left: 1%;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
}
.pagebuilder-column-group.Column-heat-produkte .pagebuilder-column-line .pagebuilder-column {
  margin-top: 19px;
  margin-left: 16px;
  margin-bottom: 7px;
}
.text-top-service {
  margin-bottom: 20px;
}
.tabs-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.column-projekte-blue {
  background: #3c60a7;
  border-radius: 1em;
}
.pagebuilder-column.column-projekte-blue h3 {
  color: white;
  padding-left: 20px;
}
.pagebuilder-column.service-text-allgemeines {
  padding-right: 20px;
}
.row-projekte-last {
  margin-bottom: 30px;
}
.button-Anfrage-unternehmen .pagebuilder-button-primary span {
  color: white;
}
.unternehmen-box-0 {
  margin-bottom: 40px;
}
#cwsMenu-1 .cwsMenu > li > a {
  font-size: 18px;
}
.product-image-photo {
  border-radius: 1em;
}
.columns .grid-menu div figcaption * {
  font-size: 17px;
}
.service-text {
  margin-bottom: 20px;
}
.pagebuilder-column.Product-dhs-rs4-I-3,
.pagebuilder-column.Product-dhs-rs4-I-6,
.pagebuilder-column.Product-dhs-rs4-I-7,
.pagebuilder-column.Product-dhs-rs4-I-9 {
  margin: 9px;
  border-width: 1px;
  padding: 50px;
}
.pagebuilder-column.Product-dhs-rs4-I-3 a,
.pagebuilder-column.Product-dhs-rs4-I-6 a,
.pagebuilder-column.Product-dhs-rs4-I-7 a,
.pagebuilder-column.Product-dhs-rs4-I-9 a {
  color: #3c60a7 !important;
  font-weight: bold !important;
  font-size: 14px;
}
.row-anfrage-unternehmen div {
  text-align: left !important;
}
body .button-generation-rs4 .pagebuilder-button-primary {
  width: 192px;
  height: 30px;
  color: white !important;
  font-family: "DIN W01 Regular";
  font-size: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.img-categorie-top img {
  border-radius: 1rem;
}
.pagebuilder-column.column-product-img figure {
  text-align: center;
}
.pagebuilder-column.column-product-img img {
  width: 65%;
}
body .pagebuilder-button-primary {
  margin-top: 20px;
  width: 192px;
  height: 30px;
  color: white !important;
  font-family: "DIN W01 Regular";
  font-size: 15px;
  padding-top: 3px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
body .pagebuilder-column.Product-dhs-rs4-I-3 a,
.pagebuilder-column.Product-dhs-rs4-I-6 a,
.pagebuilder-column.Product-dhs-rs4-I-7 a,
.pagebuilder-column.Product-dhs-rs4-I-9 a {
  color: white !important;
}
.form.contact .fieldset .legend {
  border-bottom: none;
  font-weight: bold;
}
#name-error,
#email-error,
#Datenschutz-error,
#comment-error {
  color: #e02b27 !important;
}
.field.email.required.Datenschutz {
  margin-top: -31px;
  margin-bottom: 20px;
}
.form.contact {
  margin: auto;
}
.modes-mode.active {
  background: #1979c3;
}
.modes-mode {
  background-color: #4a4f52;
}
.modes-mode:before {
  color: white;
}
.toolbar select {
  background-color: #ffffff;
}
.flip-card .flip-card-inner .flip-card-front img {
  border: 1px solid #3c60a7;
}
.bottom-text-projekte {
  margin-top: 50px;
}
#search_mini_form input#search::placeholder {
  opacity: 0;
}
.button-simple-products {
  background: #3c60a7;
  border: 1px solid #3c60a7;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 230px;
}
button:hover.button-simple-products {
  background: #5B7CBD;
  border: 1px solid #5B7CBD;
  color: #ffffff;
}
button:focus.button-simple-products,
button:active.button-simple-products {
  background: #5B7CBD;
  border: 1px solid #5B7CBD;
  color: #ffffff;
}
.button-pdf .pagebuilder-button-primary {
  background: #3c60a7;
  border: 1px solid #3c60a7;
  color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 253px;
  text-align: center;
}
.button-pdf .pagebuilder-button-primary:hover {
  background: #5B7CBD;
  border: 1px solid #5B7CBD;
  color: #ffffff;
}
.button-pdf .pagebuilder-button-primary:focus,
.button-pdf .pagebuilder-button-primary:active {
  background: #5B7CBD;
  border: 1px solid #5B7CBD;
  color: #ffffff;
}
.product-info-main .product-info-price {
  margin-bottom: 0px;
  border-bottom: none;
}
.product-info-main .product-info-stock-sku {
  float: none;
  padding-left: 0%;
}
.product-add-form {
  display: none;
}
.product.info.detailed {
  display: none;
}
.product.attribute.overview table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0px;
}
.grid-menu .grid-row.table1 {
  display: block;
  margin-bottom: 25px;
}
.grid-row.table1-1 {
  width: 49%;
}
.grid-row.table1-2 {
  width: 49%;
}
.grid-col-6.nesting.table-druckhaltestationen {
  flex-direction: row;
}
.grid-menu .grid-col-6.nesting.table-druckhaltestationen .grid-row.table1-1,
.grid-menu .grid-col-6.nesting.table-druckhaltestationen .grid-row.table1-2 {
  margin: 0px -1%;
}
.page-header.active .header.content.active .logo img {
  width: 220px;
  height: 162px;
}
.header-image .pagebuilder-mobile-hidden {
  height: auto;
  width: 100%;
}
.category-view .category-image img {
  height: auto;
  width: 100%;
}
.form.password.forget {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
  width: 100%;
  padding: 0 24px!important;
}
.form.password.reset {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1280px;
  width: 100%;
  padding: 0 24px!important;
}
.page-with-filter.page-products.categorypath-feinfilter-umwaelzanlagen-umwalzanlage-vmat-ft-eco-silent.category-umwalzanlage-vmat-ft-eco-silent.catalog-category-view.page-layout-2columns-left.active .sidebar.sidebar-main {
  display: none;
}
.button-pdf.button-margin {
  margin-bottom: -30px;
}
.button-pdf .pagebuilder-button-primary {
  height: 50px;
  text-align: center;
  padding-top: 11px;
}
.download-product-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}
.grid-menu.table-druckhaltestationen-zubehoer .td {
  text-align: left;
}
.grid-menu.table-druckhaltestationen-zubehoer .td:nth-child(2) {
  text-align: center;
}
#html-body .zubehoer-bild .pagebuilder-mobile-hidden {
  max-width: 70%;
}
.column-v-expomag-HYT .button-pdf .pagebuilder-button-primary span {
  line-height: 0px;
}
.column-v-expomag-HYT .button-pdf.button-large .pagebuilder-button-primary {
  height: 63px;
}
.zubehoer-bild.vea-ma9 img {
  width: 240px;
}
#html-body .zubehoer-bild.VEA-4 .pagebuilder-mobile-hidden {
  max-width: 39%;
}
#html-body .zubehoer-bild.vea-ma9 .pagebuilder-mobile-hidden {
  max-width: 37%;
}
.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .table.two-cols .tr div:first-child {
  flex: 0 0 80%;
}
.table.two-cols .td.col2 {
  flex: 0 0 20%;
}
.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .table.two-cols .tr div:first-child {
  flex: 0 0 80%;
}
.table.two-cols .tr .th.col2 {
  flex: 0 0 20%;
}
.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .table.two-cols .tr .th {
  text-align: left;
  padding-left: 12px;
}
.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .table.two-cols .th.col2 {
  text-align: center;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht .table.three-cols .th {
  flex: 0 0 16.6%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht .table.three-cols a .tr .td {
  flex: 0 0 16.6%;
}
#html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols .th {
  flex: 0 0 16.6%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols a .tr .td {
  flex: 0 0 16.6%;
}
#html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st .table.three-cols .th {
  flex: 0 0 16.6%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st .table.three-cols a .tr .td {
  flex: 0 0 16.6%;
}
#html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt .table.three-cols .th {
  flex: 0 0 16.6%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt .table.three-cols a .tr .td {
  flex: 0 0 16.6%;
}
#html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols .th {
  flex: 0 0 14%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols a .tr .td {
  flex: 0 0 14%;
}
#html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .table.three-cols .tr .th {
  flex: 0 0 14%;
}
.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .table.three-cols a .tr .td {
  flex: 0 0 14%;
  overflow-x: auto;
}
#html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-entgasungsstationen .table.three-cols .tr .th {
  flex: 0 0 14%;
}
.categorypath-entgasungsstationen .table.three-cols a .tr .td {
  flex: 0 0 14%;
}
#html-body.categorypath-entgasungsstationen .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-nachspeisestationen-kategorie-vmat-vnss-power-control .table.three-cols .tr .th {
  flex: 0 0 16.5%;
}
.categorypath-nachspeisestationen-kategorie-vmat-vnss-power-control .table.three-cols a .tr .td {
  flex: 0 0 16.5%;
  overflow-x: auto;
}
#html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-power-control .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-nachspeisestationen-kategorie-vmat-vnss-niveau-control .table.three-cols .tr .th {
  flex: 0 0 16.5%;
}
.categorypath-nachspeisestationen-kategorie-vmat-vnss-niveau-control .table.three-cols a .tr .td {
  flex: 0 0 16.5%;
  overflow-x: auto;
}
#html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-niveau-control .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table.three-cols .tr .th {
  flex: 0 0 16.5%;
}
.categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table.three-cols a .tr .td {
  flex: 0 0 16.5%;
  overflow-x: auto;
}
.active #html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
.categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table2 .table.three-cols .tr .th {
  flex: 0 0 20%;
}
.categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table2 .table.three-cols a .tr .td {
  flex: 0 0 20%;
}
/*#html-body.categorypath-feinfilter-umwaelzanlagen .pagebuilder-column.img-feinfilter figure .pagebuilder-mobile-hidden {
      max-width: 50%;
      height: auto;
      margin-left: 48px;
  }*/
/*.categorypath-feinfilter-umwaelzanlagen .grid-col-6 .table.two-cols {
      min-height: 260px;
  }*/
.categorypath-feinfilter-umwaelzanlagen .pagebuilder-column.column-left .grid-menu .grid-row {
  display: block;
}
#html-body.categorypath-entgasungsstationen .pagebuilder-column .pagebuilder-mobile-hidden {
  margin-left: 50px;
  max-width: 50%;
}
#html-body.categorypath-entgasungsstationen .pagebuilder-column .pagebuilder-mobile-only {
  max-width: 30%;
}
#html-body.categorypath-entgasungsstationen .pagebuilder-column figure {
  text-align: center;
}
/*.categorypath-feinfilter-umwaelzanlagen .pagebuilder-column.column-left {
      height: 250px;
  }*/
#html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .pagebuilder-column .pagebuilder-mobile-hidden {
  max-width: 78%;
}
#html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .pagebuilder-column .pagebuilder-mobile-only {
  max-width: 50%;
}
#html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .img-categorie-top .pagebuilder-mobile-hidden {
  max-width: 65%;
}
#html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .img-categorie-top .pagebuilder-mobile-only {
  max-width: 80%;
}
.categorypath-nachspeisestationen .grid-col-6 img {
  width: 68%;
}
.categorypath-nachspeisestationen .grid-row div:nth-child(2) {
  align-items: center;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols a .tr div:nth-child(5) {
  flex: 0 0 19%;
}
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols a .tr div:nth-child(6) {
  flex: 0 0 12%;
}
#html-body.cms-otto-heat .Text-Ottoheat {
  background-color: #3c60a7;
}
.categorypath-kategorie-druckhaltestationen-additive-produkte .columns .column.main {
  display: none;
}
#html-body .download-product-buttons > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > button:nth-child(1) {
  height: 50px;
}
.product-info-main .product.attribute.overview {
  margin: 20px 0 100px 0;
}
.cms-rechner .heizungSection {
  border-bottom: 1px solid #0054a1;
}
.cms-rechner #swapTable tbody tr:nth-child(2) {
  border-bottom: 1px solid #0054a1;
}
#swapTable {
  border: none;
}
#swapTable tbody tr th {
  border: none;
}
#swapTable tbody tr td {
  border: none;
}
.pool_auswahl.flex-container {
  background-color: #b6d6ea;
}
#html-body .zubehoer-bild.vea-ma9 .pagebuilder-mobile-hidden {
  max-width: 35.5%;
}
.cookieconsent-optout-marketing {
  margin-left: 10px;
  margin-top: 20px;
}
#html-body .page-wrapper.active [data-pb-style=M3HH7VG] {
  width: 100%;
}
#html-body .page-wrapper.active [data-pb-style=QNMMJHK] {
  width: 100%;
}
#html-body .zubehoer-bild.vea-ma9 img {
  width: 218px;
}
#html-body div.tr:nth-child(2) {
  justify-content: normal;
}
html.active body#html-body.page-with-filter.page-products.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen.category-kategorie-zubehoer-druckhaltestationen.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure.zubehoer-bild.vea-ma9 img.pagebuilder-mobile-only {
  max-width: 91% !important;
}
.actions-toolbar {
  flex-direction: column;
  display: flex;
}
#html-body .actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: left;
}
.customer-account-create .form.create.account.form-create-account .field {
  display: flex;
  justify-content: space-between;
}
.customer-account-create .form.create.account.form-create-account .control input {
  width: 300px;
}
.customer-account-create .form.create.account.form-create-account .field.choice {
  justify-content: left;
}
.customer-account-create .fieldset.create.info strong div:first-child {
  margin-top: 10px;
  margin-bottom: 10px;
}
.customer-account-create .fieldset.create.info {
  margin-top: 20px;
}
.field.password.required .control {
  align-items: flex-end;
}
.table.three-cols.DHS-III {
  text-align: center;
  margin-left: 40px;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  padding-top: 0px;
}
.table.three-cols.DHS-III .grid-col-6.nesting {
  padding: 12px 0;
}
.table.three-cols.DHS-III .table.four-cols {
  overflow-x: auto;
}
/* Styling Accountseiten*/
.account.customer-account-index .sidebar.sidebar-main {
  display: none;
}
.account.customer-address-form .action.save.primary {
  line-height: 1.2rem;
  padding: 14px 17px;
  font-size: 1.4rem;
}
.account .actions-toolbar {
  display: block;
}
.account .fieldset.additional_info {
  width: 0%;
}
.account .columns {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1232px;
  display: flex !important;
}
.title.block-collapsible-nav-title {
  margin-top: 27px;
}
#html-body .pagebuilder-column.Product-dhs-rs4-I-7 {
  justify-content: end !important;
}
.cms-wartung .form.contact .field {
  color: white !important;
}
.cms-wartung .form.contact span {
  color: white !important;
}
.Level0 li.Level1.column-1.aLeft:nth-child(4) a:nth-child(2) {
  display: inline;
}
.block.block-dashboard-info .block-title strong {
  display: none;
}
.distance-above {
  margin-top: 85px;
}
.cms-wartung .field.name.required #angebotstyp {
  padding: 0rem;
  padding-left: 1rem;
  background-size: 27px;
}
.cms-wartung #Datenschutz2::after {
  color: white;
}
#html-body.cms-wartung #addData {
  width: auto !important;
  margin: auto !important;
  margin-left: 28% !important;
  margin-right: 28% !important;
}
.field.email.required.Datenschutz #pflichtfelder {
  color: white !important;
  font-size: 14px;
}
#pflichtfelder:before {
  color: #ffffff;
}
.cms-wartung ul {
  margin: 0px;
}
.cms-wartung h2 {
  margin-top: -21px !important;
}
.text-banner {
  width: 100%;
  margin-top: -3px;
}
#nachricht {
  border-radius: 16px;
}
.cms-kontakt .contact-block h3 {
  color: #3c60a7;
}
@media screen and (max-width: 320px) {
  #html-body.customer-account-create .form.create.account.form-create-account span,
  #html-body.customer-account-create .form.create.account.form-create-account label {
    font-size: 10px;
  }
  #html-body.customer-account-create .password-strength-meter {
    font-size: 10px;
  }
  #html-body.customer-account-create .field.required label a {
    font-size: 10px;
  }
}
@media screen and (max-width: 360px) {
  .cms-kontakt [data-content-type="html"] .contact-row:last-child .contact-block:nth-child(1) {
    flex-basis: calc(36%);
  }
}
@media screen and (max-width: 380px) {
  .flip-card .fieldset.login {
    width: 280px;
    height: 220px;
  }
  .flip-card-front {
    height: 208px;
  }
  .flip-card-inner {
    height: 208px;
  }
  #html-body.cms-wartung.cms-page-view.page-layout-1column #addData {
    margin-left: 0% !important;
    margin-right: 0% !important;
  }
}
@media screen and (max-width: 420px) {
  #html-body .header-image {
    display: flex;
  }
  .contact-row {
    display: block;
  }
  .cms-kontakt .contact-row .contact-block {
    width: initial;
  }
  #search {
    margin-bottom: 43px;
  }
  .product.actions.product-item-actions .fieldset .actions {
    width: 50%;
  }
  .contact-row {
    margin-bottom: 0px;
  }
  .contact-block {
    margin-bottom: 10px;
  }
  #html-body.cms-kontakt .actions-toolbar .primary {
    text-align: center;
  }
}
@media screen and (min-width: 380px) and (max-width: 435px) {
  .google-maps {
    width: 346px;
  }
}
@media screen and (max-width: 435px) {
  .google-maps {
    width: 285px;
  }
  .flip-card {
    width: 350px;
  }
  .flip-card-front {
    height: 257px;
  }
  .flip-card-inner {
    height: 257px;
  }
}
@media screen and (max-width: 437px) {
  html.active body#html-body.page-with-filter.page-products.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen.category-kategorie-zubehoer-druckhaltestationen.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div div.grid-menu.table-druckhaltestationen-zubehoer div div.grid-col-6 div.table.two-cols div.tr div.td {
    margin-left: -13px !important;
  }
}
@media screen and (max-width: 400px) {
  #html-body.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .grid-col-6 .table.two-cols .tr .th {
    text-align: left !important;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols a .tr .td {
    flex: 0 0 22%;
    overflow-x: auto;
  }
  #html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st .table.three-cols a .tr .td {
    flex: 0 0 23%;
    overflow-x: auto;
  }
  #html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st .table.three-cols .th {
    flex: 0 0 23%;
  }
  #html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt .table.three-cols a .tr .td {
    flex: 0 0 23%;
  }
  #html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-power-control .table.three-cols a .tr .td {
    flex: 0 0 23%;
  }
  #html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-niveau-control .table.three-cols a .tr .td {
    flex: 0 0 26%;
  }
  #html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-niveau-control .table.three-cols .tr .td.fullwidth {
    flex: 100%;
  }
  .active #html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table.three-cols a .tr .td {
    flex: 0 0 29%;
  }
  .active #html-body.ccategorypath-nachspeisestationen-kategorie-vmat-vnss-power .table.three-cols .tr .td.fullwidth {
    flex: 100%;
  }
  #html-body.category-kategorie-entgasungsstationen .table.three-cols a .tr .td {
    flex: 0 0 28%;
  }
  #html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht .table.three-cols a .tr .td {
    flex: 0 0 21.5%;
  }
  #html-body.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols a .tr .td {
    flex: 0 0 16.5%;
  }
}
@media screen and (max-width: 460px) {
  [data-content-type="html"] .contact-row:last-child .contact-block:nth-child(1) {
    flex-basis: calc(41%);
  }
  .cms-kontakt .contact-row .contact-block:nth-child(2) {
    flex-basis: calc(46%);
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .tr {
    padding-right: 0.25rem 1.5rem 0.25rem 1.5rem;
  }
  #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0px;
  }
}
@media screen and (min-width: 450px) and (max-width: 460px) {
  #html-body #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0px;
  }
}
@media screen and (min-width: 401px) and (max-width: 458px) {
  #html-body #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 500px) {
  .customer-account-create .form.create.account.form-create-account .control input {
    width: 204px;
  }
  .customer-account-create .form.create.account.form-create-account span,
  .customer-account-create .form.create.account.form-create-account label {
    font-size: 13px;
  }
  .customer-account-create input[type="radio"] {
    margin-top: 0px !important;
  }
  .customer-account-create .password-strength-meter {
    font-size: 13px;
  }
  #html-body.customer-account-create .field.required a {
    font-size: 13px;
  }
}
@media screen and (max-width: 515px) {
  #html-body.cms-wartung.cms-page-view #addData {
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
}
@media screen and (max-width: 515px) {
  .download-product-buttons tbody tr td {
    width: 50%;
    float: left;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-i-druckhaltestationen-vmat-dhs-rs4-i-3-0 #maincontent {
    padding-bottom: 122px;
  }
  .product-info-main .product.attribute.overview {
    margin: 20px 0 200px 0;
  }
}
@media screen and (max-width: 561px) {
  #html-body div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(3) {
    margin-left: 9px;
  }
}
@media screen and (max-width: 850px) {
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht .table.three-cols {
    overflow: scroll;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols {
    overflow: scroll;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st .table.three-cols {
    overflow: scroll;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt .table.three-cols {
    overflow: scroll;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols {
    overflow: scroll;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .table.three-cols {
    overflow: scroll;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .table.three-cols .grid-menu {
    overflow: scroll;
  }
  .categorypath-entgasungsstationen .table.three-cols {
    overflow: scroll;
  }
  .categorypath-nachspeisestationen-kategorie-vmat-vnss-power-control .table.three-cols {
    overflow: scroll;
  }
  .categorypath-nachspeisestationen-kategorie-vmat-vnss-niveau-control .table.three-cols {
    overflow: scroll;
  }
  .categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table.three-cols {
    overflow: scroll;
  }
  .category-kategorie-entgasungsstationen .table.three-cols {
    overflow: scroll;
  }
}
@media screen and (max-width: 600px) {
  .grid-row.table1 .table.three-cols .tr .th {
    font-size: 13px;
    padding-right: 5px;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .table.three-cols .th {
    flex: 0 0 20%;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .table.three-cols a .tr .td {
    flex: 0 0 20.5%;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht .table.three-cols .th {
    flex: 0 0 20%;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht .table.three-cols a .tr .td {
    flex: 0 0 20.5%;
    overflow-x: auto;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols .th {
    flex: 0 0 20%;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-b .table.three-cols a .tr .td {
    flex: 0 0 19.5%;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .table.three-cols .tr .th {
    flex: 0 0 20%;
  }
  /*.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols a .tr .td {
      flex: 0 0 18%;
      overflow-x: auto;
  }*/
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st .table.three-cols .th {
    flex: 0 0 20%;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st .table.three-cols a .tr .td {
    flex: 0 0 20.5%;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols a .tr .td {
    flex: 0 0 20%;
    overflow-x: auto;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols .th {
    flex: 0 0 20%;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt .table.three-cols .tr .th {
    flex: 0 0 20%;
  }
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt .table.three-cols a .tr .td {
    flex: 0 0 20%;
    overflow-x: auto;
  }
  .categorypath-nachspeisestationen-kategorie-vmat-vnss-power-control .table.three-cols .tr .th {
    flex: 0 0 20%;
  }
  .categorypath-nachspeisestationen-kategorie-vmat-vnss-power-control .table.three-cols a .tr .td {
    flex: 0 0 21%;
    overflow-x: auto;
  }
  .categorypath-nachspeisestationen-kategorie-vmat-vnss-niveau-control .table.three-cols .tr .th {
    flex: 0 0 23%;
  }
  .categorypath-nachspeisestationen-kategorie-vmat-vnss-niveau-control .table.three-cols a .tr .td {
    flex: 0 0 23%;
    overflow-x: auto;
  }
  #html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table.three-cols .tr .th {
    flex: 0 0 26%;
  }
  #html-body.categorypath-nachspeisestationen-kategorie-vmat-vnss-power .table.three-cols a .tr .td {
    flex: 0 0 26%;
    overflow-x: auto;
  }
  .category-kategorie-entgasungsstationen .table.three-cols .tr .th {
    flex: 0 0 23%;
  }
  .category-kategorie-entgasungsstationen .table.three-cols a .tr .td {
    flex: 0 0 23%;
    overflow-x: auto;
  }
}
@media screen and (max-width: 768px) {
  #html-body [data-content-type="row"] .banner-menu {
    display: none;
  }
  #html-body.categorypath-kategorie-druckhaltestationen-additive-produkte .pagebuilder-poster-overlay {
    height: 70vw;
  }
  #html-body.categorypath-kategorie-druckhaltestationen-additive-produkte .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  #html-body.customer-account-login.page-layout-1column.active .field.search .control:before {
    top: 147px;
  }
  .pagebuilder-slider.slider-service.slider-desktop {
    display: none;
  }
  .pagebuilder-slider.slider-additive-produkte.slider-desktop {
    display: none;
  }
  .cms-werkskundendienst .bannerbild-desktop {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .cms-inbetriebnahme .form.contact .control input#Datenschutz2 {
    width: 7%;
  }
  .abs-button-responsive,
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: 80%;
  }
  .cms-inbetriebnahme .form.contact .control input,
  .cms-inbetriebnahme .form.contact .control textarea {
    width: 80%;
  }
  #html-body #maincontent > div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(3) {
    width: 100%;
  }
  #html-body.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen [data-pb-style=PJJALTY] {
    width: 100%;
  }
  #html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .pagebuilder-column .pagebuilder-mobile-only {
    max-width: 50%;
  }
  #html-body #maincontent > div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(2) {
    width: 100%;
  }
  #html-body.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .table.two-cols .tr .th {
    padding-left: 0px;
  }
  .cms-das-unternehmen .button-pdf .pagebuilder-button-primary,
  .cms-home .pagebuilder-button-primary,
  .cms-service .pagebuilder-button-primary {
    margin-bottom: 0px;
  }
  .slider-service .pagebuilder-slide-wrapper {
    margin-right: 0%;
  }
  .slider-additive-produkte .pagebuilder-slide-wrapper {
    margin-right: 10%;
  }
}
@media screen and (min-width: 769px) {
  .banner-menu [data-content-type="text"] p {
    float: left;
    margin-right: 20px;
  }
  #html-body .banner-menu [data-content-type="text"] p a {
    color: #ffffff !important;
  }
  #html-body .banner-menu [data-content-type="text"] p a:hover {
    text-decoration: underline;
    text-decoration-color: #4a4f52;
  }
  #html-body .banner-menu [data-content-type="text"] {
    margin-top: -51px;
  }
  .cms-werkskundendienst .bannerbild-mobil {
    display: none;
  }
  .pagebuilder-slider.slider-mobil {
    display: none;
  }
  .account.customer-address-form .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: 200px;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .pagebuilder-column-line {
    flex-wrap: nowrap;
  }
  #html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .pagebuilder-column .pagebuilder-mobile-only {
    max-width: 100%;
  }
  h1.headline-ottoheat {
    margin-top: 31px !important;
    margin-bottom: 47px !important;
  }
  .pagebuilder-column-group.Column-heat-produkte {
    border-radius: 1em;
  }
  .pagebuilder-column-group.Column-heat-produkte .pagebuilder-column-line .pagebuilder-column {
    margin-top: 38px;
    margin-left: 32px;
    margin-bottom: 15px;
  }
  .pagebuilder-column.text-unternehmen p {
    margin-right: 20px;
  }
}
@media screen and (min-width: 770px) {
  .table .caption.split {
    margin-top: 25px;
  }
  .abs-button-responsive,
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: 60%;
  }
  .cms-inbetriebnahme .form.contact .control input,
  .cms-inbetriebnahme .form.contact .control textarea {
    width: 60%;
  }
  .cms-inbetriebnahme .form.contact .control input#Datenschutz2 {
    width: 1%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
  .pagebuilder-column.Product-dhs-rs4-I-6,
  .pagebuilder-column.Product-dhs-rs4-I-7 {
    background-attachment: scroll !important;
    flex-basis: 100% !important;
    max-width: 100%;
  }
  .image-team .pagebuilder-mobile-hidden {
    margin-bottom: 54px;
  }
  .text-familiengedanke {
    margin-bottom: 42px;
  }
  h2.Headline-Referenzen {
    margin-top: 51px;
  }
  .text-referenz-projekte {
    margin-bottom: 44px;
  }
  h2.headline-unternehmen {
    margin-top: 51px;
    margin-bottom: 17px;
  }
  .row-Kundenreferenzen {
    margin-left: -20px;
    margin-right: -20px;
  }
  .Headline-Referenzen {
    margin-left: 1.5%;
  }
  .text-referenz-projekte {
    margin-left: 1.5%;
  }
  .pagebuilder-column.column-projekte-blue {
    margin-left: 2%;
    margin-right: 7%;
  }
  .logo img {
    width: 106.5px;
    height: 78.3px;
  }
  .field.search .control:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 31px !important;
  }
  .banner-slider {
    top: 30vw !important;
  }
}
@media screen and (max-width: 680px) {
  #html-body [data-pb-style=BPOTCHX],
  #html-body [data-pb-style=UMA0QQQ] {
    background-position: center top;
  }
}
@media screen and (max-width: 640px) {
  .product.actions.product-item-actions .fieldset .actions {
    width: 34%;
    margin: auto;
  }
  .toolbar-sorter.sorter {
    position: unset;
    float: left;
    margin-left: 4px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 880px) {
  #html-body.customer-account-create .form.create.account.form-create-account {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .table.three-cols.DHS-III {
    margin-left: 5px;
    margin-right: 3%;
  }
  .table.three-cols.DHS-III .grid-col-6.nesting .table.four-cols {
    text-align: center;
    padding-top: 0px;
  }
  .footer.content .links {
    flex-wrap: wrap;
  }
  body .page-footer .footer.content .copyright-footer {
    text-align: left;
  }
  .links .widget.block.block-static-block {
    width: 50%;
  }
  body .links .widget.block.block-static-block:nth-child(3) {
    width: 100%;
  }
  /* Verschoben an diese Stelle und leicht angepasst - KH 30.09.2022 */
  .column.main .Text-Ottoheat span[style="font-size: 36px;"] {
    font-size: 20px !important;
  }
  .column.main .Text-Ottoheat span[style="font-size: 18px;"] {
    font-size: 12px !important;
  }
  .column.main .Text-Ottoheat p {
    line-height: 25px !important;
    margin-bottom: 20px !important;
  }
  body .page-footer .widget.block.block-static-block a {
    font-size: 16px;
  }
  .page-footer .widget.block.block-static-block .copyright-footer a {
    font-size: 13px;
  }
  .links .widget.block.block-static-block:first-child {
    margin-bottom: 30px;
  }
  .row-Kundenreferenzen {
    margin-left: -30px;
    margin-right: -30px;
  }
  .Headline-Referenzen {
    margin-left: 7%;
  }
  .text-referenz-projekte {
    margin-left: 7%;
  }
  .sideButtonChildren:first-child {
    display: none;
  }
  .sideButtonChildren:nth-child(3) {
    display: none;
  }
  .sideButtonChildren:nth-child(4) {
    display: none;
  }
  body .phs_calc,
  body .breadcrumbs,
  body .customer-account-index #maincontent .columns,
  body .customer-account-logoutsuccess #maincontent .columns,
  body .catalog-product-view #maincontent .columns,
  body .catalogsearch-result-index #maincontent .columns,
  body .catalog-category-view #maincontent .columns,
  body .customer-account-login #maincontent .columns,
  body .customer-account-create #maincontent .columns .column.main,
  body [data-content-type="row"] {
    padding: 0 5%!important;
  }
  #html-body #maincontent .columns {
    padding: 0 5% !important;
  }
  .logo img {
    width: 106px;
    height: 78px;
  }
  .product-image-photo {
    border-radius: 2em;
  }
  .field.search .control:before {
    right: 20px;
    top: 140px;
  }
  .field.search .control:before {
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 20px !important;
  }
  .cms-home.cms-index-index.page-layout-1column.active .field.search .control:before {
    top: 231px;
  }
  .customer-account-login.page-layout-1column.active .field.search .control:before {
    top: 132px;
  }
  .grid-col-6.nesting.table-druckhaltestationen {
    flex-direction: column;
  }
  .grid-row.table1-1,
  .grid-row.table1-2 {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .customer-account-create .form.create.account.form-create-account {
    width: 75%;
  }
}
@media screen and (max-width: 980px) {
  .table.three-cols.DHS-III {
    margin-top: 8.5px;
  }
  #html-body.cms-wartung #addData {
    margin-left: 16% !important;
    margin-right: 16% !important;
  }
}
@media screen and (min-width: 500px) and (max-width: 947px) {
  .categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .pagebuilder-column-line .pagebuilder-column {
    max-width: 46%;
  }
}
@media screen and (min-width: 948px) and (max-width: 1199px) {
  .categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .pagebuilder-column-line .pagebuilder-column {
    max-width: 48%;
  }
  #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 0px;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1199px) {
  #html-body #maincontent > div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(3) {
    margin-left: 9px;
  }
}
@media screen and (max-width: 1200px) {
  .categorypath-kategorie-druckhaltestationen-additive-produkte .pagebuilder-column-line {
    flex-wrap: nowrap;
  }
  #html-body [data-pb-style=VA03XLF],
  #html-body [data-pb-style=WR5M0W2] {
    max-width: 70%;
  }
  #html-body [data-pb-style=OA1GKJF] {
    text-align: center;
  }
  .cms-werkskundendienst [data-content-type="image"],
  .cms-inbetriebnahme [data-content-type="image"] {
    text-align: center;
  }
  .Level0.subMenu .Level0 {
    padding-left: 0px;
  }
  .Level0 li .categorieImg {
    width: 152px;
  }
  .Level1.column-1.aLeft {
    background: #c2d3e7;
  }
  .pagebuilder-column.service-text-allgemeines p {
    margin-bottom: 0px;
  }
  #html-body #maincontent > div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(2) {
    margin-left: 9px !important;
  }
  .customer-account-create .form.create.account.form-create-account {
    width: 60%;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .pagebuilder-column {
    flex-basis: auto;
  }
  #html-body.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .pagebuilder-column-line {
    flex-wrap: nowrap;
  }
  #html-body #maincontent > div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(2) {
    margin-left: 0px;
  }
  #html-body div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(2) {
    flex-basis: auto;
  }
  .form.contact {
    margin-top: 40px;
  }
  body h2.ueberschrift-projekte {
    margin-top: 40px !important;
  }
  body .pagebuilder-column.textbox-unternehmen-right {
    margin-top: 20px;
    margin-left: 0px;
  }
  body .pagebuilder-column-line .pagebuilder-column.textbox-unternehmen-left {
    margin-bottom: 20px;
  }
  .pagebuilder-column.textbox-unternehmen-left {
    order: 2;
    margin-top: 20px;
  }
  .pagebuilder-column.img-unternehmen-team div {
    margin: auto;
  }
  .Button-product-category {
    margin: auto;
  }
  .product-image {
    margin: auto;
  }
  .toolbar-amount {
    margin-left: 160px;
  }
  .block-title.filter-title strong {
    margin-left: 24px;
  }
  .product.attribute.overview table {
    width: 47%;
  }
  .categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen .pagebuilder-column-line .pagebuilder-column {
    max-width: 100%;
  }
  /*#html-body.categorypath-feinfilter-umwaelzanlagen .pagebuilder-column.img-feinfilter figure .pagebuilder-mobile-only {
      max-width: 31%;
      height: auto;
  }*/
  /*#html-body.categorypath-feinfilter-umwaelzanlagen .grid-menu .grid-row .grid-col-6 {
      height: 212px;
  }*/
  #html-body.categorypath-feinfilter-umwaelzanlagen .pagebuilder-column.img-feinfilter figure {
    text-align: center;
  }
  #html-body.categorypath-entgasungsstationen .pagebuilder-column figure {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .cms-kontakt h2[data-content-type="heading"] {
    margin-top: 0px !important;
  }
  .pagebuilder-column.service-text-column {
    margin-top: 44px;
  }
  .text-unternehmen p {
    margin-bottom: 25px;
  }
  .banner-slider {
    top: 27vw !important;
  }
  body .slider-service .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 0vh !important;
  }
  body .slider-additive-produkte .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 0vh !important;
  }
}
wwwww {
  color: blue;
}
body .product-info-main .product.attribute.sku .type:after {
  content: ":";
}
.cms-rechner .header,
links {
  width: unset !important;
}
@font-face {
  font-family: "DIN W01 Medium";
  src: url("../fonts/5514482/48560a7f-32bd-430f-b29d-261554b09709.woff2") format("woff2"), url("../fonts/5514482/bf44d8ce-56d8-4004-9d65-d392f54cbdfa.woff") format("woff");
}
@font-face {
  font-family: "DIN W01 Black";
  src: url("../fonts/5514509/6882e524-149f-4d95-82c9-9bfb0df475f1.woff2") format("woff2"), url("../fonts/5514509/5b7de373-803c-4ce9-838f-b93bbf33387a.woff") format("woff");
}
@font-face {
  font-family: "DIN W01 Regular";
  src: url("../fonts/5514533/a98eb071-b947-4dd4-adac-f74cffd4a3a3.woff2") format("woff2"), url("../fonts/5514533/a37b7aad-2016-4149-b2f1-b8925dfbdff0.woff") format("woff");
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/fontawesome/fontawesome-webfont.woff2") format('woff2'), url("../fonts/fontawesome/fontawesome-webfont.woff") format('woff'), url("../fonts/fontawesome/fontawesome-webfont.ttf") format('truetype'), url("../fonts/fontawesome/fontawesome-webfont.svg#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.catalog-product-view button {
  height: 50px;
}
div.content.block-collapsible-nav-content {
  display: none;
}
div.box.box-shipping-address {
  display: none;
}
div.box-actions {
  font-weight: bold;
}
body .box-title > span {
  font-size: 20px !important;
}
@media screen and (max-width: 769px) {
  body.account.customer-account-edit.page-layout-2columns-left .actions-toolbar .primary button,
  body.account.newsletter-manage-index.page-layout-2columns-left .actions-toolbar .primary button {
    margin-left: 0px !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 1199px) {
  body.account.customer-account-edit.page-layout-2columns-left .actions-toolbar .primary button,
  body.account.newsletter-manage-index.page-layout-2columns-left .actions-toolbar .primary button {
    margin-left: 0px !important;
    width: 60% !important;
  }
}
@media screen and (min-width: 1200px) {
  body.account.customer-account-edit.page-layout-2columns-left .actions-toolbar .primary button,
  body.account.newsletter-manage-index.page-layout-2columns-left .actions-toolbar .primary button {
    margin-left: 0px !important;
    width: 300px !important;
  }
}
.categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .table.three-cols .tr .th {
  flex: 0 0 14%;
}
.categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .table.three-cols a .tr .td {
  flex: 0 0 14%;
  overflow-x: auto;
}
#html-body.categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .table.three-cols .tr .td.fullwidth {
  flex: 100%;
}
#html-body.categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .pagebuilder-column .pagebuilder-mobile-hidden {
  max-width: 78%;
}
#html-body.categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .pagebuilder-column .pagebuilder-mobile-only {
  max-width: 50%;
}
#html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .img-categorie-top .pagebuilder-mobile-hidden {
  max-width: 65%;
}
#html-body.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-iii .img-categorie-top .pagebuilder-mobile-only {
  max-width: 80%;
}
#html-body [data-pb-style=K3G3KAP],
#html-body [data-pb-style=RHLNG3P] {
  max-width: 80%;
}
#html-body [data-pb-style=E7QRTAR],
#html-body [data-pb-style=LXSVBX9] {
  max-width: 90%;
}
@media screen and (min-width: 770px) and (max-width: 1199px) {
  #html-body.categorypath-feinfilter-umwaelzanlagen .pagebuilder-column.img-feinfilter figure .pagebuilder-mobile-only {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 769px) {
  #html-body.categorypath-feinfilter-umwaelzanlagen .pagebuilder-column.img-feinfilter figure .pagebuilder-mobile-only {
    max-width: 50%;
    height: auto;
  }
}
#html-body .categorypath-feinfilter-umwaelzanlagen .pagebuilder-column-line {
  justify-content: center !important;
}
#html-body [data-pb-style=FWC4VHH] {
  justify-content: center;
}
.categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .table.three-cols .tr .th,
.categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .table.three-cols a .tr .td {
  min-width: 85px;
}
.categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .grid-menu {
  background-color: #b8cfe6;
  border-radius: 1rem;
  overflow: auto;
}
#html-body [data-pb-style=N2X7Y30] {
  margin-bottom: 0px;
}
@media screen and (min-width: 770px) {
  .categorypath-feinfilter-umwaelzanlagen.category-kategorie-feinfilter-umwaelzanlagen .grid-menu {
    overflow: hidden;
  }
}
/*@media screen and (max-width: 480px){
  .header-image {
    display: none !important;
  } 
}
*/
/*@media screen and (min-width: 400px) and (max-width: 600px) {
  .categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols a .tr .td {
    flex: 0 0 20%;
    overflow-x: auto;
  }
}*/
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols .tr .th,
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot .table.three-cols a .tr .td {
  min-width: 85px;
}
body#html-body.cms-kontakt {
  display: block;
}
#html-body.cms-rechner .heat_requirements_container.spalte_1 .input_container_vheat {
  align-items: baseline;
}
.phs_calc input[type="number"]:disabled,
.phs_calc input[type="text"]:disabled {
  width: 100%;
}
#html-body.customer-account-login .actions-toolbar > .secondary {
  text-align: left !important;
}
#html-body.customer-account-create .actions-toolbar > .primary {
  width: -webkit-fill-available;
}
div.errorRohr p {
  font-size: 15px;
}
div.errorWaermeZeuger p {
  font-size: 15px;
}
@media screen and (max-width: 769px) {
  #html-body.page-with-filter.page-products.categorypath-kategorie-waermeuebertrager div.pagebuilder-column.waermeuebertrager_spalte {
    display: none;
  }
}
@media screen and (min-width: 770px) {
  #html-body.page-with-filter.page-products.categorypath-kategorie-waermeuebertrager div.waermeuebertrager_mobile {
    display: none;
  }
}
@media screen and (min-width: 770px) {
  #html-body.page-with-filter.page-products.categorypath-kategorie-waermeuebertrager div.pagebuilder-column.waermeuebertrager_tabelle {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 770px) and (max-width: 1199px) {
  #html-body.page-with-filter.page-products.categorypath-kategorie-waermeuebertrager div.pagebuilder-column.waermeuebertrager_spalte img {
    height: 75%;
  }
}
#html-body.page-with-filter.page-products.categorypath-kategorie-waermeuebertrager .waermeuebertrager_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#html-body.page-with-filter.page-products.categorypath-kategorie-waermeuebertrager .waermeuebertrager_column {
  flex: 1;
  box-sizing: border-box;
  justify-content: center;
}
#html-body.page-with-filter.page-products.categorypath-kategorie-waermeuebertrager .waermeuebertrager_bilder_mobile img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
#html-body.page-with-filter.page-products.categorypath-nachspeisestationen div.tr:nth-child(2) {
  justify-content: center;
  align-items: normal;
}
#html-body.cms-werkskundendienst .button-pdf .pagebuilder-button-primary {
  width: auto !important;
}
#html-body .panel.wrapper,
#html-body .sections.nav-sections .section-item-title.nav-sections-item-title[aria-controls="store.links"],
#html-body .header.content div.ToggleCustomer {
  display: none !important;
}
.category-description > div:nth-child(3) > div:nth-child(1) > div:nth-child(1) > p:nth-child(1) {
  margin-bottom: 15px;
  margin-top: 10px;
}
.table {
  text-align: center;
}
.grid-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.pagebuilder-mobile-hidden {
  width: 100%;
  height: auto;
}
.google-maps {
  margin-left: 10px;
}
@media screen and (min-width: 500px) and (max-width: 947px) {
  .categorypath-kategorie-ausdehnungsgefasse-zubehor .pagebuilder-column-line .pagebuilder-column {
    max-width: 46%;
  }
}
@media screen and (min-width: 948px) and (max-width: 1199px) {
  .categorypath-kategorie-ausdehnungsgefasse-zubehor .pagebuilder-column-line .pagebuilder-column {
    max-width: 48%;
  }
}
.fotorama__stage__frame .fotorama__img {
  width: 650px;
}
@media screen and (max-width: 516px) {
  .download-product-buttons tbody tr td:nth-child(1) {
    margin-bottom: 30px;
  }
}
.column > div:nth-child(6) > div:nth-child(1) > div:nth-child(2) > p:nth-child(1) {
  margin-bottom: 20px;
}
.unternehmen-box-2 {
  margin-top: 30px;
}
div.tr:nth-child(2) {
  justify-content: center;
}
/* Buttons style 
.button-pdf .pagebuilder-button-primary {
    height: 50px;
}
*/
.button-pdf .pagebuilder-button-primary {
  cursor: pointer;
}
/*
.categorypath-entgasungsstationen .category-description .pagebuilder-button-primary {
    height: 50px;
}
*/
.categorypath-entgasungsstationen div.pagebuilder-button-primary {
  width: 350px;
}
.button-pdf a {
  height: 50px;
  padding: 12px;
}
div.button-pdf:nth-child(3) > div:nth-child(3) > div:nth-child(1) {
  width: 350px;
}
/*.table > a:nth-child(3) > div:nth-child(1) > div:nth-child(1) {
    text-align: left;
}
*/
.download-product-buttons {
  display: block;
}
.download-product-buttons > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) > a:nth-child(1) > button:nth-child(1) {
  height: 48px;
}
/* V expomag HYT Bild anpassen
.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt .category-description .pagebuilder-column .pagebuilder-mobile-hidden {
    max-width: 450px;
}
 */
/* bilder für Tablet anpassen Ausdehnunggefässe  */
@media screen and (min-width: 320px) and (max-width: 1199px) {
  .page-with-filter.page-products.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht.category-kategorie-v-expomag-hn-ht.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure.product-image-small img.pagebuilder-mobile-only {
    max-width: 350px;
  }
}
@media screen and (min-width: 320px) and (max-width: 1199px) {
  .page-with-filter.page-products.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt.category-kategorie-v-expomag-hyt.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure img.pagebuilder-mobile-only {
    max-width: 350px;
  }
}
/* BILDER Anpassung bei Ausdehnungsgefasse fur Dekstop
.
.
*/
.page-with-filter.page-products.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hn-ht.category-kategorie-v-expomag-hn-ht.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure.product-image-small img.pagebuilder-mobile-hidden {
  max-width: 450px;
}
.page-with-filter.page-products.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hot.category-kategorie-v-expomag-hot.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure.product-image-small img.pagebuilder-mobile-hidden {
  max-width: 450px;
  margin-top: 20px;
}
.page-with-filter.page-products.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st.category-kategorie-v-expomag-st.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure img.pagebuilder-mobile-only {
  max-width: 450px;
}
.page-with-filter.page-products.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-st.category-kategorie-v-expomag-st.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure img.pagebuilder-mobile-hidden {
  max-width: 450px;
}
.page-with-filter.page-products.categorypath-kategorie-ausdehnungsgefasse-kategorie-v-expomag-hyt.category-kategorie-v-expomag-hyt.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure img.pagebuilder-mobile-hidden {
  max-width: 450px;
}
/* Button für Kontakt Seite -initiativbewerbung */
.cms-kontakt.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.button-pdf div.button-pdf.button-margin.button-large {
  margin-top: 30px;
  margin-left: 10px;
}
.cms-kontakt.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.button-pdf div.button-pdf.button-margin.button-large a.pagebuilder-button-primary {
  display: inline;
}
@media screen and (max-width: 348px) {
  .cms-kontakt.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.button-pdf div.button-pdf.button-margin.button-large a.pagebuilder-button-primary {
    display: inline-block;
    padding-bottom: 50px;
  }
}
/* Initiativbewerbung Seite Image Anpassungen */
.cms-bewerbung.cms-page-view.page-layout-1column div.page-wrapper main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div img {
  border-radius: 16px;
  height: auto;
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .cms-bewerbung.cms-page-view.page-layout-1column div.page-wrapper main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div img {
    max-width: 350px;
    display: block;
    margin: auto;
  }
}
/* Änderungen Bewerbung Seite Bild für Tablet Version und responsive */
@media screen and (min-width: 1200px) {
  .cms-bewerbung.cms-page-view.page-layout-1column div.page-wrapper main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div img {
    margin-left: 30px;
  }
}
@media screen and (max-width: 769px) {
  .cms-bewerbung.cms-page-view.page-layout-1column div.page-wrapper main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div img {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1345px) {
  .cms-bewerbung.cms-page-view.page-layout-1column div.page-wrapper main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div img {
    max-width: 360px;
  }
}
/* ende der Änderungen */
@media screen and (max-width: 1200px) {
  .page-with-filter.page-products.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-i-druckhaltestationen-vmat-dhs-rs4-i-3-0.category-druckhaltestationen-vmat-dhs-rs4-i-3-0.catalog-category-view.page-layout-1column div.page-wrapper main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column.column-product-img figure.product-image-small img.pagebuilder-mobile-only {
    max-width: 430px;
  }
}
/* Bessere Lesbarkeit für den Text der Produkten in Subkategorien -Druckhaltstationen -Anpassungen für jede Strange
.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-i .category-view p {
    display: ruby;
}

.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-ii .category-view p {
    display: ruby;
}

.category-kategorie-vmat-dhs-rs4-i div.page-wrapper .category-view .category-description div.pagebuilder-column-line div.pagebuilder-column.Product-dhs-rs4-I-3 div p {
    margin-left: -40px;
}
/* Ende*/
/* Bilder Responsiv für Zübehor Seite -muss noch gemacht werden !!!  */
@media screen and (max-width: 1200px) {
  .categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen.category-kategorie-zubehoer-druckhaltestationen.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line {
    display: ruby;
  }
}
/* Service Seite 
.
.
*/
.cms-datenschutz .column p a {
  text-decoration-line: underline;
}
@media screen and (max-width: 700px) {
  /* Bewerbung Seite */
  .cms-karriere div:last-child img {
    height: 70%;
    border-radius: 16px;
  }
}
/* Tabelle Text bei Druckhaltstationen Zubehor Seite */
@media screen and (max-width: 400px) {
  #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 360px) and (min-width: 316px) {
  #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 34px;
  }
}
@media screen and (min-width: 401px) and (max-width: 458px) {
  #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 19px;
  }
}
@media screen and (min-width: 450px) and (max-width: 460px) {
  #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 8px;
  }
}
@media screen and (max-width: 315px) {
  #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 34px;
  }
}
@media screen and (min-width: 360px) and (max-width: 375px) {
  #maincontent > div.category-view > div.category-description > div:nth-child(2) > div > div:nth-child(3) > div > div > div > div > div:nth-child(2) > div:nth-child(1) {
    margin-left: 27px;
  }
}
/*die Zweite Tabelle : */
/*ende der Anpassunen*/
/* Bilder Anpassungen -Tablet Version bei Druckhaltstationen Zubehor Seite */
@media screen and (max-width: 1200px) {
  div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(2) {
    flex-basis: content;
  }
  div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(3) {
    flex-basis: auto;
  }
  #maincontent > div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(3) > figure > img.pagebuilder-mobile-only {
    max-width: 215px;
    margin-top: 4px;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1199px) {
  #maincontent > div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(2) {
    margin-left: 176px;
  }
  #maincontent > div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(3) {
    margin-left: 126px;
  }
}
@media screen and (max-width: 561px) {
  div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(3) {
    margin-left: 62px;
  }
}
@media screen and (min-width: 827px) and (max-width: 1088px) {
  div.category-view > div.category-description > div:nth-child(4) > div > div > div {
    justify-content: center;
  }
}
@media screen and (min-width: 1202px) {
  div.category-view > div.category-description > div:nth-child(4) > div > div > div > div:nth-child(3) > figure {
    margin-bottom: -12px;
  }
}
@media screen and (max-width: 437px) {
  html.active body#html-body.page-with-filter.page-products.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen.category-kategorie-zubehoer-druckhaltestationen.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div div.grid-menu.table-druckhaltestationen-zubehoer div div.grid-col-6 div.table.two-cols div.tr div.td {
    margin-left: 15px;
  }
}
html.active body#html-body.page-with-filter.page-products.categorypath-kategorie-druckhaltestationen-kategorie-zubehoer-druckhaltestationen.category-kategorie-zubehoer-druckhaltestationen.catalog-category-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.category-view div.category-description div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column figure.zubehoer-bild.vea-ma9 img.pagebuilder-mobile-only {
  max-width: 100%;
  height: auto;
}
.categorypath-kategorie-druckhaltestationen-kategorie-vmat-dhs-rs4-i-druckhaltestationen-vmat-dhs-rs4-i-3-0 .product-info-main {
  margin-bottom: 0px;
}
html body#html-body.catalog-product-view.product-vmat-dhs-rs4-i-3-0-100-6-modul-iii.page-layout-1column div.page-wrapper main#maincontent.page-main div.columns div.column.main div.product.media div.gallery-placeholder {
  cursor: zoom-in;
}
html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted div.slick-list.draggable {
  max-width: 400px;
}
/*Kundendienst Seite Slider */
@media screen and (min-width: 1200px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column {
    margin-left: -28px;
  }
}
@media screen and (min-width: 489px) and (max-width: 531px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    margin-left: -13px;
  }
}
@media screen and (min-width: 532px) and (max-width: 541px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    margin-left: -40x;
  }
}
@media screen and (min-width: 565px) and (max-width: 577px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    margin-left: -59x;
  }
}
@media screen and (min-width: 728px) and (max-width: 770px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted div.slick-list.draggable {
    margin-left: 124px;
  }
}
@media screen and (min-width: 770px) and (max-width: 826px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted div.slick-list.draggable {
    margin-left: 162px;
  }
}
@media screen and (min-width: 856px) and (max-width: 866px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted div.slick-list.draggable {
    margin-left: 174px;
  }
}
@media screen and (min-width: 918px) and (max-width: 930px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted div.slick-list.draggable {
    margin-left: 204px;
  }
}
@media screen and (min-width: 998px) and (max-width: 1004px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted div.slick-list.draggable {
    margin-left: 231px;
  }
}
@media screen and (min-width: 998px) and (max-width: 1100px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted div.slick-list.draggable {
    margin-left: 271px;
  }
}
@media screen and (min-width: 678px) and (max-width: 726px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    margin-left: -110px;
  }
}
@media screen and (min-width: 620px) and (max-width: 677px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    margin-left: -93px;
  }
}
@media screen and (min-width: 616px) and (max-width: 623px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    margin-left: -65px;
  }
}
@media screen and (min-width: 606px) and (max-width: 630px) {
  html.active body#html-body.cms-kundendienst.cms-page-view.page-layout-1column.active div.page-wrapper.active main#maincontent.page-main div.columns div.column.main div div div.pagebuilder-column-group div.pagebuilder-column-line div.pagebuilder-column div.pagebuilder-slider.slick-initialized.slick-slider.slick-dotted ul.slick-dots {
    margin-left: -73px;
  }
}
/*--------------------------------------------------------------------------------*/
/**/
/* Konfiguration */
/**/
/**/
:root {
  --main-color: #3c60a7;
  --background-color: #b8cfe6;
  --highlight-color: #6897c9;
  --overlay-color: rgba(60, 96, 167, 0.3);
}
/*--------------------------------------------------------------------------------*/
/**/
/* Bugfixes */
/**/
/**/
/* Grundlegendes (Layout) */
.page-main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#cwsMenu-1 {
  margin: 0 auto;
  width: 100% !important;
}
#maincontent {
  padding-bottom: 24px;
}
.page-title-wrapper {
  width: 100% !important;
  max-width: 1280px;
  padding: 0 24px;
  margin: 0 auto!important;
  box-sizing: border-box;
}
.phs_calc,
.breadcrumbs,
.customer-account-index #maincontent .columns,
.customer-account-logoutsuccess #maincontent .columns,
.catalog-product-view #maincontent .columns,
.catalogsearch-result-index #maincontent .columns,
.catalog-category-view #maincontent .columns,
.customer-account-login #maincontent .columns,
.customer-account-create #maincontent .columns {
  max-width: 1280px !important;
  margin: 0 auto!important;
  display: block !important;
}
.phs_calc,
.breadcrumbs,
.customer-account-index #maincontent .columns,
.customer-account-logoutsuccess #maincontent .columns,
.catalog-product-view #maincontent .columns,
.catalogsearch-result-index #maincontent .columns,
.catalog-category-view #maincontent .columns,
.customer-account-login #maincontent .columns,
.customer-account-create #maincontent .columns,
[data-content-type="row"] {
  padding: 0 1.5625%!important;
}
.column.main {
  padding-bottom: 0px !important;
}
div p:last-child {
  margin-bottom: 0 !important;
}
p {
  margin-bottom: 36px;
}
ul,
ol {
  margin: 36px 0;
  padding: 0 0 0 23px;
}
.Level0 {
  margin: 0;
}
.primary * {
  color: #ffffff;
  margin-bottom: 36px !important;
}
/* VHEAT-Logo: */
.logo {
  margin-bottom: 40px;
}
/* Suchschlitz: */
.block-search {
  margin-bottom: 0;
}
.block-search input {
  position: static;
}
.block-search .control {
  margin: 0 !important;
  padding: 0 !important;
}
/* Sprachwähler im Panel-Header, Breadcrumps, "Produkte vergleichen", "Wunschliste" und "Produkt Bewertungen" etc. ausblenden: */
#switcher-language,
.breadcrumbs,
.block-compare,
.block-wishlist,
.customer-menu .wishlist,
.product-addto-links,
.customer-account-index,
.product-reviews-summary {
  display: none !important;
}
/* Top-Bar mit "Anmelden" und "Registrieren-Link": */
.panel.header a,
.panel.header span,
.authorization-link:after {
  font-size: 15px;
  color: white !important;
}
.header.panel > .header.links > li > a:link,
.header.panel > .header.links > li > a:visited {
  color: white !important;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:hover,
.header.panel > .header.links > li > a:focus {
  color: lightgray !important;
  text-decoration: none;
}
/* Icon für das Accountmenü auf Tablets und mobilen Endgeräten: */
.ToggleCustomer {
  right: 1.5625%;
  margin-right: 40px;
}
/* Icon (Hamburger) für das Menü auf Tablets und mobilen Endgeräten: */
.nav-toggle {
  left: auto !important;
  right: 1.5625%;
}
/* Menü */
.nav-sections {
  margin-bottom: 0;
}
.nav-sections-item-content {
  background-color: white;
}
#cwsMenu-1 .cwsMenu li.Level2 > a {
  font-weight: normal !important;
}
/* Team-Bild ganz unten auf der Startseite */
.image-team {
  margin-bottom: 0;
}
/* Referenz-Projekte */
.Headline-Referenzen,
.text-referenz-projekte {
  margin-left: 0 !important;
}
/* Das mobile Menü muss über dem Typo-Slider liegen */
.nav-sections {
  z-index: 1000 !important;
}
/* Page-Footer */
.footer.content .links {
  display: block !important;
}
.page-footer .block-static-block {
  margin: 0;
  text-align: center !important;
  width: 100% !important;
}
.page-footer .block-static-block a {
  padding: 0;
}
.copyright-footer {
  text-align: center !important;
  margin-top: 30px !important;
}
/* Zweispaltige Auflistung auf der "Otto Heat"-Seite */
.right-col {
  margin-top: -76px !important;
}
/* Seite "Neues Kundenkonto erstellen" */
.customer-account-create fieldset {
  margin-bottom: 18px;
}
/*--------------------------------------------------------------------------------*/
/**/
/* Gestaltung Frontend */
/**/
/**/
/**/
/* Kategorieseiten */
/**/
.catalog-category-view .page-title-wrapper {
  display: none;
}
/**/
/* Verlinkte Kategorie-Tabellen */
/**/
.table-title {
  text-align: center;
  font-weight: bold;
  margin: 1rem 0;
}
.table {
  background-color: var(--background-color);
  border-radius: 1rem;
  padding: 1.25rem 0 1.25rem 0;
  flex: 1;
}
.table .caption {
  margin: .25rem  1.5rem;
}
.table .tr {
  padding: .25rem 1.5rem;
  margin: .25rem 0;
  display: flex;
}
.table a + .caption,
.table .tr + .caption {
  padding-top: 1.25rem;
}
.table.two-cols .th,
.table.two-cols .td {
  flex: 0 0 50%;
}
.table.three-cols .th,
.table.three-cols .td {
  flex: 0 0 33.33333333%;
}
.table.four-cols .th,
.table.four-cols .td {
  flex: 0 0 25%;
}
.table.two-cols .th.fullwidth,
.table.two-cols .td.fullwidth,
.table.three-cols .th.fullwidth,
.table.three-cols .td.fullwidth,
.table.four-cols .th.fullwidth,
.table.four-cols .td.fullwidth {
  flex: 0 0 100%;
}
.table .caption,
.table .th {
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--main-color);
}
.table .td {
  padding: .25rem 1rem;
}
.table .caption,
.table .th {
  font-weight: bold;
}
.table a .tr:hover {
  background-color: var(--highlight-color);
}
.table a:link,
.table a:visited,
.table a:hover,
.table a:focus {
  color: #000000;
  font-weight: normal;
  text-decoration: none;
}
/**/
/* Produktkacheln */
/**/
/* Bugfix */
.product-item {
  margin-left: 0 !important;
  padding: 10px !important;
}
.product-item-info,
.product-item-inner {
  border-color: var(--main-color) !important;
  border-style: solid;
}
.product-item-info {
  width: auto !important;
  border-width: 1px;
  border-radius: 20px;
  text-align: center;
}
.product-item-inner {
  border: none;
}
/* Ausnahmeregeln für breitere Bildschirme */
@media (min-width: 640px) {
  .product-item-info:hover {
    border-radius: 20px 20px 0 0;
  }
  .product-item-info:hover .product-item-inner {
    border-radius: 0 0 20px 20px;
  }
}
/* End of @media (min-width: 640px) */
.product-item-details {
  text-align: center;
}
.product-item-details .product-item-name {
  display: block;
  padding: 0 10px;
  min-height: 50px;
}
.product-item-details .product-item-link {
  font-size: 14px;
  font-weight: bold !important;
  color: var(--main-color) !important;
}
.price-box {
  display: none;
}
/**/
/* Produktkachel-Raster */
/**/
.columns {
  margin: 0 auto;
  display: block;
}
.column.main {
  width: auto !important;
  padding-left: 0 !important;
}
.products-grid {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 70px;
}
.products-grid .product-items {
  margin: 0 -10px;
}
/* Ausnahmeregeln für breitere Bildschirme */
@media (min-width: 1024px) {
  .products-grid .product-item {
    width: 25% !important;
  }
}
/* End of @media (min-width: 1024px) */
/**/
/* Produktliste */
/**/
/* Bugfix */
.column.main {
  float: none !important;
}
.products-list .product-item-details .product-item-name {
  padding: 0;
  min-height: 36px;
}
.products-list .product-item-photo,
.products-list .product-item-details {
  border-color: var(--main-color);
  border-style: solid;
}
.products-list .product-item-photo {
  padding: 30px;
  border-width: 1px 0 1px 1px;
  border-radius: 20px 0 0 20px;
}
.products-list .product-item-details {
  padding: 30px;
  border-width: 1px 1px 1px 0;
  border-radius: 0 20px 20px 0;
}
.products-list .product-item-description {
  display: none;
}
/**/
/* Produkt-Detailpage */
/**/
.columns .page-title-wrapper {
  padding: 0;
}
/**/
/* Kundenkonto und Abmelden-Funktion */
/**/
.customer-menu li {
  background-color: #666666;
}
.customer-menu li:hover,
.customer-menu li:focus {
  background-color: #dddddd;
}
.customer-menu li a:link,
.customer-menu li a:visited {
  color: #ffffff !important;
}
.customer-menu li a:hover,
.customer-menu li a:focus {
  color: #666666 !important;
}
.customer-welcome .action.switch:after {
  font-size: 32px;
}
/*--------------------------------------------------------------------------------*/
/**/
/* Grundlegendes */
/**/
/**/
/**/
/* Grid-Menu */
/**/
.grid-menu,
.grid-menu * {
  box-sizing: border-box;
}
.grid-menu {
  width: 100%;
  overflow: hidden;
}
.grid-menu .grid-col-12 h2 {
  margin: 2.6875% 0!important;
}
.grid-menu figure {
  position: relative;
  margin: 0;
}
.grid-menu img {
  width: 100%;
  height: auto;
  display: block;
}
.grid-menu img,
.grid-menu figcaption {
  border-radius: 1rem;
}
.grid-menu figcaption {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  background-color: var(--overlay-color);
}
.grid-menu div figcaption * {
  margin: auto !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 600;
  font-family: "DIN W01 Black";
}
.grid-menu .grid-row {
  display: flex;
  margin: 0 -1%;
}
.grid-menu .grid-col-1 {
  flex: 0 0 8.333333%;
}
.grid-menu .grid-col-2 {
  flex: 0 0 16.666666%;
}
.grid-menu .grid-col-3 {
  flex: 0 0 25%;
}
.grid-menu .grid-col-4 {
  flex: 0 0 33.333333%;
}
.grid-menu .grid-col-5 {
  flex: 0 0 41.666666%;
}
.grid-menu .grid-col-6 {
  flex: 0 0 50%;
}
.grid-menu .grid-col-7 {
  flex: 0 0 58.333333%;
}
.grid-menu .grid-col-8 {
  flex: 0 0 66.66666600000001%;
}
.grid-menu .grid-col-9 {
  flex: 0 0 75%;
}
.grid-menu .grid-col-10 {
  flex: 0 0 83.333333%;
}
.grid-menu .grid-col-11 {
  flex: 0 0 91.66666600000001%;
}
.grid-menu .grid-col-12 {
  flex: 0 0 100%;
}
.grid-menu .grid-col-1,
.grid-menu .grid-col-2,
.grid-menu .grid-col-3,
.grid-menu .grid-col-4,
.grid-menu .grid-col-5,
.grid-menu .grid-col-6,
.grid-menu .grid-col-7,
.grid-menu .grid-col-8,
.grid-menu .grid-col-9,
.grid-menu .grid-col-10,
.grid-menu .grid-col-11,
.grid-menu .grid-col-12 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1%;
}
.grid-menu [class*="grid-col"].nesting {
  padding-top: 0;
  padding-bottom: 0;
}
.grid-menu .grid-col-1.nesting .grid-row {
  margin: 0 -12%;
}
.grid-menu .grid-col-2.nesting .grid-row {
  margin: 0 -6%;
}
.grid-menu .grid-col-3.nesting .grid-row {
  margin: 0 -4%;
}
.grid-menu .grid-col-4.nesting .grid-row {
  margin: 0 -3%;
}
.grid-menu .grid-col-5.nesting .grid-row {
  margin: 0 -2.4%;
}
.grid-menu .grid-col-6.nesting .grid-row {
  margin: 0 -2%;
}
.grid-menu .grid-col-7.nesting .grid-row {
  margin: 0 -1.71428571%;
}
.grid-menu .grid-col-8.nesting .grid-row {
  margin: 0 -1.5%;
}
.grid-menu .grid-col-9.nesting .grid-row {
  margin: 0 -1.33333333%;
}
.grid-menu .grid-col-10.nesting .grid-row {
  margin: 0 -1.2%;
}
.grid-menu .grid-col-11.nesting .grid-row {
  margin: 0 -1.09090909%;
}
.grid-menu .grid-col-12.nesting .grid-row {
  margin: 0 -1%;
}
.grid-menu .grid-col-1.nesting [class*="grid-col"] {
  padding: 12%;
}
.grid-menu .grid-col-2.nesting [class*="grid-col"] {
  padding: 6%;
}
.grid-menu .grid-col-3.nesting [class*="grid-col"] {
  padding: 4%;
}
.grid-menu .grid-col-4.nesting [class*="grid-col"] {
  padding: 3%;
}
.grid-menu .grid-col-5.nesting [class*="grid-col"] {
  padding: 2.4%;
}
.grid-menu .grid-col-6.nesting [class*="grid-col"] {
  padding: 2%;
}
.grid-menu .grid-col-7.nesting [class*="grid-col"] {
  padding: 1.71428571%;
}
.grid-menu .grid-col-8.nesting [class*="grid-col"] {
  padding: 1.5%;
}
.grid-menu .grid-col-9.nesting [class*="grid-col"] {
  padding: 1.33333333%;
}
.grid-menu .grid-col-10.nesting [class*="grid-col"] {
  padding: 1.2%;
}
.grid-menu .grid-col-11.nesting [class*="grid-col"] {
  padding: 1.09090909%;
}
.grid-menu .grid-col-12.nesting [class*="grid-col"] {
  padding: 1%;
}
/*--------------------------------------------------------------------------------*/
/**/
/* Mobile View */
/**/
/**/
.wide-screen {
  display: none;
}
.narrow-screen {
  display: block;
}
/**/
/* Header Image auf mobilen Endgeräten ausblenden */
/**/
.header-image {
  display: none;
}
.page-header {
  margin-bottom: -24px;
}
/**/
/* Grid-Menu */
/**/
.grid-menu .grid-row {
  display: block;
}
.grid-menu .grid-item {
  margin: 1.5625%;
}
/*--------------------------------------------------------------------------------*/
/**/
/* Tablet View */
/**/
/**/
@media (min-width: 421px) {
  /**/
  /* Grid-Menu */
  /**/
  .grid-menu .grid-row {
    display: flex;
  }
  .grid-menu .grid-item {
    margin: 1%;
  }
  /**/
  /* Header Image für Tablet- und Desktop-View einblenden */
  /**/
  .header-image {
    display: block;
  }
  .page-header {
    margin-bottom: 24px;
  }
}
/* End of Tablet View */
/*--------------------------------------------------------------------------------*/
/**/
/* Desktop View */
/**/
/**/
@media (min-width: 769px) {
  .wide-screen {
    display: block;
  }
  .narrow-screen {
    display: none;
  }
  /**/
  /* Bugfix Startseite */
  /**/
  /* Grundlegendes (Layout) */
  .phs_calc,
  .breadcrumbs,
  .customer-account-index #maincontent .columns,
  .customer-account-logoutsuccess #maincontent .columns,
  .catalog-product-view #maincontent .columns,
  .catalogsearch-result-index #maincontent .columns,
  .catalog-category-view #maincontent .columns,
  .customer-account-login #maincontent .columns,
  .customer-account-create #maincontent .columns,
  [data-content-type="row"] {
    padding: 0 24px!important;
    box-sizing: border-box;
    width: 100% !important;
  }
  .row-full-width-inner {
    max-width: 1232px !important;
  }
  /* Icon für das Accountmenü auf Tablets und mobilen Endgeräten: */
  .ToggleCustomer {
    right: 24px;
  }
  /* Icon (Hamburger) für das Menü auf Tablets und mobilen Endgeräten: */
  .nav-toggle {
    right: 24px;
  }
  /* Page-Footer */
  .footer.content .links {
    display: flex !important;
  }
  .page-footer .block-static-block {
    flex: 0 0 150px;
    text-align: left !important;
  }
  .copyright-footer {
    text-align: right !important;
    margin-top: 0 !important;
    width: 300px;
  }
  /**/
  /* Grid-Menu */
  /**/
  .grid-menu figcaption * {
    font-size: 18px;
  }
}
/* End of Desktop View */
/*--------------------------------------------------------------------------------*/
/**/
/* Pagebuilder Bug-Fixing */
/**/
/**/
@media (min-width: 1200px) {
  /* Zweispaltige Auflistung auf der "Otto Heat"-Seite */
  .right-col {
    margin-top: 64px !important;
  }
}
/* End of Pagebuilder Bug-Fixing */
.cms-wartung #addData {
  background-color: #315090;
  padding: 25px;
  color: white;
  width: 750px !important;
}
.cms-wartung #addData .label {
  color: white !important;
  font-size: 16px;
  font-weight: 400;
}
.cms-wartung #addData .label::after {
  color: white;
}
.cms-wartung .fieldset > .legend {
  margin: 0px 0 10px;
  font-size: 28px;
  margin-top: 50px;
}
.cms-wartung .fieldset > .legend:first-child {
  margin: 10px 0 25px;
}
.cms-wartung div.mage-error {
  color: yellow !important;
}
.cms-wartung #name-error,
#email-error,
#Datenschutz-error,
#comment-error {
  color: yellow !important;
}
.cms-wartung #angebotstyp {
  margin-bottom: 20px;
}
#html-body.cms-wartung .actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
}
.cms-wartung .actions-toolbar .primary {
  float: inherit;
}
.cms-wartung #addData .action.primary,
.cms-wartung #addData .action-primary {
  background: #c2d3e7;
  border: 1px solid #c2d3e7;
}
.cms-wartung #addData .action.primary:hover,
.cms-wartung #addData .action-primary:hover {
  background: white;
  border: 1px solid white;
}
.cms-wartung #addData .action.submit.primary span:hover {
  color: black;
}
.cms-wartung #addData .action.submit.primary span {
  color: black;
}
.cms-wartung .field.email.required.Datenschutz {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cms-wartung .field.email.required.Datenschutz .control {
  color: white !important;
  font-size: 14px;
}
.cms-wartung .legend {
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #html-body .columns [data-content-type="row"] .banner-menu {
    display: flex;
  }
  #html-body .columns [data-content-type="row"] .banner-menu p {
    margin-bottom: 15px;
  }
}
body {
  font-family: "DIN W01 Regular";
}
h1 {
  color: #3c60a7;
  font-size: 38px !important;
  font-family: "DIN W01 Black";
}
h2 {
  color: #3c60a7;
  font-size: 38px !important;
  font-family: "DIN W01 Medium";
}
p,
li,
a,
div {
  color: #4a4f52 !important;
  font-size: 18px;
}
.page-footer .footer.content {
  border-top: 0.75px solid #3c60a7;
}
.page-wrapper .page-footer {
  background: #ffffff;
}
.copyright {
  background-color: #ffffff;
  color: #4a4f52;
}
.block.newsletter {
  display: none;
}
.company-table {
  border: none;
  border-color: transparent;
}
.Image-Unternehmen {
  border-radius: 10px;
}
.company-table td {
  padding: 0px;
}
.referenzen {
  background-color: #ededee;
}
.footer-menu {
  display: flex;
}
.footer-menu .footer-row1 a {
  font-size: 14px;
}
.footer-menu .footer-row2 a {
  font-size: 14px;
}
.page-footer .widget.block.block-static-block a {
  font-size: 14px;
}
.level0.submenu.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  background-color: #c2d3e7;
}
.copyright {
  display: none;
}
.footer-container {
  display: flex;
}
/* Block ausgelagert in File kh.less
.footer.content .links{
    display: flex !important;
}
*/
.footer.content .links div:nth-child(3) {
  margin-left: auto !important;
}
.column-grid-menu.column-otto-vheat {
  margin-bottom: 60px;
}
.row-grid-menu img {
  border-radius: 1em;
}
.image-team {
  text-align: end;
}
.image-team img {
  border-radius: 1em;
}
.slick-dots li.slick-active button {
  background: #3c60a7;
}
body #cwsMenu-1 .cwsMenu > li:hover > a {
  background-color: #c2d3e7 !important;
}
.pagebuilder-slide-wrapper.background-image-62eb8ba860b43 {
  width: 40%;
}
body .page-footer .copyright-footer {
  text-align: right;
  padding-right: 0px !important;
}
body .footer.content .links {
  padding-right: 0px;
}
.text-referenz-projekte {
  margin-bottom: 60px;
  margin-top: 40px;
}
/* Geändert auf "(min-width: 1280px)" wegen Darstellungsfehler - kh 30.09.2022 */
@media (min-width: 1280px) {
  .page-footer .footer.content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer.content {
    padding-left: 0px;
    padding-right: 0px;
  }
  p,
  li,
  a,
  div {
    color: #4a4f52 !important;
    font-size: 15px;
  }
}
@media (min-width: 769px) {
  body h1 {
    font-size: 38px;
    /* Auskommentiert wegen Darstellungsfehler auf der Startseite - KH 19.09.2022
      margin-bottom: 60px;
      margin-top: 25px;
      */
  }
}
