/*!
* Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/

a {outline: none;}

.listreferenz {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.referenz__item {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


body {
	width: 100%;
	height: 100%;
	font-family: 'Arimo', sans-serif;
}

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

::-moz-selection {
	color: #fff; background: #b00042;
}

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}


/* ======= NAVIGATION =======*/
.navbar-brand {
	float: none !important;
	margin: 0 !important;
	margin: 10px auto !important;
	table-layout: fixed !important;
	width: 350px;
	height: 82px;
	background:url(/img/communibit_logo.svg);
	background-size: 350px 82px;
	text-indent: -9999em;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
	outline: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}

.navbar-header {
	float: none;
}

.navbar-nav {
	float: none;
	margin:  auto;
	table-layout: fixed;
	display: table;
}

.navbar-default {
	background-color: #fff;
	border: none;
	-webkit-box-shadow: 0 -10px 25px 5px #999999;
	-moz-box-shadow: 0 -10px 25px 5px #999999;
	box-shadow: 0 -10px 25px 5px #999999;

}

.navbar-default .navbar-nav > .active > a /*, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover */ {
	color: #B00042;
	background: transparent;
	border-bottom: 2px solid #999999;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #B00042;
	background-color: transparent;
	outline: none;
	border-bottom: 2px solid #b00042;
	transition: all 0s ease-in-out;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	height: auto;
	border: none;
}

.navbar-collapse.in {
	overflow-y: hidden;
}

.navbar-default .navbar-nav > li > a {
	color: #B00042;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

.navbar-default .navbar-nav > li.current > a {
	color: #444;
	border-bottom: 2px solid #444;
}

@media(min-width:0px) {
	.navbar-brand {
		float: none;
		margin: 0;
		margin: 10px auto;
		table-layout: fixed;
		display: table;
		width: 220px;
		height: 52px;
		background:url(/img/communibit_logo.svg);
		background-size: 220px 52px;
		text-indent: -9999em;
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}

	.navbar-nav {
		float: none;
		margin: 0px auto;
		display:block;
		text-align: center;
	}

	.overlay-scale, #trigger-overlay {
		display: block;
	}
}

@media(min-width:768px) {
	.navbar-brand {
		width: 260px;
		height: 61px;
		background:url(/img/communibit_logo.svg);
		background-size: 260px 61px;
		text-indent: -9999em;
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}

	.navbar-nav {
		float: none;
		margin: 0;
		margin: 0 auto;
		table-layout: fixed;
		display: table;
	}

	.overlay-scale, #trigger-overlay {
		display: none;
	}
}

@media(min-width:992px) {
	.navbar-brand {
		width: 350px;
		height: 82px;
		background:url(/img/communibit_logo.svg);
		background-size: 350px 82px;
		text-indent: -9999em;
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}

	.navbar-nav {
		float: none;
		margin: 0;
		margin: 0 auto;
		table-layout: fixed;
		display: table;
	}

	.overlay-scale, #trigger-overlay {
		display: none;
	}
}

@media(min-width:1200px) {
	.navbar-brand {
		width: 350px;
		height: 82px;
		background:url(../img/communibit_logo.svg);
		background-size: 350px 82px;
		text-indent: -9999em;
		-webkit-transition: background .2s ease-in-out;
		-moz-transition: background .2s ease-in-out;
		transition: background .2s ease-in-out;
	}

	.navbar-nav {
		float: none;
		margin: 0;
		margin: 0 auto;
		table-layout: fixed;
		display: table;
	}

	.overlay-scale, #trigger-overlay {
		display: none;
	}
}

@media(min-width:768px) {
	.navbar {
		padding: 20px 0px 0px 0px;
		-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;
		-webkit-box-shadow: 0 -10px 25px 5px #999999;
		-moz-box-shadow: 0 -10px 25px 5px #999999;
		box-shadow: 0 -10px 25px 5px #999999;

	}

	.top-nav-collapse {
		padding: 0;
	}
}

/* ======= ICONS =======*/
@media(min-width:768px) {
	.iconcontent {
		height:150px;
	}
}

@media(min-width:992px) {
	.iconcontent {
		height:210px;
	}
}

@media(min-width:1200px) {
	.iconcontent {
		height:200px;
	}
}

.iconinhalte {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/inhalt.svg);
	background-size: 50px 50px;
}

.iconfunktionen {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/funktionen.svg);
	background-size: 50px 50px;
}

.iconwebdesign {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/webdesign.svg);
	background-size: 50px 50px;
}

