@charset "UTF-8";


@font-face {
  font-family: 'raleway';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/raleway-regular-webfont.woff2') format('woff2'),
       url('fonts/raleway-regular-webfont.woff') format('woff')
}
@font-face {
  font-family: 'raleway';
  font-style: italic;
  font-weight: normal;
  src: url('fonts/raleway-italic-webfont.woff2') format('woff2'),
       url('fonts/raleway-italic-webfont.woff') format('woff')
}
@font-face {
  font-family: 'raleway';
  font-style: normal;
  font-weight: bold;
  src: url('fonts/raleway-bold-webfont.woff2') format('woff2'),
       url('fonts/raleway-bold-webfont.woff') format('woff')
}
@font-face {
  font-family: 'raleway';
  font-style: italic;
  font-weight: bold;
  src: url('fonts/raleway-bolditalic-webfont.woff2') format('woff2'),
       url('fonts/raleway-bolditalic-webfont.woff') format('woff')
}

@font-face {
  font-family: 'amatic';
  font-style: normal;
  font-weight: normal;
  src: url('fonts/amatic-bold-webfont.woff2') format('woff2'),
       url('fonts/amatic-bold-webfont.woff') format('woff')
}


html {
	min-height:100%;
	position:relative;
	-webkit-text-size-adjust: none;
}
body {
	position: relative;
    font-family: "raleway", sans-serif;
	font-size: 16px;
	line-height: 150%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	
	
}
body#pageBody {
	position: absolute;
	width: 100%;
	min-height: 100%;
    min-width: 375px;
	
}
body.noscroll {
	overflow: hidden;
}
#loader_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 21000;
	background-color: #fff;
}
h1 {
	position: relative;
	font-family: "amatic", sans-serif;
	font-weight: normal;
	font-size: 4em;
	line-height: 140%;
	text-transform: uppercase;
	color: #3a5168;
	letter-spacing: 0.03em;
	padding: 0.75em 0 0em 0;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size: 1.5em;
	line-height: 140%;
	font-weight: bold;
	color: #3a5168;
	padding: 0;
	margin: 2em 0 1em 0;
}
h3 {
	font-size: 1.15em;
	line-height: 150%;
	font-weight: bold;
	color: #3a5168;
	padding: 0 0 0.5em 0;
	margin: 0;
}
h4 {
	font-size: 1em;
	line-height: 150%;
	font-weight: bold;
	padding: 0 0 0.25em 0;
	margin: 0;
}
h1.first,
h2.first,
h3.first,
h4.first {
    margin-top: 0;
    padding-top: 0;
    -moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.textblock h2 {
	padding-top: 1em;
}
.textblock h3 {
	padding-top: 0.5em;
}
p {
	margin: 0 0 1em 0;
}
.textcolor1 {
	color: #3a5168 !important;
}
.textcolor2 {
	color: #cec94c !important;
}

.smallfont {
    font-size: 0.86em;
    line-height: 140%;
}
.intro {
	font-size: 1.3em;
	line-height: 140%;	
}
em {
    font-style: italic;
}
ul {
	list-style: none;
}
li {
	
}
.segment ul {
	margin: 0 0 1em 0;
	padding: 0;
}
.segment li {
	position: relative;
	padding: 0 0 0 1em;
	margin: 0em;
}
.segment li:before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: -0.1em;
}

.silbentrennung {
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

a, a:visited {
	color: #3a5168;
	text-decoration: none;
}
a:hover {
	color: #3a5168;
	text-decoration: underline;
}

a.button, input[type="submit"] {
	display: inline-block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	padding: 0.75em 1.5em;
	color: #fff;
	background-color: #3a5168;
	border-radius: 30px;
	transition: 0.5s ease;
	transition-property: background-color;
}

a.button:hover, input[type="submit"]:hover {
	color: #fff;
	background-color: #47637F;
	text-decoration: none;
}

.active a.button {
	
}
a.button.disabled,
input[type="submit"][disabled="disabled"] {
    opacity: 0.3;
    cursor: default;
}
a.button.disabled:hover,
input[type="submit"][disabled="disabled"]:hover {
    opacity: 0.3;
    cursor: default;
}

.button_left {
	padding: 0 0 2em 0;
	text-align: left;
}
.button_centered {
	padding: 0 0 2em 0;
	text-align: center;
}


table {
	border-collapse: collapse;
	margin: 0 0 1em 0;
}
th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	padding-right: 2em;
}

