@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('webfont/bebasneue-webfont.eot');
    src: url('webfont/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('webfont/bebasneue-webfont.woff') format('woff'), url('webfont/bebasneue-webfont.ttf') format('truetype'), url('webfont/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: 'bebas_neueregular';
    font-weight: normal;
    letter-spacing: 0.05em;
}
h1,
h2,
h3 {
    font-weight: normal;
    color: #3873b9;
}
h1 {
    font-size: 5.5vw;
    margin-top: 0.47em;
    margin-bottom: 0.1em;
}
a {
    color: #808080;
}
#topimage {
    width: 100%;
}
main {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#band {
    text-align: center;
    width: 55%;
    padding-bottom: 20px;
}
#content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
}
#live {
    position: relative;
    background-color: #1b2f46;
    color: #fff;
    width: 35%;
    padding: 25px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
#media {
    width: 65%;
    background-color: #d6e0e8;
}
#media iframe {
    width: 100%;
}
#media {
    padding: 6%;
    text-align: center;
}
#media img {
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.musicians {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0.5em;
}
hr {
    border: none;
    border-bottom: dotted 1px #666;
}
.datum {
    padding-top: 1.8em;
    padding-bottom: 0.4em;
    color: #78a0c3;
}
.link {
    padding-bottom: 0.7em;
}
.ort {
    padding-bottom: 0.3em;
}
#live a {
    color: #a2b4c3;
}
#live .link {
    margin-bottom: 0;
    padding-bottom: 1em;
}
#live p {
    margin-bottom: 0px;
    margin-top: 0px;
}
.video {
    position: relative;
    height: 0;
    overflow: hidden;
}
#band .video {
    width: 75%;
    padding-bottom: 42%;
    margin: 12.5%;
    margin-top: 1em;
    margin-bottom: 1em;
}
#band .video:first-of-type {
    margin-top: 3em;
}
#media .video {
    width: 100%;
    padding-bottom: 56%;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}
#media .video:first-of-type {
    margin-top: 3em;
}
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#facebook {
    width: 40px;
}
#video_1 {
    display: none;
}
#video_2 {
    display: inherit;
}
@media only screen and (max-width:1500px) {
    h1 {
        font-size: 6.5vw;
    }
    #video_1 {
        display: inherit;
    }
    #video_2 {
        display: none;
    }
    #live {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    #live img {
        width: 25%;
    }
    #grammo {
        margin-top: 20px;
        width: 35%;
    }
    #band {
        width: 65%;
    }
    #content {
        width: 35%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #live,
    #media {
        width: auto;
    }
}
@media only screen and (max-width:800px) {
    main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #media {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    #live {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    #video_2 {
        display: inherit;
    }
    #video_1 {
        display: none;
    }
    #band,
    #content {
        width: 100%;
        text-align: center;
    }
    h1 {
        font-size: 10vw;
    }
    .musicians {
        font-size: 1.5em;
    }
}
