@import url('http://fonts.googleapis.com/css?family=Noto+Serif:400,400italic,700|Open+Sans:300,400,600,700');
* {
	margin:0;
	padding:0;/*box-sizing:border-box;*/
		}
html, body {
	height:100%;
}
html, body {
    font-family:'Open Sans', Arial, sans-serif;
	font-size:18px;
	font-weight:300;
	line-height:25px;
	color:#5a4b3f;
	color:#333;
	/*background-color:#fafaf6;*/
	background-color:white;
	letter-spacing:-0.02em;
}
/* woher kommen diese angaben?*/
html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}
body {
}
strong {font-weight:400;}
img {
	max-width: 100%;
	height: auto;
}

/*abstaende*/
.abstand-links-null {padding-left:0px;}
.abstand-rechts-null {padding-right:0px;}
.abstand-oben-null  {padding-top:0px;}
.abstand-unten-null  {padding-bottom:0px;}
.abstand-hoehe-null {padding-top:0px;padding-bottom:0px;}
.abstand-breite-null {padding-left:0px;padding-right:0px;}
.abstand-all-null {padding:0px;}
.no-padd {  padding: 0px;}
.no-high-padd {  padding-top: 0px;  padding-bottom: 0px;}
.no-side-padd {  padding-left: 0px;  padding-right: 0px;}
.no-left-padd {  padding-left: 0px; }
.no-right-padd { padding-right: 0px;}
.no-down-padd { padding-bottom: 0px;}
.no-top-padd { padding-top: 0px;}
section a {
	text-decoration: underline;
	color:#333;
}
section a:hover {
	text-decoration-line: underline;
    	text-decoration-style: solid;
	color:#4f0000;
}
p {margin-bottom:24px;}
.slogbox {padding-left:32px;padding-right:32px;}
p.slogan {
	font-size:26px;
	color:#003366;
	line-height:36px;
	opacity: 0.9;
}
strong {
	/*font-family: 'Cormorant Garamond', serif;*/
	font-weight:600;
	/*font-size:22px;*/
}
/* ---------------------------------------------- /*
 * Transition elsements
/* ---------------------------------------------- */
.navbar a,
.form-control {
	-webkit-transition: all 0.4s ease-in-out 0s;
	   -moz-transition: all 0.4s ease-in-out 0s;
		-ms-transition: all 0.4s ease-in-out 0s;
		 -o-transition: all 0.4s ease-in-out 0s;
			transition: all 0.4s ease-in-out 0s;
}
a,
.btn {
	-webkit-transition: all 0.125s ease-in-out 0s;
	   -moz-transition: all 0.125s ease-in-out 0s;
		-ms-transition: all 0.125s ease-in-out 0s;
		 -o-transition: all 0.125s ease-in-out 0s;
			transition: all 0.125s ease-in-out 0s;
}
/* ---------------------------------------------- /*
 * Reset box-shadow
/* ---------------------------------------------- */
.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
	-webkit-box-shadow: none;
			box-shadow: none;
}
/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family:'Open Sans', Arial, sans-serif;
	margin: -8px 0px 10px 0px;
	font-size: 30px;
	line-height:44px;
	color:#5a4b3f;
	font-weight: 400;
}
h1.foota
{
	text-transform:none;
	color:#f5f2eb;
}
h2 {
	text-transform: none;
	margin: 0px 0px 8px 0px;
	font-size: 20px;
	line-height:24px;
	color:#5a4b3f;
	font-weight: 500;
	text-transform: uppercase;
 	}
 h3.head {
	text-transform: none;
	margin: 0px 0px 24px 0px;
	font-size: 18px;
	line-height:24px;
	color:#5a4b3f;
	font-weight: 300;
	display:block;
 	}
  h3.head a {color:#5a4b3f;cursor:pointer;text-decoration:underline;}

 .wie {
 	line-height:42px;
 }
span.big
	{
	font-size: 48px;
	margin: 0 0 30px;
	text-transform: none;
	font-weight: 200;
	color:#003366;
	vertical-align:sub;
	}

h4 {
	font-size: 12px;
	letter-spacing: 1px;
}
h5 {
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 400;
}
h6 {
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 400;
}
hr 	{
	display:block;
	height:20px;
	width:100%;
	border-color:#5a4b3f;
	border-color:#5a4b3f;
	padding:0;
	margin-top: 4px;
	}
hr::before {
	/*display:block;
	content:url("../images/w.png");	
    	margin-left:calc(50% - 21px);
    	margin-top:-22px;*/
}
.titel {
	display:inline-block !important;
	font-size:18px;
	color:white;
	font-weight:400;
	margin-left:15px;
	display:inline;
	padding-top:8px;}
/* ---------------------------------------------- /*
 * Reset border-radius
/* ---------------------------------------------- */
.btn,
.iconbox,
.progress,
#filter li,
.scroll-up a,
.form-control,
.input-group-addon {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}
/* ---------------------------------------------- /*
 * Input-group
/* ---------------------------------------------- */
.input-group .form-control {
	z-index: auto;
}
.input-group-addon {
	background: #D8E1E4;
	border: 2px solid #D8E1E4;
	padding: 6px 15px;
	font-weight: 700;
}
/* ---------------------------------------------- /*
 * Inputs styles
/* ---------------------------------------------- */
.form-control {
	background: #FFF;
	border: 1px solid #D8E1E4;
	font-size: 12px;
	padding: 0 15px;
}
.form-control:focus{
    border-color: rgba(135, 135, 135, 0.7);
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
	height: 38px;
	font-size: 13px;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
	font-size: 11px;
	height: 30px;
}
textarea.form-control {
	padding: 15px;
    max-width: 100%;
    min-width: 100%;
}
/* ---------------------------------------------- /*
 * Custom button style
/* ---------------------------------------------- */
.btn {
	font-family: Raleway, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 13px;
	padding: 8px 26px;
	border: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
	outline: inherit !important;
}
/* Button size */
.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 25px;
	font-size: 13px;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
}
.btn-lg:hover,
.btn-group-lg > .btn:hover{
    background: rgba(17, 17, 17, 1.8);
    color: #fff;
}
.btn-sm,
.btn-group-sm > .btn {
	padding: 6px 25px;
	font-size: 11px;
}
.btn-xs,
.btn-group-xs > .btn {
	padding: 5px 25px;
	font-size: 10px;
}
.btn .icon-before {
	margin-right: 6px;
}
.btn .icon-after {
	margin-left: 6px;
}
/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */
.pfblock {
	padding: 30px 20px 0px 20px;
}
.pfblock-white {
	background-color:white;
}
.pfblock-gray {
	background: #f5f2eb;
}
.pfblock-image {
	padding: 0;
}
.calltoaction h1,
.calltoaction h2,
.calltoaction h3,
.calltoaction h4,
.calltoaction h5,
.calltoaction h6,
.pfblock-image,
.pfblock-image h1,
.pfblock-image h2,
.pfblock-image h3,
.pfblock-image h4,
.pfblock-image h5,
.pfblock-image h6 {
	color: #fff;
}
.pfblock-header {
	text-align: center;
	margin: 0 0 20px;
}
.pfblock-header-left {
	text-align: left;
}
.pfblock-header-left .pfblock-line {
	width: inherit;
	margin: 30px 0;
}
.pfblock-title{
    font-weight: 800;
}
.pfblock-subtitle {
	font-style: normal;
	font-size: 18px;
}
.pfblock-line {
	background: rgba(135, 135, 135, 0.5);
	width: 100px;
	height: 1px;
	margin: 30px auto;
}
.pfblock-icon {
	font-size: 32px;
}
.calltoaction *{
    text-align: center;
}
.calltoaction {
    	/*background: url(../images/item-3.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-color: #00ace9;
	padding: 50px 0;
	color: #999;
}
.calltoaction-decription{
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #fff;
}
.calltoaction h2 {
	margin-bottom:0px;
}
.calltoaction h1 {
	font-size: 56px;
}
.calltoaction-btn {
	text-align: center;
}
.calltoaction-btn > .btn {
    background: rgba(255, 255, 255, .8);
    color: #111;
	margin-top: 5px;
	margin-bottom: 5px;
}
.calltoaction-btn > .btn:hover{
    background: #fff;
}
.long-down {
	margin-bottom: 40px;
}
/* ---------------------------------------------- /*
 * Home
/* ---------------------------------------------- */
#home {
	
}
.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url("../images/pattern.png");
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.logo {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}
.intro {
	position: absolute;
	width: 100%;
	top: 60%;
	left: 0;
	text-align: center;
	-webkit-transform: translate(0%, -50%);
	   -moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		 -o-transform: translate(0%, -50%);
			transform: translate(0%, -50%);
	padding: 0 15px;
}
.intro h1{
    font-weight: 500;
    font-size: 72px;
    letter-spacing:5px;
}
.start {
	font-family: Calibri,sans-serif;
	font-size: 16px;
	font-style: normal;
	text-transform: none;
	margin: 15px 0;
}
/* ---------------------------------------------- /*
 * Service
/* ---------------------------------------------- */
.iconbox-left {
	/*border-bottom: 1px solid #d4d4d4;*/
	text-align: left;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 20px 0px;
	padding:0px;
	margin:0px;
	
}
.iconbox-right {
	/*border-bottom: 1px solid #d4d4d4;*/
	text-align: left;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 20px 0px;
	padding:0px;
	margin:0px;
}
.iconbox-title {
	margin: 0 0 15px;
	padding: 0;
}
/* ---------------------------------------------- /*
 * Skills
/* ---------------------------------------------- */
.chart {
    display: inline-block;
    height: 140px;
    margin: 50px 0;
    position: relative;
    text-align: center;
    width: 140px;
}
.chart canvas {
    left: 0;
    position: absolute;
    top: 0;
}
.percent {
    display: inline-block;
    font-size: 25px;
    font-weight: 300;
    line-height: 140px;
    z-index: 2;
}
.percent:after {
    content: "%";
    font-size: 50%;
    margin-left: 0.1em;
}
/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */
.ajax-response {
	text-align: center;
}
/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */
#footer {
	padding:0px;
}
.copyright {
	margin: 0;
}
.copyright a{
    border-bottom: 1px dotted #fff;
}
#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    font-weight:500;
}
.social-links {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
}
.social-links li {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}
.social-links a {
	width: 36px;
	height: 36px;
	display: block;
	line-height: 35px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	font-size: 14px;
	color: rgba(255, 255, 255, .2);
}
.social-links .imprint a {
	text-align: center;
	border: none;
	font-size: 16px;
	color: rgba(255, 255, 255, .2);
}
.social-links a:hover {
	border: 1px solid rgba(255, 255, 255, .5);
	color: rgba(255, 255, 255, .8);
}
.social-links .imprint a:hover {
	border: none;
}
/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */
.header {
	/*border-bottom: 1px solid #f5f5f5;*/
	position: relative;
	width: 100%;
	z-index: 998;
}
.navbar-custom {
	border: 0;
	border-radius: 0;
	margin: 0;
	min-height:40px;
	max-height:40px;
}
.navbar-custom,
.navbar-custom .dropdown-menu {
	/*background: #7a6958;*/
	padding: 0;
}
.navbar-custom .navbar-brand,
.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav .dropdown-menu > li > a {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.01em;
	color: white;
	padding-top:12px;
	padding-bottom:8px !important;
}
.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav > li.active a {
	background: none;
	outline: 0;
	color:#ff9933;
}
.navbar-custom .navbar-brand {
	font-weight: 500;
	font-size: 24px;
    color:white;
    letter-spacing:0.05em;
}
.navbar-custom .dropdown-menu {
	border: 0;
	border-top: 2px solid #E7746F;
	border-radius: 0;
}
.navbar-custom .dropdown-menu > li > a {
	padding: 5px 20px;
}
.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
	background: #f5f5f5;
}
.navbar-custom .navbar-toggle .icon-bar {
	background: #222;
}
/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */
.scroll-up {
	position:fixed;
	display: none;
	z-index: 999;
	bottom: 0.5em;
	right: calc(25% - 8em);
}
.scroll-up a {
	background-color: rgba(135, 135, 135, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(235, 235, 235, .8);
	color: #e7746f;
}
/* ---------------------------------------------- /*
 *Scroll Down
/* ---------------------------------------------- */
.scroll-down {
	position: absolute;
	left: calc(50% - 10px);
	bottom: 40px;
	/*border: 2px solid #fff;*/
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-left: -15px;
	display: block;
	z-index: 10;
    text-align: center;
}
.scroll-down span{
    position: relative;
    color: #fff;
    -webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-name: drop;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-play-state: running;
}
@-webkit-keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}
@keyframes drop	{
	0%   { top:0px;  opacity: 0;}
	30%  { top:10px; opacity: 1;}
	100% { top:25px; opacity: 0;}
}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
}
#status {
	background-image: url(../images/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}
