@import url('https://fonts.verwaltungsportal.de/css/?family=Comfortaa:300,400,700%7CPatrick+Hand:400');

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #fceeda;
}

body {
    font-family: "Comfortaa", sans-serif;
    font-weight: 400;
    color: #191919;
    background: #fff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
    box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

a {
    color: #d51515;
}

a:hover,
a:focus {
    color: #d51515;
}

main a,
b,
strong {
    font-weight: 700;
}

#overflow {
    overflow: clip;
}

/* #region --------------------------------------- logo ----------------------------------------- */

#logo {
    display: inline-block;
}

#logo img {
    display: block;
}

@media (max-width: 991px) {
    #logo {
        margin: 15px 0;
    }

    #logo img {
        max-width: 210px;
        width: 100%;
    }

    #logo .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

/* #endregion ----------------------------------- logo ------------------------------------------ */

/* #region -------------------------------------- topbar ---------------------------------------- */

#topbar {
    font-size: 0.875rem;
    background: #f0efef;
}

#topbar>.row>* {
    padding-top: 24px;
    padding-bottom: 24px;
}

@media (min-width: 992px) {
    #topbar>.row>* {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

/* topbar contact */

#topbar-contact,
#topbar-contact::before {
    background: #d51515;
}

@media (max-width: 767px) {
    #topbar-contact {
        border-top: 2px solid #fff;
        position: fixed;
        z-index: 99;
        left: 0;
        bottom: 0;
        right: 0;
    }
}

#topbar-contact::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60vw;
    right: 0;
}

#topbar-contact>*,
#topbar-contact+* {
    position: relative;
    z-index: 1;
}

#topbar-contact,
#topbar-contact :is(h1, h2, h3, h4, h5, h6, a) {
    color: #fff;
}

#phone-tab,
#mail-tab {
    padding-top: 30px;
    display: block;
    min-height: 20px;
    min-width: 42px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 24px;
    margin-right: 30px;
}

@media (min-width: 576px) {
    #phone-tab,
    #mail-tab {
        padding-top: 0;
        background-position: center left;
    }
}

/* social-media */

#social-media img {
    vertical-align: middle
}

#social-media img+img,
#social-media a+a {
    margin-left: 8px;
}

/* search */

#search {
    height: 33px;
    background: #766e6b;
    display: inline-block;
    position: relative;
    border-radius: 50px;
}
#search_input {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 33px;
    padding-left: 10px;
    padding-right: 43px;
    height: 33px;
    width: 100%;
}
#search_submit {
    width: 33px;
    background: url('../img/suche-icon.png') center no-repeat;
    padding: 0;
    cursor: pointer;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 0;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#search_input::-ms-input-placeholder {
    color: #fff !important;
}
#search_input::-webkit-input-placeholder {
    color: #fff !important;
}
#search_input::-moz-placeholder {
    opacity: 1;
}
#search_input:-moz-placeholder {
    opacity: 1;
}

/* #endregion -------------------------------------- topbar ---------------------------------------- */

/* #region ------------------------------------ navigation -------------------------------------- */

/* burgermenu for tablet */

@media (max-width: 991px) {
    #menu {
        position: static !important;
    }

    #burgerButton {
        font-size: 0;
        display: block;
        height: 50px;
        width: 60px;
        border-radius: 6px;
        padding: 6px 8px;
        cursor: pointer;
        background: #fff;
        border: none !important;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
    }

    #burgerButtonInner2,
    #burgerButton:after,
    #burgerButtonInner {
        background-color: #d51515;
        border-radius: 2px;
        position: absolute;
        width: 40px;
        height: 3px;
        left: 10px;
        transition: transform 200ms linear, opacity 200ms linear;
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    #burgerButton[aria-expanded="true"] #burgerButtonInner2 {
        opacity: 0;
    }

    #burgerButton[aria-expanded="true"]:after {
        -webkit-transform: rotate(45deg) translate(-4px, -6px);
        transform: rotate(45deg) translate(-4px, -6px);
    }

    #burgerButtonInner {
        top: 16px;
    }

    #burgerButtonInner2 {
        top: 24px;
    }

    #burgerButton:after {
        top: 32px;
        content: "";
        display: block;
    }

    .navbar-nav {
        padding: 20px 10px;
    }

    .navbar-collapse {
        top: 0;
        background: #fff;
        position: fixed;
        left: -100%;
        bottom: 0;
        z-index: 100;
        height: auto !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
        overflow-y: auto;
        transition: left 300ms linear, opacity 300ms linear;
    }

    .navbar-collapse[aria-expanded="true"],
    .navbar-collapse.in {
        left: 0;
        opacity: 1;
        pointer-events: auto;
    }

    .navbar-header {
        position: fixed;
        top: 15px;
        right: 15px;
        z-index: 101;
        transition: top 300ms linear;
    }

    .navbar-toggle::before {
        content: "";
        opacity: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        z-index: -1;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        transition: width 300ms linear, opacity 300ms linear;
    }

    .navbar-toggle[aria-expanded="true"]::before {
        opacity: 1;
        width: 90px;
    }

    .dropdown-toggle-button-wrapper {
        top: 8px;
        right: 0;
    }

    .dropdown-toggle-button-wrapper2 {
        top: 2px;
        right: 0;
    }
}

