@font-face {
font-family: 'NotoSans Bold';
src: url('../fonts/NotoSans-Bold.ttf')  format('truetype') ;
}

@font-face {
font-family: 'NotoSans Regular';
src: url('../fonts/NotoSans-Regular.ttf')  format('truetype') ;
}

@font-face {
font-family: 'SourceSansPro Bold';
src: url('../fonts/SourceSansPro-Bold.ttf')  format('truetype') ;
}

@font-face {
font-family: 'SourceSansPro Light';
src: url('../fonts/SourceSansPro-Light.ttf')  format('truetype') ;
}

@font-face {
font-family: 'SourceSansPro Regular';
src: url('../fonts/SourceSansPro-Regular.ttf')  format('truetype') ;
}


.form-control  { border: 1px solid rgba(0, 0, 0, .2); }

.sidenavi ul li a:before , .scrolltop a:after,
.mainnavi ul.level_1 > li.submenu a:after,
footer#footer  ul li a:before,
p.footerIcons a:after,
header#header .socials-top a,
.mod_calendar table.calendar td.days .event:before ,
.ui-accordion-icons:after ,
p.recurring:before,
p.location:before
{font-family: 'FontAwesome'; }

p.footerIcons a:after, p.socialIcons a:after {
        display: inline-block;
        color: #fff;
        margin: 0 10px;
        font-size: 18px;
        transition: all 0.5s ease 0s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

.footer-yt:after {
        content: "\f16a";
}

.footer-gp:after {
        content: "\f0d5";
}

.footer-tw:after {
        content: "\f099";
}

.footer-fb:after {
        content: "\f09a";
}

p.footerIcons em, p.socialIcons em, p.teamIcons em {
        display: none;
}


body, .mobilenavi { font-family: 'SourceSansPro Regular', serif; color: rgba(0,0,0,0.6); }
#main .ce_text p  { line-height: 1.5; }

/* font-styles */
h1, h2, h3, h4, .bgStyle h1 { font-family: 'NotoSans Bold', serif; }

h1 {
        font-size: 40px;
        margin-bottom: 10px;
}

h2 {
        font-size: 32px;
        margin-bottom: 8px;
}

h3 {
        font-size: 28px;
        margin-bottom: 8px;
}

h4 {
        font-size: 23px;
        margin-bottom: 8px;
}

h5 {
        font-size: 20px;
        font-family: 'NotoSans Regular', serif;
        margin-bottom: 8px;
}

/* button */
.btn, p.more a, p.back a, .submit {
        border-radius: 0;
        color: #fff;
        padding: 10px 23px;
        margin-top: 27px;
        font-size: 17px;
        font-family: 'SourceSansPro Bold', serif;
}

.recurring, .location {
        font-size: 15px !important;
}

.submit {
        border: none;
        cursor: pointer;
}



/* topbar */
.topbar p, .topbar a, .topbar .fa { color: rgba(255,255,255,0.8); }

.topbar .fa {
        position: absolute;
        font-size: 44px;
}

.fixedTop .button-menu .fa {
        top: 30%;
}

.topbar .first  .fa-padding {   padding-left: 40px; }
.topbar .last .fa-padding {   padding-right: 15px; }

.bangb1 .topbar .container {
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 30px 15px;
}

.mod_navigation {
        padding-top: 10px;
}

.fixedTop {    width: 100%; }


/* slider */
.slider-control .slider-menu b {
        color: #fff;
}

.bgStyle h1 {
        font-size: 60px;
}

.bgStyle h1,
.bgStyle h2,
.bgStyle h3,
.bgStyle h4,
.bgStyle p {
         color: #fff;
}

.slider-control .slider-menu {
        top: -150px;
        width: 50%;
        left: 50%;
        margin-left: -25%;
        font-size: 40px;
        text-align: center;
}

.slider-bg {
        background: rgba(51,74,101,0.8);
        padding: 23px 45px;
}

.clients .slider-control .slider-menu {
        top: 0;
}

.clients .slider-control .slider-menu b {
        color: #161514;
}

.slider-control {
        height: 0;
}

/* footer */
footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4 { color: #fff; }
footer#footer  ul { margin: 10px 0 0 ; padding:0; list-style-type: none;}
footer#footer  ul li a { display: block; }

header#header .socials-top a { margin: 0 5px; }
header#header .socials-top a.footer-yt:before {content:"\f166 ";}
header#header .socials-top a.footer-gp:before {content:"\f0d5 ";}
header#header .socials-top a.footer-tw:before {content:"\f081 ";}
header#header .socials-top a.footer-fb:before {content:"\f082 ";}
header#header .socials-top a em { display: none; }

#footer .submit:hover { background: #fff; }

/* copyright */

.top-links ul { margin:0; padding:0; list-style:none; text-align:right; }
.top-links ul li { display: inline-block; }
.top-links ul li a { display: block; padding: 0 2px; }



/* MAINNAVI */
.mainnavi ul.level_2, .mainnavi ul.level_3 {
        width: 207px;
        padding: 11px;
        text-align: left;
}

.mainnavi ul.level_1 li a,
.mainnavi ul.level_1 > li > a, .mainnavi ul.level_1 > li > strong {
        display: block;
        text-transform: none;
        font-size: 17px;
        font-family: 'SourceSansPro Bold', serif;
        font-weight: normal;
}

/*.mainnavi ul.level_1 > li > a,
.mainnavi ul.level_1 > li > strong { text-transform: uppercase; font-size: 18px; } */


/*--- events  --*/

.mod_eventlist .teaser { max-height: 80px; overflow: hidden; }


/*---- news  ----*/
.mod_newslist figure.image_container {    margin-right: 15px; }

/*--- accordeon ---*/
.ui-accordion-content {
    background: #e7e7e7;
    padding: 10px;
    margin-bottom: 10px;
}

/*--- contact -----*/
.contact-icons h3 { position: relative; }
.contact-icons em { position: absolute; left: -28px; top: 5px; font-size: 80%;}

/*---- downloads ---*/
.download-element {    /* padding: 3px 6px 3px 22px; */
    background-size: contain;
    width: 50px;
    height: 50px;
    display: block;
    margin: auto;
}

.sidenavi  ul{ padding: 0; }
.sidenavi ul li { }
.sidenavi ul li a, .sidenavi ul li strong { display: block; border-bottom: 1px solid rgba(0, 0, 0, .125)}
.sidenavi ul li a:before  {
    content: "\f054";
    padding-right: 10px;
    font-size: 10px;

}


.absolute-pic {
        position: absolute;
        top: -19%;
        right: 45%;
}

.absolute-pic img {
        -webkit-filter: drop-shadow(-1px 6px 17px #606060);
        filter: drop-shadow(-1px 6px 17px #606060);
}

.small-text {
        max-width: 715px;
        margin: 0 auto;
}


/*---- insideout ---*/
.InsideOut-dark .full-bg {
        padding: 90px 0;
}

.InsideOut-dark, .InsideOut, .InsideOut-nobg { position: relative; }

.InsideOut-dark h1, .InsideOut-nobg h1,
.InsideOut-dark h2, .InsideOut-nobg h2,
.InsideOut-dark h3, .InsideOut-nobg h3,
.InsideOut-dark h4, .InsideOut-nobg h4,
.InsideOut-dark h5, .InsideOut-nobg h5 {
         color: #fff;
}

.InsideOut-dark p, .InsideOut-dark td, .InsideOut-nobg p  {
         color: rgba(255,255,255,0.6);
}

.InsideOut-dark td {
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding: 8px 0;
}

.InsideOut {
        padding: 70px 0;
}


/*---- news ---*/
.form-control, .layout_latest p.info, .news .info { border-radius: 0; }

.formbody label {
        display: inline-block;
        margin-bottom: .5rem;
        position: absolute;
        color: rgba(0,0,0,0.6);
        padding: 9px 14px;
        right: 0;
}

#lbl_notify_0 { padding: 0 9px; }

p.info { padding: 0; }

.newstxt a {
        font-size: 18px;
}


.layout_latest p.info, .news .info,
.event p.info,
.mod_eventlist div.header,
.mod_eventlist .header,
.mod_newsreader .info,
.mod_eventreader .info {
         color: #545352;
         padding: 0;
         font-size: 14px;
         background: rgba(0,0,0,0.1);
         padding: 8px 18px;
         margin: 10px 0;
}

.layout_latest p.info { margin-top: 0; }

.startnews .teaser {
        height: 64px;
        overflow: hidden;
}

.newstxt h3 {
        line-height: 0.9;
        padding: 10px;
}

#main .ce_text p {
        line-height: 1.5;
        font-size: 17px;
}


.search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.search .widget-submit .btn {
        margin: 0;
        padding: 6px 16px;
}

.mod_login .widget-submit {
        margin-top: 14px;
}


/*---- search ---*/
.mod_search .widget-submit {
        top: 1px;
        right: 1px;
        position: absolute;
}

.mod_search .fa {
        font-size: 23px;
}


/*---- newsletter ---*/
.newsletter input {
        padding: 10px;
        width: 100%;
        border: 1px solid rgba(0,0,0,0.1);
}

.newsletter .submit {
        position: absolute;
        right: 0;
        top: 0;
        margin: 0;
}

.mod_subscribe {
        margin-top: 12px;
}

/*---- main ---*/
.vp-center { display: block!important; }

.divider {
        margin-bottom: 20px;
        margin-top: 20px;
        z-index: 99;
}

#footer .divider {        background: rgba(255, 255, 255, .2);}
 .dark-bg {
        padding: 46px;
        position: absolute;
        top: 27%;
        left: 7%;
}

.ce_sliderStart {        position: relative;}
.pull-right {        float: right;}

.clients .fa {        color: #fff;}
.pricing-box h1 {         color: #fff;}
#main ul {        padding: 0;}

.no-gutters .overlayContent {
        position: relative;
        z-index: 4;
        padding: 5% 15%;
}

.submit .fa {        color: #fff;}
#footer .form-control, #footer .form-control:focus {        background: rgba(0,0,0,0.2);}
#footer label, #footer .form-control {        color: rgba(255,255,255,0.8);}
label:focus, .formbody label:focus { display: none!important;}
.newsitem img {        padding-bottom: 12px;}
.button-menu .fa {
        color: #000;
        font-size: 31px;
        right: 47%;
        top: 100%;
}

.button-menu {        padding-bottom: 31px;}
.ce_comments {        margin-top: 40px;}
.form-group {        margin-bottom: 19px;}

label.is_focused { font-size: 10px; right: -5px; top:-5px; opacity: 1; }

.home .topbar {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
        background: none;
}

.pic-headline h2 {
        position: absolute;
        color: #fff;
        bottom: 6%;
        left: 13%;
        width: 60%;
}

.light-bg .blockInner {
        padding: 10%;
}

.newsletter-padding {
        padding: 3%;
}

.ce_accordion .toggler {
        color: #fff;
        font-family: 'SourceSansPro Bold', serif;
        font-size: 17px;
}

.mod_faqlist a {
        font-size: 17px;
        font-family: 'SourceSansPro Bold', serif;
}


@media (max-width: 764px) {
.bgStyle h1 {
        font-size: 30px;
}
.pic-headline h2 {

        font-size: 2em;
}

.slider-bg {
        margin: 11% 0;
}
}

.mod_calendar .event a,
.mod_calendar .head a {
        color: rgba(0,0,0,0.6);
}

.slider-control .slider-menu b {
        padding: 4px;
}

.slider-control .slider-menu .active {
        font-size: 55px;
        position: relative;
}

.team h4 {
        margin: 0;
}

.team .textInner {
        background: rgba(0,0,0,0.1);
        padding: 6px 17px;
        margin-top: 10px;
}


.darkbg .banner-bg {
        border: none;
        background: #000;
        color: #f2f2f2;
        padding: 10px;
        font-size: 18px;
        border-radius: 5px;
        position: relative;
        box-sizing: border-box;
        transition: all 500ms ease;
}

.darkbg .banner-bg:before {
        content:'';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 0px;
        height: 100%;
        background: rgba(0,0,0,0.8);
        border-radius: 5px;
        transition: all 2s ease;
}

.darkbg .banner-bg:hover:before {
        width: 100%;
}

.darkbg .banner-bg { background-size: cover; }

.mod_article { overflow: hidden; }

.mod_login .widget {
        position: relative;
}

/*---- 2023 hinzugefuegt FORMULAR anordnung checkbox ---*/

.formbody fieldset.checkbox_container  label {
    position: initial;
}

/*---- 2023 hinzugefuegt Abstand fuer mobileansicht ---*/

@media (max-width:574px) {
.mod_article {
    margin: inherit;
}
}

@media (max-width: 574px) {
.InsideOut .mod_article {
margin: auto 15px;
}
}