@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* shadows-into-light-regular - latin */
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/shadows-into-light-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/shadows-into-light-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/shadows-into-light-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/shadows-into-light-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/shadows-into-light-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/shadows-into-light-v15-latin-regular.svg#ShadowsIntoLight') format('svg'); /* Legacy iOS */
}
/* encode-sans-condensed-300 - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/encode-sans-condensed-v10-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/encode-sans-condensed-v10-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/encode-sans-condensed-v10-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/encode-sans-condensed-v10-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/encode-sans-condensed-v10-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/encode-sans-condensed-v10-latin-300.svg#EncodeSansCondensed') format('svg'); /* Legacy iOS */
}
/* encode-sans-condensed-regular - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/encode-sans-condensed-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/encode-sans-condensed-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/encode-sans-condensed-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/encode-sans-condensed-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/encode-sans-condensed-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/encode-sans-condensed-v10-latin-regular.svg#EncodeSansCondensed') format('svg'); /* Legacy iOS */
}
/* encode-sans-condensed-500 - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/encode-sans-condensed-v10-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/encode-sans-condensed-v10-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/encode-sans-condensed-v10-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/encode-sans-condensed-v10-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/encode-sans-condensed-v10-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/encode-sans-condensed-v10-latin-500.svg#EncodeSansCondensed') format('svg'); /* Legacy iOS */
}
/* encode-sans-condensed-600 - latin */
@font-face {
  font-family: 'Encode Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/encode-sans-condensed-v10-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/encode-sans-condensed-v10-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/encode-sans-condensed-v10-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/encode-sans-condensed-v10-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/encode-sans-condensed-v10-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/encode-sans-condensed-v10-latin-600.svg#EncodeSansCondensed') format('svg'); /* Legacy iOS */
}


/* CSS reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption,
th {
    text-align: left;
    width: 100px;
    vertical-align: top;
}
th, td{
    padding:10px 0;
    border-bottom:1px solid #ccc;
}

fieldset,
img {
    border: 0;
}

input {
    border: 1px solid #b0b0b0;
    padding: 3px 5px 4px;
    color: #979797;
    width: 190px;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

hr{
    margin:20px 0;
    border-color: #ccc;
}


a {
    color: #aa3e03;
    text-decoration: none;
    display: inline-block
}
a:hover {
    text-decoration: underline;
    display: inline-block
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}

h2.cont,
.box h2,
p.intro,
.link,
.codrops-top ul.right,
.logo span,
a.current-demo,
.aktuell h2 {
    font-family: 'Shadows Into Light', cursive;
}

h2 {
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0 10px 0;
}

h3 {
    margin-top: 30px;
    font-size: 20px;
}

p {
    margin: 5px 30px 20px 0;
    font-family: 'Encode Sans Condensed', sans-serif;
    line-height: 24px;
}

p.intro {
    font-size: 20px;
    line-height: 28px;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.half {
    width: 45%;
    margin-right: 3%;
}
.half1{
    width: 30%;
    margin-right: 3%;
}
.half2{
    width: 60%;
    margin-right: 3%;
}
.half1.images img{
    width: 100%;
    margin-bottom:15px;
    position: relative;
}
.half1.images {
    margin:0;
    padding:5px 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.clear{
    clear: both;
}


/* General Demo Style */

body.start {
    background: #000;
    font-weight: 400;
    font-size: 15px;
    color: #aa3e03;
    overflow-y: hidden;
    overflow-x: hidden;
}

body.start a.cover {
    display: block;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    margin-bottom: -60px;
}
h3 span.autor{
	position:absolute;
	display:block;
	font-size:20%;
	}

body {
    font-family: 'Encode Sans Condensed', sans-serif;    font-weight: 400;
    font-size: 15px;
}

body,
html {
    padding-bottom: 100px;
}

