/* Custom CSS */


@font-face {
    src: url('../webfonts/Champagne-Limousines.ttf');
    font-family: Champagne-Limousines;
}

@font-face {
    src: url('../webfonts/Champagne-Limousines-Bold.ttf');
    font-family: Champagne-Limousines-Bold;
}



a:focus,
button:focus {
    border: 0px !important;
}
.hentry {
    margin-bottom: 0px !important;
}
.animation-duration-one {
    animation-duration: 1.5s !important;
}
.animation-duration-two {
    animation-duration: 2s !important;
}
.animation-duration-three {
    animation-duration: 2.5s !important;
}
.animation-duration-four {
    animation-duration: 3s !important;
}
.animation-duration-five {
    animation-duration: 3.5s !important;
}
.animation-duration-six {
    animation-duration: 4s !important;
}
.animation-duration-seven {
    animation-duration: 4.5s !important;
}
.animation-duration-eight {
    animation-duration: 5s !important;
}


.sg-custom-area footer.entry-footer {
    display: none;
}


/* Header CSS */

.navbar-collapse {
  position: fixed;
  top: 0;
  right: -365px; 
  width: 365px;
  height: 100%;
  background: #3e76a9; 
  transition: right 0.3s ease;
  z-index: 9999;
  transition-property: right !important;
  display: block !important;
  visibility: visible !important;

}
.nav-menu .nav-icons ul.social-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.nav-menu .nav-icons ul.social-link img {
    max-width: 60px;

}
.nav-menu div#navbar-menu .close-btn {
    margin-bottom: 50px;
}
.nav-menu div#navbar-menu .social-links {
    margin-top: 80px;
    width: 100%;
}
button.navbar-toggle {
    background-color: transparent;
    border: 0px !important;
    padding: 0px !important;
}
.navbar-collapse.collapse:not(.show) {
  right: -400px;
}
button.navbar-toggle {
    background-color: transparent;
    border: 0px !important;
    padding: 0px !important;
}
.nav-menu div#navbar-menu {
    padding: 50px 40px 50px;
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 30%);
}
.nav-menu div#navbar-menu h3 {
    font-family: 'Champagne-Limousines-Bold';
    color: #f2f8fc;
    font-size: 26px;
    margin-bottom: 0px !important;
}


.navbar-collapse.collapse.show {
  right: 0;
}

/* Optional: prevent body scroll when menu open */
body.menu-open {
  overflow: hidden;
}
.custom-header .row .col-md-12:first-child {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.custom-header {
    background-color: #3b75ab;
    padding: 12px 0px;
}
.custom-header a.sina-brand {
    display: block;
}
.custom-header a.sina-brand img {
    max-width: 80px;
}
.custom-header ul {
    display: flex;
    list-style: none;
    margin: 0px;
    padding: 0px;
    justify-content: end;
    gap: 5px;
    flex-direction: column;
    flex-wrap: nowrap;
}
.custom-header ul a {
    padding: 5px 0px;
    font-family: Champagne-Limousines;
    font-size: 20px;
    color: #f2f8fc;
    transition: all 0.5s ease;
    display: inline-block;
    position: relative;
}
.custom-header ul a:after {
    content: '';
    width: 0%;
    height: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    transition: all 0.5s ease;
    left: auto;
    right: 0px;
}
.custom-header ul a:hover:after {
    width: 100%;
    left: 0px;
    right: auto;
}
.custom-header ul li.active a::after {
    width: 100%;
}
.custom-header ul a:hover, 
.custom-header ul li.active a {
    color: #000;
}
.custom-header .row {
    align-items: center;
}

/* Home Banner CSS */

.home-banner img {
    width: 100%;
}
.home-banner figure {
    width: 100%;
}
.home-banner figure .vc_single_image-wrapper {
    width: 100%;
}
.home-banner h1 {
    font-family: Champagne-Limousines-Bold;
    font-size: 90px;
    margin-bottom: 0px;
    color: #040404;
    line-height: 88px;
}
.home-banner .vc_col-sm-6:last-child {
    padding: 50px 100px 50px;
    background-color: #90bce5;
}
.home-banner p {
    font-family: 'Champagne-Limousines';
    font-size: 24px;
    line-height: 45px;
    width: 100%;
    color: #000;
    text-align: justify !important;
    word-spacing: 8px;

}
.home-banner .vc_btn3-container {
    margin-bottom: 0px !important;
    margin-right: 10px;
}
.home-banner h3 {
    font-family: 'Champagne-Limousines-Bold';
    color: #040404;
    margin-bottom: 20px;
}
.home-banner h4 {
    font-family: 'Champagne-Limousines';
    color: #f2f8fc;
}
.home-banner .mejs-container, 
.home-banner .mejs-container .mejs-controls, 
.home-banner .mejs-embed, 
.home-banner .mejs-embed body {
    background: transparent !important;
    padding: 0px 0px;
}
.home-banner .mejs-container .mejs-controls .mejs-button.mejs-volume-button {
    display: none;
}
.home-banner .mejs-container a.mejs-horizontal-volume-slider {
    display: none;
}
.home-banner .mejs-container .mejs-controls .mejs-playpause-button {
    order: 2;
}
.home-banner .mejs-container .mejs-controls .mejs-playpause-button button {
    margin-left: 0px;
}
.home-banner .mejs-container .mejs-controls .mejs-time-rail {
    order: 1;
}
.home-banner .mejs-container .mejs-controls {
    flex-direction: row-reverse !important;
}
.home-banner .mejs-container {
    max-width: 350px;
    margin: 0px 0px 20px 0px !important;
}
.home-banner .mejs-container .mejs-controls span.mejs-time-total {
    border-radius: 30px !important;
    background-color: #3e76a9;
    height: 5px !important;
    margin-top: 8px !important;
}
.home-banner .mejs-container .mejs-controls span.mejs-time-total span.mejs-time-loaded {
    background-color: #040404;
    border-radius: 30px !important;
    height: 5px !important;
}
.home-banner .mejs-container .mejs-controls span.mejs-time-total span.mejs-time-current {
    border-radius: 30px !important;
    height: 5px !important;
}
.home-banner .mejs-container .mejs-controls span.mejs-time-total span.mejs-time-handle {
    display: block;
}
.home-banner .mejs-container .mejs-controls span.mejs-time-total span.mejs-time-hovered.no-hover {
    display: none !important;
}

.home-banner .mejs-container .mejs-controls span.mejs-time-float {
    display: none !important;
}
.home-banner ul {
    margin-bottom: 15px !important;
}
.home-banner ul li {
    font-family: 'Champagne-Limousines-Bold';
    font-size: 21px;
    width: 100%;
    color: #000;
    text-align: justify !important;
    word-spacing: 6px;
}
.home-banner .vc_col-sm-6:first-child .wpb_wrapper {
    height: 100%;
}
.home-banner .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
    height: 100%;
}
.home-banner .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
}
.home-banner .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}



