/* Definitions **************************************/

/* colors */
:root {
  --ice-blue-main: #0056a3;
}


/* Fade-in text ****** */
.fade-in-text {
    animation: fadeIn 3s;
    -webkit-animation: fadeIn 3s;
    -moz-animation: fadeIn 3s;
    -o-animation: fadeIn 3s;
    -ms-animation: fadeIn 3s;
}

@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-o-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; }
}


/* Style ***********************************************/

html {
    scroll-behavior: smooth;
    font-size: 16px;
    
    @media screen and (min-width: 576px) and (max-width: 767.9px) {
        font-size: 12px;
    }
    @media screen and (max-width: 575.9px) {
        font-size: 14px;
    }
    @media screen and (min-width: 1600px) {
        font-size: 20px;
    }
}

body {
    background-color: black;
}

a, a:hover, a:active {
    text-decoration: none;
    color: inherit;
}

.home {
    top: 0;
    position: fixed;
    z-index: 120;
}

.home > a {
    text-decoration: none;
    color: #5a5a5a; 
}

.home > a:hover {
    color: #aaaaaa; 
}

.my-sidebar {
    top: 0;
    position: fixed;
    height: 100%;
    width: 15vw;
    max-width: 450px;
    background-color: white;
    opacity: 0.1;
    z-index: 1;
    transition: opacity 1s ease-in;
}

.my-sidebar:hover {
    opacity: 0.3;
}

.my-menu-holder {
    top: 0;
    position: fixed;
    height: 100%;
    width: 15vw;
    max-width: 450px;
    z-index: 101;
}

body:has(.my-menu-holder:hover) .my-sidebar {
    opacity: 0.3;
}

.menu-text {
    color: white;
    font-size: 1.2em;
    text-shadow: 4px 4px black;
    font-weight: bold;
    opacity: 0.2;
  	z-index: 102;
    transition: opacity 1s;
}

.menu-text:hover {
  	opacity: 1;
}

.menu-text > a {
    text-decoration: none;
    color: inherit; 
}

