@import url("custom-variables.css");
@import url("custom-sppb-article-full-width.css");
.coming-soon-login{display:none;}
html.coming-soon body, html.offline body{
  background: url(/images/bilder/mixing-video-console-is-designed-dj-s-work.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
html {
  font-family:Arial,sans-serif;
}
body{
  font-family:Arial,sans-serif;
  font-family:var(--secondary_font,sans-serif);
  overscroll-behavior-y: none;
  background: #000;
}
.white-popup-block {
    background: black;
    overflow-x: hidden;
    overflow-y: auto; 
}
.archiv table p {
	margin-bottom: 0;	
}
body:not(.itemid-101){
  background: #fff;
}
h1 {
  font-size: 70px !important;
}
h1,h2,h3,h4,h5,h6{
  font-family:var(--primary_font,sans-serif);
}
.pri_font, 
.pri_font_heading h1, 
.pri_font_heading h2, 
.pri_font_heading h3, 
.pri_font_heading h4, 
.pri_font_heading h5,
.pri_font_content p,
.pri_font_content div,
.pri_font_content span,
.pri_font_link a,
.pri_font_link button
{font-family:var(--primary_font);}
.sec_font, 
.sec_font_heading h1, 
.sec_font_heading h2, 
.sec_font_heading h3, 
.sec_font_heading h4, 
.sec_font_heading h5,
.sec_font_content p,
.sec_font_content div,
.sec_font_content span,
.sec_font_link a,
.sec_font_link button
{font-family:var(--secondary_font);}
.ter_font, 
.ter_font_heading h1, 
.ter_font_heading h2, 
.ter_font_heading h3, 
.ter_font_heading h4, 
.ter_font_heading h5,
.ter_font_content p,
.ter_font_content div,
.ter_font_content span,
.ter_font_link a,
.ter_font_link button
{font-family:var(--tertiary_font);}

.pri_color{color:var(--primary_color);}
.pri_color_light{color:var(--primary_color_light);}
.pri_color_dark{color:var(--primary_color_dark);}
.sec_color{color:var(--secondary_color);}
.pri_color_LINK a{color:var(--primary_color);}
.pri_color_LINK_light a{color:var(--primary_color_light);}
.pri_color_LINK_dark a{color:var(--primary_color_dark);}
.sec_color_LINK a{color:var(--secondary_color);}
.pri_color_LINK a:hover,
.pri_color_LINK_light a:hover,
.pri_color_LINK_dark a:hover,
.sec_color_LINK a:hover{text-decoration:underline;}
.pri_color_BG{background-color:var(--primary_color);}
.pri_color_BG_light{background-color:var(--primary_color_light);}
.pri_color_BG_dark{background-color:var(--primary_color_dark);}
.sec_color_BG{background-color:var(--secondary_color);}
.sec_color_BG_light{background-color:var(--secondary_color_light);}
.sec_color_BG_dark{background-color:var(--secondary_color_dark);}
.pri_color_heading .sppb-addon-title{color:var(--primary_color);}
.sec_color_heading .sppb-addon-title{color:var(--secondary_color);}

#sp-top-bar {background-color:var(--secondary_color_dark);color: #aaa;}
#sp-top-bar a {color:#aaa;}
a,.article-list .article .readmore a,
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a
{color:var(--secondary_color_dark);}
a:hover, .article-list .article .readmore a:hover
.article-list .article .article-header h1 a:hover, 
.article-list .article .article-header h2 a:hover
{color:#000;}
#sp-main-body ul li{
  margin-bottom: 8px;
}
.tk-text-popup iframe{
  background: #fff;
}
.close_button:before,
.close_button:after
{
  border-color:#777 !important;
}
.close_button{
  background-color:#fff !important;
}
.btn-primary, .sppb-btn-primary {
  border-color: var(--primary_color_light);
  background-color: var(--primary_color_light);
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color:var(--primary_color);
  background-color: var(--primary_color);
}
.com-users.view-login .login .password-group .input-group-text{
  border-color: var(--primary_color);
  background-color: var(--primary_color);
}
body .sppb-btn.sppb-btn-primary {
  border-color: var(--primary_color);
}
body .sppb-btn.sppb-btn-primary:after, body .sppb-btn.sppb-btn-primary:before {
  background: var(--primary_color_light);
}
body .sppb-btn.sppb-btn-primary:before {
  background: var(--primary_color);
}
body .sppb-btn.sppb-btn-primary.sppb-btn-gradient {
  background-image: linear-gradient(0deg, #044cd0 0, #3d01dc 100%);
}
body .sppb-btn.sppb-btn-primary.sppb-btn-gradient:hover {
  background-image: linear-gradient(0deg, #3d01dc 0, #044cd0 100%);
}
body .sppb-btn.sppb-btn-primary.sppb-btn-3d {
  border-bottom-color: var(--primary_color_light);
  background: var(--primary_color);
}
body .sppb-btn.sppb-btn-primary.sppb-btn-3d:hover {
  background: var(--primary_color);
  border-color: var(--primary_color);
}
body .sppb-btn.sppb-btn-primary.sppb-btn-outline {
  border-color: var(--primary_color);
}
body .sppb-btn.sppb-btn-primary.sppb-btn-outline.sppb-btn-rounded:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-outline.sppb-btn-round:hover, body .sppb-btn.sppb-btn-primary.sppb-btn-outline.sppb-btn-rounded:focus, body .sppb-btn.sppb-btn-primary.sppb-btn-outline.sppb-btn-round:focus {
  background-color: var(--primary_color);
  border-color: var(--primary_color);
}
body .sppb-btn.sppb-btn-primary:hover, body .sppb-btn.sppb-btn-primary:focus, body .sppb-btn.sppb-btn-primary:active {
  border-color: var(--primary_color_light);
}
body .sppb-btn.sppb-btn-link:hover {
  color: var(--primary_color);
}
ul.social-icons > li a:hover {
  color: var(--primary_color);
}

.sp-page-title {background-color:var(--primary_color);padding: 30px 0px 45px;}
.sp-page-title .breadcrumb a, .sp-page-title .breadcrumb span,
.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li:before, .sp-page-title .breadcrumb > li > a
{font-size: 16px;font-family: var(--tertiary_font)}
.sp-page-title .sp-page-title-heading{font-size: 40px;}
.sp-page-title:before {
    opacity: 0.9;
    background-image: linear-gradient(to bottom, #00227e, #1960ca 98%);
}


#sp-header.header-sticky ~ section#sp-main-body{padding-top: 0px !important;} /* fix for sticky nav (check "custom.js")*/
body.com-content #sp-header.header-sticky ~ section#sp-main-body{padding-top: 80px !important;}
/* body:not(.itemid-101) #sp-header.header-sticky ~ section#sp-main-body{padding-top: 80px !important;} */
body, body.transparent-nav{padding-top: 0px !important;}

a.home_link{
  display: none;
  position: absolute;
  left: 5px;
  width: 230px;
  height: 80px;
}
#sp-header.header-sticky a.home_link{display:block;}

#sp-top-bar {background-color:var(--secondary_color_dark);color: #aaa;}
#sp-top-bar a {color:#aaa;}
a{color:var(--secondary_color);}
a:hover{text-decoration: underline;}

.sp-page-title {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primary_color);
    display: flex;
    align-items: center;
}
.sp-page-title-heading{
    text-align: center;
    width: fit-content;
    background: #000 !important;
    padding: 0px 25px !important;
    color: var(--primary_color) !important;
    font-size: 55px !important;
    line-height: 104px !important;
    font-weight: 800;
}
.sp-scroll-up{background:var(--secondary_color_dark);bottom: 25px;}
.underline .sppb-addon-title{border-bottom:2px solid var(--primary_color_light);padding: 1px 0px;width: fit-content;}
.underline_light{border-bottom:1px solid #eee;padding: 1px 0px;width: fit-content;}
.hidden{display: none;}
.round-circle{border-radius:50%;}
.round-border{border-radius:15px;}
.rounded-corner{border-radius:8px;}
.rounded-image img{border-radius:8px;}
.border-image-white img{border:2px solid #fff;}
.center{text-align: center;}
.width_fit{width: fit-content;}
.p_no_margin p{margin: 0;}
.link_inverse a{text-decoration: underline;color: #efefef;font-weight: 600;}
.link_inverse a:hover{color: #fff;}
.inverted_link a{color: #fff;}
.trennzeichen{cursor: default;}
.p_bigger{font-size: 16px;line-height: 28px;color: #555;}
.five_columns .sppb-col-md-2,
.five_columns .sppb-col-md-4
{
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

/* ----------------- Styling for Offcanvas Menu -----------------*/
#offcanvas-toggler {
    float: none;
    margin: 0;
    line-height: 1;
    font-size: 2rem;
    position: fixed;
    right: 15px;
    top: 10px;
    padding: 10px;
    height: auto;
    z-index: 999;
    transition: all 0.5s ease;
    /* background-color:var(--primary_color_dark);
    border: 1px solid rgba(255,255,255,0.6); */
}
#sp-header.header-sticky #offcanvas-toggler {
    background: rgba(0,0,0,0.5);
}

.close-offcanvas {
    background:var(--primary_color_dark);
}

.close-offcanvas .fa {
    color: #111;
}
#offcanvas-toggler > .fa{
    color: #000;
}
#offcanvas-toggler > .fa:hover, 
#offcanvas-toggler > .fa:focus, 
#offcanvas-toggler > .fa:active{
    color:#000;
    
}
#sp-header.header-sticky #offcanvas-toggler > .fa{
    color: #fff;
  }

.offcanvas-menu{;background:#111;}
.offcanvas-menu .offcanvas-inner{
    padding: 30px 0px;
}
body.ltr.offcanvs-position-right .offcanvas-menu {
    left: -300px;
}
body.ltr.offcanvs-position-right.offcanvas-active .offcanvas-menu {
    left: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a{
    color:var(--primary_color);
    line-height: 65px;
    font-size: 25px;
    font-weight: 800;
    font-family: var(--primary_font);
    padding-left: 30px;
    padding-right: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:active,
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul > li.active a{
    background-color:var(--primary_color);
    color:#111;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:hover, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus, 
.offcanvas-menu .offcanvas-inner .sp-module ul > li span:focus
{color:#000;text-decoration: none;}

/* ----------------- Styling for BreezingForms -----------------*/
#ff_formdiv1{background: #fff;}
.bfQuickMode fieldset legend{background: #333; padding:15px 0 15px 25px; color: var(--primary_color);font-weight:700;}
.bfQuickMode section, .bfQuickMode fieldset {padding-right: 0 !important;}
.bfQuickMode label {font-weight:400 !important;}
.bfQuickMode fieldset .bfbs3-row, 
.bfQuickMode fieldset .row {
    padding-top: 15px !important;
    margin: 25px !important;
}
.bfbs3-btn-primary{background: var(--primary_color) !important; border-color: var(--primary_color_dark) !important;}
.bfbs3-btn-primary:hover{background: var(--primary_color_dark) !important; border-color: var(--primary_color_dark) !important;}
.bfQuickMode .bfbs3-form-inline .bfbs3-form-control, 
.bfQuickMode .form-inline .form-control
{display: inline-block;}
.bfQuickMode textarea{color:#495057 !important;}
.bfQuickMode .bfbs3-form-group-actions, .bfQuickMode .form-group-actions{
    display: flex;
    margin-bottom: 0px !important;
}
.bfbs3-glyphicon{color: #333;}
#bfSubmitButton{
    background-color: #333 !important;
    color: #fff !important;
    padding:10px 25px;
    font-weight:700;
    border-radius:0px;
    border:0px;
    margin:0px 25px 25px 0px
}
#bfSubmitButton:hover{
    color: var(--primary_color) !important;
}
/* ----------------- End Styling for BreezingForms -----------------*/

#colorbox.droppics, #cboxOverlay.droppics, #colorbox.droppics #cboxWrapper{z-index: 999999;}
#jmap_sitemap{text-align: center;}
.droppicspictures{margin: 0 auto;}

.kontakt_icon svg path{fill:var(--primary_color_dark) !important;}
.kontakt_icon svg{transition: all 0.2s ease}
.kontakt_icon svg:hover, .kontakt_icon svg:active{transform:scale(1.1)}
.contact_img svg, .contact_img img{width: 300px;float: right;}
.contact_text table td{padding: 2px 0px;}

#sp-header {background:var(--primary_color);position: fixed;z-index: 999;transition: all 0.5s ease;z-index: 2 !important;box-shadow:none;}
#sp-header.header-sticky{
  background:var(--primary_color);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.20);
}
body.transparent-nav #sp-header {
  position: fixed;
  z-index: 999;
  background:var(--primary_color);
}
body.transparent-nav #sp-header.header-sticky{
  background:rgba(255, 237, 46, 0.95) !important;
}

/*
#sp-header.header-sticky .sp-megamenu-parent > li > a,
#sp-header.header-sticky .sp-megamenu-parent > li.active > a, 
#sp-header.header-sticky .sp-megamenu-parent > li.active:hover > a
{color:#fff;}
*/
/*
#sp-header.header-sticky #sp-menu{
  background: url(../../../images/logo/logo.svg) no-repeat;
  background-size: 70px;
  background-position: 0%;
}
*/
#sp-above {background-color:var(--primary_color);font-size: 14px;}
#sp-above .above-links,
#sp-above .above-links a{color:var(--secondary_color_light);}
#sp-above p{margin-bottom: 0}
body.transparent-nav #sp-above {background-color:var(--primary_color);}
body.transparent-nav #sp-above .above-links,
body.transparent-nav #sp-above .above-links a{color:var(--secondary_color_light);}
.sp-megamenu-parent{
  text-align: center;
  float: initial;
} 
.sp-megamenu-parent li{text-align: left;}
.sp-megamenu-parent > li > a{
    transition: font-size 1s;
    font-family: var(--primary_font,sans-serif);
    font-size: 20px;
    font-weight: 900; 
    color:var(--secondary_color_dark)
    }
#sp-header.header-sticky .sp-megamenu-parent > li > a{font-size: 18px;}
.sp-megamenu-parent > li > a:hover{color:var(--secondary_color_dark);}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a{color:var(--secondary_color_dark);}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a
{color:#000;}
body.transparent-nav .sp-megamenu-parent > li > a{color: #333;}
body.transparent-nav .sp-megamenu-parent > li > a:hover{color:#333;}
body.transparent-nav .sp-megamenu-parent > li.active > a, 
body.transparent-nav .sp-megamenu-parent > li.active:hover > a{color:#555;font-weight: 900;}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background: var(--primary_color);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover
{
  color:#333;
  text-decoration: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  font-weight: 600;
}
#sp-logo{
  display: none;
  position: absolute;
  left: -25px;
  width: 100%;
  z-index: 9;
}
#sp-logo a{display: block;}

#sp-bottom table td:first-child{
  padding-right: 10px;
}
#sp-bottom .sp-module .sp-module-title{
  font-family:var(--secondary_font) !important;
  font-weight: normal;
  font-size: 1.2rem;
  border-bottom: 2px solid #ccc;
  padding: 1px 0px;
  width: fit-content;
}
#sp-bottom2 .sp-module{margin-bottom:15px;}
#sp-bottom {
    background: var(--primary_color);
    color: #fff;
    padding: 20px 0px 0px 0px;

}
#sp-bottom .sp-module ul{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
  max-width: 380px;
  font-size: 18px;
}
#sp-bottom .sp-module ul > li{margin-bottom: 0px;}
/*
.sp-module ul >li >a:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    margin-right: 8px;
}*/
#sp-bottom .sp-module ul >li >a,
#sp-bottom .sp-module ul >li >span {
  color:#111;
  font-weight: 800;
    display: block;
    line-height: 36px;
    padding: 2px 0;
    -webkit-transition: 300ms;
    transition: 300ms;
}
#sp-bottom .sp-module ul >li >a:hover {
    color: #000;
    text-decoration: underline;
    
}
#sp-footer {
    background: #000;
    color: #eee;
}
.breadcrumb{
  background: transparent;
  margin-top: 40px;
  font-size: 13px;
}
section#sp-title{
    margin-top:80px;
}
body.layout-blog.view-article section#sp-title{
    display: none;
}
.page-header {
  margin-bottom: 100px;
  margin-top: 25px;
  text-align: center;
  width: fit-content;
  background: #000;
  padding: 0px 25px;
  color: var(--primary_color);
  font-size: 55px;
  line-height: 104px;
  font-weight: 800;
}
/*
.article-details .article-header h1, .article-details .article-header h2,
.page-header h1, .page-header h2{
  font-family: var(--secondary_font,sans-serif) !important;
  font-size: 32px;
}
*/

.article-details .article-header h1, .article-details .article-header h2 {
  font-size: 2.75rem;
}

.blog .page-header{
 margin-bottom: 50px;
}

.heading_normal h1, .heading_normal h2, .heading_normal h3{
  font-family: var(--secondary_font,sans-serif) !important;
  font-size: 32px;
}

.article-details .article-ratings-social-share{display: none !important;}
.article-details .article-can-edit {
    position: absolute;
    margin-bottom: 0px;
    display: block;
    width: auto;
    top: -80px;
    right: 0px;
    height: auto;
}

.sppb-addon-articles h3{font-size: 20px}

.sppb-addon-articles .sppb-article-img-wrap{
  display: block;
  overflow: hidden;
  width: fit-content;
}

.sppb-article-info-wrap {
  padding: 20px;
  background: #F7F6F0;
  min-height: 135px;
}

.sppb-article-introtext {
  font-size: 14px;
}

.sppb-addon-single-image.zoom .sppb-addon-single-image-container,
.droppicsgallery .cboxElement{
  display: block;
  overflow: hidden;
  width: fit-content;
}

.sppb-addon-articles img,
.blog-featured .item-image img, 
.blog .item-image img,
.blog .article-intro-image img
{
    object-fit: cover;
    object-position: center;
  box-shadow: 0 3px 5px 0px rgba(0,0,0,0.15);
  -webkit-filter: brightness(1) blur(0);
  filter: brightness(1) blur(0);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  backface-visibility: hidden;
}

.sppb-addon-single-image.zoom .sppb-addon-single-image-container img,
.droppicsgallery .cboxElement img{
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  backface-visibility: hidden;
}

.sppb-addon-articles img:hover,
.blog-featured .item-image img:hover,
.blog .item-image img:hover,
.blog .article-intro-image img:hover,
.sppb-addon-single-image.zoom .sppb-addon-single-image-container img:hover,
.droppicsgallery .cboxElement img:hover
{
  -webkit-filter: brightness(1.1) saturate(1.2) blur(0px);
  filter: brightness(1.1) saturate(1.2) blur(0px);
  -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.com-content #sp-main-body {
  padding:75px 0px 100px 0px;
}
body.layout-blog.view-article #sp-main-body {
    margin-top: 80px;
}

.article-list .article{
  background: var(--primary_color);
  height: 92%;
}
.article-introtext{
    font-size: 13px;
}
.sppb-addon-articles .sppb-readmore{float:right;}
.blog .article-list .article .article-header h1 a, 
.blog .article-list .article .article-header h2 a
{
    color:var(--secondary_color_dark);
    font-weight: 600;
}
.blog .article-list .article .article-header h1 a:hover, 
.blog .article-list .article .article-header h2 a:hover
{color:#000;}

.blog-featured .introtext,
.blog .introtext
{min-height: 45px;}

.pager{border:none;margin-bottom: 50px;}
.pager > li a{
  color:var(--secondary_color_dark);
  border: 1px solid var(--secondary_color_dark);
  background-color: var(--primary_color_dark);
}
.pager > li a:hover{
  color:var(--secondary_color);
  border: 1px solid var(--secondary_color);
  text-decoration: none;
}




#intro, #sec{
  height: 100vh;
}

.layer-2{z-index: 2 !important;}

.intro_logo svg{
  min-width: 300px;
  max-width: 30vw;
  margin: 0 auto;
  display: block;
}
.scroll_link{
  position: absolute;
  bottom: 25px;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  text-align: center;
  z-index: 2;
  opacity:0;
  animation: fadeIn 0.5s 1s ease both;
} 
.scroll_link svg{
  max-width:75px;
  margin:0 auto;
}

.logo-holder{
    display: grid;
    height: 80px;
    align-content: center;
    width: 100%;
    padding: 0 15px;
}
.logo-holder .gitarre{
    display: none;
}
#sp-logo-above img{
    float: right;
    width: 130px;
}
.icon-holder{
    display: grid;
    height: 80px;
    text-align: center;
    align-content: center;
    grid-template-columns: 1fr 1fr;
    width: 150px;
    float: right;
}

