/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


@charset "utf-8";
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 19px;
	color:#999;
	
		-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
	
}

h3 {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
text-transform:uppercase;
padding:5px;
}

h2 {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 16px;
text-transform:uppercase;
padding:5px;
}

strong {
	text-decoration:underline;
}

a { text-decoration:none; color: #D15757; }
a:hover {color: #999; }

.header { 
	height:130px; 
	background:url(../images/bgpattern.png) repeat;
}

.header img { margin:10px 0 0 0; }

.mainmenu {
	height:50px;
	background-color: ffffff;
	border-top-width:1px;
	border-top-style:solid;
	border-color:rgba(0,0,0,0.25);
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-color:rgba(0,0,0,0.5);
	
}
.mainmenu div.grid_2 {
float:left;
	font-size:18px;
	text-transform:uppercase;
	margin-top:15px;
}

.mainmenu ul.menu li {
	float:left;
	font-size:18px;
	text-transform:uppercase;
	margin-top:15px;
}
.mainmenu ul.menu li:last-child {
	margin-right:0;
}
.mainmenu ul.menu li a {
	
	border: 0px solid grey;
	padding: 13px 20px 14px 20px;
	color:grey;
	text-decoration: none;
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
   -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
     -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
        transition: all 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}
.mainmenu ul.menu li a:hover {
	color: white;
	background-color: #D15757;
	
}
.slidearea {
	height:340px;
	background:url(../images/bgpattern.png) repeat; 
	border-top-width:0px;
	border-top-style:solid;
	border-color:rgba(0,0,0,0.25);
	padding-top:0px;
}

/*
	Slideshow
*/

.slidearea #slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}
/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slidearea .slides_container {
	width:940px; /*570*/
	overflow:hidden;
	position:relative;
	display:none;
	height:340px;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slidearea .slides_container div.slide {
	width:940px; /*570*/
	height:340px;
	display:block;
}


/*
	Next/prev buttons
*/

.slidearea #slides .next, .slidearea #slides .prev {
	position: absolute;
	top: 148px;
	left: 0px;
	width: 24px;
	height: 43px;
	display: block;
	z-index:101;
}

.slidearea #slides .next {
	left:916px;
}

/*
	Pagination
*/

.slidearea .pagination {
position: absolute;
	margin:-25px 780px;
	width: 150px;
	z-index: 600;
}

.slidearea .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.slidearea .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.slidearea .pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.slidearea .caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width: 720px;
	font-size:1.3em;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none;
}

.boxen {
	height:380px;
	background-color:#f7f7f7;
	border-top-width:2px;
	border-top-style:solid;
	border-color:rgba(0,0,0,0.25);
	
}

.boxen a {
text-decoration: none;
color: #D15757;
border: 1px;
border-color: rgba(0, 0, 0, 0.3);
border-style: solid;
position: absolute;
left: 65px;
bottom: 20px;
padding: 5px;
background-color: white;
}
.boxen a:hover {
-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.boxen hr {
height: 1px;
width: 195px;
background-color: rgba(0, 0, 0, 0.5);
border: none;
position: absolute;
bottom: 55px;
margin:10px;
}
.boxen img {
position: absolute;
width: 75px;
height: 75px;
top: -33px;
right: 5px;
background-color: transparent;
}
.boxen div.container_12 div.grid_3 {
	margin-top:60px;
	height:260px;
	/*width:225px;*/
	background:url(../images/bgpattern.png) repeat;

	
	
	/*schattenrahmen*/
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.75), inset 0 3px 1px rgba(255,255,255,0.8);
-moz-box-shadow: 0 4px 5px rgba(0,0,0,0.75), inset 0 3px 1px rgba(255,255,255,0.8);
box-shadow: 0 4px 5px rgba(0,0,0,0.75), inset 0 3px 1px rgba(255,255,255,0.8);
}

div.boxen h3 {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 20px;
text-transform:uppercase;
padding:5px;
}

div.boxen p {
	padding: 10px;
}

.content {
	min-height:630px;
	padding-bottom: 25px;
	background-color:#f7f7f7;
	}
.content table {
	margin-top: 25px;
	margin-bottom: 10px;
}
.content div.container_12 {
	padding-top:30px;
	border-top-width:2px;
	border-top-style:solid;
	border-color:rgba(0,0,0,0.25);
}

.content div.container_12 div.links div.grid_3 p:nth-child(2) {
	font-style: italic;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.content div.container_12 div.mitte p {
	width: 200px;
	height: 160px;
	background-color: white;
	margin: 10px 5px 0px;
	display: inline;
	float: left;
	padding: 10px;
	text-align: center;
	
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
	
}

.content div.container_12 div.mitte img { 
	height: 123px;
	width: 196px;
	border: 2px solid silver;
}
.content div.container_12 div.mitte a:hover img {
	border: 2px solid #D15757;
}

.content div.container_12 div.rechts div.grid_3 p:nth-child(2) {
	padding:10px 0px 0px 0px;
}

.rechts input, textarea {
	width:100%;
	padding:5px;
	margin-top:10px;}
	
.rechts textarea {
	height:130px;}

.rechts input#send-btn.send-btn {
width: 200px;
margin-left:15px;
text-decoration: none;
color: #D15757;
border: 1px;
border-color: rgba(0, 0, 0, 0.3);
border-style: solid;
position: absolute;
padding: 5px;
background-color: white;
}
.rechts input#send-btn.send-btn:hover {
	-webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.rechts input#send-btn.send-btn:active {
	background-color:#E0E0E0;
}
	

div.content h3 {
font-family: 'Open Sans Condensed', sans-serif;
font-size: 25px;
text-transform:uppercase;
padding:20px 5px 10px;
}

.footer {
	clear: both;
	height: 50px;
	background-color: rgba(0,0,0,0.90);
	border-top-width:2px;
	border-top-style:solid;
	border-color:rgba(0,0,0,0.25);
	text-decoration:none;
	font-size:12px;
	padding-top:10px;
}
.footer ul.menu li {
	float:right;
	text-transform:uppercase;
	padding:0px 10px;
}
.footer ul.menu li:last-child {
	padding-left:0px;
}
.footer ul.menu li a {
	color:#999;
}
.footer ul.menu li a:hover {
	color: white;
}
/* CSS Document */

/* Subpage Beratung */

.breadcrumbs { background-color:#f7f7f7; width:auto; height:50px; } 

.breadcrumbs ul.breadcrumbs li {
	font-size:12px;
	float:left; 
	padding:15px 5px;  }

.breadcrumbs ul.breadcrumbs li:first-child {
	padding-left:5px; }

.breadcrumbs ul.breadcrumbs li a {
	text-decoration:none; color:#999; 
	}
	
	
.impr {
	min-height:1600px;
	background-color:#f7f7f7;
	}
