
body {
  font-family: 'Roboto Condensed Light', sans-serif;
  color: #3f4e5d;
  font-size: 16px;
  line-height: 140%;
}
#main {
  background: white; 
  margin-bottom: 60px
}

h1 {
  font-size: 5rem;
  line-height: 5rem;
  font-family: 'Roboto Condensed Semibold';
  color: #3f4e5d!important;
  text-align: center;
  margin: 0 auto;
  padding: 2rem 2rem;
}
h1.content-headline {
    padding: 4rem 2rem;
}

h2 {
  font-size: 3rem;
  font-family: 'Roboto Condensed Semibold';
  padding: 1rem 0 1rem 0;
}

h3 {
  font-size: 2.4rem;
  padding: 0 0 10px 0;
  color: #f8a701;
  line-height: 1.2;
}
h3 a {
  font-size: 2.4rem;
  color: #fff;
  background-color: #6e7e8c;
  padding: 1rem
}
h4 {
  font-size: 1.2rem;
  color: rgba(0,0,0,0.6);
}
a, span, img, figure {
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a {
  color: #000;
}
a:focus {
  outline: none;
}
a:hover { text-decoration:none; }


.slider-p {
  padding-bottom: 200px;
  padding-top: 200px;
}
.content-text {
  height: 100%;
}

body.home footer {
  margin-top: 0;
}

/***********Header****************/
#header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 0;
}

#header .inside {
  display: flex ;
  justify-content: space-around;
}
#header .container {
  display: none;
}


.top-container {
  border-bottom: 1px solid #e8e8e7;
}
.home .topbar {
  position: absolute;
  padding: 0;
  width: 100%;
  z-index: 99;
}

.topbar {
  position: relative;
  padding: 0;
  width: 100%;
  margin-top: 0;
        /*overflow: hidden;*/
  background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
}

.fixedTop .topbar {
  margin: 0;
  width: 100%;
}
.fixedTop {
  position: fixed;
  z-index: 99;
  top: 0;
}
/* 
.fixedTop .logo {
margin: 10px 0!important; 
}

.fixedTop .ce_form ,
.fixedTop .mainnavi {
  margin-top: 12px!important;
}
*/
.logo .image_container img {
  padding-bottom: 25px;
  padding-top: 25px;
}

.fixedTop .logo .img-responsive {
  width: 38%;
  padding-bottom: 15px;
  padding-top: 15px;
}

.fixedTop a.btn {
  margin: .5rem 0!important;
}
header .headerborder {
  border-top: 1px solid rgba(255, 255, 255, .2);
  width: 100%;
  position: relative;
  top: 16px;
}

.fixedTop .headerborder ,
.fixedTop .headersocials,
.fixedTop .title.big-title {
  display: none;
}

header .footerIcons {

  margin: 0;
  padding: 10px;
}

header .footerIcons {

  margin: 0;
}
/*************Main*************************/
#main .rte ul { 
  list-style-type: disc;
  }
figure { margin:0 }

.fluid-margin {margin:  0 15px}





/*******************Footer*****************/
#footer {
  background-color: #e2e5e8;
  color:#3f4e5d;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 4rem solid #6e7e8c;
}

#footer p,
#footer a,
#footer .container ul li {
  font-family: 'Roboto Condensed Light';
  color: #3f4e5d;
}
#footer h3 {
  font-size: 2rem;
    font-family: 'Roboto Condensed SemiBold';
}
#footer p {
  font-size: 1em;
}
#footer ul {
  list-style-type: none;
  margin: 2rem;
  padding: 0;
}
#footer ul li {
  padding: 0.5rem;
}
#footer .mod_customnav li {
  float: left;
  margin: 0.25rem;
}
#footer a {
  -moz-transition: color .5s, background .5s;
  -webkit-transition: color .5s, background .5s;
  transition: color .5s, background .5s;
}
#footer a:hover {
  color: #fff;
}
li.anschrift:before {
  width: 1rem;
  font-family: FontAwesome;
  content: "\f041";
  margin-left: -2rem;
  margin-right: 1.25rem;
  
}
li.telefon:before {
  font-family: FontAwesome;
  content: "\f095";
  width: 1rem;
  margin-left: -2rem;
  margin-right: 1.25rem;
}
li.mail:before {
  font-family: FontAwesome;
  content: "\f0e0";
  width: 1rem;
  margin-left: -2rem;
  margin-right: 1.25rem;
}
#footer .mod_customnav li a, 
#footer .mod_customnav li span {
  color: #707176;
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #fee9bf;
  display: block;
  padding: 0.75rem 2rem;  
}

