.elementor-kit-6{--e-global-color-primary:#353535;--e-global-color-secondary:#EFEFEF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#CCB262;--e-global-color-099b917:#292929;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"aktiv-grotesk", Sans-serif;font-size:18px;font-weight:400;line-height:150%;letter-spacing:0.5px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1700px;}.e-con{--container-max-width:1700px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --custom-padding-max: 80px;
    --custom-padding-min: 40px;
    --custom-margin-max: 150px;
    --custom-margin-min: 20px;
    --custom-border-radius: 50px;
}

body {
    overflow-x: hidden;
}

img,
iframe,
audio,
video,
canvas {
	display: block;
	max-inline-size: 100%;
	block-size: auto;
}

svg {
	max-inline-size: 100%;
}

p,
ul, ol {
    margin: 0;
}

p+*, *+p,
ul+*, *+ul,
ol+*, *+ol {
    margin-top: 15px;
}

ul, ol {
    padding: 0 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    text-transform: lowercase;
    text-wrap: balance;
}

h2 {
    font-size: clamp(25px, 3.5vw, 50px);
}

.headline-accent-large h2 {
    font-size: clamp(25px, 3.5vw, 100px);
}

img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--custom-border-radius) !important;
}

.padding-0 {
    padding: 0;
}

.text-light,
.text-light a {
    color: #fff;
}

.text-small {
    font-size: 15px;
}

.elementor-button {
    text-transform: lowercase;
    font-weight: 700;
    letter-spacing: .5px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 100px;
    padding-right: 50px;
    position: relative;
}

.elementor-button span {
    color: #fff;
}

.elementor-button:hover {
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.elementor-button::after {
    content: '';
    background-image: url(https://pre.bochumsmile.de/wp-content/uploads/2026/02/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: calc(50% - 9px);
}

/* Abstände */

.section-margin {
    margin-block: clamp(var(--custom-margin-min), 5vw, var(--custom-margin-max));
}

.section-padding {
    padding-block: clamp(var(--custom-padding-min), 5vw, var(--custom-padding-max));
}

/* Header */

#page-header {
    position: absolute;
}

#page-header.elementor-sticky--effects {
    background-color: var(--e-global-color-secondary);
}

#logo img {
    width: 100%;
    height: auto;
    border-radius: 0 !important;
}

/* Hero */

#page-hero .image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/7;
    object-fit: cover;
}

#page-hero .image-wrapper::after {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    bottom: 0;
    background: #22C1C3;
    background: linear-gradient(0deg,rgba(53, 53, 53, 1) 0%, rgba(253, 187, 45, 0) 40%);
    z-index: 9;
}

#page-hero .image-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    background: #EEAECA;
    background: radial-gradient(circle,rgba(238, 174, 202, 0) 10%, rgba(53, 53, 53, 1) 100%);
}

#page-hero .content-wrapper {
    width: 60%;
}

#page-hero .content-wrapper .headline-accent h1 {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--e-global-color-accent);
}

#page-hero .content-wrapper .fake-h1 {
    font-size: clamp(30px, 5vw, 150px);
    font-weight: 900;
    text-wrap: balance
}

#page-hero .content-wrapper ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

/* Sections */

.section-media-text .content-wrapper {
    padding: clamp(25px, 3vw, 50px);
    border: 1px solid #fff;
    border-radius: var(--custom-border-radius);
}

.section-dark-bg::after {
    content: '';
    width: calc(1700px + ((100vw - 1700px) / 2));
    height: 70%;
    background-color: #292929;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1;
    border-top-right-radius: var(--custom-border-radius);
    border-bottom-right-radius: var(--custom-border-radius);
    opacity: ;
}

/* Loops */

.custom-loop .custom-loop-item,
.custom-loop-item .e-con-inner {
    padding: 0;
    gap: 0
}

.custom-loop .image-wrapper img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/13;
    object-fit: cover;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.custom-loop .content-wrapper {
    background-color: #4A4A4A;
    padding: 30px;
    border-bottom-left-radius: var(--custom-border-radius);
    border-bottom-right-radius: var(--custom-border-radius);
}

.custom-loop .content-wrapper p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Akkordeon */

.custom-akkordeon .e-n-accordion-item-title-text {
    font-size: clamp(20px, 3.5vw, 25px) !important;
    font-weight: 600 !important;
    color: var(--e-global-color-text);
}

.custom-akkordeon summary,
.custom-akkordeon .elementor-element {
    border: 0 !important;
    padding: 0 !important;
}

.custom-akkordeon .e-n-accordion-item-title-header {
    padding: 15px 0;
}

.custom-akkordeon details {
    border-top: 1px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.custom-akkordeon details:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.custom-akkordeon details:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.custom-akkordeon details > div:last-of-type {
    padding-bottom: 20px !important;
}

.custom-akkordeon .e-n-accordion-item > div {
    width: 85%;
}

.custom-akkordeon .e-n-accordion-item-title-icon svg,
.custom-akkordeon .e-n-accordion-item-title-icon span {
    height: 20px !important;
    fill: var(--e-global-color-text) !important;
}

.custom-akkordeon .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    color: var(--e-global-color-accent);
}

.custom-akkordeon .e-n-accordion-item[open] .e-n-accordion-item-title-icon svg {
    fill: var(--e-global-color-accent) !important;
}

/* Team */

#team-wrapper .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(15px, 3.5vw, 30px);
}

#team-wrapper .gallery-item {
    max-width: 30% !important;
}

#team-wrapper figcaption {
    font-size: inherit;
}

#team-wrapper figcaption span {
    font-weight: 700;
    display: block;
}

@media (width < 1024px) {
    #team-wrapper .gallery-item {
        max-width: 48% !important;
    }
}

@media (width < 768px) {
    #team-wrapper .gallery-item {
        max-width: 100% !important;
    }
}

/* Formular */

.custom-form * {
    font-family: inherit;
}

.custom-form input,
.custom-form textarea {
    padding: 10px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 0;
}

.custom-form input:active {
    border: 1px solid var(--e-global-color-accent);
}

.custom-form label {
    color: var(--e-global-color-primary);
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.custom-form .elementor-button {
    flex-basis: auto !important;
}

.custom-form .elementor-field-type-html {
    font-size: 15px;
    line-height: 150%;
}

/* Impressum & Datenschutz */

.page-impdat h2 {
    margin: 0;
    font-size: clamp(20px, 5vw, 30px);
}

.page-impdat h3 {
    margin: 0;
}

.page-impdat .imp-dat-accent {
    border: 3px solid var(--e-global-color-accent);
}

.page-impdat .imp-dat-font-small {
    font-size: 15px;
}

/* Footer */

footer .footer-top {
    background-color: var(--e-global-color-secondary);
    border-bottom-left-radius: var(--custom-border-radius);
    border-bottom-right-radius: var(--custom-border-radius);
}

footer .footer-top img {
    max-width: 320px;
    width: 100% !important;
    height: auto;
    border-radius: 0 !important;
}

footer table td:first-of-type {
    text-transform: uppercase;
    padding-right: 20px;
}

footer .footer-headline {
    font-weight: 700;
}

footer .footer-links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px
}

footer .footer-links li a {
    font-size: 17px;
    letter-spacing: .5px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: auto !important;
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 100px;
    background-color: var(--e-global-color-primary);
    transition: 300ms;
}

footer .footer-links li a svg {
    fill: #fff;
}

footer .footer-bottom .imp-dat a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 14px;
}

footer .footer-bottom .social-buttons .elementor-grid-item a {
    background: transparent;
}/* End custom CSS */