div.table {
    display: table;
    width: 100%;
    border-collapse:separate; 
    border-spacing: 0 2px; 
    margin-bottom: 1em;
}
div.table div.row {
    display: table-row;
    margin-bottom: 2px;
}
div.table div.cell {
    display: table-cell;
    border-bottom: 1px solid #eaeaea;
    padding: 0.4em 2em 0.4em 0;
}
div.table div.cell_header {
    font-weight: bold;
}



#content img {
	max-width: 100%;
}
.content_image {
	display: block;
	border-radius: 4px;
	overflow: hidden;
}
.clear {
	clear: both;
	font-size: 0.1px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}

.vcenter {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;
}
.vcenter .vcenter_inner {
	display: table-cell;
	vertical-align: middle;
}
#pageContainer {
    right: 0px;
    margin: 0;
	padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    width: 100%;
	transition: right 0.5s ease 0s;
}
#system_information {
    display: none;
}


body.menu_open #pageContainer {
	right: 280px;
}
body.menu_open #header_minified {
	left: -280px;
}
body.menu_open #nav_mobile {
	right: 0px;
}
body.menu_open a.menu_mobile,
body.menu_open a.menu_mobile:hover {
	background-position: 2px -30px;
}

.header .header_inner, .segment .inner, #system_information .inner {
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.segment .inner, #system_information .inner {
	padding: 60px 40px;
}

.header {
	position: relative;
	width: 100%;
    z-index: 100;
	font-size: 1.2em;
	line-height: 140%;
	background-color: #3a5168;
	color: #fff;
}
.header .header_inner {
	position: relative;
	padding: 0 40px 20px 40px;
}
.header .header_inner::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0.1px;
}
.header a {
    color: inherit;
	text-decoration: none;
    transition: 0.5s ease;
    transition-property: color;
}
.header a:hover {
    color: inherit;
	text-decoration: none;
}


.header .logo {
	width: 250px; 
	height: auto;
	position: relative;
	margin: 20px 40px 0 0;
	left: -12px;
	float: left;
}

.header .logo img {
	width: 100%;
	position: relative;
	top: 4px;
}

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

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

}
.menu_container {
	float: right;
	margin-top: 24px;
}


.socialmedia {
    position: relative;
}
.socialmedia a {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #3a5168;
    color: #fff;
	text-align: left;
    text-indent: -1000px;
    overflow: hidden;
    transition: 0.5s ease;
    transition-property: background-color;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.socialmedia a:hover {
    background-color: #3a5168;
}
.socialmedia a.button_facebook {
    background-image: url("../images/socialmedia_facebook.png");
	background-position: center bottom;
    
}
.socialmedia a.button_instagram {
    background-image: url("../images/socialmedia_instagram.png");
}
.socialmedia a.button_twitter {
    background-image: url("../images/socialmedia_twitter.png");
}
.socialmedia a.button_youtube {
    background-image: url("../images/socialmedia_youtube.png");
}



#nav_mobile .socialmedia {
    margin: 2em 0;
    text-align: center;
}
#nav_mobile .socialmedia a {
    
}