.icon-holder.spende{
    display: grid;
    height: 80px;
    text-align: center;
    align-content: center;
    grid-template-columns: 1fr;
    width: auto;
    float: right;
}

.icon-holder-2{
    float: right;
    display: grid;
    height: 80px;
    width: 80px;
    text-align: center;
    align-content: center;
    padding: 0 15px;
    margin-left: 20px;
    background: #fff;
    position: relative;
}

.icon-holder-2 img {
    transition: all 0.2s ease;
    position: absolute;
    width: 50px;
    height: 50px;
    z-index: 2;
    left: 15px;
    top: 15px;
}

.icon-holder-2:hover img{
   transform: scale(1.15);
}
.icon-holder-2 img.muted{
   display: none;
}

.icon-holder img{
   width: 35px;
    margin: 0 auto;
}

.intro_heading_1{
    width: fit-content;
    background: #000;
    padding: 0px 25px;
}

.intro_heading_2{
    width: fit-content;
    background: var(--primary_color);
    padding: 0px 25px;
    text-align: center;
}
.intro-play-button-holder svg {
    max-width:225px;
    transition: all 0.2s ease
}

.intro-play-button-holder span {
    font-family: var(--primary_font);
    font-weight: 800;
    color: var(--primary_color);
    font-size: 32px;
    display: none;
}

