﻿/*** GENERAL ***/
.__btn-style {
  max-width: 155px;
}
.__btn-style h3 {
  margin: 0;
  font-size: 13px;
}
.__btn-style h3 a,
.__btn-style h3 a:hover,
.__btn-style h3 a:focus {
  color: #fff;
}
.box-border.__b-border {
  border-color: #3DB9BF;
  color: #3DB9BF;
}
.box-border.__b-back {
  background-color: #3DB9BF;
  border-color: #3DB9BF;
  color: #fff;
}
/*** HEADING ***/
.main-head {
  background-image: url("/Content/ImgEmerkey/2017-12-key_1920_resized.jpg");
}
/*** SECTION 1 ***/
.angebote1 {
  margin: 75px auto 0;
}

/*** SECTION 2 ***/
.angebote2 {
  margin: 125px auto 0;
}
.angebote2 p {
  margin-bottom: 2rem;
}
.angebote2 .__firstCol {
  flex-direction: column;
}
.angebote2-content .d-flex {
  flex: auto;
}
.angebote2-content h1 {
  margin: 0 auto 75px;
}
.angebote2-content h3.subhead {
  margin: 50px 0 25px;
}
.angebote2-content.__secondCol .d-flex:nth-child(2) {
  flex: auto;
}
.angebote2-content.__thirdCol p {
  margin-left: auto;
  margin-right: auto;
}
.angebote2-content .green_arrow {
  margin-left: auto;
  margin-right: auto;
}
.angebote2 .box-border {
  flex: none!important;
  width: 200px;
  height: 160px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}
.angebote2 .box-border h3,
.angebote2 .box-border p {
  margin: 0;
  text-align: center;
}

/*** SECTION 3 ***/
.angebote3 {
  margin: 150px auto 125px;
}

