
/* Infobox Leserservice */
.icon-abo{
    float: left;
}
.service-info-detail a{
    color:#fff;
}
.service-info-detail {
    margin-left: auto;
    margin-right: auto;
}
.service-info-detail h2{
    font-size: 2em;
}
.service-info-detail p{
    font-family: "Josefin Sans",sans-serif;
    padding-left: 40px;
}
.service-info {
    background-color: #203448;
    color: #fff;
    padding: 30px;
    margin-top: 125px;
}

/* Abo-Teaser Detailbox */

.abo-aktion {
    text-align: center;
    background-color: #f0821d;
    color: #fff;
    padding: 5px;
    margin-top: -57px;
}
.abo-aktion h2 {
    padding-top: 10px;
}
@media (max-width: 992px) {
 .abo-aktion {
    margin-top: 0px;
}
}

.price {
    font-weight: 900;
    font-size: 1.2rem;
    border-top: 1px solid #203448;
    border-bottom: 1px solid #203448;
    padding-top: 2px;
    margin-bottom: 45px;
    margin-top: -80px;
    margin-right: 20px;
    margin-left: 20px;
}

.price p{
    text-align: right;
    margin-bottom: 3px;
}
.check {
    display: inline-block;
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid #f0821d;
    border-right: var(--borderWidth) solid #f0821d;
    --borderWidth: 4px;
    --height: 16px;
    --width: 8px;
    float: left;
}
.abo-link-detail {
    background-color: #f0821d;
    width: 100%;
    padding: 10px;
    float: right;
 	text-align: center;
}
.abo-link-detail a {
    color: #fff;
    text-transform: uppercase;
    padding: 9.5px;
}
.abo-product {
    color: #fff;
    background-color: #203448;
    font-size: 30px;
    padding-top: 11px;
    padding-bottom: 1px;
    padding-left: 20px;
  	text-align: center;
}
.abo-teaser {
    border: 1px solid #203448;
    height: auto;
}
.abo-text {
    padding: 20px;
}
.abo-text p {
    padding-left: 20px;
}
@media (min-width: 992px) {
 .abo-product h1 {
    font-size: 2em;
    text-align: center;
    padding-bottom: 30px;
}
}
@media (max-width: 992px) {
.service-info-detail .col-md-12{
max-width: 100%;
}
}