.intro-play-button-holder svg:hover{
   transform: scale(1.075);
}
.intro-play-button-holder svg path{
    fill: var(--primary_color);
}

#sppb-addon-1624802128744{
    border-top: 8px solid #fff;
}

.round-icon-holder img{
    max-width: 75px;
    transition: all 0.2s ease
}

.round-icon-holder img:hover{
   transform: scale(1.1);
}

.bottom-logo-holder img{
    max-width: 175px;
    float: right;
    position: relative;
    top: 90px;
}

.program-table table{
    text-align: center;
    max-width: fit-content;
}

.program-table table th{
    background-color:var(--primary_color);
    color: #333;
    font-size: 16px;
    padding: 5px;
    border-top: 0px;

}
.program-table table td:first-child{
     color:var(--primary_color_light);
}
.program-table table td{
     padding: 10px;
}


#table-program-1,
#table-program-2,
#table-program-3,
#table-program-4,
#table-program-5,
#table-program-6{
    display: none;
}

svg.link{
    display: inline-block;
    margin.left: 25px;
    width: 50px;
}
svg.link path{
    fill:var(--primary_color);
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	padding: 0 13px;	
}
#archiv table{
  width: 100%;
}
#archiv table tr{
  border-top: 1px solid #ffed2e;
}
#archiv table td{
  padding: 8px 0px;
}
#archiv table .heading{
  font-family: var(--primary_font,sans-serif);
  color:var(--primary_color);
  font-weight: 600;
}
#archiv table .date{
  font-family: var(--primary_font,sans-serif);
  color:var(--primary_color);
  padding-right: 50px;
  width: 150px;
  line-height:1;
}
#archiv table .date-big{
  font-size: 75px;
  font-weight: 800;
}
#archiv table .icon{
  width: 50px;
}
#archiv table .icon img,
.social-links img{
  transition: all 0.2s ease;
}
#archiv table .icon a:hover img,
.social-links a:hover img
{
     transform: scale(1.25);
}
#archiv table a{
  color: #fff;
}
#archiv-inner,
.inner-section-over{
  margin-top: -150px !important;
}