#footer .mod_customnav a:hover,
#footer .mod_customnav a.active,
#footer .mod_customnav strong.active,
#footer .mod_customnav strong.trail,
#footer .mod_customnav a.trail {
  background-color: #3f4e5d;
  color: #fff;
  display: block;
  padding: 0.75rem 2rem;  
}
#footer .submit {
        height: 32px;
        right: 0;
        display: inline-block;
        position: absolute;
        top: 0;
}

#footer .newsletter .formbody {
        width: 270px;
}

.copyright {
  color: #fff;
}
p.footerIcons a:hover:after, p.socialIcons a:hover:after {
  -moz-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}
.footeraddress em {
        position: absolute;
        left: 19px;
        margin-top: 5px;
}

.scrolltop a {
        position: fixed;
        overflow: hidden;
        cursor: pointer;
        bottom: -18px;
        z-index: 9999 !important;
}

.scrolltop a:hover { height: 76px; }

.scrolltop a:hover:after { color: white!important; }

.scrolltop {
  right: 50px;
  margin-top: 0;
  position: absolute;
  z-index: 101;
}

.scrolltop a:after {
  content: "\F13A";
  display: block;
  text-indent: 0;
  padding: 1px 12px;
  font-size: 24px;
  color: rgba(255,255,255,0.8);
  background: none;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.scrolltop a:hover:after {
  color: #3f4e5d;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#footer .devider { border-bottom: 1px solid rgba(255,255,255,0.1); }

/***********Events*****************************************************/

.events {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.event  .header {
  position: absolute;
  padding: 5px!important;
  background: rgba(255, 255, 255, .5);
  color: #000;
}
.mod_eventlist .teaser {
	height: 80px;
}

.mod_eventlist h2, .mod_newslist h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-top: 0;
}
.mod_eventlist,
.ce_gallery  {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -15px;
    margin-left: -15px;
}
.eventreader-eventlist {
    flex-direction: column;
    display: flex;
    align-items: flex-start;  
}
.eventreader-eventlist .event { margin:.3rem 0; padding: .3rem 0; border-bottom:1px solid #ccc; width:100%; } 
.eventreader-eventlist .event a   { display:block;  }
.mod_eventlist .layout_teaser {
        padding-bottom: 60px;
}

.mod_eventlist div.header a, p.more a, p.back a {
  font-size: 13px;
  font-family: 'Roboto Regular', sans-serif;
  position: relative;
  text-transform: uppercase;
}

.mod_eventlist div.header a, p.more a, p.back 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 {
  padding: 6px 11px;
  margin-top: 9px;
}

.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 {
  padding: 0 0 5px;
  font-size: 12px;
  display: inline-block;
  padding-right: 7px;
  padding-bottom: 0;
}
time.date {
    display: inline-block;
    font-size: .75rem;
    background: #efefef;
    padding: .2rem .5rem;
    border-radius: .1rem;
    color: #353535;
}
span.time:before {
  content: "\f017";
}

.mod_nl_list li {
  color: #666;
  font-size: 12px;
}

.mod_nl_list li a {
  font-size: 18px;
  margin-left: 5px;
}
.mod_calendar .event a {
    text-align: left;
    padding: 5px;
    background: white;
    margin: 0.1rem 0;
    display: inline-block;
    font-size: .75rem;
}
table.calendar tbody tr > td {
    background: #e7e7e7;
    position: relative;
    height: 150px;
    width: 15%;
    vertical-align: top;
}
table.calendar tbody tr > td.today .header {
    font-weight: bold;
}
table.calendar .empty { background:white }
table.calendar .weekend { background:#efefef }

table.calendar tbody tr > td {
    background: #e7e7e7;
    position: relative;
    height: 150px;
    width: 15%;
    vertical-align: top;
}
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: left;
    padding: 5px;
    background: white;
    margin: 0.1rem 0;
    display: inline-block;
    font-size: .75rem;
}
.rightblock .event {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 6px 0;
}

.mod_newsreader .ce_text.block {
        padding-top: 10px;
}

/***********************News****************/

.newstxt h2 { margin:1rem 0 }
.newsitem {
    padding-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1rem;
}

.newsitem .news {
  margin: 0!important;
}

.newsitem .newstxt {
  padding:0 ;
}

.mod_newsreader p.info,
.layout_latest p.info,
.mod_eventreader  p.info,
.news .info, .event .header {
        padding: 4px 6px;
        display: inline-block;
        z-index: 99;
        color: #fff;
        margin:0;
        font-size: 11px;
}
.home .mod_newslist .teaser { height: 66px; }
.news .info, .event .header { position: absolute; margin: 11px;}
.newstxt p.more a:before, p.back a:before, input.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,
input.submit:hover, input.submit:focus, input.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,
input.submit:hover:before, input.submit:focus:before, input.submit:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.newstxt p.more a:hover, p.back a:hover, input.submit:hover {
  border: none;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.newstxt p.more:hover, p.back:hover, input.submit:hover {
  color: #fff;
  border: none;
}

.newstxt p.more, p.back {
  margin-bottom: 0;
}

/*newstxt p.more, p.back, input.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;
}
*/

/**********Tables****************/
.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****************/
.socials a {
  display: block;
  margin: 0 1px;
  color: #191B1B;
}
.socials-left .socialIcons {  
  padding: 10px 0 0;
  margin: 0;
}


.socials-left h3 {  padding: 0;}
.banner-bg .devider {  border-bottom: 1px solid rgba(255, 255, 255, 0.15);}
.right-socials .socialIcons {
  text-indent: 3px;
}

.socials-left  img { width:100% }
.socials-left .textInner {
  border-top: 5px solid #1C84C0;
  background-color: rgba(31,38,47,.1);
  padding: 10px 20px 20px 20px;
}

/**************Slider********/

.slidertext {
  background: white;
  padding: 35px;
}
#slider .slider-control a.slider-prev:hover:before,
#slider .slider-control a.slider-next:hover:after,
.slider-control a.slider-prev:hover:before,
.slider-control a.slider-next:hover:after,
.slider-control .slider-menu b.active,
.footercontainer .fa {
    color:#fff;
}

.small-slider {
  padding: 0;
}
.sliderselect button, input, optgroup, select, textarea {
  background: none;
  border: none;
  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;
  border: 1px solid rgba(0,0,0,0.1);
}
.slider-control .slider-menu b { margin: 0 .4rem; }
.ce_sliderStart h3 { font-size: 33px; color: rgba(255,255,255,0.8) }

/*************Buttons*********/

p.back a { margin-top: 0; }

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;
}
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:after,
p.socialIcons a:after,
p.teamIcons a:after,
.scrolltop a:after ,
footer .linkIcon a:before,
footer .linkIcon span:before,
footer a:before,
.scrolltop a:after,
.ce_accordion .toggler:after,
#header nav.slider-control .slider-next:after,
.ce_accordion .toggler:after {
font-family: 'Bootstrap-Icons';
  padding-right: 5px;
}

p.info a:before {
  content: "\F2E6";
}

p.back a:before {
  content: "\F4FA";
}
.reply p.info:before {
  content: "\f112";
}
input.submit {
  color: white;
}

a.btn {
  position: relative;
  font-family: 'Roboto Regular', sans-serif;
  text-transform: uppercase;
  background: #fff;
  color: #fff;
  padding: 7px 19px 10px;
  margin-top: 7px;
  border-radius: 2px;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
a.btn:hover {
  border: none;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
}
.btn:hover,
.btn:focus {
  color: #fff;
  border: none;
}

a.btn:hover, a.btn:focus, a.btn:active {
  color: white;
}
.newstxt p.more a:hover, p.back a:hover, input.submit:hover {
  border: none;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.newstxt p.more:hover, p.back:hover, input.submit:hover {
  color: #fff;
  border: none;
}

.newstxt p.more, p.back {
  margin-bottom: 0;
}
.mod_search .submit {
        color: white;
        position: absolute;
        right: 0;
        top: 0;
}

.submit {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 13PX;
}
.submit, .submit:hover { border-radius: 2px; }
/*newstxt p.more, p.back, input.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;
}
*/
/************Formulare****************/
input.submit:hover {
  color: #fff;
}
.submit {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.428571429;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        background-image: none;
        border: 1px solid transparent;
        transition: all .5s ease 0s;
}

header .formbody {
  position: relative;
}

.homecontact .formbody {
  background: #fff;
  padding: 26px 26px 70px 26px;
  left: 50%;
  right: 50%;
}

.formbody {
  position: relative;
}

.formbody label {
  float: left;
  font-size: 14px;
}
.formbody input.text {
  padding: 6px 10px;
  border: 1px solid rgba(0,0,0,0.2);
}
.home .ce_form .formbody {
  background: none;
  padding: 0;
}

input.submit {
        text-transform: uppercase;
        font-size: 13px;
        padding: 8px 14px;
}

form textarea.form-control { height:140px } 

/*******************Accordion***************/

.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);
}
.ce_accordion .toggler:hover:after,
.ce_accordion .toggler.active:after {
  content: "\F2E6";
}

.ce_accordion .toggler:after {
  content: "\F4FA";
  float: right;
  padding: 0;
}

/**************Text***********/

.quote {
  padding: 20px;
  background: #e7e7e7;
  text-align: center;
}

.quote:after {
  content: "\f10e";
  font-size: 32px;
  margin: 10px 0 -10px;
  display: block;
}

/**************Icons****************/
.icon .fa {
  padding: 0;
  text-indent: 5px;
  width: 45px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  position: absolute;
}

.InsideOut .icon .fa {
  opacity: 0.6;
  padding: 0;
  text-indent: 5px;
  width: 45px;
  height: 45px;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
}

p.socialIcons a:hover:after, p.teamIcons a:after {
  color: #fff;
}

.downloadicon {
  display: block;
  font-size: 16px;
  margin: 0 0 10px;
}

.ce_downloads .fa {
  font-size: 30px;
  display: block;
}

.round .fa {
  -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;
}
.fa-lila .fa {
        text-indent: 2px;
        line-height: 2.2;
        display: inline-block;
        color: #fff;
}
.fa-lila .fa:hover {
  transform: none;
}

.home-pics .content-image,
.home-pics .content-image,
.home-pics .content-image,
.home-pics .col-lg-6 {
  padding: 0;
}

/*************Seiten**************/

.bildbreite {
  width: 100%;
  min-width: 550px!important;
}

#article-349 {
    background-color: #fee9bf;
    padding: 1rem;
    font-size: 4em;
    line-height: 1rem;
    display: flex;
}
#article-350,
#article-392,
#article-393,
#article-394 {
    background-color: #fee9bf;
}
.flex-container .col-lg-12 {
  width: 100%!important;
  display: flex;
  flex-direction: row;
}
.mod_article.bg_apricot .content-text {
  background-color: #6e7e8c;
  width: 32%;
  margin: 1%;
}

#slogan_1 {
    font-family: 'Roboto Condensed Light';
    background-color: #faa700;
    color: #fff;
    padding: 1em 1em 0.75em;
    width: 45%;
    margin-left: 8%;
    margin-top:4rem;
    text-align: center;
}
#slogan_2 {
    font-family: 'Roboto Condensed BoldItalic';
    background-color: #faa700;
    color: #fff;
    width: 45%;
    padding: 1em 1em 0.75em;
    margin-top:0.5em;
    margin-bottom: 4rem;
    position: relative;
    float: right;
    margin-right: 8%;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    #slogan_1 {
        width: 55%;
         margin-left: 0;
    }
    #slogan_2 {
         width: 55%;
         margin-right: 0;
    }
}
@media screen and (max-width: 920px) {
    #slogan_1 {
        width: 100%;
         margin-left: 0;
    }
    #slogan_2 {
         width:100%;
         margin-right: 0;
    }
}

