/*div {
 -webkit-transition: all 0.3s ease;
 -moz-transition: all 0.3s ease;
 -o-transition: all 0.3s ease;
 transition: all 0.3s ease;
 }
 */
.centered {
	text-align: center;
}

.csc-textpic-caption {
	padding: 8px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
.navbar-toggle {
	margin: 0;
}
/*
 / Spaces
 */
.margin-bottom-5, .margin-bottom-10, .margin-bottom-15, .margin-bottom-20, .margin-bottom-25, .margin-bottom-30, .margin-bottom-35, .margin-bottom-40, .margin-bottom-50, .margin-bottom-60 {
	clear: both;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 20px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-35 {
	margin-bottom: 35px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}

/*
 / Rahmen für Klasse "img-thumbnail" wieder aktivieren, da diese von css-styled-content deaktiviert wurde.
 */

div.csc-textpic .csc-textpic-imagewrap img {
	border: 1px solid #dddddd;
	display: block;
}

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
	margin-right: 0px;
	margin-bottom: 30px;
}

/*!
 * Kontakt
 */
.kontakt .col-xs-2 {
	text-align: center;
}
.kontakt .row {
	margin-bottom: 5px;
}
/*
 / File Links
 */

.csc-uploads-image img {
	min-width: 100px;
}

.panel .table tbody > tr > th {
	border-top: 0;
}

.csc-uploads-fileSize {
	min-width: 80px;
}

/*!
 * Marketing Item
 */
.marketing-item {
	margin-bottom: 30px;
	background: #ffffff;
}
.marketing-item div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 15px;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 0px;
}
.marketing-item div.csc-textpic .csc-textpic-imagewrap img {
	border: none;
	padding: 0px;
}
.marketing-item .marketing-item-header .page-header {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.marketing-item div.csc-textpic-intext-left .csc-textpic-imagewrap, .marketing-item div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-right: 0px;
}
.marketing-item-text .bodytext {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding-bottom: 35px;
	background: #fff;
}
.marketing-item .csc-header {
	margin-bottom: 0;
	text-align: center;
	padding: 30px 0 20px 0;
	background: #fff;
}

.cbQuickGoogleMap {
	border: 1px solid #dddddd;
	padding: 1px;
}

.tx-sbportfolio-pi1 .info-data span {
	margin-right: 10px;
	line-height: 14px;
	color: #999999;
}
.tx-sbportfolio-pi1 .info-data span a {
	color: #999999;
}
/*!
 * Bootstrap-Fix
 * Aktiviertes Collapse-Menü mit passenden overflow ausstatten.
 */

@media (min-width: 768px) {

	.navbar-collapse.in {
		overflow: visible;
	}

}

/*
 / Media Queries
 */

@media (max-width: 767px) {
	.navbar-brand {
		float: none;
		display: block;
		text-align: center
	}
}



/**
* Bootstrap - Gleiche Höhen fuer Spalten ermöglichen
**/

/* XS */
@media (max-width: 767px) {

	.row-eq-height-xs {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

}

/* SM */
@media (min-width: 768px) and (max-width: 991px) {

	.row-eq-height-sm {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

}

/* MD */
@media (min-width: 992px) and (max-width: 1199px) {

	.row-eq-height-md {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

}

/* LG */
@media (min-width: 1200px) {

	.row-eq-height-lg {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

}
