/*
Theme Name:   Arolax Child
Template:     arolax
*/


#nwrap.news--wrap {
    width:88vw;
    font-size:110%;
    margin-left:auto;
    margin-right:auto;
    margin-top: 10vh;
    color: white;
    min-height:100vh;
}
@media only screen and (max-width: 768px) {
    #nwrap.news--wrap {
        width: 94vw !important;
    }

    #nwrap.news--wrap {
        margin-top: 4vh !important;
    }
}

#nwrap.news--wrap h1 {
    color:#ff67c4!important;
    text-transform: none!important;
    font-size: 5.4rem;
    line-height:130%;
    margin-bottom:24px!important;
}
#nwrap.news--wrap h3 {
    color:white!important;
    text-transform: none!important;
    text-decoration: none!important;
    margin-bottom:12px;
    font-size: 1.7rem;
    line-height:130%;
}
#nwrap.news--wrap a.btn,
#nwrap.news--wrap a.btn:visited
{
    margin-top:12px;
    margin-bottom:12px;
    padding:8px 12px;
    border:1px solid white;
    color: white!important;
    text-decoration:none;
    transition: all 0.3s ease;
}
#nwrap.news--wrap a.btn:hover
{
    background-color:#ff67c4!important;
    border:1px solid #ff67c4;
    color: white!important;
    text-decoration:none;
}
#nwrap.news--wrap h4{
    color:white!important;
    text-transform: none!important;
    text-decoration: none!important;
    margin-bottom:8px;
    font-size: 1.3rem;
    line-height:130%;
}
h3.news--width50 {
    max-width:50%;
    hyphens: auto;
    -webkit-hyphens: auto; /* Für ältere Webkit-Browser */
    -ms-hyphens: auto;
}
#nwrap.news--wrap p {
    margin-bottom:18px;
}

#nwrap.news--wrap ul {
    list-style-type: disc!important;
    padding-left: 20px;    /* Platz für den Punkt schaffen */
    margin-bottom:24px!important;
}
#nwrap.news--wrap .btnholder {
    margin-top:12px;
    display: block;
}
.vstg-detail__beschreibung {
    margin-bottom:45px;

}

#nwrap.news--wrap ul li {
    list-style-type: disc!important;
    padding-left: 8px;
    margin-bottom:4px;

}
#news--termin1,
#news--termin2 {
    position: absolute;
    top:55vh;
    width:36vh;
    padding:0!important;
    margin:0!important;
}
#news--termin1 {
    right:6vw;
    z-index:10;
}
#news--termin2 {
    right:32vw;
    z-index:11;
}
@media only screen and (max-width: 1068px) {
    #news--termin1 {
        right:3vw!important;
    }
    #news--termin2 {
        right:3vw!important;
    }


    #news--termin1, #news--termin2 {
        position: relative !important;
        right: auto !important;
        width: 100% !important;
        top: auto !important;
        margin-top: 20px!important;

    }
}
.news--termincontent {
    border:1px solid #ff67c4!important;
    padding:22px;
}
.news--termincontent--raw {
   
    padding:22px;
}
.text-center {
    text-align:center;
}
#news--terminbutton {
    position: absolute;
    top:3vh;
    right:6vw;
    z-index:12;
    overflow: hidden;

}
#news--terminbutton a {
    display: block;
    width: 180px;
    height: 180px;
    padding-top:60px;
    background-color: #ff67c4!important;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease;
}
#news--terminbutton a:hover  {
    background-color: white!important;
    cursor:pointer;
    transform: rotate(20deg);
}
#news--terminbutton a:hover h2 {
    color: #ff67c4!important;
}
@media only screen and (max-width: 768px) {
    #news--terminbutton {
        position: relative!important;
        top:auto!important;
        right:auto!important;
        z-index:12;

    }
    #news--terminbutton a{
        width: 100%!important;
        height: auto!important;
        overflow: hidden;
        padding:18px;
        margin-top:50px;
        margin-bottom:50px;
        background-color: #ff67c4!important;
        border-radius: 0!important;
        text-align: center;

    }
    #news--terminbutton a:hover {
        transform: rotate(0deg);
    }

}
#veranstaltungs-teaser,
#first-blogpost {
   margin-top:50px;
    min-height:60vh;
}
@media only screen and (max-width: 768px) {
    #veranstaltungs-teaser,
    #first-blogpost {
        margin-top:30px;
        min-height:2vh;

    }
}