/* noto-sans-regular - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'),
       url('../fonts/noto-sans-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'),
       url('../fonts/noto-sans-v7-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-sans-v7-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('NotoSerif'),
       url('../fonts/noto-serif-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-serif-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif Bold'), local('NotoSerif-Bold'),
       url('../fonts/noto-serif-v6-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/noto-serif-v6-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* merriweather-regular - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather Regular'), local('Merriweather-Regular'),
       url('../fonts/merriweather-v19-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/merriweather-v19-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-size: 16px;
    margin-bottom: 270px;
    padding-top: 80px;
    /* min-height: 2000px; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    color: #555;
}

body > div.container p {
  line-height: 1.6;
}

#to-top {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 190px;
    pointer-events: none;
}
#to-top a {
    background-color: rgba(255, 255, 255, .8);
    box-shadow: 0 0 4px 4px rgba(255, 255, 255, .8);
    padding: 0 8px;
    border-radius: 4px;
    pointer-events: all;
    display: inline-block; /* IE Fix */
}
#to-top i {
    padding-left: 6px;
    font-size: 18px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    background-color: #4a4a4a;
    color: #d6d6d6;
    padding: 30px;
    /* border-top: 1px solid #ededed; */
}
footer .name {
    font-family: 'Noto Serif', serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    /* line-height: 40px; */
    margin-bottom: 14px;
    display: block;
}
footer .details {
    line-height: 30px;
}
footer ul li {
    text-transform: uppercase;
    font-size: 15px;
}
footer ul li:last-of-type {
    padding-right: 0;
}
footer a {
    color: #d6d6d6;
}
footer a:focus,
footer a:hover {
    color: #fff;
}
footer .copyright {
    display: block;
    margin-top: 55px;
    font-size: 14px;
    color: #888;
}

/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/

.wide {
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 38%; */
    /* background-size: cover; */
    /* background-position: center; */
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    cursor: default;
    overflow: hidden;
}
.wide img {
    width: 100%;
}
.wide .container {
    margin: auto;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;

    flex-direction: column;
}
.wide h1 {
    font-family: 'Merriweather', serif;
    font-size: 56px;
    text-transform: uppercase;
    margin-top: 14px;
    color: #ca3b3b;
}
.wide h2 {
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #909093;
    font-weight: 300;
}
.wide p {
    font-size: 18px;
    color: #3c3c3c;
    width: 100%; /* IE Fix */
    max-width: 800px;
    margin: 0 auto;
}

.hamburger {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    width: 30px;
    height: 3px;
    background-color: #555;
    border-radius: 0;
}

.navbar {
    min-height: 80px;
}
.navbar-default {
    background-color: #fff;
    border-color: #dfddd8;
}
.navbar-default .navbar-brand {
    height: 80px;
    padding-top: 18px;
    padding-left: 0;
    margin-left: 0 !important;
}
.navbar-default .navbar-brand .name {
    font-family: 'Merriweather', serif;
    font-size: 24px;
    text-transform: uppercase;
    color: #ca3b3b;
    /* margin-top: 14px; */
}
.navbar-default .navbar-brand .titel {
    margin-top: 0;
    font-size: 16px;
    /* letter-spacing: 2px; */
    /* line-height: 50px; */
    color: #909093;
    font-weight: 300;
}
.navbar-default .navbar-nav {
    font-family: 'Noto Serif', serif;
}
.navbar-default .navbar-nav > li > a {
    color: #555;
    box-sizing: border-box;
    line-height: 20px;
    transition: border-color .3s ease, color .3s ease;
    border-bottom: 4px solid transparent;
    padding-bottom: 11px;
}
.navbar-default .navbar-nav > li.open > a,
.navbar-default .navbar-nav > li.open > a:focus,
.navbar-default .navbar-nav > li.open > a:hover,
.navbar-default .navbar-nav > li.open > a.active,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a.active {
    color: #ca3b3b;
    background-color: transparent;
    border-bottom: 4px solid #ca3b3b;
}
.navbar-default .navbar-nav > li > a.active {
    cursor: default;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle.active {
    cursor: pointer;
}
.navbar-default .navbar-nav > li > a.dropdown-toggle {
    /* cursor: default; */
}

.navbar-default .container {
    position: relative;
}

.navbar-collapse {
    max-height: calc(100vh - 81px) !important;
}

#top-tel {
    text-align: right;
    float: right;
    width: 50%;
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px;

}

