@import url('https://fonts.googleapis.com/css2?family=PT+Mono&display=swap');

html {
    cursor: url('../img/cursor.png'), auto;
}



body {
    background-color: white;
    background-image: url("../img/hothot_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%; /* Ensure body takes up full width */
    overflow-x: hidden; /* Hide horizontal overflow */
}

@media only screen and (max-width: 600px) {
    body {
        background-size: 150% auto; /* Adjust height automatically */
        background-position: center top; /* Center horizontally, keep at the top */
    }
}

a {
    font-family: Helvetica;
    text-decoration: underline;
    color: #FECB00;
}


h2 span {
    color: white;
    font: bold 24px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0d2e62);
    padding: 10px;
}

hr {
    background-image: url("../img/spinningheartmedium.gif");
    color: #ff00ff;
    border: #ff00ff;
    height: 50px;
}

/*
.bild {
       -webkit-box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, red 0 -18px 40px, -12px -17px 15px -11px rgba(0,0,0,0), -12px -17px 15px -11px rgba(0,0,0,0); 
box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, red 0 -18px 40px, -12px -17px 15px -11px rgba(0,0,0,0), -12px -17px 15px -11px rgba(0,0,0,0);

}
*/

.glow {
    box-shadow: 0 0 10px rgba(254, 203, 0, 1.0);
}


.bild {
    position: relative;
    /* Reduziertes Padding, damit Inhalt passt */
    border: 1px dashed #FECB00;
    border-radius: 20px;
    background: #f7399b;
    /* pink */
    text-align: center;
    box-sizing: border-box;
    /* Verhindert, dass Border & Padding die Größe vergrößern */
    width: 100%;
    /* Falls nötig, damit es sich anpasst */
}

/* Scissor-Symbole in den Rahmen integrieren */
.bild::before {
    content: "✁✁✁✁✁✁✁✁✁✁";
    display: block;
    text-align: center;
    font-size: 14px;
    color: orange;
    margin-bottom: -4px;
    /* Abstand zum Inhalt */
}

.bild::after {
    content: "✁✁✁✁✁✁✁✁✁✁";
    display: block;
    text-align: center;
    font-size: 14px;
    color: orange;
    margin-top: -4px;
    transform: rotate(180deg);
}


.merch {
    background-image: radial-gradient(circle, #fb6eac, #ff538e, #ff3669, #ff143f, #ff0000);
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.textblock {
    background-color: red;
    color: white;
    padding: 0.5em;
    font-family: Helvetica;
    font-style: italic;
    font-size: 1em;
    line-height: 1em;
    text-align: left;
}

.linksss {
    padding-top: 1em;
    padding-bottom: 20px;
    color: #FECB00;
    font-style: italic;
    font-family: Helvetica;
    font-size: 1.6em;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 4px #000000,
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}


.bio {
    padding-top: 2em;
    padding-bottom: 20px;
    color: #FECB00;
    font-style: italic;
    font-family: Helvetica;
    font-size: 1.3em;
    line-height: 1.1em;
    text-align: center;
    text-shadow: 2px 2px 4px #000000,
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

.fliesstext {
    padding-left: 0.3em;
    padding-right: 0.3em;
    color: #FECB00;
    font-style: italic;
    font-family: Helvetica;
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: justify;
    hyphens: auto;
    text-shadow: 2px 2px 4px #000000,
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;

}

.cross {
    color: #ff00ff;
    font-family: Courier;
    line-height: 0.7em;

}

.gigbox {
    padding: 1em;

}

.gigs {
    color: #FECB00;
    font-style: italic;
    font-family: pt mono;
    font-size: 1.5em;
    line-height: 1.3em;
    text-align: center;
    text-shadow: 2px 2px 4px #000000,
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}

.gigstitel {

    padding-top: 0.2em;
    color: #FECB00;
    font-style: italic;
    font-family: Helvetica;
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 4px #000000,
        -1px -1px 0 black, 1px -1px 0 black,
        -1px 1px 0 black, 1px 1px 0 black;
}

.gigstitel_past {

    color: black;
    font-style: italic;
    font-family: Helvetica;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: center;
    text-shadow: 2px 2px 4px #FECB00,
        -1px -1px #FECB00, 1px -1px 0 #FECB00,
        -1px 1px #FECB00, 1px 1px 0 #FECB00;
}




.pastgigs {
    
    text-align: center;
    
    padding-top: 1em;
    color: black;
    font-style: italic;
   font-family: PT Mono;
    line-height: 1em;
    font-size: 1.2em;
    text-align: center;
    text-shadow: 2px 2px 4px #FECB00,
        -1px -1px #FECB00, 1px -1px 0 #FECB00,
        -1px 1px #FECB00, 1px 1px 0 #FECB00;

}

.highlighttop {

    font-style: italic;
    font-family: Helvetica;
    font-size: 3em;
    text-decoration: underline;
    color: #ff00ff;

}

.links {


    font-style: italic;
    font-family: Helvetica;
    font-size: 1.5em;
    line-height: 1em;
    text-align: right;

}



.tikker {
    color: white;
    background-color: #ff0000;
    font-family: serif;
    font-style: italic;
    font-size: 5em;
}

.tikker2 {
    color: white;
    background-color: red;
    font-family: serif;
    font-style: italic;
    font-size: 2em;
}



.counter {
    text-align: right;
    font-size: 2em;
    line-height: 1em;
}


.col-12.headerhandy {
    margin: none;
}

.bildhintertext {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

h2 {
    position: absolute;
    top: 200px;
    left: 0;
    width: 100%;
}

.blink {
    animation: blink-animation 0.4s steps(5, start) infinite;
    -webkit-animation: blink-animation 0.4s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

#noshow {}


@media only screen and (max-width: 900px) {
    .hide-on-mobile {
        display: none;
    }
}

@media only screen and (min-width: 900px) {
    .hide-on-desktop {
        display: none;
    }
}

@media only screen and (max-width: 720px) {
    .lama {
        display: none;
    }
}

#header {}

@media only screen and (max-width: 600px) {
    .gigs {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 600px) {
    .highlight .highlighttop {
        font-size: 0.5em;
    }
}

@media only screen and (max-width: 900px) {
    .pastgigs {
        font-size: 0.8em;
    }
}

@media only screen and (max-width: 600px) {
    .tikker .tikker2 {
        font-size: 1.5em;
    }
}


@media screen and (min-width: 900px) {
    .headerhandy {
        display: none;
    }
}


img  {
  max-width: 100%;
  height: auto;
}
