/* -----------------------------------------------------------------------------------
Fonts
----------------------------------------------------------------------------------- */
/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 *
 * Webfont: undefined by undefined
 * URL: https://www.myfonts.comundefined
 * Copyright: Copyright © 2024 Monotype Imaging Inc. All rights reserved.
 * 
 * © 2024 MyFonts Inc. */

@font-face {
    font-family: "TTNorms";
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/TTNormsProRegular/font.woff2') format('woff2'),
         url('../fonts/TTNormsProRegular/font.woff') format('woff');
}  
@font-face {
    font-family: "TTNorms";
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/TTNormsProBold/font.woff2') format('woff2'),
         url('../fonts/TTNormsProBold/font.woff') format('woff');
}


/* -----------------------------------------------------------------------------------
Basic Styles
----------------------------------------------------------------------------------- */
* {
	margin: 0; padding: 0;
	outline: 0;
}

html, body {
	height: 100%; width: 100%;
}

body {
	font-family:"TTNorms", Arial, sans-serif; font-size: 16px; line-height: 26px; font-weight: 400; color: #000;
}

h1,h2,h3,h4 {
	margin:0; padding:0;
	font-weight: 700; color: #000;
}
h1 {
	margin-bottom: 15px;
	font-size: 24px; line-height: 34px;
}
h2 {
	margin-bottom:15px;
	font-size: 24px; line-height: 34px;
}
h2.headline {
    text-align: center; text-transform: uppercase;
}
h3 {
	margin-bottom:10px;
	font-size: 22px; line-height: 32px;
}
h3.bigger-space {
	margin-bottom: 20px;
}
h4 {
	margin-bottom:10px;
	font-size: 17px; line-height: 27px; font-weight: 700;
}

a {
	color: #000; text-decoration: none;
}
a:hover { color:inherit; text-decoration:none; }
a:focus { color:inherit; text-decoration:none; outline:none; }
main p a, main p a:hover, main li a, main li a:hover { text-decoration:underline; }
@media (min-width: 768px) {		
    main a[href^="tel:"],
    main a:hover[href^="tel:"],
    main a:focus[href^="tel:"]{
        text-decoration: none;
    }
}

p {
	margin-bottom: 30px;
}

strong { font-weight: 700; }

main ul, main ol {
	margin: 0 0 30px 18px; padding: 0;
}
	
/* Icons */
i.bi {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
i.bi:before {
    display: inline-block;
    width: 16px; height: 16px;
    content: '';
    vertical-align: -3px;
}
i.bi.bi-phone:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.68.68 0 0 0 .178.643l2.457 2.457a.68.68 0 0 0 .644.178l2.189-.547a1.75 1.75 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.6 18.6 0 0 1-7.01-4.42 18.6 18.6 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
}
i.bi.bi-mail:before {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z' clip-rule='evenodd'/></svg>");
    background-repeat: no-repeat;
}

form {
	margin-bottom: 30px;
}

