/* dosis-regular - latin */
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/templates/assets/fonts/dosis-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Dosis Regular'), local('Dosis-Regular'),
       url('/fileadmin/templates/assets/fonts/dosis-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fileadmin/templates/assets/fonts/dosis-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fileadmin/templates/assets/fonts/dosis-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fileadmin/templates/assets/fonts/dosis-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fileadmin/templates/assets/fonts/dosis-v7-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* GLOBAL STYLES
 -------------------------------------------------- */
/* Vorübergehend */


.pdf {
	border: none !important;
	height: 212px !important;
}

img.mitgliederzeitschrift {
	height: 212px;
	width: 150px;
}

/* Padding below the footer and lighter body text */
img, embed, object, video {
	max-width: 100%;
	height: auto;
	width: auto;
}

.csc-textpic-imagewrap img {
	padding: 4px;
	border: 1px solid #DDD !important;
	background: white;
}

DIV.csc-textpic-above DIV.csc-textpic-imagewrap, DIV.csc-textpic-below DIV.csc-textpic-imagewrap, DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI, DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: none;
}


.csc-textpic-caption {
    text-align: center;
}

html {
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	padding-bottom: 40px;
	color: #5a5a5a;
	background: url(/fileadmin/templates/assets/img/bg_body.jpg) top left repeat;
	font-family: 'Dosis', sans-serif;
	height: 100%;
	font-size: 16px;
}



.page-wrapper {
	max-width: 1170px;
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px 5px;
	float: inherit !important;
	min-height: 100%;
	-webkit-box-shadow: 0px 0px 5px 5px #cccccc; /* WebKit */
	-moz-box-shadow: 0px 0px 5px 5px #cccccc; /* Firefox */
	box-shadow: 0px 0px 5px 5px #cccccc; /* Standard */
}


h1 {
	font-size: 22px;
	border-bottom: 3px solid #fdba12;
	display: inline-block;
	line-height: 1.5;
}

h1.grid {
	margin-bottom: -50px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}

.row {
	margin: 0px;
	padding: 20px 0px;
}

.breadcrumb {
	padding: 8px 0px 0px 0px;
	margin-bottom: 0px;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
	text-align: right;
	font-size: 14px;
}



/*
.specials {
	margin: 0px;
	padding: 20px 0px;
	background: #EFEFEF;
	font-size: inherit;
	padding: 5px 30px;
	text-align: center;
}

.specials img {
	margin: 0px 5px;
	padding: 5px 0px;
	background: none;
	border: 0px !important;
}
*/
.specials {
	background: #EFEFEF;
	padding: 30px 35px !important;

	@media (max-width:767px){
		padding: 30px 15px !important;
	}
	
}



.specials div.csc-textpic-center .csc-textpic-center-outer {
  position: inherit; 
   float: none; 
   right: 0%; 
}

.specials div.csc-textpic-center .csc-textpic-center-inner {
  position: inherit;
  float: none;
  right: 0%;
  text-align: center;
}

.specials .csc-textpic-imagerow {
	display: inline-block;
}
.specials div.csc-textpic-imagecolumn {
	margin-right: 35px;
	width: 100px;
	display: inline-block;
	float: none !important;
	vertical-align: top;
}

.specials div.csc-textpic-lastcol {
	margin-right: 0px;
}
.specials .csc-textpic-caption {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
}

.specials img {
	background: transparent;
	border: 0px !important;
	display: table-cell;
  margin: 0px auto;
}
.container {
	width: inherit;
	padding: 0px;
	margin: 0px;
}

.col-lg-4, .col-lg-6 {
	padding: 8px 0px 0px 0px;
}

.slogan, .serviceicons {

	padding-top: 20px;
}

.serviceicons img {
	margin: 0px 5px;
	padding: 5px 0px;
}

