/*
Theme Name: Rhein-Kultur-Welt 2025
Theme URI: 
Author: CommuniBIT
Author URI: 
Description: Child Theme von Twenty Twenty-Five
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: rhein-kultur-welt-2025
Tags: 
*/


#vvk .vvk-stellen ul, #vvk .vvk-online-ticketing ul {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    margin: 1.5rem 0 0 0;
    padding: 0;
    list-style: none;
    column-gap: 2rem;
    row-gap: 1.5rem;
}
#vvk .vvk-stellen ul li, #vvk .vvk-online-ticketing ul li {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 33%;
    min-width: 220px;
    max-width: 280px;
    padding: 1rem;
    margin: 1rem 0;
    font-size: var(--wp--preset--font-size--small);
    background-color: #990000;
    color: #fff;
    position: relative;
}
#vvk .vvk-online-ticketing ul li {
    font-size: var(--wp--preset--font-size--medium);
    background-color: #777777;
    width: 100%;
    max-width: 100%;
}
#vvk .vvk-stellen li h4, #vvk .vvk-stellen li p, #vvk .vvk-online-ticketing li h4, #vvk .vvk-online-ticketing li p {
    padding: 0;
    margin: 0;
}
#vvk .vvk-stellen li p.place {
    transform: translateY(-0.25rem);
}
#vvk .vvk-stellen h4 {
    position: static;
}
#vvk .vvk-stellen h4 span.dashicons, #vvk .vvk-online-ticketing span.dashicons {
    position: absolute;
    top: -1rem;
    left: 0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: #990000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#vvk .vvk-online-ticketing span.dashicons {
    background-color: #777777;
}

#vvk div.vvk-eventim {
    background-color: #777777;
    color: #fff;
    position: relative;
    padding: 1rem;
}
#vvk div.vvk-eventim a, #vvk .vvk-online-ticketing a {
    text-decoration: none;
    display: block;
}
#vvk .vvk-eventim span.dashicons {
    position: absolute;
    top: -1rem;
    left: 0.5rem;
    width: 2rem;
    height: 2rem;
    border-radius: 2rem;
    background-color: #777777;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}