
/**** definitions ****/
.color1 { color: var(--color1); }
.color2 { color: var(--color2); }
.color3 { color: var(--color3); }
.grey0 { color:var(--bs-light); }
.grey1 { color:var(--grey1); }
.grey2 { color:var(--grey2); }
.grey3 { color:var(--grey3); }

.bg-gradient1 { background:var(--grad) }
.bg-gradient-reverse { background:var(--grad-revers) }
.bg-color1 { background: var(--color1); }
.bg-color2 { background: var(--color2); }
.bg-color3 { background: var(--color3); }
.bg-grey0 { background:var(--bs-light); }
.bg-grey1 { background:var(--grey1); }
.bg-grey2 { background:var(--grey2); }
.bg-grey3 { background:var(--grey3); }
.bg-black { background:var(--black); }


body  {
    font-family: 'Font-Body', sans-serif;
}

/**** contao completition  *****/
.invisible { display:none!important; }
.content-text img,
.content-image figure img { max-width:100%; height:auto; }
.widget { margin-bottom: 1rem }
figure { margin: 0 } 
.invisible { display: none; }
div, a, a.btn { transition: .2s all ; }
.small .rte p { font-size: .85rem; }
a { color:var(--grey2) }
a:hover { color:var(--color1) }
iframe  { width:100% }

p.more a,
.btn {
    border: none;
    border-radius: var(--br);
    color: var(--white);
    font-size: 1rem;
    padding: .3rem .75rem;
    /*text-transform: uppercase;*/
    position: relative;
}

/*.btn:hover { top:-2px; color: var(--white)  }*/
.btn:hover { color: var(--white)  }
.btn-default { background:var(--color1); }

p.more a,
.btn,
.btn-primary { background: var(--grad2); }

.btn:hover,
.btn-primary:hover { background: var(--grad2-revers); }

.btn-secondary { background: var(--color2); }


.media.media--left .blockInner  { flex-direction: row;}
.media.media--right .blockInner { flex-direction: row-reverse; }
.media.media--above .blockInner { flex-direction: column; }
.media.media--below .blockInner { flex-direction: column-reverse; }

.roundImg figure img {
    border-radius: 50%;
    border: 3px solid var(--color1);
    margin-bottom: 1rem;
}
.roundImg figure img:hover {
    border: 3px solid var(--color2);
}

.roundIcon em.bi {
    font-size: 1.5rem;
    background: var(--grad);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}

body.error403 h1,
body.error404 h1 {
    font-size: 15rem;
}

.mod_eventlist  div.header, p.info, p.back a, p.time, p.location {
    display: inline;
    font-size: .75rem;
    color: #000;
    border-radius: 0;
    line-height: normal;
    width: fit-content;
    color: var(--grey2);
    margin-bottom: 1rem;
    display: inline-block;
}
p.back, p.back a { margin:0 }
p.back a { display:flex; }
p.back a:before {
    font-family: "Bootstrap-Icons";
    content: "\F12C";
    margin-right: .2rem;
    font-size: 1rem;
}


footer .event {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    padding: .25rem 0 .5rem;
    margin: .25rem 0 .5rem;
}
footer .event time {
    display: block;
    color: rgba(255, 255, 255, .3);
}
.footercontainer h3 {
    color: white;
    font-family: unset;
    margin: 0 0 1.7rem;
}

.divider {
    background: var(--grey1);
    width: 100%;
    height: 1px;
    margin: 2rem 0;
}

/**** slider ****/
.bgStyle {
    height: 70vh;
    display: flex;
    align-items: center;
}
.overlayContent {
    background: rgba(255, 255, 255, .1);
    padding: 2rem;
    border-left: 3px solid var(--color4) ;
}
.slider-bg h1 {
    font-family: 'Font-Title';
    color: white;
    font-size: 3rem;
}
.slider-bg p {
    color: rgba(255,255,255, .8);
    font-size: 1.2rem;
}
.slider-bg p:last-child {
    margin-bottom: 0;
}


.slider-control { position:unset; height:unset; }
.ce_sliderStart { position:relative; }
.slider-control .slider-prev,
.slider-control .slider-next {
    position: absolute;
    /*transform: translate(-50%, -50%);*/
    top: 50%;
}

.slider-control .slider-prev { transform-origin: left; }
.slider-control .slider-next { transform-origin: right; }

