body {
    background-color: #f4f6f8;
    color: rgb(0, 63, 132);
}

/* Farben Variablen */
:root {
    --firmen-blau: #004484;
    --firmen-rot: #e60000;
    --white: #ffffff;
}
.b-white {
    /* ~ .bg-white */
    /*background: #fff !important;*/
    background-color: #f4f6f8;
}
.einfaerben {
    background: #db2233;
    color: #fff;
}
.alert-white {
    background-color: var(--white);
}
.custom-shadow {
    box-shadow: 0 0 8px -4px;
}
.border-radius-20 {
    border-radius: 11px;
}
.border-radius-15 {
    border-radius: 9px;
}
@media (min-width: 992px) {
    .border-radius-20 {
        border-radius: 20px;
    }
    .border-radius-15 {
        border-radius: 15px;
    }
}
.width-100 {
	/* = .w-100 */
	width: 100%;
}
.td-none {
	text-decoration: none;
}


/*Termine Übersicht*/

/*//////////Termin Bild-Info Box///////////*/

.termin-container #bild-date-wrapper{
    background-color: var( --firmen-blau);
    color: white;
}
.termin-container #termin-data {
    word-break: break-word;
}
.termin-container a h4,
.termin-container #termin-data .termin-info,
.termin-container #bild-date-wrapper {
    font-size: 12px;
}

@media (min-width: 768px) {
    .termin-container a h4,
    .termin-container #termin-data .termin-info,
    .termin-container #bild-date-wrapper {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .termin-container a h4 {
        font-size: 20px;
    }
    .termin-container #termin-data .termin-info,
    .termin-container #bild-date-wrapper  {
        font-size: 18px;
    }
}
#bild-date-wrapper .bild-container {
    width: 83px;
    border: 3px solid white;
    overflow: hidden;
}

@media (min-width: 992px) {
    #bild-date-wrapper .bild-container {
        width: 144px;
        border: 3px solid white;
        overflow: hidden;
    }
}

/*Termin main Info*/
.termin-info.termin-buttons {
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    color: var(--firmen-blau);
}
.termin-info.termin-buttons:hover {
    color:var(--bs-link-hover-color);
}
a.termin-links {
    text-decoration: none;
}
#termin-data a.alert {
	border: none;
	text-decoration: none;
}

span.einfaerben {
	padding: 5px;
	border-radius: 5px;
}

.termin-links img.termin-icons {
    max-width: 40px;
}

a.termin-links.scan {
    background: rgb(110, 165, 224); color:#fff;
    text-align: center;
    display: inline-block;
    width: 34px;
    height: 36px;
    border-radius: 6px;
    padding-top: 1px;
    font-size: 0;
    text-decoration: none;
    line-height: 1.2;
    margin-left: 5px;
}
a.termin-links.scan svg {
    margin-bottom: 3px;
    width: 25px;
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .termin-links img.termin-icons {
        max-width: 60px;
    }

    a.termin-links.scan {
        width: 54px;
        height: 53px;
        padding-top: 0;
        font-size: 8px;
        padding-bottom: 1px;
    }
    a.termin-links.scan svg {
        margin-bottom: 0;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .termin-links img.termin-icons {
        max-width: 80px;
    }
    a.termin-links.scan {
        width: 71px;
        height: 71px;
        border-radius: 13px;
        padding-top: 6px;
        font-size: 10px;
        text-decoration: none;
        line-height: 1.2;
        margin-left: 5px;
    }
    a.termin-links.scan svg {
        margin-bottom: 3px;
        width: 35px;
    }
}



#bild-date-wrapper .bild-container img.img-thumbnail {
    background-color: unset;
    border: none;
    padding: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
#terminWebseite a {
    word-break: break-all;
    text-decoration: none;
    border-radius: unset;
    font-size: 12px;
}
#terminWebseite svg {
    min-width: 15px;
}
#terminWebseite a:hover {
    text-decoration: underline;
}
.land-flagge {
    width: 25px;
}
@media (min-width: 992px) {
    .land-flagge {
        width: 40px;
    }
    #terminWebseite a {
        font-size: 16px;
    }
}