@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    margin: 0px;
}
    
* {
	margin: 0;
	padding:0;
}

body {
        background-image:url(images/concrete06g.jpg);
        font-family: 'Lora', serif;
	font-size:10px;
	background-color: #e6e6e6;
}

h1 {
        margin:25px 0px 15px 0px;
        font-size:4em;
	color:#4b4c4e;
	text-align:left;
        font-family: 'Lora', serif;
        font-weight: 400;
        line-height: 100%;
}

h2 {
        margin:0px 1px 0px 17px;
	font-size:1.9em;
	color:#4b4c4e;
	text-align:left;
        font-family: 'Lora', serif;
        font-weight: 400;
        line-height: 143%;
}

h3 {
        margin:10px 1px 0px 17px;
	font-size:2.5em;
	color:#77787b;
	text-align:left;
        font-family: 'Lora', serif;
        font-weight: 400;
        line-height: 210%;
}

h4 {
        margin:-150px 0px 0px 0px;
	font-size:1.2em;
	color:#a0b26b;
	text-align: left;
        font-family: 'Lora', serif;
        font-weight: 400;
        line-height: 210%;
}


p.beschreibung {
        margin: 0px 10px 80px 17px;
        padding-bottom: 15px;
	font-size:1.6em;
        font-style: normal;
	color: 	#4b4c4e;
	text-align:left;
        font-family: 'Lora', serif;
        font-weight: 400;
        line-height: 145%;
}

p.imprint {
        margin: 0px 10px 80px 43px;
        padding-bottom: 15px;
	font-size:1.2em;
	color: 	#717274;
	text-align:left;
        font-family: 'Lora', serif;
        font-weight: 400;
        line-height: 150%;
    
    }

div#main{
    margin: 0px auto 0 auto;
    width: 100%;
    height: auto;
    min-height: 100px;
}

div.container {
        margin: 0px auto 0 auto;
        width: 300px;
}

div.headbild {
    margin-left: 0px;
    margin-top:0px;
    width: 0px;
    height: 0px;
    }
    
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
    
.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
 
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
 
	-webkit-animation-duration:1s;
	-moz-animation-duration:1s;
	animation-duration:1s;
        -webkit-animation-delay: 0.3s;
-moz-animation-delay: 0.3s;
animation-delay: 0.3s;
}
       
      
.gabriel {
    text-decoration: none;
    color: #558991;
    }
    
.gabriel:hover {
    text-decoration: none;
    color: #18A9A9;
    }
    
.rautehell {
    color: #9ec7c7;
    }

h2 a.beschreibung2 {
    text-decoration: none;
    border-bottom:2px solid #BABAC0;
    color: #426a71;
    }
    
h2 a.beschreibung2:hover {
    border-bottom:2px solid #18A9A9;
    color: #18A9A9;
    }
    
h2 a.beschreibung3 {
    text-decoration: none;
    border-bottom:2px solid #BABAC0;
    color: #426a71;
    }
    
h2 a.beschreibung3:hover {
    text-decoration: none;
    border-bottom:2px solid #18A9A9;
    color: #18A9A9;
    }
    
.ueber {
    text-decoration: none;
    color: #558991;
    }
    
.ueberimprint {
    font-size:2.8em;
    text-decoration: none;
    color: #558991;
    }
    
.link {
    color: #558991; 
    text-decoration: none;
    border-bottom:1px solid #BABAC0; 
    }
    


/*	--------------------------------------------------
	FLAGS
	-------------------------------------------------- */    

ul#language {
    width: 350px;
    }

ul#language li {
    float:left;
    display:inline;
}

ul#language li a {
    display:block;
}
           
a.de {
    height:20px;
    width:34px;
    background-image:url(images/germany1_40x24.gif);
    opacity: 0.7;
    background-position:center;
    background-repeat:no-repeat;
    border: 1px solid #BABAC0;
    margin-left:170px;
    margin-top:-10px;
    margin-bottom:10px;
    }
            
a.de:hover {
    background-image:url(images/germany2_40x24.gif);
    opacity: 0.9;
    background-position:center;
    background-repeat:no-repeat;
    }
    
a.uk {
    height:20px;
    width:34px;
    background-image:url(images/uk1_40x24.gif);
    opacity: 0.7;
    background-position:center;
    background-repeat:no-repeat;
    border: 1px solid #BABAC0;
    margin-left:10px;
    margin-top:-10px;
    margin-bottom:10px;
    }
            
a.uk:hover {
    background-image:url(images/uk2_40x24.gif);
    opacity: 0.9;
    background-position:center;
    background-repeat:no-repeat;
    }

a.it {
    height:20px;
    width:34px;
    background-image:url(images/italy1_40x24.gif);
    opacity: 0.7;
    background-position:center;
    background-repeat:no-repeat;
    border: 1px solid #BABAC0;
    margin-left:10px;
    margin-top:-10px;
    margin-bottom:10px;
    }
    
            
a.it:hover {
    background-image:url(images/italy2_40x24.gif);
    opacity: 0.9;
    background-position:center;
    background-repeat:no-repeat;
    }
 
 
/*	--------------------------------------------------
	BACK BUTTON
	-------------------------------------------------- */  
      
div.firstarrow {
    background-image:url(images/arrow.svg);
    background-position:center;
    background-repeat:no-repeat;
    margin: 50px 0px 0px 0px;
    height:80px;
    width: 100%;
    background-color: #FFFFFF;
    opacity:0.4;
    }
    
div.firstarrow:hover {
    background-image:url(images/arrow2.svg);
    background-position:center;
    background-repeat:no-repeat;
    }
    
