/* Teaserboxen */
.teaserbox, .gruenderbox {
    color: white;
    background-color: #660033;
}

.teaserboxes-location-single .teaserbox-content p {
    float: left;
    width: 75%;
}

.teaserboxes-location-single .teaserbox-content .right {
    margin-top: 2.625rem;
}

.teaserbox-content, .gruenderbox-content {
    overflow: hidden;
    padding: 1.5rem 1.5rem 0 1.5rem;
}

.teaserbox-el {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.teaserbox-wrapper, .gruenderbox-wrapper {
    margin-bottom: 2rem !important;
}

.teaserbox .btn {
    border: 1px solid white;
    color: white;
    margin-bottom: 1.5rem;
}

.teaserbox .btn:hover {
    background-color: #eab818;
    border: 1px solid #eab818;
    color: #660033;
}

.teaserbox p.copy {
    margin: 1.5rem 0;
}

.teaserbox-border, .gruenderbox-border {
    border-style: solid;
    border-width: 0 0 1.875rem 0;
    -moz-border-image: url(../Images/style/welle-s.png) 0 0 30 stretch;
    -webkit-border-image: url(../Images/style/welle-s.png) 0 0 30 stretch;
    -o-border-image: url(../Images/style/welle-s.png) 0 0 30 stretch;
    border-image: url(../Images/style/welle-s.png) 0 0 30 fill stretch;
    display: block;
    height: 1.813rem;
    margin-top: -1px;
    width: 100%;
}

/* Gründerboxen */
.gruenderbox .gruenderbox-content {
    min-height: 6.25rem;
}

@media screen and (min-width: 61.875rem) {
   .gruenderbox-wrapper.isOdd {
       margin-left: 16.65%;
   }
}

/* Person Boxes */
.persons-wrapper {
    margin-bottom: 3rem;
}
