/* ---------------------------------------------------------------------- */

/*	Colours
hellblau 		rgb(46,193,206)	#2ec1ce
dunkelblau 		rgb(2,112,141)	#02708d
link blau 		rgb(0,85,128)	#005580
grün 			rgb(162,199,82)	#a2c752
orange			rgb(245,156,0)	#f59c00
*/

/* ---------------------------------------------------------------------- */

@charset "utf-8";

:root {
	--akzentfarbe: #c32e04;
	/* orange */
	--eck-orange: #f59e07;
	/* blau */
	--eck-blau: #00708b;
	/* grün */
	--eck-gruen: #a1c857;
}

/* ---------------------------------------------------------------------- */
/*	Import styles
/* ---------------------------------------------------------------------- */
/*Google Fonts Open Sans
 ADD FONtS LOCALLY
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,800italic,800,700italic,700,600italic,600,400italic,300italic,300");
*/
/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local(''),
	url('font/open-sans-v18-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-300italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 300;
	src: local(''),
	url('font/open-sans-v18-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('font/open-sans-v18-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
	url('font/open-sans-v18-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
	url('font/open-sans-v18-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 600;
	src: local(''),
	url('font/open-sans-v18-latin-600italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-600italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: local(''),
	url('font/open-sans-v18-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('font/open-sans-v18-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 700;
	src: local(''),
	url('font/open-sans-v18-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-800italic - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 800;
	src: local(''),
	url('font/open-sans-v18-latin-800italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('font/open-sans-v18-latin-800italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


body{
	background: url("../img/background.png");
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height:26px;
	color:#626262;
	position: relative;
	font-weight:normal;
	padding: 70px 0 0;
}

a{
	color: #02708d;
	outline: 0;
}
a:hover{
	outline: 0;
}
a:hover, a:active, a:focus {
 outline: 0;
 text-decoration: none;
}

p{
	margin:0 0 20px 0;
	padding: 0;
	font-size: 1em;
	line-height:1.7em;
}
h1 {font-size:2.5em;}
h2 {font-size:2.5em;}
h3 {font-size:1.7em;}
h4 {font-size:1.5em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}

h2, h3, h4, h5, h6 {
	font-weight: 700;
	padding: 5px 0 15px 0;
	margin: 0;
}

iframe{
	border: 0;
}

img.img-responsive {
	max-width: 100%;
	height:auto;
	display:block
}

blockquote {
	line-height: 1.3;
}

/* Transitional elements
================================================== */
header.navbar .nav>li>a,
.portfolio .carousel-indicators li,
.home .tp-bullets.simplebullets.round .bullet,
.brands img,
.case .carousel-control,
.contact button,
.blog .post-container .post-content .post-details .social li a,
.blog .post-container .post-content .post-details .detail li a,
.blog .post-container .post-comments .comments .reply-bt,
.blog .post-container .post-comments .replays .reply-bt,
.blog .post-container .leave-replay button {
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

figure {
	margin: 0;
	padding: 0;
}

figcaption {
	line-height: 125%;
	margin-bottom: 10px;
}

/* Sections ---------------------------------------*/
#services {
	padding-bottom:0;
}

section.set {
	padding: 50px 0;
	position: relative;
}

/* Scrollbar ---------------------------------------*/
.nicescroll-rails {
	background-color: transparent;
}

.nicescroll-cursors {
	border: none !important;
	background-color: #02708d !important;
	border-radius: 0 !important;
}

/* General ---------------------------------------*/
.title h2 {
	border-bottom: 1px solid #585858;
	/*font-size: 3.4em;*/
	font-weight: 700;
	position: relative;
	text-align: center;

	font-size: 2.5em;
	line-height: 125%;
}
.title h2 strong {
	font-weight:bold;
}

.title .line-container{
	float: left;
	left:50%;
	top: -2px;
	position: relative;
	margin-bottom: 48px;
}

.title .line-container > span{
	left: -50%;
	position: relative;
}

.title .line-container > span span{
	border: 2px solid rgba(162,199,82,1);
	display: block;
	width: 80px;
}

.carousel-indicators li{
	background: url("../img/indicators.png") -2px -2px no-repeat;
	border-radius: 0;
	height: 16px;
	cursor: pointer;
	width: 16px;
}

.carousel-indicators li.active{
	background-color: transparent;
}

.carousel-indicators-container{
	float: left;
	left: 50%;
	position: relative;
}

.carousel .carousel-indicators{
	left: -50%;
	position: relative;
}


/* min height carousel news */
#news-carousel .carousel-inner .item {
	min-height: 400px;
}


/* Header ------------------------------------------*/
header h1{
	float: left;
	line-height: 0;
	margin: 0;
}

header .well-large {
	padding: 8px 24px 0;
}

header.navbar .nav {
	margin: 5px 10px 0 0 !important;
}

header.navbar .navbar-inner {
	background: #fff;
	border:none;
	filter:none;
}

header.navbar .nav>li>a {
	color: #02708d;
	font-size:1em;
	font-weight: normal;
	text-shadow:none;
	text-transform: uppercase;
}

header.navbar .nav>li>a:hover {
	background: none;
	color: rgba(162,199,82,1);
}


.txtContainer h1, .txtContainer h2, .txtContainer h3, .txtContainer h4 {
	line-height: 125%;
}

.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus,
.navbar .nav>li>a:focus {
	background: none;
	color: rgba(162,199,82,1);
}
header.navbar .brand img {
	/*height: 33px;
	width: 107px;*/
	text-indent: -9999px;
	padding: 0;
	margin:0;
}

/* Home Slider */
#home{
	padding:0;
	position: relative;
	color:#08233e;
	font-weight: 300;
	padding-bottom:0;
	padding-top:0;

}

.caption.sft.logos {

}

.fullwidthbanner-container {
	width: 100%!important;
	position: relative;
	padding: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50%;
}
.fullwidthbanner-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.home h2{
	font-size: 44px;
	font-weight: 800;
	padding: 0;
	margin:0 0 10px 0;
	text-transform: uppercase;
	color: rgba(162,199,82,1);
}
.home h3{
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;
	color: #02708d;
}
.home p{
	font-size: 1.7em;
	line-height: 1.3;
	margin: 0;
	white-space: normal;
	width: 15em;
	color: #02708d;
}

.home a{
	/* Sev border: 2px solid #08233E;
	border-radius: 2px 2px 2px 2px; */
	color: #08233E;
	display: block;
	font-family: 'Open Sans',sans-serif;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 4px;
	/* Sev max-width: 155px; */
	padding: 1.8em 2.4em;
	text-transform: uppercase;
}

.home a:hover{
	color: #fff;
	background: #08233E;
}



.home .tp-bullets.simplebullets.round .bullet{
	background: url("../img/indicators.png") -2px -2px no-repeat;
	border-radius: 0;
	height: 16px;
	cursor: pointer;
	width: 16px;
}

.home .tp-bullets{
	bottom: 6% !important;
	opacity: 1;
}

.home .tp-bullets.simplebullets.round .bullet:hover, .tp-bullets.simplebullets.round .bullet.selected{
	background-position: -20px -2px;
}

.home .tp-leftarrow.default,
.home .tp-rightarrow.default{
	background: none;
}


/* Videos ---------------------------------------*/
.videos {
	background: rgba(146,193,206,1);
	color:#fff;
}

/* 
.features h2 {
	color:#fff;
	font-size: 2.5em;
	line-height: 125%;
	overflow: hidden;
}

.features h2 span.featured-icons.seo{
	background-position: -9px -124px;
}

.features h2 span.featured-icons.psd{
	background-position: -108px -4px;
}

.features h2 span.featured-icons.gallery{
	background-position: -106px -124px;
}

.features p {
	font-size: 1em;
	text-align: justify;
}
*/

/* Features ---------------------------------------*/
.features {
	background: rgba(162,199,82,1);;
	color:#fff;
}
.features h2 {
	color:#fff;
	font-size: 2.5em;
	line-height: 125%;
	overflow: hidden;
}

.features h2 span.featured-icons.seo{
	background-position: -9px -124px;
}

.features h2 span.featured-icons.psd{
	background-position: -108px -4px;
}

.features h2 span.featured-icons.gallery{
	background-position: -106px -124px;
}

.features p {
	font-size: 1em;
	text-align: justify;
}



/* Portfolio ------------------------------------------*/

.portfolio.set {
	background: #FFFFE6;
	color:#fff;
	position: static;
}

.portfolio .box{
	background: #3598DB;
	color: #3598DB;
	margin-bottom: 3%;
	padding: 7%;
	position: relative;
	text-align: center;
}

.portfolio .box.box-yellow{
	background: #ffdb47;
	color: #ffdb47;
}

.portfolio .box.box-orange{
	background: #f08a5e;
	color: #f08a5e;
}

.portfolio .box.box-green{
	background: #0fad8c;
	color: #0fad8c;
}

.portfolio .thumb-hover{
	display: none;
}

.portfolio .thumb-hover img{
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.portfolio .thumb-hover span{
	color: #3598DB;
	display: block;
	font-size: 1.5em;
	left: 0;
	margin-top: 25%;
	position: absolute;
	top: 0;
	width: 100%;
}

.portfolio .thumb-hover span strong{
	display: block;
	font-size: 2.5em;
	line-height: normal;
}

.portfolio .box-yellow .thumb-hover span{
	color: #ffdb47;
}

.portfolio .box-orange .thumb-hover span{
	color: #f08a5e;
}

.portfolio .box-green .thumb-hover span{
	color: #0fad8c;
}

.portfolio .carousel-indicators li{
	background-position: -2px -20px;
}

.portfolio .carousel-indicators li:hover,
.portfolio .carousel-indicators li.active{
	background-position: -20px -20px;
}

.portfolio .modal{
	border-radius:0;
	position: absolute;
	color: black;
}

.portfolio .modal .close{
	background: #B5B5B5;
	color: white;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	height: 40px;
	opacity: 1;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
}

.portfolio #portfolio_modalv2.modal .close{
	background: #0fad8c;
	top:0;
}

.portfolio .modal *{
	font-size: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
}


.portfolio .modal .carousel-indicators-container{
	bottom: 10px;
	position: absolute;
}

.portfolio .modal .carousel-indicators-container .carousel-indicators {
	right: 0;
	top: 0;
}

.portfolio .modal .carousel-indicators-container .carousel-indicators li{
	background-image: none;
	background-color: #ffdb47;
	border-radius: 10px;
	margin-right: 10px;
}

.portfolio .modal .carousel-indicators-container .carousel-indicators li.active,
.portfolio .modal .carousel-indicators-container .carousel-indicators li:hover{
	background-color: #fa6165;
}

.portfolio .modal .right-container{
	margin: 20px 20px 20px 10px;
	overflow: hidden;
}

.portfolio .modal .right-container h2{
	font-size: 1.7em;
	margin-bottom: 0.3em;
}


.portfolio .modal .right-container p{
	margin-bottom: 2em;
}

.portfolio .modal .right-container ul li{
	border-bottom: 1px solid #e1e1e1;
	padding: 1em 0;
}

.portfolio .modal .right-container ul li:last-child{
	border-bottom: 0;
}

.portfolio .modal .right-container ul li > label{
	float: left;
	font-weight: bold;
	margin-right: 5px;
}

.portfolio .modal .right-container button{
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #fdbbbd;
	border-radius: 2px 2px 2px 2px;
	color: #fa6165;
	font-weight: bold;
	padding: 15px 27px;
	text-transform: uppercase;
}

.portfolio .modal .right-container button i{
	font-size: 1.5em;
	margin-right: 5px;
	vertical-align: middle;
}


.portfolio .modal .modal-body{
	max-height: none;
	padding: 0;
}

.portfolio .title h2 {
	color: rgba(162,199,82,1);
}

/* Brands ------------------------------------------*/
.brands {
	background: rgb(245,156,0);
	text-align: center;
}

.brands a{
	display: block;
	margin: 3px;
}
.brands img{
	border: 2px solid rgb(245,156,0);
	border-radius: 2px;
}
.brands img:hover{
	border: 2px solid #FFFFE6;
	border-radius: 2px;
}

/* Case Study -------------------------------------*/
.case h2{
	border-bottom: 1px solid #bfbfbf;
}

.case .carousel{
	margin-bottom: 70px;
}

.case .carousel-inner{
	margin: 0 auto;
	width: 90%;
}

.case .carousel-inner h3, .testimonials .carousel-inner h3{
	padding: 0;
}

.case .carousel .carousel-inner img {
	margin-top: 30px;
}

/* min height carousel partner */
#case-study-carousel .item {
	min-height: 200px;
}

.carousel-control {
	line-height: 25px;
	left: -25px;
}

.carousel-control.right {
	right: -25px;
}


.contact-btn {
	background: transparent;
	border-radius: 2px;
	border: 2px solid #fff;
	color: white;
	display:block;
	font-weight: bold;
	line-height: normal;
	letter-spacing: 1px;
	padding: 8px 16px;
	text-align: center;
	text-transform: uppercase;
}
.contact-btn:hover {
	border: 2px solid #02708d;
}

.modal-footer .contact-btn {
	border: 2px solid #02708d;
	color: #02708d;
}
.modal-footer .contact-btn:hover {
	border: 2px solid rgb(162,199,82);
	color: rgb(162,199,82);
}

.modal-header h3 {
	color: #02708d;
}

.modal {
	width: 780px;
	margin-left: -400px;
	background-color: rgb(162,199,82);
	color: #fff;
}

.modal a {
	color: #02708d;
}
.modal a:hover {
	color: #fff;
}

/* Team -------------------------------------------*/
.team{
	background: #3b3b3b;
	padding-bottom: 60px;
	color: white;
}

.team .team-container .imgContainer{
	border: 5px solid #4f4f4f;
}

.team .team-container .txtContainer{
	margin-bottom: 70px;
}

.team .team-container .txtContainer p{
	border-bottom: 2px solid #626262;
	padding-bottom: 10px;
}

.team .team-container .txtContainer .socialContainer{
	list-style: none;
	margin: 0;
	overflow: hidden;
}

.team .team-container .txtContainer .socialContainer li{
	float: left;
	height: 33px;
	margin-right: 5px;
}

.team .team-container .txtContainer .socialContainer li a{
	color: white;
	float: left;
	padding-left: 29px;
}

.team .team-container .txtContainer .socialContainer li.twitter a span.logo{

}

.team .team-container .txtContainer .socialContainer li.facebook a span.logo{
	background-position: -29px 0;
}

.team .team-container .txtContainer .socialContainer li.googleplus a span.logo{
	background-position: -58px 0;
}

.team .team-container .txtContainer .socialContainer li.dribbble a span.logo{
	background-position: -87px 0;
}

.team .team-container .txtContainer .socialContainer li a span.texto{
	display: none;
	float: left;
	margin: 0 0 0 -14px;
	padding: 6px 15px;
}

.team .team-container .txtContainer .socialContainer li.twitter a span.texto{
	background: #00ACED;
}

.team .team-container .txtContainer .socialContainer li.facebook a span.texto{
	background: #3b5998;
}

.team .team-container .txtContainer .socialContainer li.googleplus a span.texto{
	background: #db4936;
}

.team .team-container .txtContainer .socialContainer li.dribbble a span.texto{
	background: #ea4c89;
}

.team .team-sk-exp-container .progress .bar{
	border-radius: 2px;
	height: 27px;
	opacity:0.8;
	filter:alpha(opacity=80);
	color: white;
	font-weight: bold;
	padding-left: 1em;
	text-align: left;
	text-shadow: none;
}

/*Percentage of the progress bars*/
.team .team-sk-exp-container .progress .bar.bar100 {
	width: 100%;
}
.team .team-sk-exp-container .progress .bar.bar90 {
	width: 90%;
}
.team .team-sk-exp-container .progress .bar.bar80 {
	width: 80%;
}
.team .team-sk-exp-container .progress .bar.bar70 {
	width: 70%;
}
.team .team-sk-exp-container .progress .bar.bar60 {
	width: 60%;
}
.team .team-sk-exp-container .progress .bar.bar50 {
	width: 50%;
}
.team .team-sk-exp-container .progress .bar.bar40 {
	width: 40%;
}
.team .team-sk-exp-container .progress .bar.bar30 {
	width: 30%;
}
.team .team-sk-exp-container .progress .bar.bar20 {
	width: 20%;
}
.team .team-sk-exp-container .progress .bar.bar10 {
	width: 10%;
}
.team .team-sk-exp-container .progress .bar.bar0 {
	width: 0%;
}
.team .team-sk-exp-container .accordion .accordion-group{
	background: #252525;
	border: 1px solid #202020;
}

.team .team-sk-exp-container .accordion .accordion-heading a{
	font-weight: bold;
}

.team .team-sk-exp-container .accordion .accordion-heading.exp-blue a{
	color: #3598db;
}

.team .team-sk-exp-container .accordion .accordion-heading.exp-orange a{
	color: #f78c26;
}

.team .team-sk-exp-container .accordion .accordion-heading.exp-green a{
	color: #13ae8e;
}


.team .team-sk-exp-container .accordion .accordion-group .accordion-inner{
	border: 0;
}

.team .team-charts{
	margin: 50px auto;
	text-align: center;
}

.team .team-charts-container{
	margin: 10px 0;
	position: relative;
}

.team .team-charts-container .chart{
	float:left;
	text-align: center;
}
.team .team-charts-container .chart .percentage-light{
	margin: 0 auto;
}

.team .team-charts-container .chart .percentage-light span.camera{
	background-position: 0 -67px;
	width: 92px;
}

.team .team-charts-container .chart .percentage-light span.casette{
	background-position: 0 -131px;
	width: 104px;
}

.team .team-charts-container .chart .percentage-light span.bike{
	background-position: 0 -193px;
	width: 112px;
}

.team .team-charts-container .chart .percentage-light + .label{
	background: none;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	margin-top:20px;
}

.team .team-charts-container .chart .percentage-light-red + .label{
	color: #fa565a;
}

.team .team-charts-container .chart .percentage-light-orange + .label{
	color: #f78c26;
}

.team .team-charts-container .chart .percentage-light-green + .label{
	color: #13ae8e;
}

.team .team-charts-container .chart .percentage-light-blue + .label{
	color: #3598db;
}


/*Team image hover effect*/
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap,
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background:#3b3b3b;
}

.ch-info-wrap {
	background: #f9f9f9;
	box-shadow:
		0 0 0 5px rgba(255,255,255,0.2),
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;

	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;
	pointer-events: none;

	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);

	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}
.ch-info-back.green {
	background: #0fad8c;
}
.ch-info-back.yellow {
	background: #f78c26;
}
.ch-info-back.red {
	background: #fa565a;
}
.ch-info-back.blue {
	background: #3598db;
}

.ch-info h3 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
	padding: 0;
	line-height:170px;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow:
		0 0 1px #fff,
		0 1px 2px rgba(0,0,0,0.3);
}
.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
}
.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}



