:root {
    --primary: #CAA570;
    --secondary: #707070!important;
    --light: #e9e9e9;
    --gray: #444444;
    --dark: #333333;
}

/*** Fonts ***/
h1,h2,h3,h4,h5,h6{
    font-family: 'Playfair Display','Times New Roman',Times,serif;
}

@media (min-width: 1200px) {
    h5.mb-0.ms-2{
        font-size: 1.5rem ;
    }
}
@media (max-width: 991.98px) {
    h5.mb-0.ms-2, .hl_medaille{
        font-size: 2rem;
    }
}
@media (max-width: 576px) {
    h5.mb-0.ms-2{
        font-size: 1.2rem;
    }
    .hl_medaille{
        font-size: 1.2rem;
        font-weight: bold;
    }
}

h6{
    font-size: 1.125rem;
}

a:hover {
    color:#927347
}

.date-cal-dark {
    color: #333333;
}

.date-cal-dark:hover{
    color: white;
}

.fs-5{
    font-size: 1.15rem!important;
}

.calender-event{
    font-family: 'Playfair Display','Times New Roman',Times,serif;
    line-height: normal;
    font-weight: bolder;
}

.text-secondary{
    color: #2a4f9c;
}

.bg-secondary-1{
    background-color: #fda68e;
}
.bg-secondary-2{
    background-color: #fdb39f;
}
.bg-secondary-3{
    background-color: #fec1ae;
}

.bg-green{
    background-color: #7DCE13;
}



.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn.btn-primary {
    color:#333333;
}
 
.btn.btn-secondary, .btn.btn-primary:hover {
    color: #FFFFFF;
}

.btn-check:focus+.btn-primary, .btn-primary:focus {
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 0 0.25rem rgba(44, 44, 44, 0.5);
}

/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    margin-left: 20px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    outline: none;
}
.navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 1200px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 30;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 0;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 1199.8px) {
    .navbar-light .navbar-nav .nav-link {
        margin-left: 0px;
        padding: 8px 0;
    }
    .dropdown-menu{
        border: 0;
        background-color: var(--light);
    }
}


/*** Header carousel ***/
.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
}

.carousel-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    #carousel{
        margin-top: 120px;
        margin-bottom: 50px;
    }
}


.slider-1, .slider-2, .slider-3, .slider-4
{
    background-position: center;
    background-repeat: no-repeat;
    height: 450px;
}


.slider-1 {
    background-image: url(../img/HDVK_international.png);
    background-size: contain;
}

.slider-2 {
    background-image: url(../img/avb-collage.png);
    background-size: contain;
}

.slider-left {
    background-image: url(../img/albvereinsblatt.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 250px;
}

.slider-3 {
    background-image: url(../img/jugendgruppe.jpg);
    background-size: contain;
}

.slider-4 {
    background-image: url(../img/skashop_mockup.png);
    background-size: contain;
}

@media (max-width: 767.9px) {
    .slider {
        height: 750px;
    }

    .slider-1, .slider-3, .slider-4 {
        height: 350px;
    }

    #carousel{
        margin-top: 75px;
        margin-bottom: 25px;
    }
}
/* 
.page-header {
    background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-inner {
    background: rgba(15, 23, 43, .7);
} */

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/* YouTube */
iframe#ytThumbs1Player, iframe#ytThumbs2Player, iframe#ytThumbs3Player, iframe.embed-responsive-item{
    width: 100%;
    min-height:100%;
}
.border-box{
    border: 0;
}
.ytPlayer{
    box-sizing: border-box;
    padding: 15px;
    height: 600px;
}

.ytlist{
    list-style-type: none;
    margin-top: 15px;
    padding-left: 0;
}

.box-height-player{
    display: none;
    min-height: 650px;
    overflow: hidden!important;
    overflow-y: hidden!important;
}
.box-height{
    min-height: 650px;
    overflow: hidden;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background-color: var(--primary)!important;
    border-color: var(--primary)!important;
}

.nav-link:focus{
    color: var(--dark)!important;
}

/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 16px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 7px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}

/*** Ehrungen ***/
.coin{
    width: 40%;
}

/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    background: var(--primary);
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Museum ***/
.museum-item{
    height: 450px;
}

.museum-item img {
    transition: .5s;
}

.museum-item:hover img {
    transform: scale(1.1);
}

/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.service-frame{
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: rgb(255, 255, 255);
}

.container{
    max-width: 1600px!important;
}

section{
    margin-top: 32px;
}

@media (min-width: 768px) {
    section{
        margin-top: 100px;
    }
}

.container.header{
    overflow: visible;
    margin-top: 120px;
    max-width: 1900px!important;
}

.divider{
    height: 0.1875rem;
    width: 5.625rem;
    margin: 1.25rem 0;
    background-color: var(--primary);
}

.programm_img {
    height: 250px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.info-card-section{
    margin: 20px 0;
}


/* Termin Buttons */
.container {
    overflow: hidden;
}

.filterDiv {
    display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(44, 44, 44, 0.25);
}

.btn-termin{
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
    width: 100%;
    height: auto;
    border: 1px solid #44444444;
}

@media (min-width: 768px) {
    .btn-termin{
        height: 100px;
    }
    #preisträger_ehlers.btn-termin{
        height: 100px;
    }
}

.btn-termin.btn-primary.active, .btn-termin.btn-primary.active:focus{
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}
.btn-termin:hover {
    color: var(--light);
    background-color: var(--primary);
    border-color: var(--primary);
}

.medaltext{
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #444444;
    text-align: center;
    color: white;
    font-size: 1rem;
}

.fließtext{
    font-size: 1rem;
}

.img-responsive{
    width: 300px;
    height: auto;
}

.img-responsive-y {
    height: 300px;
}


@media (min-width: 425px) {
    .medaltext{
        height: 250px;
    }
}
@media (max-width: 768px) {
    .lead{
        font-size: 1rem;
    }
}
@media (max-width: 576px) {
    .img-responsive, .img-responsive-y{
        width: 100%;
        height: auto;
    }
}
@media (min-width: 768px) {
    .fließtext{
        font-size: 1.2rem;
    }
}
@media (min-width: 1024px) {
    .medaltext{
        height: 380px;
        font-size: 1.1rem;
    }
}
@media (min-width: 1440px) {
    .medaltext{
        height: 360px;
        font-size: 1.2rem;
    }
}

/* GARTENSCHAU TERMINKALENDER KW-DROPDOWN */
.dropdown-menu.columns-3 {
    padding: 20px;
	min-width: 750px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: var(--dark);
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: white;
	background-color: var(--primary);
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

/* Druckansicht Tabelle "Weitere Info Modal" */

@media print {
    .modal {
      position: absolute;
      left: 0;
      top: 0;
      margin: 0;
      padding: 0;
      visibility: visible;
      /**Remove scrollbar for printing.**/
      overflow: visible !important;
    }
    .modal-dialog {
      visibility: visible !important;
      /**Remove scrollbar for printing.**/
      overflow: visible !important;
    }
    .no-print {
        display: none;
    }
  }