/*
  Stylesheet: [Kundenname]
  Author - [Entwicklername] / visual4 GmbH
  Site - www.visual4.de
*/

/*
  Color reference chart

  hellgrau              #f5f5f5
  mittelgrau            #eaeaea
  ...

*/

/*General-----------------------------------------*/

body{
  background-color: #ffffea;
}

ol li{
  list-style-type: decimal;
}

ol{
  padding: 0;
  margin: 0;
  list-style-position: inside;
}

li{
  list-style-type: none;
}

a{
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6, nav, ul, li{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 22px;
}

p, a, li, table{
  font-family: 'Droid Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

h1,h2,h3,h4,h5,h6,p,a, th, td{
  color: #1d1d1d;
  word-wrap: break-word;
}

h1{
  font-size: 24px;
}

article h1{
  border-bottom: 1px solid #a1a1a1;
}

article{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 6px;
}

table{
  text-align: left;
}

.hentry{
  margin: 0;
}

.entry-content p{
  margin-bottom: 24px;
}

.entry-content a{
  color: #004291 !important;
}

.entry-content a:hover{
  text-decoration: underline;
}

.events-table a:hover{
  text-decoration: none!important;
}

.page-title{
  margin-bottom: 20px;
}

#wrapper{
  max-width: 1280px;
  margin: 0 auto;
  background-color: #ffffff;
}

.content-inner-wrapper{
  max-width: 1024px;
  margin: 0 auto;
}

.content-color{
  background-color: #d2e4f2;
  padding-top: 40px;
}

.content-color:after{
  content: "";
  clear:both;
  display:block;
  overflow: hidden;
}

.header-link{
  border: 1px solid #e1e1e1;
  border-top: 0;
  height: 25px;
}

.header-link nav ul li{
  display: inline-block;
  margin-left: 10px;
}

.header-link nav ul{
  text-align: right;
}

.header-link a{
  color: #6d6d6d;
  font-size: 13px;
}

.footer-navigation{
  overflow: hidden;
}


.footer-link nav ul li{
  display: inline-block;
  margin-left: 10px;
}

.footer-link nav ul{
  text-align: right;
}

.footer-link a{
  color: #a1a1a1;
  font-size: 13px;
}

.clearleft{
  clear: right;
}

.one-column{
  width: 100%;
}

.two-columns{
  float: left;
  width: 66%;
  height: 100%;
}

/*fontAwesome-Icon Settings-----------------------------*/

.fa-arrow-circle-o-down{
  line-height: normal;
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
}

.fa-file-text-o, .fa-home, .fa-lightbulb-o,
.fa-arrow-circle-o-right,
.fa-newspaper-o, .fa-calendar, .fa-phone, .fa-question-circle,
.fa-download, .fa-paperclip, .fa-link{
  margin-right: 10px;
}

.fa-info-circle{
  margin-right: 5px;
}

.fa-lg-save-all{
  vertical-align: -7% !important;
}

/*Logos--------------------------------------------*/

.logo{
  overflow: hidden;
  background-color: #ffffea;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*Logowall--------------------------------------------*/

.logo .content-inner-wrapper{
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.logo a{
  display: flex;
  justify-content: center;
  margin-right: 10px;
  margin-left: 10px;
}

.logo a img{
  margin-right: 0px;
  margin-left: 0px;
}

@media only screen and (max-width: 768px) {
  .logo .content-inner-wrapper{
    flex-direction: column;
  }
  .logo .content-inner-wrapper a {
    width: 100% !important;
  }
}

.logo-float-right{
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 60px;
  margin-left: 40px;
}

.logo-float-left{
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 60px;
  margin-right: 40px;
}

.header-text-middle{
    margin-top:10px;
    margin-bottom:10px;
    float:left;
    text-align: center;
    font-size:2.2em;
    color:#004494;
    font-weight:700;
    width:42%;
    word-wrap:break-word;
}

.header-text-middle.header-mobile{
    display: none;
    word-wrap:break-word;
}

@media only screen and (max-width: 650px) {
  .header-text-middle {
    width: 100%;
    font-size: 1.3rem;
  }
  
}

@media only screen and (max-width: 768px) {

    .header-text-middle.header-mobile{
        display:block;
        word-wrap:break-word;
    } 
    
    .header-text-middle.header-desktop{
        display:none;
        word-wrap:break-word;
    } 
    
.logo .content-inner-wrapper a{

 width:30%;
}

}

/*header-navigation----------------------------------*/

.main-navigation{
  background-color: #1d1d1b;
}

.main-navigation ul li{
  width: 14%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-navigation ul li a{
  font-size: 14px;
  letter-spacing: 1px;
}

/*footer-navigation----------------------------------------*/

.site-footer{
  height: 300px;
  background-color: #1d1d1b;
  overflow: hidden;
  position: relative;
}

.footer-nav{
  margin-top: 100px;
}

.footer-nav li{
  width: 16.6%;
  float: left;
  margin-top: 2px;
}

.footer-nav li a{
  color: white;
  clear:both;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding-right: 10px;
}

.sub-menu{
  margin: 0px;
  margin-top: 15px !important;
  content: "";
  clear:left;
  display:block;
}

.sub-menu li{
  width: 100%;
  line-height: 14px;
  margin-bottom: 8px;
}

.sub-menu li a{
  text-transform: none;
  font-size: 13px;
  font-weight: normal;
  line-height: 16px;
  transition: color .3s;
  -webkit-transition: color 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: color 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: color 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.sub-menu li a:hover{
  color: #F5EE23;
}

.images-uber-menu{
  padding-bottom: 12px!important;
}

.special-image-menu img{
  height: 280px!important;
}

.shape-site-footer {
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.bottom-site-footer {
  height:0;
  border-width: 0 0 50px 1280px;
  border-style:solid;
  border-color:      transparent #323232 transparent #323232;

  -moz-transform: scale(2);

  z-index: -1;
}

.top-site-footer {
  height: 25px;
  background-color:#323232;

}

/* Support transparent border colors in IE6. */
* html .bottom-site-footer {
  filter:chroma(color=#123456);
  border-top-color:#123456;
  border-left-color:#123456;

}

.top-site-footer h2{
  font-size: 18px;
  padding-top: 20px;
  color: white;
}

.call-to-action-buttons div{
  background-color: white;
  margin-bottom: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.call-to-action-buttons{
  width: 16%;
  float: right;
  text-transform: uppercase;
}

.call-to-action-buttons:after{
  content: "";
  clear:left;
  display:block;
}

.call-to-action-buttons div p{
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 5px 10px;
}

.call-to-action-buttons a > div p{
  transition: padding-left 0.3s;
  -webkit-transition: padding-left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: padding-left 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: padding-left 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.call-to-action-buttons a:hover > div p{
  padding-left: 10px;
}

/*Banner-Textslider ---------------------------------*/

.banner-picture{
  width: 100%;
  height: 400px;
}

.shape-banner-picture {
  width:100%;
  margin:0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow:hidden;
}

.top-banner-picture {
  height:0;
  border-width:0 0 60px 1024px;
  border-style:solid;
  border-color:transparent #1d1d1b #1d1d1b transparent;
  transform: scale(2);
  -moz-transform: scale(2);

}

.bottom-banner-picture {
  height: 20px;
  background-color: #1d1d1b;

}

/* Support transparent border colors in IE6. */
* html .top-banner-picture {
  filter:chroma(color=#123456);
  border-top-color:#123456;
  border-left-color:#123456;
}

.efre-slogan{
  position: absolute;
  bottom:10px;
  right: 20px;
  z-index: 3;
  color: white;
}

.container-position{
  position: relative;
}

.circle-banner-picture {
  width: 150px;
  height: 150px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  position: absolute;
  bottom: 45px;
  left: 0px;
  z-index: 3;
  background: #002c67; /* Old browsers */
  background: -moz-linear-gradient(top,  #002c67 0%, #004291 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002c67), color-stop(100%,#004291)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #002c67 0%,#004291 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #002c67 0%,#004291 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #002c67 0%,#004291 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #002c67 0%,#004291 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002c67', endColorstr='#004291',GradientType=0 ); /* IE6-9 */
}

.circle-banner-picture > .circle-icon{
  transition: padding-left .3s;
  -webkit-transition: padding-left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: padding-left 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: padding-left 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.circle-banner-picture:hover > .circle-icon{
  padding-left: 10px;
}

.circle-banner-picture:hover > p{
  text-decoration: underline;
}

.circle-banner-picture p{
  text-align: center;
  color: white;
  margin-top: 30px;
  font-family: 'Droid Serif', serif;
}

.shape-banner-picture-text {
  width:400px;
  position: absolute;
  bottom: 90px;
  right: 0px;
  z-index:4;
}

.bottom-banner-picture-text {
  height:0;
  border-width:0 0 25px 400px;
  border-style:solid;
  border-color:#FFFFFF transparent transparent #FFFFFF;
  opacity: .8;
        transform: scale(0.99999);
  -moz-transform: scale(0.99999);
  overflow: hidden;
}

.top-banner-picture-text {
  height: 150px;
  background-color:#FFFFFF;
  opacity: .8;
  padding: 20px 20px 0 20px;
}

/* Support transparent border colors in IE6. */
* html .bottom-banner-picture-text {
  filter:chroma(color=#123456);
  border-top-color:#123456;
  border-left-color:#123456;
}

.other-banner-image{
  width: 100%;
  height: 150px;
}

/*Flexslider Banner*/

.announcement-control-nav {width: 100%; position: absolute; bottom: -110px; right: 330px; text-align: center;}
.announcement-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.announcement-control-paging li a {width: 11px; height: 11px; display: block; background: #FFF!important; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;}
.announcement-control-paging li a.announcement-active { background: #f5ee23!important; cursor: default; }
.announcement-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.announcement-control-thumbs li {width: 25%; float: left; margin: 0;}
.announcement-control-thumbs img {width: 100%; display: block; opacity: 1; cursor: pointer;}
.announcement-control-thumbs img:hover {opacity: 1;}
.announcement-control-thumbs .announcement-active {opacity: 1; cursor: default;}

.announcement-slider-title{
  height: 50px;
  margin-bottom: 8px;
  overflow: hidden;
}

.announcement-slider-title h2{
  font-size: 16px;
  font-weight: bold;
}

.announcement-slider-content{
  height: 40px;
  line-height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
}

.announcement-slider-content p{
  line-height: 20px;
  font-size: 14px;
}

.announcement-flex{
  height: 130px;
}

.announcement-slider-link{
  font-family: 'Droid Serif', Serif;
  font-style: italic;
  color: #1d1d1d!important;
}

.announcement-slider-link:hover{
  text-decoration: underline;
}

/*Introduction ---------------------------------*/

.module-introduction{
  background-color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.homepage-content h1{
  line-height: 36px;
  font-size: 26px;
}

.homepage-content p{
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-width: 50%; /* Chrome, Safari, Opera */
  -moz-column-width: 50%; /* Firefox */
  column-width: 50%;
  line-height: 24px;
  margin-top: 20px;
  font-size: 14px;
}


/*Advancement-Finder--------------------------------*/

.background-image-advancement-finder{
  width: 100%;
  height: 200px;
  position: relative;
  -webkit-box-shadow: inset 0px 114px 129px 7px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 0px 114px 129px 7px rgba(0,0,0,0.75);
  box-shadow: inset 0px 114px 129px 7px rgba(0,0,0,0.75);
}

.background-image-advancement-finder a{
  color: #404040;
}

.headline-advancement-finder{
  position: absolute;
  text-align: center;
  top: 25px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.headline-advancement-finder h2{
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.button-advancement-finder{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 12px 38px 12px 10px;
}

.button-advancement-finder h3{
  font-family: 'Droid Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  background-color: #FFFFFF;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 10px;
  transition: background-color .3s;
  -webkit-transition: background-color 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: background-color 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: background-color 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.button-advancement-finder h3 i{
  padding-right: 3px;
}

.button-advancement-finder h3:hover{
  background-color: #d1d1d1;
}

.links-information:after{
  content: "";
  clear: both;
  display:block;
}

.links-information{
  background-color: #d2e4f2;
  padding-top: 40px;
  padding-bottom: 40px;
}

.advancement-wrapper.ubermenu-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.advancement-information{
  width: 66%;
  float: left;
}

.advancement-information h2{
  margin-bottom: 10px;
  border-bottom: 1px solid #a1a1a1;
}

.advancement-information ul{
  overflow: hidden;
}

.link-advancement{
  width: 50%;
  float: left;
  margin-top: 10px;
}

.link-advancement a{
  color: #003474;
  text-decoration: none;
  transition: padding-left 0.3s;
  -webkit-transition: padding-left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: padding-left 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: padding-left 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.link-advancement a:hover{
  padding-left: 10px;
}

.announcement-information{
  width: 32%;
  float: right;
}

.announcement-information h2{
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #a1a1a1;
}

.link-announcement{
  width: 100%;
  margin-top: 10px;
  display: inline-block;
}

.link-announcement a{
  color: #003474;
  text-decoration: none;
  transition: padding-left 0.3s;
  -webkit-transition: padding-left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: padding-left 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: padding-left 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.link-announcement a:hover{
  padding-left: 10px;
}

#sub-advancement-container{
  overflow: hidden;
  margin-bottom: 40px;
}

/*Project-List------------------------------------------*/

.module-newest-project-examples-list{
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: white;
}

.pag-project-example{
  margin-top: 20px;
}

.module-newest-project-examples-list .content-inner-wrapper h2{
  width: 100%;
  border-bottom: 1px solid #a1a1a1;
}

.module-newest-project-examples-list:after{
  content: "";
  clear: left;
  display: block;
}

.newest-project{
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-top: 20px;
}

.newest-project.last-project{
  float:right;
  margin-right: 0;
}

.project-image{
  width: 100%;
  height: 190px;
  display: block;
  margin-bottom: 10px;
}

.customer h3{
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.customer h2{
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  font-weight: bold;
}

.icon-all-newest-project-examples{
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  color: white;
}

.container-project-image p{
  position: absolute;
  bottom: 5px;
  right: 40px;
  z-index: 9999;
  color: white;
  font-style: italic;
  font-family: 'Droid Serif', Serif;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

.newest-project a:hover > .container-project-image p{
  opacity: 1;
}

.shape-project-image {
  width:100%;
  margin:0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.top-project-image {
  height:0;
  border-bottom-width:80px;
  border-left-width: 1000px;
  border-style:solid;
  border-color:transparent #1d1d1b #1d1d1b transparent;
    transform: scale(2);
  -moz-transform: scale(2);
}

.bottom-project-image {
  height: 15px;
  background-color: #1d1d1b;
}

/* Support transparent border colors in IE6. */
* html .top-project-image {
  filter:chroma(color=#123456);
  border-top-color:#123456;
  border-left-color:#123456;
}

.container-project-image{
  position: relative;
}

.newest-project a > .container-project-image .shape-project-image .bottom-project-image{
  transition: height .3s;
  -webkit-transition: height .3s;
  -moz-transition: height .3s;
  -ms-transition: height .3s;
  -o-transition: height .3s;
}

.newest-project a:hover > .container-project-image .shape-project-image .bottom-project-image{
  height: 30px;
}

.module-project-examples:after{
  content: "";
  clear: left;
  display: block;
}

.project-examples-container{
  overflow: hidden;
}

.project-examples-container:last-child{
  margin-bottom: 30px;
}


/*News-Events-List & News-List--------------------------------------*/

.module-news-events-list{
  padding-top: 40px;
  padding-bottom: 40px;
}

.module-news-events-list:after{
  content: "";
  clear: both;
  display: block;
}

.news-homepage{
  width: 66%;
  float: left;
}

.events-homepage{
  width: 32%;
  float: right;
}

.news-list-single{
  height: 146px;
  background-color: white;
  opacity: 0.8;
  margin-bottom: 20px;
  padding: 20px;
  overflow: hidden;
}

.news-list-single h3{
  font-size: 18px;
  font-weight: bold;
}

.news-list-single h2{
  font-size: 18px;
  font-weight: bold;
}

.entry-content{
  margin: 20px 0 0 0;
}

.news-list-single{
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: background-color 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: background-color 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.news-list-single:hover{
  background-color: #d1d1d1;
}

.projektbeispiele{
  clear: left;
}

.news-headline{
  margin-bottom: 20px;
  width: 100%;
}

.link-to-summary-news{
  margin-top: 20px;
  color: #1d1d1d !important;
  font-style: italic;
  text-decoration: none;
  font-family: 'Droid Serif', Serif;
}

.link-to-summary-news:hover{
  text-decoration: underline;
}

.events-homepage h2{
  margin-bottom: 20px;
  width: 100%;  
}

.events-list-single{
  overflow:hidden;
  padding: 25px;
  height: 478px;
}

.events-list-single p{
  color: white;
}

.events-list-single h3{
  font-weight: bold;
  font-size: 18px;
  color: white;
}

.entry{
  margin-bottom: 20px;
}

.content{
  margin-bottom: 20px;
}

.end-of-content{
  margin-bottom: 20px;
}

.shape-events-list {
  width:100%;
  margin:0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 5;
}

.top-events-list {
  height:0;
  border-bottom-width:30px;
  border-left-width:365px;
  border-style:solid;
  border-color:transparent #002c67 #002c67 transparent;
    transform: scale(2);
  -moz-transform: scale(2);
}

.bottom-events-list {
  height: 15px;
  background-color: #002c67;
}

.events-post-link{
  z-index: 9999;
}

/* Support transparent border colors in IE6. */
* html .top-events-list {
  filter:chroma(color=#123456);
  border-top-color:#123456;
  border-left-color:#123456;
}

.link-to-summary-events{
  margin-top: 20px;
  color: #1d1d1d !important;
  font-style: italic;
  text-decoration: none;
  font-family: 'Droid Serif', Serif;
}

.link-to-summary-events:hover{
  text-decoration: underline;
}

/*Breadcrumb--------------------------------------*/

#breadcrumb{
  padding-top: 10px;
  padding-bottom: 10px;
}
 
#breadcrumb a{
  color: #004291;
  font-size: 17px;
  font-style: italic;
  text-decoration: none;
  font-family: 'Droid Serfi', Serif;
}

#breadcrumb a:hover{
  text-decoration: underline;
}

#breadcrumb .current{
  font-size: 15px;
  font-family: 'Droid Sans', sans-serif;
}

#content{
  content: "";
  clear:both;
  display:block;
}

.module-breadcrumb{
  background-color: white;
}

.page-bread{
  display: inline;
  font-size: 15px;
}

/*boxes--------------------------------------*/

.content-right-float{
  width: 32%;
  float: right;
}

.content-right-float h2{
  margin-bottom: 20px;
}

/*contact-box -----------------------------*/

.module-contact-box{
  margin-bottom: 40px;
}

.whole-content-contact-box{
  background-color: #b3b8be;
  padding-right: 35px;
  padding-left: 35px;
}

.content-contact-box{
  padding-top: 35px;
  padding-bottom: 35px;
   border-top: 1px solid #1d1d1d;
}

.content-contact-box:first-child{
  border-top: none;
}

.mail-contact-box{
  margin-top: 22px !important;
}

.mail-contact-box a{
  color: #1d1d1d;
}

/*information-box-------------------------*/

.module-information-box{
  margin-bottom: 40px;
}

.content-information-box{
  background-color: #b3b8be;
  padding: 35px;
}

.content-information-box a{
  display:block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d1d1d;
  color: #1d1d1d;
  transition: padding-left .3s;
  -webkit-transition: padding-left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: padding-left 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: padding-left 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.content-information-box a:hover{
  padding-left: 10px;
}

.first-information-element{
  border-top: 1px solid #1d1d1d;
}

/*download-box-----------------------------*/

.content-download-box{
  background-color: #b3b8be;
  padding: 35px;
}

.content-download-box a{
  display:block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #1d1d1d;
  color: #1d1d1d;
  transition: padding-left .3s;
  -webkit-transition: padding-left 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: padding-left 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: padding-left 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.content-download-box a:hover{
  padding-left: 10px;
}

.first-download-element{
  border-top: 1px solid #1d1d1d;
}

.module-download-box{
  margin-bottom: 40px;
}

/*Accordion----------------------------------------*/

.module-accordion{padding-bottom: 30px;}
.module-accordion h2{margin-bottom: 20px;}
.text-accordion { display:none; }
.text-accordion > a:first-child{
  margin-top:0!important;
}
.accordion i{float:right; }

.accordion .file-accordion i{
  float: none;
  margin-right: 5px;
  color: #1d1d1d;
}

.file-accordion > a{
  color: #004291 !important;
  width: auto;
  display: inline-block !important;
  margin-top: 20px;
}

.file-accordion >a:hover{
  text-decoration: underline;
}

.text-accordion{
  clear:right;
  margin: 0px 20px 0px 20px;
  padding: 0px 20px 20px 20px;
}

.text-accordion p{
  margin-top: 20px;
}

.text-accordion:first-child{
  margin-top: 0px;
}

.text-accordion a{
  color:#004291 !important
}

.text-accordion a:hover{
  text-decoration: underline;
}

.description-file{
  margin: 0!important;
  color: #a1a1a1;
  font-style: italic;
}

.text-accordion li{
  list-style-image: url('../img/iconmonstr-darrow.png');
  margin-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}

.text-accordion li:last-child{
  margin-bottom: 0px;
}

.text-accordion ul{
  padding-top: 20px;
}


.short-text-accordion{
  cursor: pointer;
  font-size: 16px;
  padding: 20px;
  margin-right: 21px;
}

.short-text-accordion i{
  margin-right: -20px;
}

.accordion{
  background-color: white;
  border-top: 2px solid #a1a1a1; 
}

.accordion:last-child{
  border-bottom: 2px solid #a1a1a1;
}

.open i {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);

  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;  /* Opera 10.50–12.00 */
  transition: all 0.3s ease-out;
}

.site-link-accordion{
  color: #004291 !important;
  display:block;
  margin-top: 20px;
}

.site-link-accordion i{
  float:none;
  color:#1d1d1d;
}

.site-link-accordion .fa-link{
  margin-right: 6px;
}

.site-link-accordion:hover{
  text-decoration: underline;
}

/*module-content------------------------------------*/

.module-content{
  padding-bottom: 40px;
}

.module-content h1{
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
}

.text-content li{
  list-style-image: url('../img/iconmonstr-darrow.png');
  margin-left: 20px;
}

.module-content a{
  color:#004291 !important
}

.module-content a:hover{
  text-decoration: underline;
}


/*pagination----------------------------------------*/

.pagination {
  font-family: 'Droid Serif', Serif;
  clear:both;
  position:relative;
  font-size:14px !important; /* Pagination text size */
  float:left; /* Pagination float direction */
  margin-bottom: 40px;
  font-style: italic;
}

.pagination span, .pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#1d1d1d; /* Pagination text color */
}

.pagination a:hover{
  color:#1d1d1d;
}

.pagination .current{
  padding:6px 9px 5px 9px;
  margin: 2px 2px 2px 0;
  color:#1d1d1d;
  text-decoration: underline;
}

.project-examples-title{
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid black;
}

/*news-list-----------------------------------------*/

.news-content{
  height: 48px;
  overflow: hidden;
}

.news-content p b{
  font-family: 'Droid Sans', Sans-serif;
  font-weight: 200;
}

.news-content p strong{
  font-family: 'Droid Sans', Sans-serif;
  font-weight: 200;
}

.news-title p{
  font-weight: bold;
  font-size: 16px;
}



.news-title{
  margin-bottom: 8px;
    overflow:hidden;
}

.news-title{
  height: 24px;
}

.news-title p{
  font-family: 'Droid Serif', Arial;
}

/*events-list-------------------------------------*/

.post-navigation{
  padding-top: 10px;
  padding-bottom: 40px;
  margin: 0 !important;
}

.read-more-events a{
  color: white;
  font-style: italic;
  text-decoration: none;
  font-family: 'Droid Serif', Serif;
}

.read-more-events a:hover{
  text-decoration: underline;
}

.circle-icon{
  color: white;
  margin-top: 10px !important;
}

.nav-links a{
  color: #818181 !important;
}

/*Eventslist*/

.events-table{
  text-align: left;
}

.events-table td, .events-table th{
  border-bottom: 1px solid #a1a1a1;
  padding-bottom: 20px;
  padding-top: 20px;
  padding-right: 15px;
}

.events-table a{
  color: #1d1d1d;
}

.events-table-headline p{
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
  margin: 0px;
}

.events-table a{
  display: block;
  margin-bottom: 20px;
}

.events-table a:hover>.events-list-single-box{
  background-color: #d1d1d1;
}

.events-table-headline{
  padding: 0 20px 0 20px;
  border-bottom: 1px solid #a1a1a1;
}

.events-list-single-box p{
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0px;
  padding-right: 10px;
}

.events-list-single-box{
  margin-top: 20px;
  padding: 20px;
  background-color: white;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: background-color 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: background-color 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.event-description{
  width: 31%;
}

.event-time{
  width: 17%;
}

.event-description-place{
  width: 24%;
}

.event-description-special{
  width: 25%;
}

/*Search-form-events */

.css-search{
  background: initial!important;
  border: none!important;
}

.em-search-text{
  background-image: none!important;
  padding-left: 0px!important;
  width: 93%!important;
}

.em-events-search-text{
  padding-left: 8px!important;
}

.em-search-submit{
  padding: 5px 8px!important;
}

.search-form-failed{
  margin-bottom: 20px;
}

.search-field{
  margin-bottom: 40px;
}

/*Galley-module */

.module-gallery h2{
  border-bottom: 1px dotted #1d1d1d;
}

.gallery-slides li img{
  padding-left: 210px;
  padding-right: 210px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.gallery-slides li p{
  margin-top: 20px;
  text-align: center;
}

.gallery-flex{
  width: 80%;
  margin: 40px auto !important;
}

#carousel{
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

#carousel img{
  padding: 20px;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#carousel img:hover{
  cursor: pointer;
}

.carousel-direction-nav li:first-child{
  text-align: left;
  width: 50%;
}

.carousel-direction-nav li:last-child{
  text-align: right;
  width: 50%;
}

.carousel-direction-nav li{
  display: inline-block;
}

.gallery-direction-nav {*height: 0;}
.gallery-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0.7; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.gallery-direction-nav .gallery-prev { left: 0px; }
.gallery-direction-nav .gallery-next { right: 0px; text-align: right; }
.flexslider:hover .gallery-prev { opacity: 0.7; left:0px; }
.flexslider:hover .gallery-next { opacity: 0.7; right: 0px; }
.flexslider:hover .gallery-next:hover, .flexslider:hover .gallery-prev:hover { opacity: 1; }
.gallery-direction-nav .gallery-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.gallery-direction-nav a:before  { font-family: "FontAwesome"; font-size: 40px; line-height:1; display: inline-block; content: '\f190'; }
.gallery-direction-nav a.gallery-next:before  { content: '\f18e'; }

.carousel-direction-nav a:before  { font-family: "FontAwesome"; font-size: 20px; line-height:1; display: inline-block; content: '\f190'; }
.carousel-direction-nav a.carousel-next:before  { content: '\f18e'; }
.carousel-direction-nav {*height: 0;}
.carousel-direction-nav a  { text-decoration:none; display: block; width: 20px; height: 20px; margin: -20px 0 0; z-index: 10; overflow: hidden;  cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;}
.flexslider:hover .carousel-prev { opacity: 0.7; }
.flexslider:hover .carousel-next { opacity: 0.7; }
.flexslider:hover .carousel-next:hover, .flexslider:hover .carousel-prev:hover { opacity: 1; }
.carousel-direction-nav .carousel-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.carousel-prev{ opacity: 0.7; position:absolute; left:0px; padding-left:1px; }
.carousel-next{ opacity: 0.7; position:absolute; right:0px;}

.ln-letters a{
  font-family: 'Droid Serif', sans-serif;
  width: 3.7%;
  background-color: white!important;
  font-size: 14px!important;
  transition: background-color .3s, color .3s;
    -webkit-transition: background-color .3s, color .3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: background-color .3s, color .3s ease-out;  /* Firefox 4-15 */
  -o-transition: background-color .3s, color .3s ease-out;  /* Opera 10.50–12.00 */
}

.ln-letters{
  border: 1px solid #e1e1e1;
}

.ln-letters a:hover{
  background-color: #004291!important;
  color: white!important;
}

.text-content p{
  margin-bottom: 24px;
}

.prev-next-link{
  width: 100%;
  clear: both;
}

.next-post{
  font-family: 'Droid Serif', Serif;
  float: right;
  font-style: italic;
  margin-bottom: 40px;
  color: #004291 !important;
}

.previous-post{
  font-family: 'Droid Serif', Serif;
  float: left;
  font-style: italic;
  margin-bottom: 40px;
  color: #004291 !important;
}

.next-post:hover{
  text-decoration: underline;
}

.previous-post:hover{
  text-decoration: underline;
}

/*Module-Contact*/

.module-contacts{
  padding-bottom: 40px;
}

.module-contacts h1{
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a1a1;
}

.single-contact{
  width: 50%;
  float: left;
  padding: 20px;
}

.contacts-headline{
  margin-bottom: 20px;
}

.row{
  overflow:hidden;
  margin-bottom: 40px;
  background-color: white;
}

.module-contacts h2 {
  font-family: 'Droid Sans', sans-serif;
  font-size: 18px;
}

.module-contacts .row:last-child{
  margin-bottom: 0;
}

.row a{
  color: #004291;
}

.row a:hover{
  text-decoration: underline;
}

.content-contact-box a{
  color: #004291;
}

.content-contact-box a:hover{
  text-decoration: underline;
}


/*past-events-------------------------------*/

.module-past-events{
  padding-bottom: 40px;
}

/*glossary----------------------------------*/

.glossaryList li{
  margin-top: 20px;
}

.ln-letters a{
  border: none;
}

.ln-last{
  border: none!important;
}

.glossary .entry-content a{
  font-family: 'Droid Serif', Serif;
  color: #004291;
  font-style: italic;
}

.glossary .entry-content a:hover{
  text-decoration: underline;
}

/* ADVANCEMENT FILTER -----------------------------------------

.module-advancement-filter h1{
	width:100%;
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:solid 1px #AFC5DC;
}*/

.module-advancement-filter p{
	width:60%;
	margin-bottom:20px;
}

#advancement-filters  .filter-item{
	background:#AFC5DC;
	float:left;
	padding:8px 16px;
	color:#FFFFFF;
	font-size: 13px;
    font-weight: bold;
	text-transform:uppercase;
	margin-right:20px;
  margin-bottom: 20px;
	transition: all 0.5s;
  -webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.5s ease-out;  /* Opera 10.50–12.00 */
}

#advancement-filters  .filter-item.selected{
	background:#004494;
}

#advancement-filters  .filter-item.selected:hover{
	background:#002655;
}

#advancement-filter-text-container{
	display:none;
}

#advancement-filter-text {
  display: inline-block;
}

#reset-filter{
  margin-bottom: 20px;
	float:right;
	color:#004494;
}

.advancement-teaser{
	position:relative;
	width:100%;
	height: 190px;
}
.advancement-teaser .tile-overlay,
.advancement-teaser .tile-image{
	position:absolute;
	top:0;
	left:0;
}

.advancement-teaser .tile-overlay{
	z-index:100;
	width:100%;
	height: 190px;
}

.advancement-teaser .tile-overlay a:hover,
.advancement-teaser .tile-overlay a{
	text-align: center;
	padding:80px 10px 10px 10px;
  background-color: rgba(255, 255, 255, 0.75);
	transition: all 0.5s;
  -webkit-transition: all 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
  -o-transition: all 0.5s ease-out;  /* Opera 10.50–12.00 */
	color:#FFFFFF;
	font-size: 15px;
  font-weight: bold;
	display:block;
	height: 190px;
  line-height: 22px;
}

.advancement-teaser.highlighted .tile-overlay a{
  background-color: rgba(0, 0, 0, 0.5);
}

.advancement-teaser.highlighted .tile-overlay a:hover{
  background-color: rgba(0, 0, 0, 0.75);
	font-size: 15px;
}

.tile-image{
  overflow: hidden;
  height:190px;
}

.tile-image img{
  transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all .4s ease-in-out;  /* Firefox 4-15 */
  -o-transition: all .4s ease-in-out;  /* Opera 10.50–12.00 */
    overflow:hidden;
}
.tile-overlay:hover + .tile-image img{
  transform: scale(1.3);  
  -ms-transform: scale(1.3); /* IE 9 */
  -webkit-transform: scale(1.3);

}

.content-white{
  padding-top: 20px;
  padding-bottom: 40px;
}

/* UBERMENU */

.ubermenu-main{
  z-index: 999!important;
}

.main-items{
  border-bottom: 1px solid #888888!important;
}

.advancement-widget{
  padding: 21px 0 14px 23px!important;
}


.headline-submenu-advancement{
  margin: 40px 0 0px 23px;
  text-transform: uppercase;
  font-weight: bold;
}

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target{
  padding-top: 12px !important;
  padding-left: 23px !important;
}


.spacing-left{
  padding-left: 20px !important;
}

.custom-uber-widget{
  padding: 12px 0px 5px 23px!important;
}

.uber-advancement{
width:50%!important;
}

.ubermenu-content-block.ubermenu-widget-area.ubermenu-row.ubermenu-autoclear{
  width: 97%;
}

#menu-item-1496{
  background-color: #B6D8F2;
}

#menu-item-979 a{
  padding-left: 5px!important;

}

.custom-uber-widget a{
  font-size:12px;
  line-height:18px;
  color:#555;
  width: 100%!important;
  display: block;
}

.custom-uber-widget a:hover{
  color:black;

}

/* RegioWIN */

.content-color--regiowin{
  background-color: #fff;
}

.ubermenu-item .v4-3level + ul > li > ul > li > a.regiowin-netzwerk,
.ubermenu-item .v4-3level + ul > li > ul > li > a.regiowin-netzwerk + ul,
.ubermenu-item .v4-3level + ul > li > ul > li:hover > a.regiowin-netzwerk,
.ubermenu-item .v4-3level + ul > li > ul > li:hover > a.regiowin-netzwerk + ul {
  background-color: #e8c13f !important;
}

.ubermenu-item .v4-3level + ul > li {
  width: 100%;
}
@media screen and (max-width: 959px){
  .ubermenu-item .v4-3level + ul > li > ul > li .main-items + ul {
    padding-left: 10px;
  }
}
@media screen and (min-width: 960px){
  .ubermenu-item .v4-3level + ul li.ubermenu-item-has-children > .main-items:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -6px;
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
  }
  .ubermenu-item .v4-3level + ul > li > ul > li {
    width: 50% !important;
    float: none !important;
  }
  .ubermenu-item .v4-3level + ul > li > ul > li .main-items + ul {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    min-height: 100%;
  }
  .ubermenu-item .v4-3level + ul > li > ul > li .main-items:hover + ul,
  .ubermenu-item .v4-3level + ul > li > ul > li .main-items + ul:hover {
    display: block;
    z-index: 10;
  }
  .ubermenu-item .v4-3level + ul > li > ul > li:hover > a,
  .ubermenu-item .v4-3level + ul > li > ul > li:hover > a + ul {
    /*background-color: #B6D8F2;*/
    background-color: rgba(0,0,0,.05);
  }
  .ubermenu-item .v4-3level + ul > li > ul > li .main-items + ul a {
    width: 100%;
  }
}

/* Back to page link */

.back-link{
  font-family: 'Droid Serif', Serif;
  float: left;
  font-style: italic;
  margin-bottom: 40px;
  color: #004291 !important;
  clear:both;
}

.back-link:hover{
  text-decoration: underline;
}

/*Login */

.login {
  width: 50%;
  padding: 30px;
  margin: 0 auto;
  background-color: white;
  margin-bottom: 40px;
}

.login-form{
  width: auto;
}

.login p{
  margin-bottom: 20px;
}

.login label{
  display: block;
}

.login img{
  margin-bottom: 30px;
}
.error-login{
  color: red;
}

/*searchform-navigation------------------*/

#searchform{
  position: relative;
  margin: 6px;
}

#searchsubmit{
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background-color: white;
  padding: 0;
}

#s{
  border-radius: 0px;
  width: 100%;
  padding-right: 30px;
  margin-top: 4px;
  float: right;
  font-size:14px;
}

.searchbar input{
  height: 31px;
  padding-right: 30px;
}

.searchbar{
  position: relative;
  height: 21px;
}

button .fa-search{
  font-size: 18px;
  padding-top: 0px;
  height: 20px;
}

.menu-item-search{
  border-left: none !important;
  padding-top: 5px !important;
  padding-bottom: 0px !important;
}

/*Search- Template */

.search-entry-title a{
  font-family: 'Droid Serif', Serif;
  font-size: 20px;
  font-style: italic;
  color: #004291;
}

/*404- Template */

.four-o-four-page-content p{
  margin-bottom: 40px;
}

.four-o-four-back-link{
  font-family: 'Droid Serif', Serif;
  font-style: italic;
  color: #004291!important;
}

.four-o-four-back-link:hover{
  text-decoration: underline;
}

.glossaryLink{
  font-family: 'Droid Serif', Serif;
  font-style: italic;
  color: #004291 !important;
}

/*abstract-list-------------------------*/

.lists-headline{
  margin-bottom: 20px;
  width: 100%;

}

.abstract-content{
  height: 48px;
  overflow: hidden;
}

.abstract-content p b{
  font-family: 'Droid Sans', Sans-serif;
  font-weight: 200;
}

.abstract-content p strong{
  font-family: 'Droid Sans', Sans-serif;
  font-weight: 200;
}

.abstract-title p{
  font-weight: bold;
  font-size: 16px;
}

.abstract-title{
  margin-bottom: 8px;
      overflow: hidden;
}

.abstract-title{
  height: 24px;
}

.abstract-title p{
  font-family: 'Droid Serif', Arial;
}

.abstract-list-single{
  height: 146px;
  background-color: white;
  opacity: 0.8;
  margin-bottom: 20px;
  padding: 20px;
  overflow: hidden;
}

.abstract-list-single h3{
  font-size: 18px;
  font-weight: bold;
}

.abstract-list-single h2{
  font-size: 18px;
  font-weight: bold;
}


.abstract-list-single{
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: background-color 0.3s ease-out;  /* Firefox 4-15 */
  -o-transition: background-color 0.3s ease-out;  /* Opera 10.50–12.00 */
}

.abstract-list-single:hover{
  background-color: #d1d1d1;
}


/*pagination-events--------------------------*/

.em-pagination {
  font-family: 'Droid Serif', Serif;
  clear:both;
  position:relative;
  font-size:14px !important; /* Pagination text size */
  float:left; /* Pagination float direction */
  font-style: italic;
}

.em-pagination span, .em-pagination a {
  display:block;
  float:left;
  margin: 2px 2px 2px 0;
  padding:6px 9px 5px 9px;
  text-decoration:none;
  width:auto;
  color:#1d1d1d; /* Pagination text color */
}

.em-pagination a:hover{
  color:#1d1d1d;
}

.em-pagination .current{
  padding:6px 9px 5px 9px;
  margin: 2px 2px 2px 0;
  color:#1d1d1d;
  text-decoration: underline;
}

/*iframe piwik--------------------------*/

#piwikframe{
  margin-top: 30px;
}

/*lists--------------------------*/

.entry-content ul li{
	list-style-type: disc;
}

.entry-content ul{
	padding-left: 15px;
}

.glossaryList li{
	list-style-type: none!important;
}

/* page-options */
body.regiowin .content-color{
  background-color: #fff;
}
body.regiowin .whole-content-contact-box,
body.regiowin .content-information-box,
body.regiowin .content-download-box{
  background-color: #e8c13f;
}

/* responsive Styling 04/23 */

.container-project-image {
    width: 100%;
    height: 190px;
}

.newest-project-wrapper {
    display: flex;
}

.massnahmendrop {
    width: 100% !important;
}

.k-grid.k-widget {
    overflow-x: auto;
}

.em-events-search-dates > label > span {
    width: 100%;
}

.logo-wrapper {
    display: flex;
}

.project-example table tr td:first-child {
    width: 30% !important;
    font-weight: bold;
}

.project-example table tr td:last-child {
  width: 70% !important;
}

@media screen and (max-width: 1024px) {
    .site-content .content-inner-wrapper, .content-color .content-inner-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    .site-footer .content-inner-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }
    .module-textslider-with-banner, .module-advancement-finder-information, .newest-project, .content-inner-wrapper.container-position {
        max-width: 100% !important;
    }

    .advancement-information, .announcement-information, .one-column, .two-columns, .content-right-float {
        padding: 10px;
    }

    .main-navigation ul li {
        width: auto;
    }

    .gallery-slides li img{
        padding-left: 40px;
        padding-right: 40px;
    }

    .gallery-flex{
      width: 100%;
    }

    .module-gallery > .content-inner-wrapper {
      max-width: 100% !important;
    }
}

@media screen and (max-width: 768px) {

    .module-news-events-list {
        background: white!important;
        padding-top: 0px;
    }

    .newest-project-wrapper {
        flex-direction: column;
    }

    .banner-picture {
        height: 250px;
    }

    .bottom-banner-picture {
        height: 50px;
    }

    .circle-banner-picture {
        bottom: 70px;
        left: 10px;
    }

    .homepage-content p {
        column-count: 1;
    }

    .advancement-information, .announcement-information, .one-column, .two-columns, .content-right-float{
        width: 100%;
    }

    .newest-project, .newest-project.last-project, .news-homepage, .events-homepage {
        width: 100%;
        float: none;
    }

    .newest-project {
        margin-top: 15px !important;
    }

    .events-homepage {
        padding-top: 40px;
    }

    .news-list-single {
        padding: 0;
        height: 120px;
    }

    .site-footer {
        height: max-content;
    }

    .site-footer .content-inner-wrapper {
        max-width: 90%;
        margin: 0 auto;
    }

    .footer-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footer-nav > li {
        width: 40%;
        margin-top: 15px;
        margin-right: 5px;
    }

    .footer-nav > li > ul > li > a {
        hyphens: auto;
    }

    .call-to-action-buttons {
        width: 100%;
        margin-top: 15px;
    }

    .event-time, .event-description {
        width: 49%;
    }

    .event-description-place, .event-description-special {
        display: none!important;
    }

    .em.em-search.size-small {
        padding: 0 !important;
    }

    .single-contact {
        width: 100%;
    }

    .login {
        width: 85%;
    }

    figure {
        margin: 0;
    }

    .em-search-text{
        width: 85%!important;
    }

    .logo-float-left {
        height: 40px;
    }

    .logo-float-right {
        height: 45px;
    }

    .logo-wrapper {
        display: flex;
        width: 100%;
    }

    .project-example table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 10px;
        height: auto !important;
    }

    .project-example table tr td:first-child {
        width: 100% !important;
        height: auto !important;
    }

    .project-example table tr td:last-child {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 600px) {
  .em-events-search-dates > label > input {
      width: 100%;
  }
}