:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #ffffff;
    --bs-primary-bg-subtle: #0b62e4;
    
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #000000;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;

    .btn-primary{
        --bs-btn-color: #ffffff;
        --bs-btn-bg: #003DA5;
        --bs-btn-border-color: #003DA5;
        --bs-btn-hover-color: #ffffff;
        --bs-btn-hover-bg: #003DA5;
        --bs-btn-hover-border-color: #7ca3dd;
        --bs-btn-focus-shadow-rgb: 49,132,253;
        --bs-btn-active-color: #003DA5;
        --bs-btn-active-bg: #003DA5;
        --bs-btn-active-border-color: #003DA5;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #003DA5;
        --bs-btn-disabled-bg: #003DA5;
        --bs-btn-disabled-border-color: #003DA5;}
}



.navbar, .btn-primary:visited{
    background-color:#000000 ;
} 

.btn-primary{
    background-color:#003da5;
}

.navbar-brand {
    color: #ffffff;
} 

.Speisen{
    color: #003da5;
}  

.Musik {
    color: #FFD100;
}  

.Tourismus{
    color: #C8102E;
}  
  
.einleitung {
    color: #000000;
}  

.eine {
    color: #000000;
}  



.line{
    width: 100%;
    border-top: 1px (--bs-dark);
    margin: 0 auto;
    color: solid(--bs-dark);
}

hr{
    border:solid 1px var(--bs-black);
}


.lead {
    color:#000000;
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
 } 


    /* SM */
.bi-instagram,
.bi-instagram:hover {
    color: rgb(255, 255, 255);
}

.bi-youtube,
.bi-youtube:hover {
    color: rgb(255, 255, 255);
}

.bi-chevron-double-down, .bi-chevron-double-down:hover{
color: rgb(255, 255, 255);
}
/* Ende SM */

/* backtotop */
#backtotop_button {
    background-color: var(#000000);
    text-align: center;
    position: fixed;
    bottom: 40px;
    left: auto;
    right: 0;
    z-index: 1000;
    color: #b41c1c;
    border: 1px solid #003da5;
    padding: 10px;
}

#backtotop_button a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #003da5;
    text-decoration: none;
}

#backtotop_button a:hover {
    font-family: 'Montserrat', sans-serif;
    font-weight: bolder;
    color: #000000;
}
/* Ende backtotop */

.zentrieren {
    margin:auto;
}



#banner2 {
    background-image: url("images/cornulete.jpg") !important;
    background-color: #cccccc;
    /* Used if the image is unavailable */
    height: 600px;
    /* You must set a specified height */
    background-position: center;
    /* - Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    position: relative;
}
header{
    position: relative;
}
.bannertext {
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 16px;
    position: absolute;
    text-align: center;
    /* Achtung "absolute" braucht immer ein relativ im Eltern-Element */
    bottom: 0px;
    /**text-shadow: 1px 1px #000; bei weißen Text**/
}


/** Größere Monitore **/

@media only screen and (min-width: 570px) {
    #banner2 {
        display: none;
    }
}


/** Kleinere Monitore **/
@media only screen and (max-width: 600px) {
    #banner1 {
        display: none;
    }

 /* Textausrichtung in der unteren Hälfte */
    #banner2 .container span {
        background-color: rgba(0, 0, 0, 0.2);
        text-shadow: 1px 1px #000;
        padding: 5px;
        margin: -15px;
        color: #fff;
        position: absolute;
        bottom: 0;
    }
}

/* Ende Breakpoinst header */
.video {
    width: 100% !important;
}

.border-dashed {
    --bs-border-style: dashed;
}

.jumbotron{
    background-image: url("images/avenue2.jpg") !important;
}

.bi-chevron-down{
    font-size: xx-large;
    text-shadow: 1px 1px #000;
}

.card-title{
    color:#000;   
}

.card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin:.25rem;
}

.card img {
    max-width: 100%;
    height: auto;
}

.uk-text-center {
    color:#000000
}

.main {
    color: black;
}

/** Größere Monitore **/
@media only screen and (min-width: 570px) {
    #banner2 { display:none;
        }
    }
    
    /** Kleinere Monitore **/
    @media only screen and (max-width: 600px) {
    #banner1, #einleitung { display:none;
        }
    /* Textausrichtung in der unteren Hälfte */

#banner2 .container span{
    background-color: rgba(0,0,0, 0.2);
    text-shadow: 1px 1px #000;
    padding: 5px;
    margin: -15px;
    color: #fff;
    position:absolute;
    bottom:0;
    } 
    }
     /* Ende Mobileintellung */
    
    .jumbotron{
        background-image: url("images/avenue2.jpg") !important;
    }
    
    .bi-chevron-down{
        font:xx-large;
        text-shadow: 1 px 1 px #000;
    }

.foto {
    width:100%;
}