@keyframes fadeIn { to { opacity:1; } }


@media only screen and (max-width : 1450px){
    #sp-header .container {
        min-width: 90vw;
    }
    #sp-header .container .row{
       display: grid;
       grid-template-columns: auto auto auto;
    }
    #sp-menu,
     #sp-header-links,
     #sp-logo-above,
     .logo-holder{
         width: fit-content;
         max-width: initial;
     }
     #sp-logo-above img{
         float: left;
     }
     #sp-menu,
     #sp-header-links,
     #sp-logo-above{
         flex: initial;
     }
}
@media only screen and (max-width : 1400px){
    .sp-megamenu-parent > li > a{
        font-size: 18px;
    }
}
@media only screen and (max-width : 1350px){
    #sp-header .container {
        min-width: 95vw;
    }
}
@media only screen and (max-width : 1300px){
    .icon-holder{
        width: fit-content;
        gap: 20px;
    }
    #sp-header .container {
    min-width: 100vw;
    }
    #sp-header .sppb-col-md-12{
        padding: 0px;
    }
}

@media only screen and (max-width : 1250px){
    #sp-logo-above{
        padding-right: 0px;
    }
    .icon-holder img {
        width: 30px;
    }
}
@media only screen and (max-width : 1200px){
    .sp-megamenu-parent > li > a {
        font-size: 17px;
    }
}
@media only screen and (max-width : 1100px){
    .sp-megamenu-parent > li > a {
        font-size: 16px;
        padding: 0 10px;
    }
}
@media (max-width: 1200px) and (min-width: 992px){
    #sppb-addon-1624801202317 .sppb-addon-title {
        font-size: 53px !important;
    }
    #sppb-addon-1624802128744 .sppb-addon-title {
        font-size: 39px !important;
    }
}
@media only screen and (max-width : 992px)
{
    div#playlist {
        font-size: 14px;
    }
    div#playlist td {
        margin-left: 5px;
    }
    #sp-header .container{
        max-width: 720px;
        min-width:initial;
    }
    .bottom-logo-holder img {
        top: 0;
        margin: 0 auto;
    }
  #sp-logo-above img{
      width: 110px;
      float: left;
  }
  #sp-header-links{
      display: none !important;
  }
  .logo-holder{
    width: fit-content;
    }
  .logo-holder .schrift{
    display: none;
    }
  .logo-holder .gitarre{
    display: block;
    }
  .mobile-bg-cover{
    background-size: cover !important;
  }
  #sp-header.header-sticky{
    height: 0px;
  }
  #sp-header.header-sticky .logo-holder{
   display: none;
  }
  
  html.offline .offline-wrapper h1{
     font-size: 60px !important;
    }
}
@media only screen and (max-width : 768px)
{
  h1 {
    font-size: 50px !important;
  }
  #sp-bottom1{
      order: 2;
  }
  #sp-bottom2{
      order: 1;
  }
  #sp-header .container{
        max-width: 540px;
        min-width:initial;
    }
  .bottom-logo-holder img{
      float: initial;
  }
  .sp-page-builder .page-content #section-id-1620480401352{
      padding-top: 15px !important;
  }
  .intro-play-button-holder  {
    display: grid;
    align-items: center;
    grid-template-columns: 160px auto;
    gap:10px;
    }
    .intro-play-button-holder span{
        display: block;
    }
  #sp-bottom .sp-module ul{
      font-size:14px;
      grid-template-columns: auto auto auto auto auto;
      max-width: 360px;
  }
  
  .intro-play-button-holder svg {
    max-width: 200px;
  }
  .blog-featured .item-image img, 
  .blog .item-image img, 
  .blog .article-intro-image img,
  .sppb-addon-articles img
  { width: 100%;height: auto;}
  .blog-featured .item, 
  .blog .item{height: auto !important;}
  #sp-above-top .sppb-addon-content{
    display: grid;
    grid-template-columns: 1fr;
    float: right;
    width: fit-content;
  }
  #sp-logo img{
    width: 225px;
  }
  .intro_logo svg {
    min-width: 250px;
  }
  #sppb-addon-1620090532527 p{
    text-align: left !important;
  }
  html.offline .offline-wrapper h1{
     font-size: 40px !important;
    }
}