/**************Gallery****************/

.ce_gallery figure {
  line-height: 0;
}


.footergallery figure {
  padding: 4px;
}
.ce_gallery .img-responsive {
  padding: 0;
  opacity: 0.8;
}

.ce_gallery .img-responsive:hover {
  opacity: 1;
}
.ce_gallery .figure .img-responsive {
  width: 300px;
  height: auto;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.ce_gallery .figure:hover .img-responsive {
width: 350px;
  transition: all .8s;
}
/*
.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; }
*/
/*****Farben***********/

.dark-bg {
  padding: 35px;
}

.border-img .img-responsive {
  border: 1px solid #e8e9e9;
}





.features {
        padding-left: 54px;
        position: relative;
}

.InsideOut .icon .fa:hover { opacity: 1; }

/***************Rotatoe*******************/
.rotate-page {
  height: 900px;
  left: 50%;
  margin: 0 auto 0 -350px;
  padding-right: 10px;
  position: absolute;
  top: 270px;
  width: 700px;
  z-index: 333;
}
.rotate {
  background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
  border: 1px solid rgba(255,255,255,0.6);
  color: #ffffff;
  display: block;
  float: left;
  padding-bottom: 23.3333%;
  position: relative;
  transform: rotate(45deg);
  width: 23.3333%;
  -moz-transition: all .50s;
  -webkit-transition: all .50s;
  transition: all .50s;
}
.rotate:hover {
  transform: scale(1);
  -moz-transition: all .50s;
  -webkit-transition: all .50s;
  transition: all .50s;
}
.rotate .img-responsive {
  border-radius: 50%;
  bottom: 50%;
  display: block;
  left: 14%;
  position: fixed;
  top: 14%;
  transform: rotate(-45deg);
}

.rotate figure {
  position: absolute;
}

/*******Overlay*******************************************************/
div.overlay-textinput .submit:before { font-family: FontAwesome; content: "\f002"; }

div.overlay-textinput .submit:hover {
  color: #fff;
}
/* .overlayContent h1 { font-size:46px } */

.overlayContent h3,
.overlayContent h2 {
  text-transform: none;
  margin-top: 0;
  padding-top: 0;
}

/*************Registration*************/

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

/****************Breadcrumb************/
body.home .mod_breadcrumb {
  display: none;
}

.mod_breadcrumb ul {
  list-style: none;
  margin-top: 17px;
  padding: 10px 0;
  border-bottom: 1px dotted;
  overflow: hidden;
}

.mod_breadcrumb ul li > a, .mod_breadcrumb ul li {
  text-decoration: none;
  font-size: 14px;
}

.mod_breadcrumb ul li.active {
  font-family: 'Roboto Medium', sans-serif;
}

.videotitle {
  position: absolute;
  width: 100%;
  top: 50%;
  color: white;
  text-align: center;
  z-index: 99;
}

/*****************Text**************/
.text-hover h3, .text-hover p {
        position: relative;
        bottom: 114px;
        color: #fff;
        padding-left: 21px;
        opacity: 0;
}

.text-hover:hover h3, .text-hover:hover p {
        opacity: 1;
        -moz-transition: all .8s;
        -webkit-transition: all .8s;
        transition: all .8s;

}

.text-hover .image_container { background: #111115; }
.text-hover:hover .img-responsive { opacity: 0.2; }

.text-hover p {
        line-height: 0;
}

/***************Newsletter***********/
.newsletter .formbody {  width: 515px; }
.newsletter .submit { display: inline-block;  }
.newsletter .submit {
        text-transform: uppercase;
        font-size: 13px;
        padding: 8px 14px;
        color: white;
}
.newsletter a:before { font-family: FontAwesome; content: "\f0e0" }
.newsletter .submit {
        text-transform: uppercase;
        font-size: 13px;
        padding: 8px 14px;
        color: white;
        position: absolute;
        right: 0;
        display: inline-block;
        height: 48px;
        top: 0;
}

.newsletter-center .newsletter {
        padding-left: 27%;
}



/************Accordion********************/
.ce_accordion .toggler:after { color: #fff; padding: 3px 7px; }
.ce_accordion .toggler:hover:after { background: none;}




/****************++Specials*******************/
.contact-icons em {
        margin-left: -65px;
}

.contact-icons h3 {
        margin-left: 65px;
}


/*************Formulare*********************/

textarea.form-control { border: 1px solid rgba(0,0,0,0.2); }



/***************Gallery****************/
.ce_gallery figure:after {
        font-family: FontAwesome;
        content: "\f002";
        color: #fff;
        position: absolute;
        top: 47%;
        right: 42%;
        font-size: 23px;
        text-indent: 5px;
        padding: 22px 18px;
        cursor: pointer;
        transition: all .5s ease 0s;
}
.ce_gallery figure:hover:after { opacity: 0;   -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;  }




/************Gallery************/
.gallery-home figcaption {
  color: #fff;
  position: absolute;
  top: 50%;
  opacity: 0;
}

.gallery-home .img-responsive:hover {
  opacity: 0.2;
}
.gallery-home .content-image:hover figcaption {
  opacity: 1;
}
ul.ce_gallery {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/************Sliders****************/
.slider-control {
        left: 0;
        width: 100%;
        position: absolute;
        height: 30px;
}
.slider-control .slider-menu {
  font-size: 27px;
  text-align: center;
}
.slider-control .slider-menu {
  font-size: 27px;
  left: 50%;
  margin-left: -25%;
  text-align: center;
  top: 0;
  width: 50%;
}
.slider-control a, .slider-control .slider-menu {
        position: absolute;
        top: 9px;
        display: inline-block;
}
#header nav.slider-control .slider-prev:before {
        content: "\f104";
        padding-left: 10px;
        padding-right: 15px;
}
#header nav.slider-control .slider-prev:before, #header nav.slider-control .slider-next:after {
        display: block;
        text-align: center;
        font-size: 25px;
}
#header nav.slider-control .slider-next:after {
        content: "\f105";
        padding-right: 10px;
        padding-left: 15px;
}
#header nav.slider-control .slider-prev, #header nav.slider-control .slider-next {
        background: rgba(0,0,0,0.1);
        padding: 22px;
}
#header nav.slider-control .slider-prev, #header nav.slider-control .slider-next {
        display: inline-block;
        color: white;
}
.slider-control .slider-next {
        right: 0;
}
.slider-text-bg h1, .slider-text-bg h2, .slider-text-bg h3, .slider-text-bg h4, .slider-text-bg h5, .slider-text-bg a, .slider-text-bg p {
        color: #fff;
}