@media (min-width: 575px) and (max-width: 991px) {
    .navbar-collapse {
        width: 60%;
    }

    .navbar-collapse.collapse.in:after,
    .navbar-toggle[aria-expanded="true"]::before {
        width: 40%;
    }
}

/* menu desktop */

@media (min-width: 992px) {
    #menu-sticky-wrapper {
        position: absolute;
        left: 0;
        right: 0;
    }

    #menu {
        transition: background 300ms linear, box-shadow 300ms linear;
    }

    .is-sticky #menu,
    #menu-bg,
    #menu-bg::before {
        background: #fff;
    }

    .is-sticky #menu {
        left: auto !important;
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.12);
    }

    #menu-bg>.row {
        min-height: 100px;
        position: relative;
        padding: 15px 0 14px 15px;
    }

    #menu-bg::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50vw;
        right: calc(-50vw + 15px);
    }

    .is-sticky #menu-bg::before {
        display: none;
    }

    #menu-bg :is(.navbar-default, #myNavbar, .navbar-nav, [class*="toplevel"]) {
        height: 100% !important;
    }

    #headerpic :is(.sticky-wrapper, #menu) {
        z-index: 101;
    }

    nav.horizontally .navbar-nav {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .is-sticky nav.horizontally .navbar-nav {
        border-top: none;
    }

    nav.horizontally li[class*="toplevel"]>.dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
    }

    nav.horizontally li[class*="secondlevel"]>.dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0;
    }

    nav.horizontally :is([class*="toplevel"], [class*="secondlevel"]) {
        position: relative;
    }

    .navbar-default .navbar-nav li :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
        display: block !important;
        pointer-events: none;
        opacity: 0;
        transition: opacity 300ms linear;
    }

    .navbar-default :is(.open>.dropdown-menu, .navbar-nav li[class*="toplevel"]:hover>ul, .navbar-nav li[class*="secondlevel"]:hover>ul, .navbar-nav li[class*="secondlevel"]>ul[style*="block"]) {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .navbar-nav :is(li[class*="toplevel"]:focus-within>ul, li[class*="secondlevel"]:focus-within>ul) {
        pointer-events: auto !important;
        opacity: 1 !important;
    }

    .navbar-default .nav .open>.dropdown-menu {
        pointer-events: none !important;
        opacity: 0 !important;
    }

    .navbar-default .navbar-nav :is(li[class*="toplevel"]:hover>ul, li[class*="secondlevel"]:hover>ul) {
        z-index: 1003;
    }
}

@media (min-width: 1200px) {
    #menu-bg>.row {
        padding-left: 30px;
    }
}

/* ---------------------------------------------- toplevel ---------------------------------------------- */

.navbar-default li[class*="toplevel"]>a {
    color: #1f1f1f;
    font-weight: 400;
    text-align: left;
    padding: 14px 5px;
    position: relative;
    font-size: 21px;
    line-height: 1.2;
    text-decoration: none;
    transition: border 300ms linear;
    font-family: "Patrick Hand", cursive;
}

@media (max-width: 991px) {
    nav.horizontally li[class*="toplevel"]+li {
        margin-top: 2px;
    }

    nav.horizontally li[class*="toplevel"]>a.dropdown-toggle {
        padding-right: 35px;
    }
}