.iconstruktur {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/struktur.svg);
	background-size: 50px 50px;
}

.icontechnik {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/technik.svg);
	background-size: 50px 50px;
}

.iconkonzept {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/konzept.svg);
	background-size: 50px 50px;
}

.iconprojekte {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/projekte.svg);
	background-size: 50px 50px;
}

.iconanalyse {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/analyse.svg);
	background-size: 50px 50px;
}

.iconseo {
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/seo.svg);
	background-size: 50px 50px;
}

.iconnutzerfreundlich{
	margin: 0px auto 15px;
	width: 50px;
	height: 50px;
	background:url(../img/nutzerfreundlich.svg);
	background-size: 50px 50px;
}
@media(min-width:0px) {
	.iconfunktionen, .iconwebdesign, .iconstruktur, .icontechnik, .iconkonzept, .iconprojekte, .iconanalyse, .iconseo, .iconnutzerfreundlich{
		margin-top: 70px;
	}
}
@media(min-width:768px) {
	.iconinhalte, .iconfunktionen, .iconwebdesign, .iconstruktur, .icontechnik, .iconkonzept, .iconprojekte, .iconanalyse, .iconseo, .iconnutzerfreundlich{
		margin: 0px auto;
	}
}

/* ======= CONTENT =======*/

section.centered { text-align:center; }
section.largeText p, section.largeText li { font-size:1.2em; line-height:120%; }
section.bgWhite { padding:30px 0; background-color:#fff; }
section.bgRed { padding:30px 0; background-color:#B00042; color:#fff; }
section.bgDarkGrey { padding:30px 0; background-color:353535; color:#fff; }
section.bgLightGrey { padding:30px 0; background-color:#ccc; }
section.bgLightGrey a { color:#444; }
section.bgLightGrey a:hover { color:#B00042; }
a.textbutton { display:inline-block; margin:5px; padding:10px 15px; border:1px #aaa solid; border-radius:3px; color:#444; text-transform:uppercase; font-size:1.1em; }
section.bgDarkGrey a.textbutton { color:eee; }
a.textbutton:hover { color:#B00042; }
section.bgRed a.textbutton { color:#eee; }
section.bgRed a.textbutton:hover { color:#fff; border:1px #eee solid; }


.intro-section {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: #000;
	background-attachment:fixed!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
	-o-background-size: cover!important;
}

.impressum-intro, .datenschutz-intro {
	display: table;
	width: 100%;
	height: 75%;
	text-align: center;
	color: #fff;
	background-color: #000;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	overflow:hidden
}

.aktuelles-intro {
	display: table;
	width: 100%;
	height: 75%;
	text-align: center;
	color: #fff;
	background: url(/img/bg_news.jpg) no-repeat bottom center scroll;
	background-color: #000;
	background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro-center {
	display: table-cell;
	vertical-align: middle;
}

.agentur-section {
	height: 75%;
	padding-top: 50px; /*150px;*/
	text-align: center;
	background: #fff;
}

.modalboxen {
	height: auto;
	text-align: center;
	background: #B00042;
	color: #fff;
	padding: 40px 0px;
}

.leistungen-section {
	height: 75%;
	padding-top: 50px; /*150px;*/
	text-align: center;
	background: #2e2e2e;
	color: #fff;
}

.aufgaben-section {
	height: 100%;
	padding-bottom: 60px;
	text-align: center;
	background: #2e2e2e;
	color: #fff;
}

.referenzen-section {
	height: 100%;
	padding-top: 50px; /*150px;*/
	text-align: center;
	background: #fff;
	padding-bottom: 60px;
}

.team-section {
	height: 100%;
	padding-top: 50px; /*150px;*/
	padding-bottom: 60px;
	text-align: center;
	background: #b00042;
	color: #fff;
}

.news-section {
	height: 100%;
	padding-top: 50px; /*150px;*/
	padding-bottom: 60px;
	text-align: center;
	background: #fff;
}

.kontakt-section {
	height: auto;
	padding-top: 50px; /*150px;*/
	padding-bottom: 60px;
	text-align: center;
	background: #2e2e2e;
	color: #fff;
}
.kontakt-section #getintouch {
	text-align: left;
}

.info-aufgaben {
	text-align:center;
	height: 200px;
	padding: 10px;
	border-bottom: 1px solid #77787b;
	transition: all 0.5s ease-in-out;

}

.info-aufgaben:hover{
	display: block;
	text-align:center;
	height: 200px;
	background: #b00042;
	padding: 10px;
	border-bottom: 1px solid #77787b;
	transition: all 0.5s ease-in-out;
}

.impressum-section, .datenschutz-section, .aktuelles-section {
	height: auto;
	padding-top: 0px;
	text-align: center;
	background: #fff;
	overflow:hidden
}

section#vorteile {
	padding:30px 0;
}
section#vorteile .iconcontent { height:auto; padding:0 30px; }
section#vorteile .iconcontent h3 { font-size:1.6em; text-align:center; }
section#vorteile .iconcontent p { font-size:1.2em; text-align:center; }

section#internetagentur .iconcontent { height:auto; margin-bottom:30px; }

figcaption h4 { margin-top:0; text-transform:none; }


@media(min-width:0px) {
	.impressum-intro, .datenschutz-intro{
		display: table;
		width: 100%;
		height: 450px;
		text-align: center;
		color: #fff;
		background-color: #000;
		background-attachment:fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	.aktuelles-intro{
		display: table;
		width: 100%;
		height: 450px;
		text-align: center;
		color: #fff;
		background-color: #000;
		background-attachment:fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}
	.agentur-section, .leistungen-section, .team-section {
		height:auto;
		padding-top: 100px;
	}

	.aufgaben-section, .kontakt-section {
		height: auto;
	}

	.kunden-section, .news-section {
		height: auto;
		padding-top: 100px;
	}

	.referenzen-section{
		padding-top: 100px;
		height: auto;
	}

	.info-aufgaben, .info-aufgaben:hover {
		height: auto;	
	}
}


/* Styles für Seiten, die Content aus Modalboxen verwenden */
article.detailcontent .row .md-modal .md-content, article.detailcontent .row  .md-modal .md-content p { color:#333; }
article.detailcontent .row .md-effect-1 .md-content {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	opacity:1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	overflow-y:auto;
	background-color:transparent;
	background:none;
}
article.detailcontent .md-modal {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	z-index: 1;
	visibility: visible;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
}
article.detailcontent .md-footer { display:none; }


@media(min-width:768px) {
	.impressum-intro, .datenschutz-intro, .aktuelles-intro {
		height: 75%;
		padding-top:50px;
	}
	.agentur-section, .leistungen-section, .kontakt-section {
		height: auto;
		padding-top:50px; /* 180px;*/
	}

	.news-section {
		height:auto;
		padding-top:50px; /* 180px;*/
	}

	.team-section, .referenzen-section {
		height: 100%;
		padding-top:50px; /* 180px;*/
	}

	.info-aufgaben, .info-aufgaben:hover {
		height: 155px;	
	}
}

@media(min-width:992px) {
	.info-aufgaben, .info-aufgaben:hover {
		height: 200px;	
	}

	.news-section{
		height: auto;
	}
}

@media(min-width:1200px) {
	.info-aufgaben, .info-aufgaben:hover {
		height: 155px;
	}
	.news-section{
		height:100%;
	}
}
/* ====== PARALLAX ====== */
@media(min-width:0px){
	.parallax-window {
		min-height: 250px;
	}
}

@media(min-width:768px){
	.parallax-window {
		min-height: 400px;
	}
}

/* ====== FOOTER ====== */
.footer {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: #353535;
	min-height:400px;
	color:#fff;
	text-align:center;
}

.footer .footer-logo {
	position:relative ;
	margin: 90px auto 0px;
	width: 220px;
	height: 53px;
	background:url(/img/communibit_logo.svg);
	background-size: 220px 53px;
	text-indent:-9999em;
	text-align:center;
	opacity: 0.7;
	transition: all 350ms linear;
}

.footer .footer-logo:hover {
	opacity: 1;
	transition: all 350ms linear;
}

p.footer-text {
	margin:30px 0px;
	padding: 0px 5px 0px 5px;
	font-weight:200 !important;
	font-size: 15px;
	/*text-transform:uppercase;*/
	color: rgba(255,255,255,);
	transition: all 350ms linear;
	text-align:center;	
}

p.footer-text a {
	color: rgba(255,255,255,0.6);
	transition: all 350ms linear;
	outline: none;	
}

p.footer-text a:hover {
	color: #b00042;
	transition: all 350ms linear;
	cursor:pointer;
	text-decoration:none;
}

#footer-nav {
	background: #b00042;
	margin: 0px;
	padding: 5px 0px;
	height: auto;
	text-align: center;
}

#footer-nav ul {
	margin:0;
	padding:0px
}

#footer-nav ul li {
	display:block;
	float:left;
	margin:0;
	width:100%;
}

#footer-nav ul li a {
	display:block;
	margin:5px 0px 0px 0px;
	padding:10px 0 10px 0;
	width:100%;
	font-size:14px;
	line-height:14px;
	color:#282828;
	text-transform:uppercase;
	transition:all 350ms linear;
	text-decoration:none;
	font-weight:200;
}

#footer-nav ul li a:hover {
	color:#fff;
}

#footer-nav  ul li.active a {
	color:#282828;
}

@media (min-width:0px) {
	#footer-nav ul li a {
		display:block;
		margin:5px 0px 0px 0px;
		padding:10px 0 10px 0;
		width:100%;
		font-size:14px;
		line-height:14px;
		color:#b00042;
		text-transform:uppercase;
		transition:all 350ms linear;
		text-decoration:none;
		font-weight:200;
		outline: none;
	}

	#footer-nav ul li a:hover {
		background:#313131;
	}
}

@media (min-width:768px) {
	#footer-nav ul li {
		display:inline-block;
		float:none;
		width:auto
	}

	#footer-nav ul li a {
		padding:10px 10px 30px 10px;
		width:auto;
		font-size:15px;
		line-height:15px;
		color:#282828;
	}

	#footer-nav ul li a:hover {
		background:none;
	}

	#footer-nav {
		margin: 0px 0px 0px 0px;
		padding: 20px 0px 0px;
		height: auto;
		text-align: center;
	}

	.footer .footer-logo {
		position:relative ;
		margin: 60px auto 0px;
		width: 350px;
		height: 82px;
		background:url(../img/communibit_logo.svg);
		background-size: 350px 82px;
		text-indent:-9999em;
		text-align:center;
		opacity: 0.7;
		transition: all 350ms linear;
	}
}