.slider-control .bi {
    color: var(--white);
    background: var(--color1);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-control a:hover.bi {
    transform: scale(1.1);
}

.slider-control .slider-menu {
    bottom: -60px;
    top: auto;
}
.slider-control .slider-menu b {
    font-size: 3rem;
    color: var(--color1);
}
.slider-control .slider-menu b.active {
    font-size: 3rem;
    color: var(--color2);
}

.blockInner {
    display: flex;
    align-items: center;
}

/**** socials ****/
.socials-top { 
    margin:0; 
    display:flex;     
    align-items: center;
    justify-content: flex-end;
}

.socials-top .bi em { display:none; }
.socials-top a {
    color: var(--white);
    font-size: 1rem;
    margin: 0 .5rem;
}
.socials-top a:hover { color:var(--color1) } 

/**** top row ***/
.topbar-content .rte a,
.topbar-content .rte p {
    color: rgba(255, 255, 255, .4);
}


/**** bootstrap completition  ******/
a { text-decoration:none; }
.py-6 { padding-top: 4rem!important; padding-bottom: 4rem!important;}
.py-7 { padding-top: 5rem!important; padding-bottom: 5rem!important;}
.my-6 { margin-top: 4rem!important; margin-bottom: 4rem!important; }
.my-7 { margin-top: 5rem!important; margin-bottom: 5rem!important; }



/**** custom design ****/
h1, h2, h3 {
    font-family: 'Font-Title', sans-serif;
    overflow-wrap: anywhere;
    color: var(--black);
}

/*h1 { text-transform:uppercase; }
h2 { font-size: 2rem; color: var(--color1); text-transform:uppercase; margin:1rem 0 }*/

h2 { font-size: 2rem; color: var(--color1); margin:1rem 0 }
h3 { font-size: 1.1rem; font-family:'Bold'; color: var(--color1) }
h4 { color:var(--grey2);  }

.bold, strong {
    font-family: 'Bold';
}
h4 {
    font-family: 'Bold', sans-serif;
    font-size:1.15rem 
}

h1.content-headline { margin-bottom:2rem; }

em.fa {
    color:var(--color2);
    font-size: 2rem;
    line-height: 1;
}
p {
    color: var(--grey2);
    font-size: 0.9rem;
    line-height: normal;
}


.footercontainer {
    padding: 3rem 0;
    border-top: 5px solid var(--color2);
}
.footercontainer {
    border-top: 5px solid var(--color1);
}


.footercontainer, .footercontainer a {
    font-size: 1rem;
    line-height: normal;
    color: var(--white);
}
/*.footercontainer  a:hover {
    color: var(--color1);
}*/
.footercontainer h4 {
    color: var(--color1);
    font-size: 1rem;
    font-family: 'Bold';
    margin-bottom: 1rem;
}
.footercontainer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footercontainer li a {
    display: block;
    padding: .15rem 0;
    color: var(--grey2);
}

.footerIcons a {
    padding: 0.2rem .5rem;
    display: inline-block;
}

.footerbottomlinks  ul li a {
    display: block;
    padding: 0 1rem 0 0; 
}

.footerbottomlinks ul {
    display: flex;
}

/**** dark elements ***/
.dark { background-color:var(--color2) }
.dark .btn,
.dark h1,
.dark h2 { color: var(--white) }
.dark h4,
.dark p { color:var(--grey1); font-size:1rem; line-height:normal; }
.dark a { color:var(--color2); }

.fullwidth-bg { background: var(--bs-light); }
.gradient { background: var(--grad); } 
.gradient-rev { background: var(--grad-revers); } 


body .fixedTop .topbar,
body.home .topbar {
    background: rgba(0,0,0,  .1);
    position: absolute;
    width: 100%;
    padding: 2rem 0;
    z-index: 9999;
    top: 3rem;
}

.overtopbar { background: var(--grey3) }
.topbar { 
    background:var(--color1); 
    padding: 1.2rem 0; 
}
body:not(.home) header#header {
   margin-bottom: 2rem; 
}

body .fixedTop .topbar {
    background: var(--color1);
    position: fixed;
    padding: .75rem 0; 
    top: 0; 
}

body.home .cloned.bangb1_clone .topbar { padding: 0; }

.headeruser-right p { margin:0 }
.headeruser-right a {
    color: var(--white);
    padding: 0 .5rem;
    background: var(--color3);
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    line-height: normal;
    align-items: center;
    justify-content: center;
    margin: 0 .2rem;
}
.headeruser-right a:hover { background: var(--black);  }