.dropdown-menu {
    box-shadow: none;
    border-radius: 0;
    border: 0;
    padding: 0;
}
.dropdown-menu > li > a {
    color: #fff !important;
    min-height: 50px;
    line-height: 44px !important;
    font-weight: bold;
    padding: 3px 20px !important;
    transition: none;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #262626 !important;
}
.dropdown-menu > li:nth-child(1) {
    background-color: #bc3836;
}
.dropdown-menu > li:nth-child(2) {
    background-color: #a5322e;
}
.dropdown-menu > li:nth-child(3) {
    background-color: #902c26;
}
.dropdown-menu > li:nth-child(4) {
    background-color: #7c261f;
}
.dropdown-menu > li:nth-child(5) {
    background-color: #682018;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    color: #f5f5f5 !important;
    text-decoration: none;
    background-color: #262626;
}


/*--------------------------*/
/*--------------------------*/
/*--------------------------*/

a {
    text-decoration: none;
    color: #ca3b3b;
    transition: color .3s ease;
}
a:focus, a:hover {
    color: #555;
    text-decoration: none;
}
p a {
    border-bottom: 1px solid #e6e6e6;
}
input.btn,
a.btn {
    border-radius: 0;
    background-color: #ca3b3b;
    color: #fff;
    font-weight: bold;
    font-family: 'Noto Serif', serif;
    font-size: 18px;
    padding: 8px 0px;
    width: 202px;
    margin: 16px 0px;
    transition: background-color .3s ease, border-color .3s ease;
}
input.btn:focus,
input.btn:hover,
a.btn:focus,
a.btn:hover {
    background-color: #555;
    color: #fff;
}

button:focus {
    outline:0;
}

body > .container h1,
h3 {
    font-family: 'Noto Serif', serif;
    min-width: 300px;
    display: inline-block;
    border-bottom: 5px solid #e6e6e6;
    font-size: 40px;
    padding-bottom: 13px;
    margin-bottom: 29px;
    /* max-width: 100%;
    overflow-wrap: break-word;
    -ms-word-break: break-all;
        word-break: break-all;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; */
}

/*--------------------------*/
/*--------------------------*/
/*--------------------------*/

#quick-nav ul {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    font-size: 18px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
#quick-nav ul:last-child {
    margin-bottom: 70px;
}
#quick-nav ul li {
    padding: 0 15px;
}
#quick-nav i {
    font-weight: bold;
}

.lead {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
}

/* #neuigkeiten img,
#profil img {
    outline: 1px solid #aaa;
} */

#profil {
    position: relative;
}
#profil p {
    color: #555;
}
#profil h2 {
    margin-top: 40px;
    font-family: 'Noto Serif', serif;
    font-size: 22px;
    margin-bottom: 15px;
}
#profil img {
    float: right;
}
#profil img.bg {
    margin-top: -100px;
    margin-right: 0px;
}
#profil img.fg {
    margin-top: -70px;
    margin-right: 190px;
}
#profil img.alone {
    margin-top: -80px;
}
#profil .profil-title {
    font-family: 'Noto Serif', serif;
    font-size: 36px;
    color: #ca3b3b;
    margin-bottom: 0;
}
#profil .profil-desc {
    font-family: 'Noto Serif', serif;
    font-size: 24px;
    color: #ca3b3b;
    margin-bottom: 30px;
}
#profil .jahr {
    font-weight: 600;
}
#profil .cv .row {
    margin-bottom: 20px;
}

#profil + #neuigkeiten {
    margin-top: 100px;
    margin-bottom: 100px;
}

#profil ul.schwerpunkte {

}