/* Testimonials -----------------------------------*/
.testimonials {
	background:rgb(146,193,206);
	color: white;
}

.testimonials .title h2{
	border-bottom:1px solid #bfbfbf ;
}

.testimonials .carousel-inner h4{
	padding: 0;
	margin: 0 0 15px 0;
	font-size: 1.1em;
	line-height: 1.5em;
	font-style: italic;
}

.testimonials .title .line-container > span span{
	border:2px solid white;
}

.testimonials .img-container{
	border: 5px solid rgb(146,193,206);
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 171px;
}

.testimonials .img-container .thumb-hover a.hover{
	color: white;
	font-size:18px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	text-shadow: 1px 2px #c04346;
	width: 65%;
}

.testimonials .tooltip .tooltip-inner{
	background: #057a62;
	border-radius: 2px;
	font-size: 14px;
}

.testimonials .tooltip.top .tooltip-arrow{
	border-top-color: #057a62;
}

.testimonials .tooltip.bottom .tooltip-arrow {
	border-bottom-color: #057a62;
}




/* News -------------------------------------------*/
.news .sub-item{
	float: left;
}
.news div.box{
	border: 1px solid #e9e9e9;
	border-radius: 1px;
	position: relative;
	margin-bottom: 20px;
}
.news div.box img{
	width: 100%;
}

