html {
	font-family: "ronnia",sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 0.9em;
	line-height: 2em;
}

body {
	background-color: #fff;
}

h1, h2, h3, h4 {
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #581c5a;
}

a:hover,
a:visited {
	text-decoration: underline;
}

.bold_text {
	font-weight: bold;
}

.purple_text {
	color: #581c5a;
}

.grey_text {
	color: #66696c;
}

.lightgrey_text {
	color: #a9a9a9;
}

.red_text {
	color: #d50000;
}

.inline_shadow {
	-webkit-box-shadow: inset 0px -1px 9px 0px rgba(153,153,153,1);
	-moz-box-shadow: inset 0px -1px 9px 0px rgba(153,153,153,1);
	box-shadow: inset 0px -1px 9px 0px rgba(153,153,153,1);
}

.spacer {
	position: relative;
	height: 20px;
	width: 100%;
}

.spacer_box {
	position: relative;
	margin-top: 70px;
	height: 65px;
}

.line_left,
.line_right {
	position: relative;
	float: left;
	height: 40px;
	width: 462px;
	border-top: 1px solid #dddddd;
}

.line_icon {
	position: relative;
	float: left;
	height: 40px;
	width: 100px;
	text-align: center;
	margin-top: -15px;
}

.section_title {
	position: absolute;
	width: 1024px;
	margin-top: 25px;
	text-align: center;
}

