:root {
        --color: rgba(0, 57, 92, 1) ; /*#174a97*/
        --color2: rgba(20, 20, 22, 1); /*#141416*/
        --color3: #fff; /*#f1f1f1*/
}


@font-face {
font-family: 'Roboto Bold';
src: url('../fonts/Roboto-Bold.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Roboto Light';
src: url('../fonts/Roboto-Light.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Roboto Regular';
src: url('../fonts/Roboto-Regular.ttf')  format('truetype') ;
}

@font-face {
font-family: 'Roboto Black';
src: url('../fonts/Roboto-Black.ttf')  format('truetype') ;
}

body {
        color:var(--color2);
        font-size: 14px;
        /*background: none;*/
        background: rgba(227, 237, 247, 1);
}

h1 {
        font-size: 26px;
        padding: 0 0 10px 0;
        line-height: 1.2;
        
}

h2 {
        font-size: 16px;
        padding: 0 0 10px 0;
        
}

h3 {
        font-size: 16px;
        padding: 0 0 10px 0;
        
}

h4 {
        font-size: 16px;
        line-height: 1.4;
}



.content-swiper h1 { font-size: 75px; padding: 0; margin: 0;}
.content-swiper h2 { font-size: 30px; }
.content-swiper a.btn { color: rgba(0, 57, 92, 1); border-color: rgba(0, 57, 92, 1); font-size: 16px; padding: 8px 14px; border: 2px solid; border-radius: 15px; }

.InsideOut h1, .InsideOut2 h1 { 
    font-size: 3rem; 
    font-weight: 400;
}

@media screen and (max-width: 800px) {
        .InsideOut h1, .InsideOut2 h1 { font-size: 2rem; }
}

@media screen and (max-width: 576px) {
        .InsideOut h1, .InsideOut2 h1 { font-size: 1.8rem; }
}

@media screen and (max-width: 319px) {
        .InsideOut h1, .InsideOut2 h1 { font-size: 1.4rem; }
}


.h2_home h2 { padding: 0; }
.h2_home h4 { color: #6e6d6d;  }

@media screen and (max-width: 780px) {
        .h3_home h1 { line-height: 1.2; }
        .h2_home h2 { line-height: 1.2; }
}



.slider-p { padding-bottom: 200px; padding-top: 200px; }
.top-container { border-bottom: 1px solid #e8e8e7; }
.slidertext { background: white; padding: 35px; } 
.fixedTop .mainnavi { border: 0; background: #fff; margin: 0; width: 100% }

#header .mod_navigation ul { overflow: hidden; margin-top: 25px; }
.mainnavi .level_1 a, .mainnavi .level_1 span { 
        /*display: block;*/
        text-decoration:none; 
        color: #fff;  
        font-size: 18px; 
}
.mainnavi .level_1 a:hover, .mainnavi .level_1 span:hover { color: #fff; }
.mainnavi .level_1 li { }

#footer input, #footer textarea { background: none; border: 2px solid rgba(255,255,255,0.2);
color: rgba(255,255,255,0.6);
-moz-transition: background .5s;
-webkit-transition: background .5s;
transition: background .5s;
}

#footer .submit { border: none; background: rgba(255,255,255,0.1); font-size: 20px; }
#footer .submit:hover { background: #fff!important; }

#footer input.text,
#footer select,
#footer textarea {
        width: auto;
}

#footer input {
        display: inline-block;
}

#footer .submit { color: rgba(255,255,255,0.6); font-size: 13px; border: none; }
#footer .submit:hover { background: #fff; color: #0D0F0F!important; }

header .ce_form input.text:hover, header .ce_form input.text:focus,
#footer input.text:hover, #footer textarea:hover, #footer input.text:focus, #footer textarea:focus { background: rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.8); }


header .ce_form input.text:hover, header .ce_form input.text:focus,

#footer a {
        -moz-transition: color .5s, background .5s;
        -webkit-transition: color .5s, background .5s;
        transition: color .5s, background .5s;
}

footer ul { list-style-type: none; margin: 0; padding: 0; }

.mod_login, .ce_comments { padding: 6px 29px 20px; margin-bottom: 10px; background: #fff; }

.mod_eventlist div.header a, p.more a, p.back a, p.info a {
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
}


.mod_eventlist div.header a:before,
p.more a:before,
p.back a:before,
p.info a:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 100% 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}

.mod_eventlist div.header a, p.more a, p.back a, p.info a {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  color: #ffffff;
  display: inline-block;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}

.mod_eventlist div.header a, p.more a, p.back a, p.info a {
  border-radius: 0;
  background: none;
}

.mod_eventlist div.header a:hover,
p.more a:hover,
p.back a:hover,
p.info a:hover {
  color: #ffffff;
  -moz-transition: all .8s;
-webkit-transition: all .8s;
transition: all .8s;

}

.mod_eventlist div.header, .mod_eventlist .time, p.info {padding: 0 0 5px; /*font-size: 12px;*/ display: inline-block; padding-right: 7px; }

p.back { display: inline-block; }

.comment_default .reply {margin-left: 50px; }


.mod_nl_list li { color: #666; font-size: 12px;  }
.mod_nl_list li a { font-size: 18px; margin-left: 5px;}

.multicell { border-top: 4px solid #ccc; }
.multicell .ce_text  { padding: 10px 0; margin: 10px 0; border-bottom: 1px solid #ccc; }
.multicell h2, .multicell h1, { margin-top:0; padding-top:0; }

.fullwidth .content-slider .ce_text { padding: 200px 0;  }
.socials a { display: block; margin: 0 1px; color: #191B1B; }

input.text, textarea, select { }
input.text:active, textarea, select:active  {  }
input.text:focus, textarea, select:focus  { }

footer .footercontainer, footer .footercontainer  .container  { margin-bottom:0!important;
         }

footer .footercontainer { position: relative; }


/* ========================== */
.fixedTop {  position: fixed; z-index:99; top: 0;}
.fixedTop .logo {/* margin: 10px 0!important; */}
.fixedTop .ce_form ,
.fixedTop .mainnavi { margin-top: 0px!important; }

.logo img {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    height: auto;
}

.fixedTop .logo img { padding-bottom: 15px; padding-top: 15px;}

.ContentStripe {padding: 50px 0; }
.ContentStripe .image_container { display:inline-block; margin-bottom: 20px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

.InsideOut,
.OutsideIn { 
    /*padding: 76px 0;*/
    padding: 25px 0;
    min-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.InsideOut .text-center {
    position: relative;
	left: auto;
	text-align: center;
	width: 100%;
	bottom: auto;
}

.InsideOut2 {
    padding: 25px 0;
    min-height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.InsideOut2 .text-center {
    position: relative;
	left: auto;
	text-align: center;
	width: 100%;
	bottom: auto;
}

.InsideOut2 time, .InsideOut2 .event-location { color: #ffffff; }
.InsideOut2 .info { padding: 0; }

.InsideOut.bigbanner { padding: 280px 0; }
.InsideOut h1, .InsideOut h2, .InsideOut h3, .InsideOut h4, .InsideOut p,
.InsideOut a, .InsideOut2 h1 { border: none; color: #fff; text-shadow: 1px 1px 12px rgb(0, 57, 92); }
.OutsideIn p:hover {
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
 }

.InsideOut .image_container:hover { background: none!important; }

.footercontainer  { /*padding: 20px 0;*/ ; }
.footersocials a {
        padding: 1px 5px 5px; margin: 0 5px;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}
p.footerIcons a:before, p.socialIcons a:before {
          display: inline-block;
          padding: 5px 0 0 6px;
          transition: all 0.5s ease 0s;
        color: #fff;
        /*background: rgba(0,0,0,0.1);*/
        width: 30px;
        height: 30px;
        margin-right: 5px;

        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}

.right-socials .socialIcons  { text-indent: 3px; }

p.footerIcons a:hover:before {
        color: #fff;
}

.footercontainer p.footerIcons a:before { text-indent: 3px !important; }


.submit:hover { color: #174A97 !important; }

p.back a:before,
.ce_gallery a.cboxElement:before,
.mod_newsreader p.info:before,
.topnavi li a:before,
.topnavi li span:before,
.quote:after ,
footer .mod_newslist time:before,
.reply p.info:before,
span.date:before,
span.time:before,
.mod_newslist p.info:before,
.mod_eventreader p.info:before,
p.footerIcons a:before,
p.socialIcons a:before,
.scrolltop a:before ,
footer .linkIcon a:before,
footer .linkIcon span:before,
footer a:before,
.scrolltop a:before,
.ce_accordion .toggler:after,
.clients h3:before,

.ce_accordion .toggler:after
{        font-family:Bootstrap-Icons; padding-right: 5px;  }

.ce_accordion .toggler:hover:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
}

.ce_accordion .toggler:hover:after {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
}


.clients h3:before { content:"\f10d";
  color: rgba(255, 255, 255, 0.1);
  font-size: 200px;
  left: -20px;
  position: absolute;
  top: -50px;
}
.clients.content-text {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    text-align: left;
    gap: 1rem;
}

p.info a:before { content:"\f073";}
p.back a:before { content:"\f053"; }
.ce_accordion .toggler:hover:after,
.ce_accordion .toggler.active:after
{ content:"\f286"; }
.ce_accordion .toggler:after { content:"\f282"; float:right; padding: 0; font-weight: 600; /*line-height: 1.3*/;}

footer .linkIcon a:before { content:"\f105"}

.reply p.info:before {content:"\f112";}

span.time:before {content:"\f017";}

/*footer .mod_newslist time:before,
/*.mod_newsreader p.info:before,
/*.mod_newslist p.info:before,
/*.mod_eventreader p.info:before ,
/*span.date:before {content:"\f073";}*/

p.footerIcons a:hover:after, p.socialIcons a:hover:after {
        -moz-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
}

a:focus { outline: none; }

.scrolltop a {
    position: fixed;
    right: 2rem;
    overflow: hidden;
    cursor: pointer;
    bottom: 2rem;
    font-size: 2rem;
    color: #2b6c93;
}

.scrolltop a:hover:after  { color: #212121;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
 }

footer h1, footer h2, footer h3, footer h4 { color: #fff; }

header .formbody { position: relative; }

.homecontact .formbody { background: #fff; padding: 26px 26px 70px 26px; left: 50%; right: 50%; }
.formbody { position: relative; }

.quote { padding: 20px; background: #e7e7e7; text-align:center; }
.quote:after { content:"\f10e"; font-size: 32px; margin: 10px 0 -10px; display: block; }
.quote-name { text-transform: uppercase; margin: 0; padding: 0; }
.quote-position { }

.mainnavi ul.level_1 > .active, .mainnavi ul.level_1 > .trail, .mainnavi ul.level_1 > .forward { background: none; }

.home #main { padding: 0; }
body.home #main { padding-top: 0; }

.topnavi ul { margin: 25px 0!important; padding: 0; }
.topnavi li a, .topnavi li span { text-transform: uppercase; font-size: 10px; float: left; margin-right: 10px; }

.topnavi li.login a:before,
.topnavi li.login span:before
{ content:"\f090"; font-size: 14px; }

.topnavi li.register a:before,
.topnavi li.register span:before
{ content:"\f007 "; font-size: 14px;}

.ce_gallery figure  {        line-height:0;}
ul.row.ce_gallery.no-gutters { 
    list-style: none;
    padding: 0;
    margin: 0;
}

a, span, img, figure {
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
}


#kontakt-144 input, #kontakt-144 textarea { background: none; border: 1px solid #666; color: #e7e7e7 }
#kontakt-144 .bi { color: #666; }
.bi.pull-left { width: 30px; }

body.home footer { margin-top:0; }

.footersocials a:before {
  color: #787878;
  font-size: 18px;
}

#our-work li { width: 33.333%; float: left; }
#service em {
        -moz-border-radius: 50%;
        -webmit-border-radius: 50%;
        border-radius: 50%;

        width: 100px; height: 100px; line-height: 100px; text-indent: 15px;

        }


#main .home-pics .ce_image figure.image_container figcaption { padding: 0 15px; position: absolute; top: 20%; opacity: 0; font-size: 18px; color: #fff;  }
#main .home-pics .ce_image figure.image_container:hover figcaption {
position: absolute; top: 46%; opacity: 1; text-align:center;
-moz-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
 }

#main .home-pics .ce_image figure.image_container {
        background: #09090b;
        margin: 13px;
}

#main .home-pics .ce_image figure.image_container img:hover {
         opacity: 0.3;
 }

/* -- foter events + footer news -- */

footer .mod_navigation li a, footer .mod_navigation li span { color: #707176; }
footer a { color: #ffffff; }

footer { color: rgba(255, 255, 255, 0.5); }
footer .mod_newslist time,
footer .mod_eventlist span.date { text-transform: uppercase; font-size: 10px; line-height: normal; }

footer .mod_navigation li a,
footer .mod_navigation li span,
footer .mod_newslist > div,
footer .mod_eventlist > div { display: block; }

footer .mod_newslist a,
footer .mod_eventlist a
{ color: white; display: block ; }

.copyright { text-transform: uppercase; color: rgba(255,255,255,0.9); /*padding-top: 13px;*/ padding-left: 0px; padding-top: 1rem; padding-bottom: 1rem;}
.copyright p { color: rgba(0, 57, 92, 1); font-weight: 600; }

.formbody label { font-size: 12px; text-transform: uppercase; }

/*
.ce_gallery a.cboxElement { display: block; }
.ce_gallery a.cboxElement:before { position:absolute; top:0; width: 100%; height: 100%; background: rgba(255, 255, 255, .2); content:"\f00e "; text-align:center; display: block; padding-top: 100px; font-size: 50px; color: #fff; }
*/

.formbody input.text {
  background: #eee none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  height: 42px;

}

header .ce_form  input.text { background: none; font-size: 14px; text-shadow: 0 none;}


.footersocials  { position: fixed; right: 34px; bottom: 100px; z-index:999; }
.footersocials  a { display: block; padding: 5px 5px 6px; margin: 1px 0;
-moz-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;
}
.footersocials  a:hover:after { font-size: 25px; }



/* .sliderselect button, input, optgroup, select, textarea {
  background: none;
  border: 1px solid #ccc;;
  color: #212324;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  margin-bottom: 6px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
*/

.short_text { display: inline-block; padding: 3px 5px; }

.bg-white { background: white; padding: 20px; }


 .footergallery figure { padding: 4px; }
 .events { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding-bottom: 20px; }

.dlh_googlemap { margin-bottom: 0px; }

.text-white a, .text-white h3, .text-white fa { color: #fff; }

.dark-bg { padding: 35px; }
.dark-bg .btn { border: 1px solid #fff; }
.dark-bg .btn:hover { background: #fff; color: #212324; }

.border-img img { border: 1px solid #e8e9e9; }

.small-text { background: #dfdfdf; width: 400px; padding: 10px 23px; }
.small-text p { font-size: 14px;  }

.small-slider { padding: 0; }

embed.mejs-shim { width: 100%; }

.mejs-container .mejs-controls { none!important }

/*
.white-bg {
    background: var(--color3);
    overflow: hidden;
    padding: 20px;
    padding-bottom: 10px;
    border: 1px solid rgba(0, 57, 92, 1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
*/

.white-bg h2 { background: none; }

.white-bg:hover {
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;

}

.white-bg:hover h2, .white-bg:hover h3, .white-bg:hover a, .white-bg:hover p, .white-bg:hover .bi {
        color: #F18805;
}

.white-bg:hover a:hover {
        color: #ccc;
}

.icon .bi {
    border: 1px solid rgba(0, 57, 92, 1);
    border-radius: 50%;
    padding: 0; 
    display: flex;
    height: 70px;
    width: 70px;
    font-size: 2.875rem;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 576px) {
    .icon .bi { height: 60px; width: 60px;}

.footer-logo { border-right: 1px solid rgba(255,255,255,0.6); }

.rotate-page {
  height: 900px;
  left: 50%;
  margin: 0 auto 0 -350px;
  padding-right: 10px;
  position: absolute;
  top: 270px;
  width: 700px;
  z-index: 333;
}


.banner-bottom { margin-top: -60px; }

.ce_gallery img { padding: 0; }

/*
.devider {
  border-bottom: 1px solid #b2c3ce;
  /*margin-bottom: 20px;*/
  /*margin-top: 30px;
  /*margin-top: 2rem;
  /*margin-bottom: 0;
}
*/
/*
.devider-empty {
  margin-bottom: 2rem;
  z-index: 99;
}*/

p.socialIcons a:before { background: #D6D7D8; }
p.socialIcons a:hover:after { color: #fff; background: #174A97; }

/* .ce_gallery img {
        filter: saturate(50%);
        -webkit-filter: saturate(50%);
        -moz-filter: saturate(50%);
        -o-filter: saturate(50%);
        -ms-filter: saturate(50%);
} 
*/

/* .ce_gallery img:hover {
        filter: saturate(100%);
        -webkit-filter: saturate(100%);
        -moz-filter: saturate(100%);
        -o-filter: saturate(100%);
        -ms-filter: saturate(100%);
          -moz-transition: all .8s;
        -webkit-transition: all .8s;
        transition: all .8s;
        } */


.downloadicon { display: block; font-size: 16px; margin: 0 0 10px; }

.ce_downloads .bi { font-size: 30px; display: block; }
.mod_faqlist li { font-size: 14px; text-transform: uppercase; }

.round .bi {
 -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;}

.white-bg:hover .bi {
border-radius: 50%;
border-color: #F18805;
background: #F18805;
color: #fff;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);}


.iframe,
.me-plugin,
.mejs-container { width:100%!important; }

body.contact .form-control { background: rgba(255, 255, 255, .2); color: #999!important; }


.bi-lila .bi { border: none; width: 0; text-align: left; text-indent: 0; line-height: 0; height: 0; display: inline-block; padding-right: 35px; }
.bi-lila .bi:hover { transform: none; }

div.overlay-textinput .submit { color: #50505A; background: #e0e0e0!important; }
div.overlay-textinput .submit:hover { color: #fff!important; background: #174A97!important; }

#ctrl_registration { border: 1px solid rgba(0,0,0,0.1); }
#ctrl_registration:hover,
#ctrl_registration:focus,
#ctrl_registration:active {
border: 1px solid rgba(0,0,0,0.2);
-moz-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
 }


/* White BG */
.ce_form .home-contact {
  padding: 35px;
}

.ce_form .home-contact .formbody input.text,
.ce_form .home-contact textarea.form-control { background: white; }

.home-contact .formbody .submit { border: 2px solid white; }

.ce_comments .formbody {
  background: #efefef;
  padding: 10px 20px;
}

.mod_faqlist {
  background: #ffffff none repeat scroll 0 0;
}

#registrierung .container {
  background: #ffffff none repeat scroll 0 0;
  padding: 8px;
}


.home .ce_form .formbody { background: none; padding: 0; }

.newsInner {
        background: white;
        overflow: hidden;
        margin: 10px 0;
        padding: 15px 0;
}

/*
.newsitem {
        margin-right: 0px !important;
        margin-bottom: 10px !important;
        margin-left: 0px !important;
        border-top: 1px solid #b2c3ce;
        margin-top: 10px;
}
*/

.newsitem .news {        margin:0!important; }
/*
.newsitem .newstxt { padding: 0px; margin-top: 14px}
*/

.submit { text-transform: uppercase; border: none; padding: 5px 11px; }
.submit:hover { color: #fff!important; }

/* buttons */

.newstxt p.more a:hover, p.back a:hover, .submit:hover {
        border: none;
        -moz-transition: all .8s;
        -webkit-transition: all .8s;
        transition: all .8s;
}

.newstxt p.more:hover, p.back:hover, .submit:hover { color: #fff; border:none; }
.newstxt p.more, p.back { margin-bottom: 0; }

./*newstxt p.more, p.back, .submit {
        color: #fff;
        text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
*/
.newstxt p.more a:before, p.back a:before, .submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.newstxt p.more a:hover, .newstxt p.more a:focus, .newstxt p.more a:active,
p.back a:hover, p.back a:focus, p.back a:active,
.submit:hover, .submit:focus, .submit:active {
        color: white;
 }

.newstxt p.more a:hover:before, .newstxt p.more:focus:before, .newstxt p.more:active:before,
p.back:hover:before, p.back:focus:before, p.back:active:before,
.submit:hover:before, .submit:focus:before, .submit:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
 }



 .submit { color: white; }












a.btn {
        position: relative;
        /*font-size: 13px;*/
 }


a.btn {
        background: #33617d;
        color: #FFFFFF;
        /*padding: 8px 14px;*/
        /* margin-top: 7px; */
        border-radius: 999px;
        /*border: 1px solid rgba(0, 57, 92, 1);*/

}

a.btn:hover {
        border: none;

        -moz-transition: all .8s;
        -webkit-transition: all .8s;
        transition: all .8s;
}


.btn {
        font-size: 14px;
}

.btn:hover,
.btn:focus { color: #fff; border:none; }

a.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

a.btn:hover, a.btn:focus, a.btn:active {        color: white!important; background: #F18805; }
a.btn:hover:before, a.btn:focus:before, a.btn:active:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
 }


body.home .mod_breadcrumb  { display: none; }

/*
.mod_breadcrumb ul {
    /*list-style: none;*/
    /*margin: 0;*/
    /* padding: 5px 0; padding: 0px 0;
    /*border-bottom: 1px dotted;*/
    /*overflow: hidden;*/
    /*margin: 1rem 0 1rem;*/ /*margin: 1rem 0 2rem;
}
*/

/*
.mod_breadcrumb ul li > a, .mod_breadcrumb ul li  { text-decoration: none; font-size: 1rem; }
.mod_breadcrumb .active {font-weight: 700; }
*/

.navi-content .rte {
    display: flex;
    gap: .5rem;
    align-items: flex-start;
}

.navi-content .bi {
    color: #00395C; /*fff*/
    padding: .5rem;
    display: inline-block;
}

.project-bg {
    background: var(--color3); 
    padding: 20px;
}
    
.grey-bg { 
    background: var(--color3); 
    padding: 20px;
    border: 1px solid #00395c;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.project-bg:hover {
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
 }

/*
.project-bg:hover p, 
.project-bg:hover a.btn, 
.project-bg:hover a { 
    color: rgba(255,255,255,0.9); 
}
*/

/*
.project-bg:hover a.btn { border-color: rgba(255,255,255,0.9); }
*/

.color-bg { padding: 20px; }
.color-bg .bi, .color-bg h2 { color: rgba(255,255,255,0.6); }
.color-bg:hover .bi, .color-bg:hover h2 { color: #fff;
-moz-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
 }

/*.home-block { margin-top: -80px }*/

@media (min-width: 992px) { 
    .home-block { 
        margin-top: 30px; 
    } 
}

.numbers h1 { 
    font-size: 1.75rem; 
    font-weight: 600;
    padding: 0 0 10px 0;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: .5rem;
}
.numbers h2 { margin-top: 5px; }
.clients { /*padding: 25px;*/ /*height: 275px;*/ }
.slider-control .slider-menu b { color: rgba(255,255,255,0.6); }
.slider-control .slider-menu b.active { color: #fff; }
.footer-bottom {  padding: 5px 0; }

/*.mod_eventlist a, .mod_newslist a ,
.navi-content strong {*/
    /*font-size: 0.9rem;*/
    /*text-transform: uppercase;*/
    /*font-family: 'Roboto Black';*/
/*}*/

.navi-content p { 
    margin: 0; 
    line-height: normal;
}

.navi-content small {
    font-size: 0.8rem;
    line-height: 1;
}

.fixedTop .navi-content { margin-top: -2px; }
.mod_login { padding: 0; }


.overlay-menu h2 { color: white; }

/*
.projects .content-image:hover img,
.projects .projectbox:hover img {  -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}
*/

.projects img { 
    width:100%; 
    height:auto;
} 

/*
.projectbox:hover .project-bg { background: rgba(0, 57, 92, 1);-moz-transition: background .5s;
-webkit-transition: background .5s;
transition: background .5s;
 }
*/

/*
.projectbox:hover .project-bg p, .projectbox:hover .project-bg .btn { color: white; border-color: white;
-moz-transition: all .5s;
-webkit-transition: all .5s;
transition: all .5s;
}
*/

.contact .submit { background: #174A97; color: white; }
.contact .submit:hover { background: #222222!important; color: white!important; }
.navOverlayItem { font-size: 16px; margin: 0 10px; font-weight: bold }

/*.devider { border-bottom: 1px solid rgba(0, 0, 0, 0.2); z-index: 99; overflow: hidden; float: none; }*/


.slider-menu b { font-size: 31px; color: red; display: inline-block; }

body.home .content-image figcaption {
  width: 542px;
  width: 100%;
  position: absolute;
  top: 43%;
  text-align: center;
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  opacity : 0;
-moz-transition: opacity .5s;
-webkit-transition: opacity .5s;
transition: opacity .5s;
}

body.home .content-image:hover figcaption {  opacity : 1; }
/*
.button-menu .bi /*{ color: white!important; font-size:1.5rem; }{
    line-height: 0;
    border-radius: 50%;
    padding: 0;
    display: flex;
    height: 20px;
    width: 20px;
    font-size: 1.5rem;
    align-items: center;
    justify-content: center;
}
*/

.search .submit {
  position: absolute;
  right: 0;
  top: 0;
}

#footer .submit {
  color: rgba(255, 255, 255, 0.6)!important;
  padding: 7px;
}

.search .submit {
  padding: 11px 14px;
}

.slider-control .slider-next,
.slider-control .slider-prev {
         display: none;
}

.home-contact .submit:hover { background: white; }

#footer input.text, #footer select, #footer textarea { width: 100%; }

.scrolltop { z-index: 1; right: 0; }

.mod_faqreader p.back { display: block; }

.home-contact .submit:hover { color: #0F0F11!important; }


.ce_accordion div{
   -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}


footer p, footer a {
	/*font-weight: 300;*/
	/*font-size: 13px;*/
	color: #fff;
	/*line-height: 1.6;*/
	margin-bottom: 0;
}

.events-right .event time {
    font-size: .75rem;
    background: var(--color1);
    color: white;
    padding: 0.1rem 0.4rem;
}
.events-right .event {
    border-bottom: 1px solid rgba(0,0,0, .2);
    padding: 0.3rem 0;
}

/*** improvements contao 5 */
/*
.swiper button {
    background: transparent;
    border: navajowhite;
}
.swiper button::after {
    font-size: 1.75rem;
    color: rgba(0, 57, 92, 1);
    font-weight: 600;
}
*/

.bangb1 {
    width: 100%;
}

figure { margin:0; }


.img-responsive { 
  width:100%;
  max-width:100% ;
  height: auto;
}

.flex-row {flex-direction: column!important; }

.bgStyle,
.banner-bg  { 
    width: 100%; 
}
.slider-control .slider-menu b { margin: 0 .4rem; }

.no-gutters .col, .no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

/*---- downloads ---*/
.content-downloads ul { padding:0; list-style-type:none; }
.content-downloads li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-downloads  li a:before {
    content: "\F294";
    font-family: 'Bootstrap-Icons';
    font-size: 2rem;
    line-height: normal;
    display: block;
}
.media.right-socials { flex-direction: column; }


table.calendar tbody tr > td {
    background: #e7e7e7;
    position: relative;
    height: 150px;
    width: 15%;
    vertical-align: top;
    border: .1rem solid #ccc;
}
table.calendar tbody tr > td.today .header {
    font-weight: bold;
}
table.calendar .empty { background:white }
table.calendar .weekend { background:#efefef }

.mod_calendar .event a {
    text-align: center;
    padding: .2rem;
    background: white;
    margin: 0.1rem 0;
    display: block;
    font-size: .65rem;
}

.bgStyle { background-position: center ; }
.slider-wrapper, .content-slider .content-text { display: flex; align-items: stretch; }

.mainservice img { width:100% }
.hover-sh:hover .blockInner  {
  box-shadow: 0 0 20px rgba(31,38,47,.3);
}

/*
.hover-img figure { overflow:hidden; }
.hover-img:hover img {
  transform: scale(1.1);
}

*/

.logo-slider {
    background: var(--color3);
    border-bottom: 1px solid rgba(0, 57, 92, 1);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}



.simple-accordion .accordion-item {
    border: 1px solid #ccc;
    margin-bottom: 0.5rem;
    border-radius: 4px;
    overflow: hidden;
}

.simple-accordion .accordion-header {
    cursor: pointer;
    padding: 0.5rem 1rem;
    background: #f0f0f0;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
}

.simple-accordion .accordion-body {
    display: none;
    padding: 1rem;
    background: #fff;
}

.simple-accordion .accordion-body.open {
    display: block;
}









.project-bg:hover ul li {
    color: #fff;
}