div.arrow {
    background-image:url(images/arrow.svg);
    background-position:center;
    background-repeat:no-repeat;
    margin: 30px 0px 0px 0px;
    height:80px;
    width: 100%;
    background-color: #FFFFFF;
    opacity:0.4;
    }
    
div.arrow:hover {
    background-image:url(images/arrow2.svg);
    background-position:center;
    background-repeat:no-repeat;
    }
    
div.lastarrow {
    background-image:url(images/arrow.svg);
    background-position:center;
    background-repeat:no-repeat;
    margin: 300px 0px 0px 0px;
    height:80px;
    width: 100%;
    background-color: #FFFFFF;
    opacity:0.4;
    }
    
div.lastarrow:hover {
    background-image:url(images/arrow2.svg);
    background-position:center;
    background-repeat:no-repeat;
    }
      
div.anker {
        position: relative;
        top:-80px;
}                                          
                                               

/*	--------------------------------------------------
	BILDER
	-------------------------------------------------- */

ul.bilder {
	clear:both;
	/*width:700px;
	height:100px;*/
	list-style:none;
        margin-top:-75px;
        margin-left:17px;
}

ul.bilder li {
        float:left;
	/*display:inline;*/
}

div.bildermilan {
    height: 2716px;
    }
    
div.bilderinnovation {
    height: 865px;
    }
    
div.bilderdesign {
    height: 1190px;
    }
    
div.bildertrend {
    height: 2716px;
    }
    
div.bilderlecturer {
    height: 1775px;
    }
    
div.bilderstory {
    height: 865px;
    }

.milan-image {
        height:441px;
        width:284px;
        margin-right:14px;
        margin-bottom:10px;
}

.lecturer-image {
        height:284px;
        width:284px;
        margin-right:14px;
        margin-bottom:10px;
}

.design-image {
        width:284px;
        margin-right:14px;
        margin-bottom:10px;
}

.innovation-image {
        width:284px;
        margin-right:14px;
        margin-bottom:10px;
}

.story-image {
        width:284px;
        margin-right:14px;
        margin-bottom:10px;
}




/*	--------------------------------------------------
	SPACE
	-------------------------------------------------- */
        
div#space {
        clear:both;
        height: 105px;
}

/*	--------------------------------------------------
	HEADER
	-------------------------------------------------- */

div#header {
        position:fixed;
        top:0px;
        z-index: 102;
        height: 0px;
        width: 100%;
        background-color:#FFFFFF;
        border-top: 1px solid #DADAE6;
        opacity:1;
}

div#headercentral {
    	margin: auto;
        width:952px;
        height:15px;
        padding-top: 18px;
        padding-left: 96px;
}

                                           
/*	--------------------------------------------------
	FOOTER
	-------------------------------------------------- */

div#footershape {  
        position: fixed;
        bottom: 0px;
        z-index: 102;
        height: 50px;
        width: 100%;
        background-color:#FFFFFF;
}

div#footercentral {
    	margin: auto;
        width:330px;
        height:75px;
        padding-top: 10px;
        padding-left: 8px;
}

ul#footer {
	clear:both;
	/*width:700px;
	height:100px;*/
	list-style:none;
	font-size:12px;
        background-color: #5184af;
}

ul#footer li {
        float:left;
	display:inline;
}

ul#footer li a {
        display:block;
}


ul#footer li a.linkedin_index{
    	height:30px;
        width:30px;
	background-image:url(images/linkedin_index2.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin-left:10px;
}

ul#footer li a.linkedin_index:hover{
    	height:30px;
        width:30px;
	background-image:url(images/linkedin_index.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin:0px 0px 0px 10px;
}

ul#footer li a.xing_index{
    	height:30px;
        width:30px;
	background-image:url(images/xing_index2.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin-left:10px;
}

ul#footer li a.xing_index:hover{
    	height:30px;
        width:30px;
	background-image:url(images/xing_index.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin:0px 0px 0px 10px;
}

ul#footer li a.twitter_index{
    	height:30px;
        width:30px;
	background-image:url(images/twitter_index2.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin-left:10px;
}
ul#footer li a.twitter_index:hover{
    	height:30px;
        width:30px;
	background-image:url(images/twitter_index.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin:0px 0px 0px 10px;
}

ul#footer li a.facebook_index{
    	height:30px;
        width:30px;
	background-image:url(images/facebook_index2.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin-left:10px;
}

ul#footer li a.facebook_index:hover{
    	height:30px;
        width:30px;
	background-image:url(images/facebook_index.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin:0px 0px 0px 10px;
}

ul#footer li a.instagram_index{
    	height:30px;
        width:30px;
	background-image:url(images/instagram_index2.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin-left:10px;
}

ul#footer li a.instagram_index:hover{
    	height:30px;
        width:30px;
	background-image:url(images/instagram_index.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin:0px 0px 0px 10px;
}

ul#footer li a.post_index{
    	height:30px;
        width:30px;
	background-image:url(images/post_index2.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin-left:10px;
}

ul#footer li a.post_index:hover{
    	height:30px;
        width:30px;
	background-image:url(images/post_index.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin:0px 0px 0px 10px;
}

ul#footer li a.imprint_index{
    position: absolute;
    right: 20px;
    	height:32px;
        margin-left:20px;
        margin-top:8px;
        font-family: 'Lora', serif;
        font-weight: 400;
        font-size:0.9em;
	text-decoration:none;
	color:#0B7B7B;
}

ul#footer a.imprint_index:hover {
	color:#18A9A9;
}


