/* 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 */ font-display: swap; } /* 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 */ font-display: swap; } /* arapey-regular - latin */ @font-face { font-family: 'Arapey'; font-style: normal; font-weight: 400; src: url('../fonts/arapey-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ font-display: swap; } * { margin: 0; padding: 0; outline: 0; } html, body { width: 100%; height: 100%; } body { position: relative; font-family: "IBM Plex 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: 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-family: "Arapey", "IBM Plex Sans", Helvetica, Arial, sans-serif; font-size: 30px; line-height: 40px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; font-style: normal; color: #000; padding: 120px 0 0 0; margin: -120px 0 0 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: #e0d5c8; padding: 0; margin: 0; text-decoration: none; cursor: pointer; } a:hover, a:focus { color: #e0d5c8; 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: #e0d5c8; color: #000; border-color: #e0d5c8; border-radius: 0; padding: 15px 25px; margin: 25px 0 0 0; } .btn:hover, .btn:focus { background-color: #e0d5c8; color: #000; border-color: #000; text-decoration: none; } 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; } .container { max-width: 1200px; } .container.reinertext-container { max-width: 900px; } .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: #fff; border: none; border-color: transparent; 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: 50px; width: auto; } .navbar-toggler { margin-top: -10px; padding: 0; border: none; background: transparent !important; } .navbar-toggler .icon-bar { width: 29px; height: 3px; background-color: #000; 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: #000; font-weight: 600; text-decoration: none; -webkit-transition: all .2s ease; transition: all .2s ease; padding: 5px; margin: 0 5px; } .navbar .navbar-nav a.nav-link.active, .navbar .navbar-nav a.nav-link:hover, .navbar .navbar-nav a.nav-link:focus { color: #000; background: linear-gradient(transparent, transparent 50%, #e0d5c8 0, #e0d5c8 100%, transparent 0) no-repeat; -webkit-box-decoration-break: clone; box-decoration-break: clone; } .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: #e0d5c8; 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: #e0d5c8; } .navbar .navbar-nav .dropdown-menu .dropdown-item { white-space: normal; } @media (max-width:991px) { .navbar { background: #fff; } .navbar-collapse { padding: 5px 0 15px 0; max-height: calc(100vh - 100px); overflow-y: auto; } .navbar .navbar-brand img { margin: 15px 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: #e0d5c8; 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 (startseite) */ header.startseite { position: relative; background: #e0d5c8; background-image: url("../bilder/mamor.jpg"); background-repeat: no-repeat; background-size: cover; margin: 80px 0 0 0; padding: 100px 0 300px 0; } header.startseite.unterseite { padding: 50px 0; } header.startseite .hu-textbox, header.startseite .hu-iconbox { max-width: 550px; padding: 0; margin: 0 auto; } header.startseite .hu-textbox p { font-weight: 600; color: #000; margin-top: 25px; } header.startseite .hu-iconbox p { font-weight: 600; color: #000; margin-top: 25px; text-align: center; } header.startseite .hu-iconbox .fa { color: #000; margin-bottom: 10px; } header.startseite .hu-textbox a { color: #fff; } @media (max-width: 991px) { header.startseite { padding: 50px 0; } header.startseite .hu-textbox, header.startseite .hu-iconbox { max-width: none; } } /* Icon-Leiste */ .icon-leiste { background-color: transparent; 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 { position: relative; background-color: transparent; padding: 0; margin: 0 0 50px 0; } .haupttext p { color: #000; margin-top: 25px; padding: 0; } .haupttext h1, .haupttext h2, .haupttext h3 { color: #000; } .haupttext img { width: 100%; height: 100%; object-fit: cover; } .haupttext-inner { background-color: #f8f7f4; border: 5px solid #e0d5c8; padding: 50px; margin: -200px 0 0 0; } @media (max-width: 991px) { .haupttext { padding: 0; margin: 25px 0; } .haupttext-inner { padding: 25px; margin: 0 0 0 0; } .haupttext img { margin-top: 25px; max-height: 350px; } } /* Über mich */ .ueber-mich { background-color: #e0d5c8; padding: 50px 0; margin: 0; } .ueber-mich img { width: 100%; height: 100%; object-fit: cover; } .um-row { background-color: #fff; margin-top: 25px; } .um-textbox { padding: 25px; } @media (max-width: 575px) { .ueber-mich img { max-height: 500px; } } /* Meine Leistungen */ .meine-leistungen { background-color: #000; padding: 50px 0; margin: 0; } .meine-leistungen img { width: 100%; height: 100%; object-fit: cover; } .meine-leistungen h1, .meine-leistungen h2, .meine-leistungen h3, .meine-leistungen h4, .meine-leistungen h5, .meine-leistungen h6 { color: #fff; } .ml-row { background-color: #fff; margin-top: 25px; } .ml-textbox { padding: 35px; } .ml-textbox span.leistung-ueberschrift { text-transform: uppercase; font-weight: 600; } @media (max-width: 767px) { .ml-textbox { padding: 30px 15px; } } @media (max-width: 575px) { .meine-leistungen img { max-height: 350px; } } /* Warum The Doc Coach */ .warum-wir { background-color: #e0d5c8; padding: 50px 0; margin: 0; } .warum-wir .container.ww-container { max-width: 900px; } .warum-wir p { margin-top: 25px; } .ww-row span.leistung-ueberschrift { text-transform: uppercase; font-weight: 600; } .ww-row { background-color: #000; margin-top: 25px; } .ww-row img { height: 100px; width: auto; margin-bottom: 25px; } .ww-row-textbox-weiss { padding: 25px; background-color: #fff; } .ww-row-textbox-weiss p { color: #000; margin-top: 0; } .ww-row-textbox-schwarz { padding: 25px; background-color: #000; } .ww-row-textbox-schwarz p { color: #fff; margin-top: 0; } /* Kontakt */ .kontakt { background-color: #fff; padding: 50px 0; margin: 0; } .kontakt img { width: 100%; height: 100%; object-fit: cover; } .kontakt a { color: #000; } .k-row { background-color: #e0d5c8; margin-top: 25px; } .wrap { width: 100%; height: 100%; margin: 0; position: relative; } .wrap:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(224,213,200,0.5) } .k-textbox { padding: 25px; } @media (max-width: 767px) { .k-textbox { padding: 30px 15px; } } @media (max-width: 575px) { .kontakt img { max-height: 350px; } } /* 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: #e0d5c8; margin-top: 25px; text-align: justify; } .einleitung p.ert-oben { margin: 0; } .einleitung h3 { background-color: #e0d5c8; color: #fff; } /* einleitung-kontakt */ .einleitung-kontakt { background-color: #e0d5c8; padding: 15px; margin: 0; } .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; } } /* Rechtliches */ .rechtliches { background-color: #fff; padding: 50px 0; margin: 0; } @media (max-width: 991px) { .rechtliches { padding: 25px 0; margin: 0; } } .rechtliches p, .rechtliches h1, .rechtliches h2, .rechtliches h3, .rechtliches h4, .rechtliches h5, .rechtliches h6 { font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif; letter-spacing: 0; text-transform: none; } .rechtliches p { color: #000; margin-top: 0; text-align: justify; } .rechtliches a { color: #000; text-decoration: underline; } 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: #000; padding: 0; margin: 25px 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; } /* Footer */ footer { padding: 100px 0; margin: 0; color: #fff; background-color: #000; } 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-width: 200px; 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 .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; }