@media (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        padding: 10px 0;
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100%;
    }

    .navbar-default li[class*="toplevel"]+li {
        margin-left: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-default li[class*="toplevel"]>a {
        font-size: 14px;
    }

    .navbar-default li[class*="toplevel"]+li {
        margin-left: 10px;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 992px) {
    .navbar-default li[class*="toplevel"]>a {
        display: block;
    }
}

/* -------------------------------------------- toplevel-over ------------------------------------------- */

.navbar-default li[class*="toplevel"]:hover>a,
.navbar-default li[class*="toplevel"]>a:hover,
.navbar-default li[class*="toplevel"]>a:focus,
.navbar-default li[class*="toplevel"].open>a,
.navbar-default li[class*="toplevel"].open>a:hover,
.navbar-default li[class*="toplevel"].open>a:focus,
.navbar-default li[class*="toplevel"][class*="_over"]>a,
.navbar-default li[class*="toplevel"][class*="_over"]>a:hover,
.navbar-default li[class*="toplevel"][class*="_over"]>a:focus {
    color: #d51515;
}

.navbar-default li[class*="toplevel"]:focus-within>a {
    color: #d51515;
}

/* -------------------------------------- secondlevel + thirdlevel dropdown-box -------------------------------------- */

.navbar-default :is([class*="toplevel"]>ul, [class*="secondlevel"]>ul) {
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}

@media(min-width: 992px) {
    .navbar-default :is(li[class*="toplevel"]>ul, li[class*="secondlevel"]>ul) {
        padding: 18px 0;
    }

    .navbar-default li[class*="toplevel"]>ul {
        margin-top: 25px;
    }

    .navbar-default li[class*="secondlevel"]>ul {
        margin-top: -18px;
        margin-left: 10px;
    }

    .navbar-default li[class*="toplevel"]>ul::before,
    .navbar-default li[class*="secondlevel"]>ul::before {
        content: "";
        position: absolute;
        display: block;
    }

    .navbar-default li[class*="toplevel"]>ul::before {
        height: 27px;
        left: 0;
        right: 0;
        top: -27px;
    }

    .navbar-default li[class*="secondlevel"]>ul::before {
        width: 12px;
        top: 0;
        bottom: 0;
        left: -12px;
    }
}

/* --------------------------------------------- secondlevel + thirdlevel -------------------------------------------- */

.navbar-default :is(li[class*="secondlevel"]>a, li[class*="thirdlevel"]>a) {
    color: #404040;
    text-align: left;
    font-size: 1rem;
    font-weight: 400;
    padding: 8px 20px 8px 40px;
    line-height: 1.2;
    text-decoration: none;
    position: relative;
}

@media(max-width: 991px) {
    .navbar-default :is(li[class*="secondlevel"]>a, li[class*="thirdlevel"]>a) {
        padding-left: 20px;
    }

    nav.horizontally li[class*="secondlevel"]>a.dropdown-toggle2 {
        padding-right: 35px;
    }
}

.navbar-default li[class*="secondlevel"]>a::after,
.navbar-default li[class*="thirdlevel"]>a::after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: 25px;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffcc66;
    transition: opacity 300ms linear;
}

@media(max-width: 991px) {

    .navbar-default li[class*="secondlevel"]>a::after,
    .navbar-default li[class*="thirdlevel"]>a::after {
        left: 0;
    }
}

/* ------------------------------------------ secondlevel + thirdlevel over ------------------------------------------ */
.navbar-default li[class*="secondlevel"]:hover>a,
.navbar-default li[class*="secondlevel"]>a:hover,
.navbar-default li[class*="secondlevel"]>a:focus,
.navbar-default li[class*="secondlevel"].open>a,
.navbar-default li[class*="secondlevel"].open>a:hover,
.navbar-default li[class*="secondlevel"].open>a:focus,
.navbar-default li[class*="secondlevel"][class*="_over"]>a,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:hover,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:focus,
.navbar-default li[class*="thirdlevel"]:hover>a,
.navbar-default li[class*="thirdlevel"]>a:hover,
.navbar-default li[class*="thirdlevel"]>a:focus,
.navbar-default li[class*="thirdlevel"].open>a,
.navbar-default li[class*="thirdlevel"].open>a:hover,
.navbar-default li[class*="thirdlevel"].open>a:focus,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:hover,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:focus {
    color: #d51515;
}

.navbar-default li[class*="secondlevel"]:focus-within>a,
.navbar-default li[class*="thirdlevel"]:focus-within>a {
    color: #d51515;
}


