/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/* === prettify === */
@import url('../js/google-code-prettify/prettify.css');


body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    color: #fff;
    background-color: #444;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}


section.big i {
    font-size: 80px;
}
section.big h2 {
    margin: 30px auto;
}

.hell {color:#444;}
.dunkel {color:#fff;}
.dunkel a{color:#fff;}

a.download {color:#fff; display:block; padding:6px 14px; border:1px solid #fff;margin-bottom:15px;}

a.butt {color:#fff; display:inline-block; padding:15px; border:1px solid #fff;margin:15px;}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #111;
}

.light {
    font-weight: 400;
}

.gleich{
    padding-bottom: 2000px;
    margin-bottom: -2000px;
} 


/* --------------------------------------------
   background - colors 
   -------------------------------------------- */
.middle-blue {color: #548fc6;}
.dark-blue {color: #313e51;}
.normal-orange {color: #e5951a;}

.light-grey {color: #eee;}
.normal-grey {color: #bbb;}
.white {color: #fff;}
.black {color: #000;}

/* - */

.bg-middle-blue {background-color: #548fc6;}
.bg-dark-blue {background-color: #313e51;}
.bg-normal-orange {background-color: #e5951a;}

.bg-light-grey {background: #ccc;}

.hg-proto{
	background-image:url(../img/hg-proto1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size:contain;
}


/* --------------------------------------------
   navbar 
   -------------------------------------------- */

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.0);
	background-color: rgba(0,0,0,0.9);
}

@media (min-width:768px) {
	.navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
		background-color: rgba(0,0,0,0.9);
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }	
	.navbar.top-nav-collapse {
    padding: 0px 0;
	}

	.navbar.frontpage {
    background-color: rgba(0,0,0,0);
	}

	.navbar.frontpage.navbar.top-nav-collapse {
    background-color: rgba(0,0,0,0.9);
	}
	.navbar.proto {
	background-color: rgba(49,62,81,0.9);
	}
	.navbar.tech {
	background-color: rgba(229,149,26,0.9);
	}
	.navbar.druck {
	background-color: rgba(84,143,198,0.9);
	}
}


.navbar-brand {
  padding: 10px 0px;
}
.navbar-brand h1{
  color: #fff;
  font-size: 55px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-brand:focus {
    outline: 0;
}

@media (max-width:992px) {
	.navbar-brand {
		display: none;
	}	
}
@media (max-width:768px) {
	.navbar-brand {
		display: block;
		padding: 10px 0px;
	}	
}

.navbar-custom .nav li a {
	font-size: 12px;
	padding:30px 20px;
	letter-spacing: 1px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-custom .nav li a:hover {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #aaa;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
	background: none;
}
.navbar-custom.top-nav-collapse ul.nav li a:hover {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color:#444;
	background: #fff;
}

@media (min-width:768px) {
	.frontpage ul.nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
	}

	.frontpage ul.nav li a:hover,
	.frontpage ul.nav li a:focus,
	.frontpage ul.nav li.active {
    	outline: 0;
    	background-color: rgba(255,255,255,.0);
	}
}


.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media (max-width:768px) {
	.navbar-custom .nav li a {
		padding:10px 30px;
		border-top:1px solid #666;
	}	
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
	border-color:#ccc;
}


/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */

.home-section {
    padding-top: 110px;
    padding-bottom: 110px;
	display:block;
    position:relative;
    z-index:120;
}

section.border-top {
    border-top: 1px solid #999;
}
section.border-bottom {
    border-bottom: 1px solid #999;
}
section.border-bottom-light {
    border-bottom: 1px solid #ddd;
}

.zwischen {
    padding-top: 60px;
    padding-bottom: 60px;
	display:block;
    position:relative;
    z-index:120;
}
.zwischen h4 {
    font-size: 1.4em;
	line-height:1.4em;
	margin:0;
	padding:0;
	text-transform:none;
}

.box {
	position:relative;
	margin: 10px 0;
	padding: 20px;
	border:0px solid #999;
}



.service-box {
	position:relative;
    min-height:320px;
	margin: 10px 0;
	padding: 20px;
	border:0px solid #999;
	background: #eee;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.service-box:hover {
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.service-box .icon,.promo .icon {
    font-size:5em;
}
.service-box a {
	position:absolute;
	bottom:20px;
	left:50%;
	width: 140px;
	margin-left:-70px;
    padding: 6px 0px;
	text-align:center;
	color:#fff;
	background:#999;
}
.service-box a:hover {
	background:#222;
}
.service-box p, .box p {
    margin: 0 0 10px 0;
}

.desc {
	min-height:100px;
}



.section-heading h2 {
	font-size: 40px;
}
.section-heading i {
	margin-bottom: 20px;
}

a.downloads{
	display:block;
	padding: 6px 10px;
}
a.downloads:hover{
	background: #bbb;
}
a.downloads .icon{
	font-size: 14px;
	margin-right:10px;
}

.down{
	border-left:5px solid #ccc;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}
.bg-gray {
	background: #f8f8f8;
}
.bg-dark {
	background: #575757;
}
.hg-prozess {
	background: url(../img/hg-prozess.jpg) center bottom repeat-x;
}


/* --- section color var --- */

.text-light {
	color: #fff;
}

.programm ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-size:1em;
}
.programm ul li {
	margin-bottom:10px;
}
.programm ul li i{
	font-size: 0.8em;
	margin-right:10px;
}

.listen ul {
	margin-left:0;
	padding-left:0;
	list-style:none;
	font-size:16px;
}
.listen ul li {
	margin-bottom:20px;
	padding-left:30px;
}
.listen ul li i{
	font-size: 16px;
	margin: 0px 15px 0 -30px;
}

.listen ul li.ohne {
	padding-left:0px;
}



#datenschutz{
    padding-top:200px;
}

#datenschutz ul ul{
    margin:0;
	margin-bottom: 24px;
}
#datenschutz ul ul li{
    list-style:circle;
	padding: 5px;
    margin-left:15px;
    line-height:1.4em;
}


/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	background: #222 url(../img/hg-top-wm.png) no-repeat bottom center;
	background-size: contain;
    position:relative;
}

#intro.intro {
	padding:0 ;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan {
	color: #FFF;
	text-shadow: none;
	text-decoration: none;
	text-transform: uppercase;
}
.intro .slogan h1 {
	font-size: 80px;
	line-height: 80px;
	font-weight:800;
}
.intro .slogan h2 {
	font-size: 50px;
	line-height: 50px;
}
.intro .slogan h3 {
	font-size: 30px;
	line-height: 30px;
}

.intro div#down {
	position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-30px;
}

.intro i {
	font-size: 60px;
	line-height: 60px;
    color:#fff;
}

section.sub-head{
	display:none;
	margin-top:60px;
	background: #f4f4f4;
	border-bottom:1px solid #ccc;
}
section.sub-head h1{
	padding: 20px 0;
	margin: 0 30px 0 0;
	font-size: 14px;
}
	section.sub-head a{
	padding: 17px 0;
	margin-right: 20px;
	font-size: 14px;
	display:inline-block;
}
	section.sub-head a:hover{
	color:#999;
}
	section.sub-head a i{
	font-size: 10px;
}

h1.bigg {
	width:100%;
	padding:10px 0;
}
h1.bigg i{
	font-size: 200px;
}

@media (min-width:768px) {
		section.sub-head{
		display:block;
		margin-top:120px;
		background: #f4f4f4;
		border-bottom:1px solid #ccc;
	}
	.castsolut{
		display:block;
		background: url(../img/firma.jpg) center center #666;
	    background-size:cover;
	    height:300px;
	}
	.intro {
        height: 100%;
        padding: 0;
    }
		
}



/* ===========================
--- About
============================ */

img.topp {
	width:100%;
}

.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
}

.team p.subtitle {
	margin-bottom: 10px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	

.head-text i{
    font-size: 30px;
	line-height:35px;
	float:left;
	margin-right: 10px;
}
.head-text span{
    font-weight: 300;
	font-size:30px;
}

.head-text-center{
    text-align:center;
}
.head-text-center i{
    font-size: 28px;
	line-height:35px;
	margin-right: 10px;
}
.head-text-center span{
    font-weight: 300;
	font-size:30px;
}

.fullservice hr{
    padding: 10px 0;
	margin: 30px 0;
}
.fullservice div{
	position:relative;
}

.fullservice h4{
    font-weight: 300;
	font-size:14px;
}
	.fullservice i{
    font-size: 30px;
	margin: 0px 10px;
	border:0px solid #000;	
	background:#fff;
	border-radius:50%;
}
	.fullservice i.klein{
    font-size: 10px;	
	margin:0;
	position:relative;
	top:-7px;
	left:auto;
	background:none;
}

@media (min-width:768px) {
	.fullservice h4{
    font-weight: 300;
	font-size:25px;
	}
	.fullservice i{
    font-size: 60px;
	margin: 0px 30px;
	border:0px solid #000;	
	background:#fff;
	border-radius:50%;
	}
	.fullservice i.klein{
    font-size: 15px;	
	margin:0;
	position:relative;
	top:-20px;
	left:auto;
	background:none;
	}			
}

@media (min-width:992px) {
	.fullservice h4{
    font-weight: 300;
	font-size:30px;
	}
	.fullservice i{
    font-size: 80px;
	margin: 0px 35px;
	border:0px solid #000;	
	background:#fff;
	border-radius:50%;
	}
	.fullservice i.klein{
    font-size: 20px;	
	margin:0;
	position:relative;
	top:-25px;
	left:auto;
	background:none;
	}			
}




/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	font-weight:300;
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #f8f8f8;
  -webkit-box-shadow: none;
          box-shadow:  none;
	margin:5px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ==========================================================================
Footer
========================================================================== */
footer {
padding: 100px 0;
background:#666;
color: #fff;
/*	background: url(../images/hg1.png) no-repeat center center; */
}
footer p {
color: #fff;
font-size: 12px;
line-height:16px;
margin-top: 12px;
margin-bottom:12px;
}
footer a {
color: #fff;
}
footer ul {
margin-top: 30px
}
footer ul.footer-nav li {
margin-bottom: 6px;
list-style: none;
text-transform: uppercase;
font-weight: 400;
}
footer ul.footer-nav li a{
padding: 0px 0 5px 8px;
display:block;
color:#fff;
}
footer ul.footer-nav-social li {
float:left;
margin-right: 12px;
list-style: none;
text-transform: uppercase;
font-weight: 400;
}
footer li a {
color: #fff;
/*    color: #3f6184; */
}
footer ul.footer-nav-social a{
font-size:30px;
}
footer p.adresse {
font-size: 12px;
margin-top: 24px;
clear:both;
}

/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-rund {
    width: 35px;
    height: 35px;
    margin: 0px;
    padding: 8px 6px;
    border: 1px solid #999;
    border-radius: 50%;
    font-size: 10px;
    color: #999;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-eckig {
    padding: 8px 20px;
    border: 1px solid #000;
    border-radius: 5%;
    font-size: 14px;
    color: #666;
    background: 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-eckig:hover {
    background: #ccc;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 15px 8px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

.map{
	position:relative;

}

.map iframe{
	width:100%;
	height:450px;
	border:none;
}

.map-grid iframe{
	width:100%;
	height:350px;
	border:none;
	margin:0 0 -5px 0;
	padding:0;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/* ==========================================================================
 map-wrapper
 ========================================================================== */

section#map-wrapper {
	height:450px;
	width:100% !important; 
	margin-left:0% !important;
	margin-top:0px !important;
}
div#map-wrapper {
	height:450px;
	width:100% !important; 
	margin-left:0% !important;
	margin-top:0px !important;
}


