/* Basics Anfang */
html {
  padding: 0;
  margin: 0; }

body {
  font-size: 100%;
  line-height: 1;
  font-family: 'PT Sans', sans-serif;
  color:#838282;
  background:none repeat scroll 0 0 #e4e4e4;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

img {
  max-width: 100%;
  height: auto; 
}

b,
strong {
  font-weight: 600;
  color: #646464;
}

.clear {
  float: none;
  clear: both;
}

a {
	color:#737373;
	text-decoration: none !important;
}
a:link, a:hover, a:active {
	color: inherit;
}
.content a {
	text-decoration: underline;
	color:#6f6f6f;
}

p {
	margin:1em 0;
}

h1, h2, h3, h4 , h5, nav, .footer-logo {
	text-transform:uppercase;
	font-family: "OratorStd";
}

h1 {
	font-size:200%;
}

h2 {
	font-size:150%;
	margin: 0 0 1em;
}

h3 {
	font-size:135%;
	padding: 1em 0 0.3em;
}
/* Basics Anfang */



/* Layout Anfang */
.row {
	width: 100%;
	overflow:hidden;
	clear:both;

}

.container {
	max-width:1100px;
	margin:0 auto;
	padding:0 1.5em;
}
/* Layout Anfang */


/* Navigation Anfang */
.main-nav {
	font-size: 1em;
}

nav > ul {
    float: left;
    list-style: none outside none;
    padding: 0;
    position: relative;
    width: 40%;
}

nav > ul.right {
    float: right;
    text-align:right;
}

nav ul li {
	display:inline-block;	
}

nav li {
	padding: 0 2.6em 0 0;
	display:inline-block;
}

nav .right li{
	padding: 0 0 0 2.6em;
	display:inline-block;
}

nav a {
	padding: 0.5em 0 0.5em;
	display:inline-block;
	border-bottom: 2px solid rgba(255,255,255,0);
	transition: border .3s;
	font-family: "OratorStd";
}

nav a:hover,
nav a:active,
.header nav .act a {
    border-bottom: 2px solid rgba(175,175,175,1);
    margin-bottom:0;

}

.footer nav {
	float:right;
	width: 60%;
}

.footer nav > ul {
    width: 100%;
}
/* Navigation Ende */


/* Allgemein Anfang */
.header {
	padding:3.8em 0 2.7em;
	background:#fff;
}

.main {
	background:#ececec;
}

.footer {
	background:#e4e4e4;
	padding:1.2em 0 2.6em;
}

.footer-left small {
	padding:0.35em 0 0;
	display: inline-block;
	font-size:140%;
}

.logo {
	position:relative;
	max-width:1100px;
	width:100%;
	top: 1.35em;
}

.logo h1 {
	text-align:center;
}

.content {
	text-align:left;
	padding:2em 0;
	line-height: 1.3em;
}

.turn-over {
	text-align:center;
	padding:0 0 2em;
}

.turn-over img {
	margin-bottom:1.3em;
	cursor: pointer;
}

.turn-over img:hover {
	opacity:0.7;
}

.footer-left {
	float:left;
	width: 40%;
}

.nav-toggle {
	display:none;
}

.content .csc-default, 
.content .csc-frame-rulerBefore, 
.content .csc-frame-rulerAfter {
	max-width: 750px;
	margin:0 auto;
	padding: 0.4em 2%;
}

.csc-frame-rulerBefore {
	border-top:1px solid #dddddd;
}

.csc-frame-rulerAfter {
	border-bottom:1px solid #dddddd;
}


.csc-frame-frame2 {
	text-align:center;
	padding: 3em 0 ;
}

.csc-frame-frame1 {
	text-align:center;
	padding: 3em 0;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: right;
    margin-top: 1.5em;
}

.csc-frame-frame2 img {
	cursor:pointer;
}




.content .csc-frame-frame2 .csc-textpic-imagerow {
	top:0;
}

.csc-textpic-center-inner {
	position:relative;
}

.csc-textpic-imagerow.abs {
	position:absolute;
	width:100%;
	height:100%;
}







/* Allgemein Ende */


/* Forms Anfang */
.csc-mailform {
	max-width:90%;
	margin:0 auto;
}

.csc-mailform li label {
    float: none;
    margin-right: 0;
    vertical-align: baseline;
    width: 100%;
    display:block;
}

.csc-mailform input,
.csc-mailform textarea {
	padding:0.7em;
	border:1px solid #E4E4E4;
	margin:0.3em 0 1.1em;
	width: 100%;
	float: left;
	font-family: 'PT Sans', sans-serif;
	font-size: 90%;
	color:#7f7f7f;
}

div.csc-mailform ol li {
    overflow: hidden;
    width: 46%;
}

.csc-mailform ol li {
    overflow: hidden;
    float:left;
    width:35%;
}

div.csc-mailform ol li.csc-form-6,
div.csc-mailform ol li.csc-form-7 {
	width:100%;
}

div.csc-mailform ol li.csc-form-2,
div.csc-mailform ol li.csc-form-4 {
	margin-right:8%;
}

div.csc-mailform ol li.csc-form-element-submit {
	width:100%;
	margin:0 auto;
	text-align: center;
}

div.csc-mailform ol li.csc-form-element-submit input {
	background: none repeat scroll 0 0 #9A9A9A;
    border: none;
    float: none;
    margin: 0 auto;
    width: 25%;
    color:#fff;
    margin-top:0.5em;
}

div.csc-mailform ol li.csc-form-element-submit input:hover,
div.csc-mailform ol li.csc-form-element-submit input:active {
	background: none repeat scroll 0 0 #aaaaaa;
	cursor:pointer;
}


div.csc-mailform li label {
    margin-right: 0;
    text-align: left;
    width: 100%;
	float:none;
}

label strong, legend strong {
	color: #CC0000;
	display: inline;
	float: right;
	font-size: 85%;
	font-weight: normal;
	text-transform: inherit;
}

.csc-mailform label em, .csc-mailform legend em {
	display:none;
}
/* Forms Ende */


/* Slider Anfang*/



.sr-only {
	display: none;
}
#myCarousel {
	max-width: 900px;
	margin: 3em auto;
}
.carousel-control.right, .carousel-control.left {
	background-image: none;
	background-repeat: repeat-x;
	filter: none;
}
.slider-prev, .slider-next {
	border-top: solid 1px black;
	width: 25%;
	height: 0;
	padding-top: 25%;
	position: absolute;
	top: 48%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}