.navbar-default li[class*="secondlevel"]:hover>a::after,
.navbar-default li[class*="secondlevel"]>a:hover::after,
.navbar-default li[class*="secondlevel"]>a:focus::after,
.navbar-default li[class*="secondlevel"].open>a::after,
.navbar-default li[class*="secondlevel"].open>a:hover::after,
.navbar-default li[class*="secondlevel"].open>a:focus::after,
.navbar-default li[class*="secondlevel"][class*="_over"]>a::after,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:hover::after,
.navbar-default li[class*="secondlevel"][class*="_over"]>a:focus::after,
.navbar-default li[class*="thirdlevel"]:hover>a::after,
.navbar-default li[class*="thirdlevel"]>a:hover::after,
.navbar-default li[class*="thirdlevel"]>a:focus::after,
.navbar-default li[class*="thirdlevel"].open>a::after,
.navbar-default li[class*="thirdlevel"].open>a:hover::after,
.navbar-default li[class*="thirdlevel"].open>a:focus::after,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a::after,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:hover::after,
.navbar-default li[class*="thirdlevel"][class*="_over"]>a:focus::after {
    opacity: 1;
}

.navbar-default li[class*="secondlevel"]:focus-within>a::after,
.navbar-default li[class*="thirdlevel"]:focus-within>a::after {
    opacity: 1;
}

/* #endregion -------------------------------- navigation --------------------------------------- */

/* #region ------------------------------------- resp-gaps -------------------------------------- */

#tabs>.row,
#blog>.row,
#blog .tab_link_entries,
#feedback>.row {
    row-gap: 30px;
}

#footer>.row {
    row-gap: 40px;
}

/* #endregion ---------------------------------- resp-gaps -------------------------------------- */

/* #region -------------------------------------- header ---------------------------------------- */

@media (min-width: 992px) {
    header {
        position: relative;
    }
}

/* header text */

#header-text {
    position: relative;
    z-index: 10;
    padding-top: clamp(40px, 16vw, 285px);
    padding-bottom: clamp(40px, 12vw, 185px);
}

@media (min-width: 992px) {
    #header-text {
        padding-top: clamp(40px, 20vw, 285px);
        padding-right: clamp(30px, 4vw, 55px);
    }
}

body:not(.index) #header-text {
    padding-top: clamp(40px, 16vw, 225px);
    padding-bottom: clamp(40px, 12vw, 125px);
}

body:not(.index) #headerpic p {
    display: none;
}

#header-text,
#header-text::before {
    background-color: #ffcc66;
    border-bottom-right-radius: clamp(100px, 20vw, 300px);
}

#header-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    right: 0;
}

@media (min-width: 992px) {
    #header-text::before {
        width: 965px;
        background-image: url('../img/header-welle.png');
        background-position: top left;
        background-repeat: no-repeat;
    }
}

#header-text>* {
    position: relative;
    z-index: 1;
}

#header-text :is(b, strong) {
    font-size: 1.25rem;
}

#header-text :is(b, strong),
#header-text :is(h1, h2, h3, h4, h5, h6) :is(i, em) {
    color: #0144cb;
}

#header-text :is(h1, h2, h3, h4, h5, h6),
#header-text :is(h1, h2, h3, h4, h5, h6) :is(b, strong) {
    color: #1f1f1f;
}

#header-text :is(h1, h2, h3, h4, h5, h6) :is(b, strong) {
    font-size: inherit;
}

/* banner */

#headerpic,
#slider {
    overflow: hidden;
    position: relative;
}

#slider {
    height: 100%;
}

.slider-wrapper {
    height: 300px !important;
}

@media (max-width: 767px) {
    body:not(.index) .slider-wrapper {
        display: none;
    }
}

@media (min-width: 768px) {
    .slider-wrapper {
        position: absolute !important;
        top: 0;
        left: calc(58% - 38px);
        bottom: 100px;
        right: 0;
        height: auto !important;
    }

    #headerpic a.nivo-prevNav {
        left: 55px;
    }
}

@media (min-width: 992px) {
    #headerpic a.nivo-prevNav {
        left: 130px;
    }

    #headerpic a.nivo-nextNav {
        right: 65px;
    }

    .slider-wrapper {
        top: 100px;
        left: calc(50% - 76px);
    }
}

