
/*** GLOBAL SETTINGS ***/
body, html{
    background: #f2f5f7;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #424242;
}
a{
    color: #2d2d2d;
    text-decoration: none;
}
p{
	line-height: 22px;
}
ul li{
	margin-bottom: 5px;
}
.clear{ clear:both;}
.right{ float:right; }
.left{ float:left; }
.headline-1{
    display:block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;    
}
.headline-2{
    display:block;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: normal;
}
.headline-3{
    display:block;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}
.headline-4{
    display:block;
    margin-bottom: 5px;
    font-size: 23px;
    font-family: Arial;
    font-weight:normal;
}

.font--bold {
    font-weight: bold;
}

.font--center {
    text-align: center;
}

/*** HEADER ***/
#header{
    position: relative;   
    padding-bottom: 20px;
}
#header .flag-wrapper{
    background: url('../gfx/flag-wrapper.gif') no-repeat;
    width: 82px;
    height: 22px;
    padding: 5px 0 0 0;
    position: absolute;
    top: 0px; 
    right: 0px;  
    padding: 5px 0 0 0;
}
#header .flag-wrapper li{
    list-style: none;
    float:left;
}
#header .flag-wrapper li .flag-de, #header .flag-wrapper li .flag-de.inactive:hover{
    background: url('../img/flag-de-active.jpg') no-repeat;
    display:block;
    width: 25px;
    height: 15px;    
    margin :0 10px 0 10px;
}
#header .flag-wrapper li .flag-en, #header .flag-wrapper li .flag-en.inactive:hover{
    background: url('../img/flag-en-active.jpg') no-repeat;
    display:block;
    width: 25px;
    height: 15px;           
}

#header .flag-wrapper li .flag-en.inactive{
    background: url('../img/flag-en-inactive.jpg') no-repeat;   
}
#header .flag-wrapper li .flag-de.inactive{
    background: url('../img/flag-de-inactive.jpg') no-repeat;
    
}



#header .logo{
    background: url('../img/ascora-logo.png') no-repeat;
    width: 250px;
    height: 112px;
    float:left;
    margin: 25px 0 0 0;
}
#header .main-nav{
    float:right;
    margin: 75px 0 0 0;
}
#header .main-nav li{
    float:left;
    list-style: none;
    margin: 0 3px 0 0;
}
#header .main-nav li a{
    padding: 0 14px 0 14px;
    height: 40px;
    line-height: 40px;
    float:left;
    font-size: 13px;
    font-weight: bold;
    /* text-transform: uppercase;*/
    background: #f7f7f7;
}
#header .main-nav li a.active, #header .main-nav li a:hover{
    background: #0061a8;
    color:#fff;
}



/*** PAGE-WRAPPER ***/
#page-wrapper{
    width: 945px;
    padding: 0 17px 45px 25px;
    margin: 0 auto;
    background: #fff;
    min-height: 200px;
}



/*** HOME ***/
.slider-wrapper{
    position: relative;      
}
.slider-wrapper .welcome-label{
    position:absolute;
    right: 0px;
    top: 180px;
    z-index: 10000;
}
.nivoSlider {
    position:relative;
    border: 1px solid #f5f5f5;

}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

/** Technology Boxes **/

.technology-boxes {
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 15px;
    margin-bottom: 40px;
    padding: 0;
    float:left;
}

.technology-boxes li {
    background: url(../gfx/skills-divider.gif) right center no-repeat;
    float: left;
    list-style: none;
    text-align: center;
    position: relative;
    cursor: default;
    margin: 0;
}

.technology-boxes li span {
    width: 210px;
    height: 480px;
    padding: 0 13px 0 13px;
    float: left;
}

.technology-boxes li span:hover {
    background: #f2f2f2;
}

.technology-boxes li h2 {
    float: left;
    width: 200px;
}

.technology-boxes li p {
    float: left;
    width: 200px;
}

.skills-boxes{    
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    margin-top: 15px; 
    margin-bottom: 40px;
    padding: 0;
    float:left;
}
.skills-boxes.tabs{
    border: 1px solid #dfdfdf;
    margin:0;
} 
.skills-boxes li{
    background: url(../gfx/skills-divider.gif) right center no-repeat; 
    float:left;
    list-style: none;
    text-align:center;
	position: relative;
    cursor: default;
    margin: 0;
}