.news div.box .thumb-hover{
	display: none;
	left: 0;
	position: absolute;
	top:0;
	width: 100%;
}

.news div.box .news-data{
	background: white;
	padding: 22px;
}

.news div.box .news-data a{
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	/* button contact-btn */
	border: 2px solid rgb(98, 98, 98);
}

.news div.box:hover .thumb-hover{
	display: block;
}

.news div.box:hover .news-data h3,
.news div.box:hover .news-data a{
	color:#3598db;
}

.news div.box:hover .news-data a {
	border: 2px solid #3598db;
}

.news .carousel .carousel-indicators li:hover,
.news .carousel .carousel-indicators li.active{
	background-position: -20px -2px;
}


/* Twitter ----------------------------------------*/
.twitter.set{
	padding: 3em 0;
}
section.twitter{
	background: #35b2e7;
	color: white;
	text-align: center;
}
section.twitter .username{
	font-size:1.2em;
	padding: 0;
}
section.twitter .tweet{
	font-size:2.2em;
	font-weight: bold;
}
section.twitter .date{
	font-size:1.1em;
}



/* Contact ----------------------------------------*/
.contact.set{
	background: rgb(162,199,82);
}

.contact form{
	padding: 60px 0;
}

.contact h2 {
	color: #fff;
	font-size: 2.5em;
	line-height: 3em;
	overflow: hidden;
	font-weight: 700;
}