.slider-text-bg {
        padding: 19px 46px 40px;
}


/******************+Columns**********************/

.column-1 {
     -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
.column-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.column-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.column-4 {
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
}
.column-5 {
    -webkit-column-count: 5; /* Chrome, Safari, Opera */
    -moz-column-count: 5; /* Firefox */
    column-count: 5;
}
.column-6 {
    -webkit-column-count: 6; /* Chrome, Safari, Opera */
    -moz-column-count: 6; /* Firefox */
    column-count: 6;
}

/***********************++Buttons**********************/
.grey-bg, .contact-home { overflow: hidden; }

.btn,.newstxt p.more a, p.back a, input.submit, p.more a, p.back {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px transparent;
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
}

.btn:before,
.newstxt p.more a:before, p.back a:before, input.submit:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
}

.btn:hover, .btn:focus, .btn:active,
.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, input.submit:hover, input.submit:focus, input.submit:active {
        color: white;
}

.btn:hover::before, .btn:focus::before, .btn:active::before,
.newstxt p.more a:hover:before, .newstxt p.more a:focus:before, .newstxt p.more a:active:before, p.back a:hover:before, p.back a:focus:before, p.back a:active:before, input.submit:hover:before, input.submit:focus:before, input.submit:active:before , p.more a:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.banner-bg {
  background-attachment: fixed;
  background-size: cover;
  padding: 9% 0;
}

