@font-face {
    font-family: "frankfurter";
    src: url("assets/Frankfurter Std Regular.otf");
    font-display: block;
}

@font-face {
    font-family: "Raleway";
    src: url("assets/Raleway/Raleway-VariableFont_wght.ttf");
    font-display: block;
}

/* .w3-jumbo{
    font-family: frankfurter;
    font-size: 11vw !important;
    text-align: center;
    line-height: normal;
    color: gainsboro;
} */

/* body, .bgimg{
    background-color: coral;
    background-color: #000000;
    // background-color: #ff0000;
} */

body,h1,h2{font-family: "Raleway", sans-serif}

/*.bgimg{
    background-color: #ff0000;
}*/

/* .spacing{
letter-spacing: -0.9vw;
}

.w3-display-middle{
    mix-blend-mode: difference;
    }

.w3-display-middle {
    position: absolute;
    top: 250px;
    top: 25vh;
    left: 50%;
} */

.w3-bar-item{
    font-family: frankfurter;
    font-size: 40px !important;
    color: #ffd5e3;
    color: #eb9ab5;
    text-decoration: none;
}

.w3-bar-item:hover{
    color: #e91e45;
}

.w3-dark-blue, .w3-hover-dark-blue:hover {
    color: #000!important;
    background-color: #001036!important;
    background-color: #000000!important;
}

.w3-orange, .w3-hover-orange:hover {
    color: #000!important;
    background-color: coral !important;
    background-color: #908f8e !important;
}

.w3-text-grey{
    font-family: frankfurter;
    font-size: 75px !important;
    font-size: 11vw !important;
    color: #ffd5e3 !important;
    color: #eb9ab5 !important;
}
.blue{
    color: #007ba8 !important;
    color: #000000 !important;
}
.black{
    color: #000 !important;
line-height: 1;
}


html {
  scroll-behavior: smooth;
}

p{
    color: #ffd5e3 !important;
    color: #ffffff !important;
    font-family: "Raleway", sans-serif;
    line-height: 1.4;
    text-align: justify;
}

.w3-round, .w3-round-medium {
    border-radius: 279px;
}

.w3-text-orange-bg{
    font-family: frankfurter !important;
    font-size: 75px !important;
    font-size: 11vw !important;
/*    color: #ffd5e3 !important;
    color: #eb9ab5 !important;  */
}

.w3-third{
/*    float: left;
    width: 33%;*/
    padding: 15px;
}

iframe{
    aspect-ratio: 1/1;
}

.stretch{
    text-align:justify;
    line-height:1.5;
    padding: 0 20px;
}
button{
    background-color: transparent;
    border: 0px;
}

.fa-brands:hover{
    color: #e91e45 !important;
}
.fa, .fa-brands{
    text-decoration: none;
    padding: 0 30px;
}

.w3-padding-96{
    padding-top: 96px !important;
    padding-bottom: 96px !important;
}

h2 {
    font-size: 22px;
    font-size: 20px;
}

.left{
    width:50%;
    float:left;
}


#fff{
    display: block;
    margin: auto;
/*    transition: 10s;*/
    max-height: 400px;
/*    max-width: 80%;*/

    object-fit: cover;
    max-width: 300px;
/*    width: 300px;*/
    width: 100%;
    height: 400px;
}


#fff {
/*    cursor: pointer;*/
    box-shadow: 0px 0px 50px #000000;
}

/*.privacyPolicy.sc-background-light {
    display: none;
}*/

#imprint{
    padding:10px;
    position: relative;
    z-index: 100;
}
#imprint a{
    text-decoration: none;
}
.imprint{
    color: #ffffff
}

.music{
  max-width: 100%;
  /* height: 100%; */
}

/*audio::-webkit-media-controls-panel {
  background-color: #001036;
}*/
/*#play1, #pause1, #play2, #pause2, #play3, #pause3{
    color: #ffffff;
    text-shadow: 0px 0px 2px #000000;
    cursor: pointer;
    display: none;
}*/

 .song{
    color: #ffffff;
    position: absolute;
    bottom: 0%;
    padding: 5px;
    text-shadow: 0px 0px 2px #000000;
}

/*#pause1, #pause2, #pause3{
    display: none;
}*/

.container{
    position: relative;
    aspect-ratio: 1 / 1;
}

/*.tape{
    position: absolute;
    top:0%;
    padding:5px;
}*/

#gallery-text {
    text-align: center;
    margin: 10px;
    color: black !important;
}

/*body,h1,h2{font-family: "Raleway", sans-serif}
body, html {height: 100%}
p {line-height: 2}
.bgimg, .bgimg2 {
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
.bgimg {background-image: url("assets/download - 2024-02-20T171930.819.jpeg")}*/

.round{
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin: 10px;
    position: absolute;
    top: 0;

    height: 26%;
    width: 26%;
    margin: 3%;
}


button.fa.fa-play, button.fa.fa-pause{
    margin: 14%;
    margin-left: 30%;
    padding: 0;
    font-size: 360%;
    color: #eb9ab5;
    mix-blend-mode: hard-light;

    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-36%, -50%);
    transform: translate(-36%, -50%);
}

button.fa.fa-pause{
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

button.fa-play:active, button.fa-pause:active{
    color: #e91e45;
}

@media(hover:hover) and (pointer:fine){
button.fa-play:hover, button.fa-pause:hover{
    color: #e91e45;
}
button.fa.fa-play, button.fa.fa-pause{
    cursor: pointer;
}
}

@media (min-width: 1010px) {
  button.fa.fa-play, button.fa.fa-pause {
    font-size: 54px;
  }
}
@media (max-width: 1009px) {
  button.fa.fa-play, button.fa.fa-pause {
    font-size: 5.34vw;
  }
}

@media (max-width: 600px) {
  button.fa.fa-play, button.fa.fa-pause {
    font-size: 17vw;
  }
.spacing {
    letter-spacing: 0vw;
}
/*.w3-button, #contact777{
    font-size: 3vw!important;
}*/
}

h2{
    font-size: 17px;
}

@media (max-width: 600px) {
.fa-brands {
    padding: 0 5%;
}
h2{
    font-size: 15px;
}
}


details{
    margin-bottom:30px;
}

.row{
    display: inline-block;
}


.right{
    float: right
}

.lll {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    white-space: nowrap;
}

.dates{
    padding-left: 20px;
    padding-right: 20px;
}


.photo-buttons{
    display: block;
    margin: auto;
    max-width: 300px;
    width: 300px;
    position: relative;
    bottom: 400px;

}

#L-photo{
    left: 43px!important;
    transform: rotate(180deg);
    transform-origin: 5px 13px;
    position: absolute;
    top: 365px!important;
    font-size: 360% !important;
}

#R-photo{
    left: 261px!important;
    top: 365px!important;
    position: absolute;
    font-size: 360% !important;
}
/*#cat {
    position: relative;
}*/

summary{
cursor: pointer;
}