.contact a {
	color: #fff;
}
.contact a:hover {
	color: #02708d;
}

.done	{
	display: none
}
.done h3 {
	color: #fff;
	padding: 20px 0 0 0;
	font-size: 1em;
}
.contact input,
.contact textarea{
	background: #fb787b;
	color: #fff !important;
	border: 0;
	border-radius: 0;
	padding: 2%;
	width: 96%;
}
.contact input:hover,
.contact textarea:hover,
.contact input:focus,
.contact textarea:focus{
	background: #fdafb1;
	color: #fff !important;
}

.contact input:placeholder,
.contact textarea:placeholder{
	color: #fff !important;
}

::-webkit-input-placeholder {
	color: #fff !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
}

:-ms-input-placeholder {
	color: #fff !important;
}



.contact textarea {
	min-height: 150px;
	resize: none;
}

.contact button{
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #FDAFB1;
	border-radius: 2px 2px 2px 2px;
	color: white;
	float: right;
	font-weight: bold;
	padding: 17px 27px;
	text-transform: uppercase;
}
.contact button:hover {
	background: #fff;
	color: #fa565a;
	border: 2px solid #fff;
}
.contact .hightlight {
	border: 2px solid #9F1319
}
.contact .map_container{
	position: absolute;
	right: 0;
}