.banner-bg h1, .banner-bg h2, .banner-bg h3, .banner-bg h4, .banner-bg p { color: white; }

.banner-bg h1 { font-size: 60px; }

.right-socials p.footerIcons a:after { color: rgba(0,0,0,0.3); }
.ce_downloads li:before {
        content: "\f019";
        font-family: Bootstrap-Icons;
        font-size: 30px;
        display: block;
}

.newsletter-center .newsletter .formbody input.text {
        padding: 13px 10px;
}
.contact-padding {
  padding-left: 28px;
  position: relative;
}
hr { border-bottom: 1px solid rgba(0,0,0,0.2); margin-bottom: 40px; padding-top: 0; }

.bluebanner .banner-bg {
  background-attachment: fixed;
  background-size: cover;
  padding: 3% 0;
}
.ce_accordion div{
   -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
} 
.parallax-section-1 { transition: none; background-position: center 0; }


/*** improvements contao 5 */

.img-responsive { 
  width:100%;
  max-width:100% ;
  height: auto;
}

.bgStyle,
.banner-bg  { 
    width: 100%; 
}

.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: "\F1B9";
    font-family: 'Bootstrap-Icons';
    font-size: 2rem;
    line-height: normal;
    display: block;
}
.media.right-socials { flex-direction: column; }