.skills-boxes li p{
	position:	absolute;
	top: 120px;
	width: 200px;
	line-height: 19px;
	
}


.skills-boxes li h2{
    display:block;    
    margin: 15px 0 20px 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.skills-boxes li a{
    float:left;   
    width: 210px;  
    height: 295px;
    padding: 0 13px 0 13px;   
}
.skills-boxes.tabs li a{         
    height: 135px;     
    width: 209px;
}
.skills-boxes li a.current{
    background-color: #f2f2f2;
}
.skills-boxes li a:hover{
    background-color: #f2f2f2;
}
.skills-boxes li.last{
    background-image: none;
}

.our-technology-box {
    display: block;
    background: #f2f2f2;
    width: 100%;
}

.technology-img {
    margin: 5px;
}

.technology-skills {
    padding-left: 10px;
    width: 800px;
}

.bx-wrapper{
	float:left;
}
.project-boxes{
    margin: 15px 0 0 0;
    padding: 0;
}
.project-boxes li{
    width: 240px;
    height: 218px;
    position:relative;
    display: block;
    list-style: none;
    float:left;    
    cursor: default;    
    background: url(../gfx/project-box-bg.png) no-repeat;
}
.project-boxes li.last{
    margin: 0;
}
.project-boxes li .headline-1{
    position: absolute;
    left:15px;
    bottom: 12px;
    text-transform: none;
}
.project-boxes li .img-wrapper{    
    width: 231px;
    height: 173px;
    line-height: 173px;
    display: block;
    text-align: center;    
}
.project-boxes li .img-wrapper img{
    vertical-align: middle;
}
.project-boxes li .flipside{
    background: #1061a8;
    color: #fff;
    display: block;
    z-index: 100;
    position: absolute;
    top: 0px;
    width: 200px;
    height: 199px;
    padding: 18px 10px 0 20px;
    left: 0px;    
    display:none;    
}
.project-boxes li .flipside p{
	line-height: 19px;
}
.project-boxes li .flipside strong{
    font-size: 15px;
}
.project-boxes li .flipside a{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: #f8f8f8;
    width: 100px;
    height: 28px;
    line-height: 28px;
    font-weight:bold;
    color: #000;
    text-align:center;
    font-size: 14px;
}
.project-boxes li .flipside a:hover{
    text-decoration:underline;
}

.projectslider-links{
	float:right;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 0 0;	
}
.projectslider-links li{
	float:left;
	margin-left: 10px;
}
.projectslider-links li a{
	color: #1061A8;
	
}
.projectslider-links li a:hover{
	text-decoration: underline;
}
.projectslider-links a.first{
	background: url(../img/list-divider.gif) no-repeat right 3px;
	padding-right: 10px;
	
}




/*** DEFAULT-PAGE ***/
.default-page .introbox{
    background: #f9f9f9;
    padding: 10px 60px 15px 325px;
    margin-bottom: 35px;
}
.panes{
	margin-top: 20px;
}
.default-page .page-row-wrapper{
    margin-bottom: 20px;
    float:left;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 20px;
}
.default-page .page-row-wrapper.last{
    border: 0;
}
.default-page .page-row-wrapper img{
    float:left;
}
.default-page .page-row-wrapper .page-row-right{
    float:left;
    width: 375px;
    padding-right: 40px;
    margin: 0 0 0 40px;
}
.default-page .page-row-wrapper .page-row-right a{
    color: #1061A8;
    text-decoration: underline;
}
.default-page .page-row-wrapper .page-row-right a:hover{
    color: #023f6b;
}
.default-page .page-row-wrapper .page-row-right h3{
    color: #1061a8;
}
/*** PC-APPLICATIONS ***/
.default-page.pc-apps .introbox{
    background: url(../img/fast50-ascora-software.png)  no-repeat 45px 20px #f9f9f9;
    min-height: 165px;
}
.default-page.pc-apps .introbox a{
    color: #1061A8;
    text-decoration: underline;
}
/*** WEB-APPLICATIONS ***/
.default-page.web-apps .introbox{
    background: url(../img/cat-img-web-apps.gif)  no-repeat 35px 70px #f9f9f9;
}
/*** INNOVATION ***/
.default-page.innovation .introbox{
    background: url(../img/siegel-2016.png)  no-repeat 20px 20px #f9f9f9;
}
.default-page.innovation .introbox ul li{
    float:left;
    width: 300px;
}

.video-iframe {
    clear: both;
    float:left;
}

.video-icon {
    margin-top: 3px;
    margin-left: 400px;
}

.alfred-video {
    margin-top: -100px;
    margin-left: 400px;
}

.accept-video {
    margin-top: -100px;
    margin-left: 400px;
}

.adventure-video {
    margin-top: -29px;
    margin-left: 400px;
}

.fa-3 {
    font-size: 3em;
    color: #0061a8;
}

/*** CONTACT ***/
.contact-left{    
    background: #F7F7F7;
    min-height: 500px;
    padding: 20px;    
    float:left;
    /* border: 1px solid #eaeaea;   */
    width: 260px;
    margin: 10px 0 0 0;
}
.contact-left .office-wrapper{
    margin: 0 0 15px 0;
}
.contact-left .contactinfo-wrapper{
    margin: 0 0 15px 0;
}
.contact-left .legalterms-wrapper{
    margin-bottom: 45px;
}
.contact-left .legalterms-wrapper label{
    width: 140px;
    float:left;
}



.contact-left .contactinfo-wrapper a:hover{
    text-decoration: underline;
}

.contact-left .contactinfo-wrapper label{
    float:left;
    width: 45px;
}
.contact-right{
    float:left;    
    padding: 0 0 0 70px;
    position: relative;
    min-height: 533px;
    width: 500px;
}
.contact-right #contactform label{
    display: block;
    margin: 0 0 5px 0;
}
.contact-right #contactform input{
    width: 500px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #c2c2c2;
    margin: 0 0 15px 0;
}