.contact .map_container #map{
	width: 100%;
	min-height: 560px;
}

/* Footer ----------------------------------------*/
.imprint {
	margin-top: 2px;
}

footer{
	color: #fff;
	font-size: 0.9em;
}
.scrollup	{
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	text-indent: -9999px;
	background: url('../img/to-top.png') no-repeat;
}
.scrollup:hover {
	opacity: 0.7;
}

#footer {
	padding: 10px 0;
}

#footer p {
	margin: 0;
}


#footer .social-buttons a {
	margin-right: 5px;
}
#contact .social-buttons a {
	margin-right: 10px;
}

/* Blog ----------------------------------------*/

.blog.set{
	padding: 2em 0;
}

.blog .title h2{
	border: 0;
	margin: 1em 0;
}

.blog .post-container{
	background: white;
	border: 1px solid #e9e9e9;
}



.blog .post-container .img-container .thumb-hover{
	background: #FA6165;
	border-radius: 1px;
	color: #EFB23C;
	display: block;
	left: -50%;
	padding: 22px 0;
	position: relative;
	text-align: center;
	top: 50%;
	width: 82px;
}

.blog .post-container .post-content h2{
	color: #fa565a;
	font-size: 1.7em;
}

.blog .post-container .post-content .post-details{
	background: #fcfafb;
	padding: 1em;
	overflow: hidden;
}