@media(min-width: 360px) {

  /*** SECTION 2 ***/
  .angebote2-content.__firstCol .d-flex:nth-child(1),
  .angebote2-content.__secondCol .d-flex:nth-child(1) {
    margin-left: auto;
    margin-right: auto;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(1),
  .angebote2-content.__thirdCol .d-flex:nth-child(1),
  .angebote2-content.__thirdCol .d-flex:nth-child(2) {
    flex: auto;
  }

  /*** SECTION 3 ***/
  .angebote3 {
    margin: 200px auto 125px;
  }

}
@media(min-width: 375px) {}
@media(min-width: 480px) {

  /*** SECTION 2 ***/
  .angebote2-content.__firstCol .d-flex:nth-child(2),
  .angebote2-content.__secondCol .d-flex:nth-child(2),
  .angebote2-content.__thirdCol .d-flex:nth-child(2) {
    margin: 0 auto;
    max-width: 340px;
  }
  .angebote2-content .green_arrow_div {
    margin-left: auto;
    margin-right: auto;
  }
  .angebote2-content.__thirdCol {
    max-width: inherit;
  }

}
@media(min-width: 720px) {

  .__head h1 {
    margin: 0 0 75px;
  }

  /*** SECTION 1 ***/
  .angebote1 {
    margin: 120px auto 0;
  }

  /*** SECTION 2 ***/
  .angebote2-content h1 {
    margin: 0 auto 75px;
  }
  .angebote2-content h3.subhead {
    margin: 0 0 25px;
  }
  .angebote2 .box-border {
    width: 210px;
    height: 170px;
  }
  .angebote2 .box-border h3 {
    font-size: 18px;
  }
  .angebote2 .__firstCol {
    flex-direction: row;
  }
  .angebote2 .__thirdCol {
    margin: 0;
  }
  /* Column 1 */
  .angebote2-content.__firstCol .d-flex:nth-child(1) {
    flex: 0 0 40%;
  }
  .angebote2-content.__firstCol .d-flex:nth-child(2) {
    /*flex: 0 0 60%;*/
    flex: 0 0 55%;
    margin-right: 5%;
    max-width: inherit;
  }
  .angebote2-content.__firstCol .d-flex:nth-child(3) {
    flex: 0 0 40%;
    margin: 60px 0 60px auto;
  }

  /* Column 2 */
  .angebote2-content.__secondCol .d-flex:nth-child(1) {
    order: 1;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(2) {
    /*flex: 0 0 60%;*/
    flex: 0 0 55%;
    margin-left: 5%;
    max-width: inherit;
    order: 0;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(3) {
    flex: 0 0 100%;
    margin: 60px auto;
    order: 2;
  }

  /* Column 3 */
  .angebote2-content.__thirdCol .d-flex:nth-child(1) {
    flex: 0 0 40%;
    max-width: inherit;
  }
  .angebote2-content.__thirdCol .d-flex:nth-child(2) {
    /*flex: 0 0 60%;*/
    flex: 0 0 55%;
    margin-right: 5%;
    max-width: inherit;
  }

}
@media(min-width: 768px) {

  /*** SECTION 2 ***/
  .angebote2-content h1 {
    margin: 0 auto 100px;
  }

}
@media(min-width: 1024px) {

  /*** SECTION 2 ***/
  .angebote2 {
    margin: 240px auto 0;
  }

  /* Column 1 */
  .angebote2-content.__firstCol {
    margin-bottom: 50px;
  }
  .angebote2-content.__firstCol .d-flex:nth-child(1) {
    flex: 0 0 25%;
    margin: auto 0 25px;
  }
  .angebote2-content.__firstCol .d-flex:nth-child(2) {
    margin-right: 0;
    flex: 0 0 42%;
    max-width: inherit;
  }
  .angebote2-content.__firstCol .d-flex:nth-child(3) {
    flex: 0 0 30%;
    margin: 150px 0 0
  }

  /* Column 2 */
  .angebote2-content.__secondCol {
    margin-bottom: 50px;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(1) {
    flex: 0 0 22%;
    margin: 20px 20px 50px auto;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(2) {
    flex: 0 0 49%;
    margin: 0 auto 0 0;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(3) {
    flex: 0 0 19%;
    margin: 230px auto 0;
    order: -1;
  }

  /* Column 3 */
  .angebote2-content.__thirdCol .d-flex:nth-child(1) {
    flex: 0 0 25%;
    max-width: inherit;
  }
  .angebote2-content.__thirdCol .d-flex:nth-child(2) {
    flex: 0 0 40%;
    margin-left: 35px;
    max-width: inherit;
  }

}
@media(min-width: 1366px) {

  /*** GENERAL ***/
  .__btn-style h3 {
    font-size: 14px;
  }
  /*** SECTION 2 ***/
  .angebote2 {
    max-width: 1200px;
  }
  .angebote2-content.__firstCol,
  .angebote2-content.__secondCol {
    margin-bottom: 100px;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(1) {
    margin: 0 20px 50px auto;
  }

}
@media(min-width: 1920px) {

  /*** GENERAL ***/
  .__btn-style {
    max-width: 240px;
  }
  .__btn-style h3 {
    font-size: 18px;
  }

  /*** SECTION 1 ***/
  .deals-bottom__btn h3 {
    font-size: 18px;
  }

  /*** SECTION 2 ***/
  .angebote2 {
    margin: 320px auto 0;
  }
  .angebote2-content h3.subhead,
  .angebote2 .box-border h3 {
    font-size: 30px;
  }
  .angebote2-content.__firstCol, .angebote2-content.__secondCol {
    margin-bottom: 150px;
  }
  .angebote2-content.__firstCol .d-flex:nth-child(2) {
    flex: 0 0 44%;
    margin-right: auto;
    margin-left: 40px;
  }
  .angebote2-content.__firstCol .d-flex:nth-child(3) {
    position: absolute;
    right: 0;
    margin: 0;
    top: 215px;
    width: 300px;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(1) {
    margin: 0 20px;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(1) p {
    padding: 0;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(2) {
    flex: 0 0 48%;
    margin-left: auto;
    margin-right: 20px;
  }
  .angebote2-content.__secondCol .d-flex:nth-child(3) {
    position: absolute;
    width: 250px;
    left: 100px;
  }
  .angebote2-content.__thirdCol .d-flex:nth-child(2) {
    flex: 0 0 42%;
  }

}