.slider h1, .slider h2 {
    color:var(--white);
    font-size: 2rem; 
 }

.slider p {
    color:var(--white);
    font-size: 1.3rem;
}

.footer-gradient-block p {
    font-size: 0.8rem;
    margin: 0;
    color: rgba(0,0,0, .5);
}
.footer-gradient-block h4 {
    color: rgba(255, 255, 255, .8);
    font-size: 0.9rem;
    margin-bottom: .25rem;
    font-family: unset;
}
.footer-gradient-block .fa { font-size: 1.2rem; color:var(--color1) }


.mod_subscribe.newsletter { margin-top:2rem }
.mod_subscribe.newsletter .formbody {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.mod_subscribe.newsletter .widget-text { flex:  0 0 80%; }

/*** banner home ***/
.banner-bg h3 {
    color: var(--white);
    font-size: 2rem;
    font-weight: normal;
}
.banner-bg h4 {
    color: var(--white);
    font-size: 1.3rem;
    line-height: normal;
    font-family: Font-Body;
    font-weight: normal;
}

/***** navi *****/
nav.mainnavi ul { padding:0; margin:0;     list-style-type: none; }
nav.mainnavi ul.level_1 { 
    display: flex; 
    flex-wrap:wrap; 
    justify-content:left; 
}
nav.mainnavi ul.level_1 > li a, 
nav.mainnavi ul.level_1 > li strong {
    padding: .25rem 0rem;
    margin: 0 .75rem;
    text-decoration: none;
    /*text-transform: uppercase;*/
    font-size: 1rem;
    color: var(--color2);
    font-weight: normal;
    
} 


nav.mainnavi ul.level_1 > li .trail,
nav.mainnavi ul.level_1 > li .active {
    color: var(--color2);
    font-family: 'Bold';
}

nav.mainnavi ul.level_2 {min-width: 150px; background:var(--black); padding:.5rem }

nav.mainnavi ul.level_1 > li:hover ul.level_2 {
    visibility: visible;
    margin-top:0;
    transform: scale(1.0);
} 

nav.mainnavi ul.level_1 > li ul.level_2 {
    transition: .15s all; 
    visibility: hidden;

    margin-top: 15px; 
    transform: scale(1.1);
} 

ul.level_2 {
    position: absolute;
    background: #efefef;
    z-index: 999;
}
nav.mainnavi ul.level_2 li a, 
nav.mainnavi ul.level_2 li strong {
    padding: .5rem .25rem;
    display: block;
    font-size: 1rem; color: var(--white);
} 
nav.mainnavi ul.level_2 li a:hover {
    color: var(--color1);
}

nav.mainnavi ul.level_2 li strong.active,
nav.mainnavi ul.level_2 li strong.forward,
nav.mainnavi ul.level_2 li a.active {
    color: var(--color1);
    border: none;
}

/*li.submenu.sibling:after {
    content: "\F282";
    left: -8px;
    font-family: 'bootstrap-icons';
    font-size: .75rem;
    top: 2px;
    position: relative;
}*/

.mainnavi > ul.level_1 > li.submenu > span:nth-last-child(2)::after, .mainnavi > ul.level_1 > li.submenu > a:nth-last-child(2)::after {
  content: "\f282";
  margin-left: 5px;
  font-family: 'bootstrap-icons';
  font-size: 1rem;
  top: 2px;
  position: relative;
  }

/**** mobile navi ****/
.noscroll {
    overflow: hidden;
}
.button-menu em {
    font-size: 2rem;
    color: var(--color2);
}
.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--black);
    height: 100vh;
    z-index: 999999;
}
.button-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 99999;
}
.button-close em { color: var(--color1) }

.overlay-menu { display:none; }
.mobilenavi {
    margin: 1.5rem;
}
.mobilenavi  ul { 
    padding:0; margin:0; list-style:none;
    background: transparent;
    position: relative;
    text-transform: uppercase;
}
.mobilenavi  ul li a.trail,
.mobilenavi  ul li strong.active { color: var(--color1); }
.mobilenavi  ul li a,
.mobilenavi  ul li strong {
    color: var(--white);
    font-size: 1rem;
    display: block;
    padding: .25rem .5rem;
}
.mobilenavi  ul.level_2 { margin-left:1rem }
/***** navi end ******/


