html, body {
    height: 100%;
}

body {
	font-family: 'Ubuntu', Arial, sans-serif;
	background-color: #0c0c0c;
    color:#fff;
    position: relative;
}

img, a {
    outline: none;
}

a:hover {
    color:#fff;
}

/* head */

.head {
    max-width: 68.2em;
    margin:0 auto;
    overflow: hidden;
}
.head h1 {
    margin: 0;
}
.head a#logo {
    background: transparent url("../images/elq.svg") 0 0 no-repeat;
    width: 73px;
    height: 38px;
    text-indent: -9999px;
    overflow: hidden;
    background-size: 100% auto;
    float: left;
    margin: 20px 0;
}

.head .nav {
    float: right;
    margin: 20px 30px 0 0;
    font-size: 1.2em;
    font-style: italic;
}

/* contact */

#contact {
    display: none;
    max-width: 66em;
    margin: 90px auto;
    text-align: center;
}

.innerContact {
    display: inline-block;
    text-align: center;
}

.innerContact a {
    font-size: 5em;
    font-style: italic;
    padding-left: 150px;
    background: transparent url("../images/mail.png") 0 0 no-repeat;
    min-height: 96px;
    display: inline-block;
    color: #fff;
    opacity: 0.7;
}

.innerContact a:hover {
    opacity: 1;
}

.copy {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: transparent url("../images/copy.png") 11px -42px no-repeat;
    text-indent: -9999px;
    cursor: pointer;
    float: right;
    margin-left: 10px;
    color:#0c0c0c;
    -webkit-transition:200ms ease-out;
    -moz-transition:200ms ease-out;
    -o-transition:200ms ease-out;
    transition:200ms ease-out;
}
.copy:hover {
    background-position: 11px 10px;
    background-color: #fff;
    -webkit-transition:200ms ease-out;
    -moz-transition:200ms ease-out;
    -o-transition:; 200ms ease-out;
    transition:200ms ease-out;
}

.copied {
    background: #fff;
    background-position: 80px 10px;
    text-indent: 0;
    line-height: 4.3;
    font-size: 0.8em;
    font-weight: 600;
}

.showmore {
    margin: 40px 0 0;
    font-size: 1.3em;
    cursor: pointer;
    color:#575757;
}
.showmore:hover {
    color: #fff;
 }
.showmore span {
    display: block;
    letter-spacing: 0.3em;
    cursor: pointer;
}

.socialstuff {
    display: none;
    margin: 20px 0;
}
.socialstuff a {
    height: 63px;
    width: 58px;
    display: inline-block;
    background: transparent url("../images/xing.png") 0 5px no-repeat;
    text-indent: -999px;
    overflow: hidden;
    margin: 0 5px;
    opacity: 0.7;
    -webkit-transition:100ms linear;
    -moz-transition:100ms linear;
    -o-transition:100ms linear;
    transition:100ms linear;
}

.socialstuff a.facebook {
    background: transparent url("../images/facebook.png") 0 5px no-repeat;
}
.socialstuff a.linkedin {
    background: transparent url("../images/linkedin.png") 0 5px no-repeat;
}
.socialstuff a.twitter {
    background: transparent url("../images/twitter.png") 0 5px no-repeat;
    width: 61px;
}
.socialstuff a:hover {
    background-position:0 0;
    opacity: 1;
    -webkit-transition:100ms linear;
    -moz-transition:100ms linear;
    -o-transition:100ms linear;
    transition:100ms linear;
}

/* grid styling */

li .adressbar {
    position: relative;
    top: 0;
    left: 0;
    height: 30px;
    background: #d0d0d0;
    border-radius: 5px 5px 0 0;
}
li .adressbar .dots {
    position: absolute;
    top: 8px;
    left:10px;
    width: 94%;
}
li .adressbar .dot {
    background: #acacac;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    float: left;
}

li .adressbar .urlbar {
    background: #acacac;
    float: right;
    border-radius: 3px;
    height: 18px;
    width: 74%;
    margin-top: -2px;
}

.grid li.space {
    float: none;
    width: 100%;
    padding: 0;
}

.videoonclick img {
    cursor: pointer;
    z-index: 4;
    position: relative;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}
.videoonclick img:hover {
    opacity: 0;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}

li>a {
    background: transparent url("../images/link.png") center center no-repeat;
}

li>a>img {
    opacity: 1;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}
li>a>img:hover {
    opacity: 0.5;
    -webkit-transition:opacity 500ms ease-out;
    -moz-transition:opacity 500ms ease-out;
    -o-transition:opacity 500ms ease-out;
    transition:opacity 500ms ease-out;
}

.videoasset {
    position: absolute;
    left:0;
    top:0;
    z-index: 3;
    padding: 7px;
}

/* video fullscreen */
.expand {
    position: absolute;
    right: 30px;
    bottom: 30px;
    height: 24px;
    width: 25px;
    background: transparent url("../images/expand.png") 0 0 no-repeat;
    z-index: 1;
    cursor: pointer;
}
.expand:hover {
    z-index: 3;
}

video {
    position: relative;
    z-index: 2;
    cursor: default;
}
video:hover {
    z-index: 0;
}

#overlay {
    position: fixed;
    background: #000;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    display: none;
}
#overlay iframe {
    display: none;
}

#ovlycontainer {
    height: 100%;
    overflow: auto;
}

.overlaycontent {
    max-width: 960px;
    margin: 0 auto;
    color:#fff;
}

.haftung {
    color:#8F8F8F;
}

#close {
    position: absolute;
    right: 60px;
    top: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff url("../images/close.png") center center no-repeat;
    z-index: 999;
    cursor: pointer;
}

h1 {
    padding: 0 7px;
}


#footer {
    text-align: center;
    font-size: 11px;
    padding: 10px 0 20px;
}


@media only screen and (max-width:900px){

    .innerContact a {
        font-size: 3em;
        padding-left: 22%;
        min-height: 80px;
        background-size: 15% auto;
    }
    .copy {
        display: none;
    }

    #contact {
        max-width: 100%;
    }
}

@media only screen and (max-width:481px){
    .innerContact a {
        font-size: 1.5em;
        padding-left: 22%;
        min-height: 50px;
        background-size: 20% auto;
    }
    .copy {
        display: none;
    }
    
}