.header .mainmenu {
    font-size: 1em;
	line-height: 140%;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
}
.header .mainmenu ul {
    display: inline-block;
	list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.header .mainmenu li {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.header .mainmenu a {
    color: inherit;
	display: inline-block;
	position: relative;
	font-weight: normal;
    padding: 0.2em 0.5em 0.18em 0.5em;
	background-color: rgba(255,255,255,0);
	transition-property: background-color;
}
.header .mainmenu a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: rgba(255,255,255,0);
	transition: 0.5s ease;
	transition-property: width, background-color;
}

.header .mainmenu a:hover, .header .mainmenu li.active a {
	color: #fff; /*#3a5168;*/
	
}

.header .mainmenu a:hover::after, .header .mainmenu li.active a::after {
	width: 90%;
	background-color: rgba(255,255,255,1);
}

.header .mainmenu .only_mobile {
	display: none;
}




.header .menu_mobile, .header .menu_mobile:hover {
	float: right;
    position: relative;
	top: 5px;
    z-index: 100;
    display: none;
    margin: 0;
	background-size: 88%;
	background-position: 2px 3px;
	width: 36px;
	height: 36px;
	background-image: url(../images/mobile_menu_button.png?ver=2);
	background-repeat: no-repeat;
    border-radius: 6px;
}
.header .menu_mobile:focus {
    outline: none;
}
.header .menu_mobile span.title {
	position: absolute;
	display: none;
	color: #253C50; /*#253C50;*/
	width: auto;
	right: 36px;
	top: 0px;
	padding: 10px;
    font-weight: bold;
	font-size: 14px;
	line-height: 140%;
}





#header_minified.header {
	position: fixed;
	visibility: visible !important;
    top: -200px;
	left: 0px;
    z-index: 10000;
    width: 100%;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
    transition: 0.5s ease;
    transition-property: top left;
}
#header_minified.header .header_inner {
	padding-bottom: 10px;
}
#header_minified.header .logo {
	width: 220px;
	margin-top: 10px;
}
#header_minified.header .menu_container {
	margin-top: 25px;
}
#header_minified.header .mainmenu {
	  	font-size: 0.9em;
	  	line-height: 140%;
		margin-top: 8px;
	}
body.header_reduced #header_minified.header {
    top: 0px;
}


/* Header-Anpassungen */
.header .menu_mobile, .header .menu_mobile:hover {
	display: none;
}
@media only screen and (max-width: 1440px) {
	.header .header_inner {
	  padding-bottom: 10px;
	}
	.header .logo {
		width: 220px;
		margin-top: 15px;
	}
	#header_minified.header .logo {
		margin-top: 15px;
	}
	.header .logo img {
		top: 0px;
	}
	.header .menu_container {
		margin-top: 25px;
	}
	.header .mainmenu {
	  	font-size: 0.9em;
	  	line-height: 140%;
		margin-top: 8px;
	}
}
@media only screen and (max-width: 1279px) {
	.header .logo {
		margin-right: 0;
	}
	.header .mainmenu {
	  	margin-right: 0;
	}
	.header .mainmenu li {
	  	
	}
	.header .mainmenu li a {
	  	padding-left: 0.5em;
		padding-right: 0.5em;
	}
}
@media only screen and (max-width: 1023px) {
    
	.header .menu_mobile, .header .menu_mobile:hover {
		display: block;
	}
	.header .mainmenu {
		display: none;
	}
	
	.header .logo {
		
	}

	
	#header_minified.header .logo {
		
		
	}
	#header_minified.header .menu_mobile {
		
	}
}


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




#nav_mobile {
	display: block;
	font-size: 14px;
    line-height: 130%;
	position: fixed;
	top: 0px;
	right: -280px;
	z-index: 10000;
	width: 280px;
	background-color: #2D3F51;
	padding: 0;
	height: 100%;
	overflow: scroll;
	-webkit-box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	box-shadow: inset 4px 0px 2px 0px rgba(0,0,0,0.25);
	transition: right 0.5s ease;
}
#nav_mobile .inner {
	padding: 10px;
}
#nav_mobile ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#nav_mobile ul ul {
	font-size: 0.96em;
}
#nav_mobile li {
	position: relative;
	margin: 0;
	padding: 0;
	
}

#nav_mobile .main ul li {
    
}
#nav_mobile .main a {
	display: block;
	text-decoration: none;
	padding: 0.7em 0.5em;
	color: #fff;
	position: relative;
	border-radius: 4px;
}

#nav_mobile .main li.active a {
	color: #cec94c;
	font-weight: bold;
}
#nav_mobile .main a:hover, #nav_mobile .main li.active a:hover {
	color: #fff;
	background-color: #3a5168;
	text-decoration: none;
}


