@charset "UTF-8";
/*
* Styles Theme Kaiserstraße 2025
* @author: Daniela Brigula - Violution GbR
*/
@media only screen and (max-width: 1566px) {
  header.is-stuck {
    padding: 0 30px;
  }
  header.is-stuck .inside {
    padding-left: 10px;
  }
  .binding {
    margin: auto auto;
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
  }
  .mod_eventreader h1 {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 1400px) {
  h1 {
    font-size: 44px;
    line-height: 56px;
    margin-bottom: 25px;
  }
  .binding {
    margin: auto auto;
    max-width: calc(100% - 60px);
    min-width: calc(100% - 60px);
  }
  #highlight .layout_teaser .content_wrapper h2 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 4px;
  }
  .m-top-100 {
    margin-top: 50px !important;
  }
  .mod_eventlist.layout_list_wrapper .event h2 {
    font-size: 16px;
    height: 69px;
  }
  .mod_eventlist.layout_list_wrapper .event p.time {
    font-size: 17px;
  }
  h4 {
    line-height: 25px;
    font-size: 18px;
  }
  #kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte {
    line-height: 26px;
    font-size: 20px;
  }
  #kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte {
    min-height: 226px;
  }
  h1 {
    font-size: 37px;
  }
  h2 {
    font-size: 28px;
    line-height: 41px;
  }
}
@media only screen and (max-width: 1267px) {
  .company__box {
    height: auto;
  }
  .company__box .content_box .address p {
    line-height: 31px;
  }
  .company__box .content_box .address .text {
    margin-bottom: 20px;
  }
  .company__box .content_box .address .social_media {
    margin-top: 10px;
  }
  #highlight .layout_teaser .content_wrapper h2 {
    font-size: 25px;
  }
}
/* Hamburger einblenden */
@media only screen and (max-width: 1300px), screen and (hover: none) {
  .mod_navigation.header__nav, #menu-close {
    display: none;
  }
  .mod_navigation.header__nav.mobil, #menu-close.mobil {
    display: block !important;
  }
  #menu-close {
    position: fixed;
    z-index: 100000001;
    right: 30px;
    top: 30px;
    background-color: transparent;
    width: 32px;
    height: 32px;
    background-image: url("../layout/menu-close.svg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: 0.6s ease;
    text-indent: -100rem;
    overflow: hidden;
  }
  header #smart-menu-wrapper {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 100000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 61, 124, 0.94);
  }
  header #smart-menu-wrapper .header__nav {
    border: 0;
    margin-top: 30px !important;
    height: 100%;
  }
  header #smart-menu-wrapper .header__nav ul {
    display: block;
  }
  header #smart-menu-wrapper .header__nav ul li, header #smart-menu-wrapper .header__nav ul li.active {
    padding-bottom: 0;
    display: block;
    margin: 0 20px 0 20px;
    height: auto;
  }
  header #smart-menu-wrapper .header__nav ul li a, header #smart-menu-wrapper .header__nav ul li strong, header #smart-menu-wrapper .header__nav ul li.active a, header #smart-menu-wrapper .header__nav ul li.active strong {
    color: #fff;
    display: block;
    padding: 12px 30px 10px 30px;
    text-decoration: none;
    font-size: 22px;
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
  }
  header #smart-menu-wrapper .header__nav ul li strong, header #smart-menu-wrapper .header__nav ul li.trail a, header #smart-menu-wrapper .header__nav ul li.active strong, header #smart-menu-wrapper .header__nav ul li.active.trail a {
    color: #8f8f8f !important;
  }
  header #smart-menu-wrapper .header__nav ul li.trail ul li a, header #smart-menu-wrapper .header__nav ul li.active.trail ul li a {
    color: #fff !important;
  }
  header #smart-menu-wrapper .header__nav ul ul.level_2 {
    display: block;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
    top: unset;
    left: unset;
    text-align: left;
  }
  header #smart-menu-wrapper .header__nav ul ul.level_2 li {
    margin-left: 0;
    margin-right: 0;
  }
  header #smart-menu-wrapper .header__nav ul ul.level_2 li a, header #smart-menu-wrapper .header__nav ul ul.level_2 li strong {
    color: #e7e7e7;
    display: block;
    padding: 10px 30px 7px 60px;
    font-size: 19px;
    width: 100%;
    text-align: left;
  }
  header .smartmenu {
    display: block;
    height: 75px;
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    position: relative;
  }
  header .smartmenu #menu-trigger {
    position: absolute;
    right: 0;
    top: 27%;
    cursor: pointer;
    background-color: transparent;
    width: 32px;
    height: 32px;
    background-image: url("../layout/menu-open.svg");
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    transition: 0.6s ease;
    text-indent: -100rem;
    overflow: hidden;
  }
  header.is-stuck #header__sidebar {
    padding: 22px 30px 0 0;
  }
  header.is-stuck .fab:before {
    font-size: 27px;
  }
  header.is-stuck .smartmenu {
    border: 0;
  }
  header.is-stuck .smartmenu #menu-trigger {
    right: 15px;
  }
}
@media screen and (max-width: 1110px) {
  #hero_wrapper #hero-text {
    transform: scale(0.7);
    top: 26%;
  }
  #kategorien .content__wrapper .inside a.ce_linkedElement {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
  }
  #vio_grid_gallery .content_wrapper h2 {
    font-size: 18px;
  }
  #vio_grid_gallery .content_wrapper {
    padding: 26px 30px;
    bottom: 13px;
  }
  #highlight .layout_teaser .content_wrapper {
    padding: 40px 30px 115px 30px;
  }
  footer .footer__main {
    padding: 65px 0 0 10px;
  }
  .col-6, .col_6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #highlight .layout_teaser .image_container, #highlight .layout_teaser .content_wrapper, #highlight .layout_teaser p.location {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .footer__main .col_6 {
    margin-bottom: 60px;
  }
  .bg_blue {
    padding: 40px;
  }
  .mod_eventlist.layout_list_wrapper .event p.time, .mod_eventlist.layout_list_wrapper .event p.location {
    display: block;
  }
  .mod_eventlist.layout_list_wrapper .event h2 {
    font-size: 22px;
    line-height: 31px;
    height: auto;
    margin-bottom: 15px;
  }
  .mod_eventlist.layout_list_wrapper .event {
    width: 100%;
  }
  .mod_eventlist.layout_list_wrapper .event .image_wrapper {
    display: none;
  }
  .content-text {
    margin-bottom: 10px;
  }
  #vio_grid_gallery li.grid-item.vio_kachel {
    width: 100% !important;
    height: auto !important;
    max-height: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .small_binding {
    max-width: calc(100% - 15px);
    padding: 0 15px;
  }
  #main .binding {
    max-width: calc(100% - 25px);
    min-width: calc(100% - 25px);
  }
  .company__box {
    margin-bottom: 30px !important;
  }
  .mod_eventreader .content-text.media figure {
    display: none;
  }
  .mod_eventreader .content-text.media .rte {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #hero_wrapper #hero-text {
    transform: scale(0.6);
    top: 20%;
  }
  #kategorien .content__wrapper .inside a.ce_linkedElement {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item {
    width: 100%;
  }
  #kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte {
    min-height: 157px;
  }
}
@media screen and (max-width: 680px) {
  #hero_wrapper #hero-text {
    transform: scale(0.5);
    top: 12%;
    padding: 0;
    white-space: nowrap;
  }
  #main .content-headline {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 28px;
  }
  #main .content-headline.m-bottom-70 {
    margin-bottom: 40px !important;
  }
  #main .content-headline.centered {
    text-align: left;
  }
  .vorstand {
    display: block;
    margin-bottom: 40px !important;
    padding-bottom: 31px;
  }
  .vorstand figure {
    margin-right: 0;
    width: 100%;
    display: block;
  }
  .vorstand h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .vorstand ul {
    padding-left: 20px;
  }
  h2 {
    font-size: 28px;
    line-height: 35px;
  }
  .bg_blue {
    padding: 28px;
  }
  .company__box .content_box {
    padding: 130px 20px 0 20px;
  }
  .company__box .content_box figure img {
    max-width: 196px;
    max-height: 69px;
    object-position: right;
  }
  .company__box .content_box h2 {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 28px;
    margin-top: 10px;
  }
  .wappen-wrapper .col_5 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  .wappen-wrapper .col_2 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media screen and (max-width: 511px) {
  #hero_wrapper #hero-text {
    transform: scale(0.45);
    top: 4%;
  }
  #footer_bottom p {
    max-width: 300px;
    margin: 0 auto;
  }
  .content-text.intro h2 {
    margin-bottom: 19px;
    margin-top: 18px;
    font-size: 27px;
    line-height: 33px;
  }
  h3 {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  h1 {
    font-size: 25px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  h1.centered {
    text-align: left;
  }
  .company__box .content_box .address {
    font-size: 17px;
  }
  .mod_eventlist.layout_list_wrapper {
    margin-top: 30px;
  }
  p {
    line-height: 1.8rem;
    margin-bottom: 32px;
  }
  h2 {
    font-size: 20px;
    line-height: 33px;
  }
  #main .content-headline {
    margin-left: 0;
    margin-right: 0;
  }
  #kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte {
    padding: 18px 10px;
  }
  #kategorien .content__wrapper .inside a.ce_linkedElement .bounced_item .rte {
    line-height: 26px;
    font-size: 17px;
  }
  .mod_article {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  header.is-stuck .col_12:first-child #header__logo img {
    width: auto;
    height: 100%;
  }
  .company__box .content_box .address {
    font-size: 19px;
    line-height: 30px;
  }
  header.is-stuck {
    height: 80px;
    padding: 0 6px;
  }
  header.is-stuck .row.centered {
    text-align: left;
    justify-content: left;
  }
  header.is-stuck #header__sidebar {
    padding: 8px 0 0 0 !important;
    transform: scale(0.9);
    right: 15px;
  }
  header.is-stuck .col_12 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    max-height: 60px;
  }
  header.is-stuck .col_12:first-child #header__logo {
    width: 80px;
  }
  header .smartmenu #menu-trigger {
    top: 20%;
    width: 29px;
    height: 29px;
  }
  header .smartmenu {
    height: 50px;
  }
  .mod_eventlist.layout_list_wrapper .event h2 {
    font-size: 17px;
    line-height: 23px;
  }
  .mod_eventreader h1 {
    margin-top: 0;
  }
}
@media screen and (max-width: 420px) {
  .wappen-wrapper .col_5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wappen-wrapper .col_2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #hero_wrapper #hero-text {
    top: -4%;
  }
}

/*# sourceMappingURL=responsive_2025.css.map */
