@charset "UTF-8";
@font-face {
    font-family: fontello;
    font-weight: 400;
    font-style: normal;
    src: url(../font/fontello.woff2) format("woff2"), url(../font/fontello.woff) format("woff")
}

[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-link:before {
    content: '\e800'
}

.icon-emo-wink:before {
    content: '\e801'
}

.icon-emo-laugh:before {
    content: '\e812'
}

.icon-instagram:before {
    content: '\f16d'
}

.icon-soundcloud:before {
    content: '\f1be'
}

.icon-facebook:before {
    content: '\f230'
}

.icon-mixcloud:before {
    content: '\f289'
}

.icon-youtube:before {
    content: '\f289'
}

@font-face {
    font-family: Roboto;
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(../font/roboto-300.woff2) format("woff2"), url(../font/roboto-300.woff) format("woff")
}

@font-face {
    font-family: Roboto;
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(../font/roboto-700.woff2) format("woff2"), url(../font/roboto-700.woff) format("woff")
}

@font-face {
    font-family: Roboto;
    font-display: auto;
    font-style: normal;
    font-weight: 100;
    src: local("Roboto Thin"), local("Roboto-Thin"), url(../font/roboto-100.woff2) format("woff2"), url(../font/roboto-100.woff) format("woff")
}

@-webkit-keyframes logo {
    from {
        opacity: 0;
        transform: translateX(-5rem)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes logo {
    from {
        opacity: 0;
        transform: translateX(-5rem)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes counters {
    from {
        opacity: 0;
        transform: translateY(2rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes counters {
    from {
        opacity: 0;
        transform: translateY(2rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

* {
    padding: 0;
    margin: 0;
    box-sizing: inherit
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit
}

html {
    font-size: 62.5%
}

body {
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 1.6;
    overflow-y: scroll;
    font-size: 1.6rem
}

em {
    font-weight: 700;
    color: #1e9ee0;
    font-style: normal
}

.content {
    max-width: 120rem;
    margin: 0 auto;
    padding: 0 2rem
}

header {
    background-image: url('../img/website_lines.jpg');
}

.header {
    background-image: url('../img/website_lines.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 72.5vh, 0 85vh);
    clip-path: polygon(0 0, 100% 0, 100% 72.5vh, 0 85vh)
}

@media only screen and (max-width: 56.25rem) {
    .header {
        height: 80vh;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 67.5vh, 0 80vh);
        clip-path: polygon(0 0, 100% 0, 100% 67.5vh, 0 80vh);
    }

    .header img {
        width: 40vw;
    }
}

.header div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

.header img {
    max-width: 40%;
    height: 80%;
    margin-right: 5vw;
    -webkit-animation: logo 1s ease-out .3s backwards;
    animation: logo 1s ease-out .3s backwards
}


@media only screen and (max-width: 56.25rem) {
    .header img {
        max-width: 50%
    }
}

@media only screen and (max-width: 31.25rem) {
    .header img {
        max-width: 75%
    }
}

section {
    margin-bottom: 7rem
}

section:last-child {
    margin-bottom: 3rem
}

section h3 {
    font-size: 3rem;
    color: #b33091;
    margin-bottom: 2rem;
    position: relative;
    transition: all .2s ease
}

section h3::before {
    content: '#';
    position: absolute;
    left: 0;
    color: #ddd;
    opacity: 0;
    transition: all .2s ease
}

section:hover h3 {
    padding-left: 2.5rem
}

section:hover h3::before {
    opacity: 1
}

section > p {
    margin-bottom: 2rem
}

.counters {
    text-align: center;
    line-height: 1.1;
    font-weight: 100;
    display: flex;
    justify-content: space-around;
    align-items: center;
    -webkit-animation: counters .5s ease-out .7s backwards;
    animation: counters .5s ease-out .7s backwards
}

.counters .counter {
    font-size: 1rem
}

@media only screen and (max-width: 56.25rem) {
    .counters .counter {
        font-size: .8rem
    }
}

@media only screen and (max-width: 31.25rem) {
    .counters .counter {
        font-size: .7rem
    }
}

.counters .counter-pre {
    font-size: 3em
}

.counters .counter-count {
    font-size: 7em
}

.counters .counter-post {
    font-size: 3.5em
}

.counters .counter-time {
    color: #b33091
}

.counters .counter-tickets {
    color: #1e9ee0
}

.info {
    text-align: center;
    line-height: 1.1;
    font-weight: 100;
    color: #b33091;
    font-size: 3em
}

@media only screen and (max-width: 56.25rem) {
    .info {
        font-size: 2.4em
    }
}

@media only screen and (max-width: 31.25rem) {
    .info {
        font-size: 2em
    }
}

.info span {
    display: block;
    font-size: .7em;
    margin-top: .5rem
}

.info a {
    position: relative
}

.info a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #1e9ee0
}

.tickets {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.tickets .ticket {
    width: 30%;
    border-radius: .7rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: all .3s ease;
    margin-bottom: 2rem;
    margin-right: 5%;
    background: #fff;
    color: #1e9ee0;
    border: .3rem solid #1e9ee0
}

.tickets .ticket:last-child {
    margin-right: 0
}

.tickets .ticket:hover {
    transform: translateY(-.75rem) scale(1.02);
    box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, .15)
}

.tickets .ticket.ticket-disabled:hover {
    transform: none;
    box-shadow: none
}

.tickets .ticket-disabled {
    background: #fff;
    color: #ddd;
    border-color: #ddd
}

.tickets .ticket-link {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.tickets .ticket-part1 {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.tickets .ticket-title {
    font-size: 2rem;
    padding: 1rem 1rem 0;
    text-transform: uppercase;
    font-weight: 700
}

.tickets .ticket-info {
    padding: .5rem 1rem 1rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1
}

.tickets .ticket-disabled .ticket-info {
    color: #ddd
}

.tickets .ticket-part2 {
    padding: 1rem;
    font-weight: 700;
    font-size: 2rem;
    border: 0 dotted #ddd;
    border-top-width: .25rem;
    position: relative;
    margin: 0 2rem
}

.tickets .ticket-part2::after, .tickets .ticket-part2::before {
    position: absolute;
    content: '';
    display: block;
    background: #fff;
    width: 1rem;
    height: 2rem;
    top: -1.3rem;
    border: .3rem solid #1e9ee0
}

.tickets .ticket-part2::before {
    left: -2.3rem;
    border-left-width: 0;
    border-radius: 0 2rem 2rem 0
}

.tickets .ticket-part2::after {
    right: -2.3rem;
    border-right-width: 0;
    border-radius: 2rem 0 0 2rem
}

.tickets .ticket-disabled .ticket-part2 {
    border-color: #ddd
}

.tickets .ticket-disabled .ticket-part2::after, .tickets .ticket-disabled .ticket-part2::before {
    border-color: #ddd
}

@media only screen and (max-width: 56.25rem) {
    .tickets .ticket {
        width: 100%;
        flex-direction: row;
        align-items: stretch;
        margin-right: 0
    }

    .tickets .ticket-link {
        flex-direction: row
    }

    .tickets .ticket-part2 {
        border-top-width: 0;
        border-left-width: .25rem;
        margin: 2rem 0;
        flex: 0 0 8rem;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .tickets .ticket-part2::after, .tickets .ticket-part2::before {
        width: 2rem;
        height: 1rem;
        left: -1.3rem
    }

    .tickets .ticket-part2::before {
        top: -2.3rem;
        border-top: 0;
        border-left-width: .3rem;
        border-radius: 0 0 2rem 2rem
    }

    .tickets .ticket-part2::after {
        bottom: -2.3rem;
        top: auto;
        border-bottom: 0;
        border-right-width: .3rem;
        border-radius: 2rem 2rem 0 0
    }
}

.list1 {
    position: relative;
    border-radius: .5rem;
    overflow: hidden
}

.list1 .list1-bg {
    background-image: url(../img/djs.jpg);
    background-size: cover;
    background-position: center 60%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all .3s ease
}

.list1:hover .list1-bg {
    transform: scale(1.1)
}

.list1 .list1-list {
    text-align: center;
    display: flex;
    color: #fff;
    position: relative
}

.list1 .list1-item {
    padding: 1rem;
    transition: all .3s ease;
    height: 20rem;
    position: relative;
    text-align: center;
    flex-grow: 1
}

.list1 .list1-title {
    font-size: 2rem;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 7.25rem;
    transition: all .3s ease
}

.list1 .list1-sublist {
    transition: all .3s ease;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 1rem;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.list1 .list1-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 7.25rem;
    transition: all .3s ease
}

.list1 .list1-link {
    position: relative;
    transition: all .3s ease
}

.list1 .list1-link::before {
    position: absolute;
    right: -1rem;
    top: 0;
    transition: all .3s ease;
    opacity: 0;
    font-size: 2rem
}

.list1 .list1-link:hover {
    padding-right: 2rem
}

.list1 .list1-link:hover::before {
    opacity: 1
}

.list1 .list1-item:hover {
    background: rgba(30, 158, 224, .75)
}

.list1 .list1-item:hover .list1-title {
    top: 1rem
}

.list1 .list1-item:hover .list1-info {
    bottom: .5rem
}

.list1 .list1-item:hover .list1-sublist {
    opacity: 1
}

@media only screen and (max-width: 56.25rem) {
    .list1 .list1-list {
        flex-direction: column
    }

    .list1 .list1-item {
        height: 15rem
    }

    .list1 .list1-title {
        top: 4.75rem
    }

    .list1 .list1-info {
        bottom: 4.75rem
    }
}

.list2 {
    text-align: center;
    display: flex;
    border-radius: .5rem;
    overflow: hidden
}

.list2 .list2-item {
    transition: all .3s ease;
    flex-grow: 1;
    height: 20rem;
    position: relative;
    color: #fff;
    overflow: hidden
}

.list2 .list2-bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease
}

.list2 .list2-item-jsandnork .list2-bg {
    background-image: url(../img/jsandnork.jpg);
    background-position: 50% 25%
}

.list2 .list2-item-fotobox .list2-bg {
    background-image: url(../img/fotobox.jpg);
    background-position: 50% 10%
}

.list2 .list2-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1
}

.list2 .list2-title {
    font-size: 2rem;
    position: absolute;
    top: 7.2rem;
    transition: all .3s ease;
    text-transform: uppercase;
    background: rgba(30, 158, 224, .75);
    padding: .5rem 1rem;
    border-radius: .3rem
}

.list2 .list2-noinfo .list2-title {
    top: 9rem
}

.list2 .list2-info {
    position: absolute;
    bottom: 7.2rem;
    transition: all .3s ease;
    background: rgba(30, 158, 224, .75);
    padding: .5rem 1rem;
    border-radius: .3rem
}

.list2 .list2-content {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 4rem;
    bottom: 3rem;
    opacity: 0;
    transition: all .3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.list2 .list2-links {
    display: flex;
    font-size: 3.5rem
}

.list2 .list2-link a {
    opacity: .5;
    transition: all .3s ease
}

.list2 .list2-link a:active, .list2 .list2-link a:focus, .list2 .list2-link a:hover {
    opacity: 1
}

.list2 .list2-item:hover .list2-bg {
    transform: scale(1.2)
}

.list2 .list2-item:hover .list2-wrapper {
    background: rgba(30, 158, 224, .75)
}

.list2 .list2-item:hover .list2-title {
    top: 1rem;
    background: 0 0
}

.list2 .list2-item:hover .list2-info {
    bottom: .5rem;
    background: 0 0
}

.list2 .list2-item:hover .list2-content {
    opacity: 1
}

@media only screen and (max-width: 56.25rem) {
    .list2 {
        flex-direction: column
    }

    .list2 .list2-item {
        height: 15rem
    }

    .list2 .list2-title {
        top: 4.7rem
    }

    .list2 .list2-noinfo .list2-title {
        top: 6.3rem
    }

    .list2 .list2-info {
        bottom: 4.7rem
    }
}

.footer {
    background: #0b0e38;
    color: #fff;
    padding: 10rem 0 3rem;
    -webkit-clip-path: polygon(0 12.5vh, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 12.5vh, 100% 0, 100% 100%, 0 100%)
}

@media only screen and (max-width: 31.25rem) {
    .footer {
        -webkit-clip-path: polygon(0 10vh, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 10vh, 100% 0, 100% 100%, 0 100%)
    }
}

.footer .footer-info, .footer .footer-social {
    position: relative;
    margin-bottom: 5rem
}

.footer .footer-info::after, .footer .footer-social::after {
    content: '';
    position: absolute;
    width: 30%;
    height: .1rem;
    background: linear-gradient(to right, transparent, #fff 10%, #fff 90%, transparent);
    bottom: -2.5rem;
    left: 50%;
    margin-left: -15%;
    opacity: .1
}

.footer .footer-social {
    display: flex;
    justify-content: center;
    line-height: 1;
    font-size: 3rem
}

@media only screen and (max-width: 56.25rem) {
    .footer .footer-social {
        font-size: 2.5rem
    }
}

.footer .footer-social a {
    margin: 0 1rem;
    opacity: .5;
    transition: all .3s ease;
    display: block
}

.footer .footer-social a:active, .footer .footer-social a:focus, .footer .footer-social a:hover {
    opacity: 1;
    transform: scale(1.1) translateY(-.5rem)
}

.footer .footer-info {
    color: rgba(255, 255, 255, .5);
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center
}

.footer .footer-info a {
    text-decoration: underline
}

.footer .footer-info ul {
    margin-bottom: 1rem
}

.footer .footer-info li {
    display: inline-block;
    margin: 0 1.5rem
}

@media only screen and (max-width: 56.25rem) {
    .footer .footer-info li {
        margin: 0;
        display: block
    }
}

.footer .footer-sponsors {
    display: flex;
    justify-content: center;
    align-items: center
}

.footer .footer-sponsors img {
    width: 100%
}

.footer .footer-sponsors a {
    opacity: .5;
    transition: all .3s ease;
    margin: 0 3rem;
    width: 12rem;
    display: block
}

.footer .footer-sponsors a:active, .footer .footer-sponsors a:focus, .footer .footer-sponsors a:hover {
    opacity: 1;
    transform: scale(1.1) translateY(-.5rem)
}

@media only screen and (max-width: 56.25rem) {
    .footer .footer-sponsors a {
        width: 10rem;
        margin: 0 2rem
    }
}

@media only screen and (max-width: 31.25rem) {
    .footer .footer-sponsors a {
        width: 8rem;
        margin: 0 1.5rem
    }
}

.netzplan {
    max-width: 88vw;
    margin: 3vw;
}

@media only screen and (min-width: 56.25rem) {
    .netzplan {
        max-width: 50%;
        margin: 0;
    }
}

/*# sourceMappingURL=main.css.map */