#nav_mobile .main {
    
}
#nav_mobile .add {
    margin-top: 2em;
}

#nav_mobile .add a {
    text-decoration: none;
    color: #fff;
    padding: 0.3em 0.5em;
    display: block;
}
#nav_mobile .add a:hover {
    color: #fff;
	text-decoration: underline;
    
}
#nav_mobile .add li.active a {
    color: #cec94c;
	text-decoration: underline;
    font-weight: bold;
}
#nav_mobile .add li.active a:hover {
    color: #fff;
	text-decoration: underline;
    font-weight: bold;
}


#content {
	overflow: hidden;
}
	
.segment {
	position: relative;
	background-color: #fff;
}
.color2 {
	background-color: #3a5168;
	color: #fff;
}

.color2 h1,
.color2 h2,
.color2 h3,
.color2 h4,
.color2 p,
.color2 ul {
	color: inherit;
}
.color2 a {
	color: #fff;
}
.color2 a:hover {
	color: #fff;
}
.color2 a.button {
	background-color: #cec94c;
	color: #3a5168;
}
.color2 a.button:hover {
	background-color: #DAD679;
	color: #3a5168;
}

.color3 {
	background-color: #cec94c; /*#f8f7e4;*/
}

.segment img {
	display: block;
	
}
.segment a img {
	border: none;
}

.raue-kante {
	width: 100%;
	height: 60px;
	position: absolute;
}
.raue-kante-oben {
	top: -20px;
}
.raue-kante-unten {
	bottom: -20px;
}
.raue-kante-gruen .path_class {
	fill: #cec94c; /*#CECA4D;*/
	
}
.raue-kante-blau .path_class {
	fill: #3a5168;
}
.raue-kante-weiss .path_class {
	fill: #fff;
}
.header .raue-kante {
	width: 100%;
	height: 40px;
	bottom: -10px;
}
@media only screen and (max-width: 540px)
{
	.raue-kante {
		height: 30px;
	}
	.raue-kante-oben {
		top: -10px;
	}
	.raue-kante-unten {
		bottom: -10px;
	}
}
body.home .header {
	visibility: hidden;
	position: absolute;
}


.site_location {
	margin-bottom: 1em;
}

#start {
	position: relative;
	height: 100vh;
}
#start::before {
	content: "";
	display: block;
	position: absolute;
	width: 80%;
	height: 0;
	padding-bottom: 70%;
	background-image: url("../images/ergostudio_grafik_weiss.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 12%;
	right: -30%;
	top: -35%;
}
@media only screen and (max-width: 540px)
{
	#start::before {
		width: 130%;
		padding-bottom: 110%;
		right: -50%;
		top: -20%;
	}
}
@media only screen and (min-width: 1280px)
{
	#start::before {
		width: 70%;
		padding-bottom: 60%;
		right: -30%;
		top: -35%;
	}
}

#start h1 {
	font-size: 1em;
	line-height: 130%;
}
#start h1 span {
	display: block;
	height: 1px;
	padding-top: 5px;
	text-indent: -1000px;
	overflow: hidden;
}
#start .logo {
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 30px auto;
}
#start .kontaktdaten {
	position: absolute;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 60px;
	text-align: center;
}
@media only screen and (max-width: 540px)
{
	#start .kontaktdaten {
		bottom: 120px;
	}
}
#start a.button_jump::after {
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-image: url("../images/arrow_down.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#willkommen {
	
}
#willkommen::before,
#leistungen::before {
	content: "";
	display: block;
	position: absolute;
	width: 60%;
	height: 0;
	padding-bottom: 50%;
	background-image: url("../images/ergostudio_grafik_gruen.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	opacity: 15%;
	left: -20%;
	top: 100px;
}
#willkommen .centered_text {
    padding: 60px 40px;
}

.wichtige_info {
	border: 1px solid #cec94c;
	margin: 2em 0 0 0;
	padding: 10px 30px;
	border-radius: 20px;
	display: inline-block;
}
.wichtige_info h3 {
	margin: 0 0 0.25em 0;
	padding: 0;
}
.wichtige_info p {
	margin: 0;	
}
@media only screen and (min-width: 1160px)
{
	.wichtige_info {
		position: absolute;
		right: 40px;
		bottom: 60px;
		width: 220px;
	}
}


