body.tpl-2023-startseite_custom p + div.col-12.service {
    margin-top: 40px;
}

.text-mit-bild-inner .tinyblock p .btn-primary {
    display: block;
    margin: auto;
    width: fit-content;
    margin-top: var(--margin-extra-sm);
    margin-bottom: var(--margin-extra-sm);
    padding: 0.2em 1.1em 0.2em 1.1em;
}

.tpl-2023-startseite_custom .bube + .bube, .tpl-2023-startseite_custom .bube + :not(.bube) {
    margin-top: var(--margin-extra-sm);
}

.tpl-2023-startseite_custom .bube:last-child {
	margin-bottom: var(--margin-extra-sm);
}

body.tpl-2023-startseite_custom .service .service-item {
    margin-bottom: 1rem;
}

body.tpl-2023-startseite_custom.service .service-item a:hover {
    background-color: var(--red);
    color: white;
    font-size: 1.3rem;
	text-decoration: none;
}

body.tpl-2023-startseite_custom .service.service .service-item a {
    background-color: #f7f4f2;
    display: flex;
    /* padding: 3.375rem; */
    font-family: 'ApproachKoelnSemiBold', Arial, sans-serif;
    color: #2d2d2d;
    font-size: 1.3rem;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
}

body.tpl-2023-startseite_custom .service .service-item a {
    flex: 1 0 auto;
    max-height: 15.5rem;
}

body.tpl-2023-startseite_custom .service .service-item a div.service-icon svg {
    width: 8rem;
    height: 8rem;
    margin: 2rem auto 0 auto;
    display: block;
}

body.tpl-2023-startseite_custom .service .service-label {
    margin: 1.875rem auto;
    text-align: center;
    font-size: 1.375rem;

}

body.tpl-2023-startseite_custom  .service .service-item a:hover {
    background-color: var(--red);
    color: white;
    font-size: 1.3rem;
    text-decoration: none;

}

body main .service-items.row {
    margin-bottom:var(--margin-extra-sm);

}

body.tpl-2023-startseite_custom  article.listbox.clearfix.eilstart  {
  /*  display: none; */
}

.tinyblock a  {
    padding-bottom: 0;
    border-bottom: 1px solid var(--gray-link);
}

main .tinyblock a::before, main .tinyblock p ul li a::before, main a.linkintern:before:not(strong a), main a.standardlink.news:before  {
    content: '';
    background-image: url('/images/x22/icons/arrow-right-red.svg')!important;
    background-position: 0 2px;
    background-repeat: no-repeat;
    padding-right: 0.1rem!important;
    padding-left: 0.1rem;
    background-size: .95rem .95rem;
    width: 1.25rem;
    height: 1rem;
    display: inline-block;
}

.tinyblock a:hover:not(.btn) {
    background-color: var(--gray-background-light);
    border-bottom: 1px solid var(--red);
}


.vorlesen-container {
    display: none;
}

.video-wrapper {
    margin-bottom: var(--margin-extra-sm)!important;
  
}