.about-us-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.about-us-sec h2 {
    font-family: Champagne-Limousines-Bold;
    font-size: 72px;
    margin-bottom: 20px;
    color: #040404;
    line-height: 88px;
}
.about-us-sec p {
    color: #040404;
    font-family: 'Champagne-Limousines';
    font-size: 20px;
    line-height: 47px;
    margin-bottom: 0px;
    width: 100%;
    word-spacing: 8px;
    justify-items: center !important;
}
.about-us-sec .vc_btn3-container {
    margin-top: 30px;
}
.about-us-sec .vc_btn3-container a {
    background-color: #3e76a9 !important;
    border: 0px !important;
    background-image: none !important;
    color: #f2f8fc !important;
    font-family: 'Champagne-Limousines-Bold';
    font-size: 18px;
    border-radius: 10px !important;
    padding: 12px 35px;
    transition: all 0.5s ease !important;
}
.about-us-sec .vc_col-sm-12 {
    z-index: 1;
}
.about-us-sec .vc_btn3-container a:hover {
    color: #f2f8fc !important;
    background-color: #040404 !important;
}
.about-us-sec:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau.png);
    background-repeat: no-repeat;
    background-position: -10px -40px;
    background-size: 25%;
    mix-blend-mode: luminosity;
}
.about-us-sec:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: 100% 123%;
    background-size: 32%;
    mix-blend-mode: luminosity;
}


.services-sec .wpb_wrapper {
    width: 100%;
}
.services-sec .wpb_wrapper img {
    height: 275px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    margin-bottom: 20px;
}
.services-sec .wpb_wrapper .vc_single_image-wrapper {
    width: 100%;
}
.services-sec .wpb_wrapper h2 {
    font-family: 'Champagne-Limousines-Bold';
    color: #040404;
    font-size: 32px;
    margin-bottom: 20px;
}
.services-sec .wpb_wrapper p {
    font-family: 'Champagne-Limousines';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
    width: 100%;
    word-spacing: 8px;
    justify-items: center !important;
    color: #040404;
}
.services-sec .wpb_wrapper a {
    background-color: #91bce4 !important;
    border: 0px !important;
    background-image: none !important;
    color: #040404 !important;
    font-family: 'Champagne-Limousines-Bold';
    font-size: 18px;
    border-radius: 10px !important;
    padding: 12px 35px;
    transition: all 0.5s ease !important;
    margin-top: 30px;
}
.services-sec .wpb_wrapper a:hover {
    background-color: #040404 !important;
    color: #f2f8fc !important;
}
.services-sec {
    padding-top: 80px !important;
    padding-bottom: 80px;
    border-bottom: 1px solid #000;
}




.custom-footer {
    background-color: #3e76a9;
    padding-top: 50px;
    padding-bottom: 50px;
}
.custom-footer h3 {
    font-family: 'Champagne-Limousines-Bold';
    font-size: 32px;
    margin-bottom: 20px !important;
    margin-top: 50px;
    color: #040404;
}
.custom-footer section {
    margin-bottom: 0px !important;
}
.custom-footer ul {
    padding: 0px 0px;
    margin: 0px 0px;
    list-style: none;
}
.custom-footer ul.social-link {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}
.custom-footer ul.social-link img {
    max-width: 130px;
    object-fit: scale-down;

}
.custom-footer ul.contact-link a, .custom-footer ul.contact-link li {
    color: #f2f8fc;
    font-family: 'Champagne-Limousines';
    font-size: 20px;
    text-decoration: none;
    line-height: 28px;
    transition: all 0.5s ease;
    display: block;
}
.custom-footer .widget_media_image img {
    max-width: 130px;
}
.custom-footer p {
    text-decoration: none;
    line-height: 30px;
    color: #f2f8fc;
    font-family: 'Champagne-Limousines';
    font-size: 20px;
    margin-bottom: 0px;
    width: 100%;
    word-spacing: 8px;
}
.custom-footer ul.contact-link a {
    padding: 10px 0px 10px 0px;
    transition: all 0.5s ease;
}
.custom-footer ul.contact-link a:hover {
    color: #040404;
    padding: 10px 0px 10px 20px;
}
.custom-footer .col-md-4:nth-child(2) section {
    padding-left: 16%;
}
.custom-footer ul.contact-link img {
    max-width: 32px;
    margin-right: 12px;
    border-radius: 100%;
    background-color: #040404;
    transition: all 0.5s ease;
}
.custom-footer ul.contact-link a:hover img {
    background-color: #f2f8fc;
}
.custom-footer ul.contact-link li:hover:first-child img {
    background-color: #f2f8fc;
}
.custom-footer ul.contact-link li:first-child {
    padding: 10px 0px 10px 0px;
    transition: all 0.5s ease;
}
.custom-footer ul.contact-link li:hover:first-child {
    padding: 10px 0px 10px 20px;
    color: #040404;
}
.site-footer p, .site-footer p a {
    text-align: center;
    color: #040404;
    font-family: 'Champagne-Limousines-Bold';
    font-size: 14px;
    transition: all 0.5s ease;
    text-decoration: none;
    display: inline-block;
    margin: 0px auto 0px;
}
.site-footer {
    background-color: #91bce4;
    padding: 10px 0px;
}
.site-footer p:hover a {
    color: #fff;
}
.site-footer .container {
    text-align: center;
}
.site-footer .container {
    text-align: center;
}