@media (min-width: 1400px) {
    #headerpic::before {
        content: '';
    display: block;
    position: absolute;
    top: 30px;
    left: 38px;
    height: 602px;
    width: 191px;
    background: url('../img/musiknote-header.png') no-repeat; 
    background-size: 9vw;
    z-index: 18;
    }
}

.slider-mask {
    display: none;
}

#headerpic .nivo-main-image {
    min-height: 100% !important;
}

#header-text i,
#header-text em {
    padding-left: 50px;
    color: #0144cb;
    font-size: 1.875rem;
    font-family: "Patrick Hand", cursive;
    font-style: normal;
    position: relative;

}

#header-text i::before,
#header-text em::before {
    content: "";
    display: block;
    width: clamp(20px, 2vw, 50px);
    flex-shrink: 0;
    height: 1px;
    top: 50%;
    background: #0144cb;
    position: absolute;
}

#header-text i::before,
#header-text em::before {
    margin-right: 15px;
}

/* #endregion ----------------------------------- header ---------------------------------------- */

/* #region --------------------------------------- tabs ----------------------------------------- */

#tabs {
    padding: clamp(40px, 10vw, 85px) 0;
    background: url('../img/tabs-bg.png') bottom -70px right no-repeat;
}

@media (min-width: 1200px) {
    #tabs {
        background-size: 100% auto;
        background-position: bottom right;
    }
}

#tabs .tab {
    height: 100%;
    min-height: 100%;
    font-size: 1rem;
    padding: 30px;
    background: #fff;
    border-bottom-right-radius: 60px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
}

#tabs .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #1f1f1f;
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
}

#tabs .tab img {
    display: block;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin: -30px -30px 38px -30px;
}

/* #endregion ------------------------------------ tabs ----------------------------------------- */

/* ---------------------------------------------- content --------------------------------------- */

#content-area {
    text-align: left;
    padding: clamp(40px, 4vw, 50px) 0 clamp(40px, 10vw, 90px) 0;
}

/* #region -------------------------------------- service --------------------------------------- */

#service {
    background: url('../img/service-welle.png') bottom -20px right no-repeat;
}

@media (min-width: 768px) {
    #service {
        background-size: clamp(20%, 30vw, 544px);
    }
}

#service .img::before {
    content: "";
    display: block;
    position: absolute;
    top: clamp(40px, 10vw, 80px);
    bottom: clamp(20px, 4vw, 50px);
    left: clamp(-365px, -20vw, -100px);
    right: 50%;
    background: url('../img/service-bg.png') center left / 100% auto no-repeat;
}

#service .banner {
    position: relative;
    z-index: 1;
    border-radius: 300px;
    overflow: hidden;
    height: 100%;
    min-height: 100%;
}

@media (max-width: 991px) {
    #service .banner {
        max-width: 400px;
        margin: 0 auto;
    }
}

#service .banner img {
    display: block;
    object-fit: cover;
    height: 100%;
}

#service .tab {
    padding-top: clamp(40px, 10vw, 80px);
    padding-bottom: clamp(40px, 10vw, 90px);
}

@media (min-width: 992px) {
    #service .img {
        padding-right: 0;
    }

    #service .tab {
        padding-left: clamp(30px, 4vw, 60px);
    }
}

#service ul {
    padding-left: 30px;
    margin: clamp(15px, 4vw, 30px) 0 clamp(15px, 4vw, 40px) 0;
}

#service ul li+li {
    border-top: 1px solid rgba(47, 28, 42, 0.2);
}

#service ul li {
    padding: 14px 0;
    background: transparent;
}

