html{
    background-color: rgb(207, 233, 255);
    animation-name: seite_einblenden;
    animation-duration: 0.25s;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

h1{
    color: black;
}

h2{
    color: black;
} 

body{
    background-color: rgba(255, 255, 255, 0);
    top: 0px;
    left: 0;
}

button{
    border: 1px solid black;
    transition: 0.25s;
    background: #7aa0ff;
}

button:hover{
    filter: brightness(0.9);
    /*box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);*/
}

.h2_absolute_DIV{
    background-color: #4e80ffae;
    border-radius: 0px 0px 30px 30px;
}
/*
img {
    mix-blend-mode:multiply;
}*/

#main_content_div{
    position: absolute;
    border: 1px solid black;
    border-radius: 25px;
    background: linear-gradient(0deg, #80a4ff 0%, #ffffff 100%);
    /*box-shadow: 5px 5px 36px 6px #000000;*/
    padding: 25px;
    overflow: auto;
}

#nav_main_div{
    border: 1px solid black;
    border-radius: 10px;
    background-color:rgb(106, 173, 255);
    transition: 0.25s;
    /*box-shadow: 2px 2px 10px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,1);*/
}

#nav_main_button{
    background-color: rgba(0, 25, 125, 0.169);
    border: 0px;
    transition: 0.25s;
    border-radius: 10px;
}
#nav_main_button:hover{
    background-color: rgba(0, 22, 111, 0.363);
    border: 1px solid black;
}
#nav_main_button:disabled{
    background-color: rgba(60, 0, 0, 0.363);
    border: 1px solid rgb(76, 0, 0);
}
#termine_rand_main_div{
    border: 1px solid black;
    border-radius: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: min-content;
    padding: 5px;
    height: auto;
    display: block;
    background: linear-gradient(0deg, #5183ff 0%, #ffffff 100%);
    transition: 0.25s;
}

#km-list-frame{
    height: 100%;
    margin-top: 20px;
}

#termine_überschrift{
    transform: scale(1.5);
}

#credit_ganze_webseite{
    height: 133.43px;
    width: 253.43px;
    border: 0px solid rgb(0, 61, 167);
    border-radius: 0px;
    transition: 0.25s;
    margin-right: 20px;
}
#credit_addon_img{
    height: 130.00px;
    border: 2px solid rgb(0, 61, 167);
    border-radius: 0px;
    transition: 0.25s;
}

#mvo_logo_big{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 150px;
    transition: 0.25s;
    border-radius: 5px;
}
#mvo_logo_big:hover{
    border-radius: 20px;
    filter: brightness(0.9);
    cursor: pointer;
}

#werbung_img{
    width: 400px;
    max-width: 90%;
    border-radius: 10px;
    background-color: white;
    border: 3px solid rgb(0, 89, 255);
    transition: 0.25s;
    padding: 10px;
}
#werbung_img:hover{
    border-radius: 5px;
    /*box-shadow: 0px 0px 10px 1px rgba(0,88,255,1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0,88,255,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,88,255,1);*/
}

#probezeiten_table{
    border-radius: 10px;
    border: 1px solid black;
    background: #7bb0ff;
    /*background: linear-gradient(121deg,#6c96ff 0%,#00ff00 100%);
    background: -webkit-linear-gradient(121deg,#4e81ff 0%,#00ff00 100%);
    background: -moz-linear-gradient(121deg,#4e81ff 0%,#00ff00 100%);

    box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);*/
}

.main_info_div{
    font-size: medium;
    color: black;
    background-color: #8bacff;
    border: 1px solid black;
    border-radius: 10px;
    padding: 5px;
    /*box-shadow: 2px 2px 10px 0px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,1);*/
    transition: 250ms;
    max-width: 25vw;
}
.main_info_div_warning{
    background-color: #fff08b;
}
.info_img{
    width: 40px;
}
.info_buttons{
    border: 0px;
}
.info_buttons_warning{
    background-color: #fffc52bc;
}
.info_text{
    border: 1px solid black;    
    border-radius: 5px;
    padding: 5px;
    background-color: #5283ffbc;
}
.info_text_warning{
    background-color: #fffc52bc;
}
#main_info_cluster_div{
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0px;
}

