
.start-teaser-box {
  float: left;
  margin-right: 1%;
  width: 32%;
}
.start-teaser-box img{
  float: left;
  border: 1px solid #fff;
  margin-right: 15px;
}
.start-teaser-box a:hover img{
  border: 1px solid #a6bcd1;
}
.start-teaser-box h3{
  color:#fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
.start-teaser-box p{
  margin-bottom: 5px;
  color: #fff;
}
.start-teaser-test a{
  line-height: 29px;
}
.start-teaser-test a:hover {
  color: #fff;
}
.home--link--arrow{
  background-image: url('../img/pfeil.png');
  width: 29px;
  height: 29px;
  background-size: 100% auto;
  margin-right: 10px;
  float: left;
}
.start-teaser-test a:hover .home--link--arrow{
  background-image: url('../img/pfeil_aktiv.png');
}
.start-third-row {
  background-color: rgb(81,85,96);
  padding: 75px 0;
}
.start-third-row .container .start-teaser-box:last-child {
  margin-right: 0px;
}
.catSelected:hover, .catSelected a:hover{
  color: rgb(65, 68, 77);
}

.catSelected.hidden{
  display: none;
}



.index-search{
  width: 35%;
  float: left;
  padding-right: 4%;
}
.index-categories {
  float: left;
  margin-right: 2%;
  max-width: 36%;
}

.index-categories h3{
  margin-bottom: 10px;
}

.index-categories-names {
  float: left;
  height: auto;
  margin-bottom: -60px;
  margin-top: 0;
  padding-left: 55px;
  position: relative;
  right: 0;
  min-height: 186px;
  top: -30px;
  width: 20%;
}

.index-categories-names-border{
  border:1px solid #fff;
  border-left: none;
  height: 100%;
  left: -7px;
  position: absolute;
  top: 2%;
  width: 7px;
}

.index-categories ul{
  list-style-type: none;
}
.index-categories ul li{
  float: left;
  max-width: 75px;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 2px solid #fff;
  background-color: #666;
}

.index-categories ul li img{
  opacity: 0.7;
}
.index-categories ul li img:hover, .index-categories ul li a.active img{
  opacity: 1;
}
.index-categories-names ul li a{
  color: #fff;
  font-size: 0.8rem;
  position: relative;
  top: -3px;
}

.index-categories-names ul {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1rem;
  list-style-type: square;
}
.index-categories-names ul li{
  line-height: 1rem;
}

.index-search h3, .index-categories h3 {
  color: #fff;
  margin: 0;
  padding-top: 0;
}
.index-categories h3 {
  margin-bottom:.625rem;
}

.index-categories-names h3 {
  color: #fff;
  left: -24px;
  margin: 0 0 5px;
  padding-top: 20px;
  position: relative;
}
.index-categories-names-arrow {
  color: #fff;
  font-size: 1.3em;
  left: -7px;
  position: absolute;
  top: 47%;
}
.start-second-row {
  background-color: #758ba3;
  margin-bottom: -10px;
  padding: 75px 0 85px;
  position: relative;
  top: -10px;
}

.index-slider-index{
  position: absolute;
  left: 50%;
  top: 10rem;
  margin-left: 3rem;
  border: none;
  z-index: 9;
  width: 50%;
}

@media screen and (max-width: 78.75em) {
  .non--index--background--top {
    right: 60px;
  }
}

@media screen and (max-width: 78.75em) {
  .start-teaser-box h3{
    margin-top: 0px;
  }

  .index-categories ul li{
    margin-bottom: 15px;
  }
  .start-second-row, .start-third-row {
    padding: 1rem 2% 40px;
  }
  .index-search {
    margin: 1rem 2% 60px;
    padding: 0;
    width: 96%;
  }
  .start-teaser-test{
    clear: both;
  }

  .index-categories{
    width: 46%;
    margin: 0 2%;
    padding: 0;
  }

 .index-categories-names{
    width: 46%;
    padding-bottom: 20px;
    top: 40px;
  }
  .index-categories-names ul li {
    display: block;
    float: left;
    line-height: 1rem;
    width: 50%;
  }
  .start-teaser-box img {
   margin-right: 100%;
  }
  .start-teaser-box {
    display: block;
    float: left;
    margin-right: 1%;
    position: relative;
    width: 32%;
 }

}


@media screen and (max-width: 48em) {

  .start-teaser-box .start-teaser-test a{
    margin-bottom:25px;
    display: block;
  }
  .index-categories-names{
    display: none;
    padding-bottom: 0px;
    top: 20px;
  }
  .start-teaser-box img{
   max-width: 20vw;
   margin-right: 15px;
   margin-bottom: 15px;
  }
  .index-categories {
    min-width: 96%;
    width: 100%;
  }

  .index-categories ul li {
    margin-right: 4%;
    max-width: 22%;
  }

  .index-categories ul li:nth-child(3) {
    margin-right: 3%;
  }

  .index-categories ul li:nth-child(4) {
      margin-right: 0;
  }

 .emotion--banner-slider .image-slider--dots .dot--link {
    min-height: 2.1rem;
    height: auto;
  }
  .entry--search a{
    display: none;
  }

  .start-teaser-box {
    width: 100%;
    margin-bottom: 20px;
  }
  .start-teaser-test {
    clear: none;
  }

  .start-third-row {
    padding: 1rem 2% 0px;
  }
}