body, html {
	font-family: 'Open Sans', sans-serif;
	
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
	font-size: 18px !important;
	line-height: 1.6;
	letter-spacing: 1.4px;
}
h1 {
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;

}
h1 strong {
	font-weight: 900;
}
h2 {
	/*text-transform: uppercase;*/
	/*line-height: 20px;*/
	/*font-weight: 600;*/
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #555;
}
h4 {
	font-weight: 500;
	color: #555;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 18px;
}
a {
	color: #fff;
}
a:hover, a:focus {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
}

ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #27316B;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #C7CCDB;
	/*background: #333;*/
	text-transform: uppercase;
	padding-top: 15px;
	min-height: 80px;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #27316B;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #27316B;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	font-size: 16px;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #27316B;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #27316B;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}

/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/desk_3_1.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
 
}

#intro .intro-body H1 {
	font-size: 50px;
	font-weight: 100;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
	line-height: 1.5;
/*	text-transform: uppercase;
*/
}
#intro .intro-body .brand-heading {
	color: #27316B;
	text-shadow: 0 4px #a13e1a;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}

.intro-logo img{
	width: 60%;
	 -webkit-filter: drop-shadow(2px 2px 2px #666);
  filter: drop-shadow(2px 2px 2px #666);
  padding-bottom: 35px;
}

.intro-subline {
	font-size: 22px;
	font-family: 'Libre Baskerville', serif;
	text-shadow: 1px 1px 4px rgba(100, 100, 100, 1);
	padding-bottom: 30px;
}

#intro a {
	margin-bottom: 15px;
}


@media(min-width:710px) {

#intro {
	height: 100%;
	padding: 0;
}
#intro .intro-body {
/*	display: table-cell;
	vertical-align: middle;*/
	padding-top: 5%;
}
#intro .intro-body .intro-text {
	font-size: 25px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color:  #fff;
	text-shadow: 1px 1px 4px rgba(150, 150, 150, 1);
}

.intro-subline {
	font-size: 35px;
}

#intro a {
	margin-bottom: 0px;
}

}
.btn-default {
	color: #f6f6f6;
	background: #27316B;
	border: 0;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #f6f6f6;
	background-color: #27316B;
}
.section-title.center {
	font-family: 'Libre Baskerville', serif;
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
	line-height: 1.2;
}


/* About Section */
#about {
	padding: 140px 0;
	background: #fff;
}
#about .about-text {
	margin-left: 10px;
}
#about H4 {
	font-size: 20px;
}
#about li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#about li:before {
	/*content: "✓";*/
	font-weight: 600;
	padding-right: 10px;
	color: #27316B;
}
#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: 20px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
}

.lebenslauf {
	margin-top: 20px;
	text-align: left;
	line-height: 1.8;

}

/* Services Section */
#services {
	padding: 140px 0;
	/*background: #34668b;*/
	background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
/*background-image: -webkit-linear-gradient(330deg, #29323c 0%, #485563 100%);
background-image: -o-linear-gradient(330deg, #29323c 0%, #485563 100%);
background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);*/
	color: #fff;
	/*background: url(../img/numbers_bg.jpg);
	background-size: cover;
	background-attachment: fixed;*/
}


#services .service {
	padding: 20px 10px;
}
#services h2 {
	color: #fff;
}
#services h3 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
#services p {
/*	color: rgba(255,255,255,0.7);*/
}
.space {
	margin-top: 40px;
}
#services i.fa {
	font-size: 22px;
	color: #fff;
	transition: all 0.5s;
}

#services i.fa.fa-check {
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
	padding-right: 8px;
}

#services hr{
	background:#fff;
}

#service-hr {
	/*border-bottom: 1px solid;*/
	width: 100%;
	height: 1px;
}

.service-list {
	padding-left: 20px;
	list-style: inherit;
	text-align: left;
	/*padding-top: 35px;*/
}

.service-list-2 {
	padding-left: 20px;
	list-style: inherit;
	text-align: left;
	list-style: circle;
}

.nutz-list{
	/*padding-left: 20px;*/
	padding-bottom: 60px;
	list-style: none;
	text-align: left;
}

