@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Serif'), local('Noto-Serif'),
       url('../fonts/Noto_Serif/NotoSerif-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Serif'), local('Noto-Serif'),
       url('../fonts/Noto_Serif/NotoSerif-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Serif'), local('Noto-Serif'),
       url('../fonts/Noto_Serif/NotoSerif-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Serif'), local('Noto-Serif'),
       url('../fonts/Noto_Serif/NotoSerif-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('Noto-Sans'),
       url('../fonts/Noto_Sans/NotoSans-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans'), local('Noto-Sans'),
       url('../fonts/Noto_Sans/NotoSans-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans'), local('Noto-Sans'),
       url('../fonts/Noto_Sans/NotoSans-Italic.ttf') format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans'), local('Noto-Sans'),
       url('../fonts/Noto_Sans/NotoSans-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}
body {
    font-family: "Noto Serif", "Georgia", "Lucida Bright", "Calisto MT", serif;
    color:#666;
}
h1,h2,h3,h4,h5 {
    color:#666;
}
h2 {
    font-size:1.75rem;
}
h5 {
    color:#333;
}
p {
    font-family: "Noto Sans", Verdana, sans;
}
a {
    color: #159BAA;
    font-family: "Noto Sans", Verdana, sans;
}
hr {
    background-color: #1599A9;
    height:1.5px;
}
li {
    list-style-position: inside;
}
.small, small {
    font-size: 60%;
    font-weight: 400;
}
.sd-star-color {
    color: #1599A9;    
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.sd-navigation {
    background-color: #B1B0B0;
}
.navbar {
    padding: 0rem 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color:#fff;
    font-size: 1.4rem;
    padding-left: 20px;
    padding-right: 20px;
    font-family: "Noto Serif", "Georgia", "Lucida Bright", "Calisto MT", serif;
}
.navbar-expand .navbar-nav .nav-link:hover {
    color:#333
}
.dropdown-menu {
    font-size: 1.25rem;
    color:#fff;
    background-color: #159BAA;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.dropdown-item {
    color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #1EACBC;
}
.btn {
    border-radius: 0;
}
.btn-primary {
    background-color: #159AAA;
    border-color:  #159AAA;
}
.btn-primary:hover {
    background-color: #1D8A96;
    border-color:  #1D8A96;
}
.sd-headermotiv {
    background-color: #B1B0B0;
    background-color: #eee;
}
.sd-zitatmotiv {
    background-color: #B1B0B0;
    background-image: url("../images/zitatmotiv.jpg");
}
.sd-content-light {
    background-color: #eee;
}
.sd-teaser {
    /*margin: 0.75rem;*/
    border:10px #eee solid;
    overflow: auto;
}
.bg-white:hover {
    background-color: #B1B0B0 !important;
    color:#fff;
}
.bg-white:hover > h3, .bg-white:hover p > a {
    color:#fff;
}
/*.bg-white p > .sd-more a:after {*/
.bg-white p > .sd-more:after {
    display: inline-block;
    content: "";
    margin-bottom: 0rem;
    margin-left: .5rem;
    border: .4rem solid transparent;
    border-right: 0;
    border-left-color: #159BAA;
}
.bg-white:hover p > .sd-more:after {
    display: inline-block;
    content: "";
    margin-bottom: 0rem;
    margin-left: .5rem;
    border: .4rem solid transparent;
    border-right: 0;
    border-left-color: #fff;
}
.sd-hr {
    width:80%;
}
.sd-zitat {
    padding:8.5rem;
    opacity: 0.9;
}
.sd-kontakt {
    margin-top: 2.5rem !important;
    margin-bottom: 2rem !important;
}
.sd-kontakt h5 {
    height:45px;
}
.sd-kontakt hr {
    margin-top: 0px;
}
.sd-line {
    border-top: 2px solid #eee;
}
.sd-footer {
    /*padding-top: 3rem;
    padding-bottom: 1.5rem;*/
    padding-top: 2.2rem;
    padding-bottom: 1rem;
}
.sd-footer a {
    color:#fff;
}
#sd-rating-articles h3 {
    font-family: "Noto Serif", "Georgia", "Lucida Bright", "Calisto MT", serif;
    color:#159BAA;
}
#sd-rating-articles {
    font-family: "Noto Sans", Verdana, sans;
    color:#159BAA;
}
#sd-rating-overview h3 {
    color:#999;
    border-bottom: 2px solid #159BAA;
    padding-bottom: 10px;
    margin-bottom: 20px;    
}
#sd-rating-overview h5 {
    border-bottom: 2px solid #159BAA;
    padding-bottom: 10px;
    margin-bottom: 20px;   
    color:#999;
}
#sd-rating-overview p {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
#sd-rating-overview p:last-of-type {
    border-bottom: 0px solid #ccc;
    padding-bottom: 10px;
}
#sd-rating-overview a {
    /*color: #666;*/
}
#sd-rating-overview a.btn.btn-outline-secondary:hover  {
    color:white;
}
.sd-rating-category p { 
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}    
#sd-rating-overview .sd-no-border {
    border-bottom:0;
}
#average {
    color:#d71414;
}
.sd-serif {
    font-family: "Noto Serif", "Georgia", "Lucida Bright", "Calisto MT", serif;
    color:#ccc;    
}
#sd-form {
    border:solid 2px #159BAA; 
    padding: 30px;
}
.sd-form-row {    
    border-bottom: solid 1px #ccc;
}
#sd-form .sd-no-border {
    border-bottom:0;
}
#sd-form h2, h3 {
    color: #159BAA;
}
#sd-form h2 {
    padding-bottom: 20px;
}
.btn.btn-default.btn-circle {
    border: 1px solid #159BAA;
}
.btn.btn-default.btn-circle:hover {
    background-color: #159BAA;
}
.btn.btn-default.btn-circle.active {

    background-color: #159BAA;
}

