@font-face { font-family: 'gravity';
             src: url('../fonts/Gravity-Book.otf') format('opentype'); }; /*--- Gravity Regular Font --*/
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	color: #F3603F; /*--- Font Color --*/
	font-family: gravity, arial, sans-serif;
	text-align: center;
    line-height: 110%;
    margin: 0;
}
img {
	max-width: 100%;
}
header {
	height: 180px;
	width: 100%;
    top: 0;
}
#header-inner {
	max-width: 1200px;
	margin: 0 auto;
}
/*--- Language --*/
#header-left {
    float: left;
    margin-left: 5%;
    margin-top: 0.5%;
}
#language {
    color: #F3603F;
    text-decoration: none;
    
}
/*--- Contact --*/
#header-top {
    max-width: 1200px;
    height: 26px;
    float: right;
    margin-right: 5%;
}
#button {
    font-size: 18px;
    line-height: 35px;
    width: 110px;
    height: 35px;
    border-radius: 15px;
    text-align: center;
    background-color: #F3603F;
    display: block;
    text-decoration: none;
    margin: 2px;
    color: #FFF;
    transition: .3s;
}
#button:hover {
    color: #000;
}
/*--- Logo --*/
#header-center {
    max-width: 1200px;
    padding-top: 5px;
}
#logo {
    display: block;
    margin: 0 auto;
    padding: 0;
}
/*--- Links ANIMATION und ILLUSTRATION --*/
nav {
    font-size: 30px;
    margin-top: 1%;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#logo-list{
    margin-left: -10px;
    letter-spacing: 3px;
    font-size: 100%;
}
nav ul li {
    display: inline-block;
}
nav ul li a {
    color: #F3603F;
    text-decoration: none;
}
a:hover, .current {
    text-decoration: underline;
}
nav a:visited { 
    color: #F3603F;
}
#logo-und {
    font-size: 26px;
}
/*--- Start Inner Wrapper---*/
#inner-wrapper {
    max-width: 1200px;
    margin-top: 1%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.index-video {
    padding-bottom: 17%;
}
/*--- Start animation.html---*/
#animation-overview {
    width: 50%;
    float: left;
    padding: 1%;
}
/*--- Start animation.html ---*/
#animation-box {
    padding: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.responsive-video {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
#animation-info {
    float: right;
    width: 45%;
    padding: 1%;
}
#animation-info p {
    font-size: 85%;
    border-bottom: 1px solid #F3603F;
}
h2 {        
    font-size: 105%;
    font-weight: normal;
    padding: 0;
    margin:0;  
}
#animation-info h2{
    padding-bottom: 1.6%;
}
#animation-info a {
    text-decoration: none;
    color: #F3603F;
}
#animation-info a:visited {
    color: #F3603F;
}
#animation-info a:hover {
    color: #000;
}
#animation-info img {
    padding-top: 2%;
}
aside {
    text-align: left;
}
aside ul {
    padding-left: 0px;
    padding-right: 3%;
}
aside p {
    margin-top: 0.5%;
    margin-bottom: 3%;
    color: #000;
    font-size: 75%;
}
.animation-info-next{
    float:right;
}
p.animation-nav {
    font-size: 250% !important;
    border-bottom: none !important;
}
p.animation-nav a {
    color: #F3603F !important;
    text-decoration: none;
}
p.animation-nav a:visited {
    color: #F3603F !important;
}
p.animation-nav a:hover {
    color: #000 !important;
}
.illu-info-next{
    /* float:center; */
}
p.illu-info{
	color: #000;
}
p.illu-nav {
    font-size: 250% !important;
    border-bottom: none !important;
}
p.illu-nav a {
    color: #F3603F !important;
    text-decoration: none;
}
p.illu-nav a:visited {
    color: #F3603F !important;
}
p.illu-nav a:hover {
    color: #000 !important;
}
/*--- Impressum ---*/
.impressum {
    padding: 3%;
}
.impressum h1 {
    font-size: 200%;
    margin-bottom: 2%;
    padding-bottom: 2%;
}
.impressum h2 {
    font-size: 120%;
    text-decoration: underline;
    padding-bottom: 0.5%;
}
.impressum p{
    line-height: 150%;
}
.impressum a {
    color: #000;
    text-decoration: none;
}
.impressum a:visited {
    color: #000;
}
.impressum-back {
    float:right;
}
p.impressum-nav {
    font-size: 350% !important;
    border-bottom: none !important;
}
/*--- Kontakt ---*/
#contact-info {
    float: left;
    width: 45%;
    padding: 1%;
    padding-left: 4%;
}
#contact-info h2 {
    text-align: center;
}
#contact-info p {
    border-bottom: 1px solid #F3603F;
    text-align: right;
}
#contact-info a {
    color: #F3603F;
    text-decoration: none;
}
#contact-info a:visited {
    color: #F3603F;
}
#contact-overview {
    width: 45%;
    float: right;
    padding: 1%;
}
#contact-overview p {
    padding: 0 15%;
    font-size: 85%;
}
#contact-overview a {
    color: #F3603F;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    padding: 1.5%;
}
#contact-overview a:visited {
    color: #F3603F;
}
/*--- Start Footer ---*/
footer {
    display: block;
}
footer h3 {
    color: #F3603F;
}
footer p {
    color: #F3603F;
    text-align: center;
}
.footerimpressum {
	color: #F3603F;
}
footer a {       
    color: #F3603F;
    text-decoration: none;
}
.clearfix {
	clear: both;
}
/*--- Start Footer Second ---*/
footer.second {
    border-top: 1px solid #FFF;
    max-height: 50px;
    padding-top:  0.5%;
    padding-bottom: 1%;
}
footer p {
    margin: 0;
    font-size: 70%;
}
.animation-portfolio img {
	max-width: 25%;
}
.animation-portfolio video {
	max-width: 25%;
}

/*--- //////////////////////////////////// Media Queries //////////////////////////////---*/
@media screen and (max-width: 425px) {
    header {
	   height: auto;
    }
    #header-top {
		float: right;
		margin-right: 2%;
		margin-bottom: 3%;
    }
    nav {
        font-size: 120%;
    }
    #logo-und {
        font-size: 110%;
    }
    #inner-wrapper {
        width: 100%;
    }
    #index-animation-link {
		margin-top: 2.5%;
    }
    #animation-overview {
        width: 100%;
        margin-bottom: 5%;
        margin-top: 2.5%;
    }
    #animation-info {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 5%;
    }
    aside ul {
        padding: 0 5%;
    }
    p.animation-nav {
        text-align: left !important;
    }
    #illustration-dummy {
        margin-top: 2.5%;
    }
    footer p {
        padding: 2% 0;
        line-height: 80%;
    }
    .footerimpressum {
        text-align: center;
        padding: 2% 0;
        padding-top: 1%;
    }
	footer.second {
    padding-bottom: 4%;
	}
    #contact-info {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;        
    }
    #contact-info p {
    text-align: center;
    }
    #contact-overview {
        width: 100%;
        padding: 0;
        text-align: center;
        margin-bottom: 5%;  
    }
    .impressum h1 {
		font-size: 150%;
    }
    #animation-box {
		padding-top: 3%;
		padding-bottom: 1%;
    }
	.animation-portfolio img {
	max-width: 75%;
	}
	.animation-portfolio video {
		max-width: 75%;
	}   
}