.slider-prev {
	border-left: solid 1px black;
	transform: rotate(-45deg) skew(-20deg,-20deg);
	-ms-transform: rotate(-45deg) skew(-20deg,-20deg);
	-webkit-transform: rotate(-45deg) skew(-20deg,-20deg);
	left: -52%;

}
.slider-next {
	border-right: solid 1px black;
	transform: rotate(45deg) skew(20deg,20deg);
	-ms-transform: rotate(45deg) skew(20deg,20deg);
	-webkit-transform: rotate(45deg) skew(20deg,20deg);
	right: -52%;
}

.carousel.fade {
	opacity: 1;
}
.carousel.fade .item {
	-moz-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
	left: 0 !important;
	opacity: 0;
	top:0;
	position:absolute;
	width: 100%;
	display:block !important;
}
.carousel.fade .item:first-child {
	top:auto;
	position:relative;
}
.carousel.fade .item.active {
	opacity: 1;
	-moz-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	-webkit-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/* Slider Ende */

/* Video Fix Anfang */
.ce-media > video {
	width: 100%;
}
/* Video Fix Ende */


@media (max-width: 1100px) { 
	
	nav li {
	    padding: 0 1.6em 0 0;
	}
	
	nav .right li {
	    padding: 0 0 0 1.6em;
	}

	/* Slider */
	.slider-prev {
		left: 30px;
	}
	.slider-next {
		right: 30px;
	}

}


@media (max-width: 960px) { 
		
	.logo {
		position:inherit;
		width:100%;
		top: inherit;
		margin-bottom:1.7em;
	}
	
	nav > ul {
	    width: 50%;
	}
	
	.header {
	    padding: 2.8em 0 2.7em;
	}


}


@media (max-width: 700px) { 
	/* Slider */
	#myCarousel {
		margin: .4em auto;
	}
	.slider-prev, .slider-next {
		top: 50%;
	}
	/* Slider */
		
	.header nav > ul,
	.header nav > ul.right {
	    width: 100%;
	    float:none;
	    text-align:left;
	    margin-top: 1em;
	}
	
	.header nav > ul.right {
	    margin-top: 0em;
	}
	
	.header nav ul li,
	.header nav ul.right li  {
	    display: block;
	    padding:0.5em 0;
	    text-align: center;
	}
	
	.header {
	    padding: 1.8em 0;
	}
	
	.main-nav {
		display:none;
	}
	
	.nav-toggle {
		display:block;
		text-align:center;
		margin: 0 auto;
		border:2px #ECECEC solid;
		padding:0.8em 1em 0.85em;
		width: 168px;
		text-transform:uppercase;
	}
	
	.footer nav {
		width: 100%;
	}
	
	.footer nav ul.right {
		text-align: center;
	}
	
	.footer nav {
		padding: 0 0.8em;
	}
	
	.footer nav .right li {
		padding: 0 0.8em;
	}

	.footer-left {
		display:none;
	}
	
	.turn-over {
	    padding: 1em 0 2em;
	}
	
	div.csc-mailform ol li {
	    width: 100%;
	}
	
	div.csc-mailform ol li.csc-form-2, div.csc-mailform ol li.csc-form-4 {
	    margin-right: 0;
	}
	
	.csc-mailform {
		max-width:80%;
	}
	
	div.csc-mailform ol li.csc-form-element-submit input {
	    width: 45%;
	}
	
	.footer nav {
	    padding: 0;
	}
	
	.footer nav .right li {
	    padding: 0 0.7em;
	}
	
	.csc-frame-frame2, .csc-frame-frame1 {
	    padding: 1em 0 0;
	}
}



@media (max-width: 400px) { 
	
	.csc-mailform {
	    max-width: 100%;
	}

	.csc-frame-frame2, .csc-frame-frame1 {
	    padding: 0;
	}

	.turn-over {
	    padding: 1em 0 0;
	}
	
	
	div.csc-textpic-intext-right .csc-textpic-imagewrap {
	    float: none;
	}
}