.contact-right #contactform label.error{
    display: none !important;
}
.contact-right #contactform input.error, .contact-right #contactform textarea.error {
    border: 2px solid #cd1f1f;
}

.contact-right #contactform textarea{
    height: 190px;
    border: 1px solid #c2c2c2;
    width: 496px;
    padding: 2px;    
}
.contact-right #contactform #submit-button{
    width: 110px;
    margin: 10px 0 0 0;
    background: #0075bd;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.contact-right #contactform #submit-button:hover{
    background: #056199;
}

/*** ABOUT US ***/
.company-quotation{
    font-size: 28px;
    text-align:center;
    padding: 15px 0 15px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    line-height: 30px;
}
.about-left{
    float:left;
    width: 600px;
}
.about-left a{
    color: #0061A8;
}
.about-left a:hover{
    text-decoration: underline;
}

.green_business {
    margin-top: 1em;
}

.about-right{
    float:right;
    width: 240px;
    padding: 0px 10px 20px 20px;
    background: #F7F7F7;
}
.team-wrapper{
    float:left;
    margin-bottom: 10px;
}
.team-wrapper .img-wrapper{
    border: 3px solid #f5f5f5;
    float:left;
    width: 170px;
    position: relative;
    margin: 0 3px 0 0;
    text-align: center;
}
.team-wrapper .img-wrapper span{
    background: url(../gfx/team-bg.png) repeat-x;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
    text-align:right;    
    padding: 4px 10px 0 0;
    line-height: 14px;
    height: 30px;
    width: 160px;
}
.team-wrapper .img-wrapper span strong{
    font-size: 14px;
    display: block;
}
.team-wrapper .content-wrapper{
    background: #f8f8f8;
    float:left;
    width: 390px;
    padding: 7px 10px 0 15px;    
    height: 170px;
}
.team-wrapper .content-wrapper strong{
    font-size: 14px;
    display:block;
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

/*** CONSULTING ***/
.img-wrapper-consulting{
    position: relative;
    float:left;
}
.img-wrapper-consulting .consulting-label{
    position: absolute;
    bottom: 80px;
    right: 0px;   
}


/*** JOBS ***/


.apply-lnk{
	float:left;
	margin: 55px 0 0 50px;
}
.job-offer-wrapper{
	margin-top: 20px;
	float:left;
}
.job-offer{
	margin-bottom: 15px;
}
.job-offer a:hover{
	text-decoration: underline;
}
.job-offer.softwareentwickler .first-paragraph{
	background: url(../img/icon-softwareentwickler.png) 20px 15px no-repeat #f0f0f0;
}
.job-offer.appleentwickler .first-paragraph{
	background: url(../img/icon-appleentwickler.png) 20px 15px no-repeat #f0f0f0;
}
.job-offer.vertrieb .first-paragraph{
	background: url(../img/icon-vertrieb.png) 20px 15px no-repeat #f0f0f0;
}
.job-offer.person .first-paragraph{
	background: url(../img/icon-person.png) 20px 15px no-repeat #f0f0f0;
}
.job-offer strong{
	display:block;
	margin-bottom: 10px;
}
.job-offer p{
	background: url(../img/icon-softwareentwickler.png) 20px 15px no-repeat #f0f0f0;	
	margin: 0px 0px 4px 0;
	padding: 10px 10px 5px 85px;
	width: 480px;
}
.job-offer p .short-text, .job-offer p .long-text{
	display:block;
}

.job-offer p .short-text a, .job-offer p .long-text a{
	color: #0075bd; 
}
 
.job-offer p .short-text{
	margin-bottom: 10px;
}
.job-offer .read-more-wrapper{
	padding: 5px 10px 5px 85px;
	background: #f0f0f0;
}

.ascora-pro .ascora-pro-image{
	float:left;
	margin-right: 40px;
}
.ascora-pro p{
	float:left;
	width: 400px;
}

.wrapper-das-sind-wir p{
	float:left;
	width: 430px;
}
.ascora-pro a{
	color: #0075bd;
}

.ascora-pro a:hover{
	text-decoration:underline;
}


.ascora-pro .block{
	display:block;
	margin-bottom: 5px;
}
.ascora-pro-headline{
	display:block;
	margin-bottom: 3px;
}

.ascora-pro{
	margin-bottom: 50px;
	float:left;
}
/*** SPACE-GALLERY ***/
.spacegallery {
	position: relative;
	overflow: hidden;
}
.spacegallery img {
	position: absolute;
	left: 50%;
}
.spacegallery a {
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blank.gif);
}
#myGallery {
	width: 390px;	
	height: 300px;
	margin-left: 60px;
	float:left;
}
#myGallery img {
	border: 2px solid #52697E;
}
/*** ENDE GALLERY***/