a.button,
button.button {
    position: relative;
	display: inline-block;
	padding: 18px 70px 18px 35px;
	font-size: 16px; line-height: 16px; color: #fff; font-weight: 600; cursor: pointer; text-decoration: none;
	outline: none;
	background-color: #000;
    border: none; border-radius: 28px;
    box-shadow: inset 0px 0px 0px 2px #000;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
a.button:hover,
button.button:hover {
    color: #fff; text-decoration: none;
    background-color: #000;
	box-shadow: inset 0px 0px 0px 2px #000;
}
a.button::after,
button.button::after {
    position: absolute; right: 30px;
    width: 16px; height: 16px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 1200' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='m205.37 994.63c5.9805 5.9805 14.09 9.3438 22.551 9.3438 8.457 0 16.566-3.3633 22.547-9.3438l813.75-813.75v915.23c0 11.395 6.0781 21.922 15.945 27.617 9.8672 5.6992 22.023 5.6992 31.891 0 9.8672-5.6953 15.945-16.223 15.945-27.617v-992.22c-0.003906-2.0977-0.21484-4.1875-0.62891-6.2461-0.1875-0.94531-0.53906-1.8164-0.80859-2.7305-0.27734-1.0898-0.60938-2.1641-1-3.2188-0.48047-1.0469-1.0195-2.0664-1.6094-3.0547-0.44531-0.8125-0.80078-1.6562-1.3203-2.4336-2.3359-3.4961-5.3398-6.5-8.832-8.8359-0.80469-0.53906-1.6758-0.91016-2.5156-1.3672-0.96484-0.57422-1.957-1.0938-2.9727-1.5625-1.0742-0.39844-2.168-0.73828-3.2773-1.0195-0.89453-0.26172-1.75-0.60938-2.6758-0.79297-2.0586-0.41406-4.1523-0.625-6.25-0.62891h-992.22c-11.395 0-21.922 6.0781-27.617 15.945-5.6992 9.8672-5.6992 22.023 0 31.891 5.6953 9.8672 16.223 15.945 27.617 15.945h915.23l-813.75 813.75c-5.9805 5.9805-9.3438 14.09-9.3438 22.547 0 8.4609 3.3633 16.57 9.3438 22.551z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px;
    transition: transform 0.2s ease-in-out;
}

a.text-button {
    position: relative;
	display: inline-block;
	color: #000; font-weight: 700; cursor: pointer; text-decoration: none !important;
    border-bottom: 2px solid #000;
    -webkit-transition: all .2s ease;
            transition: all .2s ease;
}
@media (max-width: 991px) {
    a.text-button {
        white-space: nowrap; /* Kein Zeilenumbruch */
        overflow: hidden; /* Versteckt den überlaufenden Text */
        text-overflow: ellipsis; /* Zeigt „…“ am Ende des Textes */
        max-width: 270px; /* Feste Breite (oder nach Bedarf anpassen) */
    }
}

div.bg-grau {
    background: #f3f3f1;
}
div.bg-grau.abstand-entfernen {
    margin-bottom: 0 !important;
    padding-bottom: 1px !important;
}

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

/* -----------------------------------------------------------------------------------
Global Layout Styles
----------------------------------------------------------------------------------- */
.container-fluid,
.container {
    padding-left: 20px; padding-right: 20px;
}
.container-fluid.no-padding,
.container.no-padding {
    padding-left: 0; padding-right: 0;
}
.container-fluid.md {
	max-width: 1000px;
}
.container-fluid.lg {
	max-width: 1200px;
}
.container-fluid.xl {
	max-width: 1500px;
}

.row {
    margin-left: -15px; margin-right: -15px; }

    .row [class^="col-"] {
        padding-left: 15px; padding-right: 15px;
}
.row.no-space {
    margin-left: 0; margin-right: 0; }

    .row.no-space .no-space[class^="col-"] {
        margin-bottom: 0; padding: 0;
}
@media (max-width: 767px) {
    .container-fluid.no-padding-xs {
        padding-left: 0; padding-right: 0;
    }
}
@media (min-width: 992px) {
    .container.sm {
        max-width: 800px;
    }
}
@media (min-width: 768px) {
    .container-fluid,
    .container {
        padding-left: 30px; padding-right: 30px;
    }
}
@media (min-width: 992px) {
    .container-fluid,
    .container {
        padding-left: 40px; padding-right: 40px;
    }
    .container.small-padding {
        padding-left: 30px; padding-right: 30px;
    }
	.row {
		margin-left: -20px; margin-right: -20px; }

		.row [class^="col-"] {
			padding-left: 20px; padding-right: 20px;
	}
}

.container.einleitung {
    margin-bottom: 60px;
}


/* -----------------------------------------------------------------------------------
Navigation
----------------------------------------------------------------------------------- */
/* Allgemeine Navbar-Stile */
.navbar {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.05);
            box-shadow: 0 1px 4px 0 rgba(0,0,0,.15),0 1px 1px 0 rgba(0,0,0,.05);
    transition: transform 0.3s ease-in-out; }

    .navbar a.navbar-brand img.image {
        max-height:45px; width: auto;
}