#leistungen::before {
	left: auto;
	right: -20%;
}
@media only screen and (max-width: 540px)
{
	#willkommen::before,
	#leistungen::before {
		width: 120%;
		padding-bottom: 100%;
		top: 50px;
	}
	#willkommen::before {
		left: -40%;
	}
	#leistungen::before {
		left: auto;
		right: -40%;
	}
	
}

#willkommen .centered_text h1 {
	margin-top: 0em;
}
#willkommen .centered_text h2 {
	font-weight: normal;
}
#willkommen .centered_text p {
	margin-top: 2em;
}


#ueber-mich {
	 
}
#ueber-mich .foto {
	position: relative;
	width: 240px;
	height: 240px;
	margin: 0 auto -120px auto;
	top: -120px;
	border-radius: 50%;
	background-image: url("../images/content/anne-valerie_henn.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
@media only screen and (max-width: 1024px)
{
	#ueber-mich .foto {
		margin-bottom: -100px;
		top: -100px;
	}
}
@media only screen and (max-width: 680px)
{
	#ueber-mich .foto {
		margin-bottom: -80px;
		top: -80px;
	}
}
#ueber-mich h2 {
	 text-align: center;
}

.einleitung img.textbild-rechts {
	margin-top: 1em !important;
}
#leistungen {
	
}


#leistungen .inner {
	
}
#leistungen .centered_text h1 {
	margin-top: 0em;
}
#leistungen .centered_text h2 {
	font-weight: normal;
}

#leistungen a.button {
	margin: 2em 0 0 0;
}

h2.leistungen {
	position: relative;
	font-family: "amatic", sans-serif;
	font-weight: normal;
	font-size: 2.8em;
	line-height: 130%;
	text-transform: uppercase;
	color: #3a5168;
	letter-spacing: 0.03em;
	padding: 0;
	margin: 0.5em 0 1.5em 0;

}
h2.leistungen span {
	padding: 0 0.5em;
	display: inline-block;
}
@media only screen and (max-width: 860px)
{
	h2.leistungen span {
		padding: 0 0.5em;
		display: block;
		margin: 0.5em 0;
	}
}

.logos {
	text-align: center;
}
.logos img {
	display: inline-block;
	margin: 10px 20px;
	height: 100px;
}
.logos .afh {
	width: auto;
	
}
.logos .dve {
	width: auto;
	
}
ul.leistungen_liste {
	list-style: none;
	margin: 2em 0 0 0;
}
ul.leistungen_liste li {
	display: inline-block;
    background-color: #3a5168;
	padding: 0.2em 0.6em 0.2em 2em;
	border-radius: 4px;
	color: #fff;
	margin: 0 2px 4px 0;
	
}
ul.leistungen_liste li::before {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0.5em;
	top: 0.25em;
	background-image: url("../images/icon_checked.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.untertitel {
	font-size: 0.75em;
	line-height: 130%;
}

#praxis {
	
}

#praxis .praxisfotos {
	position: relative;
	margin: 2em -1% -2% -1%;
}
#praxis .praxisfotos .praxisfoto {
	float: left;
	width: 31.333%;
	height: 0;
	padding-bottom: 35%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 1% 2% 1%;
	border-radius: 2px;
}
#praxis .praxisfotos .praxisfoto_01,
#praxis .praxisfotos .praxisfoto_03 {
	width: 23%;
}
#praxis .praxisfotos .praxisfoto_02 {
	width: 48%;
}
@media only screen and (max-width: 540px)
{
	#praxis .praxisfotos {
		margin: 2em 0;
	}
	#praxis .praxisfotos .praxisfoto {
		margin: 1em auto;
		float: none;
	}
	#praxis .praxisfotos .praxisfoto_01,
	#praxis .praxisfotos .praxisfoto_03 {
		width: 60%;
		padding-bottom: 90%;
	}
	#praxis .praxisfotos .praxisfoto_02 {
		width: 90%;
		padding-bottom: 60%;
	}
}