.content_frame {
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.top_bar {
	position: relative;
	height: 20px;
	width: 100%;
	background-color: #581c5a;
}

.menue_bar {
	position: relative;
	height: 125px;
	width: 100%;
	padding-top: 20px;
	background-color: #fff;
}

.menue_box {
	position: relative;
	float: right;
	margin-top: 25px;
}

.menue_box ul {
	list-style-type: none;
}

.menue_box li {
	position: relative;
	float: left;
	width: auto;
	padding: 5px 10px 5px 10px;
	margin-left: 40px;
	background-color: #581c5a;
	font-size: 1.1em;
	color: #fff;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;	
}

.menue_box li:hover {
	background-color: #66696c;
}

.logo_box {
	position: relative;
	height: 130px;
	width: 150px;
	margin-top: -15px;
	float: left;
}

.rectangle {
	position: relative;
	height: 400px;
	width: 1055px;
	left:-15px;
	float: left;
		box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
		-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  		-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
  		-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	z-index: 100;
}


.triangle-l {
	border-color: transparent #d0d0d0 transparent transparent;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: -30px;
	top: 385px;
	z-index: -1;
}

.triangle-r {
	border-color: transparent transparent transparent #d0d0d0;
	border-style:solid;
	border-width:15px;
	height:0px;
	width:0px;
	position: relative;
	left: 1024px;
	top: 355px;
	z-index: -1;
}


.info_1,
.info_2 {
	position: absolute;
	padding: 10px 0 10px 0;
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
	z-index: 100;
}

.info_1 {
	width: 390px;
	margin-top: 215px;
	margin-left: 605px;
	background-color: #581c5a;
	color: #fff;
}

.info_2 {
	width: 220px;
	margin-top: 275px;
	margin-left: 655px;
	background-color: #fff;
	color: #000;
}

.image_background {
	position: relative;
	height: 400px;
	width: 100%;
	margin-top: -45px;
	background-color: #eeeeee;
	background-image: url('../assets/global/image_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	z-index: -100;
}

.teaser {
	margin-top: 40px !important;
	text-align: center;
}


.praxis_bar {
	position: relative;
	height: 370px;
	width: 100%;
}

.team_bar {
	position: relative;
	width: 100%;
	min-height: 345px;
}

.praxis_text {
	position: relative;
	float: left;
	width: 600px;
}

.praxis_bild {
	position: relative;
	float: right;
	width: 400px;
	height: 300px;
}


.praxis_team {
	position: relative;
	float: left;
	height: 360px;
	width: 260px;
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 1em;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}

.team1 {
	position: relative;
	height: 290px;
	width: 260px;
		background-color: #f4f4f4;
}

.team_text1 {
	position: relative;
	float: right;
	height: 300px;
	width: 725px;
}

.team_text1 ul {
	list-style: square;
	color: #581c5a;
}

.praxis_team2 {
	position: relative;
	float: right;
	height: 360px;
	width: 260px;
	border: 1px solid #e6e6e6;
	text-align: center;
	line-height: 1em;
	margin-top: 100px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
}

.team2 {
	position: relative;
	height: 290px;
	width: 260px;
		background-color: #f4f4f4;
}

.team_text2 {
	position: relative;
	float: right;
	margin-top: 40px;
	height: 300px;
	width: 725px;
}

.team_text2 ul {
	list-style: square;
	color: #581c5a;
}

.list-text {
	color: #000;
}

.leistungen_bar {
	position: relative;
	width: 100%;
	height: 680px;
}

.leistungen_left,
.leistungen_right {
	position: relative;
	width: 461px;
	margin-top: 20px;
}

.leistungen_left {
	float: left;
}

.leistungen_right {
	float: right;
}

.leistungsuebersicht ul {
	position: relative;
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
}

.leistungsuebersicht li {
	position: relative;
	float: left;
	width: 420px;
	padding-left: 40px;
	border-bottom: 4px solid #fff;
	display: block;
	background-color: #efefef;
}

.leistungsuebersicht li:before {
	position: relative;
	display: block;
	float: left;
	width: 30px;
	margin-left: -40px;
    content: "›";
    background-color: #581c5a;
	font-size: 1.5em;
	color: #fff;
    text-align: center;
}

.impressionen_bar {
	position: relative;
	width: 100%;
	height: 285px;
}

.impressionen_collection {
	margin-left: -8px;
}

.impression_image {
	position: relative;
	float: left;
	width: 136px;
	height: 136px;
	margin-left: 11px;
	margin-bottom: 11px; 
	background-color: #efefef;
}

.impression_image img {
	padding: 5px;
}



.kontakt_bar {
	position: relative;
	width: 100%;
	height: 322px;
}

.kontakt_versatz {
	margin-left: -20px;
}


.kontakt_1,
.kontakt_2,
.kontakt_3 {
	position: relative;
	float: left;
	height: 300px;
	margin-left: 20px;
}

.kontakt_1 {
	padding-top: 20px;
	width: 325px;
}

.kontakt_2 {
	width: 320px;
}

.kontakt_3 {
	width: 339px;
}


.field {
  margin: 0.5em 0;
}

label {
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

input {
  width: 300px;
  padding: 0.5em 0.5em;
  font-size: 1em;
	font-family: "ronnia",sans-serif;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

textarea {
  width: 310px;
  height: 155px;
  padding: 0.5em 0.5em;
  font-size: 1em;
	font-family: "ronnia",sans-serif;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
}

button {
  display: inline-block;
  border-radius: 3px;
  border: none;
  font-size: 1em;
  padding: 0.5rem 0.8em;
  background: #581c5a;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0;
  width: 327px;
  height: 38px;
  text-align: center;
}

button:hover, button:focus {
  opacity: 0.75;
  cursor: pointer;
}

button:active {
  opacity: 1;
  box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.1) inset;
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}


.overlay {
   background:transparent; 
   position:relative; 
   width:100%;
   height:450px;
   top:450px;
   margin-top:-450px;
}





.footer_nav_bar {
	position: relative;
	height: 35px;
	width: 100%;
	padding-top: 10px;
	margin-top: 90px;
	background-color: #fff;
	font-size: 1.1em;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.footer_nav_bar ul {
	list-style: none;
	margin-top: -15px;
	margin-left: -25px;
}

.footer_nav_bar li {
	float: left;
	height: 20px;
	width: auto;
	padding-right: 10px;
}

.nav_element a,
.nav_element a:visited {
	color: #581c5a;
	text-decoration: none;
}

.nav_element a:hover {
	text-decoration: underline;
}



.footer_contact_bar {
	position: relative;
	height: 240px;
	width: 100%;
	background-color: #f9f9f9;
}


.footer_contact_box1,
.footer_contact_box2,
.footer_contact_box3 {
	position: relative;
	float: left;
	width: 310px;
	padding: 25px 15px 10px 15px;
}

.contact_title {
	position: relative;
	float: left;
	width: 100px;
}

.contact_value {
	position: relative;
	float: left;
	width: 170px;
}

.footer_contact_box1 {
	padding-top: 55px;
	text-align: center;
}

.footer_contact_box3 {
	text-align: right;
}

.footer_bar {
	position: relative;
	height: 20px;
	width: 100%;
	background-color: #581c5a;
}







.impressum_info_1,
.impressum_info_2 {
	position: relative;
	float: left;
}

.impressum_info_1 {
	width: 310px;
}

.impressum_info_2 {
	width: 600px;
}





#top-link {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	width: 40px;
	height: 40px;
}

#toTop {
	 text-decoration: none;
	 position: fixed;
	 bottom: 30px;
	 right: 30px;
	 overflow: hidden;
	 width: 40px;
	 height: 40px;
	 border: none;
	 text-indent: 100%;
	 background: url("../assets/global/totop.png") no-repeat left top;
	 z-index: 9999;
 }

#toTop:hover {
	 background: url("../assets/global/totop.png") no-repeat left -40px;
	 width: 40px;
	 height: 40px;
	 display: block;
	 overflow: hidden;
	 float: left;
 }

#toTop:active, #toTop:focus {
	outline: none;
}