@media (min-width:0px) {
	.copyright{
		width:100%;
		margin-top: 43px;
		background: #2e2e2e
	}

	.copyright p{
		margin: 25px 0px 25px;
		font-size: 14px;
		line-height: 1.6;
		text-align:center;
		color: #fff;
	}
}

@media (min-width:768px) {
	.copyright{
		width:100%;
		margin-top: 65px;
		background:#2e2e2e;
	}

	.copyright p{
		margin: 25px 0px 25px;
		font-size: 14px;
		line-height: 1.6;
		text-align:center;
		color: #fff;
	}
}

/* ====== BUTTON ====== */
.md-trigger {
	margin-bottom: 20px;
	width: 100%;
	padding: 15px 16px;
	background: #fff;
	color: #2e2e2e;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 18px;
	transition: all 0.5s ease-in-out;
	outline: none;
}

.md-trigger:hover {
	background: #b00042;
	color: #fff;
	border: 1px solid #fff;
	outline: none;
}

.md-trigger-small {
	margin: 30px 0px;
	padding: 8px 20px;
	width: 100%;
	color:#fff;
	background: #b00042;
	border: 1px solid #fff;
	border-radius: 6px;
	font-size: 12px;
	text-transform:uppercase;
	transition: all 0.5s ease-in-out;
	outline: none;
}