#profil ul.schwerpunkte {
    padding-left: 0px;
    margin-bottom: 20px;
    display: table;
}
#profil ul.schwerpunkte li {
    line-height: 32px;
    display: table-row;
}
#profil ul.schwerpunkte li::before {
    content: "\25CF";
    display: table-cell;
    text-align: right;
    padding-right: 12px;
    color: #ca3b3b;
}
#profil ul.schwerpunkte li ul {
    padding-left: 20px;
    margin-bottom: 4px;
}
#profil ul.schwerpunkte li ul li {
    line-height: 26px;
}
#profil ul.schwerpunkte li ul li::before {
    content: "\2013";
    font-weight: bold;
}

div.cv {
  padding-top: 3px;
}


#neuigkeiten div[class*="col-"] {
    /* border: 1px solid red; */
}
#neuigkeiten .datum span {
    display: block;
    text-align: center;
    width: 80%;
    margin: auto;
}
#neuigkeiten .datum hr {
    display: block;
    text-align: center;
    width: 60%;
    margin: 2px auto 10px auto;
    border-top: 1px solid #d5d5d5;
}
#neuigkeiten .tag {
    display: block;
    text-align: center;
    color: #dcdcdc;
    font-weight: bold;
    font-size: 60px;
    line-height: 60px;
}
#neuigkeiten .monat,
#neuigkeiten .jahr {
    color: #888;
    font-size: 18px;
    font-weight: 400;
}
#neuigkeiten .page-header {
    margin-bottom: 30px;
}
#neuigkeiten h4 {
    margin-top: 0;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 14px;
}
#neuigkeiten .row.article {
    padding: 20px 0;
    /* border-bottom: 1px solid #ededed; */
}
#neuigkeiten .row:first-of-type,
#neuigkeiten .row:last-of-type {
    padding: 0;
    border: none;
}
#neuigkeiten .desc {
    line-height: 24px;
    margin: 0 0 10px;
}
#neuigkeiten .weiter {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
}
#neuigkeiten .mf-related {
    display: none;
}
#neuigkeiten .news-img {
    width: 100%;
    height: 140px;
    background-size: cover;
    background-position: center;
}
#neuigkeiten .visible-xs .news-img {
    margin-bottom: 40px;
}
#neuigkeiten .rss-copy {
    text-align: right;
    float: right;
    margin-top: 16px;
    color: #aaa;
    font-size: 14px;
}

#leistungen .sidebar {
    margin-top: -80px;
}
#leistungen .sidebar h4,
#infos .sidebar h4{
    font-family: 'Noto Serif', serif;
    font-size: 21px;
}
#leistungen .sidebar h4:last-of-type {
    margin-top: 80px;
}
#leistungen .sidebar .info a {
    line-height: 40px;
}
#leistungen .sidebar .info a i {
    padding-right: 4px;
}
#leistungen .sidebar .info span {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    color: #ca3b3b;
    line-height: 40px;
}
#leistungen .sidebar ul.mehr {
    list-style: none;
    padding: 0;
    font-weight: 600;
    display: table;
}
#leistungen .sidebar ul.mehr li {
    display: table;
    margin: 10px 0;
}
#leistungen .sidebar ul.mehr li::before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    display: table-cell;
    font-weight: 600;
    color: #ca3b3b;
}
#leistungen .sidebar ul.mehr i {
    padding-right: 10px;
    font-weight: 600;
}
#leistungen h5{
    font-size: 20px;
    font-weight: 600;
    margin-top: 34px;
    margin-bottom: 14px;
}
#leistungen ul.angebot {
    padding-left: 0px;
    margin-bottom: 20px;
    display: table;
}
#leistungen ul.angebot li {
    line-height: 32px;
    display: table-row;
}
#leistungen ul.angebot li::before {
    content: "\25CF";
    display: table-cell;
    text-align: right;
    padding-right: 12px;
    color: #ca3b3b;
}
#leistungen ul.angebot li ul {
    padding-left: 20px;
    margin-bottom: 4px;
}
#leistungen ul.angebot li ul li {
    line-height: 26px;
}
#leistungen ul.angebot li ul li::before {
    content: "\2013";
    font-weight: bold;

}

