/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 13.09.2016, 18:57:30
    Author     : Scharte
*/
.abo_box {
  margin-top: 40px;
}

.abo_box .abo_row .abo_name,
.abo_box .abo_row .abo_genre,
.abo_box .abo_row .abo_count {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  margin: 0.5%;
  box-sizing: border-box;
  text-align: center;
  padding: 8px;
  height: 32px;
  line-height: 1;
}

.abo_box .abo_row .abo_name {
  margin-left: 0;
  width: 19.5%;
}

.abo_box .abo_row .abo_genre:last-child,
.abo_box .abo_row .abo_count:last-child {
  margin-right: 0;
  width: 19.5%;
}

.abo_box .abo_box_inner.size_1 .abo_genre,
.abo_box .abo_box_inner.size_1 .abo_count {
  width: 79%;
}

.abo_box .abo_box_inner.size_1 .abo_genre:last-child,
.abo_box .abo_box_inner.size_1 .abo_count:last-child {
  width: 79.5%;
}

.abo_box .abo_box_inner.size_2 .abo_genre,
.abo_box .abo_box_inner.size_2 .abo_count {
  width: 39%;
}

.abo_box .abo_box_inner.size_2 .abo_genre:last-child,
.abo_box .abo_box_inner.size_2 .abo_count:last-child {
  width: 39.5%;
}

.abo_box .abo_box_inner.size_3 .abo_genre,
.abo_box .abo_box_inner.size_3 .abo_count {
  width: 25.6666%;
}

.abo_box .abo_box_inner.size_3 .abo_genre:last-child,
.abo_box .abo_box_inner.size_3 .abo_count:last-child {
  width: 26.1666%;
}

.abo_box .abo_box_inner.size_4 .abo_genre,
.abo_box .abo_box_inner.size_4 .abo_count {
  width: 19%;
}

.abo_box .abo_box_inner.size_4 .abo_genre:last-child,
.abo_box .abo_box_inner.size_4 .abo_count:last-child {
  width: 19.5%;
}

.abo_box .abo_box_inner.size_5 .abo_genre,
.abo_box .abo_box_inner.size_5 .abo_count {
  width: 15%;
}

.abo_box .abo_box_inner.size_5 .abo_genre:last-child,
.abo_box .abo_box_inner.size_5 .abo_count:last-child {
  width: 15.5%;
}

.abo_box .abo_row .abo_name {
  background-color: #A8A8A8;
  color: #ffffff;
  cursor: pointer;
}

.abo_box .abo_row .abo_name.blank {
  background-color: transparent;
}

.abo_box .abo_row .abo_count {
  background-color: #F5F5F5;
  font-size: 0.5rem;
  padding: 10px;
  cursor: pointer;
}

.abo_box .abo_row .abo_count i {
  padding: 0.5rem;
  color: #9E9E9E;
}

.abo_box .abo_row .abo_genre {
  background-color: #e53212;
  color: #ffffff;
}

.abo_box .abo_row.active .abo_name:not(.blank),
.abo_box .abo_row:hover .abo_name:not(.blank) {
  background-color: #242424;
}

.abo_box .abo_row.active .abo_count,
.abo_box .abo_row:hover .abo_count {
  background-color: #A8A8A8;
}

.abo_box .abo_row.active .abo_count i,
.abo_box .abo_row:hover .abo_count i {
  color: #242424;
}

.abo_box .abo_box_inner.mobile {
  display: none;
}

.abo_box .abo_box_inner.mobile .abo_group {
  display: block;
  text-align: center;
  padding: 8px;
}

.abo_box .abo_box_inner.mobile .abo_group .abo_name {
  display: block;
  text-align: center;
  font-weight: bold;
}

.abo_box .abo_box_inner.mobile .abo_group .abo_count {
  display: inline;
  vertical-align: middle;
  text-align: center;
  padding: 4px;
}

.abo_box .abo_box_inner.mobile .abo_group:hover,
.abo_box .abo_box_inner.mobile .abo_group.active {
  background-color: #a8a8a8;
  color: #ffffff;
}

.abo_box .abo_box_preis .abo_box_info,
.abo_box .abo_box_preis .abo_box_preise {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 60%;
}

