.content_termin_block{
    background-image: url("../images/dotted_line_2018.jpg");
    background-position: bottom left;
    background-repeat: repeat-x;
    padding-bottom: 20px;
}

.termin_eintrag{
    display: block;
    font-family: 'YanoneKaffeesatzRegular';
    color: #4d4d4d;
    overflow: hidden; 
}

.termin_eintrag.tv{
    font-family: 'YanoneKaffeesatzRegular';
    color: ;
}

.termin_eintrag .termin_datum{
    float: left;
    width:85px;
}

.termin_eintrag .termin_text{
    float: left;
    width:475px;
}
.termin_eintrag .termin_text.has-more-content{
    float: left;
    width:400px;
}
.termin_eintrag .termin_more{
    float: right;
    width:75px;
    color: #076d9d;
    text-align: right;
}
.termin_eintrag a{
    color: #4d4d4d;
    text-decoration: none;
}
.termin_eintrag a:hover{
    text-decoration: underline;
    color: #c89314;
}
.termin-description-wrapper{
    width: 560px;
    height: auto;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.termin-description-wrapper.open{
    max-height: 1000px;
}
.termin-description-wrapper > .termin_description{
    position: relative;
}
/*
a.termin_eintrag{
    color: ;
    text-decoration: none;
}

a:hover.termin_eintrag{
    text-decoration: underline;
    color: #c89314;
}*/
.social-activate-info{
    width: 100%;
    height: 490px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.social-activate-info .setcontent{
    background: white;
    color: #76221f;
    padding: 5px 15px;
    font-family: 'YanoneKaffeesatzRegular';
    text-decoration: none;
    margin-bottom: 15px;
    display: inline-block;
}
.social-activate-info p{
    color: white;
    text-align: center;
}
.social-activate-info p a:hover{
    color: #76221f;
}
