body {
    font-family: courier-std, "Courier-New", Courier, monospace;
    /* chose a fallback font*/
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #FF1493;
    /*das ist tutti Pink*/
    text-align: left;
    background-color: black;
}


/*DARK MODE*/

@media screen and (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: #FF1493;
    }
}

.back {
    width: "100%";
}

.name {
    line-height: 1.1;
    margin-bottom: 2%;
    color: white;
}

.name-p {
    line-height: 1.2;
    margin-bottom: 5%;
    color: #FF1493;
}

.name-p-top-last {
    line-height: 1;
    color: #FF1493;
}

h1 {
    font-family: 'Beth Ellen', cursive;
}

h2 {
    font-size: 0.8;
    margin-bottom: -1%;
    margin-top: 1%;
}

h2.white {
    color: white;
    font-size: 0.8;
    margin-bottom: -1%;
    margin-top: 1%;
}

h3 {
    font-size: 0.8;
    margin-bottom: -1%;
    margin-top: 1%;
}

span.pink-bg {
    background-color: #FF1493;
}

.text {
    font-family: 'Beth Ellen', cursive;
}

.glow {
    font-size: 3vw;
    color: #fff;
    text-align: left;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
}

.impressum {
    font-size: smaller;
}

.thx {
    font-size: large;
    font-weight: normal;
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    to {
        text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}


/* HOME */

#marquee-container {
  width: 100%;
  overflow: hidden;
  background-color: #FF1493;
  padding: 10px 0;
  margin-top: 3%;
  margin-bottom: 2%;
  white-space: nowrap;
  position: relative;
}

#marquee-text {
  display: inline-block;
  white-space: nowrap;
  font-size: 3.5vw;
  font-weight: bold;
  color: black;
  animation: marquee-slide linear infinite;
  will-change: transform;
  padding-left: 100%;
}

#marquee-container:hover #marquee-text {
  animation-play-state: paused;
}

@keyframes marquee-slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media (max-width: 750px) {
  #marquee-container {
    margin-bottom: 3%;
  }
  #marquee-text {
    font-size: max(4.5vw, 20px);
    padding-left: 80%;
  }
}


/* ticket blink */

.blink {
    animation: blink-animation 0.5s steps(10, start) infinite;
    -webkit-animation: blink-animation 0.5s steps(10, start) infinite;
    color: black;
    background-color: #FF1493;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 800;
}

.black {
    color: #000;
}

.photo-credit {
    display: block;
    text-align: right;
}

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

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


/* this used to be the index background group photo */


/*
.start-image {
  background-image: url("star.png");
  height: 55rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
*/

#left-column {
    margin-top: 0 !important;
    padding-top: 0 !important;
    white-space: pre-line;
  }

  

.start-text {
    text-align: center;
    position: absolute;
    top: 60%;
    left: 50%;
    font-size: 300%;
    transform: translate(-50%, -50%);
    color: inherit;
}

.centered {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: inherit;
}

#site-logo {
    max-width: 180px;
    margin-left: 5px;
}

a.nav-link {
    margin-top: 30px;
    color: #FF1493;
}

nav.sticky-top {
    background-color: black;
}

a {
    color: #FF1493;
}

a.none {
    color: black;
}

a.white {
    color: white;
}

a:hover {
    color: lightgrey;
    text-decoration: overline;
}

a:active {
    color: #FF1493;
    text-decoration: underline;
}

a.left {
    margin-left: 250px;
}

a.right {
    margin-right: 50px;
}

p.block {
    font-size: 18px;
    text-align: justify;
    color: white;
}

p.left {
    font-size: 20px;
    text-align: left;
    color: white;
}

p.left-pink {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    color: #FF1493;
}

p.left-pink-minus {
    padding-top: 35px;
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    color: #FF1493;
}




  

p.bu {
    font-size: 0.8rem;
}


/*Trennlinie*/

hr {
    border: 0;
    clear: both;
    display: block;
    width: 96%;
    background-color: #FF1493;
    height: 1px;
}


/* Main container */

.overlay-image {
    position: relative;
    width: 100%;
}


/* Original image */

.overlay-image .image {
    display: block;
    width: 100%;
    height: auto;
}


/* Original text overlay */

.overlay-image .text {
    color: #fff;
    font-size: 30px;
    line-height: 1.5em;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}


/********* Overlay on hover *******/


/* New overlay on hover */

.overlay-image .hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}


/* New overlay appearance on hover */

.overlay-image:hover .hover {
    opacity: 1;
}


/********* Background and text only overlay on hover *******/

.overlay-image .normal {
    transition: .5s ease;
}

.overlay-image:hover .normal {
    opacity: 0;
}

.overlay-image .hover {
    background-color: rgba(0, 0, 0, 0.5);
}


/* Make the image fully responsive */

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.container-fluid {
    border-style: none;
}

.home {
    text-align: center;
}

