﻿.cbp-hrmenu {
  width: 100%;
  margin-top: 1.8em;
  /*border-bottom: 4px solid #25B9CD;*/
}

/* general ul style */
.cbp-hrmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
  margin: 0 auto 0 auto;
 /* width: 90%;
  max-width: 70em;
  padding: 0 1.875em;*/
}
.cbp-hrsub-inner{
  padding:5px 0px 0px 0px;
 }

.cbp-hrmenu > ul > li {
  display: inline-block;
}

.cbp-hrmenu > ul > li > a {
  padding: 1.1em 1em 2em 2em;
  color: #5d696e;
  display: inline-block;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:700;
  font-size:0.9em;
}

.cbp-hrmenu > ul > li > a:hover {
  color: #25B9CD;
   text-decoration:none;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
  color: #25B9CD;
  background-image:url(../icons/aktiv.svg);
  background-repeat:no-repeat;
  background-position:bottom;
  font-weight:700;
  text-decoration:none;
}


/* sub-menu */
.schachtel{
  max-width:1280px;
  margin:0 auto;
  }
.parentTitle{
  font-weight: 900;
  font-size:3em;
  color:#fff;
  float:left;
  height:200px;
  text-transform:uppercase;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  max-width: 33%;
  }
.parentTitle a{
  background-color:#25B9CD;
  color:#fff!important;
  font-weight:900!important;
  background-image:none!important;
  }
.cbp-hrmenu .cbp-hrsub {
  display: none;
  position: absolute;
  background: #25B9CD;
  width: 100%;
  left: 0;
  color:#fff;
  z-index:10;
}
.subT3{
  background-image:url(../images/Arrow-trans.png)!important;
  background-repeat:no-repeat!important;
  background-position:right!important;
  }
.subT3 a{
  background-image:none!important;
  background-color:#25B9CD;
  color:#fff!important;
  font-size:1.2em;
  }

.cbp-hropen .cbp-hrsub {
  display: block;
  padding: 4em 0em 3em 1.8em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
  width: 25%;
  margin:0px 0px 0px 34%;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
  content: " ";
  display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
  clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
  line-height: 2em;
}

.cbp-hrsub h4 {
  color: #afdefa;
  padding: 2em 0 0.6em;
  margin: 0;
  font-size: 160%;
  font-weight: 300;
}

/* Examples for media queries */

@media screen and (max-width: 52.75em) {

  .cbp-hrmenu {
    font-size: 80%;
  }

}

@media screen and (max-width: 43em) {

  .cbp-hrmenu {
    font-size: 120%;
    border: none;
  }

  .cbp-hrmenu > ul,
  .cbp-hrmenu .cbp-hrsub-inner {
    width: 100%;
    padding: 0;
  }

  .cbp-hrmenu .cbp-hrsub-inner {
    padding: 0 2em;
    font-size: 75%;
  }

  .cbp-hrmenu > ul > li {
    display: block;
    border-bottom: 4px solid #25B9CD;
  }

  .cbp-hrmenu > ul > li > a {
    display: block;
    padding: 1em 3em;
  }

  .cbp-hrmenu .cbp-hrsub {
    position: relative;
  }

  .cbp-hrsub h4 {
    padding-top: 0.6em;
  }

}

@media screen and (max-width: 36em) {
  .cbp-hrmenu .cbp-hrsub-inner > div {
    width: 100%;
    float: none;
    padding: 0 2em;
  }
}



