
.frame-default {
	padding: 10px 0;
	background-color: transparent;
	width: 100%;
}
.frame {
	max-width: 1140px;
	margin: 0 auto;
}
#content-wrap > .frame-type-textpic,
#content-wrap > .frame-type-text {
	padding-left: 40px;
	padding-right: 40px;
}

.frame-ruler-after {
	padding: 20px 0;
	background-color: transparent;
	border-bottom: 2px solid #EEE;
}

.frame-ruler-before  {
	padding: 20px 0;
	background-color: transparent;
	border-top: 2px solid #EEE;
}

/* Rahmen um Bilder - siehe auch Constants im Main-Template */
div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img { border: none; padding: 0; }
div.csc-textpic-border div.image-border-if-set {
	border: solid 2px #EEE;
	padding: 3px;
	background-color: #fff;
}

/* DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; } */

.no-top-margin  h2, .no-top-margin h3, .no-top-margin h4, .no-top-margin h5 {
	margin-top: 0;
	padding-top: 0;
}


/* Bright */

.frame-custom-100, #content-col-0 blockquote {
	background-color: #f5f5f5;
	padding: 30px;
}
.frame-custom-100 > header * { padding-top: 0; }

/* Dark */

.frame-custom-110 {
	background-color: #ffcc00;
	padding: 30px;
	color: #000;
}
.frame-custom-110 a {
	color: #000;
}
.frame-custom-110 > header * { padding-top: 0; }
.frame-custom-110 h1, .frame-custom-110  h2, .frame-custom-110 h3, .frame-custom-110 h4, .frame-custom-110 h5 {
	color: #000;
}

.frame-custom-110 span.color-bold, .frame-custom-110 span.color-large { color: #000; }

.frame-custom-110 a.button-style, .frame-custom-110 a.button-style:hover {
	background-color: #FFF;
	color: #555;
}


.content-sub > .frame-custom-150 {
	width: 100%;
	max-width: 100%;
	padding: 20px;
}



/* Bright */

.bg-white {
	background-color: #FFF;
	padding: 10px;
}


/* groessere Schrift */

.frame-custom-140 {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 20px 0;
}


/* Tipp */

.bg-icon {
	padding: 20px;
	background: transparent url('../images/struktur.jpg') repeat center center;
	-webkit-box-shadow: inset 0px 0px 20px 0px rgba(237,191,102,1);
	-moz-box-shadow: inset 0px 0px 20px 0px rgba(237,191,102,1);
	box-shadow: inset 0px 0px 20px 0px rgba(237,191,102,1);

}



/* Rahmen um Bild */

.set-image-border .image-border-if-set {
	padding: 4px;
	border: solid 1px #ccc;
	background-color: #fff;
}


/*---------- Toggle Element ----------*/

.toggle-element {
	display: block;
}
.toggle-element h3.slide-200 {
	display: block;
	font-size: 1em;
	line-height: normal;
	font-weight: normal;
	font-family: inherit;
	color: #004182;
	text-transform: none;
	text-align: left;
	padding: 8px 14px;
	margin: 0 0 2px 0;
	cursor: pointer;
	border: solid 2px #e5ecf2;
	background: #edf2f6 url('../images/toggle_onoff.png') no-repeat right top;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.toggle-element h3.slide-200:hover { background-color: #e5ecf2; }

.toggle-element h3.slide-200.active {
	background-position: right -40px;
}

.toggle-element .slide-me-200 {
	padding: 0 10px 10px 10px;
}



/* Abstaende */

.frame-space-before-extra-small { margin-top: 20px; }
.frame-space-before-small { margin-top: 50px; }
.frame-space-before-medium { margin-top: 100px; }
.frame-space-before-large { margin-top: 200px; }
.frame-space-before-extra-large { margin-top: 300px; }

.frame-space-after-extra-small { margin-bottom: 20px; }
.frame-space-after-small { margin-bottom: 50px; }
.frame-space-after-medium { margin-bottom: 100px; }
.frame-space-after-large { margin-bottom: 200px; }
.frame-space-after-extra-large { margin-bottom: 300px; }


@media only screen and (max-width: 1180px) {

	.frame {
		padding-left: 20px;
		padding-right: 20px;
	}

}