.abo_box .abo_box_preis .abo_box_preise {
  width: 40%;
}

.abo_box .abo_box_preis .abo_box_info {
  margin-top: 1rem;
}

.abo_box .abo_box_preis .abo_box_preis_text {
  font-weight: lighter;
  text-transform: uppercase;
  font-size: 1.4rem;
  text-align: right;
  margin: 1rem 0;
}

.abo_box .abo_box_preis .abo_box_preis_button {
  text-align: right;
}

.abo_box .abo_box_filter {
  margin-left: 20.5%;
}

.abo_box .abo_box_hinweis_paket {
  font-size: 1.8rem;
  font-weight: lighter;
}

.abo_box .abo_box_hinweis_groesse {
  font-size: 1.8rem;
  font-weight: lighter;
  margin-left: 20.5%;
}

.abo_box .abo_box_hinweis_groesse i,
.abo_box .abo_box_hinweis_paket i {
  display: block;
  margin-left: 60px;
  color: #E60000;
  font-size: 4rem;
  margin-top: -0.3rem;
  margin-bottom: -0.2rem;
}

.dd_abo_groesse .title {
  margin-bottom: 6px;
}

.dd_abo_groesse .verteilung {
  margin-bottom: 6px;
}

.probebestellung_button {
  margin-top: 20px;
}

.probebestellung_button .text {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 1.2rem;
  width: 70%;
  text-transform: uppercase;
}

.probebestellung_button .text .red_text {
  color: #E60000;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.probebestellung_button .button {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 30%;
}

.probebestellung_button .button a {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  background-color: #E60000;
  padding: 4px 6px;
  box-sizing: border-box;
  color: #ffffff;
}

.kulturabo_after_gruppen_text .mittellinie {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 50%;
  border-right: 1px solid #2d2d2d;
  position: relative;
  padding-bottom: 50px;
  height: 375px;
}

.kulturabo_after_gruppen_text .mittellinie .kulturkarte_bild {
  width: 200%;
  text-align: center;
  position: absolute;
}

.kulturabo_after_gruppen_text .mittellinie .kulturkarte_bild img {
  width: 100%;
  max-width: 325px;
  transform: rotate(-5deg);
  padding: 30px 0;
}

.kulturabo_after_gruppen_text .kulturkarte_bestellen_button {
  text-align: center;
  margin-bottom: 1rem;
}

.kulturabo_after_gruppen_text .kulturkarte_bestellen_button a {
  margin-top: 0;
  line-height: 1;
  padding: 6px 2rem 10px;
}

.kulturabo_after_gruppen_text .kulturkarte_bestellen_preis {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.4rem;
}

.no_line > .kulturabo_after_gruppen_text .mittellinie {
  border-right: 0;
  position: static;
  height: auto;
  width: 100%;
  padding-bottom: 0;
}

.no_line > .kulturabo_after_gruppen_text .mittellinie .kulturkarte_bild {
  position: static;
  width: 100%;
}

.text_right > .kulturabo_after_gruppen_text .kulturkarte_bestellen_preis {
  text-align: right;
}

.no_button > .kulturabo_after_gruppen_text .kulturkarte_bestellen_button {
  display: none;
}

.kundeninfo {
  padding-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 520px) {
  .abo_box .abo_box_inner {
    display: none;
  }
  .abo_box .abo_box_inner.mobile {
    display: block;
  }
  .abo_box .abo_box_hinweis_groesse,
.abo_box .abo_box_hinweis_paket {
    display: none;
  }
  .abo_box .abo_box_filter {
    margin-left: 0;
  }
}
@media screen and (max-width: 520px) {
  .probebestellung_button {
    margin-bottom: 2rem;
  }
  .probebestellung_button .text {
    width: 100%;
  }
  .probebestellung_button .button {
    width: 100%;
    text-align: center;
  }
  .probebestellung_button .button a {
    width: auto;
  }
  .abo_box .abo_box_preis .abo_box_info, .abo_box .abo_box_preis .abo_box_preise {
    width: 100%;
  }
}

/*# sourceMappingURL=abo.css.map */
