/* open-sans-regular - latin */ @font-face { font-display: fallback; font-family: 'Open Sans'; font-style: normal; font-weight: 400; src: url('../fonts/open-sans-v40-latin-regular.eot'); /* IE9 Compat Modes */ src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */ } /* open-sans-600 - latin */ @font-face { font-display: fallback; font-family: 'Open Sans'; font-style: normal; font-weight: 600; src: url('../fonts/open-sans-v40-latin-600.eot'); /* IE9 Compat Modes */ src: url('../fonts/open-sans-v40-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v40-latin-600.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v40-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */ } /* open-sans-700 - latin */ @font-face { font-display: fallback; font-family: 'Open Sans'; font-style: normal; font-weight: 700; src: url('../fonts/open-sans-v40-latin-700.eot'); /* IE9 Compat Modes */ src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/open-sans-v40-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */ } * { margin: 0; padding: 0; outline: 0; } html, body { width: 100%; height: 100%; } body { font-family: "Open Sans", Helvetica, Arial, sans-serif; font-size: 18px; line-height: 28px; font-weight: 400; letter-spacing: 0; font-style: normal; color: #000; background: #fff; max-width: 2000px; padding: 0; margin-left: auto; margin-right: auto; overflow-wrap: break-word; } @media (max-width: 767px) { body { font-size: 16px; line-height: 22px; } } p { font-size: 18px; line-height: 28px; font-weight: 400; letter-spacing: 0; font-style: normal; color: #000; padding: 0; margin: 0; } @media (max-width: 767px) { p { font-size: 16px; line-height: 22px; } } b, strong { font-weight: 700; } h1, h2, h3, h4, h5, h6, p span.span-ueberschrift { display: inline; font-size: 38px; line-height: 50px; letter-spacing: 0; text-transform: uppercase; font-weight: 700; font-style: normal; color: #6a1915; margin: 0; } @media (max-width: 767px) { h1, h2, h3, h4, h5, h6, p span.span-ueberschrift { font-size: 25px; line-height: 40px; } } a { font-size: 18px; line-height: 28px; font-weight: 400; letter-spacing: 0; font-style: normal; color: #6a1915; padding: 0; margin: 0; text-decoration: none; cursor: pointer; border-bottom: 2px solid #6a1915; } a:hover, a:focus { color: #6a1915; text-decoration: none; outline: none; } @media (max-width: 767px) { a { font-size: 16px; line-height: 22px; } } a:has(img) { border: none; border-bottom: none; } a.btn { text-decoration: none; } img { border: none; } .btn { font-size: 16px; line-height: 16px; font-weight: 700; background-color: #fff; color: #6a1915; border-color: #6a1915; border-radius: 0; padding: 15px; margin: 15px 0 0 0; } .btn:hover, .btn:focus { background-color: #6a1915; color: #fff; border-color: #6a1915; } a.btn { text-decoration: none; } .fa { color: inherit; padding: 0; margin: 0; } ul, ol { margin: 25px 0 0 0; padding: 0; } ul li, ol li { font-size: 18px; line-height: 28px; letter-spacing: 0; margin: 0 0 0 20px; } ul li ul, ol li ol { margin: 0; padding: 0; } @media (max-width: 767px) { ul li, ul li ul li, ol li, ol li ul li { font-size: 16px; line-height: 22px; } } .nopadding { padding: 0 !important; margin: 0 !important; } .wrap { width: 100%; height: 100%; margin: 0; position: relative; } .wrap:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,40,34,0.4); transition: all 0.2s ease; } .mt-25px { margin-top: 25px; } .pt-25px { padding-top: 25px; } video { object-fit: cover; width: 100%; height: 100%; display: block; } /* Einstellungen für den Anker */ :target::before { content: ""; display: block; height: 150px; /* Höhe des Abstandes */ margin-top: -150px; /* Anker nach oben verschieben */ visibility: hidden; } /* Container */ .container-fluid { position: relative; } .container { max-width: 1100px; } .container.menu { max-width: 1200px; } .container.reinertext-container { max-width: 800px; } .container.rechtliches-container { max-width: 1000px; } .row.no-space { margin-left: 0; margin-right: 0; } .row.no-space .no-space[class^="col-"] { margin-bottom: 0; padding: 0; } /* Navigation */ .navbar { max-width: 100%; min-height: 80px; background: rgba(255,255,255,1); border: none; border-color: transparent; box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2); padding: 0; margin: 0; } .navbar-nav { padding: 0; margin: 0; } .navbar-brand { padding: 0; margin: 0; } .navbar .navbar-brand img { margin: 0; padding: 0; max-height: 30px; width: auto; } .navbar-toggler { margin-top: -10px; padding: 0; border: none; background: transparent !important; } .navbar-toggler .icon-bar { width: 29px; height: 3px; background-color: #6a1915; display: block; transition: all 0.2s; margin-top: 5px } .navbar-toggler .icon-bar.top-bar { transform: rotate(45deg); transform-origin: 10% 10%; } .navbar-toggler .icon-bar.middle-bar { opacity: 0; } .navbar-toggler .icon-bar.bottom-bar { transform: rotate(-45deg); transform-origin: 10% 90%; } .navbar-toggler.collapsed .icon-bar.top-bar { transform: rotate(0); } .navbar-toggler.collapsed .icon-bar.middle-bar { opacity: 1; } .navbar-toggler.collapsed .icon-bar.bottom-bar { transform: rotate(0); } .navbar .navbar-nav a.nav-link { position: relative; font-size: 16px; line-height: 16px; color: #6a1915; font-weight: 400; text-transform: uppercase; letter-spacing: 0; text-decoration: none; -webkit-transition: all .2s ease; transition: all .2s ease; padding: 0; margin: 0 7px; white-space: nowrap; border: 0; } .navbar .navbar-nav a.nav-link.active, .navbar .navbar-nav a.nav-link:hover, .navbar .navbar-nav a.nav-link:focus { color: #6a1915; } .navbar .navbar-nav a.nav-link::before { position: absolute; left: 0; bottom: -5px; content: ''; width: 0%; height: 2px; background-color: #6a1915; backface-visibility: hidden; -webkit-transition: width .4s; transition: width .4s; } .navbar .navbar-nav a.nav-link:hover::before, .navbar .navbar-nav a.nav-link.active::before { width: 100%; } .dropdown-toggle::after { display: none !important; } .navbar .navbar-nav .dropdown-menu { overflow: hidden; min-width: 400px; right: auto; left: 50%; -webkit-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); padding: 25px; margin-top: 31px; border: none; border-radius: 0; background-color: #fff; -webkit-box-shadow: 0 2px 30px 0 rgba(0,0,0,0.1); box-shadow: 0 2px 30px 0 rgba(0,0,0,0.1); transition:all 0.2s ease; } .navbar .navbar-nav .dropdown-menu a, .navbar .navbar-nav .dropdown-menu p { padding: 5px 0; font-size: 16px; line-height: 20px; font-weight: 400; color: #6a1915; text-decoration: none; background-color: transparent; -webkit-transition: all .2s ease; transition: all .2s ease; } .navbar .navbar-nav .dropdown-menu p { text-decoration: underline; text-align: center; margin-bottom: 10px; } .navbar .navbar-nav .dropdown-menu a.active, .navbar .navbar-nav .dropdown-menu a:hover, .navbar .navbar-nav .dropdown-menu a:focus { color: #6a1915; } .navbar .navbar-nav .dropdown-menu .dropdown-item { white-space: normal; } /* Einstellungen für Dropdown: Die zweite Zeile des Textes soll nicht unter das Icon rutschen, sondern bündig mit der ersten Zeile beginnen */ .dropdown-item { display: flex; align-items: flex-start; } .dropdown-item i { margin-top: 3px; } .dropdown-item span { display: inline-block; min-width: 0; word-break: break-word; } @media (max-width:1199px) { .navbar-collapse { padding: 5px 0 15px 0; max-height: calc(100vh - 100px); overflow-y: auto; } .navbar .navbar-brand img { max-height: 30px; margin: 25px 0; } .nav-item { padding: 0; margin: 0; } .navbar .navbar-nav a.nav-link { margin: 0; padding: 5px 0; font-size: 20px; line-height: 30px; text-transform: none; } .navbar .navbar-nav a.nav-link.active, .navbar .navbar-nav a.nav-link:hover, .navbar .navbar-nav a.nav-link:focus { color: #6a1915; background: none; } .navbar .navbar-nav a.nav-link::before { content: none; } .navbar .navbar-nav a.nav-link:hover::before, .navbar .navbar-nav a.nav-link.active::before { width: 0; } .navbar .navbar-nav .dropdown-menu { min-width: 100%; right: auto; left: auto; transform: none; width: 100%; padding: 0 0 0 15px; margin: 0; background-color: #fff; -webkit-box-shadow: none; box-shadow: none; } .navbar .navbar-nav .dropdown-menu a { padding: 5px 20px 5px 0; font-size: 16px; line-height: 26px; } .navbar .navbar-nav .dropdown-menu .dropdown-item { white-space: normal; } } /* Header (Unterseite) */ header.unterseite { position: relative; margin: 80px auto 0 auto; width: 100%; } header.unterseite p span.span-ueberschrift { display: inline; font-size: 70px; line-height: 80px; letter-spacing: 0; text-transform: uppercase; font-weight: 700; font-style: normal; color: #6a1915; margin: 0; } @media (max-width: 767px) { header.unterseite p span.span-ueberschrift { font-size: 45px; line-height: 55px; } } header.unterseite::before { content: ""; position: absolute; top: 0; left: 0; width: 50%; /* nur die linke Hälfte */ height: 100%; z-index: 1; } header.unterseite img.headerimage { height: 76vh; width: 100%; min-height: 500px; object-fit: cover; position: relative; z-index: 0; } header.unterseite .headerbild-inhalt { position: absolute; width: 100%; bottom: -39px; right: 0; z-index: 10; padding: 0; } header.unterseite .headerbild-inhalt .container { max-width: 700px; padding: 0; background: transparent; } header.unterseite .headerbild-inhalt h1 { color: #6a1915; } header.unterseite .headerbild-inhalt p { color: #fff; padding-top: 15px; } header.unterseite .headerbild-inhalt strong { display: inline-block; position: relative; line-height: 1; white-space: nowrap; } header.unterseite .headerbild-inhalt strong::before { content: ''; display: block; position: absolute; z-index: -1; right: -.1em; bottom: -.06em; left: -.1em; height: .450em; background-color: #6a1915; } @media (max-width: 768px) { header.unterseite img.headerimage { min-height: 320px; max-height: 320px; } header.unterseite .headerbild-inhalt { bottom: -26px; } header.unterseite .headerbild-inhalt p { font-size: 25px; line-height: 40px; } } /* Haupttext */ .haupttext { background: rgba(181,143,124,0.7); padding: 50px 0 100px 0; margin: 0; } .haupttext h1, .haupttext h2, .haupttext h3, .haupttext h4, .haupttext h5, .haupttext h6 { color: #6a1915; } .haupttext p { color: #6a1915; margin-top: 25px; } @media (max-width: 991px) { .haupttext { padding: 50px 0; margin: 0; } } /* Sonderregel Start */ .haupttext.start { padding: 100px 0; margin: 0; } /* Sonderregel Rechtliches */ .haupttext.ht-rechtliches { padding: 50px 0; margin: 0; } @media (max-width: 991px) { .haupttext.ht-rechtliches { background: #fff; padding: 25px 0; margin: 0; } } /* Namenserklärung */ .namenserklaerung { background: rgba(181,143,124,0.7); padding: 0 0 100px 0; margin: 0; } .namenserklaerung p { color: #fff; padding-top: 10px; } .namenserklaerung h2 { color: #fff; } .namenserklaerung-inner { background-color: #6a1915; padding: 25px; margin: 0; } /* Angebot mit Hintergrundbild */ .angebot-mh { background: rgba(181,143,124,0.7); padding: 0 0 100px 0; margin: 0; } .angebot-mh p { color: #6a1915; } .angebot-mh p.angebot-mh-einleitung { padding-top: 15px; } .angebot-mh .btn { background-color: #6a1915; color: #fff; border-color: #fff; margin: 10px 0 0 0; padding: 5px 15px; } .angebot-mh .btn:hover, .angebot-mh .btn:focus { background-color: #fff; color: #6a1915; border-color: #6a1915; } .angebot-mh img { height: 400px; width: 100%; object-fit: cover; } .angebot-mh-row { background-color: transparent; padding: 0 25px; } .angebot-mh-row [class^="col-"] { padding: 0 25px; } .amhr-inner { background-color: transparent; padding: 0; margin: 50px 0 0 0; } .amhr-inner.mitte-oben { margin: 150px 0 0 0; } .amhr-inner-text-oben { background-color: #fff; position: relative; padding: 25px; margin: 0 25px -100px 25px; } .amhr-inner-text-unten { background-color: #fff; position: relative; padding: 25px; margin: -100px 25px 0 25px; } @media (max-width: 1199px) { .angebot-mh-row { padding: 0 10px; } .angebot-mh-row [class^="col-"] { padding: 0; } } @media (max-width: 991px) { .angebot-mh { padding: 0; } .angebot-mh .reinertext-container { padding-bottom: 50px; } .amhr-inner { margin: 0 0 50px 0; } .amhr-inner.mitte-oben { margin: 0 0 50px 0; } .amhr-inner-text-oben { background-color: #fff; position: relative; padding: 25px; margin: -100px 25px 0 25px; } } /* Kennenlerngespräch (index.html) */ .kennenlerngespraech { position: relative; padding: 200px 0; overflow: hidden; /* ULTIMATIVER FALLBACK */ background-color: #6a1915; } .kennenlerngespraech p.kennenlern-text { color: #fff; padding: 15px 0 25px 0; } .kennenlerngespraech p span.span-ueberschrift { color: #fff; } .kennenlerngespraech .btn { background-color: #fff; color: #6a1915; border-color: #fff; margin: 0; } .kennenlerngespraech .btn:hover, .kennenlerngespraech .btn:focus { background-color: transparent; color: #fff; border-color: #fff; } /* Hintergrundbild */ .kennenlerngespraech-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; } .kennenlerngespraech-bg img { width: 100%; height: 100%; object-fit: cover; /* Fallback für alte Browser */ display: block; } /* Overlay mit Vendor-Fallbacks */ .kennenlerngespraech-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; /* Farb-Fallback */ background: #6a1915; /* Firefox alt */ background: -moz-linear-gradient( left, rgba(106,25,21,1) 0%, rgba(106,25,21,0.9) 40%, rgba(106,25,21,0.5) 60%, rgba(106,25,21,0) 70% ); /* Alte WebKit */ background: -webkit-gradient( linear, left top, right top, color-stop(0%, rgba(106,25,21,1)), color-stop(40%, rgba(106,25,21,0.9)), color-stop(60%, rgba(106,25,21,0.5)), color-stop(70%, rgba(106,25,21,0)) ); /* Neue WebKit */ background: -webkit-linear-gradient( left, rgba(106,25,21,1) 0%, rgba(106,25,21,0.9) 40%, rgba(106,25,21,0.5) 60%, rgba(106,25,21,0) 70% ); /* Opera alt */ background: -o-linear-gradient( left, rgba(106,25,21,1) 0%, rgba(106,25,21,0.9) 40%, rgba(106,25,21,0.5) 60%, rgba(106,25,21,0) 70% ); /* IE10 */ background: -ms-linear-gradient( left, rgba(106,25,21,1) 0%, rgba(106,25,21,0.9) 40%, rgba(106,25,21,0.5) 60%, rgba(106,25,21,0) 70% ); /* Standard */ background: linear-gradient( to right, rgba(106,25,21,1) 0%, rgba(106,25,21,0.9) 40%, rgba(106,25,21,0.5) 60%, rgba(106,25,21,0) 70% ); } .kennenlerngespraech .container { position: relative; z-index: 2; } @media (max-width: 991px) { .kennenlerngespraech { padding: 120px 0; } } @media (max-width: 767px) { .kennenlerngespraech-overlay { background: #fff; } .kennenlerngespraech p span.span-ueberschrift, .kennenlerngespraech p.kennenlern-text { color: #6a1915; } .kennenlerngespraech { text-align: center; } .kennenlerngespraech .btn { background-color: #6a1915; color: #fff; border-color: #6a1915; padding: 5px 15px; } .kennenlerngespraech .btn:hover, .kennenlerngespraech .btn:focus { background-color: #fff; color: #6a1915; border-color: #6a1915; } } @media (max-width: 575px) { .kennenlerngespraech { padding: 80px 0; } } /* Ansprechpartner (index.html) */ .ansprechpartner-bg { position: relative; padding-top: 100px; background: rgba(181,143,124,0.7); } .ansprechpartner { position: relative; padding: 0; margin: 0; background-color: #fff; } .ansprechpartner p { color: #6a1915; } .ansprechpartner .text-box { max-width: 660px; margin-inline: auto; padding: 0; } .ansprechpartner .image-box img { margin-top: -50px; width: 380px; max-width: 380px; height: auto; } @media (max-width: 1199px) { .ansprechpartner .image-box img { width: 380px; max-width: 380px; height: auto; } } @media (max-width: 991px) { .ansprechpartner-bg { padding-top: 0; } .ansprechpartner { padding: 25px; margin: 0 0 25px 0; text-align: center; } .ansprechpartner .image-box { width: 150px; height: 150px; margin: 0 auto; overflow: hidden; background-color: #fff; border-radius: 100%; border: 0; } .ansprechpartner .text-box { padding: 0; } .ansprechpartner .image-box img { margin: 10px 0 0 0; width: 100%; height: auto; } } @media (max-width: 767px) { .ansprechpartner .image-box { margin: 0 auto 25px auto; } } /* Kontakt */ .kontakt { background-color: transparent; padding: 0; margin: 100px 0 0 0; } @media (max-width: 991px) { .kontakt { padding: 0; margin: 50px 0 0 0; } } .kontakt img { width: 100%; height: 100%; object-fit: cover; } @media (max-width: 767px) { .kontakt img { max-height: 300px; } } .kontakt .kontakt-row { background-color: #fff; } .kontakt .kontakt-row .kontakt-row-spalte { background-color: transparent; } .kontakt .kontakt-row .inner-text { background-color: transparent; padding: 25px; } .kontakt .kontakt-row .inner-text p { margin-top: 25px; padding: 0; } .kontakt .kontakt-row .table { font-size: 18px; line-height: 25px; font-weight: 400; letter-spacing: 0; font-style: normal; color: #000; padding: 0; margin: 0; } @media (max-width: 767px) { .kontakt .kontakt-row .table { font-size: 16px; line-height: 22px; } } .kontakt .kontakt-row .table > :not(caption) > * > * { padding: 0; } /* Formular */ .formular { background-color:transparent; padding: 0; margin: 100px 0 0 0; } @media (max-width: 991px) { .formular { padding: 0; margin: 50px 0 0 0; } } .formular .container { padding: 25px; background-color: #fff; } .formular p { color: #6a1915; background-color: transparent; margin-top: 0; padding: 0; } .formular p.formular-einleitung { margin-top: 25px; } .formular .btn { background-color: #6a1915; color: #fff; border-color: #6a1915; } .formular .btn:hover, .formular .btn:focus { background-color: #fff; color: #6a1915; border-color: #6a1915; } /* Form */ .form-row { margin-top: 25px; } .form-control { padding: 10px; height: auto; font-size: 18px; line-height: 28px; font-weight: 400; letter-spacing: 0; font-style: normal; color: #6a1915; background-color: #fff; border: 1px solid #6a1915; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .form-control:focus { color: #6a1915; background-color: #fff; border: 1px solid #6a1915; -webkit-box-shadow: none; box-shadow: none; } .form-control::-moz-placeholder { color: #bdbdbd; } .form-control::placeholder { color: #bdbdbd; } .form-control:-ms-input-placeholder { color: #bdbdbd; } .form-control::-webkit-input-placeholder { color: #bdbdbd; } .form-group { margin-bottom: 15px; } label { font-weight: 700; color: #6a1915; padding: 0; margin: 0 0 5px 0; } textarea.form-control { min-height: 540px; } @media (max-width: 767px) { textarea.form-control { min-height: 510px; } } @media (max-width: 575px) { textarea.form-control { min-height: 300px; } } .form-check { padding: 5px 0 0 0; margin: 0; color: #6a1915; } /* Radio */ fieldset { border: 1px solid #6a1915; padding: 10px; margin-bottom: 15px; } .mitgliedschaft_option { display: flex; align-items: center; margin: 0; } .mitgliedschaft_radio { margin: 0; margin-right: 10px; } .mitgliedschaft_label { font-weight: 400; color: #6a1915; } .mitgliedschaft_info { margin-left: 0; color: #848484; } .mitgliedschaft_amount { width: 100px; margin: 0 5px; padding: 5px; border: 1px solid #6a1915; } /* ENDE Radio */ /* Kontoinhaber-Box */ .kontoinhaber-box { padding: 10px; margin: 10px 0 25px 0; border: 1px solid #848484; } .kontoinhaber-box > label { display: block; margin-bottom: 10px; font-weight: 400; color: #848484; } .kontoinhaber-box label { color: #848484; } .kontoinhaber-box .form-control { color: #848484; border: 1px solid #848484; } .kontoinhaber-box .form-control:focus { color: #848484; border: 1px solid #848484; } /* ENDE Kontoinhaber-Box */ /* Datenschutzhinweis Box */ .datenschutzhinweis-box { padding: 10px; margin: 10px 0 0 0; border: 1px solid #000; } .datenschutzhinweis-box .form-check { display: block; padding: 0; margin: 5px 0 0 0; position: relative; } .datenschutzhinweis-box .form-check-input { float: left; margin: 0 10px 0 0; position: relative; top: 0.2em; } .datenschutzhinweis-box .form-check-label { display: block; margin-left: 25px; font-weight: 400; color: #6a1915; } .datenschutzhinweis-box .form-check-input.is-invalid + .form-check-label { color: #6a1915 !important; } .datenschutzhinweis-box p { color: #6a1915; background-color: transparent; padding: 0; margin: 0; } .datenschutzhinweis-box a { color: #6a1915; text-decoration: none; } .datenschutzhinweis-box a:hover, .datenschutzhinweis-box a:focus { color: #6a1915; text-decoration: none; } /* ENDE Datenschutzhinweis Box */ /* Success/Error-Einstellungen */ .valid-feedback, .invalid-feedback { color: #ff0000; font-weight: 400; } .form-control.is-invalid, .form-control.is-invalid:focus { border-color: #6a1915; } .form-control.is-valid, .form-control.is-valid:focus { border-color: #6a1915; } /* ENDE Success/Error-Einstellungen */ /* Rechtliches */ .rechtliches { background-color: #fff; padding: 25px; margin: 0; } @media (max-width: 991px) { .rechtliches { padding: 0; } } .rechtliches p { color: #000; margin-top: 0; } span.rechtliches-ueberschrift { font-weight: 700; text-transform: uppercase; } span.rechtliches-abschnitt { font-size: 25px; line-height: 35px; font-weight: 700; } @media (max-width: 767px) { span.rechtliches-abschnitt { font-size: 16px; line-height: 22px; text-transform: uppercase; text-decoration: underline; } } .rechtliches ul li, .rechtliches ol li { color: #000; padding: 0; margin: 25px 0 0 20px; } .rechtliches.r-sonstiges ul li, .rechtliches.r-sonstiges ol li { color: #000; padding: 0; margin: 0 0 0 20px; } .rechtliches ul li ul, .rechtliches ol li ol { padding: 0; margin: 25px 0; } .rechtliches ul li ul li, .rechtliches ol li ol li { margin: 0 0 0 20px; } /* Ohne Style */ ul.ul-ohnestyle, li.li-ohnestyle { list-style: none; } .rechtliches ul li.li-ohnestyle, .rechtliches ol li.li-ohnestyle { margin: 25px 0 0 0; } .rechtliches ul li ul li.li-dienste, .rechtliches ol li ol li.li-dienste { margin: 25px 0 0 20px; } /* Sonderregel Sitemap */ .rechtliches.r-sitemap a { text-decoration: none; } .rechtliches.r-sitemap a:hover, .rechtliches.r-sitemap a:focus { color: #000; text-decoration: underline; outline: none; } /* Sonderregel 404 */ .rechtliches.r-404 p { margin-top: 25px; } /* Akuter Notfall */ .akuter-notfall { position: fixed; z-index: 20000; top: 105px; right: 25px; width: 100px; height: 100px; display: flex; align-items: center; justify-content: center; background-color: #6a1915; color: #ffffff; text-align: center; border-radius: 50%; text-decoration: none; } .akuter-notfall p { color:#fff; font-weight: 700; padding: 0; margin: 0; } .akuter-notfall i { margin-top: 5px; } .akuter-notfall:hover { text-decoration: none; color: #fff; } .tooltip { --bs-tooltip-color: #fff; --bs-tooltip-bg: #6a1915; --bs-tooltip-opacity: 0.9; } .tooltip-inner { max-width: 300px; text-align: left; padding: 15px; } @media (max-width: 991px) { .akuter-notfall { top:auto; right:auto; bottom:0; width:100%; height: 50px; border-radius:0; padding:0; border-radius:0; background: rgba(106,25,21,0.7); } } /* Footer */ footer { padding: 100px 0; margin: 0; color: #fff; background-color: #6a1915; } footer p { color: #fff; } footer p, footer a { margin-top: 10px; text-decoration: none; color: #fff; } span.footer-ueberschrift { display: inline; font-size: 30px; line-height: 40px; letter-spacing: 0; text-transform: none; font-weight: 700; font-style: normal; color: #fff; opacity: 0.6; padding: 0; margin: 0; } @media (max-width: 767px) { span.footer-ueberschrift { font-size: 25px; line-height: 35px; } } footer a:hover { text-decoration: underline; color: #fff; } .br-logo-spalte, .br-disclaimer, .br-kontakt, .br-sonstiges { background-color: transparent; } footer .blackbox-row { padding: 0; } footer .blackbox-row .br-logo-spalte img { max-width: 280px; height: auto; } footer .abschlussleiste { text-align: center; margin-top: 75px; } @media (max-width: 767px) { footer { padding: 50px 0; text-align: center; } footer .footer-box { margin-top: 25px; } footer .blackbox-row .br-logo-spalte img { display: block; margin: 0 auto 25px auto; } footer .abschlussleiste { margin-top: 50px; } } @media (min-width: 768px) { footer .footer-box { margin-right: 20px; } footer .br-logo-spalte { text-align: right; } } @media (min-width: 992px) { footer .footer-box { margin-right: 50px; } } @media (min-width: 1200px) { footer .footer-box { margin-right: 20px; } } @media (min-width: 1400px) { footer .footer-box { margin-right: 50px; } } /* Media-Print (Standard-Einstellungen) */ @media print { .navbar { display:none; } .blackbox { display:none; } } /* Coast CMS */ .cms .navbar { display: none !important; } .cms .index-puffer { display: none !important; } .cms .rechtliches-bg { margin: 0; } .cms #section10 { display: none !important; } /* Cookie Consent */ :root{ --cc-bg: #6a1915; --cc-bg-light: rgba(255, 255, 255, 0.2); --cc-text: #fff; --cc-border-radius: 0; --cc-btn-primary-bg: var(--cc-bg); --cc-btn-primary-text: var(--cc-text); --cc-btn-primary-hover-bg: var(--cc-bg); --cc-btn-secondary-bg: var(--cc-bg); --cc-btn-secondary-text: var(--cc-text); --cc-btn-secondary-hover-bg: var(--cc-bg); --cc-btn-border-radius: 0; --cc-toggle-bg-off: var(--cc-bg); --cc-toggle-bg-on: var(--cc-bg); --cc-toggle-bg-readonly: var(--cc-bg); --cc-toggle-knob-bg: var(--cc-text); --cc-toggle-knob-icon-color: var(--cc-text); --cc-block-text: var(--cc-text); --cc-cookie-category-block-bg: var(--cc-bg-light); --cc-cookie-category-block-bg-hover: var(--cc-bg-light); --cc-section-border: var(--cc-text); --cc-cookie-table-border: var(--cc-text); --cc-overlay-bg: rgba(0, 0, 0, .1); --cc-webkit-scrollbar-bg: var(--cc-text); --cc-webkit-scrollbar-bg-hover: var(--cc-text); } .cc_div .cc-link, .cc_div .cc-link:hover { border-color: var(--cc-text); color: var(--cc-text); } .cc_div .c-bn { border: 1px solid var(--cc-text); } #s-c-bn.c-bn { border: none; } #s-c-bn { font-size: 40px; }