@media only screen and (max-width : 576px)
{
    body:not(.itemid-101) .intro_heading_1{
        width: inherit;
        text-align: center;
    }
    .sp-page-title-heading{
        font-size:45px !important;
        line-height: 80px !important;
        width: inherit;
        text-align: center;
    }
    .com-content #sp-main-body {
        padding: 35px 0px 75px 0px;
    }
    body.com-content #sp-header.header-sticky ~ section#sp-main-body{
        padding-top: 35px !important;
    }
    #sp-header .container{
        max-width: 540px;
        min-width:initial;
    }
  #sp-logo img{
    width: 175px;
  }
  #sp-logo{
    left: -10px;
    top: 15px;
  }
  #sp-header.header-sticky #offcanvas-toggler{
    top:10px;
  }
  html.offline .offline-wrapper{
    padding:25px;
  }
  html.offline .offline-wrapper h1{
   font-size: 28px !important;
  }
  
  #table-program-1,
  #table-program-2,
  #table-program-3,
  #table-program-4,
  #table-program-5,
  #table-program-6{
    display: block;
  }
  
  .program-table table {
      width: auto;
  }
  .program-table table th {
      cursor: pointer;
      width: 80vw !important;
  }
  .program-table table td {
      display: none;
    width: 100% !important;
  }
  
  #table-program-0 th:not(.mo),
