@font-face {
font-family: 'Lato Light';
src: url('../fonts/Lato-Light.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Lato Regular';
src: url('../fonts/Lato-Regular.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Lato Bold';
src: url('../fonts/Lato-Bold.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: 17px;
    transition: all 0.5s ease 0s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    color: #222;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 9px;
    text-indent: 1px;
}

.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: 'Lato Regular', serif; color: rgba(0,0,0,0.6); }
#main .ce_text p  { line-height: 1.5; }

/* font-styles */
h1 {
        font-size: 42px;
        margin-bottom: 10px;
        font-family: 'Lato Light', serif;
}

h2 {
        font-size: 36px;
        margin-bottom: 8px;
        font-family: 'Lato Light', serif;
}

h3 {
        font-size: 25px;
        margin-bottom: 8px;
        font-family: 'Lato Regular', serif;
}

h4 {
        font-size: 18px;
        margin-bottom: 8px;
        font-family: 'Lato Regular', serif;
}


/* button */
.btn, p.more a, p.back a, .submit {
        border-radius: 5px;
        color: #fff!important;
        padding: 10px 23px;
        margin-top: 27px;
        font-size: 16px;
        font-family: 'Lato Regular', serif;
}

.recurring, .location {
        font-size: 15px !important;
}

.submit {
        border: none;
        cursor: pointer;
}

.p7 {
    padding-top: 22px;
}

.p8 {
    padding-bottom: 40px;
}

.p9 {
    padding-top: 50px;
}

/* topbar */
.topbar .fa {
        /*position: absolute;*/
        font-size: 44px;
}

.fixedTop .button-menu .fa {
        top: 30%;
}

.container {
	padding-top: 155px;
	padding-bottom: 50px;
}

.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: 10px 15px;
}

.mod_navigation {
        text-align: right;
        position: relative;      
}

.loggedin {
    display: block;
    font-size: 10px;
    color: #041C2C;
    margin-bottom: 4px;
    text-align: right;
}  

.fixedTop {    width: 100%; }


/* slider */
.slider-control .slider-menu b {
        color: #fff;
}

.bgStyle h1 {
        font-size: 55px;
}


.slider-control .slider-menu {
        top: -150px;
        width: 50%;
        left: 50%;
        margin-left: -25%;
        font-size: 30px;
        text-align: center;
}

.slider-bg {
        background: rgba(255,255,225,0.2);
        padding: 23px 45px;
}

.clients .slider-control .slider-menu {
        top: 0;
}

.clients .slider-control .slider-menu b {
        color: #fff;
}

.slider-control {
        height: 0;
}

.overlayContent p {
    color: rgba(0,0,0,0.8)!important;
}

/* 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; }


/* 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-weight: normal;
        color: #041C2C !important;
}

/*.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 {  font-size: 40px;}

/*---- 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 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 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: 5px; }

.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: 2px;
        padding: 8px 15px;
}

.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: 18px;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
}

.newsletter .submit {
    position: absolute;
    right: 4px;
    top: 4px;
    margin: 0;
    padding: 15px;
}

.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: 998;
        background-color: #ffffff;
-webkit-box-shadow: 0px 10px 18px -10px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 10px 18px -10px rgba(0,0,0,0.24);
box-shadow: 0px 10px 18px -10px rgba(0,0,0,0.24);        
}

.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-size: 17px;
}

.mod_faqlist a {
        font-size: 17px;
}


@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);
}


.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;
}

.service .fa {
    font-size: 37px;
}

.service .fa {
    font-size: 37px;
    border: 3px solid;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 39px;
}

.fixedTop .topbar { background: rgba(255,255,255,0.9); }

.InsideOut-dark h1, .darkbg h1,
.InsideOut-dark h2, .darkbg h2,
.InsideOut-dark h3, .darkbg h3,
.InsideOut-dark h4, .darkbg h4,
.InsideOut-dark p, .darkbg p,
.InsideOut-dark a, .darkbg a,
.InsideOut-dark li, .darkbg li {
    color: #fff!important;
}

.InsideOut-dark .card-header { background:  rgba(255,255,255,0.2);  }

#header .mainnavi ul.level_2,
#header .mainnavi ul.level_3 {
    margin-left:  10px;
    border-left: 2px solid;
    background: #041C2C;
    background-color: #041C2C;
}

.mainnavi li.submenu:hover > ul.level_2 {
	/*display: block !important;*/
}