.blog .post-container .post-content .post-details .detail,
.blog .post-container .post-content .post-details .social{
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.blog .post-container .post-content .post-details .detail li{
	display: inline-block;
	margin-right: 15px;
}

.blog .post-container .post-content .post-details .detail li a{
	color: inherit;
}

.blog .post-container .post-content .post-details .detail li a:hover{
	color: #fa6165;
}

.blog .post-container .post-content .post-details .detail li i{
	margin-right: 5px;
}

.blog .post-container .post-content .post-details .social{
	font-size: 1.2em;
}

.blog .post-container .post-content .post-details .social li{
	display: inline-block;
	margin-left: 5px;
}

.blog .post-container .post-content .post-details .social li a{
	color: #626262;
}

.blog .post-container .post-content .post-details .social li a:hover{
	color: #13ae8e;
}


.blog .post-container .post-content,
.blog .post-container .post-comments{
	overflow: hidden;
	padding: 1em 2.5em;
	position: relative;
}

.blog .post-container .post-comments{
	padding-bottom: 4.5em;
}

.blog .post-container .post-comments h3 strong{
	color: #969495;
}

.blog .post-container .post-comments .comments,
.blog .post-container .post-comments .replays{
	display: inline-block;
	margin-bottom: 1em;
}

.blog .post-container .post-comments .comments .avatar,
.blog .post-container .post-comments .replays .avatar{
	background: #969495;
	border-radius: 2px;
	display: block;
	height: 92px;
	width: 92px;
}

.blog .post-container .post-comments .comments .comment{
	min-width: 87.906%;
	position: relative;
}


.blog .post-container .post-comments .comments .comment .user,
.blog .post-container .post-comments .replays .comment .user{
	color: #f78c26;
}

.blog .post-container .post-comments .comments .comment .date,
.blog .post-container .post-comments .replays .comment .date{
	color: #969495;
}

.blog .post-container .post-comments .comments .comment .text,
.blog .post-container .post-comments .replays .comment .text{
	color: #3b3b3b;
}

.blog .post-container .post-comments .comments .reply-bt,
.blog .post-container .post-comments .replays .reply-bt{
	background: none;
	border: 1px solid #FCAAAC;
	border-radius: 2px;
	color: #FA565A;
	font-weight: bold;
	padding: 0.5em 1em;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	top: 0;
}

.blog .post-container .post-comments .comments .reply-bt i,
.blog .post-container .post-comments .replays .reply-bt i{
	margin-right: 5px;
}

.blog .post-container .post-comments .comments .reply-bt:hover,
.blog .post-container .post-comments .replays .reply-bt:hover{
	background: #FA565A;
	border: 1px solid #FA565A;
	color: white;
}

.blog .post-container .post-comments .replays .comment{
	min-width: 86.906%;
	position: relative;
}

.blog .post-container .leave-replay{
	background: #fa565a;
	padding: 2.5em;
	overflow: hidden;
}

.blog .post-container .leave-replay h2{
	color: #fff !important;
	font-size: 2em;
	text-align: left;
}

.blog .post-container .leave-replay input,
.blog .post-container .leave-replay textarea{
	background: #fb787b;
	color: #fff !important;
	border: 0;
	border-radius: 0;
	padding: 1%;
	width: 98%;
}

.blog .post-container .leave-replay input:hover,
.blog .post-container .leave-replay textarea:hover,
.blog .post-container .leave-replay input:focus,
.blog .post-container .leave-replay textarea:focus{
	background: #fdafb1;
	color: #fff !important;
}

.blog .post-container .leave-replay input:placeholder,
.blog .post-container .leave-replay textarea:placeholder{
	color: #fff !important;
}

.blog .post-container .leave-replay textarea {
	min-height: 150px;
	resize: none;
}

.blog .post-container .leave-replay button{
	background: none repeat scroll 0 0 transparent;
	border: 2px solid #FDAFB1;
	border-radius: 2px 2px 2px 2px;
	color: #fff;
	float: right;
	font-weight: bold;
	padding: 17px 27px;
	text-transform: uppercase;
}
.blog .post-container .leave-replay button:hover {
	background: #fff;
	color: #fa565a;
	border: 2px solid #fff;
}

/* Home2 */
.fullwidthbanner .team-desc {
	background: #0FAD8C;
	color: white;
	height: 10.5em;
	padding: 1em;
	width: 24.8em;
}

.fullwidthbanner .team-desc h2 {
	font-weight: 300;
	line-height: 1;
	padding: 0;
	font-size:2.5em;
	text-transform:none;
}

.fullwidthbanner .team-desc p.inbox {
	display: block;
	white-space: normal;
	width:auto;
	padding: 0;
	font-size: 1em;
	line-height: 1.7em;

}

/* # # # # # Sev # # # # # */

/* Formatierung Termintabelle in „Ablauf & Termine“ */
.tabletermine tr {
	border: solid white;
	border-width: 1px 0;
}
.tabletermine tr:first-child, .tabletermine tr:last-child {
	border-width: 0;
}
.tabletermine th {
	border: solid white;
	border-width: 0 1px;
	text-align: center;
}
.tabletermine th:first-child, .tabletermine th:last-child {
	border-width: 0;
}
.tabletermine td {
	border: solid white;
	border-width: 0 1px;
	text-align: center;
}
.tabletermine td:first-child, .tabletermine td:last-child {
	border-width: 0;
}
.tabletermine {
	width: 100%;
	margin: 0 0 20px 0;
}

/* Einfärbung der Carousel Controls */
.carousel-control {
	opacity: 0.3;
	filter: alpha(opacity=30);
	top: 105px;
}

.carousel-control:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.carousel-control:focus {
	opacity: 0.45;
	filter: alpha(opacity=45);
}

.carousel-indicators-container{
	margin-bottom: 32px;
}

/* Einfärbung der Musiker Zi */
blockquote {
	padding: 0 0 0 10px;
	border-left: 5px solid #02708d; /* blau link #005580 */
	line-height: 1.4em;
}

/* Sprungmarken */
section.set, .sprungmarke {
	padding: 70px 0 20px 0;
	margin: 0;
}
p.sprungmarke {
	margin: 0;
}

#footer {
	padding: 20px 0;
}