.about-page {
    padding-top: 0px !important;
}
.about-page .vc_row .vc_col-sm-6:first-child {
    background-color: #000;
}
.about-page .vc_col-sm-6:last-child {
    padding: 50px 150px 50px;
}
.about-page .vc_col-sm-6:first-child .wpb_wrapper {
    height: 100%;
}
.about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
    height: 100%;
}
.about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
}
.about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
    height: 100%;
    object-fit: cover;
}
.about-page h2 {
    font-family: Champagne-Limousines-Bold;
    font-size: 72px;
    margin-bottom: 20px;
    color: #040404;
    line-height: 88px;
}
.about-page p {
    color: #040404;
    font-family: 'Champagne-Limousines';
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    width: 100%;
    word-spacing: 8px;
    justify-items: center !important;
}
.about-page .vc_col-sm-6:last-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau.png);
    background-repeat: no-repeat;
    background-position: -10px -40px;
    background-size: 25%;
    mix-blend-mode: luminosity;
}
.about-page .vc_col-sm-6:last-child:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 40%;
    mix-blend-mode: luminosity;
}
.trauredner-top-sec .vc_col-sm-6:last-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau.png);
    background-repeat: no-repeat;
    background-position: -10px -25px;
    background-size: 30%;
    mix-blend-mode: luminosity;
}
.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau.png);
    background-repeat: no-repeat;
    background-position: -10px -25px;
    background-size: 30%;
    mix-blend-mode: luminosity;
}
.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:after {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: 100% 110%;
    background-size: 40%;
    mix-blend-mode: luminosity;
}
.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: -4% 81%;
    background-size: 40%;
    mix-blend-mode: luminosity;
    transform: rotate(-15deg);
}
.trauredner-top-sec .vc_col-sm-6:last-child:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: 100% 109%;
    background-size: 40%;
    mix-blend-mode: luminosity;
}
.trauredner-top-sec {
    padding-top: 0px !important;
}
.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child {
    padding: 0px 0px 0px;
}
/*.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child::before {
    content: unset;
}*/
.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child::after {
    content: unset;
}
.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
    padding: 50px 80px 50px;
}
.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper {
    height: auto;
}
.trauredner-top-sec .vc_col-sm-6:last-child {
    padding: 50px 80px 50px;
    position: relative;
}
.trauredner-top-sec h2 {
    font-family: Champagne-Limousines-Bold;
    font-size: 62px;
    margin-bottom: 30px;
    color: #040404;
    line-height: 68px;
}
.trauredner-top-sec p {
    color: #040404;
    font-family: 'Champagne-Limousines';
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    width: 100%;
    word-spacing: 8px;
    justify-items: center !important;
}
.trauredner-bottom-sec {
    padding-top: 0px !important;
}
.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
    position: relative;
    padding: 50px 80px 50px;
}
.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau.png);
    background-repeat: no-repeat;
    background-position: -10px -25px;
    background-size: 30%;
    mix-blend-mode: luminosity;
}
.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: 100% 109%;
    background-size: 40%;
    mix-blend-mode: luminosity;
    transform: rotate(0deg);
}
.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
    padding: 0px 0px 0px !important;
}
.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child::after {
    content: unset;
}
.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child {
    padding: 50px 80px 50px;
    position: relative;
}
.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
    padding: 0px 0px 0px;
}
.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child::before {
    content: unset;
}
.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child::after {
    content: unset;
}
.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child {
    padding: 50px 80px 50px;
    position: relative;
}
.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau_gespiegelt.png);
    background-repeat: no-repeat;
    background-position: 105% -8px;
    background-size: 32%;
    mix-blend-mode: luminosity;
}
.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau_gespiegelt.png);
    background-repeat: no-repeat;
    background-position: -3% 105%;
    background-size: 35%;
    mix-blend-mode: luminosity;
}
.trauredner-bottom-sec h2 {
    font-family: Champagne-Limousines-Bold;
    font-size: 62px;
    margin-bottom: 30px;
    color: #fff;
    line-height: 68px;
}
.trauredner-bottom-sec .vc_col-sm-6:first-child figure {
    width: 100%;
}
.trauredner-bottom-sec .vc_col-sm-6:first-child figure .vc_single_image-wrapper {
    width: 100%;
}
.trauredner-bottom-sec .vc_col-sm-6:first-child figure .vc_single_image-wrapper img {
    width: 100%;
}
.trauredner-bottom-sec p {
    color: #fff;
    font-family: 'Champagne-Limousines';
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    width: 100%;
    word-spacing: 8px;
    justify-items: center !important;
}
/*.trauredner-bottom-sec img {
    filter: grayscale(1);
}*/
.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau_gespiegelt.png);
    background-repeat: no-repeat;
    background-position: 105% -8px;
    background-size: 32%;
    mix-blend-mode: luminosity;
}
.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau_gespiegelt.png);
    background-repeat: no-repeat;
    background-position: -3% 105%;
    background-size: 35%;
    mix-blend-mode: luminosity;
}
.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
    padding: 50px 80px 50px;
    position: relative;
}
.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau.png);
    background-repeat: no-repeat;
    background-position: -10px -25px;
    background-size: 30%;
    mix-blend-mode: luminosity;
}
.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: 90% 114%;
    background-size: 50%;
    mix-blend-mode: luminosity;
    transform: rotate(-15deg);
}
.trauredner-top-sec .vc_col-sm-6:first-child .wpb_wrapper {
    height: 100%;
}
.trauredner-top-sec .wpb_wrapper .wpb_single_image {
    height: 100%;
}
.trauredner-top-sec .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
    height: 100%;
}
.trauredner-top-sec .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.event-sec .wpb_wrapper {
    height: unset !important;
}
.event-sec .vc_col-sm-6:last-child .wpb_wrapper {
    height: 100% !important;
}
.event-sec .vc_col-sm-6:last-child {
    padding: 0px 0px 0px !important;
}

