h1, h2, h3 {
    text-transform: uppercase;
}

h1, h2 {
    font-weight: 700;
    color: var(--secondary);
    font-size: 1.5rem;
}  

h3 {
    font-weight: 300;
    color: var(--primary);
    font-size: 1.4rem;
}

h4 {
    color: var(--primary);
    font-size: 1.2rem;
}

.txt-gruen {
    color: #00bb2d;
}

.txt-gold {
    color: #bf9b30;
}

.roter-rahmen {
    padding: 5px 10px;
    border: 1px solid var(--secondary);
    display: inline-block;
}

.neu {
    color: #fff;
    background-color: var(--secondary);
    font-weight: bold;
    font-size: 12px;
    padding: 0em 0.5em;
    display: inline-block;
}

.bg-w90 {
    background-color: rgba(255,255,255,0.9);
}

.bg-w {
    background-color: #fff;;
}

.htop {
    margin-bottom: 0;
}

.hbtm {
    padding-right: 50px;
}

.handwriting {
    font-size: 1.4rem;
    font-family: var(--secondary-font);
}

.headerflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-width: 250px;
    width: 250px;
}

.navbutton {
    display: none;
}

.visuallyHidden {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height: 1px; width: 1px; 
    margin: -1px; padding: 0; border: 0; 
}

.hamburger {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}

.hamburger .bar {
    padding: 0;
    width: 30px;
    height: 4px;
    background-color: var(--accent);
    display: block;
    border-radius: 4px;
    transition: all 0.4s ease-in-out;
    position: absolute; 
}

.bar1 {
    top: 0;
}

.bar2,
.bar3 {
    top: 13.5px;
}

.bar3 {
    right: 0;
}

.bar4 {
    bottom: 0;
}

.checkbox1 {
    width: 50px;
    height: 50px;
}

/* HAMBURGER 1 */
.checkbox1:checked + label > .hamburger1 > .bar1{
    transform: rotate(45deg);
    transform-origin: 5%;
    width: 41px
}