.leftborda
	{
	border-left:2px dotted #1f4250;
	padding-left:0px;
	}

/* ---------------------------------------------- /*
 * Media
/* ---------------------------------------------- */
@media (max-width: 980px) {
	.navbar-nav > li > a {font-size:20px !important;}
	.titel {font-size:20px;}
	.calltoaction {
		text-align: center;
	}
	.intro h1
		{
		font-size: 50px;
		}
	h3
	{
	font-size:46px;
	}
	.iconbox-left
	{
		padding:0px;
	}
	.leftborda
		{
		border:none;
		}

	.icon-bar
	{
		background-color: white !important;
		opacity: 0.8;
	}
	.text {padding-left:16px;}
}
@media (max-width: 560px) {
	.navbar-nav > li > a {font-size:18px !important;}
	h1 	{
		font-size: 30px;
		}
	.intro h1
		{
		font-size: 48px;
		}
	h2 	{
		font-size: 24px;
		margin: 0 0 30px;
		letter-spacing: 3px;
		}
	h3
		{
	font-size:32px;
		}
	.leftborda
		{
		border:none;
		}
	.wie {
 	line-height:38px;
 		}
	span.big
		{
	font-size: 32px;
	margin: 0px;
	text-transform: none;
	font-weight: 200;
	color:#003366;
	vertical-align:sub;
		}
	.iconbox-left
	{
		padding:0px;
	}
	.logo
	{
		width: 60%;
		top: 20%;
		left: 20%;
		padding:0 30px;
	}

	.text {padding-left:16px;}
	.titel {font-size:18px;}
	.partner {margin-left:10%  !important;}
}
/*--------------------------------*/
/***** Portfolio Common style *****/
/*--------------------------------*/
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0em 1em 0em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}
/* Example for media query */
@media screen and (max-width: 30.6em) { 
	.cbp-qtrotator {
		font-size: 70%;
	}
	.cbp-qtrotator img {
		width: 80px;
	}
}