/* Toggler */
.navbar .navbar-toggle {
    display: flex; flex-direction: column;
    justify-content: space-between;
    width: 30px; height: 20px;
    background: none;  
    border: none;
    cursor: pointer; }

    .navbar .navbar-toggle .icon-bar {
        width: 100%; height: 3px;
        background-color: #000;
        transition: all 0.3s ease;
    }
    .navbar .navbar-toggle.active .icon-bar.top-bar {
        transform: translateY(8px) rotate(45deg);
    }
    .navbar .navbar-toggle.active .icon-bar.middle-bar {
        opacity: 0;
    }
    .navbar .navbar-toggle.active .icon-bar.bottom-bar {
        transform: translateY(-8px) rotate(-45deg);
}
@media (min-width: 992px) {
    .navbar .navbar-toggle {
        display: none !important;
    }
}

/* Basic Navbar Styles */
.navbar .navbar-collapse ul.navbar-nav > li a.nav-link {
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.navbar .navbar-collapse ul.navbar-nav > li a.nav-link::after {
    position: absolute; bottom: -3px; left: 0;
    content: "";
    width: 0; height: 2px;
    background-color: #000;
    transition: width 0.3s ease;
}
.navbar .navbar-collapse ul.navbar-nav > li a.nav-link.active::after,
.navbar .navbar-collapse ul.navbar-nav > li a.nav-link:hover::after {
    width: 100%;
}

/* Mobile-Navigation */
@media (max-width: 991px) {
    .navbar .navbar-collapse {
        position: fixed; top: 70px; left: 0; right: 0; bottom: 0;
        display: none;
        background-color: #f3f3f1;
        opacity: 0;
        transform: translateY(-100%);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
    .navbar .navbar-collapse.show {
        display: block;
        opacity: 1;
        transform: translateY(0); }

        .navbar .navbar-collapse ul.navbar-nav {
            position: absolute; left: 50%;
            transform: translateX(-50%);
            margin-top: 40px;
            text-align: center; }

        .navbar .navbar-collapse ul.navbar-nav > li {
            opacity: 0;
            transform: translateX(-30px);
            visibility: hidden;
            pointer-events: none;
            transition: transform 0.3s ease, opacity 0.3s ease;
        }
        .navbar .navbar-collapse.show ul.navbar-nav > li {
            visibility: visible;
            pointer-events: auto;
            animation: fadeInSlideRight 0.5s ease forwards; }

            .navbar .navbar-collapse ul.navbar-nav > li a.nav-link {
                margin-bottom: 10px;
                font-size: 22px; line-height: 32px;
    }
}

/* Desktop-Navigation */
@media (min-width: 992px) {
    .navbar {
        transform: translateY(0%); /* Versteckt */
    }
    .navbar.visible {
        transform: translateY(0); /* Sichtbar */ }
    
        .navbar a.navbar-brand img.image {
            margin-bottom: 5px;
            max-height: 52px; width: auto;
        }
    
        .navbar .navbar-collapse ul.navbar-nav > li a.nav-link {
            margin: 0 10px; padding: 0;
            font-size: 16px;
        }
        .navbar .navbar-collapse ul.navbar-nav > li a.nav-link:hover,
        .navbar .navbar-collapse ul.navbar-nav > li a.nav-link:focus {
            color: #000;
    }
}

/* Keyframes für das Einfaden von links nach rechts */
@keyframes fadeInSlideRight {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Sprachauswahl */
.navbar .languages {
    margin-bottom: 5px;
    text-align: right; }

    .navbar .languages a {
        margin-left: 3px;
        font-size: 16px; color: #000; font-weight: 700; text-transform: uppercase;
    }
    .navbar .languages a.active {
        border-bottom: 2px solid #000;
}
@media (max-width: 991px) {
    .navbar .languages {
        position: absolute; right: 80px; top: 24px;
    }
}


/* -----------------------------------------------------------------------------------
Header
----------------------------------------------------------------------------------- */
header.intro-section {
    position: relative;
    margin-bottom: 60px;
    height: 100%; }

    header.intro-section img.image {
        width: 100%; height: 100%;
        object-fit: cover;
    }

    header.intro-section .logo-overlay {
        position: absolute; top: 50%; left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 40px;
        width: 100%;
        text-align: center; }

        header.intro-section .logo-overlay img.logo {
            width: 100%; /* Breite skaliert responsiv */
            max-width: 540px; /* Begrenzung auf maximal 540px */
            height: auto; /* Seitenverhältnis bleibt erhalten */
    }

/* Mouse Scroll Animation */
header.intro-section .icon-scroll,
header.intro-section .icon-scroll:before {
    position: absolute; left: 50%;
}
header.intro-section .icon-scroll {
    bottom: 40px;
    margin-left: -18px;
    width: 36px; height: 62px;
    background-color: #fff;
    border: 3px solid #fff; border-radius: 16px;
}
header.intro-section .icon-scroll:before {
    top: 8px;
    content: '';
    margin-left: -4px;
    width: 8px; height: 8px;
    background: #000;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
            animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        opacity: 0;
    }
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        opacity: 0;
    }
}


/* -----------------------------------------------------------------------------------
Textabschnitt
----------------------------------------------------------------------------------- */
.textabschnitt {
    margin-bottom: 100px;
}
.textabschnitt.bg-grau {
    margin-bottom: 80px; padding: 80px 0; }

    .textabschnitt .grosser-text {
        font-size: 22px; line-height: 32px; font-weight: 700;
    }
    .textabschnitt img.image {
        margin-bottom: 30px;
}


/* -----------------------------------------------------------------------------------
Großes Foto + Text
----------------------------------------------------------------------------------- */
.foto-gross-text {
    margin-bottom: 70px;
}
.foto-gross-text.bg-grau {
    margin-bottom: 80px; padding: 80px 0 50px 0; }

    .foto-gross-text .container {
        padding-left: 0; padding-right: 0;
        max-width: 550px;
    }
	.foto-gross-text .image {
        margin-bottom: 30px;
    }
    .foto-gross-text.bg-grau.abstand-entfernen .image {
        margin-bottom: 0;
}
@media (max-width: 767px) {
    .foto-gross-text.bg-grau.abstand-entfernen .image {
        margin-bottom: 30px;
    }
}

/* Falls mehrer Fotos gewählt wurden */
.foto-gross-text .image-box {
    position: relative; }

    .foto-gross-text .image-box img.image-1 {
        position: relative;
        max-width: 85%;
    }
    .foto-gross-text .image-box img.image-2 {
        position: relative; z-index: 2;
        float: right;
        margin-top: -140px;
        max-width: 60%;
    }
    .foto-gross-text .image-box img.image-3 {
        position: relative; z-index: 1;
        margin-top: -100px; margin-left: 20px;
        max-width: 50%;
}
@media (min-width: 992px) {
    .foto-gross-text .image-box img.image-1 {
        max-width: 85%;
    }
    .foto-gross-text .image-box img.image-2 {
        margin-top: -200px;
        max-width: 60%;
    }
    .foto-gross-text .image-box img.image-3 {
        margin-top: -200px; margin-left: 40px;
        max-width: 50%;
    }
}

/* Element über die komplette Breite */
.foto-gross-text.komplette-breite.bg-grau {
    padding: 0; }

    .foto-gross-text.komplette-breite .container {
        padding-top: 40px; padding-bottom: 10px;
        max-width: 650px;
    }
    .foto-gross-text.komplette-breite img.image {
        height: 100%; width: 100%;
        object-fit: cover;
}


/* -----------------------------------------------------------------------------------
Foto Groß + Text (BG)
----------------------------------------------------------------------------------- */
.foto-gross-text-pr.bg-grau {
    margin-bottom: 100px; padding: 80px 0 1px 0; }

.foto-gross-text-pr figure {
    margin-bottom: 120px; }

    .foto-gross-text-pr figure .image-container .image-inset {
        aspect-ratio: 4 / 3;
    }

    .foto-gross-text-pr figure .image-container img.image {
        width: 100%; height: auto;
        position: static;
    }

    .foto-gross-text-pr figure figcaption .text-box { 
        padding-top: 40px; padding-bottom: 10px;
}
@media (max-width: 767px) {
    .foto-gross-text-pr figure figcaption { 
        background-color: #f3f3f1;
    }
    .foto-gross-text-pr.bg-grau figure figcaption { 
        background-color: #fff;
    }
}
@media (min-width: 768px) {
    .foto-gross-text-pr figure{
        display: flex;
        position: relative;
    }
    .foto-gross-text-pr figure>:first-child {
        width: 50%;
    }
    .foto-gross-text-pr figure:nth-child(even) {
        flex-direction: row-reverse; }

        .foto-gross-text-pr figure .image-container {
            position: relative;
            max-width: initial;
            overflow: visible; }
    
            .foto-gross-text-pr figure .image-container .image-inset {
                position: relative;
        }

        .foto-gross-text-pr figure figcaption {
            display:flex;
            -webkit-align-items: flex-start;
                    align-items: flex-start;
            z-index:2;
            width: 50%; }

            .foto-gross-text-pr figure figcaption .text-box {
                margin-top: 20px; margin-left: -20%;
                width: 120%; max-width: 640px;
                background-color: #f3f3f1;
            }
            .foto-gross-text-pr.bg-grau figure figcaption .text-box {
                background-color: #fff;
            }
            .foto-gross-text-pr figure:nth-child(even) figcaption .text-box {
                margin-left: auto; margin-right: -20%;
    }
}
@media (min-width: 992px) {
    .foto-gross-text-pr figure >:first-child>*{
        width: 130%;
    }
    .foto-gross-text-pr figure:nth-child(even)>:first-child>*{
        left: -30%; }

        .foto-gross-text-pr figure figcaption .text-box {
            margin-top: 40px;
            width: 100%; margin-left: 0;
        }    
        .foto-gross-text-pr figure:nth-child(even) figcaption .text-box {
            margin-right: 0;
    }
}


/* -----------------------------------------------------------------------------------
Foto + Text Boxen (Spalten)
----------------------------------------------------------------------------------- */
.foto-text-boxen-spalten {
    margin-bottom: 60px; }

    .foto-text-boxen-spalten .row [class*="col-"] {
        flex-direction: column;
        margin-bottom: 40px; }
    
    .foto-text-boxen-spalten .row [class*="col-"] figure {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        box-sizing: border-box;
        background-color: #f3f3f1; }

        .foto-text-boxen-spalten .row [class*="col-"] figure figcaption {
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            padding-top: 40px; padding-bottom: 20px; }

            .foto-text-boxen-spalten .row [class*="col-"] figure figcaption .content {
                flex-grow: 1;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
}


/* -----------------------------------------------------------------------------------
Fragen und Antworten (Accordion)
----------------------------------------------------------------------------------- */
.module-fragen-und-antworten {
    margin-bottom: 90px;
}
.module-fragen-und-antworten.bg-grau {
    margin-bottom: 100px; padding: 80px 0 70px 0; }

    .accordion .accordion-eintrag {
        margin-bottom: 10px;
        background-color: #fff; }

	.accordion .accordion-eintrag button.accordion-button {
		margin: 0; padding: 20px;
		font-size: 18px; font-weight: 700; color: inherit;
		background-color: #f3f3f1;
    }
	.bg-grau .accordion .accordion-eintrag button.accordion-button {
		background-color: #fff;
    }
	.accordion .accordion-eintrag button.accordion-button::after {
		content: none;
    }
	.accordion .accordion-eintrag button.accordion-button:not(.collapsed) {
		color: #fff;
		background-color: #000;
		box-shadow: none; }

        .accordion .accordion-eintrag button.accordion-button .accordion-icon {
            display: block;
            margin-right: 20px;
            width: 20px; height: 20px;     
        }
        .accordion .accordion-eintrag button.accordion-button .accordion-icon::before {
            position: absolute; left: 20px; top: 50%;
            content: '';
            display:inline-block;
            margin-top: -10px;
            width:20px; height:20px;
            background:
                linear-gradient(#000,#000),
                linear-gradient(#000,#000);
            background-position:center;
            background-size: 100% 2px,2px 100%;
            background-repeat:no-repeat;
        }
        .accordion .accordion-eintrag button.accordion-button:not(.collapsed) .accordion-icon::before {
            background: linear-gradient(#fff,#fff);
            background-position:center;
            background-size: 100% 2px,2px 100%;
            background-repeat:no-repeat;
        }

        .accordion .accordion-eintrag .content {
            padding: 30px 0 1px 0; }

            .accordion .accordion-eintrag .content img.image {
                margin-bottom: 30px;
}


/* -----------------------------------------------------------------------------------
Ansprechpartner
----------------------------------------------------------------------------------- */
.ansprechpartner {
    margin-bottom: 60px; }

    .ansprechpartner .image-box img.image {
        border-radius: 100%;
    }

   .ansprechpartner .text-box {
       margin: 0 auto;
       max-width: 650px; }

        .ansprechpartner .text-box .grosser-text {
            font-size: 22px; line-height: 32px;
        }
        .ansprechpartner .text-box p.name {
            display: inline-block;
            position: relative;
            margin-bottom: 40px; padding-left: 40px;
        }
        .ansprechpartner .text-box p.name::before {
            position: absolute; left: 0; top: 12px;
            content: '';
            width: 25px; height: 2px;
            background-color: #000;
}
@media (max-width: 767px) {
    .ansprechpartner {
        text-align: center; }
    
        .ansprechpartner .image-box {
            margin: 0 auto 30px auto;
            max-width: 150px;
    }
}
@media (min-width: 768px) {
    .ansprechpartner .image-box {
        max-width: 200px;
    }
   .ansprechpartner .text-box a.button {
       margin-right: 25px;
    }
}
@media (min-width: 992px) {
    .ansprechpartner .image-box {
        max-width: none;
    }
}


/* -----------------------------------------------------------------------------------
Kontakt Box
----------------------------------------------------------------------------------- */
.kontakt-box {
    margin-bottom: 100px; padding: 80px 20px 50px 20px;
    background-color: #f3f3f1; }

    .kontakt-box p a {
        text-decoration: underline;
}
@media (min-width: 768px) {
    .kontakt-box {
         padding-left: 30px; padding-right: 30px;
    }
}
@media (min-width: 992px) {
    .kontakt-box {
         padding-left: 40px; padding-right: 40px;
    }
}

.form-group {
    margin-bottom: 20px; }

    .form-control {
        padding: 15px;
        height: auto;
        font-size: 16px; line-height: normal; color: #000; font-weight: 400;
        background-color: #fff;
        border: 1px solid #fff;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .form-control:focus {
        background-color: #fff;
        border-color: #000; 
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .form-control.has-error,
    .form-control.has-error:focus {
        background-color: #fbeaee;
        border-color: #000;
}

/* Custom Select */
.custom-select {
  position: relative;
  display: block;
  overflow: hidden; }

/* Reset Select */
.custom-select select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	        appearance: none;
	cursor: pointer;
}
/* Arrow */
.custom-select::after {
	position: absolute; top: 16px; right: 20px;
	font-size: 12px;
	content: '\25BC';
	pointer-events: none;
}

.form-control::-webkit-input-placeholder {
    font-size: 16px; color: #000; font-weight: 400;
    opacity: 1;
}
.form-control::-moz-placeholder {
    font-size: 16px; color: #000; font-weight: 400;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    font-size: 16px; color: #000; font-weight: 400;
    opacity: 1;
}
.form-control::-ms-input-placeholder {
    font-size: 16px; color: #000; font-weight: 400;
    opacity: 1;
}
.form-control::placeholder {
    font-size: 16px; color: #000; font-weight: 400;
    opacity: 1;
}

/* File Upload */
.drag-and-drop {
    cursor: pointer;
    position: relative; }

    .drag-and-drop #drop-zone.dragging {
        background-color: #fff;
    }
    .drag-and-drop #drop-zone {
        padding: 20px;
        text-align: center;
        background-color: #fff;
        border: 2px dashed #ccc;
        cursor: copy; /* Ändert den Cursor, wenn über der Drop-Zone */ }

        .drag-and-drop #drop-zone p {
            margin: 0;
        }
        .drag-and-drop #drop-zone .drop-instruction {
            font-size: 0.9em;
            color: #777;
    }

    .drag-and-drop ul#uploaded-files {
        margin-top: 10px; margin-bottom: 20px; }

        .drag-and-drop ul#uploaded-files li.uploaded-file {
            margin: 5px 0; }

            .drag-and-drop ul#uploaded-files li.uploaded-file button {
                position: relative; top: 4px;
                margin: 0 0 0 10px;
                font-size: 1.7em; color: #000;
                background: none;
                border: none;
                cursor: pointer;
    }

    .drag-and-drop #file-info {
        font-weight: 700;
}