.bgStyle { background-position: center ; }
.slider-wrapper, .content-slider .content-text { display: flex; align-items: stretch; }

/*************Images******************/
.mainservice img { width:100% }
.blockInner { margin:20px 0 }
.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);
}


/* ==============Sonstiges============ */
.bangb1 {
  width: 100%;
}

.devider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 55px;
  margin-top: 20px;
  z-index: 99;
}


/**************++++Customs*******************/

.flex-container .row{
  display: flex;
}
.flex-container .row > div {
  margin:0;
  padding:0;
} 
.bg-grau {
  background-color: #e8e6e7;
}
.rand .row {
  border-left: 1px solid #3f4e5d;
  border-top: 1px solid #3f4e5d;
  border-right: 1px solid #3f4e5d;
}
.rand .row .rechts {
  border-right: 1px solid #3f4e5d;
}
.rand .row .links {
  border-left: 1px solid #3f4e5d;
}
.col-lg-6.col-sm-12.col-xs-12.content-image {
  padding:0;
}
.col-lg-7.content-image img,
.col-lg-7.rechts.content-image figure,
.col-lg-6.content-image img,
.col-lg-5.content-image img { 
  width: 100%;
  object-fit: cover;
}
#article-373 .col-lg-7,
#article-373 .col-lg-12,
#article-373 .col-sm-12,
#article-373 .col-xs-12,
#article-374 .col-lg-7,
#article-374 .col-lg-12,
#article-374 .col-sm-12,
#article-374 .col-xs-12,
#article-375 .col-lg-7,
#article-375 .col-lg-12,
#article-375 .col-sm-12,
#article-375 .col-xs-12,
#article-376 .col-lg-7,
#article-376 .col-lg-12,
#article-376 .col-sm-12,
#article-376 .col-xs-12,
#article-377 .col-lg-7,
#article-377 .col-lg-12,
#article-377 .col-sm-12,
#article-377 .col-xs-12,
#article-378 .col-lg-7,
#article-378 .col-lg-12,
#article-378 .col-sm-12,
#article-378 .col-xs-12,
#article-379 .col-lg-7,
#article-379 .col-lg-12,
#article-379 .col-sm-12,
#article-379 .col-xs-12,
#article-380 .col-lg-7,
#article-380 .col-lg-12,
#article-380 .col-sm-12,
#article-380 .col-xs-12,
#article-381 .col-lg-7,
#article-381 .col-lg-12,
#article-381 .col-sm-12,
#article-381 .col-xs-12 {
  padding:0;
}
.col-lg-12 .col-lg-5.col-sm-12.col-xs-12.content-text .rte {
  padding: 2rem;
}
.spacer-top-3 {
  margin-top: 3rem;
}
.col-lg-7.col-sm-12.col-xs-12.content-image {
  text-align: center;
  padding:0;
}
.content-image img,
.media img {
  width: 100%;
  height: auto;
}
.col-lg-5.col-sm-12.col-xs-12.content-text .rte {
  height: 100%;
}
#article-364 .row > div:last-child {
  border-left:0;
  border-right:0;
  border-top:0;
}
.rand-unten .row {
    border-bottom: 1px solid #3f4e5d;
}