.service-head{
	border-bottom: 1px solid #fff;
}

.nutz-head{
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Libre Baskerville', serif; 
	
}

.tab-head:hover {
	border: 1px solid #fff;

}

.tab-head.active {
	border: 2px solid #fff;
}

.tab-head {
	border: none;
}

#services .contact {
    border-top: 1px solid #FFFAF5;
    height: 40px;
    margin-top: 100px;
    letter-spacing: 0px;
}

#services .contact div {
    background: none repeat scroll 0 0 #1F3E76;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    top: -28px;
    width: 400px;
}

#services .contact.top div {
    background: none repeat scroll 0 0 #244784;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    top: -28px;
    width: 400px;
}

@media (max-width: 468px) {

h2 {font-size: 25px;}

#services .contact.top div {
	width: 100%;
	font-size:15px;
}

#services .contact div {
	width: 100%;
	font-size:15px;
}

#services .contact a {
	height: auto !important;
}
.icon-service {
	width: 20% !important;
}

}

#services .contact a {
    border: 4px solid #FFF;
    color: #FFF;
    display: block;
    height: 50px;
    line-height: 45px;
    padding: 0;
    border-radius: 2px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-transform: uppercase;
}

#services .contact a:hover{
	background: #fff;
	color: #1F3E76;
	cursor: pointer;
}


.icon-service {
	width: 15%;

}

.collapse_text{
	padding-bottom: 20px;
}

.send .btn{
	background: #fff;
	color: #234683;
}

/* Services TWO Section */
#services_two {
	padding: 140px 0;
	/*background: #34668b;*/
	background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
	color: #f6f6f6;
	/*background: url(../img/numbers_bg.jpg);
	background-size: cover;
	background-attachment: fixed;*/
}
#services_two .service {
	padding: 20px 10px;
}
#services_two h2 {
	color: #f6f6f6;
}
#services_two h3 {
	font-size: 20px;
	font-weight: 600;
	color: #f6f6f6;
}
#services_two p {
/*	color: rgba(255,255,255,0.7);*/
}
.space {
	margin-top: 40px;
}
#services_two i.fa {
	font-size: 36px;
	color: #fff;
	transition: all 0.5s;
}

/* Gallery Section */
#works {
	padding: 120px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
/* Team Section */
#team {
	padding: 140px 0;
	background: #fff;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #f6f6f6;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #777;
}
/* Testimonials Section */
#testimonials {
	background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(../img/contact_1.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
	padding: 140px 0;
	background-repeat: no-repeat;
}


#testimonials .section-title h2 {
	color: #fff;
}
#testimonials blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
	color: rgba(255,255,255,0.8);
}
#testimonials i {
	font-size: 24px;
	color: rgba(255,255,255,0.3);
	margin-bottom: 14px;
}
#testimonials .clients-name {
	display: inline-block;
	border-top: 1px solid rgba(255,255,255,0.3);
	padding: 20px 0;
	margin-top: 10px;
}

#testimonials .partner_img img{
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Contact Section */
#contact {
	padding: 120px 0 40px 0;
	background: #fff;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #27316B;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #27316B;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #f6f6f6;
	margin-top: 15px;
	font-size: 15px;
}
#contact .btn-default:hover, #contact .btn-default:focus, #intro .btn-default:hover, #intro .btn-default:focus {
	color: #f6f6f6;
	background: #4C62BF;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #a13e1a;
}
/* Footer Section*/
#footer {
	background: #333;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #4C62BF;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}


}

#modal-body-headline {
	color:#777 !important;
}

.modal-body p {
	color:#777;
}

.modal-title {
	font-family: 'Libre Baskerville', serif;
}

.tipps:hover {
	text-decoration: underline;
}

.imprint p{
	font-size: 13px;
}

.imprint a.btn {
	color:#fff;
}

.imprint a {
	color: blue;
}

#imprint-list {
	list-style: disc;
	padding: 20px;
	text-align: left;

}

#imprint-list li {
	list-style: disc;
	
}