 * {
	 margin: 0;
	 padding: 0;
 }
 
 body {
	font-family: 'Titillium Web', sans-serif;
	color: #000;
	position: relative;
}

.container {
	padding-top: 30px;
	padding-bottom: 50px;
}

a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}

.wrapper-inhalt {
	z-index:10000;
}

/* Schriftgrößen */

.h2, h2 {
	text-transform: uppercase;
	font-size: 38px;
	padding-bottom: 20px;
	font-weight: 600;
}

.h3, h3 {
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
}

.h4, h4 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.h5, h5 {
	font-size: 22px;
	font-weight: 600;
}

p, span {
	font-size: 18px;
}
.kontakt-footer a {
	font-size: 18px;
}

.kontakt-hinweis a {
	font-size: 14px;
}

.section-three .panel p,
.section-five .panel-title {
	font-size: 18px;
	font-weight: 600;
}

#slogan-loesungen p {
	font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
	margin-top: 22px;
	text-align: right;
}

.fa.fa-envelope {
    font-size: 9em !important;
}

#loesungen .panel-body {
    height: 260px;
}

.carousel-caption h1 {
    font-size: 30px;
}
#carousel-kundenaussagen .carousel-inner .item{
	padding-left: 60px;
    padding-right: 60px;
}

.modal-body .h2, h2 {
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.modal-body .btn-group-lg > .btn, .btn-lg {
    border-radius: 0;
    font-size: 16px;
    padding: 5px 60px;
}


/*Navigation*/

.navbar-default {
    background-color: #fff;
}

.navbar {
    min-height: 81px;
}

.navbar-default .navbar-nav > li > a {
	color:#000;
	font-size: 18px;
}

.navbar-default .navbar-nav > li > a:hover {
	color: #2578c1;
	border-bottom: 2px solid #2578c1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	border-bottom: 2px solid #2578c1;
	background-color: #fff;
	color: #000;
}

.navbar-toggle {
	margin-top: 19px;
}

.navbar-brand {
    height: auto;
}

/* Logo */

.navbar-brand > img {
    height: 40px;
    width: auto;
}

nav .container-fluid {
    padding-top: 5px;
}


/* Einzelne Bereiche wie Home, Über uns, Lösungen etc */

.section-one {
	position: fixed;
	top: 81px;
}

.section-one img {
	width:100%;
	height: auto;
	size: cover;
}

.img-bg {
	position: fixed;
	z-index: 1;
}

.first-content {
	padding-top: 100px;
}

.content {
	position: relative;
	z-index: 10;
}

.section-two {
    background-color: #fff;
    margin-top: 1100px;
    position: relative;
    z-index: 10;
	text-align: center;
}

.section-three {
    background-color: #f1f1f1;
    position: relative;
    z-index: 10;
	text-align: center;
}

.section-four {
    background-color: #fff;
    position: relative;
    z-index: 10;
	text-align: center;
}

.section-five {
    background-color: #fff;
    position: relative;
    z-index: 20;
	text-align: center;
}

.section-six {
    background-image: url("../img/bg_kontakt.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
    position: relative;
    z-index: 10;
	text-align: center;
	color: #fff;
}

.section-six a{
	color: #fff;
}

.section-six a:hover{
	color: #fff;
	text-decoration: underline;
}

.section-six .container {
    padding-bottom: 140px;
}

.section-seven {
    background-color: #fff;
    position: relative;
    z-index: 20;
}

.section-seven p {
    padding: 16px 5px;
    text-align: center;
}

.pull-left,
.pull-right {
	float: none !important;
}

#partner .container {
    padding-bottom: 10px;
}


/* Lösungsboxen */

.section-three .panel {
	border-radius: 0px;
	border: 0px;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
	margin-bottom: 15px;
    margin-top: 15px;
	color: #2578c1;
	transition: background 0.5s ease, color 0.5s ease;
}

.section-three .panel:hover {
	background-color: #2578c1;
	color: #fff;
	cursor: pointer;
}


/* Font Awesome */

.fa-loesung {
	padding-top: 10px;
	padding-bottom: 20px;
}

.fa-9x {
	font-size: 7em !important;
}

.fa-14x {
	font-size: 5em !important;
	display: none !important; 
}

.fa-3x {
    font-size: 2em !important;
}


/* Jobs */

.section-five .panel,
.section-five .panel-heading {
    border-radius: 0;
}

.section-five .panel-body {
    text-align: left;
}

.section-five .panel-default > .panel-heading {
	background-color: #2578c1;
	color: #fff;
}

.section-five .panel h4 {
    color: #fff;
    text-decoration: none;
	transition: color 1s ease;
}

.section-five .panel h4:hover {
	text-decoration: none;
	color: #eee;
}

.section-five .panel-heading {
	padding: 15px;
}

.panel-body li {
    margin-left: 1em;
	font-size:19px;
}

.panel-body h3 {
    font-weight: 600;
}

/* Datenschutzerklärung */
ul.privacy {
	padding-left: 20px;
	font-size: 19px;
}


/* Kontaktformular */

.form-control {
    background-color: #fff;
    background-image: none;
    border: 0 none;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #2578c1;
    display: block;
    font-size: 19px;
    height: 50px;
    line-height: 1.429;
    padding: 9px 12px;
    transition: border-color 1s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s, opacity 1s ease;
    width: 100%;
	opacity: 0.8;
}

.form-control:focus {
	border-color: transparent;
	box-shadow: none;
	opacity: 1;
}

.form-control::-moz-placeholder {
    color: #2578c1;
    opacity: 1;
}

.section-six .btn-default {
    background-color: #2578c1;
	color: #fff;
	transition: background 1s ease;
}

.section-six .btn-default:hover {
	background-color: #0b486b;
}

.section-six .btn {
    -moz-user-select: none;
    background-image: none;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 60px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}


/* Partner Logos */

.partner-logo {
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.partner-logo img {
	width: 100%;
	max-width: 260px;
	height: auto;
	opacity: 0.5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}	

.partner-logo img:hover {
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

/* Modal Fenster - Lightbox */

.modal {
	padding-right: 0px !important;
}

.modal-dialog {
    height: 100%;
    margin: 0;
    width: 100%;
}

.modal-content {
    background-clip: unset;
    background-color: #fff;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    outline: 0 none;
    overflow-y: scroll;
    position: relative;
}

.modal-header {
    border-bottom: 0 none;
	min-height: 0;
	padding: 0;
}

.close {
	opacity: 0.5;
}

.close:hover,
.close:focus {
	color: #2578c1;
	opacity: 0.5;
}

.modal-header .close {
    margin-top: 0;
}

.modal-body .close {
    margin-top: -10px;
}

.modal-body .container {
    padding-top: 0;
	padding-bottom: 0;
}

/* Button Modal - Kontaktieren Sie uns */

.modal-body .btn {
    margin-top: 20px;
}

.alert {
	text-align: center;
}

/* Icon Modal / Lightbox */

.img-modal-bottom {
    bottom: 40px;
    opacity: 0.2;
    position: fixed;
    right: 70px;
	color: #2578c1;
}


/* Slider - Karusell */

.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: 8%;
}

.carousel-caption {
    top: 35%;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.item.full-screen {
    background-position: center top !important;
	background-size: cover !important;
}

.zentriert {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom: unset;
}

/* Über uns */

.h4underline {
    background: #2578c1 none repeat scroll 0 0;
    height: 6px;
    margin: 0 auto 10px;
    width: 67px;
}

#ueberuns .btn {
	width: 100%;
	margin-bottom: 20px;
}

#ueberuns .places {
    margin-top: 30px;
}

#ueberuns .btn-default {
	border-color: rgba(37,120,193,0.3);
	transition: all 0.25s ease;
}