@media only screen and (max-width: 1200px) {
  .rand .row > div:first-child {
  border-right: 0;
  }
  .rand .row > div:first-child {
  border-right: 0;
  }
  .rand .row {
    margin-bottom: 2rem;
  }
  .col-lg-6.col-sm-12.col-xs-12.content-image,
  .col-lg-6.col-sm-12.col-xs-12.content-text,
  .col-lg-7.col-sm-12.col-xs-12.content-image,
  .col-lg-5.col-sm-12.col-sx-12.content-text {
    border-bottom: 1px solid #3f4e5d;
  }
  #slogan_1,
  #slogan_2{
    font-size: 0.85em;
    padding: 1em 0.5em 0.75em;
  }
  .logo img {
    width: 75%;
  }
  h1 {
    font-size: 2.5em;
  }

  .content-text .rechts h2 {
    padding-top: 2rem!important;
    line-height: 2em;
  }
}
@media only screen and (max-width: 700px) {
  .mod_article.bg_apricot .col-lg-12 {
    flex-direction: column;
  }
.mod_article.bg_apricot .content-text {
  width: 97%;
}
  
}

.tv {
  position: relative;
  margin: 3rem auto;
  padding: 2rem;
  max-width: 30rem;
  background-color: #f8a701;
  text-align: center;
}
.tv a {
  color: #000;
  font-size: 2.4rem;
  line-height: 2.2rem;
  font-weight: 600;
}