.md-trigger-small:hover {
	color:#b00042;
	background: #fff;
	border: 1px solid #b00042;
	outline: none;
}

.md-close {
	position:fixed;
	right:1px;
	bottom: 0px;
	width: 100%;
	padding: 10px 16px;
	background: #b00042;
	color: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	font-weight:bold;
	outline: none;
}

.md-close:hover {
	background: #b00042;
	color: #2e2e2e;
	border: 1px solid #ccc;
	outline: none;

}



@media (min-width:0px) {
	.md-trigger, .md-trigger:hover  { 
		padding: 10px 16px;
		font-size: 12px;
	}

	.md-trigger-small, md-trigger-small:hover {
		margin: 0px 0px;
		padding: 8px 0px;
	}


}
@media (min-width:768px) {
	.md-trigger-small, md-trigger-small:hover {
		margin: 30px 0px;
		padding: 8px 11px;
	}
}

@media (min-width:992px) {
	.md-trigger, .md-trigger:hover  { 
		padding: 15px 16px;
		font-size: 18px;
	}
}

.md-close, .md-close:hover{
	font-size: 16px;
}

.btn-lg {
	margin-top: 20px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: #333;
	background-color: #B00042;
	border-color: #fff;
	outline: none;
	transition: all 0.5s ease-in-out;

}
.btn-lg:hover {
	color: #fff;
	background-color: #B00042;
	border-color: #fff;
	transition: all 0.5s ease-in-out;
	outline: none;
}