.ie7 body {
    overflow: hidden;
}
.content {
    margin-top:70px !important;
}
.content a {
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #aa3e03;
    text-decoration: none;
}
a.but {
    padding:2px 5px;
    border:1px solid #aa3e03;
    border-radius: 4px;
    margin:10px 10px 15px 0;
    float: left;
}
a.but:hover {
    background:#eee;
    text-decoration: none !important;
}

.content a:hover {
    text-decoration: underline;
}

.container {
    position: relative;
    text-align: center;
}

.clr {
    clear: both;
}

.container {
    margin: 120px 0px 10px 0px;
    position: relative;
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-align: left;
}

.container>.detail {
    margin-top: 0px;
}
.image-first{
    width: 300px;
    float: left;
    margin:5px 20px 20px 0;
}

.container>.start {
    margin-top: 250px;
    text-align: center;
}

 h1 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 50px;
    line-height: 50px;
    position: relative;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 0px 0px 5px 0px;
    margin: 10px 0 10px 0;
}

.container>.start h1 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 35px;
    line-height: 35px;
    position: relative;
    font-weight: 400;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    padding: 0px 0px 5px 0px;
    margin: 0
}

.box a {
    font-family: 'Encode Sans Condensed', sans-serif;
    color: #000 !important;
    font-size: 14px;
    background: #eee;
    position: relative;
    width: 25%;
    height: 430px;
    padding: 20px;

    margin: 0 5% 5% 0;
    overflow: hidden;
    float: left
}
.box.weitere a {
    width: 91%;

}
.box a .abgespielt{
    background: url(../images/abgespielt.svg) -50px -50px no-repeat;
    background-size: 60%;
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.box a p {
    margin: 5px 0 10px 0;
    line-height: 18px;
}

.box a:hover {
    background: #ddd;
    text-decoration: none;
}

.box a img {
    width: 100%;
    height: auto;
}

.box a h2 {
    color: #000 !important;
    font-size: 24px;
    margin: 10px 0;
    font-weight: normal;
}

.link {
    background: url(../images/arrow-2.svg) no-repeat 0 0;
    color: #000 !important;
    padding-left: 60px;
    margin-top: 40px;
    font-size: 17px;
    display: block;
}

a.current-demo {
    background: url(../images/arrow-white.svg) no-repeat 0 0;
    padding-left: 100px;
    font-size: 20px;
    color: #fff;
}

.box a:hover .link,
a.current-demo:hover {
    background-position: 5px 0;
}

#slippry-demo h1 {
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    font-size: 130px;
    position: absolute;
    bottom: 0;
    z-index: 999;
    color: #fff;
    margin: 0 auto;
}

.container>header h1 span {}