#service ul li::before {
    top: 18px;
    left: -30px;
    width: 18px;
    height: 18px;
    opacity: 1;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.957' height='15.4' viewBox='0 0 13.957 15.4'%3E%3Cpath id='psychology_FILL0_wght400_GRAD0_opsz48' d='M22.3,27.1l.1,1.5a.9.9,0,0,0,.25.5.678.678,0,0,0,.5.2h1.6a.678.678,0,0,0,.5-.2.9.9,0,0,0,.25-.5l.1-1.5a3.081,3.081,0,0,0,1.125-.425,5.087,5.087,0,0,0,.925-.725l1.5.5a.65.65,0,0,0,.5,0,.812.812,0,0,0,.4-.35l.75-1.3a.8.8,0,0,0,.125-.5.662.662,0,0,0-.275-.45l-1-.8a4.33,4.33,0,0,0,0-2.9l1-.8a.662.662,0,0,0,.275-.45.8.8,0,0,0-.125-.5l-.75-1.3a.812.812,0,0,0-.4-.35.65.65,0,0,0-.5,0l-1.5.5a4.126,4.126,0,0,0-.95-.7,5.1,5.1,0,0,0-1.1-.45l-.1-1.5a.9.9,0,0,0-.25-.5.678.678,0,0,0-.5-.2h-1.6a.678.678,0,0,0-.5.2.9.9,0,0,0-.25.5l-.1,1.5a5.1,5.1,0,0,0-1.1.45,4.126,4.126,0,0,0-.95.7l-1.5-.5a.65.65,0,0,0-.5,0,.812.812,0,0,0-.4.35l-.75,1.3a.8.8,0,0,0-.125.5.662.662,0,0,0,.275.45l1,.8a4.33,4.33,0,0,0,0,2.9l-1,.8a.662.662,0,0,0-.275.45.8.8,0,0,0,.125.5l.75,1.3a.812.812,0,0,0,.4.35.65.65,0,0,0,.5,0l1.5-.5a5.087,5.087,0,0,0,.925.725A3.081,3.081,0,0,0,22.3,27.1Zm1.65-2a3.5,3.5,0,0,1-2.475-5.975,3.5,3.5,0,0,1,4.95,4.95A3.372,3.372,0,0,1,23.95,25.1ZM24.85,25.5Z' transform='translate(-16.971 -13.9)' fill='%23700b55'/%3E%3C/svg%3E%0A") center / 15px auto no-repeat;
}

/* ------------------------------------------------ 12ev events ----------------------------------------------- */

.events {
    background-color: #f9f9f9;
    padding: 0px 0px 20px 0px;
    color: #444444;
    font-size: 1rem;
    position: relative;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    border-bottom-right-radius: 50px;
}

@media (max-width: 767px) {
    .events {
        margin-top: 40px;
    }
}

.events .tabHeadline {
    background: #fff;
    color: #0144cb;
    font-size: clamp(1.5625rem, 3vw, 2.25rem) !important;
    font-weight: 400;
    padding: 18px 5px;
    text-align: center;
    margin-bottom: 0;
    font-family: "Patrick Hand", cursive;
}

.events .tabContent {
    padding: 25px;
}

.eventclndr-tab {
    margin-left: -25px;
    margin-right: -25px;
    margin-top: -25px;
  }

.events .tab_link_title a {
    font-weight: 400;
    color: #d51515;
    font-family: "Patrick Hand", cursive;
    font-size: 1.5rem;
}

.events .tab_link_mandat a {
    color: #444444;
}

.events .tab_link_mehr {
    font-size: 0;
    font-family: "Patrick Hand", cursive;
}

.events .tab_link_mehr a {
    display: inline-block;
    line-height: 1.2;
    color: #d51515;
    font-size: 1.375rem;
    font-weight: 400;
    background: #fff;
    padding: 12px 20px 11px 20px;
    border-radius: 24px;
    position: relative;
    text-decoration: none !important;
    text-shadow: none !important;
    border: 2px solid #d51515;
    transition: border 300ms linear, color 300ms linear, background 300ms linear;
}
/* #endregion ----------------------------------- service --------------------------------------- */

/* #region --------------------------------------- blog ----------------------------------------- */

#blog {
    padding-top: clamp(40px, 10vw, 90px);
    padding-bottom: clamp(40px, 10vw, 90px);
    position: relative;
    z-index: 1;
}

@media (min-width: 992px) {
    #blog .tab {
        padding-right: clamp(30px, 4vw, 45px);
    }
}

#blog>.row::before,
#blog::after {
    content: "";
    display: block;
    position: absolute;
}

@media (min-width: 1200px) {
    #blog>.row::before {
        top: -400px;
        right: -365px;
        background: url('../img/gepunktete-linie.png') center no-repeat;
        width: 328px;
        height: 523px;
    }
}

#blog::after {
    z-index: -1;
    left: 50%;
    top: 25%;
    bottom: 0;
    right: 0;
    background: #ffcc66;
    border-top-left-radius: clamp(100px, 20vw, 300px);
    border-bottom-left-radius: clamp(100px, 20vw, 300px);
}