.terminPanel {
    z-index: 10;
    background-image: linear-gradient(to bottom right, #1a1a1a, #5a5a5a);
    color: white;
    opacity: 0;
    transition: opacity 1s;
}


.landing_page_1 {
    background-image: url("../images/USF_Hintergrund.jpg");
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: visible;
}

.band_name {
    position: absolute;
    margin-right: 1em;
    bottom: 30vh;
    color: white;
    font-size: 4em;
    text-shadow: 4px 4px black;
    font-weight: bold;
    text-align: center;
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
}

.musiker {
    color: white;
    background-image: linear-gradient(to bottom right, #1a1a1a, #5a5a5a);
}

.img-shadow {
    box-shadow: 8px 8px 2px black;
    width: 90% !important;
    min-width: 200px;
}

.abstand {
    height: 100%;
    width: 15vw;
    max-width: 450px;
}

.footer {
    color: white;
    background-image: linear-gradient(to top right, #1a1a1a, #5a5a5a);
    bottom:0;
    width:100%;
    margin: 0;
    padding: 0;
}

.usfLieder {
    color: white;
    background-image: linear-gradient(to top right, #1a1a1a, #5a5a5a);
    border-radius: 5%;
    box-shadow: 8px 8px 2px black;
}

.usfLiederBild {
    height: 300px;
    max-width: 300px;
    object-fit: cover;
    border-radius:3%;
}

.icon-play {
    border: none;
    width: 4vw;
    vertical-align: top;
    color: white;
    background-color: #212529;
}

.videocard {
    color: white;
    background-image: linear-gradient(to top right, #1a1a1a, #5a5a5a);
    border-radius: 5%;
    box-shadow: 8px 8px 2px black;
}

.impressum {
    color: white;
    background-image: linear-gradient(to bottom right, #1a1a1a, #5a5a5a);
}

.home_impr {
    top: 0;
    position: fixed;
    z-index: 120;
}

.home_impr > a {
    text-decoration: none;
    color: white; 
}

.home_impr > a:hover {
    color: #aaaaaa; 
}

/****** Responsive design ***********************************/

@media (max-aspect-ratio: 1/1) {
    .landing_page_1 {
        height: 30vh;
    }
    .band_name {
        bottom: 8vh;
    }
}

@media screen and (max-width: 575.9px) {
    .band_name {
       font-size: 1.2em;
    }
    .menu-text {
        font-size: 0.5em;
    }
    .prod-img {
         height: 200px;
         max-width: 300px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.9px) and (orientation: landscape) {
    .band_name {
         font-size: 3em;
    }
    .menu-text {
        font-size: 0.9em;
    }
    .prod-img {
         height: 250px;
         max-width: 400px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.9px) and (orientation: portrait) {
    .band_name {
         font-size: 2em;
    }
    .menu-text {
        font-size: 0.5em;
    }
    .prod-img {
         height: 250px;
         max-width: 400px;
    }
}



@media screen and (min-width: 1600px) {
    .band_name {
       text-shadow: 6px 6px black;
       bottom: 10vh;
    }
    .prod-img {
         height: 300px;
         max-width: 500px;
    }
}

/* Kontaktformular ************************************/
.icons-color {
/*    color: ice-blue-main -> filter für svg: https://angel-rs.github.io/css-color-filter-generator/ */
    filter: brightness(0) saturate(100%) invert(18%) sepia(84%) saturate(2695%) hue-rotate(195deg) brightness(95%) contrast(101%);
}

.btn-primary  {
    background-color: var(--ice-blue-main);
}

.ice-accent-color:checked  {
    background-color: var(--ice-blue-main);
}

.mb-8{margin-bottom:4.5rem!important}.mb-9{margin-bottom:5rem!important}.mb-auto{margin-bottom:auto!important}.py-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-9{padding-bottom:5rem!important;padding-top:5rem!important}@media(min-width:576px){.mb-sm-8{margin-bottom:4.5rem!important}.mb-sm-9{margin-bottom:5rem!important}.mb-sm-auto{margin-bottom:auto!important}.py-sm-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-sm-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:768px){.mb-md-8{margin-bottom:4.5rem!important}.mb-md-9{margin-bottom:5rem!important}.mb-md-auto{margin-bottom:auto!important}.py-md-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-md-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:992px){.mb-lg-8{margin-bottom:4.5rem!important}.mb-lg-9{margin-bottom:5rem!important}.mb-lg-auto{margin-bottom:auto!important}.py-lg-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-lg-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:1200px){.mb-xl-8{margin-bottom:4.5rem!important}.mb-xl-9{margin-bottom:5rem!important}.mb-xl-auto{margin-bottom:auto!important}.py-xl-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xl-9{padding-bottom:5rem!important;padding-top:5rem!important}}@media(min-width:1400px){.mb-xxl-8{margin-bottom:4.5rem!important}.mb-xxl-9{margin-bottom:5rem!important}.mb-xxl-auto{margin-bottom:auto!important}.py-xxl-8{padding-bottom:4.5rem!important;padding-top:4.5rem!important}.py-xxl-9{padding-bottom:5rem!important;padding-top:5rem!important}}


/* Musik ************************************************************/

/* Nur 1 Bild */
@media (max-width: 767px) {
	.carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-inner .carousel-item > div:first-child {
		display: block;
	}
}

/* 2 Bilder */
@media (min-width: 768px) and (max-width: 991px) {
	.carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-inner .carousel-item > div:nth-child(1),
	.carousel-inner .carousel-item > div:nth-child(2) {
		display: block;
	}

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(50%);
	}

	.carousel-inner .carousel-item-start.active, 
	.carousel-inner .carousel-item-prev {
		transform: translateX(-50%);
	}
}

/* medium and up screens */
@media (min-width: 992px) and (max-width: 1399px) {
	.carousel-inner .carousel-item > div {
		display: none;
	}
	.carousel-inner .carousel-item > div:nth-child(1),
	.carousel-inner .carousel-item > div:nth-child(2),
	.carousel-inner .carousel-item > div:nth-child(3) {
		display: block;
	}

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(33%);
	}

	.carousel-inner .carousel-item-start.active, 
	.carousel-inner .carousel-item-prev {
		transform: translateX(-33%);
	}
}

/* Reihenfolge wichtig (?) */
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 1400px) {

	.carousel-inner .carousel-item-end.active,
	.carousel-inner .carousel-item-next {
		transform: translateX(25%);
	}

	.carousel-inner .carousel-item-start.active, 
	.carousel-inner .carousel-item-prev {
		transform: translateX(-25%);
	}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
	transform: translateX(0);
}

.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    color: red;
}

.carousel-control-next-icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

/* Maschinenraum.php ******************************* */

.neuerTerminForm {
  color: white;
}

.neuerTerminForm input {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: grey;
  text-align: right;
}

.neuerTerminForm input:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
}

#termineTbl_length, #termineTbl_filter > label,
 #termineTbl_length > label > select, 
 #termineTbl_filter > label > input {
  color: white;
}

#termineTbl tr {
  color: white;
  background-color: rgba(0, 0, 0, 0);
}

#termineTbl tbody {
  background-color: rgba(0, 0, 0, 0);
}

#termineTbl .sorting_1 {
  background-color: rgba(0, 0, 0, 0);
}

#Fehlermeldung {
  color: black;
}

.my-confirm-class {
  padding: 3px 6px;
  font-size: 12px;
  color: white;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #337ab7;
  text-decoration: none;
}

.my-cancel-class {
  padding: 3px 6px;
  font-size: 12px;
  color: white;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #a94442;
  text-decoration: none;
}

.datetimeinput {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

.darkinput {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: grey;
}

.darkinput:focus {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: white;
}

.block2 {
  background-image: linear-gradient(to bottom right, #1a1a1a, #5a5a5a);
  color: white;
}

#liveToastTxt {
  background-color: #aaaaaa;
  color: black;
}