/* spieletechnik.tv custom css by Vargtimmen Mediagroup: http://vargtimmen.net */
/* padding and margin reset implemented as proposed by Bill Weinman */

/* DOM */

html {
    
    /*background-size: cover;*/
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url('../img/sttv_keyboard-bg.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
}
html, body, header, main, section, article, nav, aside, div, span, p, h1, h2, h3, h4, h5, h6, ul, li, table, tr, td {
    margin: 0px;
    padding: 0px;
}

html {
    height: 100%;
}

body {
    font-family: source_sans_proregular, Helvetica, Arial, sans-serif;
    height: 100%;
}

section {
    padding: 2em;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    color: #FFFFFF;
    background-color: #4D4D4D;
    text-align: right;
}

    footer nav {
        margin: 0em 3em 0em 0em;
        clear: both;
    }

    footer ul {
        clear: both;
        text-align: right;
    }

    footer li {
        list-style: none;
        margin-left: 3em;
        transition: opacity 0.5s;
        display: inline;
    }

a:link, a:visited {
    text-decoration: none;
}

a:link, a:hover, a:active, a:visited {
    color: inherit;
}

h1 {
    font-size: 2em;
    margin: 0em 0px;
}

h2 {
    font-size: 2em;
    font-family: source_sans_prolight;
}

h3 {
    font-size: 1.5em;
    font-family: source_sans_prolight;
}

p, ul {
    margin: 0.5em 0px;
}

video {
    position:relative;
    width:100%;
}
/* Classes */

.light {
    font-family: 'source_sans_prolight';
}

.logoHeader {
    text-align: right;
    margin-top: 0em;
    margin-bottom: 0em;
    width: 100%;
}

.logoContainer {
    display: inline;
    position: relative;
    max-width: 50%;
}
.logoContainer img {
    position:relative;
    max-width:100%;
}

.infoContainer {
    color: #4D4D4D;
    /*background-image: url('../img/sttv_keyboard-bg.jpg');*/
    font-size: 1.2em;
}

.sectionContent  {
    position:relative;
    max-width:1400px;
    padding:2em;
    margin:auto;
    overflow: hidden;
}

.infoContent {
    background-color: rgba(255, 255, 255, 0.8);
}

.bulletList li {
    list-style: square;
    margin-left: 1em;
}

.navbutton {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
    width:180px;
    height:84px;
    background:url("../img/tablet.png") no-repeat center;
    background-size:contain;
    color:black;
    font-size:1.5em;
}

/* # IDs */

#start {
    color: #FFFFFF;
    text-align: center;
    background-color: #000000;
    background-size: cover;
    background-image: url('../img/sttv-publikum2.jpg');
    margin-bottom:2em;
}

#startCombo {
    margin-top: 10em;
    text-align: center;
}

#mainHeading {
    font-weight: normal;
    font-size: 2em;
    margin-bottom: 2em;
}

#hotButton {
    margin-bottom: 2em;
}

    #hotButton img {
        width: 10em;
        height: 10em;
    }

#mainContact {
    font-size: 1.5em;
    text-align: center;
}

    #mainContact ul {
        display: inline-block;
    }

    #mainContact li {
        float: left;
        padding-left: 1em;
        padding-right: 1em;
        text-align: left;
    }

#mainContact li, #infoContact li {
    float: left;
    margin-right: 2em;
    text-align: left;
    list-style: none;
}

#imprint {
    display: block;
    clear: both;
    /*margin-top: 4em;*/
    margin-right: 3em;
    /*margin-bottom: 1em;*/
    margin-left: 0em;
    box-sizing: border-box;
    overflow: hidden;
    height: 0px;
    transition: all 0.5s;
}

.logohand {
    cursor: pointer;
}

/* Fonts */

@font-face {
    font-family: 'source_sans_proregular';
    src: url('../fonts/sourcesanspro-regular-webfont.eot');
    src: url('../fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'), url('../fonts/sourcesanspro-regular-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesanspro-light-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-light-webfont.woff') format('woff'), url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'), url('../fonts/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}