@media (min-width: 768px) {
    #blog::after {
        top: 0;
    }
}

#blog .tab_link_entries {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    #blog .tab_link_entries {
        flex-wrap: nowrap;
    }
}

#blog .tab_link_entry {
    position: relative;
    font-size: 1rem;
    padding: 218px 30px 30px 30px;
    background: #fff;
    border-bottom-right-radius: 60px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.12);
    border: none !important;
}

@media (min-width: 576px) {
    #blog .tab_link_entry {
        width: 50%;
    }
}

#blog .tab_link_entry .tab_preview_picture,
#blog .tab_link_entry .tab_link_title a::before {
    height: 180px;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    overflow: hidden;
    position: absolute;
}

#blog .tab_link_entry .tab_preview_picture img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
}

#blog .tab_link_entry .tab_link_title a::before {
    content: "";
    background: #f0efef url('../img/logo-musikschule-schwalm-eder-nord.jpg') center top no-repeat;
}

#blog .tab_date {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 0;
    color: #fff;
    background: #406114;
    font-size: 0.875rem;
    padding: 7px 21px 6px 21px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

#blog .tab_link_title {
    margin-bottom: 15px;
}

#blog .tab_link_title a {
    color: #d51515;
    display: block;
    font-weight: 400;
    line-height: 1.2;
    font-size: clamp(1.4375rem, 2vw, 1.875rem);
    font-family: "Patrick Hand", cursive;
}

#blog .tab_link_title a:not(:hover) {
    text-decoration: none;
}

#blog :is(.tab_link_mehr, .tab_spacer) {
    display: none;
}

/* #endregion --------------------------------------- blog -------------------------------------- */

/* #region ------------------------------------- feedback --------------------------------------- */

#feedback {
    padding-top: clamp(40px, 10vw, 90px);
    padding-bottom: clamp(40px, 10vw, 90px);
    position: relative;
    z-index: 1;
    background: url('../img/feedback-bg.png') bottom 160px right calc(50% + 565px) no-repeat,
        url('../img/feedback-bg-2.png') bottom 135px left calc(50% + 600px) no-repeat;
}

@media (min-width: 1200px) {
    #feedback>.row.tabs-row::before {
        content: "";
        display: block;
        position: absolute;
        left: -300px;
        top: -480px;
        background: url('../img/gepunktete-linie-2.png') center no-repeat;
        width: 385px;
        height: 635px;
    }
}

#feedback>.row+.row {
    margin-top: 30px;
}

#feedback .tab {
    padding: 40px 30px 30px 30px;
    font-size: 1rem;
    height: 100%;
    min-height: 300px;
}

#feedback .tab :is(i, em) {
    color: #525252;
    font-style: normal;
}

#feedback .tab :is(h1, h2, h3, h4, h5, h6) {
    color: #1f1f1f;
    font-weight: 700;
    font-size: clamp(1.25rem, 2vw, 1.5rem);
    margin-bottom: 0;
}

/* #endregion ------------------------------------- feedback ------------------------------------ */

/* #region -------------------------------------- buttons --------------------------------------- */

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    display: inline-block;
    line-height: 1.2;
    color: #d51515;
    font-size: 1rem;
    font-weight: 700;
    background: #fff;
    padding: 12px 20px 11px 20px;
    border-radius: 24px;
    position: relative;
    text-decoration: none !important;
    text-shadow: none !important;
    border: 2px solid #d51515;
    transition: border 300ms linear, color 300ms linear, background 300ms linear;
}

.button-design.button-design-2 a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    border-color: transparent;
}

#header-text.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    margin-top: clamp(20px, 4vw, 45px);
}

#tabs .tab.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]) {
    margin-top: 10px;
}

.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):hover,
.button-design a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):focus {
    background: #d51515;
    color: #fff;
}

.button-design.button-design-2 a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):hover,
.button-design.button-design-2 a:not(.has-image):not([href*="mailto"]):not([href*="tel"]):focus {
    border-color: #d51515;
}

/* #endregion ----------------------------------- buttons --------------------------------------- */

/* #region ---------------------------------- h1 - h6, newslink --------------------------------- */

.h4link a:link,
.h4link a:hover,
.h4link a:focus,
.h4link a:visited,
H6,
H5,
H4,
H3,
H2,
H1 {
    color: #0144cb;
    font-weight: 300;
    line-height: 1.2;
    font-family: "Patrick Hand", cursive;
    margin-bottom: 15px;
}