#progressbar{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(0, 89, 255);
    border-radius: 12.5px;
    display: none;
    height: 25px;
    transition: 0.25s;
}

#hintergrund_bilder{
    position: absolute;
    z-index: -2;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0);
    filter: blur(10px) brightness(1.4);
}

#anmelde_formular_button, .standard_kachel{
    border-radius: 15px;
    border: 1px solid black;

    background: #779eff;
    transition: 0.5s;

    /*box-shadow: 4px 4px 15px -2px rgba(0,0,0,1);
    -webkit-box-shadow: 4px 4px 15px -2px rgba(0,0,0,1);
    -moz-box-shadow: 4px 4px 15px -2px rgba(0,0,0,1);
    background: linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);
    background: -webkit-linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);
    background: -moz-linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);*/
}
#anmelde_formular_button:hover, .standard_kachel:hover{
    filter: brightness(0.9);
    /*box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);*/
}

#seiten_infos_orchester{
    border: 1px solid black;
    border-radius: 15px;
    background: linear-gradient(0deg, #80a4ff 0%, #ffffff 100%);
    /*box-shadow: 5px 5px 36px 6px #000000;*/
    padding: 10px;
    transition: 0.25s;
}
/*#seiten_infos_orchester:hover{
    box-shadow: 2px 2px 10px 6px #000000;
}*/

.imagelink{
    border: 2px solid rgb(0, 76, 255);
    border-radius: 20px;
    transition: 0.25s;
    width: 300px;
    max-width: 90%;
    margin-right: 5px;
}

.nav_element_div{
    width: 100%;
    font-size: medium;
    color: black;
    border-radius: 3px;
    border: 1px solid black;
    background-color: #5283ffbc;
    padding: 5px;
    transition: 0.25s;
}

.nav_element_div:hover{
    /*box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.75);*/
    border: 1px solid rgb(0, 25, 123);
    filter: brightness(0.9);
}

#nav_footer_DIV{
    border-radius: 20px 20px 10px 10px;
    background-color: #6792ff;
}
.img_center{
    display: block;
    margin: auto;
}

.bildgalerie_img{
    width: 33%;
    height: 250px;
    border-radius: 10px;
    border: 1px solid black;
    animation-name: einblenden_nav;
    animation-duration: 0.25s;
    animation-timing-function: ease-in;
    transition: 0.25s;
}
.bildgalerie_img:hover{
    border: 4px solid rgb(0, 25, 123);
    /*box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 5px 9px -2px rgba(0,0,0,0.75);*/
}

.social_media_main_div{
    border-radius: 15px;
    border: 1px solid black;

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);*/

    background: #4e81ff;
    /*background: linear-gradient(143deg,#edff00 0%, #4e81ff 80%);
    background: -webkit-linear-gradient(143deg,#edff00 0%, #4e81ff 80%);
    background: -moz-linear-gradient(143deg,#edff00 0%, #4e81ff 80%);*/
}

.übungszeiten_orchester_main_div{
    border-radius: 15px;
    border: 1px solid black;

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);*/

    background: #4e81ff;
    /*background: linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);
    background: -webkit-linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);
    background: -moz-linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);*/
}