/* Nur für das Kirby Uniform Plugin notwendig */
.uniform__potty {
    position: absolute;
    left: -9999px;
}


/* -----------------------------------------------------------------------------------
Modal
----------------------------------------------------------------------------------- */
.modal-backdrop {
    background-color: #f3f3f1;
}
.modal-backdrop.show {
    opacity: 1;
}
@media (min-width: 768px) {
    .modal-lg {
        max-width: 700px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

/* Header */
.modal-header {
    border-bottom: none; }

    .modal-header .close-modal {
        position: absolute; top: 20px; right: 20px;
        width: 25px; height: 25px;
        cursor: pointer; }

        .modal-header .close-modal img {
            width: 25px; height: 25px;
}
@media (min-width: 768px) {
    .modal-header {
        padding: 20px 30px; }
    
    .modal-header .close-modal {
        right: 30px;
    }
}

/* Content */
.modal-content {
    border: none;
    border-radius: 0;
}

@media (min-width: 768px) {
    .modal-body {
        padding: 20px 30px;
    }
}

/* Footer */
.modal-footer {
    border-top: none;
}
@media (min-width: 768px) {
    .modal-footer {
        padding: 0 30px 20px 30px;
    }
}


/* -----------------------------------------------------------------------------------
Footer
----------------------------------------------------------------------------------- */
footer img.logo {
    display: block; /* Macht das Bild zum Blockelement */
    margin: 0 auto 100px auto;
    max-width: 400px;
    width: calc(100% - 80px); /* Dynamische Breite mit 20px Abstand links und rechts */
    height: auto;
    box-sizing: border-box; /* Berücksichtigt Padding und Border in der Breite */
}

/* Abschlussleiste */	
footer .abschlussleiste {
    padding: 30px 0;
    color: #fff;
    background-color: #000;
    font-weight: 700; text-transform: uppercase;
}
footer .abschlussleiste a {
    color: #fff;
}
@media (max-width: 767px) {
	footer .abschlussleiste {
		text-align: center;
    }
}
@media (min-width: 768px) {
    footer .abschlussleiste .rechte-spalte {
        text-align: right; }
    
        footer .abschlussleiste .rechte-spalte a {
            margin-left: 15px;
    }
}


/* -----------------------------------------------------------------------------------
Impressum / Datenschutz
----------------------------------------------------------------------------------- */
main.datenschutz-impressum {
    margin-top: 50px;
}