@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:14px;
	background-color: #e6e6e6;
}

h1 {
        margin:-125px 0px 10px 20px;
        font-size:4em;
	color:#558991;
	text-align:left;
        font-family: 'Lora', serif;
        font-weight: 400;
        line-height: 130%;
}

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

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

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


p.beschreibung {
        margin: -10px 10px 80px 43px;
        padding-bottom: 25px;
        font-style: normal;
	font-size:1.2em;
	color: 	#717274;
	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:1em;
	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:100%;
    min-height: 1000px;
}

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

div.headbild {
    margin-left: 670px;
    margin-top:50px;
    width: 330px;
    height: 250px;
    background-image: url(images/gabriel11.png); 
    background-repeat: no-repeat;
    }
    
@-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: #558991;
    }
    
h2 a.beschreibung2:hover {
    border-bottom:2px solid #18A9A9;
    color: #18A9A9;
    }
    
h2 a.beschreibung3 {
    text-decoration: none;
    border-bottom:2px solid #BABAC0;
    color: #558991;
    }
    
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: 1000px;
    }

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

ul#language li a {
    display:block;
}
           
a.de {
    height:24px;
    width:40px;
    background-image:url(images/germany1_40x24.gif);
    opacity: 0.5;
    background-position:center;
    background-repeat:no-repeat;
    border: 1px solid #BABAC0;
    margin-left:449px;
    margin-top:-52px;
    }
            
a.de:hover {
    background-image:url(images/germany2_40x24.gif);
    opacity: 0.8;
    background-position:center;
    background-repeat:no-repeat;
    }
    
a.uk {
    height:24px;
    width:40px;
    background-image:url(images/uk1_40x24.gif);
    opacity: 0.5;
    background-position:center;
    background-repeat:no-repeat;
    border: 1px solid #BABAC0;
    margin-left:504px;
    margin-top:-52px;
    }
            
a.uk:hover {
    background-image:url(images/uk2_40x24.gif);
    opacity: 0.8;
    background-position:center;
    background-repeat:no-repeat;
    }

a.it {
    height:24px;
    width:40px;
    background-image:url(images/italy1_40x24.gif);
    opacity: 0.5;
    background-position:center;
    background-repeat:no-repeat;
    border: 1px solid #BABAC0;
    margin-left:559px;
    margin-top:-52px;
    }
            
a.it:hover {
    background-image:url(images/italy2_40x24.gif);
    opacity: 0.8;
    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: -130px 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: 80px 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: 500px 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:-112px;
}                                          
                                               

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

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

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

div.bildermilan {
    height: 897px;
    }
    
div.bilderinnovation {
    height: 644px;
    }
    
div.bilderdesign {
    height: 890px;
    }
    
div.bilderstory {
    height: 644px;
    }
    
div.bildertrend {
    height: 897px;
    }
    
div.bilderlecturer {
    height: 583px;
    }

.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:433px;
        margin-right:14px;
        margin-bottom:10px;
}

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

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




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

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

div#header {
        position:fixed;
        top:0px;
        z-index: 102;
        height: 42px;
        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 {
	/*margin: 0 auto;
        width:100%;
        height:100%;
        background-color:#FFFFFF;*/
        
        position:fixed;
        bottom:0px;
        z-index: 102;
        height: 80px;
        width: 100%;
        background-color:#FFFFFF;
        /*border-top: 1px solid #DADAE6;*/
}

div#footercentral {
    	margin: auto;
        /*width:360px;*/
        width:952px;
        height:75px;
        padding-top: 15px;
        padding-left: 36px;
}

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:46px;
        width:46px;
	background-image:url(images/linkedin_index2.svg);
	background-position:center;
	background-repeat:no-repeat;
        margin-left:30px;
}

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

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

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

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

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

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

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

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

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

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

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

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


