/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#font-face
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
	*,
	*:before,
	*:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	html,body{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	body {
		background: #fff;
		font: 15px/20px 'Athelas W01 Regular', Arial, Verdana, Helvetica, sans-serif;
		font-weight: normal;
		color: #9a9a97;
		text-decoration: none;
		-webkit-font-smoothing: subpixel-antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 96%;
		font-smooth: always;
}


/* #Typography
================================================== */
	h1, h2, h3{
		font-family: 'FetteEngschriftDIN1451W', Arial, Verdana, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 40px;
		line-height: 40px;
		text-transform: uppercase; }
	
	@media (max-width: 600px) {
		h1, h2, h3{
			font-size: 22px;
			line-height: 22px;
			letter-spacing: 0;
		}
	}
	
	h1 { color: #fff; margin-bottom: 20px; letter-spacing: 0.08em; }
	h2 { color: #a81923; margin-bottom: 20px; letter-spacing: 0.08em; text-align: center; }
	h3 { color: #685d58; font-size: 20px; letter-spacing: 0.08em; line-height: 26px; }
	
	h4, h5, h6{
		font-family: 'Athelas W01 Bold', Arial, Verdana, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 30px;
		line-height: 30px;
		text-transform: uppercase; }
	h4 { color: #fff; }
	h5 { font-family: 'Athelas W01 Regular', Arial, Verdana, Helvetica, sans-serif; color: #a81923; font-size: 16px; line-height: 20px; margin-bottom: 20px; }
	h6 { color: #181818; font-size: 16px; }
	
	@media (max-width: 600px) {
		h4, h5, h6{
			font-size: 18px;
			line-height: 18px;
			letter-spacing: 0;
		}
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	
	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	
	strong,b{
		font-family: 'Athelas W01 Bold', Arial, Verdana, Helvetica, sans-serif;
		font-weight: normal;
	}


/* #Links
================================================== */
	a, a:visited { text-decoration: none; color: #9a9a97; outline: 0; }
	a:hover, a:focus {  }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { }
	ul ul li, ul ol li,
	ol ol li, ol ul li {  }
	li { padding-bottom: 10px; }
	ol:last-child{ margin-bottom: 0; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	.clear { clear: both; }
	hr {
	  border: solid #9a9a97;
	  border-width: 1px 0 0;
	  clear: both;
	  margin: 10px 0 30px;
	  height: 0; }
	hr.white{
		border: solid #fff;
		border-width: 1px 0 0;
		margin: 10px 0 14px;
	}
	hr.grey{
		border: solid #9a9a97;
		border-width: 1px 0 0;
		margin: 10px 0 14px;
	}
	
	

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container,.container-full {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.container-full {
  width: 100%;
  max-width: 100%;
  padding: 0; }
.column,
.columns {
  position: relative;
  width: 100%;
  float: left;
  box-sizing: border-box; }
.container-full .column,
.container-full .columns {
  margin-left: 0;
  margin-right: 0;
  height: 500px; }
.container-full .column-inner,
.container-full .columns-inner{
  padding-left: 4%;
  padding-right: 4%;
}
/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
  .container-full {
    width: 100%;
    padding: 0; }

}

/* For devices larger than 550px */
@media (min-width: 600px) {
  .container {
    width: 90%; }
  .container-full {
    width: 100%; }
  .column,
  .columns {
    margin-left: 2%;
    margin-right: 2%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
  .column:last-child,
  .columns:last-child {
    margin-right: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  
  .container-full .three.columns                   { width: 25%; }
  .container-full .six.columns                    { width: 50%; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
  .five-fives.columns              { width: 16.8%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.container-ful:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }



/*
* Skeleton V2.0
* Copyright 2011, Dave Gamache (@dhg)
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Contents
==================================================
#Site Styles / Navigation
#Site Styles / Site
#Page Styles
#Media Queries
#Font-Face */

/* #Site Styles / Navigation
================================================== */

.nav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999999999;
}
.nav-desktop{
	position: absolute;
	left: 0;
	top: -400px;
	width: 100%;
	height: 100px;
	background: #a81923 url(../img/beck-management.png) no-repeat center top;
	background-size: 128px auto;
	z-index: 999999999999;
}
.nav-desktop ul{
	display: block;
	position: absolute;
	top: 0;
	width: 400px;
	height: 100px;
}
.nav-desktop-left{
	right: 50%;
	margin-right: 108px;
}
.nav-desktop-right{
	left: 50%;
	margin-left: 108px;
}
.nav-desktop li{
	display: block;
	position: relative;
}
.nav-desktop-left li{
	float: right;
}
.nav-desktop-right li{
	float: left;
}
.nav-desktop li a{
	height: 100px;
	padding: 0 20px;
}
.nav-desktop li a span{
	display: inline-block;
	height: 100px;
	line-height: 100px;
	font-family: 'FetteEngschriftDIN1451W', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.16em;
}
.nav-desktop li a:hover span,.nav-desktop-hover a span,.nav-desktop-act span{
	background: url(../img/nav-desktop-act.gif) repeat-x left top;
}
.nav-dektop-spacer{
	width: 216px;
}
.nav-desktop-dropdown{
	display: none;
	position: absolute;
	left: -100px;
	top: 100px;
	padding: 5px 0px;
	background: #742d2f;
}
.nav-desktop-dropdown ul{
	display: inline;
	position: relative;
}
.nav-desktop-dropdown li{
	float: none;
	height: 32px;
}
.nav-desktop-dropdown li a{
	display: block;
	line-height: 32px;
	text-align: center;
}
.nav-desktop li a span,.nav-desktop-dropdown li a,.nav-desktop-scroller span,.sidr a{
	font-family: 'FetteEngschriftDIN1451W', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.16em;
}
.nav-desktop-scroller span{
	color: #9a9a97;
}
li.nav-desktop-0{
	display: none;
}
.nav-desktop-close{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 100px;
	background: url(../img/nav-desktop-close.png) no-repeat left top;
}
.nav-desktop-toogle,.nav-mobile-toogle{
	position: absolute;
	right: 37px;
	top: 34px;
	width: 29px;
	height: 29px;
	background: url(../img/nav-desktop-toogle.png) no-repeat left top;
	z-index: 999999999;
}
.nav-mobile-toogle{
	right: 0px;
	top: 10px;
	display: none;
}
.nav-desktop-scroller{
	position: absolute;
	right: 35px;
	top: 300px;
}
.nav-desktop-scroller li,.nav-desktop-scroller a,.nav-desktop-scroller span{
	display: block;
	height: 30px;
}
.nav-desktop-scroller li{
	background: url(../img/nav-desktop-scroller.gif) no-repeat right top;
}
.nav-desktop-scroller span{
	padding-right: 33px;
	text-align: right;
	display: none;
}
.nav-desktop-scroller a.act,.nav-desktop-scroller a:hover{
	background: url(../img/nav-desktop-scroller-act.gif) no-repeat right top;
}
.nav-desktop-scroller a.act span,.nav-desktop-scroller a:hover span{
	display: block;
}
.nav-desktop-scroller a.act span{
	opacity: 0;
}
.nav-lang{
	position: fixed;
	left: 37px;
	top: 34px;
	z-index: 99999;
}
.nav-lang a{
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
}
.nav-lang a.act{
	border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 1100px) {
	.nav-desktop-scroller{
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 976px) {
	.nav-desktop-left{
		margin-right: 50px;
	}
	.nav-desktop-right{
		margin-left: 50px;
	}
}
@media only screen and (max-width: 880px) {
	.nav-desktop li a{
		padding: 0 10px;
	}
	.nav-desktop li a span{
		letter-spacing: 0.05em;
	}
}
@media only screen and (max-width: 767px) {
	.nav-desktop,.nav-desktop-close,.nav-desktop-scroller,.nav-desktop-toogle{
		display: none;
	}
	.nav-mobile-toogle{
		display: block;
	}
	.nav-lang{
		position: fixed;
		left: 10px;
		top: 6px;
	}
}
.nav-mobile{
	display: none;
}
.sidr{
	display: none;
	position: absolute;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 999999;
	width: 260px;
	overflow-x: none;
	overflow-y: auto;
	background: #a81923;
}
.sidr .sidr-inner{
	margin: 0px 15px 0 15px;
	background: #a81923 url(../img/beck-management.png) no-repeat left top fixed;
	background-size: 128px auto;
}
.sidr.left{
	left: -260px;
	right: auto
}
.sidr ul{
	display: block;
	padding: 90px 0 0 0;
	margin: 0;
}
.sidr li ul{
	padding: 0;
}
.sidr li{
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}
.sidr a{
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 6px 0 10px 0;
}
.sidr a span{
	display: block;
	padding-bottom: 4px;
}
.sidr a.act span{
	border-bottom: 2px solid #fff;
}


/* #Site Styles / Site
================================================== */
section,.section-bg{
	width: 100%;
}
section{
	position: relative;
	background: #fff;
	z-index: 999999;
}
.section-bg{
	position: relative;
	height: 100%;
	z-index: 190;
}
.section-leistungenjungunternehmen,.section-leistungenmergersacquisitions,.section-jungunternehmen{
	background: #f4f3f2;
}
.slideshow,.slideshow div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.spacer{
	min-height: 20px;
}
a.dwn-pdf,a.dwn-pdfwhite{
	display: block;
	width: 30px;
	height: 30px;
	margin: 6px auto 46px auto;
	background: url(../img/dwn-pdf.png) no-repeat left top;
}
a.dwn-pdfwhite{
	background: url(../img/dwn-pdfwhite.png) no-repeat left top;
}
a.dwn-pdf:hover,a.dwn-pdfwhite:hover{
	background-position: left bottom;
}

.vc-outer{
	display: table;
	position: absolute;
	width: 100%;
	height: 100%;
}
.vc-middle{
	display: table-cell;
	vertical-align: middle;
}
.vc-inner{
	width: 100%;
	margin-top: 20px;
}
.ie6 .vc-outer,.ie7 .vc-outer{
	display: inline;
	top: 0;
}
.ie6 .vc-middle,.ie7 .vc-middle{
	display: inline;
	top: 50%;
	position: relative;
}
.ie6 .vc-inner,.ie7 .vc-inner{
	display: inline;
	top: -50%;
	position: relative;
}
.content-nav .columns h4,.content-nav-reordered .columns h4{
	color: #9a9a97;
}
.content-nav .columns,.content-nav-reordered .columns.content-nav-reordered-head{
	position: relative;
	height: 70px;
	border: 1px solid #9a9a97;
}
.content-nav .columns{
	cursor: pointer;
}
.content-nav .act.columns{
	background: #a81923;
	border: 1px solid #a81923;
}
.content-nav .act h4{
	color: #fff;
}
.content-nav .vc-inner,.content-nav-reordered .vc-inner{
	margin: 0;
}
.content-nav h4,.content-nav-reordered h4{
	padding: 0 20px 0 20px;
	margin: 0;
	font-size: 16px;
	line-height: 18px;
	color: #a81923;
	text-align: center;
}
.content-nav h3,.content-nav-reordered h3{
	position: absolute;
	left: -24px;
	top: 24px;
	padding: 0;
	margin: 0;
	width: 68px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #a39783;
	background: #a81923;
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
}
.content-nav .act h3{
	color: #a81923;
	background: #a39783;
}
@media (max-width: 600px) {
	.content-nav-reordered * { margin-bottom: 0; padding-bottom: 0; }
	
	.content-nav .columns,.content-nav-reordered h5,.content-nav-reordered-head{
		margin-bottom: 20px;
	}
	.content-nav h4,.content-nav-reordered h4{
		font-size: 12px;
		letter-spacing: 0;
	}
	.content-nav h3,.content-nav-reordered h3{
		font-size: 11px;
		letter-spacing: 0;
	}
	
}
@media (max-width: 600px) {
	.content-nav-reordered{
		display: block;
	}
	.content-nav,.content-nav-content{
		display: none;
	}
}
@media (min-width: 600px) {
	.content-nav-reordered{
		display: none;
	}
	.content-nav,.content-nav-content{
		display: block;
	}
}


@media (max-width: 740px) {
	.personen-nav-reordered{
		display: block;
	}
	.personen-nav,.personen-nav-content{
		display: none;
	}
}
@media (min-width: 740px) {
	.personen-nav-reordered{
		display: none;
	}
	.personen-nav,.personen-nav-content{
		display: block;
	}
}


@media (max-width: 740px) {
	.personen-nav .columns,.personen-nav-reordered .columns{
		width: 100%;
		margin: 0 0 20px 0;
	}
}

.content-nav-content-item,.personen-nav-content-item{
	display: none;
}
.act.content-nav-content-item,.act.personen-nav-content-item{
	display: block;
}

code.seperate{
	display: inline-block;
	width: 0;
	overflow: hidden;
}
code.seperate-show{
	width: auto;
	overflow: visible;
}

/* #Page Styles
================================================== */
.section-home .slideshow-0{
	background: url(../img/home/section-0.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/section-0.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/section-0.jpg',sizingMethod='scale');
}
.section-home .slideshow-1{
	background: url(../img/home/section-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/section-1.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/section-1.jpg',sizingMethod='scale');
}
.section-home .slideshow-2{
	background: url(../img/home/section-2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/section-2.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/section-2.jpg',sizingMethod='scale');
}
.section-home .slideshow-3{
	background: url(../img/home/section-3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/section-3.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/section-3.jpg',sizingMethod='scale');
}
.section-home{
	height: 100%;
	min-height: 500px;
	background: #f4f3f2;
}
.section-home .section-bg{
	background: url(../img/home/section-bg.png) repeat-x left bottom;
}
.section-home .slideshow{
	min-height: 750px;
}
.section-home .logo{
	height: 200px;
	background: url(../img/home/logo.png) no-repeat center center;
	background-size: 190px auto;
	opacity: 0;
}
.section-home .spacer-0{
	height: 8%;
}
.section-home .spacer-1{
	height: 8%;
}
.section-home .spacer-2{
	height: 25%;
}
.section-home .spacer-3{
	height: 20px;
}
.section-home .services a{
	display: block;
}
.section-home .services *{
	color: #fff;
}
.section-home .services p{
	font-size: 46px;
	font-style: italic;
	line-height: 40px;
	text-align: center;
}
.section-home .services span{
	display: block;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
.section-home .services hr{
	border: solid #fff;
	border-width: 1px 0 0;
	margin: 0px 0 20px;
	height: 0;
}
.section-home .scroll-next{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.section-home .scroll-next a{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/home/scroll-next.png) no-repeat center center;
}
.section-home .home-nav{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
}


.section-homeintrotxt{
	padding: 70px 0;
	background: #a81923;
}

.section-homeintrotxt *{
	color: #fff;
}

.section-homeintrotxt .spacer-1,.section-bausteine .spacer-0,.section-leistungenjungunternehmen .spacer-0,.section-leistungenfinanzierungen .spacer-0,.section-leistungengemeinschaftspraxenprivatkliniken .spacer-0,.section-leistungenmergersacquisitions .spacer-0,.section-leistungenneustrukturierungen .spacer-0,.section-personenpartner .spacer-0{
	height: 70px;
}
.section-homeintrotxt .spacer-2,.section-bausteine .spacer-1{
	height: 10px;
}
.section-homeintrotxt .spacer-3,.section-bausteine .spacer-2{
	height: 90px;
}
.section-bausteine .spacer-3{
	height: 20px;
}
.section-bausteine .bausteine{
	position: relative;
}
@media (max-width: 860px) {
	.section-bausteine .bausteine-ani-0{
		display: none;
	}
}
.section-bausteine .bausteine-content{
	position: relative;
	z-index: 100;
}
.section-bausteine .bausteine-ani-0,.section-bausteine .bausteine-ani-1,.section-bausteine .bausteine-ani-2,.section-bausteine .bausteine-ani-3,.section-bausteine .bausteine-ani-4{
	width: 100%;
	height: 100%;
}
.section-bausteine .bausteine-ani-0{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: url(../img/bausteine/bausteine-0.png) no-repeat center center;
}
.section-bausteine .bausteine-ani-1{
	background: url(../img/bausteine/bausteine-1.png) no-repeat center center;
}
.section-bausteine .bausteine-ani-2{
	background: url(../img/bausteine/bausteine-2.png) no-repeat center center;
}
.section-bausteine .bausteine-ani-3{
	background: url(../img/bausteine/bausteine-3.png) no-repeat center center;
}
.section-bausteine .bausteine-ani-4{
	background: url(../img/bausteine/bausteine-4.png) no-repeat center center;
}
.section-bausteine h3.bausteine-h0{
	color: #a4cfea;
}
.section-bausteine h3.bausteine-h1{
	color: #7d91a3;
}
.section-bausteine h3.bausteine-h2{
	color: #ceccc8;
}
.section-bausteine h3.bausteine-h3{
	color: #a61c28;
}
.section-bausteine .container-full{
	position: relative;
	z-index: 999999;
	height: 500px;
	overflow: hidden;
}
.section-bausteine .container-full .section-bg{
	background: url(../img/columns-full-bg.png) repeat-x left bottom;
}
.section-bausteine .slideshow-0{
	background: url(../img/bausteine/columns-full-0.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bausteine/columns-full-0.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bausteine/columns-full-0.jpg',sizingMethod='scale');
}


.section-leistungenfinanzierungen .col-left{
	background: #f4f3f2;
}
.section-leistungenfinanzierungen .slideshow-0{
	background: url(../img/leistungen-finanzierungen/columns-full-left-0.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-finanzierungen/columns-full-left-0.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-finanzierungen/columns-full-left-0.jpg',sizingMethod='scale');
}
.section-leistungenfinanzierungen .slideshow-1{
	background: url(../img/leistungen-finanzierungen/columns-full-left-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-finanzierungen/columns-full-left-1.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-finanzierungen/columns-full-left-1.jpg',sizingMethod='scale');
}
.section-leistungenfinanzierungen .slideshow-2{
	background: url(../img/leistungen-finanzierungen/columns-full-left-2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-finanzierungen/columns-full-left-2.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-finanzierungen/columns-full-left-2.jpg',sizingMethod='scale');
}
.section-leistungenfinanzierungen .col-left .section-bg{
	background: url(../img/columns-full-bg.png) repeat-x left bottom;
}
.section-leistungenfinanzierungen .col-right{
	background: #a81923;
}
.section-leistungenfinanzierungen .col-right *{
	color: #fff;
}
.section-leistungenfinanzierungen .col-right .columns-inner{
	margin-right: 10%;
}
.section-leistungenfinanzierungen .col-right h1{
	margin-bottom: 5px;
	line-height: 50px;
}
.section-leistungenfinanzierungen .col-right p{
	font-style: italic;
}
.section-leistungenfinanzierungen .container-full .col-left{
	height: 500px;
	overflow: hidden;
}
.section-leistungenfinanzierungen .container-full .columns-inner{
	max-width: 490px;
}


.section-leistungenjungunternehmen .spacer-1{
	height: 30px;
}
.section-leistungenjungunternehmen .spacer-2{
	height: 40px;
}
.section-leistungenjungunternehmen h5{
	text-transform: none;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Athelas W01 Bold', Arial, Verdana, Helvetica, sans-serif;
}
.section-leistungengemeinschaftspraxenprivatkliniken .spacer-1{
	height: 30px;
}
.section-leistungengemeinschaftspraxenprivatkliniken .spacer-2{
	height: 40px;
}
.section-leistungengemeinschaftspraxenprivatkliniken .container-full{
	position: relative;
	z-index: 999999;
	height: 500px;
	overflow: hidden;
}
.section-leistungengemeinschaftspraxenprivatkliniken .container-full .section-bg{
	background: url(../img/columns-full-bg.png) repeat-x left bottom;
}
.section-leistungengemeinschaftspraxenprivatkliniken .slideshow-0{
	background: url(../img/leistungen-gemeinschaftspraxen-privatkliniken/columns-full-0.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-gemeinschaftspraxen-privatkliniken/columns-full-0.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-gemeinschaftspraxen-privatkliniken/columns-full-0.jpg',sizingMethod='scale');
}
.section-leistungengemeinschaftspraxenprivatkliniken .slideshow-1{
	background: url(../img/leistungen-gemeinschaftspraxen-privatkliniken/columns-full-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-gemeinschaftspraxen-privatkliniken/columns-full-1.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-gemeinschaftspraxen-privatkliniken/columns-left-1.jpg',sizingMethod='scale');
}
.section-leistungenmergersacquisitions .spacer-1{
	height: 40px;
}
.section-leistungenmergersacquisitions .container-full *{
	color: #fff;
}
.section-leistungenmergersacquisitions .container-full .column,.section-leistungenmergersacquisitions .container-full .columns{
	height: auto;
}
@media (max-width: 800px) {
	.section-leistungenmergersacquisitions .three.columns { width: 50%; }
}
@media (max-width: 600px) {
	.section-leistungenmergersacquisitions .three.columns { width: 100%; }
}
.section-leistungenmergersacquisitions .vc-inner h5{
	text-align: center;
}
.section-leistungenmergersacquisitions .flip-container{
	cursor: pointer;
}
.section-leistungenmergersacquisitions .flip-orig{
	height: 0;
	overflow: hidden;
}
.section-leistungenmergersacquisitions .flip-orig .flip-item-front{
	display: none;
}
.section-leistungenmergersacquisitions .flip-item{
	position: relative;
}
.section-leistungenmergersacquisitions .flip-item,.section-leistungenmergersacquisitions .flip-anim .flip-item-front,.section-leistungenmergersacquisitions .flip-anim .flip-item-back{
	width: 100%;
	height: 100%;
}
.section-leistungenmergersacquisitions .flip-anim-transit .flip-container{
	z-index: 100;
}
.section-leistungenmergersacquisitions .col-first .flip-item-front,.section-leistungenmergersacquisitions .col-first .flip-item-back{
	background: #a81923;
}
.section-leistungenmergersacquisitions .col-second .flip-item-front,.section-leistungenmergersacquisitions .col-second .flip-item-back{
	background: #7e92a4;
}
.section-leistungenmergersacquisitions .col-third .flip-item-front,.section-leistungenmergersacquisitions .col-third .flip-item-back{
	background: #a3ceea;
}
.section-leistungenmergersacquisitions .col-fourth .flip-item-front,.section-leistungenmergersacquisitions .col-fourth .flip-item-back{
	background: #cfccc8;
}
.section-leistungenmergersacquisitions .flip-item-clicker{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}
.section-leistungenmergersacquisitions .flip-anim-transit .flip-item{
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	-o-transform-style:preserve-3d;
	transform-style:preserve-3d;
}
.section-leistungenmergersacquisitions .flip-anim-transit .flip-item-front,.section-leistungenmergersacquisitions .flip-anim-transit .flip-item-back{
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	backface-visibility:hidden;
	position: absolute;
	left: 0;
	top: 0;
}
.section-leistungenmergersacquisitions .flip-anim-transit .flip-item-front{
	-webkit-transform:rotateY(0deg);
	-moz-transform:rotateY(0deg);
	-ms-transform:rotateY(0deg);
	transform:rotateY(0deg);
	z-index: 1000;
}
.section-leistungenmergersacquisitions .flip-anim-transit .flip-item-back{
	-webkit-transform:rotateY(180deg);
	-moz-transform:rotateY(180deg);
	-ms-transform:rotateY(180deg);
	transform:rotateY(180deg);
	z-index: 500;
}
.section-leistungenmergersacquisitions .flip-anim-animate .flip-container{
	overflow: hidden;
}

.section-leistungenneustrukturierungen .content-nav-content{
	padding-top: 20px;
}
.section-leistungenneustrukturierungen .col-left{
	background: #f4f3f2;
}
.section-leistungenneustrukturierungen .slideshow-0{
	background: url(../img/leistungen-restrukturierungen/columns-full-left-0.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-restrukturierungen/columns-full-left-0.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-restrukturierungen/columns-full-left-0.jpg',sizingMethod='scale');
}
.section-leistungenneustrukturierungen .slideshow-1{
	background: url(../img/leistungen-restrukturierungen/columns-full-left-1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-restrukturierungen/columns-full-left-1.jpg',sizingMethod='scale');
	-ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/leistungen-restrukturierungen/columns-full-left-1.jpg',sizingMethod='scale');
}
.section-leistungenneustrukturierungen .container-full .col-left{
	height: 500px;
	overflow: hidden;
}
.section-leistungenneustrukturierungen .col-left .section-bg{
	background: url(../img/columns-full-bg.png) repeat-x left bottom;
}
.section-leistungenneustrukturierungen .col-right{
	background: #a81923;
}
.section-leistungenneustrukturierungen .col-right *{
	color: #fff;
}
.section-leistungenneustrukturierungen .col-right .columns-inner{
	margin-right: 10%;
}
.section-leistungenneustrukturierungen .col-right h1{
	margin-bottom: 5px;
	line-height: 50px;
}
.section-leistungenneustrukturierungen .col-right p{
	font-style: italic;
}
.section-leistungenneustrukturierungen .container-full .columns-inner{
	max-width: 490px;
}
.section-leistungenneustrukturierungen h5{
	text-transform: none;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Athelas W01 Bold', Arial, Verdana, Helvetica, sans-serif;
}


.section-personenpartner .personen-item,.section-personenpartner .personen-nav-reodered .personen-item{
	padding: 5px;
	border: 1px solid #dad7d3;
}
.section-personenpartner .personen-item{
	cursor: pointer;
}
.section-personenpartner .personen-nav .personen-item.act,
.section-personenpartner .personen-nav .personen-item:hover{
	border: 1px solid #a81923;
}
.section-personenpartner .personen-nav .personen-item.act *,
.section-personenpartner .personen-nav .personen-item:hover *{
	color: #fff;
}
.section-personenpartner .personen-nav .personen-item.act hr,
.section-personenpartner .personen-nav .personen-item:hover hr{
	border: solid #fff;
	border-width: 1px 0 0;
}
.section-personenpartner .personen-item h1{
	margin: 10px 10px 10px 10px;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
	color: #9a9a97;
}
.section-personenpartner .personen-item hr{
	margin: 0 10px 10px 10px;
}
.section-personenpartner .personen-item p{
	margin: 0 10px 10px 10px;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
}
.section-personenpartner .personen-item-inner{
	width: 100%;
	background: #dad7d3;
}
.section-personenpartner .act .personen-item-inner,
.section-personenpartner .personen-nav .personen-item:hover .personen-item-inner{
	background: #a81923;
}
.section-personenpartner .personen-item-left,.section-personenpartner .personen-item-right{
	float: left;
	width: 50%;
}
.section-personenpartner .personen-item-left img{
	display: block;
	width: 100%;
}
@media (max-width: 600px) {
	.section-personenpartner .personen-item-left,.section-personenpartner .personen-item-right{
		float: left;
	}
	.section-personenpartner .personen-item-left{
		width: 40%;
	}
	.section-personenpartner .personen-item-right{
		width: 60%;
	}
	.section-personenpartner .personen-item-right{
		height: auto;
	}
}
.section-personenpartner a:hover{
	color: #a81923;
}
.section-personenpartner .container.bggrey{
	background: #f4f3f2;
}
.section-personenpartner .partner-bg{
	background: #f4f3f2;
}
.section-personenpartner .partner-bg a{
	font-style: italic;
}

.section-kontakt .container-full .columns{
	height: 400px;
}
.section-kontakt .container-full .col-left,.section-kontakt .container-full .col-right{
	background: #cfccc9;
}
.section-kontakt .container-full .col-right *{
	color: #fff;
}
.section-kontakt .container-full .col-right p{
	font-family: 'FetteEngschriftDIN1451W', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.05em;
}

/* #Template Styles - item-video
================================================== */
.item-video{
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background: url(../img/item-video.png) repeat left top;
	display: none;
	opacity: 0;
	z-index: 999999999999999999999999999999999999;
}
.item-video-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}
.item-video-video{
	width: 796px;
	height: 448px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media only screen and (max-width: 768px){
	.item-video-video{
		width: 80%;
		height: 80%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px){
	.item-video-video{
		width: 604px;
		height: 340px;
	}
}
@media only screen and (min-width: 1280px) and (min-height: 740px){
	.item-video-video{
		width: 1036px;
		height: 582px;
	}
}
@media only screen and (min-width: 1536px) and (min-height: 1100px){
	.item-video-video{
		width: 1348px;
		height: 758px;
	}
}
a.item-video-opener,a.item-video-opener-u{
	cursor: pointer;
}
a.item-video-opener-u{
	text-decoration: underline;
}
div.item-video-opener-content{
	display: none;
}
.video-grid{
	text-align: center;
}
.video-grid img{
	display: inline-block;
	width: 190px;
}
.video-grid p{
	font-size: 20px;
	line-height: 18px;
	text-align: center;
}


footer{
	background: #a81923;
	padding-top: 40px;
}
footer .container *{
	font-family: 'FetteEngschriftDIN1451W', Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.08em;
}
footer .logo{
	height: 150px;
	background: url(../img/footer/logo.png) no-repeat left top;
	background-size: 94px auto;
}
.social-media-in{
	background: url(../img/footer/in.png) no-repeat left top;
}
.social-media-xing{
	background: url(../img/footer/xing.png) no-repeat left top;
}
.social-media-google{
	width: 26px;
	background: url(../img/footer/google.png) no-repeat left top;
}
.social-media{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin-right: 8px;
	background-size: 26px 26px;
	border: 1px solid #a81923;
}
footer h4{
	margin-bottom: 18px;
}
footer h4 span{
	border-bottom: 1px solid #fff;
}
@media (max-width: 600px) {
	footer .logo{
		height: 74px;
	}
	footer h4{
		margin-bottom: 0px;
	}
}
.imprint{
	padding-top: 50px;
	display: none;
}
.imprint h2{
	text-align: left;
}
.imprint h6{
	margin-bottom: 0;
	line-height: 20px;
	color: #685d58;
}

/* #Media Queries
================================================== */
@media (max-width: 600px) {
	section{
		height: auto;
	}
	.brkill{
		display: none;
	}
	.spacer{
		max-height: 20px;
	}
	::-webkit-scrollbar { display: none; }
}