#musikerheim_bilder_DIV_INDEX::before{
    background: rgba(255,0,0,0);
    background: linear-gradient(-90deg,rgba(255,0,0,0) 0%, #4e81ff 100%);
    background: -webkit-linear-gradient(-90deg,rgba(255,0,0,0) 0%, #4e81ff 100%);
    background: -moz-linear-gradient(-90deg,rgba(255,0,0,0) 0%, #4e81ff 100%);
}

.slideshow_left, .slideshow_right, .slideshow_slide_counter_DIV{
    background: rgba(255, 255, 255, 0.457);
    border: 0px;
}
.slideshow_left:hover, .slideshow_right:hover{
    height: 30%;
}
.slideshow_slide_counter_DIV{
    border-radius: 15px;
}

#mvo_vereinsheim_ansehen_BUTTON:hover{
    border-radius: 15px;
    border: 2px solid black;
    filter: brightness(0.8);
}

.neues_instagram_main_div{
    border-radius: 15px;
    border: 1px solid black;

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);*/

    background: #4e81ff;
    /*background: linear-gradient(143deg,#edff00 0%, #4e81ff 80%);
    background: -webkit-linear-gradient(143deg,#edff00 0%, #4e81ff 80%);
    background: -moz-linear-gradient(143deg,#edff00 0%, #4e81ff 80%);*/
}



.andere_orchester_seiten_main_div{
    border-radius: 15px;
    border: 1px solid black;

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);*/

    background: #4e81ff;
    /*background: linear-gradient(143deg,#ffdf60 0%, #4e81ff 80%);
    background: -webkit-linear-gradient(143deg,#ffdf60 0%, #4e81ff 80%);
    background: -moz-linear-gradient(143deg,#ffdf60 0%, #4e81ff 80%);*/
}
.andere_orchester_seiten_verlinkung_div{
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.25s;

    background: white;
    /*background: linear-gradient(143deg,#4e81ff 0%, #edff00 80%);
    background: -webkit-linear-gradient(143deg,#4e81ff 0%, #edff00 80%);
    background: -moz-linear-gradient(143deg,#4e81ff 0%, #edff00 80%);*/
}
.andere_orchester_seiten_verlinkung_div::before{
    opacity: 0;
    background: rgba(255,0,0,0);
    background: linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    background: -webkit-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    background: -moz-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    transition: 0.5s ease;
}
.andere_orchester_seiten_verlinkung_div:hover::before{
    background: rgba(255,0,0,0);
    background: linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    background: -webkit-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    background: -moz-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    opacity: 0.5;
}

/*.andere_orchester_seiten_verlinkung_div:hover{
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
}*/