.checkbox1:checked + label > .hamburger1 > .bar2 {
    transform: translateX(-40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar3 {
    transform: translateX(40px);
    background-color: transparent;
}

.checkbox1:checked + label > .hamburger1 > .bar4 {
    transform-origin: 5%;
    transform: rotate(-45deg);
    width: 41px;
}

.navbar-2 {
    justify-content: flex-end;
    background-color: transparent;
}

.navbar-2 .nav-element a:link, .navbar-2 .nav-element a:visited, .navbar-2 .dropdown-parent {
    background-color: transparent;
}

.navbar-2 .nav-element a:hover, .navbar-2 .dropdown-parent:hover {
    background-color: var(--backgrounds);
}

.subnav-active a {
    font-weight: 700;
}

.sliderwrap {
    position: relative;
}

.contacts {
    position: absolute;
    top: -20px;
    right: 5%;
    display: flex;
    align-items: flex-end;
}

.breadcrumb {
    position: absolute;
    bottom: 0;
    left: 5%;
    display: flex;
    align-items: flex-end;
    padding: 10px 15px;
    background-color: rgba(255,255,255,0.8);
    text-transform: uppercase;
    font-size: 14px;
}

.bc-element {
    margin-right: 5px;
}

.bc-element::after {
    content: '➔';
    color: var(--backgrounds-2);
    margin-left: 5px;
}

.bc-element:last-child {
    margin-right: 0;
}

.bc-element:last-child:after {
    content: '';
    margin-left: 0;
}

.aktions-button {
    position: absolute;
    bottom: 30px;
    right: 5%;
    background-color: var(--secondary);
    background: var(--bg-verlauf);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
    z-index: 99;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    padding: 38px;
    box-sizing: border-box;
    transform: rotate(-10deg);
}

.ab-big-txt {
    font-size: 2.8rem;
    font-weight: 700;
    display: block;
}

.btn-contacts {
    width: 45px!important;
    max-width: 45px;
    min-width: 45px;
    background-color: var(--accent);
    margin-left: 5px;
    margin-bottom: 5px;
}

.btn-group a:hover {
    text-decoration: none;
}

.btn-arrow {
    text-transform: uppercase;
    color: var(--accent);
	background-color: transparent;
    transition: all 0.2s ease-in-out;
    padding: 5px 15px 5px 0px;
    margin-right: 15px;
}

.btn-arrow:hover, .cards-auswahl .card:hover .btn-arrow {
    transition: all 0.2s ease-in-out;
    padding: 5px 0px 5px 15px;
}

.hs-index .hero-slide img {
    object-fit: contain;
}

.circleimg {
    overflow: hidden;
    border-radius: 50%;
    height: 100%;
    width: 100%;
}

.circleimg img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.herstellerlogo {
    overflow: hidden;
    /*background-color: var(--backgrounds);*/
}

.herstellerlogo img {
    width:80%;
    /*padding: 30px 25%;*/
}

.hl-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.hl-flex div {
    width:200px;
    padding: 10px;
}

.hl-flex img {
    width:100%;
    padding: 0;
}

.hl-zus {
    font-size: 0.5em;
    text-transform: uppercase;
    background-color: #ccc;
    padding: 0.25em 0.5em;
    vertical-align: 3px;
    display:inline-block;
}

.bx-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.bx-icons img {
    width: 100%;
    min-width: 130px;
    max-width: 200px;
}

.produktwelt {
    background-image: url(../img/filiale-2.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 250px;
}

.produktwelt-box {
    width: 40%;
    margin-left: 55%;
}

.icontext-wrapper {
    width: calc(12% - 20px);
    min-width: calc(12% - 20px);
    color: var(--accent);
}

.produktbg {
    background-image: url(../img/produktbg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.produktzusatz {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999;
    color: var(--accent);
    text-transform: uppercase;
}

.produktzusatz span {
    padding: 5px 10px;
    background-color: rgba(255,255,255,0.9);
    margin-right: 5px;
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block;
}

.produkt-slider-item {
 height: 650px;
 overflow: hidden;
}

.produkt-slider-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.produkt-slider-alternativ div {
    height: 250px;
    overflow: hidden;
}

.produkt-slider-alternativ div img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.produktaussteller {
    background-color: rgba(255,255,255,0.6);
}

.pa-highlight {
    overflow: hidden;
    height: 550px;
}

.pa-highlight img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pav-item {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.pav-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pa-text {
    box-sizing: border-box;
    padding: 25px;
}

.topangebot {
    background-color: var(--secondary)!important;
    color: #fff!important;
    font-weight: bold;
}

.nr {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: var(--backgrounds-2);
}

.preisbereich {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.preisbox {
    padding: 15px;
    border-left: 1px solid var(--backgrounds-2);
}

.preisbox:first-child {
    border-left: none;
}

.preisbox p {
    margin-bottom: 0;
}

.preis {
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary);
    /*text-align: right;*/
    white-space: nowrap;
}

.streichpreis {
    text-decoration: line-through #c03;
    font-size: 18px;
    white-space: nowrap;
}

.preiszusatz {
    font-size: 1rem;
}

.card-video {
	overflow: hidden;
	height: 100%!important;
}

.card-video video {
	object-position: center;
	object-fit: cover;
	-ms-object-fit: cover;
	height: 100%;
	width: 100%;
}

.markenslider {
    background-image: url(../img/federn_bg.jpg);
    background-size: cover;
    background-position: center;
}

.cards-auswahl, .cards-produkte {
    justify-content: space-between;
}

.cards-auswahl .card, .cards-produkte .card {
    border: none;
    box-shadow: none;
}

.cards-produkte .card-img {
    height: 350px;
    position: relative;
}

.cards-produkte .card {
    position: relative;
    margin-bottom: 35px;
    background-color: rgba(255,255,255,0.6);
}

.cards-produkte .card-body {
    padding: 25px;
}

.card-img-logo {
    padding: 20px 25px;
    border: 1px solid var(--backgrounds-2);
}


.card-img-logo img {
	object-position: center;
	object-fit: contain;
	-ms-object-fit: contain;
	height: 100%;
	width: 100%;
}

.footer-dark {
    background-color: var(--dark);
}

.footer-dark a:link, .footer-dark a:visited {
    text-decoration: none!important;
}

.flexfooter {
    justify-content: space-around;
}

.cards-produkte .img-contain img {
    object-fit: contain!important;
}

.marquee {
    max-width: 100vw; /* iOS braucht das */
    white-space: nowrap;
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: bold;
}

.marquee span {
    display: inline-block;
    padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
    animation: marquee 10s linear infinite;
}

.marquee span a {
    color: var(--secondary)!important;
}

/* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
.marquee span:hover {
    animation-play-state: paused 
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}



@media only screen and (max-width: 1800px) { 
    .preisbereich {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1200px) { 

    .preisbereich {
        flex-wrap: wrap;
    }
    
    .preisbox {
        width: 100%;
        box-sizing: border-box;
        border-top: 1px solid var(--backgrounds-2);
        border-left: 0;
    }

}

@media only screen and (max-width: 968px) { 
    .icontext-wrapper {
        width: auto;
        min-width: auto;
    }

    .produktwelt-box {
        width: 60%;
        margin-left: 35%;
    }

    .hero-slide {
        height: 300px;
    }

    .card50 {
		width: calc(100% - 30px);
		max-width: 100%;
		min-width: calc(100% - 30px);
	}

    .bx-icons {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {

    .py-100 {
        padding-top: 50px!important;
        padding-bottom: 50px!important;
    }

    .pt-100 {
        padding-top: 50px!important;
    }

    .pb-100 {
        padding-bottom: 50px!important;
    }

    .my-100 {
        margin-top: 50px!important;
        margin-bottom: 50px!important;
    }

    .mt-100 {
        margin-top: 50px!important;
    }

    .mb-100 {
        margin-bottom: 50px!important;
    }

	.navbutton {
		display: block;
	}

    .produktwelt-box {
        width: 90%;
        margin-left: 5%;
    }

    .produkt-slider-item {
        height: 450px;
    }

    .navbar-2 {
        position: absolute;
        box-sizing: border-box;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99999;
        top: 120px;
        padding: 5%;
        border-bottom: 3px solid var(--primary);
    }

    .breadcrumb {
        flex-wrap: wrap;
    }

    .aktions-button {
    transform: rotate(-10deg) scale(0.7);
}
    
}

@media only screen and (max-width: 550px) { 

    .cards-auswahl, .cards-produkte {
        justify-content: center;
    }

    
}