.event-sec .vc_col-sm-6:first-child {
    padding: 50px 80px 50px;
}
.event-sec .vc_col-sm-6:first-child:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_blau.png);
    background-repeat: no-repeat;
    background-position: -10px -25px;
    background-size: 30%;
    mix-blend-mode: luminosity;
}
.event-sec .vc_col-sm-6:first-child:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: 100% 104%;
    background-size: 40%;
    mix-blend-mode: luminosity;
}

.sprecher-top-sec .vc_col-sm-6:last-child {
    padding: 80px 120px 80px;
}
.sprecher-bottom-sec:after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #000;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.sprecher-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(/wp-content/uploads/2025/11/Linie_Herz_1_blau.png);
    background-repeat: no-repeat;
    background-position: 100% 109%;
    background-size: 40%;
    mix-blend-mode: luminosity;
}
.sprecher-top-sec .vc_col-sm-6:last-child::before {
    background-image: url(/wp-content/uploads/2025/11/Linie_Frequenz_6.png);
    background-position: -30px -25px;
}
.sprecher-top-sec .vc_col-sm-6::after {
    background-image: url(/wp-content/uploads/2025/11/Linie_Frequenz_4.png) !important;
    background-position: 100% 104% !important;
}
.sprecher-top-sec .vc_row:nth-child(3) .vc_col-sm-6::before {
    background-image: url(/wp-content/uploads/2025/11/Linie_Frequenz_6.png) !important;
    background-position: -30px -25px !important;
}
.sprecher-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child::after {
    background-position: 100% 109% !important;
}
.sprecher-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child::before {
    opacity: 0;
}
.sprecher-bottom-sec .vc_col-sm-6 {}

.sprecher-bottom-sec .vc_col-sm-6:last-child::before {
    background-image: url(/wp-content/uploads/2025/11/Linie_Frequenz_6.png) !important;
    background-position: 0% 0px !important;
    background-size: 32% !important;
    transform: rotate(10deg);
    left: -108px !important;
    top: 40px !important;
}
.sprecher-bottom-sec .vc_col-sm-6:last-child::after {
    background-position: 100% 103% !important;
    background-size: 35% !important;
    background-image: url(/wp-content/uploads/2025/11/Linie_Frequenz_4.png) !important;
}

.es-geth-sec .vc_col-sm-6::after {
    background-position: -3% 101% !important;
}
.es-geth-sec .vc_col-sm-6:last-child .wpb_wrapper {
    height: unset !important;
}


.comedy-top-sec .vc_col-sm-6:last-child {
    padding: 80px 120px 80px;
}
.comedy-top-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child::before {
    background-image: url(/wp-content/uploads/2025/11/Linie__Frequenz_1.png);
    background-position: 0px 0px;
    background-size: 30%;
    transform: rotate(-25deg);
    top: -185px;
}
.comedy-top-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child::after {
    background-image: url(/wp-content/uploads/2025/11/Linie__Frequenz_1.png);
    background-position: 100% 107%;
}
.comedy-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:before {
    background-image: url(/wp-content/uploads/2025/11/Linie__Frequenz_1.png);
    background-position: 0px 0px;
    background-size: 30%;
    transform: rotate(-25deg);
    top: -185px;
}
.comedy-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:after {
    content: '';
    background-image: url(/wp-content/uploads/2025/11/Linie__Frequenz_1.png);
    background-position: 100% 107%;
}




.contact-us {
    padding-top: 80px !important;
    padding-bottom: 80px;
}
.contact-us h2 {
    font-family: Champagne-Limousines-Bold;
    font-size: 33px;
    margin-bottom: 10px;
    color: #040404;
    line-height: normal;
}
.contact-us p {
    color: #040404;
    font-family: 'Champagne-Limousines';
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    width: 100%;
    word-spacing: 8px;
    justify-items: center !important;
}
.contact-us .contact-icons {
    margin-bottom: 30px !important;
}
.contact-us .contact-icons ul li {
    margin-bottom: 12px !important;
    min-height: auto !important;
    height: auto !important;
}
.contact-us .contact-icons ul li .icon_list_icon {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    background-color: transparent;
}
.contact-us .contact-icons ul li .icon_description {
    height: 1.5em;
    line-height: 1.5em;
    padding-left: 15px;
}
.contact-us .contact-icons ul li .icon_description h3 {
    font-family: Champagne-Limousines-Bold;
    font-size: 20px !important;
    margin-bottom: 0px;
    color: #040404;
    line-height: normal !important;
}
.contact-us .social-meida-icons {
    margin-bottom: 0px !important;
}
.contact-us .social-meida-icons ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
}
.contact-us .social-meida-icons ul li {
    margin-bottom: 0px !important;
}
.contact-us .social-meida-icons ul li .icon_description {
    margin-left: 0em;
    padding-left: 0px;
    height: 100%;
    line-height: normal;
}
.contact-us .social-meida-icons ul li .icon_description img {
    width: 100% !important;
    max-width: 70px;
    margin-top: 12px;
}
.contact-us .contact-form {
    padding-left: 40px;
}
.contact-us .contact-form input {
    background-color: transparent !important;
    border-color: #000;
    height: 47px;
    color: #000 !important;
    font-family: 'Champagne-Limousines';
    font-size: 18px;
    border-radius: 6px;
    padding: 6px 16px;
}
.contact-us .contact-form p {
    margin-bottom: 20px !important;
}
.contact-us .contact-form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
}
.contact-us .contact-form input::placeholder {
    color: #000;
}
.contact-us .contact-form textarea {
    background-color: transparent !important;
    border-color: #000;
    height: 220px;
    color: #000 !important;
    font-family: 'Champagne-Limousines';
    font-size: 18px;
    border-radius: 6px;
    padding: 16px 16px;
}
.contact-us .contact-form textarea::placeholder {
    color: #000;
}
.contact-us .contact-form .submit-btn input {
    background-color: #3e76a9 !important;
    border: 0px !important;
    background-image: none !important;
    color: #f2f8fc !important;
    font-family: 'Champagne-Limousines-Bold';
    font-size: 18px;
    border-radius: 10px !important;
    padding: 12px 35px;
    transition: all 0.5s 
ease !important;
    line-height: normal;
}
.contact-us .contact-form .submit-btn input:hover {
    background-color: #000 !important;
}
.contact-us .contact-form textarea:focus {
    box-shadow: none;
    border: 1px solid #fff;
}