.social_media_verlinkung_div{
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.25s;

    background: white;
    /*background: linear-gradient(143deg,#4e81ff 0%, #edff00 80%);
    background: -webkit-linear-gradient(143deg,#4e81ff 0%, #edff00 80%);
    background: -moz-linear-gradient(143deg,#4e81ff 0%, #edff00 80%);*/
}
.social_media_verlinkung_div::before{
    opacity: 0;
    background: rgba(255,0,0,0);
    background: linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #4e81ff 95%);
    background: -webkit-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #4e81ff 95%);
    background: -moz-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #4e81ff 95%);
    transition: 0.5s ease;
}
.social_media_verlinkung_div:hover::before{
    background: rgba(255,0,0,0);
    background: linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #4e81ff 95%);
    background: -webkit-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #4e81ff 95%);
    background: -moz-linear-gradient(140deg,#0059ff  5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #4e81ff 95%);
    opacity: 0.5;
}

/*.social_media_verlinkung_div:hover{
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
}*/



.orchester_verlinkung_div{
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.25s;

    background: white;
    /*background: linear-gradient(143deg,#4e81ff 0%, #edff00 80%);
    background: -webkit-linear-gradient(143deg,#4e81ff 0%, #edff00 80%);
    background: -moz-linear-gradient(143deg,#4e81ff 0%, #edff00 80%);*/
}
.orchester_verlinkung_div::before{
    opacity: 0;
    background: rgba(255,0,0,0);
    background: linear-gradient(140deg,#4e81ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #00ff00 95%);
    background: -webkit-linear-gradient(140deg,#4e81ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #00ff00 95%);
    background: -moz-linear-gradient(140deg,#4e81ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #00ff00 95%);
    transition: 0.5s ease;
}
.orchester_verlinkung_div:hover::before{
    background: rgba(255,0,0,0);
    background: linear-gradient(140deg,#4e81ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #00ff00 95%);
    background: -webkit-linear-gradient(140deg,#4e81ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #00ff00 95%);
    background: -moz-linear-gradient(140deg,#4e81ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #00ff00 95%);
    opacity: 0.5;
}

/*.orchester_verlinkung_div:hover{
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
}*/



#bbc_verlinkung_div{
    border-radius: 15px;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.25s;

    background: white;
    /*background: linear-gradient(143deg,#4e81ff 0%, #edff00 80%);
    background: -webkit-linear-gradient(143deg,#4e81ff 0%, #edff00 80%);
    background: -moz-linear-gradient(143deg,#4e81ff 0%, #edff00 80%);*/
}
#bbc_verlinkung_div::before{
    opacity: 0;
    background: rgba(255,0,0,0);
    background: linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    background: -webkit-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    background: -moz-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    transition: 0.5s ease;
}
#bbc_verlinkung_div:hover::before{
    background: rgba(255,0,0,0);
    background: linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    background: -webkit-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    background: -moz-linear-gradient(140deg,#0059ff 5%, rgba(255,0,0,0) 40%, rgba(255,0,0,0) 70%, #0059ff 95%);
    opacity: 0.5;
}

/*#bbc_verlinkung_div:hover{
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 10px -2px rgba(0,0,0,1);
}*/



.geschichte_info_zeitstrahl_main_div{
    border: 1px solid black;
    border-radius: 15px;

    background: #769dff;
    /*background: linear-gradient(-10deg, #0042e8 0%, #95b3ff 100%);*/

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);*/
}
.geschichte_info_zeitstrahl_main_div_wichtig{
    /*background: linear-gradient(-10deg, #c1cf00 0%, #f8ff94 100%);
    background: #f5ff6e;
    background-image: url('./css_imgs/hintergrund_geschichte_gründung.png');*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-shadow: 1px 1px 3px rgba(255,255,255,1);
}

.geschichte_info_zeitstrahl_text{
    text-align: left;
}
.geschichte_text_WICHTIG{
    /*text-shadow: 1px 1px 15px rgba(255,255,255,1);*/
    background-color:rgba(255, 255, 255, 0.101);
    backdrop-filter: blur(3px);
}
.geschichte_datum_zeitstrahl_main_div{
    border: 1px solid black;
    border-radius: 15px;

    background: #0e52ff;
    /*background: radial-gradient(ellipse farthest-corner at center center, #95b3ff 0%, #0e52ff 95%);
    background: -webkit-radial-gradient(ellipse farthest-corner at center center, #95b3ff 0%, #0e52ff 95%);
    background: -moz-radial-gradient(ellipse farthest-corner at center center, #95b3ff 0%, #0e52ff 95%);    */

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);*/
}
.geschichte_datum_zeitstrahl_main_div_wichtig{
    background-image: rgba(0, 0, 255, 0);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    /*text-shadow: 1px 1px 3px rgba(255,255,255,1);

    background: #edff00;
    background: radial-gradient(ellipse farthest-corner at center center, #f9ffac 0%, #edff00 95%);
    background: -webkit-radial-gradient(ellipse farthest-corner at center center, #f9ffac 0%, #edff00 95%);
    background: -moz-radial-gradient(ellipse farthest-corner at center center, #f9ffac 0%, #edff00 95%);    */
}

#geschichte_datum_gründungsversammlung{
    background-image: url('./css_imgs/hintergrund_geschichte_gründung_DATUM.png');
}
#geschichte_info_gründungsversammlung{
    background-image: url('./css_imgs/hintergrund_geschichte_gründung.png');
}

#geschichte_datum_baustart{
    background-image: url('./css_imgs/hintergrund_baustart_DATUM.png');
}
#geschichte_info_baustart{
    background-image: url('./css_imgs/hintergrund_baustart_INFO.png');
}