#table-program-0 td:not(.mo){
    display: none;
}

#table-program-1 th:not(.di),
#table-program-1 td:not(.di){
    display: none;
}

#table-program-2 th:not(.mi),
#table-program-2 td:not(.mi){
    display: none;
}

#table-program-3 th:not(.do),
#table-program-3 td:not(.do){
    display: none;
}

#table-program-4 th:not(.fr),
#table-program-4 td:not(.fr){
    display: none;
}

#table-program-5 th:not(.sa),
#table-program-5 td:not(.sa){
    display: none;
}

#table-program-6 th:not(.so),
#table-program-6 td:not(.so){
    display: none;
}
  
}


@media only screen and (max-width : 450px)
{
    #sppb-addon-1624801202317 .sppb-addon-title {
        font-size: 28px !important;
    }
    #sppb-addon-1624800556607 .sppb-addon-title {
        font-size: 14px !important;
    }
    #sppb-addon-1624802128744 .sppb-addon-title {
        font-size: 20px !important;
    }
}


@media only screen and (max-width : 375px)
{
  .intro_heading_1,
  .intro_heading_2{
    padding: 0px 15px;
    }
    #sppb-addon-1624801202317 .sppb-addon-title {
        font-size: 25px !important;
    }
    .intro-play-button-holder {
        grid-template-columns: 110px auto;
    }
    #sppb-addon-1624802128744 {
        padding: 15px !important;
    }
    #sppb-addon-1624802128744 .sppb-addon-title {
        font-size: 18px !important;
    }
}



@media only screen and (min-width: 768px) {
  .blog-featured .item-image img, 
  .blog .item-image img,
  .blog .article-intro-image img,
  .sppb-addon-articles img
  {width: 375px;height: 175px;}
}
@media (min-width: 992px)
{
}

@media (min-width: 1450px)
    {
      #sp-header .container{
      max-width: 80vw;
      min-width: 1475px;
      padding: 0px 35px;
    }
}


