/*  VARIABLES */

:root {
    --yellowColor: #f8ab15;
    --yellowColorHover: #b2611e;
    --darkColor: #333;
    --darkHoverColor: #000;
    --bgColor: #f7f7f7;
    --greyColor: #c4c4c4;
}

/*  FONTS  */

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans-Bold.ttf);
    font-weight: bold;
}

/* GENERAL */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    text-align: left;
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: 100%;

    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treated as min-height*/
    top: 0px;
}

img {
    max-width: 100%;
}

h1 {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

h2 {
    width: 100%;
    font-size: 2em;
    color: var(--greyColor);
    font-weight: bold;
}

h3 {
    font-size: 2em;
    color: var(--greyColor);
    font-weight: bold;
    margin-top: 30px;
}

h4 {
    margin-left: 10px;

    color: var(--yellowColor);
}

p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em;
    margin-top: 2em;
}

.gimmePointer {
    cursor: pointer;
}

.fullH{
    height: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index:10;
}

.whiteFont {
    color:white !important;
}

/* LINKS */
a:link, a:visited {
    text-decoration: none;
    color: var(--darkColor);
}
a:hover, a:active {
    color: var(--yellowColor);
}

a.blink:link, a.blink:visited {
    text-decoration: none;
    color: var(--yellowColor);
}
a.blink:hover, a.blink:active {
    color: var(--yellowColorHover);
}

a.menu:link, a.menu:visited {
    text-decoration: none;
    color: var(--darkHoverColor);
}
a.menu:hover, a.menu:active {
    color: var(--darkHoverColor);
}

a.white:link, a.white:visited {
    text-decoration: none;
    color: white;

}

a.white:hover, a.white:active {
    color: var(--yellowColor);
}

/* MENU */
ul.menu {
    font-size: 1.8em;
    color: var(--darkColor);
    position: absolute;
    width: 100%;
    bottom: 0;
}

ul.menu li:hover {
    color: var(--darkHoverColor);
    padding:0;
}

.menumarker {

}

.menuRect {
    height: 1.45em;
    background-color: var(--yellowColor);
    position:relative;
    display: block;
    top:-1.45em;
    width: 0px;
    z-index:-1;
    left:0px;
}

/* CONTENT START  */

.slideIcon {
    height:100%;
}

.slideIconContainer {
    height:500px;
}

.slideList {
    font-size: 1.3em;
    line-height: 1.5em
}

.banner {
    width: 100%;
    height: 624px;
    overflow: hidden;
    background-image: url("/img/verlauf_01.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner02 {
    background-image: url("/img/verlauf_02.jpg");
}

.banner03 {
    background-image: url("/img/verlauf_03.jpg");
}

.banner04 {
    background-image: url("/img/verlauf_04.jpg");
}

.banner05 {
    background-image: url("/img/verlauf_05.jpg");
}

.banner06 {
    background-image: url("/img/verlauf_06.jpg");
}

.banner07 {
    background-image: url("/img/verlauf_07.jpg");
}

.banner08 {
    background-image: url("/img/verlauf_08.jpg");
}


.ffTags {
    font-size: 1.0em;
    color: var(--yellowColor);
    line-height: 1.5em;
    background-color: var(--bgColor);
    /*border-right: 10px solid white;
    border-bottom: 10px solid white;*/
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100%;
}

.kunden {
    display: inline-block;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 1.3em;
    background-color: var(--bgColor);

    margin-bottom: 6px;
    color: #f8ac1a;
    width: 180px;
}

.kunden:hover {
    background-color: white;
    /*color: white;*/
}

.interHeader {
    padding: 20px 30px;
    color: var(--greyColor);
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;

}

/* PRINT */

.plakatImg {

}


/* MUSIC */

.playerButtons {
    width: 100px;
    padding: 10px;
    font-size: 1.5em;
}

.playerSymbols {
    height: 30px;
    filter: invert();
}

.btn-outline-light:hover {
    background-color: #ffffff66 !important;
}

/* SOUNDDESIGN */

.playerButtonsSD {
    width: 70px;
    padding: 5px;
    font-size: 1.5em;
}

.playerSymbolsSD {
    height: 24px;
    filter: invert();
}

.btn-outline-light:hover {
    background-color: #ffffff66 !important;
}

.wFSD {
    position: absolute;
    top: -16px;
    height: 38px;
    width: 100%;
    overflow: hidden;
}

.cover {
  max-width:410px;
}

/* IMPRESSUM */
.imprText {
    margin-left: 30px;

}

/* LIGHTCASE */

a[class*='lightcase-icon-'].lightcase-icon-next,
a[class*='lightcase-icon-'].lightcase-icon-close,
a[class*='lightcase-icon-'].lightcase-icon-prev {
    color: white;
}

a[class*='lightcase-icon-'].lightcase-icon-next {
    right: 30%;
}

a[class*='lightcase-icon-'].lightcase-icon-prev {
    left: 30%;
}

/* MOBILE */

@media screen and (max-width: 1200px) {
    .noMobile {
        display: none;
    }

    a[class*='lightcase-icon-'].lightcase-icon-next {
        right: 25%;
    }

    a[class*='lightcase-icon-'].lightcase-icon-prev {
        left: 25%;
    }

    .ffTags {
        font-size: 1.0em;
    }

}

@media screen and (max-width: 990px) {
    
    body {
        font-size: 14px;
    }

    a[class*='lightcase-icon-'].lightcase-icon-next {
        right: 15%;
    }

    a[class*='lightcase-icon-'].lightcase-icon-prev {
        left: 15%;
    }

    .noMobile {
        display: none;
    }

    a.menu {
        font-size: 1.7em;
    }

    .slideIcon {
        height: auto;

        margin-left: auto;
        margin-right: auto;
    }

    .slideIconContainer {
        height: auto;
    }

    .slideList {
        text-align: center;
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .interHeader {
        text-align: center;
        font-size: 1.7em;
        line-height: 1.2em;
    }

    .banner {
        height: 420px;
    }

    .mobileImg {
        width: 70%;
    }

    .mobileList {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .codeImage {
        max-width: 250px;
    }

    .imprText {
        margin-left: 5px;
    }

    h2 {
        /*text-align: center;*/
    }

    .playerButtons {
        width: 60px;
        padding: 10px;
        font-size: 1.5em;
    }

    .navbar-toggler {
        border: 0;
    }

    .fullH {
        height: auto;
    }
    
    .cover {
      max-width: 100%;
      max-height:320px;
    }
}

@media screen and (max-width: 1024px) {
    .banner02, .banner08, .banner04 {
    height: auto;
    }
}