.geschichte_zeilen{
    transition: opacity 0.25s ease;
}

.inactive{
    animation-duration: 1s;
    animation-name: inactive_animation;
    opacity: 0.4;
}

/*Seite des Eo und GO*/
#bw_erklärung{
    background: #ffe77c;
    /*background: linear-gradient(121deg,#d9ff00 0%, #4e81ff 80%);
    background: -webkit-linear-gradient(121deg,#d9ff00 0%, #4e81ff 80%);
    background: -moz-linear-gradient(121deg,#d9ff00 0%, #4e81ff 80%);*/
}
#eo_erklärung{
    border: 1px solid black;

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    background: linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);
    background: -webkit-linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);
    background: -moz-linear-gradient(121deg,#00ff00 0%, #4e81ff 80%);*/

    background: #bfec88;
}

#go_erklärung{
    border: 1px solid black;

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    background: linear-gradient(121deg,#0048ff 0%, #628fff 80%);
    background: -webkit-linear-gradient(121deg,#0048ff 0%, #628fff 80%);
    background: -moz-linear-gradient(121deg,#0048ff 0%, #628fff 80%);*/

    background: #628fff;
}

.orchester_erklärung_main_div{
    border: 1px solid black;

    /*box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -webkit-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    -moz-box-shadow: 5px 5px 14px 0px rgba(0,0,0,0.94);
    background: linear-gradient(121deg,#356eff 0%, #628fff 80%);
    background: -webkit-linear-gradient(121deg,#356eff 0%, #628fff 80%);
    background: -moz-linear-gradient(121deg,#356eff 0%, #628fff 80%);*/

    background: #628fff;
}

.geschichte_img_unten:hover{
    border: 1px solid rgb(0, 47, 95);
    border-radius: 25px;
}

map{
    cursor: pointer;
}
@keyframes einblenden_nav {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes ausblenden_nav {
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

@keyframes seite_einblenden {
    from{
        filter: blur(40px);
    }
    to{
        filter: blur(0px);
    }
}

@keyframes seite_ausblenden {
    from{
        filter: blur(0px);
    }
    to{
        filter: blur(20px);
    }
}

@keyframes einblenden_info {
    from{
        overflow: hidden;
        top: 0px;
        right: 0px;
        width: 45px;
        height: 45px;
    }

    to{
        overflow: hidden;
        top: 0px;
        right: 0px;
        width: 25vw;
        height: auto;
    }
}

@keyframes ausblenden_info {
    from{
        overflow: hidden;
        top: 0px;
        right: 0px;
        width: 25vw;
        height: auto;
    }

    to{
        overflow: hidden;
        top: 0px;
        right: 0px;
        width: 45px;
        height: 45px;
    }
}

@keyframes background_überblendung {
    0%{
        opacity: 1; 
        width: 145%;
    }
    50%{
        opacity: 0;
        width: 150%;
    }
    51%{
        width: 100%;
    }
    100%{
        opacity: 1;
    }
}

@keyframes orchester_info_überblenden {
    0%{
        filter: blur(0px);
    }
    50%{
        filter: blur(60px);
    }
    100%{
        filter: blur(0px);
    }
}

@keyframes ausblenden_orchester_info_rechts {
    0%{
        bottom: 0px;
        right: 0px;
        opacity: 1;
    }
    100%{
        opacity: 0;
        right: -25%;
        bottom: 0px;
    }
}

@keyframes inactive_animation {
    from{
        opacity: 1;
    }
    to{
        opacity: 0.4;
    }
}


@keyframes slider_crop_150 {
    from{
        width: 100%;
        height: auto;
    }
    to{
        width: 150%;
        height: auto;
    }
}