#header-text :is(h1, h2, h3, h4, h5, h6) {
    font-size: clamp(1.75rem, 5.5vw, 3.125rem);
}

@media (min-width: 768px) and (max-width: 1199px) {
    #header-text :is(h1, h2, h3, h4, h5, h6) {
        font-size: 42px;
    }
}

h1,
.h1,
.legacy_h1,
:is(#header-text, #blog) :is(h1, h2, h3, h4, h5, h6) {
    margin-bottom: clamp(15px, 4vw, 35px);
}

:is(#tabs-headline, #feedback-headline) :is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
}

:is(#tabs-headline, #feedback-headline) {
    margin-bottom: clamp(1px, 1vw, 20px);
}

h1,
.h1,
.legacy_h1,
:is(#tabs-headline, #service, #blog, #feedback) h2 {
    font-size: clamp(2rem, 5vw, 2.875rem);
}

h2,
.h2,
.legacy_h2 {
    font-size: clamp(1.75rem, 5vw, 2.125rem);
}

h3,
.h3,
.legacy_h3 {
    font-size: clamp(1.5rem, 5vw, 1.75rem);
}

h4,
.h4,
.legacy_h4 {
    font-size: clamp(1.375rem, 5vw, 1.625rem);
}

h5,
.h5,
.legacy_h5 {
    font-size: clamp(1.3125rem, 5vw, 1.5rem);
}

h6,
.h6,
.legacy_h6 {
    font-size: clamp(1.25rem, 5vw, 1.375rem);
}

/* #endregion ---------------------------------- h1 - h6, newslink ------------------------------ */

/* #region --------------------------------------- footer --------------------------------------- */

/* footer */

footer {
    font-size: 0.875rem;
}

footer iframe,
footer .iframe-wrapper-manual-enabling {
    min-width: 100% !important;
    width: 100% !important;
}

#footer {
    padding: clamp(40px, 8vw, 80px) 0;
    background: #d51515;
}

#footer hr {
    background-color: #fff;
    opacity: .1;
  }

@media (min-width: 992px) {
    #footer {
        background: url('../img/noten-footer.png') center left 3% no-repeat, url('../img/notenschluessel-footer.png') center right 3% no-repeat, #d51515;
    }

    #footer>.row>*+* {
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    footer iframe,
    footer .iframe-wrapper-manual-enabling {
        min-width: calc(100% - 45px) !important;
        width: calc(100% - 45px) !important;
    }

    #footer>.row>*:nth-child(2) {
        padding-left: 60px;
    }
}

#footer,
#footer a,
#footer a:hover,
#footer a:focus {
    color: #fff;
}

#footer :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
    font-weight: 400;
    font-size: clamp(1.25rem, 2vw, 1.6875rem);
    margin-bottom: 25px;
}

/* innerfooter */

#innerfooter {
    background: #ffcc66;
    padding: 15px 0 15px 0;
}

@media (max-width: 767px) {
    #innerfooter {
        padding: 15px 0 110px 0;
    }
}

@media (max-width: 467px) {
    #innerfooter {
        padding: 15px 0 150px 0;
    }
}

#innerfooter ul {
    padding: 0;
}

#innerfooter li {
    display: block;
}

@media (min-width: 576px) {
    #innerfooter li+li::before {
        content: "•";
        margin: 0 15px;
        color: inherit;
    }

    #innerfooter li {
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    #innerfooter li+li::before {
        margin: 0 22px;
    }
}

#innerfooter li a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 575px) {
    #innerfooter li a {
        padding: 4px;
        display: inline-block;
    }
}

#innerfooter li a:hover,
#innerfooter li a:focus {
    text-decoration: underline;
    color: #0144cb;
}

/* #endregion ------------------------------------ footer --------------------------------------- */

/* #region -------------------------------------- vernetzt -------------------------------------- */

#vernetzt {
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    line-height: 1.3;
    margin-top: 20px;
    text-decoration: none;
}

@media (min-width: 768px) {
    #vernetzt {
        margin-top: 0;
    }
}

#vernetzt span {
    display: block;
}

#vernetzt img {
    margin-left: 18px;
}

/* #endregion -------------------------------- vernetzt ----------------------------------------- */