/* Theme Name: Renner-Pumpen
Author: dmms.de */
@font-face {
    font-family: 'OpenSans-Bold';
    font-style: regular;
    font-display: swap;
    font-weight: 700;
    src: url('fonts/OpenSans/700.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans Regular'), url('fonts/OpenSans/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    src: local('Open Sans'), url('fonts/OpenSans/OpenSans-Regular.woff') format('woff');
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 0px solid rgb(255, 255, 255);
    background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 400px;
    height: 50px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #f3f4f5;
}

/* Create an active/current tablink class */
.tab button.active {
    /* background-color: #ccc; */
    background-color: #f3f4f5;
}

.tab button.tabactive2 {
    /* background-color: #ccc; */
    background-color: #f3f4f5;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 0px solid #ccc;
    border-top: none;
    width: 100%;
    max-width: 1100px;
    min-height: 400px;
    animation: fadeEffect 1s;

    /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabcontentleft {
    width: 40%;
    float: left;
    text-align: left;
}

.tabcontentright {
    width: 60%;
    float: left;
    text-align: left;
}

.pfinderdiv {
    position: fixed;
    top: 168px;
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
}

.produktfinder {
    position: absolute;
    top: -6;
    right: 58px;
    background-color: rgb(255, 202, 59);
    width: 50px;
    height: 50px;
    text-align: left;
    padding-top: 12px;
    padding-left: 12px;
    border: 0px solid #0093F9;
    float: right;

    /* === SMOOTH SLIDE von rechts nach links === */
    overflow: hidden;

    /* Inhalt bleibt versteckt bis Hover */
    transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.produktfinder:hover {
    width: 200px;
    cursor: pointer;
    background-color: #0093F9;
}

.beratung {
    position: absolute;
    top: 50px;
    right: 58px;
    background-color: rgb(255, 202, 59);
    width: 50px;
    height: 50px;
    text-align: left;
    padding-top: 12px;
    padding-left: 12px;
    border: 0px solid #fcb900;
    float: right;

    /* === SMOOTH SLIDE von rechts nach links === */
    overflow: hidden;

    /* Inhalt bleibt versteckt bis Hover */
    transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.beratung:hover {
    width: 200px;
    cursor: pointer;
    background-color: #0093F9;
}

@media (max-width: 1650px) {
    .beratung {
        right: 20px;
    }

    .produktfinder {
        right: 20px;
    }
}

@media (max-width: 800px) {
    .beratung {
        top: 46px;
        right: 20px;
    }

    .produktfinder {
        top: -4px;
        right: 20px;
    }
}

/* Container */
.container-beratung {
    display: flex;

    /* macht die zwei Divs zu Spalten */
    gap: 20px;

    /* Abstand zwischen den Spalten */
    max-width: 1200px;

    /* maximale Breite */
    margin: 0 auto;

    /* zentriert */
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 1500px;
}

/* Die beiden Spalten */
.spalteberatung {
    flex: 1;

    /* beide nehmen gleich viel Platz */
    background: #ffffff;
    padding: 0px;
    border: 0px solid #fbba00;
    width: 50%;
    max-width: 640px;
}

/* Responsive: ab 768px (Tablet/Handy) werden die Spalten übereinander */
@media (max-width: 768px) {
    .ontainer-beratung {
        flex-direction: column;

        /* Stapeln statt nebeneinander */
    }
}

.caru1 {
    background-color: rgba(79, 79, 79, 0.7);
    color: #000000;
    padding: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    border: 1px solid white;
    background-color: rgba(79, 79, 79, 0.7);
}

.carousel-control-next-icon {
    border: 1px solid white;
    background-color: rgba(79, 79, 79, 0.7);
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;

    /* feste Breite → gleichbleibender 10 px Abstand auf allen Bildschirmen */
    height: 50px;
    top: 50%;
    transform: translateY(290%);
    opacity: 0.9;
}

.carousel-control-prev {
    left: -5px !important;

    /* -35 px = - (25 px Hälfte + 10 px) → Icon-Mitte genau 10 px außerhalb */
}

.carousel-control-next {
    right: -5px !important;
}

/* Pfeil-Icons etwas größer und schöner zentriert */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 48px;
    height: 48px;
    background-size: 100% 100%;
}

/* === CAROUSEL CAPTION HOCHFAHREN ANIMATION === */
.carousel-caption {
    opacity: 0;
    transform: translateY(60px);

    /* startet 60px unter der Endposition */
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);

    /* sehr smooth */
    transition-delay: 100ms;

    /* 0,3 Sek. verzögert → erst nachdem Bild da ist */
}

.carousel-item.active .carousel-caption {
    opacity: 1;
    transform: translateY(0);

    /* fährt hoch an die normale Position */
}

.accordionY {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.activeA,
.accordionY:hover {
    background-color: transparent;
}

.panel1 {
    padding: 0;
    padding-bottom: 0px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.accordionY::before {
    content: '\02795';

    /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    color: #777;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.activeA::before {
    content: "\2796";

    /* Unicode character for "minus" sign (-) */
}

.active2::before {
    content: "\2796";

    /* Unicode character for "minus" sign (-) */
}

table,
td,
th {
    border: 1px solid;
    text-align: left;
}

td {
    padding: 10px;
    color: rgb(60, 60, 60, 0.8);
}

.bgtabelle {
    background-color: rgb(255, 205, 59);
    border-left: 1px solid black;
}

.white {
    color: white;
}

.linetable {
    border: 1px solid;
}

.mitteltextlinks {
    width: 50%;
    min-height: 300px;
    padding-left: 0px;
    padding-right: 40px;
    max-width: 810px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    color: #747474;
    float: left;
    font-size: 16px;
}

.mitteltextrechts {
    width: 50%;
    min-height: 300px;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 750px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    color: #747474;
    float: left;
    font-size: 16px;
}

.main {
    padding: 0;
}

ul.listea {
    list-style-type: none;

    /* Entfernen Sie Standard-Aufzählungszeichen */
    list-style-image: url("img/punkt.svg");
    margin: 0;
    padding-left: 20px;
}

.wrappall {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
}

.balkenmobil1 {
    display: none;
}

.sectionA {
    text-align: center;
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    max-width: 1580px;
    margin: 0 auto;
}

.sectionB {
    height: auto;
}

.sectionC {
    margin-top: 0px;
}

.padmax {
    padding-left: 30px;
    max-width: 90%;
}

.col-md-5 {
    padding-left: 30px;
    max-width: 90%;
}

.col-md-6 {
    padding-left: 30px;
    max-width: 90%;
}

.desktop {
    display: contents;
}

a {
    text-decoration: none;
}

.navlinks {
    color: white;
    text-decoration: none;
}

.navlinks:hover {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #fbba00;
}

.tabellewerk {
    width: 100%;
    text-align: left;
    padding-left: 0px;
    max-width: 1400px;
    border-collapse: collapse;
}

.tabellewerk th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.tria {
    max-width: 6px;
    height: auto;
}

.beratung2 {
    width: 100%;
    max-width: 600px;
    height: auto;
}

.beratungbild {
    width: 100%;
    max-width: 1500px;
    height: auto;
}

.bg-blue {
    background-color: #0093F9;
}

.pleft {
    padding-left: 80px;
}

.row1 {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row1 > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.rowprod {
    width: 100%;
    max-width: 1520px;
}

.rowprod:after {
    content: "";
    display: table;
    clear: both;
}

.centerbox {
    width: 100%;
    height: auto;
    max-width: 1500px;
    text-align: center;
    margin: 0 auto;
    display: flex;

    /* Aktiviert Flexbox */
    flex-direction: row;

    /* Spalten nebeneinander (horizontal) */
    justify-content: space-between;

    /* Abstand zwischen Spalten */
    align-items: flex-start;

    /* Spalten oben ausrichten, Höhe variabel */
    width: 100%;

    /* Volle Breite */
    margin-bottom: 20px;

    /* Abstand nach unten */
}

.cweel {
    max-width: 20px;
    height: auto;
}

.magnetbox {
    min-width: 600px;
    max-width: 700px;
    height: auto;
    min-height: 640px;
    padding-top: 0px;
    margin-bottom: 100px;
}

.produkttext {
    width: 100%;
    height: 860px;
    margin: 0 auto;
    max-width: 1580px;
}

.left1 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    max-width: 700px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0px;
    hyphens: auto;
    flex: 1;

    /* Jede Spalte nimmt gleich viel Platz ein (anpassbar) */
    box-sizing: border-box;

    /* Padding in die Breite einrechnen */
}

.left1add {
    max-width: 600px;
    margin-right: 20px;
    padding-left: 40px;
}

.wrap {
    display: flex;
    max-width: 580px;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0 auto;
    height: 1200px;
}

/* --------Accordion 1 Blau ------- 
Version: 1.3


Theme Name: Renner-Pumpen */
.accordeonx {
}

.accordionx .panel {
    white-space: nowrap;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    background-color: white;
    line-height: 1.4;
    padding: 0 20px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.accordionx input:checked~.panel {
    height: auto;
    color: #333;
    padding: 20px;
    transition: all 0.5s;
}

.accordionx label {
    cursor: pointer;
    background-color: #0093F9;

    /* Hellblau */
    border-bottom: 2px solid hsl(200,80%,80%);
    display: block;
    padding: 15px;
    width: 100%;
    color: #fff;
    font-weight: 400;
    box-sizing: border-box;
    z-index: 100;
}

.accordionx input {
    display: none;
}

.accordionx input:checked+label {
    background-color: #0093F9;

    /* Dunkelblau */
}

.accordionx input:checked+label:before {
    transition: 0.5s;
}

ul.panel li {
    color: #000000;
    font-weight: 400;
}

.dropdown:hover .dropdown-menu {
    margin-top: 0;
    top: 55px;
    left: 5px;
}

a.dropdown-item:hover {
    background-color: #fbba00;
    color: white !important;

    /* this is for dropdown menu hover background and text color */
}

.navbar .navbar-nav .nav-link {
    color: #0693e3;
}

.navbar .navbar-nav .nav-link:hover {
    color: #fbba00;
}

.navbar .navbar-nav .nav-item {
    position: relative;
}

.navbar .navbar-nav .nav-item::after {
    position: absolute;
    bottom: 0;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fbba00;
    width: 0%;
    content: "";
    height: 2px;
    transition: all 0.5s;
}

.navbar .navbar-nav .nav-item:hover::after {
    width: 100%;
}

.svgtop {
    width: 26px;
    height: auto;
}

#toprun {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 14px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #fbba00;
    border-top-left-radius: 5px 5px;
    border-top-right-radius: 5px 5px;
}

#toprun:hover {
    background-color: #0093F9;
}

#topbutton1 {
    display: block;
    position: fixed;
    top: 246px;
    right: 0;
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid white;
    padding-top: 15px;
    background-color: #fbba00;
}

.fright1 {
    position: absolute;
    right: 80px;
    width: auto;
}

.gelb {
    border-top: 2px solid #fbba00;
}

.blau1 {
    border-bottom: 4px solid #0093F9;
    border-left: 1px solid #0093F9;
    border-right: 1px solid #0093F9;
    border-top: 1px solid #0093F9;
}

.blau2 {
    border-bottom: 4px solid #0093F9;
    transition: transform .2s;

    /* Animation */
}

.blau2:hover {
    transform: scale(1.1);

    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.gelb3 {
    border-bottom: 4px solid #fbba00;
    transition: transform .2s;

    /* Animation */
}

.gelb3:hover {
    transform: scale(1.1);

    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom {
    transition: transform .2s;
}

.zoom:hover {
    transform: scale(1.03);
}

.blau {
    border-bottom: 4px solid #0093F9;
    border-left: 0px solid #fbba00;
    border-right: 0px solid #fbba00;
    border-top: 0px solid #fbba00;
    background-color: rgba(243, 243, 244, 0.847);
}

.blau1 {
    border-bottom: 4px solid #0093F9;
    border-left: 0px solid #fbba00;
    border-right: 0px solid #fbba00;
    border-top: 0px solid #fbba00;
}

.but1 {
    border: 1px solid white;
    background-color: #0093F9;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15.2px;
}

.but2 {
    border: 1px solid white;
    background-color: #0093F9;
    color: white;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 15.2px;
    text-align: center;
    text-decoration: none;
}

.but2:hover {
    background-color: #fbba00;
}

.botabs {
    margin-top: 0px;
    height: 60px;
    width: 100%;
    position: relative;
    top: 0px;
    left: 10px;
    max-width: 160px;
    bottom: 0px;
}

.botabs2 {
    margin-top: 0px;
    height: 60px;
    width: 100%;
    position: relative;
    top: 0px;
    max-width: 160px;
    bottom: 0px;
    padding-left: 20px;
}

.tbody1 {
    height: 160px;
}

.tbody2 {
    height: 100px;
}

.tbody3 {
    height: auto;
}

.mb-3 {
    border-bottom: 1px solid white;
}

.footercopy {
    font-size: 14px;
}

.bilder {
    width: 100%;
    height: auto;
}

.bilderwelt {
    width: 100%;
    height: auto;
    max-width: 1240px;
}

.bilderfirma {
    width: 100%;
    height: auto;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.logo {
    width: 100%;
    height: auto;
    max-width: 160px;
    min-width: 160px;
}

.topimg {
    width: 100%;
    height: auto;
    max-width: 2500px;
}

.topimg-ueber {
    width: 100%;
    height: auto;
    max-width: 1540px;
}

.topimgdemo {
    width: 100%;
    height: auto;
    max-width: 1400px;
}

.bluebox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 60px;
    background-color: #0093F9;
    border-bottom-left-radius: 1% 2px;
    border-bottom-right-radius: 1% 2px;
    text-align: center;
    color: white;
    font-size: 18px;
    padding-top: 12px;
    padding-left: 0;
    padding-right: 0;
}

.bluebox2 {
    width: 100%;
    height: 68px;
    background-color: #0093F9;
    text-align: center;
    color: white;
    font-size: 18px;
    padding-top: 15px;
    margin-top: 5px;
}

.nobluebox {
    width: 100%;
    height: 68px;
    text-align: center;
    color: white;
    font-size: 18px;
    padding-top: 15px;
    margin-top: 5px;
}

.bluebox3 {
    width: 100%;
    height: 68px;
    text-align: center;
    color: white;
    font-size: 18px;
    padding-top: 15px;
    margin-top: 5px;
}

.blaubg a {
    text-decoration: none;
    color: black;
}

.blaubg a:hover {
    color: #fbba00;
}

.textblue {
    color: #0093F9;
}

.bttop {
    background-color: #0093F9;
    color: white;
    font-size: 18px;
    border: solid 1px;
}

.bttop:hover {
    border: solid 1px #fbba00;
}

.nlinks {
    color: white;
    text-decoration: none;
}

.nlinks:hover {
    color: #fbba00;
    font-weight: 500;
    text-decoration: none;
}

.containertop {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    padding: 0;
    text-align: center;
    margin: 0 auto;
}

.containertopbalken {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 2000px;
    padding: 0;
    text-align: center;
    background-color: #0093F9;
    margin: 0 auto;
}

.containerbranche {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1540px;
    text-align: center;
    height: 400px;
    padding-left: 0px;
    padding-right: 0px;
}

.containeraktuelles {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
    height: 580px;
    padding-left: 20px;
    padding-right: 20px;
}

.containerbranche_sub {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1560px;
    text-align: center;
    height: 240px;
    padding-left: 0px;
    padding-right: 0px;
}

.containerprodukte_sub {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1560px;
    text-align: center;
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
}

#werkstoff:hover {
    background-color: #fbba00;
}

.werkstoffe {
    margin-left: auto;
    margin-right: auto;
    max-width: 1540px;
    text-align: left;
    border-top: 0px solid #fbba00;
    padding-bottom: 20px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    margin-top: 0px;
    height: auto;
}

.werktabelle {
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding-left: 0px;
    color: #4C4C4C;
}

.containerprodukte {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    max-width: 1560px;
    text-align: center;
    height: 440px;
    padding-left: 20px;
    padding-right: 20px;
}

.card {
    max-width: 700px;
    margin-bottom: 10px;
    max-height: 500px;
    text-align: left;
}

.card2 {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
}

/* Container mit max. Breite 1540px + zentriert */
.containerH {
    max-width: 1540px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px;
}

/* Grid für genau 6 Cards in einer Reihe */
.cards3 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);

    /* 6 gleich breite Spalten */
    gap: 24px;

    /* Abstand zwischen den Cards */
}

/* Card-Design (kannst du beliebig anpassen) */
.car3 {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-content {
    padding: 0px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media (max-width: 1216px) {
    .refooter {
    }
}

/* Optional: Responsive (wird automatisch kleiner, bleibt aber in einer Reihe bis ca. 900px) */
@media (max-width: 1200px) {
    .cards3 {
        grid-template-columns: repeat(3, 1fr);

        /* 3 Spalten bei mittleren Geräten */
    }
}

@media (max-width: 768px) {
    .cards3 {
        grid-template-columns: repeat(2, 1fr);

        /* 2 Spalten auf Tablets/Handys */
    }
}

@media (max-width: 480px) {
    .cards3 {
        grid-template-columns: 1fr;

        /* 1 Spalte auf sehr kleinen Geräten */
    }
}

.cardv {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cardv:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 147, 249, 0.15) !important;
}

.imgradius {
    width: 100%;
    max-width: 740px;
    border-top-left-radius: 20px 20px;
    border-top-right-radius: 20px 20px;
}

.borderteil {
    border: 2px solid blue;
}

.cardmax {
    width: 100%;
    max-width: 400px;
    min-height: 220px;
    height: auto;
    border: 0px solid red;
    max-height: 460px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.cardmaxp {
    width: 100%;
    max-width: 380px;
    min-height: 220px;
    height: auto;
    border: 0px solid red;
    max-height: 500px;
    margin-bottom: 20px;
    padding-right: 10px;
}

.cardmaxprodukte {
    width: 100%;
    max-width: 600px;
    min-height: 220px;
    height: auto;
    border: 0px solid red;
    max-height: 460px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

.btn-primary {
    border: 0;
    border: 1px solid #0093F9;
}

.btn-primary:hover {
    border: 0;
    background-color: #fbba00;
    border: 1px solid white;
}

.containertopflex {
    display: grid;

    /* Responsive Spalten: Mindestbreite 200px, wächst auf 1fr (ein Bruchteil) */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;

    /* Abstand zwischen den Boxen */
    padding: 20px;
    height: auto;
    max-width: 1580px;
    margin: 0 auto;
    padding-bottom: 0px;
    padding-left: 0px;
}

.prodbox {
    display: box;
    width: 100%;
    max-width: 300px;
    min-width: 160px;
    height: 330px;
    max-height: 310px;
    border: 1px solid rgb(202, 197, 197);
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    float: left;
    text-align: center;
}

.prodboxinnen {
    text-align: left;
    padding-left: 10px;
    padding-bottom: 10px;
}

.prodbox:hover {
    border: 1px solid rgb(230, 208, 7);
}

.prodboximg {
    width: 100%;
    max-width: 250px;
    height: auto;
}

@media only screen and (max-width: 1477px) {
    .containerbranche {
        height: 420px;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1399px) {
    .produkttext {
        height: 940px;
    }

    .left1 {
        float: left;
        width: 100%;
        padding-left: 80px;
        padding-right: 10px;
        text-align: left;
        max-width: 600px;
        height: auto;
        padding-top: 40px;
        hyphens: auto;
    }
}

@media only screen and (max-width: 1360px) {
    .containerbranche {
        height: 420px;
        padding-left: 20px;
    }

    .containerbranche_sub {
        height: 220px;
        padding-left: 20px;
    }

    .containerprodukte {
        height: 460px;
    }

    .rowprod {
        width: 100%;
    }
}

@media only screen and (max-width: 1360px) {
    .werkstoffe {
        padding-bottom: 20px;
        height: 440px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin-top: 0px;
        height: auto;
    }

    .werktabelle {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding-left: 0px;
    }

    .containeraktuelles {
        height: 640px;
    }
}

@media only screen and (max-width: 1279px) {
    .magnetbox {
        min-width: 600px;
        max-width: 700px;
        height: auto;
        min-height: 800px;
        padding-top: 200px;
        margin-bottom: 100px;
    }

    .left1 {
        float: left;
        width: 45%;
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
        max-width: 600px;
        height: auto;
        padding-top: 40px;
        hyphens: auto;
    }
}

@media only screen and (max-width: 1199px) {
    .containerprodukte {
        height: 460px;
    }

    .containerbranche {
        height: 420px;
        padding-left: 20px;
    }

    .fright1 {
        position: relative;
        left: 1px;
        max-width: 280px;
    }

    .card2 {
        width: 98%;
    }

    .produkttext {
        height: 980px;
    }

    .tabcontentleft {
        width: 100%;
    }

    .tabcontentright {
        width: 100%;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 1027px) {
    .containerprodukte {
        height: 480px;
    }
}

@media only screen and (max-width: 991px) {
    .sectionB {
        margin-bottom: 160px;
    }

    .sectionC {
        margin-top: 60px;
    }

    .mitteltextlinks {
        width: 100%;
        max-width: 990px;
        padding-top: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .mitteltextrechts {
        width: 100%;
        max-width: 990px;
        padding-top: 0px;
        padding-bottom: 20px;
        padding-left: 10px;
    }

    .containeraktuelles {
        height: 610px;
    }

    .containerbranche {
        height: auto;
        padding-left: 20px;
    }

    .containerbranche_sub {
        height: auto;
        padding-left: 20px;
    }

    .containerprodukte {
        height: auto;
    }

    .row1 {
        width: 100%;
        max-width: 680px;
    }

    .cardmax {
        max-width: 400px;
    }

    .cardmaxp {
        max-width: 400px;
    }

    .navbar .navbar-nav .nav-item::after {
        position: absolute;
        bottom: 0;
        top: 20px;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #fbba00;
        width: 0%;
        content: "";
        height: 2px;
        transition: all 0s;
        display: none;
    }

    .produkttext {
        height: 1060px;
    }

    .left1 {
        float: left;
        width: 45%;
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
        max-width: 600px;
        height: auto;
        padding-top: 40px;
        hyphens: auto;
    }
}

@media only screen and (max-width: 880px) {
    .produkttext {
        height: 1540px;
    }

    .centerbox {
        flex-direction: column;
    }

    .left1 {
        width: 98%;
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
        max-width: 700px;
        padding-top: 20px;
    }

    .wrap {
        max-width: 700px;
        padding-top: 00px;
        padding-left: 0px;
    }

    .containertopflex {
        flex-direction: column;
    }

    .prodbox {
        flex: 1 1 30%;
        max-width: 320px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .containeraktuelles {
        height: auto;
    }

    .containerbranche {
        height: auto;
        padding-left: 20px;
    }

    .containerbranche_sub {
        height: auto;
        padding-left: 20px;
    }

    .containerprodukte {
        height: auto;
    }

    .row1 {
        width: 100%;
        max-width: 680px;
    }

    .cardmax {
        max-width: 400px;
    }

    .cardmaxp {
        max-width: 400px;
    }

    #toprun {
        left: 90%;
    }

    .balkenmobil1 {
        display: block;
    }

    .desktop {
        display: none;
    }

    .magnetbox {
        min-width: 380px;
        max-width: 700px;
        height: auto;
        min-height: 800px;
        padding-top: 480px;
        margin-bottom: 100px;
    }

    .wrap {
        max-width: 600px;
        padding-top: 40px;
        padding-left: 10px;
    }

    .werkstoffe {
        max-width: 600px;
        height: auto;
        text-align: left;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .werktabelle {
        width: 100%;
        text-align: left;
        margin: 0 auto;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 740px) {
    .left1 {
        float: left;
        width: 98%;
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
        max-width: 800px;
        height: auto;
        padding-top: 20px;
    }

    .werkstoffe {
        margin-top: 40px;
        border-top: 0px solid #fbba00;
        height: auto;
    }
}

@media only screen and (max-width: 642px) {
    .row1 {
        padding-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .werkstoffe {
        margin-top: 60px;
        border-top: 0px solid #fbba00;
        height: auto;
    }

    .magnetbox {
        min-width: 380px;
        max-width: 700px;
        height: auto;
        min-height: 800px;
        padding-top: 280px;
        margin-bottom: 100px;
    }

    .werktabelle {
        width: 100%;
        text-align: left;
        margin: 0 auto;
        padding-left: 0px;
    }
}

@media only screen and (max-width: 580px) {
    .produkttext {
        height: 1600px;
    }

    .left1 {
        float: left;
        width: 98%;
        padding-left: 20px;
        padding-right: 10px;
        text-align: left;
        max-width: 800px;
        height: auto;
        padding-top: 20px;
    }

    .left1add {
        padding-bottom: 40px;
    }

    .magnetbox {
        min-width: 380px;
        max-width: 700px;
        height: auto;
        min-height: 800px;
        padding-top: 380px;
        margin-bottom: 100px;
    }

    .werkstoffe {
        max-width: 400px;
        height: auto;
        text-align: left;
        padding-bottom: 20px;
        padding-top: 40px;
        padding-left: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .werktabelle {
        width: 100%;
        text-align: left;
        margin: 0 auto;
        padding-left: 0px;
        max-width: 400px;
        overflow-x: auto;
    }

    .tabellewerk {
        width: 100%;
        text-align: left;
        padding-left: 0px;
        max-width: 360px;
    }
}

.dark {
    color: black;
    font-size: 18px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;

    /* remove the gap so it doesn't close */
}
}