/* ibm-plex-sans-regular - latin */ @font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 400; src: url('../fonts/ibm-plex-sans-v8-latin-regular.eot'); /* IE9 Compat Modes */ src: local('IBM Plex Sans Regular'), local('IBMPlexSans-Regular'), url('../fonts/ibm-plex-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ibm-plex-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ibm-plex-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/ibm-plex-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ibm-plex-sans-v8-latin-regular.svg#IBMPlexSans') format('svg'); /* Legacy iOS */ } /* ibm-plex-sans-600 - latin */ @font-face { font-family: 'IBM Plex Sans'; font-style: normal; font-weight: 600; src: url('../fonts/ibm-plex-sans-v8-latin-600.eot'); /* IE9 Compat Modes */ src: local('IBM Plex Sans Semi-bold'), local('IBMPlexSans-SemiBold'), url('../fonts/ibm-plex-sans-v8-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/ibm-plex-sans-v8-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/ibm-plex-sans-v8-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/ibm-plex-sans-v8-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/ibm-plex-sans-v8-latin-600.svg#IBMPlexSans') format('svg'); /* Legacy iOS */ } * { margin: 0; padding: 0; outline: 0; } html, body { width: 100%; height: 100%; } body { font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif; font-size: 18px; line-height: 25px; font-weight: 400; letter-spacing: 0; font-style: normal; color: #000; background: #fff; 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: 25px; 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: 600; } h1, h2, h3, h4, h5, h6 { display: inline; font-size: 30px; line-height: 55px; letter-spacing: 0; text-transform: none; font-weight: 600; font-style: normal; color: #fff; background: #08b1b8; /* scholz-türkis */ padding: 5px 10px; margin: 0; } @media (max-width: 767px) { h1, h2, h3, h4, h5, h6 { font-size: 25px; line-height: 40px; } } a { font-size: 18px; line-height: 25px; font-weight: 400; letter-spacing: 0; font-style: normal; color: #0f1a5c; /* scholz-dunkelblau */ padding: 0; margin: 0; text-decoration: none; cursor: pointer; } a:hover, a:focus { color: #0f1a5c; /* scholz-dunkelblau */ text-decoration: underline; outline: none; } @media (max-width: 767px) { a { font-size: 16px; line-height: 22px; } } img { border: none; } .btn { font-size: 16px; line-height: 16px; font-weight: 600; background-color: #fff; color: #0f1a5c; /* scholz-dunkelblau */ border-color: #0f1a5c; /* scholz-dunkelblau */ border-radius: 0; padding: 5px 10px; margin: 15px 0 0 0; } .btn:hover, .btn:focus { background-color: #0f1a5c; /* scholz-türkis */ color: #fff; border-color: #0f1a5c; /* scholz-türkis */ } ul { margin: 0; padding: 0; } ul li { font-size: 18px; line-height: 25px; letter-spacing: 0; margin: 0 0 0 20px; } @media (max-width: 767px) { ul li, ul li ul li { font-size: 16px; line-height: 22px; } } .nopadding { padding: 0 !important; margin: 0 !important; } /* Container */ .container-fluid { position: relative; max-width: 1400px; } .container-fluid.sm { max-width: 1200px; } .container-fluid.xl { max-width: 1620px; } .container-fluid, .container { padding: 0 25px; } .row { margin-left: -15px; margin-right: -15px; } .row [class^="col-"] { padding-left: 15px; padding-right: 15px; } @media (max-width: 767px) { .container-fluid.no-padding, .container.no-padding { padding: 0 !important; } } @media (min-width: 768px) { .container { padding-right: 25px; padding-left: 25px; max-width: 630px; } .container.md { max-width: 1000px; } .container.lg { max-width: 1200px; } .container.xl { max-width: 1400px; } .container.xxl { max-width: 1620px; } .container-fluid { padding-right: 25px; padding-left: 25px; } } @media (min-width: 992px) { .container { padding-right: 50px; padding-left: 50px; max-width: 760px; } .container-fluid { padding-left: 50px; padding-right: 50px; } .row { margin-left: -20px; margin-right: -20px; } .row [class^="col-"] { padding-left: 20px; padding-right: 20px; } } .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,0.95); border: none; border-color: transparent; padding: 0; margin: 0; } .navbar-nav { padding: 0; margin: 0; } .navbar .navbar-brand img { margin: 0; padding: 0; max-height: 60px; width: auto; } .navbar-toggler { margin-top: -10px; padding: 0; border: none; background: transparent !important; } .navbar-toggler .icon-bar { width: 29px; height: 3px; background-color: #0f1a5c; /* scholz-dunkelblau */ 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 { font-size: 18px; line-height: 18px; color: #0f1a5c; font-weight: 600; text-decoration: none; -webkit-transition: all .2s ease; transition: all .2s ease; padding: 5px 10px; margin: 0 10px; } .navbar .navbar-nav a.nav-link.active, .navbar .navbar-nav a.nav-link:hover, .navbar .navbar-nav a.nav-link:focus { color: #fff; /* scholz-dunkelblau */ background: #08b1b8; /* scholz-türkis */ } /* .dropdown-toggle::after { content: ""; display: inline-block; margin-left: 7px; width: 9px; height: 9px; border: none; border-bottom: 3px solid; border-right: 3px solid; -webkit-transform: rotate(45deg); transform: rotate(45deg); } */ .dropdown-toggle::after { display: none !important; } .navbar .navbar-nav .dropdown-menu { min-width: 430px; overflow: hidden; padding: 25px; margin-top: 10px; margin-left: 10px; border: none; border-radius: 0; background-color: #e6e7ee; /* helles-türkis */; -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 { padding: 5px 0; font-size: 16px; line-height: 26px; font-weight: 600; color: #0f1a5c; /* scholz-dunkelblau */ text-decoration: none; background-color: transparent; -webkit-transition: all .2s ease; transition: all .2s ease; } .navbar .navbar-nav .dropdown-menu a.active, .navbar .navbar-nav .dropdown-menu a:hover, .navbar .navbar-nav .dropdown-menu a:focus { color: #0f1a5c; /* scholz-dunkelblau */ } .navbar .navbar-nav .dropdown-menu .dropdown-item { white-space: normal; } @media (max-width:1199px) { .navbar { background: #fff; } .navbar-collapse { padding: 5px 0 15px 0; max-height: calc(100vh - 100px); overflow-y: auto; } .navbar-brand { padding-top: 10px; padding-bottom: 10px; } .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: #0f1a5c; /* scholz-dunkelblau */ background: none; } .navbar .navbar-nav .dropdown-menu { min-width: 0; 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; } } @media (max-width: 767px) { span.link-ausblenden { display: none !important; } } /* Header (Unterseite) */ header.unterseite { position: relative; background: #ceeff0; /* helles-türkis */; margin: 80px 0 50px 0; } header.unterseite img.gruppenbild { width: 100%; height: 100%; min-height: 550px; object-fit: cover; } header.unterseite .hu-textbox { max-width: 600px; padding: 0; margin: 0 auto; } header.unterseite .hu-textbox p { font-weight: 600; color: #08b1b8; /* scholz-türkis */ margin-top: 25px; } header.unterseite .hu-textbox span.h1-span { display: inline; font-size: 30px; line-height: 55px; letter-spacing: 0; text-transform: none; font-weight: 600; font-style: normal; color: #fff; background: #08b1b8; /* scholz-türkis */ padding: 5px 10px; margin: 0; } @media (max-width: 767px) { header.unterseite .hu-textbox span.h1-span { font-size: 25px; line-height: 40px; } } header.unterseite .hu-textbox h1, header.unterseite .hu-textbox h2, header.unterseite .hu-textbox span.h1-span { color: #fff; } @media (max-width: 1250px) { header.unterseite .hu-textbox h1, header.unterseite .hu-textbox h2, header.unterseite .hu-textbox span.h1-span { font-size: 25px; line-height: 50px; } } @media (max-width: 1100px) { header.unterseite .hu-textbox h1, header.unterseite .hu-textbox h2, header.unterseite .hu-textbox span.h1-span { font-size: 20px; line-height: 40px; } } @media (max-width: 991px) { header.unterseite .hu-textbox h1, header.unterseite .hu-textbox h2, header.unterseite .hu-textbox span.h1-span { font-size: 30px; line-height: 55px; } } @media (max-width: 767px) { header.unterseite .hu-textbox h1, header.unterseite .hu-textbox h2, header.unterseite .hu-textbox span.h1-span { font-size: 25px; line-height: 40px; } } header.unterseite .hu-textbox a { color: #fff; } @media (max-width: 991px) { header.unterseite { margin: 80px 0 25px 0; } header.unterseite img.gruppenbild { min-height: 0; } header.unterseite .hu-textbox { position: relative; z-index: 1000; margin: 25px auto; text-align: center; } } @media (max-width: 767px) { header.unterseite { margin: 80px -25px 25px -25px; } } /* Icon-Leiste */ .icon-leiste { background-color: #fff; padding: 0; margin: 0 0 50px 0; } .icon-leiste-row img { height: 75px; width: auto; object-fit: cover; } @media (max-width: 991px) { .icon-leiste { margin: 0 0 25px 0; } } /* Haupttext */ .haupttext { background-color: #e6e7ee; padding: 50px 0; margin: 0 0 50px 0; } .haupttext p { color: #0f1a5c; /* scholz-dunkelblau */ background-color: #fff; text-align: justify; margin-top: 25px; padding: 10px; } .haupttext a { color: #08b1b8; /* scholz-türkis */ } .haupttext h1, .haupttext h2, .haupttext h3 { background-color: #0f1a5c; /* scholz-dunkelblau */ color: #fff; } @media (max-width: 991px) { .haupttext { padding: 25px 0; margin: 0 0 25px 0; } .haupttext.h-ohnebackground h1, .haupttext.h-ohnebackground h2 { font-size: 30px; line-height: 40px; color: #0f1a5c; background: transparent; padding: 0; } } @media (max-width: 767px) { .haupttext.h-ohnebackground h1, .haupttext.h-ohnebackground h2 { font-size: 25px; line-height: 35px; } } /* Einleitung */ .einleitung { background-color: #e6e7ee; padding: 50px 0; margin: 0 0 50px 0; } .er-textbox { background-color: #fff; padding: 50px; margin: 0; } .einleitung-row { background-color: #fff; } .einleitung-row img.img-fluid { height: 100%; width: 100%; object-fit: cover; } .einleitung p { color: #0f1a5c; /* scholz-dunkelblau */ margin-top: 25px; text-align: justify; } .einleitung p.ert-oben { margin: 0; } .einleitung h3 { background-color: #0f1a5c; /* scholz-dunkelblau */ color: #fff; } /* einleitung-kontakt */ .einleitung-kontakt { background-color: #0f1a5c; padding: 15px; margin: 0; } .einleitung-kontakt.el-zusatzinfo { background-color: #08b1b8; /* scholz-türkis */ margin: 25px 0 0 0; } .einleitung-kontakt.el-zusatzinfo p { text-align: left; } .einleitung-kontakt.el-zusatzinfo a { text-decoration: underline; } .einleitung-kontakt p, .einleitung-kontakt a { color: #fff; background-color: transparent; margin: 0; } span.einleitung-kontakt-ueberschrift { text-transform: uppercase; font-weight: 600; } @media (max-width: 991px) { .einleitung { padding: 25px 0; margin: 0 0 25px 0; } .er-textbox { padding: 25px 25px 0 25px; } .ert-spalte-rechts { padding-bottom: 25px; } .einleitung-kontakt { margin-top: 25px; } } @media (max-width: 767px) { .einleitung { padding: 0; } .einleitung .container-fluid.sm { padding: 0 !important; } .er-textbox { background-color: #e6e7ee; } } /* Leistungen */ .leistungen { background: #ceeff0; /* helles-türkis */; padding: 50px 0; margin: 0 0 50px 0; } .leistungen.l-team { background: #e6e7ee; } .leistungen p { color: #08b1b8; /* scholz-türkis */ margin-top: 25px; } .leistungen.l-team p { color: #0f1a5c; } .leistungen.l-team h3 { background: #0f1a5c; } .leistungen a, .leistungen a:hover { text-decoration: none; } span.kleine-ueberschrift { display: inline; font-size: 16px; line-height: 16px; font-weight: 600; font-style: normal; color: #fff; background: #0f1a5c; /* scholz-dunkelblau */ padding: 5px 10px; margin: 0; } .leistungen .leistungen-box { margin-top: 35px; } .leistungen .leistungen-box .row { height: 100%; -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; } .leistungen .leistungen-box .row { background-color: #fff; -webkit-box-shadow: none; box-shadow: none; } .leistungen .leistungen-box img.img-fluid { height: 100%; width: 100%; object-fit: cover; } .leistungen .leistungen-box .lu-textbox { padding: 25px; } .leistungen .leistungen-box .lu-textbox p { color: #0f1a5c; /* scholz-dunkelblau */ font-weight: 600; text-transform: none; } .leistungen.l-team .leistungen-box .lu-textbox p { margin-top: 0; font-weight: 400; } @media (max-width: 991px) { .leistungen { padding: 25px 0; margin: 0 0 25px 0; } .leistungen .leistungen-box { margin-top: 25px; } } @media (max-width: 767px) { .leistungen .leistungen-box .lu-textbox { padding: 30px 20px; } } /* Ansprechpartner (index.html) */ .ansprechpartner { position: relative; padding: 0; margin: 75px 0 50px 0; background-color: #e6e7ee; } .ansprechpartner p { color: #0f1a5c; } span.ansprechpartner-ueberschrift { display: inline; font-size: 30px; line-height: 40px; letter-spacing: 0; text-transform: none; font-weight: 600; font-style: normal; color: #0f1a5c; padding: 0; margin: 0; } @media (max-width: 767px) { span.ansprechpartner-ueberschrift { font-size: 25px; line-height: 35px; } } .ansprechpartner .text-box { max-width: 660px; } @media (max-width: 991px) { .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: 3px solid #0f1a5c; } .ansprechpartner .text-box { padding: 0; } .ansprechpartner .image-box img { margin: 20px 0 0 0; width: 220px; height: auto; } } @media (max-width: 767px) { .ansprechpartner .image-box { margin: 0 auto 25px auto; } } @media (min-width: 992px) { .ansprechpartner .image-box img { margin-top: -25px; width: 380px; max-width: 380px; height: auto; } .ansprechpartner .text-box { padding: 0; } } @media (min-width: 1200px) { .ansprechpartner .image-box img { width: 450px; max-width: 450px; height: auto; } } /* Ueber uns */ .ueber-uns-vorstellung { background-color: #e6e7ee; padding: 50px 0; margin: 0 0 50px 0; } @media (max-width: 991px) { .ueber-uns-vorstellung { padding: 25px 0; margin: 0 0 25px 0; } } .ueber-uns-vorstellung img { height: 100%; width: 100%; object-fit: cover; } .ueber-uns-vorstellung p { color: #0f1a5c; margin-top: 25px; } .ueber-uns-vorstellung a { color: #fff; } .ueber-uns-vorstellung ul li, .ueber-uns-vorstellung ol li { color: #0f1a5c; } span.uuv-ueberschrift { display: inline; font-size: 30px; line-height: 40px; letter-spacing: 0; text-transform: none; font-weight: 400; font-style: normal; color: #0f1a5c; padding: 0; margin: 0; } @media (max-width: 767px) { span.uuv-ueberschrift { font-size: 25px; line-height: 35px; } } .uuv-row { background-color: #0f1a5c; padding: 0; margin: 0; } .uuv-kontakt { background-color: #0f1a5c; padding: 25px; margin: 0; } .uuv-kontakt p { color: #fff; margin-top: 0; } span.uuv-kontakt-ueberschrift { text-transform: uppercase; font-weight: 600; } /* Kontakt */ .kontakt { background-color: #e6e7ee; padding: 50px 0; margin: 0 0 50px 0; } @media (max-width: 991px) { .kontakt { padding: 25px 0; margin: 0 0 25px 0; } } .kontakt p { color: #0f1a5c; /* scholz-dunkelblau */ background-color: #fff; text-align: justify; margin-top: 25px; padding: 10px; } .kontakt h2 { background-color: #0f1a5c; /* scholz-dunkelblau */ color: #fff; } .kontakt img { width: 100%; height: 100%; object-fit: cover; border: 10px solid #fff; } .kontakt .karte-row { background-color: transparent; } .kontakt .karte-row .inner-text { background-color: #fff; padding: 25px; } @media (max-width: 767px) { .kontakt .karte-row .inner-text { background-color: #fff; padding: 10px; } } .kontakt .karte-row .inner-text p { color: #0f1a5c; /* scholz-dunkelblau */ background-color: transparent; text-align: justify; margin-top: 25px; padding: 0; } .kontakt .karte-row .table { font-size: 18px; line-height: 25px; font-weight: 400; letter-spacing: 0; font-style: normal; color: #0f1a5c; padding: 0; margin: 0; } @media (max-width: 767px) { .kontakt .karte-row .table { font-size: 16px; line-height: 22px; } } .kontakt .karte-row .table > :not(caption) > * > * { padding: 0; } .kontakt .karte-row .karte-row-urheber p { color: #0f1a5c; /* scholz-dunkelblau */ background-color: transparent; text-align: right; margin: 0; padding: 0; font-size: 16px; line-height: 22px; } .kontakt .karte-row .karte-row-urheber a { font-size: 16px; line-height: 22px; } @media (max-width: 767px) { .kontakt .karte-row .karte-row-urheber p, .kontakt .karte-row .karte-row-urheber a { font-size: 16px; line-height: 22px; } } /* Formular */ .formular { background-color: #ceeff0; padding: 50px 0; margin: 0 0 50px 0; } @media (max-width: 991px) { .formular { padding: 25px 0; margin: 0 0 25px 0; } } .formular p { color: #08b1b8; background-color: transparent; text-align: justify; margin-top: 25px; padding: 0; } .formular .btn { font-size: 16px; line-height: 16px; font-weight: 600; background-color: #08b1b8; color: #fff; border-color: #08b1b8; border-radius: 0; padding: 15px; margin: 25px 0 0 0; } .formular .btn:hover, .formular .btn:focus { background-color: #fff; color: #08b1b8; border-color: #08b1b8; } /* Form */ .form-row { margin-top: 25px; } .form-control { padding: 10px; height: auto; font-size: 18px; line-height: 25px; letter-spacing: 0; color: #08b1b8; background-color: #fff; border: 1px solid #08b1b8; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .form-control:focus, .has-success .form-control:focus, .has-error .form-control:focus { color: #08b1b8; background-color: #fff; border: 1px solid #08b1b8; -webkit-box-shadow: none; box-shadow: none; } .form-control::-moz-placeholder { color: #bdbdbd; /* Platzhalter-grau */ } .form-control::placeholder { color: #bdbdbd; /* Platzhalter-grau */ } .form-control:-ms-input-placeholder { color: #bdbdbd; /* Platzhalter-grau */ } .form-control::-webkit-input-placeholder { color: #bdbdbd; /* Platzhalter-grau */ } .form-group { margin-bottom: 15px; } label { font-weight: 600; color: #fff; background-color: #08b1b8; padding: 5px 10px; margin: 0 0 5px 0; } textarea.form-control { min-height: 353px; } .radio, .checkbox { padding: 5px 0 0 0; margin: 0; color: #08b1b8; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: 0; } /* Datenschutzhinweis Box */ .datenschutzhinweis-box { padding: 10px; margin: 10px 0 0 0; border: 1px solid #08b1b8; } .datenschutzhinweis-box .checkbox label { font-weight: 400; color: #08b1b8; background-color: transparent; padding: 0; margin: 0 0 0 25px; } .datenschutzhinweis-box p { color: #08b1b8; background-color: transparent; padding: 0; margin: 0; } .datenschutzhinweis-box a { color: #08b1b8; text-decoration: underline; border: 0; } .datenschutzhinweis-box a:hover, .datenschutzhinweis-box a:focus { color: #08b1b8; text-decoration: underline; border: 0; } /* ENDE Datenschutzhinweis Box */ /* Success/Error-Einstellungen */ .valid-feedback, .invalid-feedback { color: #08b1b8; } .was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #08b1b8; } .was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #08b1b8; } /* ENDE Success/Error-Einstellungen */ /* Rechtliches */ .rechtliches { background-color: #e6e7ee; padding: 50px 0; margin: 0 0 50px 0; } @media (max-width: 991px) { .rechtliches { padding: 25px 0; margin: 0 0 25px 0; } } .rechtliches p { color: #0f1a5c; /* scholz-dunkelblau */ margin-top: 0; text-align: justify; } .rechtliches a { text-decoration: underline; } .rechtliches h2 { background-color: #0f1a5c; /* scholz-dunkelblau */ } span.rechtliches-ueberschrift { font-weight: 600; text-transform: uppercase; } span.rechtliches-abschnitt { font-size: 25px; line-height: 35px; font-weight: 600; } @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: #0f1a5c; padding: 0; margin: 25px 0 0 20px; } .rechtliches ul li ul, .rechtliches ol li ol { padding: 0; margin: 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: #0f1a5c; /* scholz-dunkelblau */ text-decoration: underline; outline: none; } /* Sonderregel 404 */ .rechtliches.r-404 p { margin-top: 25px; } /* Doctolib */ .doctolib-link { display:block; position:fixed; z-index:20000; top:100px; right:0; width: 150px; height: auto; overflow:hidden; background-color:#107ACA; color:#ffffff; opacity:1; text-align:center; font-size:14px; line-height:1.4; font-weight: 700; border-radius:40px 0 0 40px; text-decoration:none; padding:10px; } .doctolib-link:hover { text-decoration: none; color: #fff; } .doctolib-link img { height:15px; margin-top:10px; vertical-align:middle; width:auto; } @media (max-width: 991px) { .doctolib-link { top:auto; bottom:0; width:100%; border-radius:40px 0 0 40px; padding:5px; border-radius:0; } .doctolib-link img { height:15px; margin-top:5px; vertical-align:middle; width:auto; } } /* Zahnreinigung Preise */ .zahnreinigung-preise { display:block; position:fixed; z-index:20000; top:200px; right:0; width: 150px; height: auto; overflow:hidden; background-color:#EE8080; color:#ffffff; opacity:1; text-align:center; font-size:14px; line-height:1.4; border-radius:40px 0 0 40px; text-decoration:none; padding:10px; } .zahnreinigung-preise p { font-size:14px; line-height:1.4; color:#fff; font-weight: 700; padding: 0; margin: 0; } .zahnreinigung-preise i { margin-top: 5px; } .zahnreinigung-preise:hover { text-decoration: none; color: #fff; } .tooltip { --bs-tooltip-color: #ffffff; --bs-tooltip-bg: #EE8080; --bs-tooltip-opacity: 1; } .tooltip-inner { max-width: 300px; text-align: left; padding: 15px; } @media (max-width: 991px) { .zahnreinigung-preise { top:90px; right:10px; width:125px; height: auto; border-radius: 50%; padding:15px; } } /* Footer */ footer { padding: 100px 0; margin: 0; color: #fff; background-color: #0f1a5c; /* scholz-dunkelblau */ } 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: 600; 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; } footer .blackbox-row .logo-spalte img { max-height: 80px; width: 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 .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 .logo-spalte { text-align: right; } } @media (min-width: 992px) { footer .footer-box { margin-right: 50px; } footer .blackbox-row .logo-spalte img { max-height: 80px; width: auto; } } @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; }