.card-header { border: none; padding: 50px 30px; }

.scrolltop a {
    border-radius: 5px;
}

.mod_search .submit {
    border-radius: 0 5px 5px 0;
}

.mod_search .form-control { border-radius: 5px; }

.widget-submit .btn {
    margin: 0;
    padding: 11px 17px;
}

.service .textInner:hover .fa {
    border: none;
    color: #fff;
}

.bigIcons .fa {
    border-radius: 50%;
    font-size: 40px;
    width: 100px;
    height: 100px;
    padding: 14px;
}

.darkbg .overlayContent {
    padding: 30px;
}

.topbar {
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

table.calendar td.active { background: rgba(0,0,0,0.1); }

.card-header {    padding: 20px 30px;}
.pricing-box .card-header {    padding: 50px 30px;}

.footerOpac, .headerimg { position:  relative;  }
.footerOpac,
.headerimg  figure img { opacity: .5 }
.footerOpac:before ,
.headerimg:before { 
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    opacity: .5;
}

.mainnavi ul.level_2 li a { padding: 4px 0; color: #ffffff !important;}
.mainnavi ul.level_2 li a:hover { text-decoration: underline; color: #ffffff !important;}

.headerimg:before,
.footerOpac:before,
.btn,
p.more a,
p.back a,
.submit,
footer .footercontainer,
.service .textInner:hover .fa {
    background-color:#041C2C;
}

/* mainColor:: Background */
.iconTrans img,
.fa-white .fa,
#willkommen .image_container,
.mod_quicknav select,
#footer input.submit,
.ce_accordion .toggler:hover,
.ui-accordion-icons.active,
.mod_eventlist div.header a,
p.more a,
p.back a,
.newstxt p.more a,
p.back a,
.gallery-home .image_container,
.bg-fixed .img-responsive,
.btn:before,
div.overlay-textinput .submit,
input.submit,
.newsletter .submit,
#footer input.submit,
.btn-primary,
#footer .submit,
.submit,
.contact-home,
.clients .fa,
.bluebanner a.btn:hover,
.dark-bg .fa {
    background-color:#fff;
}

#header {
	position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;	
-webkit-box-shadow: 0px 10px 18px -10px rgba(0,0,0,0.24);
-moz-box-shadow: 0px 10px 18px -10px rgba(0,0,0,0.24);
box-shadow: 0px 10px 18px -10px rgba(0,0,0,0.24);


}

#footer {
	background-color: #009640;
        color: white;
	padding: 15px;
}

#footer .mod_customnav ul {
	text-align: center;

}

#footer .mod_customnav ul li {
	display: inline-block;
	padding: 5px;
}	

#footer .mod_customnav ul li.active strong {
	color: #ffffff;
	text-decoration: underline;
}

#footer .mod_customnav ul li a:hover {
	text-decoration: underline;

}	

#footer .mod_customnav ul li a span {
	color: #ffffff;

}	


#main .mod_iso_productfilter {
	display: none;
}

@media (max-width: 400px) {
	
 .zoomContainer {
	 pointer-events: none;
 }

}	

@media (max-width: 767px) {

	#main .mod_iso_productfilter {
		display: block;
		width: 90%;
		margin: auto;
	}

	#iso_ajaxBox {
		display: block;
		width: 90% !important;
		left: 5% !important;		
	}
    
    .loggedin {
	    display: none;
    }
    
    .logo {
	    text-align: center;
    }
    
    .logo img {
	    width: 80%;
    }
    
    h1 {
	    /*text-align: center;*/
    }
}

footer a:hover {
        color: #fff !important;
}