.zurueck {
	margin-top: 40px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #cccccc;
	
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #e6e6e6));
    background:-moz-linear-gradient(top, #ededed 5%, #e6e6e6 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #e6e6e6 100%);
    background:-o-linear-gradient(top, #ededed 5%, #e6e6e6 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #e6e6e6 100%);
    background:linear-gradient(to bottom, #ededed 5%, #e6e6e6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e6e6e6',GradientType=0);
    background-color:#ededed;

}

.zurueck:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e6e6e6), color-stop(1, #ededed));
    background:-moz-linear-gradient(top, #e6e6e6 5%, #ededed 100%);
    background:-webkit-linear-gradient(top, #e6e6e6 5%, #ededed 100%);
    background:-o-linear-gradient(top, #e6e6e6 5%, #ededed 100%);
    background:-ms-linear-gradient(top, #e6e6e6 5%, #ededed 100%);
    background:linear-gradient(to bottom, #e6e6e6 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e6e6', endColorstr='#ededed',GradientType=0);
    background-color:#e6e6e6;
}

.zurueck a {
    color: #5a5a5a;
}

.zurueck a:hover {
    color: #5a5a5a;
    text-decoration: none;
}

/* AKKORDION
 -------------------------------------------------- */

.akkordion h2 {
	font-size: 16px;
	background-color: whiteSmoke;
	border: 1px solid #DDD;
	padding: 10px 15px;
	cursor: pointer;
}

.akkordion h2 .caret {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

/* CUSTOMIZE THE CAROUSEL
 -------------------------------------------------- */
.points {
	display: none;
}

/* Carousel base class */
.carousel {
	/*height: 468px;*/

}

#myCarousel {
	margin: 0px;
	/*margin-top: -40px;*/
}

.carousel-caption {
	position: inherit;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	color: white;
	text-align: right;
	background: #EE1E2A;
	min-height: 65px;
	min-width: 100%;
	max-width: 100%;
	padding: 5px;
	font-size: inherit;
	line-height: 1.4;
}

.carousel-caption a {
	text-decoration: none;
	color: #ffffff;
}

#bildergalerie {
	max-width: 508px;
	margin-top: 8px;
}

.caption-bildergalerie {
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: white;
	text-align: center;
	background: url(/fileadmin/templates/assets/img/bg_caption_bildergalerie.png) top left repeat;
	min-height: 54px;
	padding: 5px 0px;
	min-width: 100%;
	max-width: 100%;
}

.caption-bildergalerie p {
	margin-bottom: 0px;
	font-size: inherit;
	line-height: 1.4;
}

.carousel-indicators {
	bottom: 55px;
	position: absolute;
	left: 25px;
	z-index: 15;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	text-align: left;
}

.carousel-indicators li, .carousel-indicators .active {
	width: 15px;
	height: 15px;
	background: #ffffff;
	margin-right: 8px;
}

.carousel-indicators .active {
	background: #EE1E2A;
	border: 2px solid #ffffff;
	margin: 1px 8px 1px 1px;
}

div.placeholder {
	background-color: #ffffff;
	width: 50px;
	height: 25px;
	bottom: 55px;
	position: absolute;
	left: 0px;
	z-index: 15;
	margin-bottom: 15px;
}

.carousel-control {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* CONTENT
 -------------------------------------------------- */
.spalte {
	margin-bottom: 10px;
}
.spalte .csc-default {
	width: 90%
}

.spalte .csc-textpic {
	overflow: inherit;
	border: 1px solid #EEEDED;
	padding: 6px;
	background-color: #ffffff;
}

.spalte .zeitschrift .csc-textpic {
	min-height: 316px;
}

.spalte .csc-textpic-imagewrap {
	margin: 0px !important;
	height: 165px;
	overflow: hidden;
}

	.spalte .zeitschrift .csc-textpic-imagewrap {
  height: auto;

}
.spalte .csc-textpic h2 {
	border: none;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	clear: both;
}

.spalte .zeitschrift .csc-textpic-text h2 {
	clear: none;
}

.spalte .bodytext {
	margin: 0px;
}

.spalte .bodytext a {
	position: relative;
	bottom: 50px;
	right: -20px;
	background-color: #fdba12;
	color: white;
	font-size: 20px;
	padding: 1px 14px;
	float: right;
	color: #3d3c3c;
	text-decoration: none;
	margin-bottom: -10px;
}

.spalte .zeitschriftenlink a {
	position: relative;
	top: -45px;
	right: 0px;
	background-color: #EE1E2A;
	color: white;
	font-size: 20px;
	padding: 1px 14px;
	float: right;
	color: #ffffff;
	text-decoration: none;

}

.spalte .zeitschrift .bodytext a {
	position: inherit;
	bottom: 0px;
	right: 0px;
	background-color: transparent;
	color: #337ab7 !important;
	font-size: inherit;
	padding: inherit;
	float: none;
	color: inherit;
	text-decoration: none;
	margin-bottom: inherit;
}

.spalte .zeitschrift .bodytext a:hover {
	text-decoration: underline;
}

.spalte figure {
	margin: 0px !important;
}
.spalte img {
	border: none !important;
	padding: 0px;
}

/*+++ Hack Frefox+++*/
@-moz-document url-prefix() {
    .spalte img{max-width: inherit; width: 100%;} 


}



/* Workaround */
.newsletter img {
	border: none !important;
	width: 120px;
}

.more {
	position: relative;
	bottom: 50px;
	right: -20px;
	background-color: #EE1E2A;
	color: white;
	font-size: 20px;
	padding: 1px 14px;
	float: right;
}

/*
.contenttable td {
	vertical-align: top;
	width: 20%;
	padding: 5px 5px 10px 5px;
}

.contenttable td:first-child {
	width: 40%;


}

.contenttable td:last-child {
	white-space: nowrap;


}
.contenttable tr:nth-child(odd) {
	background: #ffffff url(/fileadmin/templates/assets/img/bg_news.jpg) top left repeat-x
	
}
*/
.contentleft, .contentright {
	float: left;
}

.contentleft {
	margin-right: 1em;
}

.news .article .news-img-wrap {
	background: transparent;
	margin: 0px;
}

.news-list-view .article {
	background: #ffffff url(/fileadmin/templates/assets/img/bg_news.jpg) top left repeat-x;
	padding: 20px;
}

.news-list-view .article h3 a {
	color: #5a5a5a;
	text-decoration: none;
}

.news-list-view .article h3 a:hover,
.news-list-view .article h3 a:focus {
	color: #5a5a5a;
}

.news-list-view .article .news-img-wrap {
	float: right;
}

.news .article .moreImages {
	float: none;
	width: 100%;
	margin: 30px 0px 30px 0px;
}

.news .article .news-img-wrap a {
	display: block;
	padding: 0px;
	border: none;
	background: transparent;
}

.news .article .news-img-wrap img {
	float: right;
	margin: 3px 0px 5px 10px;
	background: white;
	border: 1px solid #DDD;
	padding: 4px;
}

.news .article .moreImages a, .news .article .moreImages img {
	float: left;
}

.news .article h3 {
	margin: 0px 0px 10px 0px;
}

.news-list-date {
	font-size: 14px;
}

.page-navigation {
	text-align: center;
}

.news .page-navigation ul {
	float: left;
	left: 50%;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.news .page-navigation ul li {
	margin-right: 10px;
}

.news .page-navigation ul li.last next {
	margin-right: 0px;
}

.news .page-navigation ul li.current {
	background: #55B4E6;
	color: white;
	font-weight: bold;
	padding: 5px 10px;
}

.news .page-navigation ul li a {

	padding: 5px 10px;
}

.news-single .article .header {
	margin-bottom: 20px;
}

.news-single .article .news-img-wrap {
	width: 100%;
}

.archiv {
	background-color: #E6E6E6;
	border: 1px solid #cecdcd;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.42857143;
	padding: 6px 25px;
	   border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.archiv:hover {
	text-decoration: none;
}



/*
 *
 Footer
 * ------------------------- */

.footer {
	background: #fdba12 url(/fileadmin/templates/assets/img/rwv/bg_footer.png) top left repeat-x;
	color: #3d3c3c;
	font-size: inherit;
	padding: 5px;
}

.footer img {
	margin-bottom: 10px;
}

.footerpoints {
	margin-left: -5px;
	margin-bottom: 18px;
}

.footer2 {
	background: #666666;
	color: #ffffff;
	font-size: inherit;
	text-align: left;
	padding: 15px 0px;
}

.footer2 ul {
	padding-left: 5px;
	list-style-type: none;
	text-align: center;
}

.footer2 li {
	display: inline-block;
	padding: 5px 0px;
	margin: 5px 0px;
}

.footer2 li.first {

	text-align: left;
}

.footer a {
	color: #3d3c3c;
}

.footer2 a {
    color: #ffffff;
}

.footer2 a:hover, .footer2 a:focus, .footer2 a:active {
	color: #ee1e2a;
	text-decoration: none;
}

/* Formulare */

.pull-right {
	float: inherit !important;
	text-align: right;
}

.form-control {
	font-family: Arial;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .help-block {
	color: #ff0000 !important;
}

.has-error .form-control {
	border-color: #ff0000 !important;
}

.checkbox input[type="checkbox"] {
	margin-left: 0px !important;
}

.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.form-group .btn {
	width: 100%;
	background-color: #e6e6e6;
}

/* Downloads */

.download {
	background: url(/fileadmin/templates/assets/img/icon_download.png) left no-repeat;
	padding-left: 20px;
}

/* Termine */

.termine {
	font-size: 14px;
}
/*
.termine table {
	border: 1px solid #EEEDED;
	margin-bottom: 20px;
	width: 92%;
}

.termine tr {
	border-bottom: 1px solid #EEEDED;
}

.termine tr.odd {
	background: #ffffff url(/fileadmin/templates/assets/img/bg_news.jpg) top left repeat-x;
}

.termine .contenttable td:first-child {
	width: 5%;
	padding-right: 0px;
	white-space: nowrap;
}

.termine .contenttable td {
	vertical-align: top;
	padding: 5px 5px 10px 5px;
}

.termine a {
	background-color: #EE1E2A;
	color: white;
	font-size: 16px;
	padding: 1px 14px;
}

.termine a:hover {
	text-decoration: none;
}

.termine .right {

	text-align: right;
	padding-right: 10px !important;
}
*/
/*Sticky */
#sticky {
	width: 100%;
	height: 190px;
	background: url(/fileadmin/templates/assets/img/bg_notfall_mobile.png) top right no-repeat;
}

.stickytext {
	padding: 5px;
	color: #ffffff;
}

#sticky a{
	color: #ffffff;
}

/*
.video-js .vjs-tech {
  height: auto !important;
  position: relative !important;
}

.video-js {padding-top: 56.25%}
.vjs-fullscreen {padding-top: 0px}

.vjs-default-skin .vjs-big-play-button {
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  
}
/*
 * 
 */
/* RESPONSIVE CSS
 -------------------------------------------------- */
@media (min-width: 420px) {
	.news-single .article .news-img-wrap {
		width: inherit;
	}

	.news .article .news-img-wrap a {
		display: block;
		/*float: right;*/
		padding: 0px;
		border: none;
		background: transparent;
	}

	.spalte .csc-textpic-imagewrap {
		height: 200px;
	}
		.spalte .zeitschrift .csc-textpic-imagewrap {
  height: auto;
    
}

}

@media (max-width: 520px) {

	.csc-textpic-imagewrap figure {
		margin: 0px auto 10px auto !important;
	}

	.csc-textpic-imagecolumn {
		margin: 0px !important;
	}
	.pull-right {
		text-align: center;
	}

	.specials .csc-textpic-imagewrap {
		float: none !important;
	}

}

@media (min-width: 650px) {

	.footer2 ul {
		padding-left: 5px;
		list-style-type: none;
	}

	.footer2 li {

		padding: 5px 0px;
		margin: 5px 0px;
		text-align: left;
	}

	.footer2 li.first {
		width: 50%;
		text-align: left;
	}

	.spalte .csc-textpic-imagewrap {
		height: 300px;
	}
		.spalte .zeitschrift .csc-textpic-imagewrap {
  height: auto;
   
}
}

@media (min-width: 768px) {

	.row {
		/*padding: 40px 0px;*/
	}

	h1 {
		font-size: 30px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
		font-weight: normal;
	}

	.col-lg-4, .col-lg-6 {
		padding: 8px 8px 0px 8px;
	}

	.page-wrapper {
		padding: 0px 25px;
	}

	.specials {

		
		margin: 0px -25px;

	}

	#myCarousel {
		margin: 0px -25px;
	}

	.points {
		position: absolute;
		bottom: 20px;
		z-index: 10;
		display: block;
	}

	.carousel-caption {
		position: absolute;
		right: 3%;
		left: inherit;
		bottom: 20px;
		background: url(/fileadmin/templates/assets/img/bg_caption.png) bottom right no-repeat;
		min-height: 98px;
		min-width: 40%;
		max-width: 60%;
		padding: 20px;
		font-size: 26px;
		line-height: 1.4;
	}

	.caption-bildergalerie {
		left: 0px;
		right: 0px;
		bottom: 0px;
		color: white;
		text-align: center;
		background: url(/fileadmin/templates/assets/img/bg_caption_bildergalerie.png) top left repeat;
		min-height: 54px;
		padding: 5px 0px;
		min-width: 100%;
		max-width: 100%;
	}

	.caption-bildergalerie p {
		font-size: inherit;
	}
	.carousel-indicators, div.placeholder {
		bottom: 10px;
	}

	.slogan, .serviceicons {
		background: #efefef;
		font-size: 26px;
		padding: 5px 30px;
		text-align: center;
	}

	.serviceicons img {
		margin: 0px 18px;
	}

	.spalte .csc-textpic-imagewrap {
		height: 150px;
	}

	.spalte .zeitschrift .csc-textpic-imagewrap {
  height: auto;

}
	.footer {
		padding: 30px 0px 0px 92px;
		margin: 40px -25px 0px -25px;
	}

	.footerpoints {
		margin-left: -92px;
	}

	.footer2 {
		font-size: 20px;
		text-align: center;
		padding: 15px 0px;
		margin: 0px -25px;
	}

	.footer2 ul {
		padding-left: inherit;
		list-style-type: none;
	}

	.footer2 li {
		display: inline-block;
	}

	.form-horizontal .control-label {
		text-align: left !important;
	}

	#sticky {
		position: fixed;
		left: 0px;
		top: 113px;
		width: 59px;
		height: 190px;
		background: url(/fileadmin/templates/assets/img/bg_notfall.png) top right no-repeat;
		cursor: pointer;
		-webkit-transition: width 1s ease; /* Firefox */
		-moz-transition: width 1s ease; /* WebKit */
		-o-transition: width 1s ease; /* Opera */
		transition: width 1s ease; /* Standard */
		z-index: 2000;
	}

	#sticky:hover {
		width: 200px;
	}

	.stickytext {
		padding: 5px;
		color: #ffffff;
		width: 141px;
		position: relative;
		top: 0px;
		left: -141px;
		-webkit-transition: left 1s ease; /* Firefox */
		-moz-transition: left 1s ease; /* WebKit */
		-o-transition: left 1s ease; /* Opera */
		transition: left 1s ease; /* Standard */
	}

	#sticky:hover .stickytext {
		left: 0px;
	}

}

@media (min-width: 960px) {

	.contentleft, .contentright {
		float: left;
		width: 49%;
	}

}

@media (min-width: 966px) {
/*
	.serviceicons img {
		margin: 0px 15px;
	}
*/
}

@media (min-width: 1024px) {
	.spalte .csc-textpic-imagewrap {
		height: 165px;
	}
		.spalte .zeitschrift .csc-textpic-imagewrap {
  height: auto;
    margin-left: 10px !important;
}
	
	.specials div.csc-textpic-imagecolumn {
	margin-right: 15px;
}

}


@media (min-width: 1200px) {

	.spalte .csc-textpic-imagewrap {
		height: 165px;
	}
	
	.spalte .zeitschrift .csc-textpic-imagewrap {
  height: auto;
    margin-left: 10px !important;
}

		.specials div.csc-textpic-imagecolumn {
	margin-right: 35px;
}
.specials div.csc-textpic-lastcol {
	margin-right: 0px;
}

}

@media (max-width: 1280px) {
	.specials div.csc-textpic-imagecolumn {
	margin-right: 15px;
}

.specials div.csc-textpic-lastcol {
	margin-right: 0px;
}
}

.services .video-js-box {
	overflow: inherit;
  border: 1px solid #EEEDED !important;
  border-bottom: 0px solid #EEEDED !important;
  padding: 6px !important;
  background-color: #ffffff;
  margin: -20px 0px  -30px  0px;
}

.services .csc-textpic {
	border-top: 0px solid #EEEDED;
}
.services .csc-textpic-imagewrap {
	height: auto;
	margin-right: 10px !important;
}






/* Bo Immo Modul */
/*
#is24_searchWrapper {
	margin: 20px 0 0 0;
	text-align:center;
} 

#is24_searchWrapper select,
#is24_searchWrapper input {
	padding: 6px 12px;
	border:1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	height:40px;
	color: #555;
	border-radius:4px;
	margin: 0 10px 0 0;
}

#is24_searchWrapper input#is24_suche_submit {
	background: #ee1e2a;
	color:#fff;
	text-transform: uppercase;
	border-radius:8px;
	border:1px solid #ee1e2a;
	font-weight:bold;
}
*/
#is24_searchWrapper {
	margin: 0px 0 20px 0;

}

#is24_searchWrapper input#is24_suche_submit {
	background: #ee1e2a;
	color:#fff;
	text-transform: uppercase;
	font-weight:bold;
}

/* Latest Immo */

.latest_immo {
	border: 1px solid #ccc;
}

h1.titel_bo_immo {
	clear:both;
	display:block;
}


.bo_immo_latest h2 {
	font-size:18px;
	font-weight:bold;
}


.bo_immo_latest ul {
	margin: -50px 0 0 0;
	padding: 0;	
}

.bo_immo_latest li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.form-horizontal .control-label  {
	padding-left: 0;
}

@media (max-width:992px){
	.page-wrapper {
		padding:0;
	}
	.csc-space-before-60 {
		margin-top: 10px !important;
	}

	.csc-space-after-30 {
		margin-bottom: 10px !important;
	}
}