.container>header.start h2,
p.info {
    font-size: 16px;
    font-style: italic;
    color: #f8f8f8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

.container .inner {
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 30px 0 20px;
    position: relative;
}

.inner.profil img {
    float: left;
}

.inner.profil .text {
    width: 75%;
    float: right;
    padding-right: 30px;
}

.inner.profil p {
    margin-bottom: 20px;
    font-size: 14px;
    /* line-height: 30px; */
}


/* Header Style */

header {
    text-align: center;
}

.codrops-top {
    font-family: Arial, sans-serif;
    height: 70px;
    line-height: 24px;
    font-size: 11px;
    width: 100%;
    background: #000;
    opacity: 0.9;
    z-index: 1000;
    position: fixed;
    top: 0px;
    -moz-box-shadow: 1px 0px 2px #000;
    -webkit-box-shadow: 1px 0px 2px #000;
    box-shadow: 1px 0px 2px #000;
}

.codrops-top ul.right {
    float: right;
    margin: 30px 0 0 0;
    font-size: 20px;
    margin-right: 65px;
    letter-spacing: 2px;
}

.codrops-top ul.right li {
    display: inline;
    color: #aa3e03;
}

.codrops-top ul.right li a {
    padding: 0px 35px 0 0px;
    letter-spacing: 1px;
    text-transform: uppercase;

    color: #666;
    float: left;
}
.codrops-top .icon{
    width:27px; 
    margin: 3px 10px 0 0; 
    float:left;
}

.codrops-top ul.right li a:hover,
.codrops-top ul.right li.active a {
    color: #fff !important;
}

p.codrops-demos {
    display: block;
    padding: 15px 0px;
}

.logo {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1001;
    display: block;
    text-align: left;
    font-size: 12px;
    font-family: 'Encode Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: light;
	color:#fff;
}

.logo a {
    z-index: 1001;
    color: #999;
}

.logo a:hover {
    color: #fff;
    text-decoration: none;
}

.logo span {
    font-size: 27px;
}

p.codrops-demos a,
{
    display: inline-block;
    border: 1px solid #6d0019;
    padding: 4px 10px 3px;
    font-size: 13px;
    line-height: 18px;
    margin: 2px 3px;
    font-weight: 800;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #a90329;
    background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a90329), color-stop(44%, #8f0222), color-stop(100%, #6d0019));
    background: -webkit-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -o-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: -ms-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
    background: linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
}

p.codrops-demos a:hover {
    background: #6d0019;
}

p.codrops-demos a:active {
    background: #6d0019;
    background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6d0019), color-stop(56%, #8f0222), color-stop(100%, #a90329));
    background: -webkit-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
    background: -o-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
    background: -ms-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
    background: linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
}

footer {
    position: fixed;
    bottom: 0;
    background: #000;
    opacity: .9;
    width: 100%;
    padding-top: 10px;
    height: 25px;
    text-align: center;
    color: #999;
    font-size: 12px;
    font-family: 'Encode Sans Condensed', sans-serif;
    text-transform: uppercase;
}

footer a {
    color: #999;
}

footer a:hover {
    color: #fff;
}


/* Media Queries */

@media screen and (max-width: 1400px) {
    #slippry-demo h1 {
        font-size: 120px;
    }
}

@media screen and (max-width: 1240px) {
    #slippry-demo h1 {
        font-size: 100px;
    }
    .box a {
        width: 41%;
        height: 550px;
    }
}

@media screen and (max-width: 1140px) {
    #slippry-demo h1 {
        font-size: 100px;
    }
    .box a {
        width: 90%;
        height: auto;
    }
    .box a .abgespielt{
        background: url(../images/abgespielt.svg) -30px -30px no-repeat;
        background-size: 30%;
    }
}

@media screen and (max-width: 1038px) {
    #slippry-demo h1 {
        font-size: 90px;
    }
    .inner.profil img {
        margin: 0 10px 30px 0;
    }
    .inner.profil .text {
        width: 70%;
    }
}

@media screen and (max-width: 978px) {
    #slippry-demo h1 {
        font-size: 75px;
    }

    .half, .half1, .half2 {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 40px;
    }
    .inner.profil img {
        float: none;
        margin: auto;
    }
    .inner.profil .text {
        width: 100%;
        float: none;
        padding-right: 0px;
        text-align: left;
    }
}

@media screen and (max-width: 767px) {
    .container>header h1 {
        margin-top: 30px;
        line-height: 50px;
    }
    .container>header.start {
        margin-top: 150px;
    }
    p.codrops-demos {
        position: relative;
        top: auto;
        left: auto;
    }
    #slippry-demo {
        margin-top: 70px !important;
    }
    #slippry-demo h1 {
        display: none;
    }
    .codrops-top ul.right {
        margin-right: 15px;
    }
    .codrops-top ul.right li a {
        padding: 0px 10px 0 10px;
        float: none;
    }
    .box a .abgespielt{
        background-size: 45%;
    }
}
@media screen and (max-width: 616px) {
    .image-first{
        width: 100%;
    }


}

@media screen and (max-height: 540px) {
    .container>header.start,
    #slippry-demo h1 {
        display: none;
    }


}