.galerie {
	
}
.galerie .galerie_inner {
	position: relative;
	margin: 2em -1% -2% -1%;
}
.galerie .galerie_foto {
	float: left;
	height: 0;
	padding-bottom: 35%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 1% 2% 1%;
	border-radius: 2px;
}
.galerie .galerie_foto_hochformat {
	width: 23%;
	
}
.galerie .galerie_foto_querformat {
	width: 48%;
	
}

@media only screen and (max-width: 540px)
{
	.galerie .galerie_inner {
		margin: 2em 0;
	}
	.galerie .galerie_foto {
		margin: 1em auto;
		float: none;
	}
	.galerie .galerie_foto_hochformat {
		width: 60%;
		padding-bottom: 90%;
	}
	.galerie .galerie_foto_querformat {
		width: 90%;
		padding-bottom: 60%;
	}
}






#kontakt .columns3 .column2 {
	text-align: center;
}


#scrollToTop {
    z-index: 102;
    display: block;
    width: 50px;
    height: 40px;
    border-radius: 10px 10px 0 0;
    background: #3a5168;
    color: #fff;
	-webkit-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
	box-shadow: 3px 3px 15px 0px rgba(0,0,0,0.2);
    border: none;
    cursor: pointer;
    text-indent: -1000px;
    overflow: hidden;
    
}

#scrollToTop {
    position: fixed;
    bottom: 0px;
    right: 20px;
    
}
#scrollToTop::before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0.7;
    transition: 0.5s ease;
    transition-property: opacity;
}
#scrollToTop:hover::before {
    opacity: 1;
}

#scrollToTop::before {
    background-image: url("../images/arrow_up.png");
    top: 0;
    bottom: 2px;   
}

.slick-slide {
    opacity: 1;
}
.slick-active {
    opacity: 1;
}
.slick-slide img {
    width: 100%;
}
button.slick-prev,
button.slick-next {
    display: block;
    position: absolute;
    z-index: 1010;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 25px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.5;
    transition: 0.5s ease;
    transition-property: opacity;
    cursor: pointer;
    background-color: transparent;
    border: none;
    overflow: hidden;
    text-indent: -1000px;
}
button.slick-prev {
    background-image: url("../images/arrow_left.png");
    left: 10px;
}
button.slick-next {
    background-image: url("../images/arrow_right.png");
    right: 10px;
}
button.slick-prev:hover,
button.slick-next:hover {
    opacity: 1;
}
.slick-dots {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
    position: absolute;
    width: 300px;
    margin: 0 0 0 -150px !important;
    bottom: 0px;
    left: 50%;
}
.slick-dots li {
    display: inline-block;
    margin: 10px;
    padding: 0;
}
.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 12px;
    height: 12px;
    background-color: #dadada;
    border-radius: 6px;
    border: none;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #3a5168;   
}
.slick-dots li.slick-active button:focus {
	outline: 0;
}
.slick-dots li::before {
    content: "";
}


#slider {
	margin-top: 2em;
}
.google_maps {
	margin-bottom: 0px;
}
.google_maps iframe {
	width: 100% !important;
	height: 320px !important;
	display: block;
}