#kontakt .alert {
    margin: 14px 0 36px 0;
}

#kontakt form textarea,
#kontakt form input[type=text],
#kontakt form input[type=email] {
    background-color: #fcfcfd;
    border: 1px solid #e6e6e6;
    display: block;
    width: 100%;
    padding: 12px;
    line-height: 24px;
    margin-bottom: 20px;

    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: none;
}
#kontakt form input[type=text],
#kontakt form input[type=email] {
    height: 50px;
}
#kontakt form textarea {
    resize: vertical;
    height: 142px;
    min-height: 50px;
}
#kontakt form label {
    display: block;
    width: 100%;
    font-weight: normal;
}
#kontakt form label {
    cursor: pointer;
}
#kontakt form input.btn{
    margin-top: 20px;
}

#kontakt .sidebar .info {
    margin-top: 16px;
}
#kontakt .sidebar .info a i {
    padding-right: 4px;
}
#infos .sidebar .info span ,
#kontakt .sidebar .info span {
    font-family: 'Noto Serif', serif;
    font-weight: bold;
    color: #ca3b3b;
    line-height: 40px;
}

#map {
    position: relative;
    width: 100%;
    height: 500px;
    bottom: -110px;
    background-color: #eee;
}

#map .gm-style-pbc {
    z-index: 128 !important;
}

#map .gm-bundled-control {
    bottom: auto !important;
}

#map .infobox h4 {
    /* font-family: 'Noto Serif', serif; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
    /* text-transform: uppercase; */
}
#map .infobox div{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 0;
}
#map .infobox a {
    width: 44px;
    height: 44px;
    display: inline-block;
    background-image: url("/img/route4.png");
    border-radius: 50%;
    border:  10px solid #ca3b3b;
    margin: 6px 0;
}
#map .infobox a:focus,
#map .infobox a:hover {
    border-color: #555;
}
#map .gm-style-iw {
    margin: 0 11px;
    margin-top: -4px;
    /* width: calc(100% + 40px) !important; */
    /* text-align: center; */
    /* left: 0 !important; */
    /* top: 6px !important; */
}
#map .gm-style-iw + div,
#map .gm-style-iw + div + img {
    display: none;
}

#infos ul.links {
    padding-left: 0px;
    margin-bottom: 20px;
    display: table;
}
#infos ul.links li {
    line-height: 32px;
    display: table-row;
}
#infos ul.links li::before {
    content: "\25CF";
    display: table-cell;
    text-align: right;
    padding-right: 12px;
    color: #ca3b3b;
}
#infos ul.links li ul {
    padding-left: 20px;
    margin-bottom: 4px;
}
#infos ul.links li ul li {
    line-height: 26px;
}
#infos ul.links li ul li::before {
    content: "\2013";
    font-weight: bold;
}

table.oeffnungszeiten td {
    padding-right: 10px;
}

#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #ca3b3b !important;
    border-color: #ca3b3b !important;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonCustomize, #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    border-color: #ca3b3b !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.active {
    color: #ca3b3b !important;
    border-color: #ca3b3b !important;
}

#CybotCookiebotDialogTabContent input:checked+.CybotCookiebotDialogBodyLevelButtonSlider {
    background-color: #ca3b3b !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:hover, #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:hover, #CybotCookiebotDialogBodyLevelButtonsSelectPane label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]) .CybotCookiebotDialogBodyLevelButtonDescription:hover, #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider:not(.CybotCookiebotDialogDetailBodyContentCookieInfoCount):hover,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText a, #CybotCookiebotDialog #CybotCookiebotDialogBodyLevelButtonIABHeaderViewPartnersLink, #CybotCookiebotDialog #CybotCookiebotDialogDetailBulkConsentList dt a, #CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a, #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonIABDescription a, #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink, #CybotCookiebotDialogDetailBodyContentTextAbout a {
    color: #ca3b3b !important;
}

.datenschutz h4 {
    font-size: 22px;
    margin-top: 30px;
}

.datenschutz h2 {
    margin-top: 50px;
}

.datenschutz h1 + h2 {
    margin-top: 20px;
}