@media (min-width: 320px) and (max-width: 767px) {



    .custom-header a.sina-brand img {
        max-width: 65px;
    }
    .navbar-toggle img {
        max-width: 26px;
    }
    .custom-header {
        padding: 10px 0px;
    }

    .navbar-collapse {
        width: 100%;
    }
    .navbar-collapse.collapse:not(.show) {
        right: -105%;
    }

    .home-banner .vc_col-sm-6:last-child {
        padding: 0px 0px 0px;
    }
    .home-banner .vc_col-sm-6:last-child > .vc_column-inner {
        padding: 40px 15px 40px;
    }
    .home-banner h1 {
        font-size: 34px;
        line-height: 38px;
    }
    .home-banner h3 {
        font-size: 18px;
    }
    .home-banner p {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .home-banner .mejs-container {
        margin: 0px 0px 12px 0px !important;
    }
	.home-banner ul li {
		font-size: 16px;
		line-height: 30px;
	}
	.home-banner ul {
		margin-top: 15px;
	}

    .services-sec {
        padding-top: 50px !important;
        padding-bottom: 20px;
    }
    .services-sec .vc_col-sm-4 {
        margin-bottom: 30px;
    }
    .services-sec .wpb_wrapper h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .services-sec .wpb_wrapper p {
        font-size: 16px;
        line-height: 30px;
    }
    .services-sec .wpb_wrapper a {
        margin-top: 20px;
        font-size: 14px;
    }

    .about-us-sec {
        padding-top: 50px !important;
        padding-bottom: 50px;
    }
    .about-us-sec h2 {
        font-size: 30px;
        margin-bottom: 12px;
        line-height: 38px;
    }
    .about-us-sec p {
        font-size: 16px;
        line-height: 30px;
    }
    .about-us-sec .vc_btn3-container a {
        font-size: 14px;
    }


    .custom-footer ul.social-link img {
        max-width: 60px;
    }
    .custom-footer ul.social-link {
        justify-content: flex-start;
        gap: 10px;
    }
	
	.custom-footer .widget_media_image img {
		max-width: 80px;
	}
	.custom-footer {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.custom-footer p {
		font-size: 16px;
		line-height: 30px;
	}
	.custom-footer h3 {
		font-size: 24px;
		margin-bottom: 10px !important;
		margin-top: 20px;
	}
	.custom-footer .col-md-4:nth-child(2) section {
		padding-left: 0px;
	}
	.custom-footer ul.contact-link a, .custom-footer ul.contact-link li {
		font-size: 16px;
		line-height: 24px;
	}
	.site-footer p, .site-footer p a {
		font-size: 12px;
	}
	
	
	.about-page .vc_col-sm-6:last-child {
		padding: 40px 15px 40px;
	}
	.about-page h2 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.about-page p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.about-page .vc_col-sm-6:last-child:before {
		background-position: -3px -12px;
		background-size: 50%;
	}
	
	.trauredner-top-sec .vc_col-sm-6:last-child {
		padding: 40px 15px 0px;
	}
	.trauredner-top-sec h2 {
		font-size: 32px;
		margin-bottom: 10px;
		line-height: 38px;
	}
	.trauredner-top-sec .vc_col-sm-6:last-child:after {
		opacity: 0;
	}
	.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
		padding: 0px 15px 0px;
	}
	.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:before {
		opacity: 0;
	}
	.trauredner-top-sec p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	
	.trauredner-bottom-sec .vc_row:nth-child(1) {
		flex-direction: column-reverse;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
		padding: 40px 15px 30px;
	}
	.trauredner-bottom-sec p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:after {
		transform: rotate(0deg);
		background-position: 101% 105%;
		background-size: 50%;
	}
	
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
		padding: 40px 15px 30px;
	}
	.trauredner-bottom-sec h2 {
		font-size: 32px;
		margin-bottom: 10px;
		line-height: 38px;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
		padding: 0px 0px 0px;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child {
		padding: 40px 15px 30px;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child {
		padding: 40px 15px 40px;
	}
	.event-sec .vc_col-sm-6:first-child {
		padding: 40px 15px 30px;
	}
	
	.contact-us .contact-form {
		padding-left: 0px;
		margin-top: 40px;
	}
	.contact-us .contact-form input {
		font-size: 14px;
		height: 43px;
	}
	.contact-us .contact-form textarea {
		font-size: 14px;
		height: 110px;
	}
	.contact-us .contact-form .submit-btn input {
		font-size: 14px;
	}
	.contact-us {
		padding-top: 40px !important;
		padding-bottom: 20px;
	}
	.contact-us h2 {
		font-size: 22px;
	}
	.contact-us p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.contact-us .contact-icons ul li .icon_description h3 {
		font-size: 16px !important;
	}
	
}


@media (min-width: 768px) and (max-width: 991px) {
	
	
	.custom-header a.sina-brand img {
		max-width: 60px;
	}
	
	.custom-footer ul.social-link img {
		max-width: 65px;
	}
	.custom-footer ul.contact-link a, .custom-footer ul.contact-link li {
		font-size: 14px;
		line-height: 28px;
	}
	.custom-footer .col-md-4:nth-child(2) section {
		padding-left: 0%;
	}
	.custom-footer p {
		font-size: 16px;
	}
	.custom-footer h3 {
		font-size: 24px;
		margin-bottom: 12px !important;
		margin-top: 30px;
	}
	.custom-footer .widget_media_image img {
		max-width: 80px;
	}
	.custom-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.home-banner .vc_col-sm-6:last-child {
		padding: 40px 30px 40px;
	}
	.home-banner h4 {
		font-size: 16px;
	}
	.home-banner h1 {
		font-size: 42px;
		line-height: 48px;
	}
	.home-banner h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.home-banner .mejs-container {
		margin: 0px 0px 10px 0px !important;
	}
	.home-banner p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.home-banner ul li {
		font-size: 16px;
		word-spacing: 2px;
	}
	
	.services-sec .wpb_wrapper img {
		height: 200px;
		margin-bottom: 10px;
	}
	.services-sec .wpb_wrapper h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.services-sec .wpb_wrapper p {
		font-size: 16px;
		line-height: 26px;
	}
	.services-sec .wpb_wrapper a {
		font-size: 14px;
		margin-top: 20px;
	}
	.services-sec {
		padding-top: 40px !important;
		padding-bottom: 40px;
	}
	
	.about-page .vc_col-sm-6:last-child {
		padding: 40px 30px 30px;
	}
	.about-page h2 {
		font-size: 42px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.about-page p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.about-page .vc_col-sm-6:last-child:before {
		background-position: -13px -16px;
		background-size: 45%;
	}
	
	.trauredner-top-sec .vc_col-sm-6:last-child {
		padding: 40px 30px 30px;
	}
	.trauredner-top-sec h2 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.trauredner-top-sec .vc_col-sm-6:last-child:before {
		background-position: -10px -14px;
		background-size: 40%;
	}
	.trauredner-top-sec p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.trauredner-top-sec .vc_col-sm-6:last-child:after {
		background-position: 100% 104%;
		background-size: 40%;
	}
	.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
		padding: 40px 30px 30px;
	}
	.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:before {
		background-position: -10px -14px;
		background-size: 40%;
	}
	.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper {
		height: 100%;
	}
	
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
		padding: 40px 30px 30px;
	}
	.trauredner-bottom-sec h2 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.trauredner-bottom-sec p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 10px;
	}
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
		height: 100%;
		object-fit: cover;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
		padding: 40px 30px 30px;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
		height: 100%;
		object-fit: cover;
	}
	
	
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child {
		padding: 40px 30px 30px;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
		padding: 0px 0px 0px;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_wrapper {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
		height: 100%;
		object-fit: cover;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child {
		padding: 40px 30px 30px;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
		height: 100%;
		object-fit: cover;
	}
	
	.event-sec .vc_col-sm-6:first-child {
		padding: 40px 30px 30px;
	}
	
	
	.contact-us h2 {
		font-size: 24px;
	}
	.contact-us p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.contact-us .contact-icons ul li .icon_description h3 {
		font-size: 14px !important;
	}
	.contact-us .contact-icons ul li .icon_list_icon {
		width: 1.25em;
		height: 1.25em;
		line-height: 1.25em;
	}
	.contact-us .contact-icons ul li .icon_description {
		height: 1.25em;
		line-height: 1.25em;
		padding-left: 10px;
	}
	.contact-us .contact-form input {
		height: 43px;
		font-size: 14px;
	}
	.contact-us .contact-form textarea {
		height: 160px;
		font-size: 14px;
	}
	.contact-us .contact-form .submit-btn input {
		font-size: 14px;
	}
	.contact-us {
		padding-top: 50px !important;
		padding-bottom: 50px;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {
	
	
	.custom-header a.sina-brand img {
		max-width: 60px;
	}
	
	.custom-footer ul.social-link img {
		max-width: 90px;
	}
	.custom-footer ul.contact-link a, .custom-footer ul.contact-link li {
		font-size: 14px;
		line-height: 28px;
	}
	.custom-footer .col-md-4:nth-child(2) section {
		padding-left: 0%;
	}
	.custom-footer p {
		font-size: 16px;
	}
	.custom-footer h3 {
		font-size: 24px;
		margin-bottom: 12px !important;
		margin-top: 30px;
	}
	.custom-footer .widget_media_image img {
		max-width: 80px;
	}
	.custom-footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.home-banner .vc_col-sm-6:last-child {
		padding: 50px 80px 50px;
	}
	.home-banner h4 {
		font-size: 16px;
	}
	.home-banner h1 {
		font-size: 42px;
		line-height: 48px;
	}
	.home-banner h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.home-banner .mejs-container {
		margin: 0px 0px 10px 0px !important;
	}
	.home-banner p {
		font-size: 18px;
        line-height: 32px;
        margin-bottom: 12px;
	}
	.home-banner ul li {
		font-size: 16px;
		word-spacing: 2px;
	}
	
	.services-sec .wpb_wrapper img {
		height: 200px;
		margin-bottom: 10px;
	}
	.services-sec .wpb_wrapper h2 {
		font-size: 28px;
		margin-bottom: 10px;
	}
	.services-sec .wpb_wrapper p {
		font-size: 16px;
		line-height: 26px;
	}
	.services-sec .wpb_wrapper a {
		font-size: 14px;
		margin-top: 20px;
	}
	.services-sec {
		padding-top: 50px !important;
        padding-bottom: 50px;
	}
	
	.about-page .vc_col-sm-6:last-child {
		padding: 50px 80px 40px;
	}
	.about-page h2 {
		font-size: 42px;
		line-height: 48px;
		margin-bottom: 10px;
	}
	.about-page p {
		font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
	}
	.about-page .vc_col-sm-6:last-child:before {
		background-position: -13px -16px;
		background-size: 45%;
	}
	
	.trauredner-top-sec .vc_col-sm-6:last-child {
		padding: 50px 60px 40px;
	}
	.trauredner-top-sec h2 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.trauredner-top-sec .vc_col-sm-6:last-child:before {
		background-position: -10px -14px;
		background-size: 40%;
	}
	.trauredner-top-sec p {
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 12px;
	}
	.trauredner-top-sec .vc_col-sm-6:last-child:after {
		background-position: 100% 104%;
		background-size: 40%;
	}
	.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
		padding: 50px 60px 40px;
	}
	.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:before {
		background-position: -10px -14px;
		background-size: 40%;
	}
	.trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper {
		height: 100%;
	}
	
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
		padding: 50px 60px 40px;
	}
	.trauredner-bottom-sec h2 {
		font-size: 32px;
		line-height: 38px;
		margin-bottom: 10px;
	}
	.trauredner-bottom-sec p {
		font-size: 18px;
        line-height: 32px;
        margin-bottom: 12px;
	}
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
		height: 100%;
		object-fit: cover;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
		padding: 50px 60px 40px;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
		height: 100%;
	}
	.trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
		height: 100%;
		object-fit: cover;
	}
	
	
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child {
		padding: 50px 60px 40px;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
		padding: 0px 0px 0px;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_wrapper {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
		height: 100%;
		object-fit: cover;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child {
		padding: 50px 60px 40px;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
		height: 100%;
	}
	.kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
		height: 100%;
		object-fit: cover;
	}
	
	.event-sec .vc_col-sm-6:first-child {
		padding: 50px 60px 40px;
	}
	
	
	.contact-us h2 {
		font-size: 24px;
	}
	.contact-us p {
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.contact-us .contact-icons ul li .icon_description h3 {
		font-size: 14px !important;
	}
	.contact-us .contact-icons ul li .icon_list_icon {
		width: 1.25em;
		height: 1.25em;
		line-height: 1.25em;
	}
	.contact-us .contact-icons ul li .icon_description {
		height: 1.25em;
		line-height: 1.25em;
		padding-left: 10px;
	}
	.contact-us .contact-form input {
		height: 43px;
		font-size: 14px;
	}
	.contact-us .contact-form textarea {
		height: 160px;
		font-size: 14px;
	}
	.contact-us .contact-form .submit-btn input {
		font-size: 14px;
	}
	.contact-us {
		padding-top: 50px !important;
		padding-bottom: 50px;
	}

}



@media (min-width: 1200px) and (max-width: 1400px) {

    .home-banner .vc_col-sm-6:last-child {
        padding: 50px 80px 50px;
    }
    .home-banner h1 {
        font-size: 66px;
        line-height: 70px;
    }
    .home-banner h3 {
        font-size: 22px;
    }
    .home-banner p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .home-banner h4 {
        font-size: 20px;
    }
    .home-banner ul li {
        font-size: 18px;
        word-spacing: 6px;
    }
    .home-banner ul {
        margin-top: 15px;
    }
    


    .services-sec .wpb_wrapper h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .services-sec .wpb_wrapper p {
        font-size: 18px;
    }
    .services-sec .wpb_wrapper a {
        font-size: 16px;
    }


    .about-us-sec h2 {
        font-size: 52px;
        margin-bottom: 20px;
        line-height: 58px;
    }
    .about-us-sec p {
        font-size: 18px;
        line-height: 30px;
    }
    .about-us-sec .vc_btn3-container a {
        font-size: 16px;
    }


    .custom-footer p {
        font-size: 18px;
    }
    .custom-footer ul.contact-link a, .custom-footer ul.contact-link li {
        font-size: 18px;
    }
    .custom-footer .col-md-4:nth-child(2) section {
        padding-left: 10%;
    }
    .custom-footer h3 {
        font-size: 28px;
        margin-top: 30px;
    }
    .custom-footer ul.social-link img {
        max-width: 110px;
    }
    .custom-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .custom-footer ul.contact-link li:first-child {
        padding: 8px 0px 8px 0px;
    }
    .custom-footer .widget_media_image img {
        max-width: 100px;
    }


    .about-page .vc_col-sm-6:last-child {
        padding: 50px 80px 50px;
    }
    .about-page h2 {
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 10px;
    }
    .about-page p {
        font-size: 18px;
        line-height: 30px;
    }
    .about-page .vc_col-sm-6:first-child .wpb_wrapper {
        height: 100%;
    }
    .about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
        height: 100%;
    }
    .about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
        height: 100%;
    }
    .about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
        height: 100%;
        object-fit: cover;
    }


    .trauredner-top-sec .vc_col-sm-6:last-child {
        padding: 50px 60px 50px;
    }
    .trauredner-top-sec h2 {
        font-size: 42px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    .trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
        padding: 50px 60px 50px;
    }
    .trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child:before {
        transform: rotate(-25deg);
    }
    .trauredner-top-sec p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    /*.trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
        padding: 50px 60px 50px;
    }*/
    .trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
        padding: 50px 60px 50px;
    }
    .trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper {
        height: 100%;
    }
    .trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
        height: 100%;
    }
    .trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
        height: 100%;
    }
    .trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .trauredner-bottom-sec h2 {
        font-size: 42px;
        margin-bottom: 20px;
        line-height: 48px;
    }
    .trauredner-bottom-sec p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    .trauredner-bottom-sec .vc_col-sm-6:last-child .wpb_wrapper {
        height: 100%;
    }
    .trauredner-bottom-sec .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image {
        height: 100%;
    }
    .trauredner-bottom-sec .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
        height: 100%;
    }
    .trauredner-bottom-sec .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
        padding: 50px 60px 50px;
    }
    .kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper {
        height: 100%;
    }
    .kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
        height: 100%;
    }
    .kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
        height: 100%;
    }
    .kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
        height: 100%;
        object-fit: cover;
    }

    .kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
        padding: 0px 0px 0px !important;
    }
    .kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child {
        padding: 50px 60px 50px;
    }
    .kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child {
        padding: 50px 60px 50px;
    }

    .event-sec .vc_col-sm-6:first-child {
        padding: 50px 60px 50px;
    }


    .sprecher-top-sec .vc_col-sm-6:last-child::before {
        background-position: -25px -2px;
        background-size: 40%;
    }
    .sprecher-top-sec .vc_row:nth-child(3) .vc_col-sm-6::before {
        background-position: -25px -4px !important;
        background-size: 40% !important;
    }   
    .sprecher-bottom-sec .vc_col-sm-6:last-child::before {
        background-size: 40% !important;
        transform: rotate(0deg);
        left: 0px !important;
        top: 0px !important;
        background-position: -7% -4px !important;
    }




    .comedy-top-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child::before {
        top: -113px;
        background-size: 39%;
    }
    .comedy-top-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child::after {
        background-position: 100% 104%;
    }
    .comedy-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:before {
        top: -118px;
    }
    .comedy-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:after {
        background-position: 100% 106%;
    }
    .comedy-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper {
        height: 100% !important;
    }





    .contact-us h2 {
        font-size: 28px;
    }
    .contact-us p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .contact-us .contact-icons ul li .icon_description h3 {
        font-size: 16px !important;
    }
    .contact-us .contact-icons ul li .icon_list_icon {
        width: 1.25em;
        height: 1.25em;
        line-height: 1.5em;
    }
    .contact-us .contact-icons ul li .icon_description {
        height: 1.25em;
        line-height: 1.25em;
    }
    .contact-us .social-meida-icons ul li .icon_description img {
        max-width: 60px;
    }



}