/*** PAGE NOT FOUND ***/
.page-not-found a{
    color: #0061a8;
}
.page-not-found a:hover{
    text-decoration: underline;
}

/*** FOOTER ***/
#footer{
    background: #5e5e5e;
    color: #999999;
    width: 967px;
    margin: 0 auto;
    padding: 10px 20px 10px 0;
}
#footer li{
    list-style: none;
}
#footer a{
    color: #999999;
}
#footer a:hover{
    color: #e3e3e3;
    text-decoration: underline;
}
#footer strong{
    color: #e3e3e3;
    font-size: 15px;
}

#footer .inline-block{
    margin: 0 0 15px 0;
}
#footer .block-about-us{
    float:left;
    margin: 0 0 0 35px;
    padding: 0;
}
#footer .block-about-us label{
    width: 45px;
    float:left;
}
#footer .block-facts{
    float:left;
    width: 230px;
    margin: 0 90px 0 50px;
}
#footer .block-about-us li,#footer .block-facts li, #footer .block-photostream li{
    margin: 0 0 10px 0;
}
.block-photostream ul{
    float:left;
    width: 340px;
    padding: 0;
    margin-top: 10px;
}
.block-photostream ul li{

    float:left;

}

.block-photostream img{
    float:left;
    width: 63px;
    height: 63px;
    border: 2px solid #afafaf;
    margin-right: 13px;
    float:left;
    cursor: pointer;

}

#footer .footer-dotted-line{
    border-bottom: 1px dotted #999;    
    clear: both;    
    margin: 0 0 10px 35px;

}
#footer .footer-nav{
    float:right;    
}
#footer .footer-nav li{
    display: inline;
    margin-right: 15px;
}


/*** OPEN SOURCE ***/
.opensource-project a{
	color: #1061A8;
}






/*** OVERLAY ***/
.simple_overlay {   
    display:none;
    z-index:10000;
    background-color:#333;
    width:675px;
    min-height:200px;
    border:1px solid #666;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
.simple_overlay .close {
    background-image:url(../img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}
/* styling for elements inside overlay */
.details {
    position:absolute;
    top:15px;
    right:15px;
    font-size:11px;
    color:#fff;
    width:150px;
}

.details h3 {
    color:#aba;
    font-size:15px;
}