/*** calendar table ****/
.minicalendar .current { text-align:center; }
.minicalendar .next { text-align:right; }
table.calendar thead th.current { text-align:center; }
table.calendar thead th.next { text-align:right; }
table.calendar td {
    width: 14.28%;
    font-size: .75rem;
    line-height: normal;
}
table.calendar td.weekend { background:rgba(0,0,0, .05) }
table.calendar td.active { background: #efefef; }
table.calendar thead th.current { font-size: 1.3rem; }
table.calendar thead th.previous, table.calendar thead th.next {  font-size: .75rem; }

/**** accordeon ***/
section.ce_accordion  { margin: 0 0 .3rem; }
.toggler {
    cursor: pointer;
    padding: .8rem .8rem; 
    background: var(--color2);
    color: var(--white);
    font-size: 1rem;
    position: relative;
}
.toggler:hover {
    background: var(--black);
    color: var(--grey1);
}

.toggler.active {
    background: var(--color1);
    color: var(--white);
}

.toggler:after {
    font-family: Bootstrap-Icons;
    content: "\F282";
    position: absolute;
    right: 1rem;
}

.accordion {
    padding: 1rem;
    border: 1px solid #efefef;
    transition: none;
}

.toggler.active:after {
    content: "\F285";
}

/**** text gradient ***/
body.error403 h1,
body.error404 h1 {
    background: var(--grad);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


/*** news ***/
.mod_eventlist img,
.mod_newslist img {
    width: 100%;
    height: auto;
}
.mod_eventlist h2,
.mod_eventlist h2 a,
.mod_newslist  h2 a { 
    font-size:1.5rem;
    line-height: normal; 
    display:block; 
    color: var(--color1); 
}
.mod_eventlist h3 { font-size: 1rem }
.newsitem {}
.newsitem h2 a {
    display: block;
    margin: 1rem 0 .5rem 0;
}
.event.layout_teaser .ce_text {
    position: relative;
}
.flags {
    display: flex;
    flex-direction: row;
}

/**** pagination ****/
nav.pagination {
    margin: 0 15px;
    border-top: 1px solid rgba(0,0,0, .1);
    padding-top: 1rem;
}
.pagination {
    justify-content: space-between;
}

.pagination ul { padding: 0; margin: 0; list-style: none; display:flex; flex-wrap:wrap; }
.pagination ul strong, .pagination ul a {
    display: inline-block;
    padding: .1rem 0.5rem;
    background: var(--grey1);
    margin: .1rem;
    line-height: normal;
}
.pagination ul li a:hover { color:var(--color1) }
.pagination ul strong {
    background: var(--color1);
    color: white;
}

nav.pagination p {
    padding: 0.2rem 0;
    margin-right: 1rem;
}

/*** search control ***/
.search-control {
    display: flex;
    margin: 0;
    border-radius: var(--br);
    border: 1px solid rgba(0,0,0, .2);
}
.widget.search-control { margin-bottom:2rem }

.search-control input {
    border: 0;
}
.search .formbody {
    display: flex;
    margin-bottom: 2rem;
}
.search .widget-text { flex: 0 0 85%; }
.search input { border-radius: var(--br) 0 0 var(--br); }
.search button.submit { border-radius: 0 var(--br) var(--br) 0; }


/***** rightblock ****/
.rightblock { 
    background: var(--bs-light);
    padding: 1rem;
}

/*** downloads ***/
.download-item {
    padding: .5rem 1rem;
    background: rgba(0,0,0,.03);
    margin: 1rem 0;
    display: block;
}

.content-downloads .download-item a:before {
    content: "\F29A";
    font-family: Bootstrap-Icons;
    display: block;
    font-size: 2rem;
}

.content-downloads .download-item a:hover:before { top: .2rem }

.content-downloads .download-item a:before {
    position: relative;
    transition: .1s all;
    top: 0;
}

.content-downloads ul { list-style:none; margin:0; padding:0; }
.card-header.download-container { margin-bottom: 1rem; }
.card-header.download-container a {
    display: flex;
    flex-direction: column;
}
.content-downloads .download-container a:before {
    font-family: Bootstrap-Icons;
    content: "\F295";
    color: var(--color3);
    font-size: 2rem;
}


/**** faq ****/
.mod_faqlist ul {    list-style:  none; margin: 0; padding: 0; }
.mod_faqlist ul li a {
    display: block;
    padding: .4rem;
    border-bottom: 1px solid rgba(0,0,0, .1) ;
}

/*** gallery ***/
.content-gallery ul { list-style:none; margin:0; padding:0 }
.content-gallery img {
    max-width: 100%;
    height: auto;
}

/**** search ***/
.mod_search input {
    padding: 0.6rem;
    font-size: 1.4rem;
}
.mod_search p.header {
    background: var(--grey3);
    padding: 1rem;
    border-bottom: 1px solid;
    color: var(--grey1);
}

.search_default {
    background: var(--bs-light);
    padding: 1rem;
    border-bottom: 1px solid rgba(0,0,0, .2);
    margin: 0 0 1rem;
}

.scrolltop {
    position: relative;
}

.scrolltop a {
    display: inline-block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    background: var(--color1);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    top: -3.2rem;
    transform: translate(-50%, -50%);
}
.scrolltop a em { position: relative; top: 0; transition: .1s all }
.scrolltop a:hover { color:var(--white) }
.scrolltop a em:hover { top: -.1rem; }

.banner-bg {
    background-size: cover;
}
.service .bi {
    color: var(--color1);
    font-size: 3rem;
}

.blockInner:hover .white-box {
    padding: 2rem 1.5rem;
    background: var(--grad);
}
.blockInner:hover .white-box h2, 
.blockInner:hover .white-box p 
{ color: white; }

.white-box {
    padding: 2.5rem 1.5rem;
    background: white;
}
.white-box h2 { font-size:1.6rem }



/**** custom design *****/
.verytopbar .row { 
    justify-content: space-between;
    align-items: center;
}
.verytopbar .widget-text { margin:0; padding:0 }

#main .newsitem figure,
#main .media figure {
    border-bottom: 4px solid var(--color1);margin-bottom: 1rem;
}
.mainnavi-container {
    padding: 1.2rem 0;
    width: 100%;
    background: var(--white);
    border-bottom: 1px solid #cbcbcb;
}

.slider-Bg { padding:8rem 0 }

.bgImage1 { background-image: var(--bg-image1); }
.bgImage2 { background-image: var(--bg-image2); }
.bgImage3 {
    background-image: var(--bg-image3); 
    background-size: 100% auto;
    background-repeat: no-repeat;
    
}


/*** searchbox ***/
.search-filter .formbody { 
    display:flex; gutter: --bs-gutter-x: 1.5rem 
}


.search-filter {
    background: rgba(var(--color1base), .5);
    position: relative;
    top: -3.9rem;
    padding: .75rem 0;
}
.search-filter .formbody .widget {
    padding-left: .75rem;
    padding-right: .75rem;
    margin-bottom: 0;
}
.search-filter .formbody .widget .form-select {
    border-radius: 0;
    background-color: var(--grey3);
    color: white;
    border: 0;
    text-align: center;
}

.searchbox .form-control {
    padding-bottom: .2rem;
    padding-top: .2rem;
    font-size: .8rem;
}
/******/

.form-control {
    border-radius: 0;
}

.darkform .form-control {
    background: rgba(0, 0, 0, .4);
    color: white;
    border: 1px solid rgba(0, 0, 0, .3);
}

.contact-Icons .rte { margin-top:1.4rem }
.contact-Icons .rte p { margin-bottom:.5rem }
.contact-Icons .rte em {
    color: var(--color1);
    font-size: 1rem;
}
.copyright-border {
    border-top: 1px solid var(--grey2);
    margin: 2rem 0;
}

/*** gallery hover animation ***/
.content-gallery .ce_gallery,
.content-gallery .ce_gallery figure img {
    transition: .2s all;
}

.content-gallery .ce_gallery:hover figure img {
    filter: grayscale(100%);
    transform: scale(1.1);
}
.content-gallery .ce_gallery figure {  overflow: hidden; }

.content-gallery .ce_gallery figure:hover img {
    filter: grayscale(0%);
    transform: scale(1);
}

.welcome h4 {
    color:var(--color1); font-size:4rem; font-weight:bold;
    
}

.white p {
    color: var(--white);
}

.pt20 { padding-top:20px;
    
}

.pt40 { padding-top:40px;
    
}

.pb20 { padding-bottom:20px;
    
}

.pb40 { padding-bottom:20px;
    
}

.swiper-button-prev, .swiper-button-next { display: none;
    
}

.swiper-pagination-bullet-active {
      background-color: var(--color1)
}

.footercontainer .black a {
    color: var(--color1); font-size: 0.85rem;
}

.footercontainer .black a:hover {
    color: var(--color2);
}