.btn-lg:focus{
	color: #fff;
	background-color: #B00042;
	transition: all 0.5s ease-in-out;
	outline: none;
}

.btn {
	display: inline-block;
	padding: 10px 45px;
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	outline: none;
}

/* ====== PAGE TOP ====== */

.back-to-top {
	font-size:20px;
	position: fixed;
	right:15px;
	bottom:15px;
	width: 40px;
	height: 40px;
	background:url(../img/button_arrow.svg);
	background-size: 40px 40px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;;
	z-index: 15;
	text-align:center;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	outline: none;

}

.back-to-top:hover {
	width: 40px;
	height: 40px;
	background:url(../img/button_arrow_hover.svg);
	background-size: 40px 40px;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	outline: none;
}

.back-to-top:focus {
	color: #b00042;
	text-decoration:none;
	outline: none;
}

.up-button p{
	margin-top:2px;
	outline: none;
	font-size:25px;
	color:#fff;
}
.up-button p:hover{
	margin-top:2px;
	outline: none;
	font-size:25px;
	color:#b00042;
}

/* ====== SPACER ====== */
.spacer-60 {margin-top: 60px;}
.spacer-100 {margin-bottom: 100px;}

/* ====== GLOBAL LINKS ====== */
a {
	color: #666; /*#B4B4B4;*/
	transition:all 350ms linear;
	text-decoration:none;
	outline: none;
	/*font-size: 14px;*/
}

a:hover, a:focus {
	color: #b00042;
	text-decoration:none;
	outline: none;
	/*font-size: 14px;*/
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	color: #b00042;
	background-color: #fff;
	outline: none;
}
.nav-pills > li > a {
	border-radius: 4px;
	outline: none;
	border-bottom: 1px dashed #BCBCBC;
	text-align:left;
}
.nav-pills > li > a:before {
	/* content: ">>  ";*/
}

/* ====== IMAGES ====== */
.img-artikel {
	margin: 50px 0px;
	border: 1px solid #cdcdcd;
	height: 100%;
	width:auto;
}

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

.fb-page {
	margin-top: 25px;
}

@media (max-width: 598px){
	.kundeninfo{
		display: block;
		width: 100%;
		height: auto;
		border-bottom: 2px solid #dadada;
	}

	.kundeninfo h3{
		color: #b00042
	}

	.cs-style figcaption{
		display: none !important;
	}

	.grid-1 figure {
		margin: 0;
		position: relative;
		height: 150px !important;
	}
	.grid-1 {
		padding: 5px;
		max-width: 100%;
		margin: 0 auto;
		list-style: none;
		text-align: center;
		height: 150px !important;
	}
}

@media only screen and (min-width:599px) and (max-width:10000px){
	.kundeninfo{
		display: none !important;
		width: 100%;
		height: auto;
		background: #0f0;
	}

	.cs-style figcaption{
		display: block !important;
	}
}


/* ======== REFERENZEN ======== */
.referenzcontainer {
	border: 1px solid lightgray;
	margin-bottom: 25px;
}

.referenz-image {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	border-bottom: 1px solid lightgray;
}

.referenzcontainer .referenz-image{
	background: #000;
}

.referenzcontainer .referenz-image img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	height: auto;
	width: 100%;
}

.referenzcontainer .referenz-image:hover img {
	opacity: .5;
}


.referenz-text {padding: 15px; margin-bottom: 30px;}

.referenz-kunde{padding: 15px;}

.referenz-btn {
	position: absolute;
	background: #dadada;
	border-radius: 0px;
	display: block;
	right: 15px;
	bottom: 25px;
	padding: 5px 15px;
	color: #444;
	transition: all 500ms ease-in-out;
	outline: none;
}

.referenz-btn:hover {
	background: #313131;
	color: #fff;
	transition: all 500ms ease-in-out;
}

.hoverview {
	display: none;
}

.hoverview {
	position: absolute;
	font-size: 55px;
	left: 47%;
	top: 10%;
	color: #fff;
}


.card{

	margin: 10px 0px;
}
.card > div {    background-color: rgba(0,0,0,.7);
	padding: 20px;
	text-align: left;
}

a.btn.btn-pink.btn-sm.btn-rounded {
	background-color: #b00042;
}

.row:nth-Child(odd) .alternating {
	background-color: rgba(0, 160, 210, 0.75);
		display: flex;
	padding: 15px;
	margin: 15px;
	color:#fff;
}

.row:nth-Child(even) .alternating {
	background-color: rgba(0,0,0,0.0);
	display: flex;
	padding: 15px;
	margin: 15px;
}