ul.columns2, .text_columns2, .liste_2cols ul {
	column-count: 2;
	column-gap: 40px;
	-moz-column-fill: balance;
    column-fill: balance;
}
ul.columns2 li, .liste_2cols ul li {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

ul.columns3, .text_columns3 {
	column-count: 3;
	column-gap: 20px;
	-moz-column-fill: balance;
    column-fill: balance;
}
ul.columns3 li {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}


div.columns1,
div.columns2,
div.columns3,
div.columns4 {
	position: relative;
	margin: 0 -2%;
}


div.columns1 .column1,
div.columns2 .column1,
div.columns2 .column2,
div.columns3 .column1,
div.columns3 .column2,
div.columns3 .column3,
div.columns4 .column1,
div.columns4 .column2,
div.columns4 .column3,
div.columns4 .column4 {
	float: left;
	position: relative;
	margin: 0 2% 2% 2%;
}

div.columns1 .column1 {
	width: 96%;
}

div.columns2 .column1,
div.columns2 .column2 {
	width: 46%;
	
}

div.columns2.smaller_right .column1 {
	width: 60%;
	margin-right: 0;
}
div.columns2.smaller_right .column2 {
	width: 30%;
	float: right;
	margin-left: 0;
}
div.columns2.smaller_right2 .column1 {
	width: 70%;
	margin-right: 0;
}
div.columns2.smaller_right2 .column2 {
	width: 20%;
	float: right;
	margin-left: 0;
}

div.columns2.smaller_left .column1 {
	width: 30%;
	margin-right: 0;
}
div.columns2.smaller_left .column2 {
	width: 60%;
	float: right;
	margin-left: 0;
}

div.columns3 {
	
}
div.columns3 .column1,
div.columns3 .column2,
div.columns3 .column3 {
	width: 29.333%;
}

div.columns4 {
	
}
div.columns4 .column1,
div.columns4 .column2,
div.columns4 .column3,
div.columns4 .column4 {
	width: 21%;
}


div.columns2.smaller_right div.columns2 .column1,
div.columns2.smaller_right div.columns2 .column2,
div.columns2.smaller_left div.columns2 .column1,
div.columns2.smaller_left div.columns2 .column2 {
	width: 46%;
}


div.columns1 ul {
	column-count: 2;
	column-gap: 40px;
	-moz-column-fill: balance;
    column-fill: balance;
}
div.columns1 ul li {
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.column_content {
	margin-bottom: 1em;
}

.segment_centeredtext .inner,
.centered_text {
    text-align: center;
    max-width: 780px;
	margin: 0 auto;
    
}
.segment_centeredtext .inner {
	padding: 60px 40px;
}


p.zitat {
	font-size: 1.5em;
	line-height: 140%;
	text-align: center;
	margin: 2em 0;
}

.divtable {
    display: table;
}
.divtable .divrow {
    display: table-row;
}
.divtable .divcell {
    display: table-cell;
    padding-right: 1em;
}
.divtable .divth {
    font-weight: bold;
    padding-right: 1em;
}

.textbild-links {
	position: relative;
	display: block;
	float: left;
	margin: 0 2em 2em 0 !important;
	width: 40%;
}
.textbild-rechts {
	position: relative;
	display: block;
	float: right;
	margin: 0 0 2em 2em !important;
	width: 40%;
}
.textbild-links .bild,
.textbild-rechts .bild {
	position: relative;
}
.textbild-links .bild a,
.textbild-rechts .bild a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.textbild-links p,
.textbild-rechts p {
	padding-top: 0.5em;
	font-size: 0.92em;
	line-height: 130%;
	font-style: italic;
}
img.textbild-links,
.textbild-links img,
img.textbild-rechts,
.textbild-rechts img{
	border-radius: 4px;
	overflow: hidden;
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
	.textbild-links,
	.textbild-rechts {
		float: none;
		margin: 0 0 2em 0 !important;
		width: auto;
	}
	
}

.footer {
	position: relative;
    font-size: 0.9em;
    line-height: 140%;
}
.footer .inner {
	
	
}
.footer .logo {
	width: 80%;
}
.footer a {
	
}
.footer a:hover {
	
}
.footer .copyright {
    display: block;
	text-align: center;
	margin: 1em 0;
}
.footer .footermenu {
    text-align: center;
	display: block;
	margin-top: 2em;
}
.footer .footermenu a {
    
}
.footer .socialmedia {
    margin-top: 1em;
}
.spezialinfo {
	position: relative;
	text-align: center;
	margin: 0;
}
.spezialinfo .spezialinfo_inner {
	display: block;
	background-color: rgba(206,201,76,0.15);
	padding: 0.75em 1.5em;
	border-radius: 4px;
}
.spezialinfo p {
	display: inline;
	margin: 0 !important;
}
.spezialinfo a, .spezialinfo a:hover {
	color: inherit;
}


.jobangebot {
	position: relative;
	margin: 2em 0;
	border: 1px solid #3a5168;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
}
.jobangebot_inner {
	padding: 30px;
	text-align: center;
}