.row {
    padding: 10px;
    margin: 5px;
    border-style: none;
}

.col-2 {
    padding: 1px;
    border-style: solid;
}

.col-3 {
    padding: 1px;
    border-style: solid;
}

.col-4 {
    padding: 1px;
    border-style: solid;
}

.col-5 {
    padding: 1px;
    border-style: solid;
}

.col-6 {
    padding: 1px;
    border-style: solid;
}

.col-7 {
    padding: 1px;
    border-style: solid;
}

.col-9 {
    padding: none;
    margin: none;
    border-style: solid;
}


/* try to make the crew seem quadratisch*/

.quadrat {
    padding: 10px;
    height: 25%;
    width: 25%;
}

.fixed-bottom {
    background-color: black;
    position: relative;
}


/*video in frame*/

.wrap-element {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

#video {
    position: absolute;
    top: 2%;
    left: 3%;
    width: 97%;
    height: 90%;
    border: 0;
}

#mutebtn {
    color: black;
    font-weight: bold;
    background-color: #FF1493;
    border: none;
    float: right;
    margin-top: 15%;
    margin-right: 3%;
}


/* Video in Background */

@media (max-width: 750px) {
    /*Trennlinie*/
    hr {
        border: 0;
        clear: both;
        display: block;
        width: 96%;
        background-color: #FF1493;
        height: 1px;
    }
    #label {
        position: relative;
    }
    .start-text {
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 200%;
        transform: translate(-50%, -50%);
        color: inherit;
    }
    /*video in frame*/
    .wrap-element {
        position: relative;
        overflow: hidden;
        /*padding-top: 56.25%;*/
    }
    #video {
        position: absolute;
        top: 12%;
        left: 3%;
        width: 78%;
        height: 57%;
        border: 0;
    }
    .tv {
        width: 100%;
        margin-top: 35%;
        margin-left: 50%;
        transform: translate(-50%, -50%);
        margin-bottom: -30%;
    }
    #mutebtn {
        color: black;
        font-weight: bold;
        background-color: #FF1493;
        border: none;
        float: right;
        margin-right: 3%;
    }
    /* the video frame on the homepage */
    div.row {
        padding: 0;
        margin: 0;
    }
    p.block {
        text-align: left;
        color: white;
    }
    p.bu {
        font-size: 0.6rem;
    }
    img {
        padding: 5px;
        margin: 5px;
    }
    a {
        color: #FF1493;
    }
    a.none {
        color: black;
    }
    a:hover {
        color: lightgrey;
        text-decoration: overline;
    }
    a:active {
        color: #FF1493;
        text-decoration: underline;
    }
    a.nav-link {
        margin-top: 2px;
        color: #FF1493;
    }
    a.left {
        margin-left: 0px;
    }
    .navbar-toggler-icon {
        width: 47px;
        margin-left: -5px;
        height: 34px;
        background-color: #FF1493;
        border: solid;
    }
    .line {
        width: 100%;
        float: left;
        height: 2px;
        color: black;
        margin-bottom: 9px;
        z-index: 1000;
    }
    .image {
        justify-content: space-around;
    }
    .marquee {
        width: 100%;
        line-height: 20px;
        background-color: #FF1493;
        color: black;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
    }
    .glow {
        font-size: 6vw;
        color: #fff;
        text-align: center;
        -webkit-animation: glow 1s ease-in-out infinite alternate;
        -moz-animation: glow 1s ease-in-out infinite alternate;
        animation: glow 1s ease-in-out infinite alternate;
    }
    @keyframes glow {
        from {
            text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
        }
        to {
            text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
        }
    }
    /* trash tv */
    .wrap-element {
        position: relative;
        overflow: hidden;
        padding-top: 56.25%;
    }
    #video {
        position: absolute;
        top: 2%;
        left: 3%;
        width: 97%;
        height: 90%;
        border: 0;
    }
    #mutebtn {
        color: black;
        font-weight: bold;
        background-color: #FF1493;
        border: none;
        float: right;
        margin-top: 15%;
        margin-right: 3%;
    }
}


/* CREW */

#tutticrew {
    vertical-align: bottom;
}

#label {
    position: absolute;
    bottom: 0;
    padding-bottom: 5%;
}

h3.crew {
    line-height: 0.95em;
}


/* WORK */


/* Zitate */

.zitat {
    font-size: 0.8em;
    padding-left: 5%;
}

.zitat_neu {
    font-size: 1em;
    padding-left: 5%;
}

.italic {
    font-size: 0.8em;
    font-style: italic;
}

.img-flex {
    justify-content: flex-start;
}


@media (max-width: 750px) {
  .row {
    display: flex;
    flex-wrap: wrap;
  }

  .col-sm-3, .col-sm-6 {
    flex: 1 1 100%;
    max-width: 100%;
  }

  #left-column, #middle-column, #right-column {
    min-height: 150px;
    box-sizing: border-box;
  }
}