@media (min-width: 1401px) and (max-width: 1600px) {

    .home-banner .vc_col-sm-6:last-child {
        padding: 0px 80px 0px;
    }
    .home-banner h1 {
        font-size: 68px;
        line-height: 70px;
    }
    .home-banner h3 {
        font-size: 22px;
    }
    .home-banner p {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .home-banner h4 {
        font-size: 20px;
    }
    .home-banner ul li {
        font-size: 19px;
        word-spacing: 6px;
    }
    .home-banner ul {
        margin-top: 15px;
    }


    .services-sec .wpb_wrapper h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .services-sec .wpb_wrapper p {
        font-size: 18px;
    }
    .services-sec .wpb_wrapper a {
        font-size: 16px;
    }


    .about-us-sec h2 {
        font-size: 52px;
        margin-bottom: 20px;
        line-height: 58px;
    }
    .about-us-sec p {
        font-size: 18px;
        line-height: 30px;
    }
    .about-us-sec .vc_btn3-container a {
        font-size: 16px;
    }


    .custom-footer p {
        font-size: 18px;
    }
    .custom-footer ul.contact-link a, .custom-footer ul.contact-link li {
        font-size: 18px;
    }
    .custom-footer .col-md-4:nth-child(2) section {
        padding-left: 10%;
    }
    .custom-footer h3 {
        font-size: 28px;
        margin-top: 30px;
    }
    .custom-footer ul.social-link img {
        max-width: 110px;
    }
    .custom-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .custom-footer ul.contact-link li:first-child {
        padding: 8px 0px 8px 0px;
    }
    .custom-footer .widget_media_image img {
        max-width: 100px;
    }


    .about-page .vc_col-sm-6:last-child {
        padding: 50px 80px 50px;
    }
    .about-page h2 {
        font-size: 52px;
        line-height: 58px;
        margin-bottom: 10px;
    }
    .about-page p {
        font-size: 18px;
        line-height: 30px;
    }
    .about-page .vc_col-sm-6:first-child .wpb_wrapper {
        height: 100%;
    }
    .about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image {
        height: 100%;
    }
    .about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
        height: 100%;
    }
    .about-page .vc_col-sm-6:first-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
        height: 100%;
        object-fit: cover;
    }


    .trauredner-top-sec .vc_col-sm-6:last-child {
        padding: 50px 70px 50px;
    }
    .trauredner-top-sec h2 {
        font-size: 52px;
        line-height: 58px;
    }
    .trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
        padding: 50px 70px 50px;
    }
    .trauredner-top-sec p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .trauredner-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child:before {
        background-position: 0% 93%;
    }
    .trauredner-bottom-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child {
        padding: 50px 70px 50px;
    }
    .trauredner-bottom-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
        padding: 50px 70px 50px;
    }
    .trauredner-bottom-sec h2 {
        font-size: 52px;
        line-height: 58px;
    }
    .trauredner-bottom-sec p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 12px;
    }
    /*.trauredner-bottom-sec .vc_col-sm-6:last-child .wpb_wrapper {
        height: 100%;
    }*/
    .trauredner-bottom-sec .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image {
        height: 100%;
    }
    .trauredner-bottom-sec .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper {
        height: 100%;
    }
    .trauredner-bottom-sec .vc_col-sm-6:last-child .wpb_wrapper .wpb_single_image .vc_single_image-wrapper img {
        height: 100%;
        object-fit: cover;
    }

    .kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child {
        padding: 0px 0px 0px !important;
    }
    .kinder-sec .vc_row:nth-child(1) .vc_col-sm-6:first-child {
        padding: 50px 70px 50px;
    }
    .kinder-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child {
        padding: 50px 70px 50px;
    }



    .comedy-top-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child::before {
        top: -132px;
        background-size: 39%;
    }
    .comedy-top-sec .vc_row:nth-child(1) .vc_col-sm-6:last-child::after {
        background-position: 100% 104%;
    }
    .comedy-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:before {
        top: -132px;
    }
    .comedy-top-sec .vc_row:nth-child(3) .vc_col-sm-6:first-child:after {
        background-position: 100% 106%;
    }
    .comedy-top-sec .vc_row:nth-child(3) .vc_col-sm-6:last-child .wpb_wrapper {
        height: 100% !important;
    }



    .event-sec .vc_col-sm-6:last-child .wpb_wrapper {
        height: 100% !important;
    }
    .event-sec .vc_col-sm-6:first-child {
        padding: 50px 70px 50px;
    }


    .contact-us h2 {
        font-size: 28px;
    }
    .contact-us p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .contact-us .contact-icons ul li .icon_description h3 {
        font-size: 16px !important;
    }
    .contact-us .contact-icons ul li .icon_list_icon {
        width: 1.25em;
        height: 1.25em;
        line-height: 1.5em;
    }
    .contact-us .contact-icons ul li .icon_description {
        height: 1.25em;
        line-height: 1.25em;
    }
    .contact-us .social-meida-icons ul li .icon_description img {
        max-width: 60px;
    }



}