#ueberuns .btn-default:hover {
	border-color: rgba(37,120,193,0.6);
	background-color: #2578c1;
	color: #fff;
}

.btn:hover, .btn:focus, .btn:visited {
	outline: none;
}

/* Über uns */

.subm {
	margin-top: 10px;
}

/* PopUp Box */
.popup_container {
	text-align: center;
}

.popup_container, .popup_nfee {
    bottom: 0;
    right: 0;
	width: 24%;
}

.popup_nfee {
    position: fixed;
    z-index: 999999;
    box-sizing: border-box;
    background: #fff;
    padding: 25px;
}

.popup-img {
    margin-left: -50px;
}

.popup-content > :first-child {
    margin-top: 0;
    padding-top: 0;
	font-size: 34px;
	text-transform: none;
}

.close-icon {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    font-size: 28px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    opacity: .5;
}

.popup_nfee .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    border-radius: 0;
	margin-top: 20px;
}

.popup_nfee .btn-primary:hover {
    background-color: #256194;
    border-color: #256194;
}

button a {
	color: #fff;
}

#nfee h2 {
    padding-bottom: 0px;
    margin-top: 26px;
}

/* Responsive */

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px){
	
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px){
	
	.carousel-caption h1 {
		font-size: 40px;
	}
	
	.h4, h4 {
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600;
	}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 600px){
	.carousel-caption h1 {
		font-size: 50px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px){
	
	.navbar-brand > img {
		height: 30px;
		width: auto;
	}
	
	.pull-left {
		float: left !important;
	}

	.pull-right {
		float: right !important;
	}
	
	.carousel-caption h1 {
		font-size: 70px;
	}
	
	.fa-3x {
		font-size: 3em !important;
	}
	
	.modal-body .h2, h2 {
		font-size: 34px;
	}
	
	.modal-body .btn-group-lg > .btn, .btn-lg {
		border-radius: 0;
		font-size: 20px;
		padding: 5px 60px;
	}
	
	.fa-14x {
		font-size: 14em !important;
		display: block !important;
	}
	
	.modal-header {
		min-height: 100px;
		padding: 15px;
	}
	
	.modal-body .container {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	
	.section-six .col-md-6 > p {
		padding-top: 100px;
	}
	
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		margin-right: 8px;
		margin-top: 9px;
	}
	
	.navbar-nav > li > a {
		padding-top: 11px;
	}
	
	nav .container-fluid {
		padding-top: 11px;
	}

	

}

@media screen and (max-width: 1650px) {
	.popup_container, .popup_nfee{
	width: 27%;
	}
}

@media screen and (max-width: 1450px) {
	.popup_container, .popup_nfee {
	width: 31%;
	}
}

@media screen and (max-width: 1325px) {
	.popup_container, .popup_nfee {
	width: 35%;
	}
}

@media screen and (max-width: 1175px) {
	.popup_container, .popup_nfee {
	width: 40%;
	}
}

@media screen and (max-width: 1040px) {
	.popup_container, .popup_nfee {
	width: 45%;
	}
}

@media screen and (max-width: 915px) {
	.popup_container, .popup_nfee {
	width: 50%;
	}
}

@media screen and (max-width: 821px) {
	.popup_container, .popup_nfee {
	width: 56%;
	}
}

@media screen and (max-width: 735px) {
	.popup_container, .popup_nfee {
	width: 60%;
	}
}

@media screen and (max-width: 685px) {
	.popup_container, .popup_nfee {
	width: 65%;
	}
}

@media screen and (max-width: 631px) {
	.popup_container, .popup_nfee {
	width: 70%;
	}
}

@media screen and (max-width: 586px) {
	.popup_container, .popup_nfee {
	width: 75%;
	}
}

@media screen and (max-width: 548px) {
	.popup_container, .popup_nfee {
	width: 83%;
	}
}

@media screen and (max-width: 495px) {
	.popup_container, .popup_nfee {
	width: 100%;
	}
	.popup-content > :first-child {
		font-size: 32px;
	}
}

@media screen and (max-width: 410px) {
	.popup-content > :first-child {
		font-size: 30px;
	}
}

@media screen and (max-width: 370px) {
	.popup-content > :first-child {
		font-size: 25px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px){
	
	.navbar-brand > img {
		height: 40px;
		width: auto;
		margin-top: 5px;
	}
	
	.navbar-default .navbar-nav > li > a {
		font-size: 20px;
		margin-right: 15px;
		margin-top: 17px;
	}
	
	.section-three .panel p,
	.section-five .panel-title {
		font-size: 18px;
	}
	
	.fa-9x {
		font-size: 9em !important;
	}
	
	p {
		font-size: 19px;
	}
	
	.h2, h2 {
		font-size: 38px;
	}
	
	.section-seven p {
		padding: 30px 10px;
	}
	
	.navbar-nav > li > a {
		margin-right: 20px;
		padding-top: 15px;
	}
	
	nav .container-fluid {
		padding-top: 0px;
	}



}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px){
	
	.section-three .panel p,
	.section-five .panel-title {
		font-size: 22px;
	}
	
	.h4, h4 {
		text-transform: uppercase;
		font-size: 24px;
		font-weight: 600;
	}
	
	.navbar-brand > img {
		height: 50px;
		width: auto;
	}
	
	.navbar-default .navbar-nav > li > a {
		font-size: 22px;
		margin-right: 20px;
		margin-top: 17px;
	}

}

/* Extra Large Devices, Wide Screens */
@media only screen and (min-width : 1400px){
	.carousel-caption h1 {
		font-size: 100px;
	}
}