.sd-search {
    
    font-family: "Noto Sans", Verdana, sans;
}

#accordion {
    font-family: "Noto Sans", Verdana, sans;
}

#accordion .btn-link {
    width: 100%;
    color: #159BAA;
    text-align: left;    
}

#accordion .card {
    border-radius:0;
    margin-bottom: 5px;
}

#accordion .card-header {
    padding: .5rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

#accordion .rundschreiben {
    font-family: "Noto Sans", Verdana, sans;    
    width: 100%;
    padding-left:10px;
    padding-top:10px;
    text-align: center;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    min-height: 40px;
    /*padding-bottom: 10px;*/
}

#accordion .sd-link {
    margin-bottom: 10px;
}

#accordion .small, small {

    font-size: 80%;
}

.data-saved {
    font-size: 1.5rem;
}

@media (max-width: 575.98px) {

    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.35rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: .85rem;
    }
    .sd-navigation {
        background-color: #fff;
    }
    .navbar {
        padding-right: 0;
    }
    .navbar-nav {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .navbar-brand {
        margin-left: auto;
        margin-right:0;
        font-size: 1rem;
        color:#999;
    }
    .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
        border:0;
        background-color: #fff;
    }
    .sd-toggler {
        font-size: .85rem;
    }
    .navbar-collapse {
        background-color: #B1B0B0;
        margin-left: -30px;
        margin-right: -15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.25rem;
        padding-left: 40px;
    }
    .dropdown-menu {
        font-size: 1rem;
        background-color: #B1B0B0;
        margin-top: 0px;
        padding-top: 0px;
    }
    .dropdown-item {
        padding-left: 60px;
    font-family: "Noto Serif", "Georgia", "Lucida Bright", "Calisto MT", serif;
    }
    .pr-5 {
        padding-right: 1rem !important;
    }
    .sd-kontakt {
        margin-top: 2rem !important;
        margin-bottom: 3rem !important;
    }
    .sd-kontakt h5 {
        height: auto;
        margin-top: 1rem;
    }
    .sd-footer {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .sd-zitat {
        padding:1rem 1rem 1rem 1rem;
        opacity: 0.9;
    }
    
.data-saved {
    font-size: 1.25rem;
}
    
}


@media (min-width: 576px) and (max-width: 991.98px) {

    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.35rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h5 {
        font-size: 1rem;
    }
    p {
        font-size: .85rem;
    }
    .sd-navbar-container {
        max-width: none;
        padding-right: 0;
    }
    .sd-navigation {
        background-color: #fff;
    }
    .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
        border:0;
        background-color: #fff;
    }
    .navbar-collapse {
        background-color: #B1B0B0;
        margin-left: -30px;
        margin-right: -15px;

    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.25rem;
        padding-left: 40px;
    }
    .dropdown-menu {
        font-size: 1rem;
        background-color: #B1B0B0;
        margin-top: 0px;
        padding-top: 0px;
    }
    .dropdown-item {
        padding-left: 60px;
    font-family: "Noto Serif", "Georgia", "Lucida Bright", "Calisto MT", serif;
    }
    .sd-kontakt {
        margin-top: 2rem !important;
        margin-bottom: 3rem !important;
    }
    .sd-kontakt h5 {
        height: auto;
        margin-top: 1rem;
    }
    
.data-saved {
    font-size: 1.25rem;
}
    
}

@media (min-width: 768px) and (max-width: 991.98px) {

    h3 {
        font-size: 1rem;
    }
}



@media (min-width: 992px) and (max-width: 1199.98px) {

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 1.10rem;
    }
    h3 {
        font-size: 1.4rem;
    }
}

#cookies-eu-banner {
    
    font-family: "Noto Sans", Verdana, sans;        
}