.title .line-container{
	margin-bottom: 20px;
}

/* YouTube Embed */
.ytembed,
.ytembedchat {
	width: 100%;
	height: 300px;
	border: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}
div.ytembed iframe,
div.ytembedchat iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* Accordion StyleSheets */
dl {
	/* margin-top:200px; */
}
/* height + margin-top added for demo */

dt {
	font-size: 1.6em;
	line-height: 2.5em;
	cursor: pointer;
	border-bottom: 2px dotted var(--eck-blau);
}

dt:hover {
	border-bottom: 2px solid var(--eck-blau);
}

dd {
	display: none;
	font-size: 1.2em;
	line-height: 1.6em;
}


.accordion-content {
	margin-left: 2em;
}

.accordion-title:after {
	content: '\02795'; /* Unicode character for "plus" sign (+) */
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.open:after {
	content: "\02796"; /* Unicode character for "minus" sign (-) */
}

.accordion-content a:before {
	content: "• ";
}

.accordion-content a {
	border-bottom: 1px dotted var(--eck-blau);
}

.accordion-content a:hover {
	border-bottom: 1px solid var(--eck-blau);
}



/*	Colours
hellblau 		rgb(46,193,206)	#2ec1ce
dunkelblau 		rgb(2,112,141)	#02708d
link blau 		rgb(0,85,128)	#005580
grün 			rgb(162,199,82)	#a2c752
orange			rgb(245,156,0)	#f59c00
*/