@charset "UTF-8";

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

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

html, body {
    height: 100%;
    margin: 0;
}
.container {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-color: #fff;
    min-width: 360px;
    
}
.container .row {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.container .row_inner {
    width: 100%;
    position: relative;
}
.container .row_top {
    flex: 0 1 auto;
    align-items: flex-end;
}
.container .row_main {
    align-items: flex-start;
}

.container .row_bottom {
    flex: 0 1 auto;
    align-items: flex-end;
}
html {
	position:relative;
	-webkit-text-size-adjust: none;
}
body {
	position: relative;
    font-family: "rubik", sans-serif;
	font-size: 16px;
	line-height: 140%;
	font-weight: normal;
	padding: 0;
	margin: 0;
	color: #333;
	
}
@media screen and (max-width: 1279px) {
	body {
		font-size: 15px;
		line-height: 140%;
	}
}
body#pageBody {
	
}
body.noscroll {
	overflow: hidden !important;
	height: 100% !important;
}

h1 {
	position: relative;
	color: #2e9b48;
	font-size: 3.2em;
	line-height: 130%;
	font-weight: bold;
	padding: 0 0 0em 0;
	margin: 0 0 1em 0;
	letter-spacing: 0;
	text-transform: none;
}
h1 span.pre {
    position: relative;
    font-size: 0.4em;
    line-height: 130%;
    display: block;
    color: #00507b;
    font-weight: normal;
    margin-bottom: 40px;
    text-align: inherit;
}
h1 span.pre::after {
    position: absolute;
    display: block;
    content: "";
    width: 100px;
    height: 6px;
    border-radius: 3px;
    background-color: #e5ecf0;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -25px;
}
h1 span.pre2::after {
    background-color: #fff;
}
h2 {
	font-size: 2em;
	line-height: 130%;
	font-weight: normal;
	text-transform: none;
	padding: 0;
	margin: 1.5em 0 1em 0;
	color: #00507b;
}
.content_header h1 {

}
.content_header.combined h1 {
	text-transform: uppercase;
	font-size: 1em;
	line-height: 140%;
	color: #00507b;
	margin: 0 0 0.5em 0;
}
.content_header.combined h2 {
	position: relative;
	color: #2e9b48;
	font-size: 2.2em;
	line-height: 130%;
	font-weight: bold;
	padding: 0 0 0em 0;
	margin: 0 0 1em 0;
	letter-spacing: 0;
	text-transform: none;
}

h3 {
	font-size: 1.3em;
	line-height: 140%;
	font-weight: bold;
	margin: 2em 0 1em 0;
	padding: 0;
	color: #333;
}

h4 {
	font-size: 1em;
	line-height: 140%;
	font-weight: bold;
	margin: 1em 0 0.25em 0;
	padding: 0;
	color: #333;
}
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;
}
h5 {
	font-size: 0.86em;
	line-height: 140%;
	font-weight: normal;
	padding: 1em 0 0 0;
	margin: 0;
	color: #333;
	text-transform: uppercase;
}
h5.first,
h5.first,
h5.first,
h5.first {
    margin-top: 0;
    padding-top: 0;
    -moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

@media only screen and (max-width: 860px) {
	h1,
	h2,
	h3 {
		hyphens: auto !important;
	}
	
	h1 br,
	h2 br,
	h3 br {
		display: none;
	}

}


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

.segment ol {
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}
.segment ol li {
	position: relative;
	padding: 0 0 0 45px;
	margin: 0em;
	counter-increment: ol_item;
}
.segment ol li:before {
	content: counter(ol_item) "."; 
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0px;
	top: 0px;
	color: #fff;
	background-color: #2e9b48;
	border-radius: 50%;
	line-height: 32px;
	font-size: 16px;
	text-align: center;
}



a, a:visited {
	color: #2e9b48;
	text-decoration: none;
	transition: 0.5s ease;
	transition-property: color;
}
a:hover {
	color: #00507b;
	text-decoration: none;
}




a.button, input[type="submit"] {
	font-family: "rubik", sans-serif;
	display: inline-block;
	position: relative;
	font-size: 1em;
	line-height: 130%;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	background-color: #2e9b48;
	text-decoration: none !important;
	transition: 0.5s ease;
    transition-property: background-color, border, box-shadow;
    padding: 0.75em 1.5em;
	margin: 0;
	border: none;
	border-radius: 100px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	-webkit-appearance: none;
}
a.button:hover, input[type="submit"]:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #36B755;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
a.button::after, input[type="submit"]::after {
    content: "›";
    padding: 0 0 0 0.5em;
}
.active a.button {
	color: #fff;
	background-color: #36B755;
}
a.button.active {
	color: #fff;
	background-color: #36B755;
}
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;
}
a.button2 {
	color: #fff;
	background-color: #9A9A9A;
}
a.button2::after {
    display: none;
}
a.button2:hover {
    background-color: #B1B1B1;
}

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

.daten th, .daten td {
	border-bottom: 1px solid #000;
}
.daten th {
	font-weight: bold;
}


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 rgba(99,96,76,0.3);
    padding: 0.4em 2em 0.4em 0;
}
div.table div.cell_header {
    font-weight: bold;
}
sup {
	vertical-align: bottom;
	font-size: 1em;
	position: relative;
	top: auto;
}

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



body.menu_open a.menu_mobile,
body.menu_open a.menu_mobile:hover {
	background-position: 2px -30px;
}


.segment .inner {
	max-width: 1366px;
	margin: 0 auto;
	padding: 70px 50px;
	position: relative;
}
@media only screen and (max-width: 1279px) {
	.segment .inner {
		max-width: none;
		padding: 40px 30px;
	}
}
.header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 100;
    transition: 0.5s ease;
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
    background: -o-linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
    background: linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
    color: #333;
}
.header .header_inner {
	position: relative;
	padding: 0 50px 0 50px;
	height: 120px;
}
.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: 360px;
	height: 100%;
	position: relative;
    float: left;
    margin: 0;
	padding: 0;
}
.header .logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
	
}
.header .claim {
	display: table;
	width: auto;
	height: 100%;
	position: relative;
	color: #2e9b48;
	font-size: 1em;
	line-height: 130%;
    float: left;
    margin: 0 20px 0 50px;
	padding: 0;
}
.header .claim .claim_inner {
	display: table-cell;
	vertical-align: middle;
}

.socialmedia {
    position: relative;
	display: inline-block;
	text-align: center;
}
.socialmedia a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 7px;
    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: contain;
}
.socialmedia a:hover {
    
}
.socialmedia a.button_facebook {
    background-image: url("../images/socialmedia_facebook.png?ver=1");
}
.socialmedia a.button_instagram {
    background-image: url("../images/socialmedia_instagram.png?ver=1");
}
.socialmedia a.button_youtube {
    background-image: url("../images/socialmedia_youtube.png?ver=1");
}


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

.header .menu_container {
	height: 100%;
	float: right;
	position: relative;
	display: table;
}

.header .mainmenu {
    font-size: 1.1em;
	width: auto;
	height: 100%;
	margin: 0;
}
.header .mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
	height: 100%;
}
.header .mainmenu ul > li {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 0 0 1px;
    text-align: center;
}

.header .mainmenu a {
    position: relative;
	z-index: 10003;
	color: #00507b;
	display: inline-block;
	font-weight: bold;
	text-transform: none;
	line-height: 120px;
    padding: 0 15px;
	transition: 0.5s ease;
	transition-property: color;
}

.header .mainmenu li.parent a {
	padding-right: 2em;
}
.header .mainmenu li.parent a::after {
	content: "";
	display: block;
	position: absolute;
	right: 0.8em;
	bottom: 0px;
	top: 0px;
	margin-top: auto;
	margin-bottom: auto;
	width: 12px;
	height: 12px;
	background-image: url("../images/arrow_down_color1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.header .mainmenu li.active a {
	color: #2e9b48;
}
.header .mainmenu a:hover, .header .mainmenu li.open a {
	color: #2e9b48;
}

.header .mainmenu li.active a::after {
	background-image: url("../images/arrow_down_color2.png");
}
.header .mainmenu li.parent a:hover::after, .header .mainmenu li.parent.open a::after {
	background-image: url("../images/arrow_down_color2.png");
}
.header .mainmenu .only_mobile {
	display: none;
}

.header .mainmenu li.home {
	
}

.header .mainmenu ul ul {
    display: none;
    position: absolute;
    z-index: 10002;
    width: auto;
    height: auto;
    left: 0px;
    margin-left: 0px;
    margin-top: -30px;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 8px 0px rgba(0,0,0,0.1);
    background-color: #fff;
	padding: 0;
    text-align: left;
    border-radius: 10px;
    font-size: 1em;
	font-weight: normal;
    line-height: 130%;
    overflow: hidden;
}
#header_minified.header .mainmenu ul ul {
	display: none;
    margin-top: -20px;
}

.header .mainmenu ul ul li {
    padding: 0;
    margin: 0;
    display: block;
    float: none;
	text-align: left;
    border-bottom: 1px solid #e8ecf0;
}

 .header .mainmenu ul ul li a::after {
	display: none !important;
}
	 
	 
.header .mainmenu ul ul li:last-child {
	border-bottom: none;	
}
.header .mainmenu ul ul a {
    display: block;
	color: #00507b !important;
	text-align: left;
	line-height: 140%;
	white-space: nowrap;
	padding: 10px 15px;
    transition: 0.5s ease;
    transition-property: color;
	font-weight: normal;
	text-transform: none;
	border-radius: 0;
	background-color: transparent !important;
}
.header .mainmenu ul ul a:hover {
    color: #00507b !important;
    background-color: #e8ecf0 !important;
}
.header .mainmenu ul ul li.active a,
.header .mainmenu ul ul li.active a:hover {
    color: #00507b !important;
	font-weight: bold;
}
.header .menu_mobile_container {
	display: table-cell;
	vertical-align: middle;
	width: auto;
	height: 100%;
}
.header .menu_mobile, .header .menu_mobile:hover {
	position: relative;
    z-index: 100;
    display: none;
    top: 2px;
	bottom: 0;
	margin: auto;
	background-size: 88%;
	background-position: 2px 3px;
	width: 36px;
	height: 36px;
	background-image: url(../images/mobile_menu_button.png);
	background-repeat: no-repeat;
}
.header .menu_mobile:focus {
    outline: none;
}
.header .menu_mobile span.title {
	position: absolute;
	display: inline-block;
	color: #2e9b48;
	width: auto;
	right: 36px;
	top: 0px;
	padding: 10px;
    font-weight: normal;
	font-size: 14px;
	line-height: 140%;
}





#header_minified.header {
	position: fixed;
    top: -200px;
	left: 0px;
    z-index: 10000;
    width: 100%;
	font-size: 16px;
	line-height: 140%;
    background: rgb(255,255,255);
    background: -webkit-linear-gradient(rgba(232,236,240,1) 0%, rgba(255,255,255,0.9) 100%);
    background: -o-linear-gradient(rgba(232,236,240,1) 0%, rgba(255,255,255,0.9) 100%);
    background: linear-gradient(rgba(232,236,240,1) 0%, rgba(255,255,255,0.9) 100%);
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.1);
    transition: 0.5s ease;
    transition-property: top left;
    
}
#header_minified.header .header_inner {
	height: 80px;
}
#header_minified.header .logo {
	width: 300px;
}

#header_minified.header .mainmenu a {
	line-height: 80px;
}
#header_minified.header .mainmenu ul ul a {
    line-height: 140%;
}

body.header_reduced #header_minified.header {
    top: 0px;
}






/* Header-Anpassungen */
.header .menu_mobile, .header .menu_mobile:hover {
	display: none;
}
.header .mainmenu {
	
}



@media only screen and (max-width: 1439px) {
	#header.header .logo {
		
	}
	.header .claim {
		display: block;
		font-size: 14px;
		line-height: 130%;
		width: 250px;
		text-align: center;
		height: auto;
		position: absolute;
		margin: 0;
		left: 30px;
		bottom: 24px;
	}
	.header .claim .claim_inner {
		display: inline;
	}
	.header .header_inner {
		padding: 0 30px;
	}
	#header_minified.header .claim {
		display: none;
	}
}


@media only screen and (max-width: 1024px) {
	.header .header_inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
	
}
@media only screen and (max-width: 1023px) {
    .header .header_inner {
		height: 100px;
	}
	.header .logo {
		margin-top: 0;
	}
    
	.header .menu_mobile, .header .menu_mobile:hover {
		display: inline-block;
	}
	.header .mainmenu {
		display: none;
	}
	.header .claim {
		bottom: 14px;
	}
	
}
@media only screen and (max-width: 680px) {
	
}
@media only screen and (max-width: 600px) {
    .header .header_inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
	.header .menu_mobile span.title {
        display: none;
    }
    .header .logo {
		width: 270px;
	}
    #header_minified.header .logo {
        width: 270px;
    }
    .header .menu_mobile, .header .menu_mobile:hover {
        
    }
	.header .claim {
		left: 20px;
	}
}

#content_overlay {
	position: fixed;
	display: none;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	
	
}

.mainmenu_sub_container {
	position: fixed;
	display: none;
	overflow: hidden;
	z-index: 101;
	left: 0px;
	width: 100%;
	height: auto;
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.25);
}
.mainmenu_sub_container .submenu_inner {
	position: relative;
	padding: 1% 2%;
}
.mainmenu_sub_container .menu_groups {
	position: relative;
	margin: 0 -2%;
}
.mainmenu_sub_container .menu_group {
	width: 29.333%;
	margin: 0 2% 2% 2%;
	float: left;
}
.mainmenu_sub_container .menu_group .menu_group_inner {
	position: relative;
}
.mainmenu_sub_container .menu_group .menu_group_inner.icon {
	padding-left: 80px;
}
.mainmenu_sub_container .menu_group .menu_group_inner .menu_group_icon {
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	left: 0px; 
	top: 0px;
}

.mainmenu_sub_container ul {
	margin: 0;
	padding: 0;
}

.mainmenu_sub_container h3 {
	font-size: 0.7em;
	font-weight: normal;
	padding: 0.6em 0;
	margin: 1em 0 0.6em 0;
	border-bottom: 1px solid #ede9e1;
}
.mainmenu_sub_container a {
	color: #00507b;
	text-decoration: none;
	line-height: 160%;
}
.mainmenu_sub_container a:hover {
	color: #00507b;
	text-decoration: none;
}




.mainmenu_sub_container_mobile {
	overflow: scroll;
}
.mainmenu_sub_container_mobile .submenu_inner {
	padding: 0;
}
.mainmenu_sub_container_mobile .menu_groups {
	margin: 0;
}
.mainmenu_sub_container_mobile .menu_group {
	width: 100%;
	margin: 0;
	float: none;
}
.mainmenu_sub_container_mobile .menu_group_inner {
	width: 100%;
	margin: 0;
	float: none;
}
.mainmenu_sub_container_mobile .menu_group ul {
	
}



.dynav {
	position: relative;
	overflow-y: scroll;
	overflow-x: hidden;
}
.dynav_menu {
	position: absolute;
	display: none;
	width: 100%;
	height: auto;
	left: 0px;
	transform: translate3d(100%, 0, 0);
	transition: transform 250ms;
}

.dynav_menu.hidden {
	transform: translate3d(-100%, 0, 0);
	
}
.dynav_menu.open {
	transform: translate3d(0, 0, 0);
	display: block;
}

.dynav_menu_element {
	
}
.dynav_menu h3 {
	padding-left: 30px;
	padding-right: 30px;
}
.dynav_menu_element a, .dynav_menu_element a:hover {
	display: block;
	position: relative;
	color: #2e9b48;
	font-size: 0.9em;
	line-height: 130%;
	padding: 1em 30px;
	border-bottom: 1px solid #ededed;
}

.dynav_menu_element.active {
	background-color: #ededed;
}


.dynav_menu.root .dynav_menu_element a {
	font-weight: bold;
	text-transform: uppercase;
}
.dynav_menu_back a {
	padding-left: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.dynav_menu_back a::before {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url("../images/arrow_left_color1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.dynav_menu_element a.dynav_parent::after {
	content: "";
	display: block;
	position: absolute;
	width: 12px;
	height: 12px;
	background-image: url("../images/arrow_right_color1.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	right: 26px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

@media only screen and (max-width: 600px) {
	.dynav_menu h3 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.dynav_menu_element a, .dynav_menu_element a:hover {
		padding-left: 20px;
		padding-right: 20px;
	}
	.dynav_menu_back a, .dynav_menu_back a:hover {
		padding-left: 35px;
	}
	.dynav_menu_back a::before {
		left: 18px;

	}
	.dynav_menu_element a.dynav_parent::after {
		right: 16px;

	}
}

.segment_breadcrumb {
    
}
.segment_breadcrumb .inner {
    padding-bottom: 0;
}
ul.breadcrumb {
	display: block;
	font-size: 0.8em;
	line-height: 130%;
	padding: 10px 20px;
	list-style: none;
	margin: 0;
	color: #A2B0C1;
    border: 1px solid #e8ecf0;
	border-radius: 20px;
}
ul.breadcrumb li.breadcrumb_item {
	display: inline-block;
    padding: 0;
    margin: 0;
}
ul.breadcrumb li.breadcrumb_item::before {
	display: none;
}
ul.breadcrumb li.breadcrumb_item::after {
	content: "";
	position: relative;
	display: inline-block;
	padding: 0 1em;
    width: 10px;
    height: 10px;
    background-image: url("../images/arrow_right_color1.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.2;
}
/*
ul.breadcrumb li.breadcrumb_item::after {
	content: "/";
	position: relative;
	display: inline;
	color: #A2B0C1;
	padding: 0 1em;
	font-weight: normal;
}
*/

ul.breadcrumb li.breadcrumb_item:last-child::after {
	display: none;
}
ul.breadcrumb li.breadcrumb_item.breadcrumb_home {
	font-weight: bold;
}
ul.breadcrumb li.breadcrumb_item.breadcrumb_level1 {
	
}
ul.breadcrumb li.breadcrumb_item.breadcrumb_level2 {
	
}
ul.breadcrumb a {
	color: inherit;
	text-decoration: none;
	text-align: center;
	transition: 0.5s ease;
    padding: 0;
    margin: 0;
}

ul.breadcrumb a:hover {
	color: #00507b;
	text-decoration: none;
}
ul.breadcrumb li.current a {
	color: inherit;
	text-decoration: none;
}
ul.breadcrumb li.current a:hover {
	color: #00507b;
	text-decoration: none;
}
@media only screen and (max-width: 1279px) {
	ul.breadcrumb {
		padding: 10px 30px;
	}
}
@media only screen and (max-width: 600px) {
	ul.breadcrumb {
		display: block;
		text-align: center;
		padding: 10px 20px;
	}
	
	ul.breadcrumb li.breadcrumb_item.breadcrumb_home {
		display: none;	
	}
	ul.breadcrumb li.breadcrumb_item.breadcrumb_level1 {
	
	}
	ul.breadcrumb li.breadcrumb_item.breadcrumb_level1::after {
		display: none;
	}
	ul.breadcrumb li.breadcrumb_item.breadcrumb_level2 {
		display: none;	
	}
	ul.breadcrumb a {
		font-weight: bold;
	}

}
.home .segment_breadcrumb, .home ul.breadcrumb {
	display: none;
}

.content_submenu {
	position: relative;
	-webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.1); 
	box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.1);
	background-color: rgba(255,255,255,1);
	padding: 1em 50px 0 50px;
}
.content_submenu_header {
	font-size: 1.2em;
	line-height: 140%;
	display: inline-block;
	float: left;
	padding: 10px 0;
	font-weight: bold;
	text-align: left;
}
.content_submenu_header span {
	font-weight: normal;
}
.content_submenu ul {
	display: inline-block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.content_submenu li {
	display: inline-block;
	margin: 0 0.6em;
	padding: 0;
}
.content_submenu li::before {
	display: none;
}
.content_submenu li a {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0.8em 1em;
	color: #a18651;
	text-decoration: none;
	/*background-color: rgba(161,134,82,1.00);*/
	
}
.content_submenu li a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	width: 10%;
	height: 0;
	padding-bottom: 4px;
	font-size: 0.1px;
	border-radius: 4px 4px 0 0;
	background-color: rgba(161,134,81,0);
	transition: 0.5s ease;
	transition-property: background-color, width;
}
.content_submenu li a:hover {
	color: #a18651;
	text-decoration: none;
	
}
.content_submenu li a:hover::after, 
.content_submenu li.active a:hover::after, 
.content_submenu li.active a::after {
	width: 100%;
	background-color: rgba(161,134,81,1.00);
}
.content_submenu li.active a {
	/*color: #00507b;*/
}

@media only screen and (max-width: 1280px) {
	.content_submenu li {
		margin: 0 0.3em;
	}
	
}
@media only screen and (max-width: 1160px) {
	.content_submenu li a {
		padding-left: 0.5em;
		padding-right: 0.5em;

	}
}
@media only screen and (max-width: 1024px) {
	.content_submenu {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media only screen and (max-width: 960px) {
	.content_submenu_header,
	.content_submenu ul {
		width: auto;
		float: none;
		display: block;
		text-align: center;
	}
	.content_submenu li {
		margin: 0 0.3em;
	}
}

@media only screen and (max-width: 768px) {
	.content_submenu li a::after {
		display: none;
	}
	.content_submenu {
		padding-bottom: 0;
	}
	.content_submenu .dropdown {
		position: relative;
		margin-bottom: 0;
	}
	.content_submenu .dropdown li {
		display: none;
		margin: 0;
	}
	.content_submenu .dropdown li.active {
		display: block;
	}
	.content_submenu .dropdown li a {
		text-align: left;
		display: block;
	}
	.content_submenu .dropdown a.dropdown_trigger {
		padding-right: 20px;
		padding-left: 0px;
		position: relative;
		outline: hidden;
	}
	.content_submenu .dropdown a.dropdown_trigger::after {
		display: block;
		position: absolute;
		content: '';
		background-color: transparent !important;
		width: 16px !important;
		height: 16px !important;
		left: auto;
		right: 0px;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 0;
		background-image: url("../images/menu_icon_submenu.png");
		background-position: 0px -16px;
		background-repeat: no-repeat;
		background-size: 100% auto;
		transition-property: none;
	}
	.content_submenu .dropdown.open a.dropdown_trigger::after {
		background-image: url("../images/menu_icon_submenu_close.png");
	}
	.content_submenu .dropdown a.dropdown_trigger::after {

	}
	.content_submenu .dropdownmenu {
		position: relative;
		display: block;
		width: 100%;
		z-index: 9999;
		background-color: #ede9e1;
		-webkit-box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2); 
		box-shadow: inset 0px -10px 10px -10px rgba(0,0,0,0.2);
	}
	.content_submenu .dropdownmenu li {
		display: block;
		border-bottom: 1px solid #fff;
	}
	.content_submenu .dropdownmenu li:last-child {
		border-bottom: none;
	}
	.content_submenu .dropdownmenu li a {
		
	}
	.content_submenu .dropdownmenu li.active a {
		font-weight: bold;
	}
}


#content {
	
}
	
.segment {
	position: relative;
}



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

.bg_light {
	background-color: #e8ecf0;
}
.bg_lightgradient {
    background: rgb(232,236,240);
    background: -webkit-linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
    background: -o-linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
    background: linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
}
.bg_dark {
	background-color: #00507b;
	color: #fff !important;
}
.bg_dark h1,
.bg_dark h2,
.bg_dark h3,
.bg_dark h4,
.bg_dark p {
	color: #fff;
}
.bg_dark a, .bg_dark a:hover {
    color: #fff;
}
.bg_dark a:hover {
    color: #fff;
    text-decoration: underline;
}
.bg_hand::before {
    display: block;
    position: absolute;
    content: "";
    background-image: url("../images/ErgoTherapie_Ploghoeft_Logo_Hand_transp_rgb.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100%;
    height: auto;
    top: 0;
    bottom: -5%;
    left: -55%;
    right: auto;
    margin: auto;
}
#scrollToTop,
#scrollinfo {
    z-index: 102;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #00507b;
    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: 20px;
    right: 20px;
    
}
#scrollinfo {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    margin: 0 auto;
    
}
#scrollToTop::before,
#scrollinfo::before {
    content: "";
    display: block;
    position: absolute;
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    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,
#scrollinfo:hover::before {
    opacity: 1;
}

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


#shortcuts {
	z-index: 10001;
    display: inline-block;
	width: 210px;
    height: auto;
	position: fixed;
    right: 0px;
	text-align: right;
}

#shortcuts a.shortcut {
	display: inline-block;
	width: auto;
    height: 40px;
	font-size: 0.92em;
	line-height: 40px;
	font-weight: bold;
	padding: 0 20px 0 20px;
	margin: 0 0 5px 0;
	border-radius: 20px 0 0 20px;
    background-color: #2e9b48;
    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;
    overflow: hidden;
	transition: 0.5s ease;
	transition-property: background-color;
}
#shortcuts a.shortcut:hover {
	background-color: #36B755;
	color: #fff;
}
#shortcut_contact {
	top: 300px;
}

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


.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: 1008;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
	padding: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    overflow: hidden;
    text-indent: -1000px;
	border: none;
	background-color: transparent;
}
button.slick-prev::after,
button.slick-next::after {
    content: "";
	display: block;
    position: absolute;
    z-index: 1010;
    top: 0;
    bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
    width: 60%;
    height: 0;
	padding-bottom: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.5;
    transition: 0.5s ease;
    transition-property: opacity;
}
button.slick-prev::before,
button.slick-next::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
    bottom: 0;
	left: 0;
	right: 0;
    margin: auto;
	position: absolute;
	z-index: 1009;
	background-color: rgba(255,255,255,0.8);
	border-radius: 50%;
}
button.slick-prev::before {
	border-radius: 0 50% 50% 0;
}
button.slick-next::before {
	border-radius: 50% 0 0 50%;
}
button.slick-prev {
    left: 0px;
}
button.slick-next {
    right: 0px;
}
button.slick-prev::after {
    background-image: url("../images/arrow_left_color1.png");
}
button.slick-next::after {
    background-image: url("../images/arrow_right_color1.png");
}
button.slick-prev:hover::after,
button.slick-next:hover::after {
    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: -20px;
    left: 50%;
}
.slick-dots li:only-child {
	display: none;
}
.slick-dots li {
    display: inline-block;
    margin: 5px !important;
    padding: 0 !important;
}
.slick-dots li::before,
.slick-dots li::after {
	content: "";
	display: none;
}
.slick-dots li button {
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    background-color: #dadada;
    border-radius: 50%;
    border: none;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    background-color: #00507b;   
}
.slick-dots li.slick-active button:focus {
	outline: 0;
}
.slick-dots li::before {
    content: "";
}
.segment_color3 .slick-dots li.slick-active button {
	background-color: #00507b
}
.google_maps {
	margin-bottom: 40px;
}
.google_maps iframe {
	width: 100%;
	height: 320px;
	display: block;
}
.google_maps_inline {
	width: 100%;
	height: 0;
	padding-bottom: 65%;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}
.google_maps_inline iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
}

.video {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin: 2em 0;
	border-radius: 6px;
}
.video iframe, .video video {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.video_full {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin: 0 0 2em 0;
}
.video_full iframe, .video_full video {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.button_mute {
	position: absolute;
	display: block;
	z-index: 3;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-indent: -1000px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
	background-image: url("../images/button_unmute.png");
	border-radius: 50%;
	left: 20px;
	top: 20px;
	opacity: 0.6;
	transition: 0.5s ease;
	transition-property: opacity;
}
.button_mute:hover {
	opacity: 1;	
}
.button_mute.muted {
	background-image: url("../images/button_mute.png");
}
.button_play {
	position: absolute;
	display: block;
	z-index: 3;
	width: 90px;
	height: 90px;
	cursor: pointer;
	text-indent: -1000px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.2);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80% auto;
	background-image: url("../images/button_play.png");
	border-radius: 50%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.6;
	transition: 0.5s ease;
	transition-property: opacity;
}
.button_play:hover {
	opacity: 1;	
}


ul.checked {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.checked li {
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 0 0 0.5em 0.5em;
}
ul.checked li:before {
	content: "";
	display: block;
	position: absolute;
	left: -0.4em;
	top: 0em;
	width: 1.3em;
	height: 1.3em;
	background-image: url("../images/icon_checked_color2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
ul.checked.checked_h3 li {
	padding-left: 2em;
}
ul.checked.checked_h3 li:before {
	top: 0em;
	width: 1.8em;
	height: 1.8em;
}
ul.checked.checked_h3 li h3 {
	margin-bottom: 0.75em;
}
ul.checked ul {
	margin: 0 0 1em 0;
	padding: 0;
}
ul.checked ul li {
	position: relative;
	padding: 0 0 0 1em;
	margin: 0em;
}
ul.checked ul li:before {
	content: "\2022";
	position: absolute;
	background: none;
	left: 0;
	top: -0.1em;
}



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 {
	position: relative;
	margin: 0 -2%;
}


div.columns1 .column1,
div.columns2 .column1,
div.columns2 .column2,
div.columns3 .column1,
div.columns3 .column2,
div.columns3 .column3 {
	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: 65%;
	margin-right: 0;
}
div.columns2.smaller_right > .column2 {
	width: 27%;
	float: right;
	margin-left: 0;
}

div.columns2.smaller_left > .column1 {
	width: 27%;
	margin-right: 0;
}
div.columns2.smaller_left > .column2 {
	width: 65%;
	float: right;
	margin-left: 0;
}


div.columns2.smaller_right2 > .column1 {
	width: 75%;
	margin-right: 0;
}
div.columns2.smaller_right2 > .column2 {
	width: 17%;
	float: right;
	margin-left: 0;
}
div.columns2.smaller_left2 > .column1 {
	width: 17%;
	margin-right: 0;
}
div.columns2.smaller_left2 > .column2 {
	width: 75%;
	float: right;
	margin-left: 0;
}

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

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;
}



@media screen and (max-width: 860px)
{
	div.columns1,
	div.columns2,
	div.columns3 {
		margin: 0;
	}
	
	div.columns1 .column1,
	div.columns2 .column1,
	div.columns2 .column2,
	div.columns2.smaller_left .column1,
	div.columns2.smaller_left .column2,
	div.columns2.smaller_left2 .column1,
	div.columns2.smaller_left2 .column2,
	div.columns2.smaller_right .column1,
	div.columns2.smaller_right .column2,
	div.columns2.smaller_right2 .column1,
	div.columns2.smaller_right2 .column2,
	div.columns3 .column1,
	div.columns3 .column2,
	div.columns3 .column3 {
		width: auto;
		float: none;
		margin: 0 0 2em 0;
	}
	
	ul.columns2, .text_columns2, .liste_2cols ul {
		column-count: 1;
		column-gap: 0;
	}


	ul.columns3, .text_columns3 {
		column-count: 1;
		column-gap: 0;
	}

}


.flexcolumns3 {
    position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* vertical */
    align-content: center; /* Aligns flex lines when there is extra space in the cross axis. */
    justify-content: center; /* Aligns flex items along the main axis. */
    gap: 0;
}

.flexcolumns3 .column {
	position: relative;
	flex: 0 0 29.333%; /* grow schrink basis */
    width: auto;
    margin: 2%;
    padding: 0;
}

.segment_schnellkontakt {
    background-image: url("../images/backgrounds/background_01.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.schnellkontakt {
    font-size: 2em; 
    line-height: 140%; 
    font-weight: normal;
    text-align: center;
}
.schnellkontakt .titel {
    font-weight: bold; 
}
.schnellkontakt .daten {
    
}
.schnellkontakt .daten span {
    display: block;
    font-size: 0.6em;
    line-height: 140%;
}

.logos {
    text-align: center;
    position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: center; /* vertical */
    align-content: center; /* Aligns flex lines when there is extra space in the cross axis. */
    justify-content: center; /* Aligns flex items along the main axis. */
    gap: 0;
}

.logos img {
    position: relative;
	flex: 0 0 16%; /* grow schrink basis */
    width: auto;
    padding: 0;
    margin: 20px;
}

.segment_fullimage img {
    width: 100%;
}
.segment_full .inner {
    max-width: none;
    margin: 0;
}
.segment_full_centered .inner {
	text-align: center;
}
.segment_centeredtext .inner {
    text-align: center;
    max-width: 980px;
	margin: 0 auto;
    
}
.segment_bgimage {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.segment_bgimage .inner {
	
}
.segment_bgimage_with_text::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	
}

.segment_willkommen {
    
}
.segment_willkommen .mainslider_container {
    position: relative;
    margin: 5em 0 0 0; 
    padding-bottom: 30px; 
    
}
.segment_willkommen .mainslider {
    position: relative;
    
}
.segment_willkommen .mainslider img {
    display: block;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    margin: 20px;
}
.startimage_container {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 0;
}

.startimage_container .startimage {
    position: relative; 
    z-index: 4; 
    opacity: 0.92;
    width: 820px; 
    height: 820px;
    max-width: none !important;
    display: block; 
    margin-top: -60px;
    left: 50%;
    margin-left: -410px;
    border-radius: 50%;
}
.startimage_container h1 {
    position: absolute; 
    font-size: 4em;
    line-height: 130%;
    left: 30px; 
    right: 30px; 
    z-index: 5;
    padding-top: 0;
    margin-top: 0;
    hyphens: none !important;
}

@media only screen and (max-width: 1600px) {
	.startimage_container {
        padding-top: 40px;
    }
    .startimage_container .startimage {
        width: 600px; 
        height: 600px;
        margin-left: -300px;
        margin-top: -40px;
    }
    .startimage_container h1 {
        font-size: 3.2em;
        line-height: 130%;
    }
}
@media only screen and (max-width: 800px) {
	.startimage_container .startimage {
        width: 600px; 
        height: 600px;
        margin-left: -300px;
    }
    .startimage_container h1 {
        font-size: 2.6em;
        line-height: 130%;
        left: 20px; 
        right: 20px;    
    }
}
.vertcenter {
	display: table;
	width: 100%;
	min-height: 320px;
}
.vertcenter .vertcenter_inner {
	display: table-cell;
	vertical-align: middle;
	
}

.segment_with_photo {
    margin-bottom: 120px;
}

.segment .small_images {
	
}
.segment .small_images .img_container {
	width: 35%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.segment .small_images .text {
	padding-left: 42%;
	position: relative;
	min-height: 220px;
}

.segment .segment_title {
	font-size: 2.5em;
	font-weight: bold;
	margin: 0 0 0.75em 0;
	padding: 0;
}
.segment_dark,
.segment_dark h1,
.segment_dark h2,
.segment_dark h3,
.segment_dark h4,
.segment_dark p,
.segment_dark a,
.segment_dark a:hover {
	color: #fff;
}
.segment_dark h1,
.segment_dark h2,
.segment_dark h3,
.segment_dark h4 {
	text-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.segment_dark,
.segment_dark p,
.segment_dark a,
.segment_dark a:hover {
	text-shadow: 0 0 8px rgba(0,0,0,0.5);
}

.segment_dark a {
	text-decoration: underline;
}
.segment_dark a:hover {
	text-decoration: none;
}
.segment_dark a.button {
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	background-color: transparent;
	text-shadow: none;
}
.segment_dark a.button:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(93,157,41,1.00);
	border: 1px solid rgba(93,157,41,1.00);
	text-shadow: none;
}

.boxshadow {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.1);
}

.nowrap {
	white-space: nowrap;
}



img.contentimage,
.contentimage img {
    margin: 0 0 1em 0;
    display: block;
    border-radius: 10px;
	overflow: hidden;
}
img.contentimage_shadow,
.contentimage_shadow img {
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}
.content_sidebar img.contentimage,
.content_sidebar .contentimage img {
	border-radius: 6px;
}
.bg_circle {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}
.bg_circle .bg_circle_inner {
    position: absolute;
    width: 100%;
    height: 100%;
}
.bg_circle img {
    opacity: 0.9;
}
.bg_circle img.image_centered {
    width: 100%; 
    margin: auto;
    top: 0;
    right: 0;bottom: 0;
    left: 0;
    position: absolute;
}
.bg_circle::before {
    position: absolute;
    display: block;
    content: "";
    width: 80%;
    height: 80%;
    margin: auto;
    top: 0;
    right: 0;bottom: 0;
    left: 0;
    border-radius: 50%;
    background: #e8ecf0;
    background: -webkit-linear-gradient(rgba(232,236,240,1) 30%, rgba(232,236,240,0.3) 100%);
    background: -o-linear-gradient(rgba(232,236,240,1) 30%, rgba(232,236,240,0.3) 100%);
    background: linear-gradient(rgba(232,236,240,1) 30%, rgba(232,236,240,0.3) 100%);
}
.bg_circle.bg_circle_green::before {
    background: #2e9b48;
    background: -webkit-linear-gradient(rgba(46,155,72,1) 30%, rgba(46,155,72,0.5) 100%);
    background: -o-linear-gradient(rgba(46,155,72,1) 30%, rgba(46,155,72,0.5) 100%);
    background: linear-gradient(rgba(46,155,72,1) 30%, rgba(46,155,72,0.5) 100%);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}

.contentimage p {
    margin: 0;
    font-size: 0.86em;
    line-height: 130%;
}

.imageheader {
	width: 100%;
	height: 0;
	padding-bottom: 50%;
	position: relative;
	margin-bottom: 3em;
}
.imageheader img {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	margin: 0 !important;
}

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

.textbild_universell {
	display: block; 
	width: 60%;
	height: 0;
	padding-bottom: 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin: 0 auto 1em auto !important;
}

.textbild_festegroesse_quer {
	display: block; 
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	border-radius: 4px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 0 0 2em 0;
}
.textbild_festegroesse_quer a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
}

/* Imagegrid */
.imagegrid {
	position: relative;
	margin: 0 -1%;
}
.imagegrid_element {
	position: relative;
	width: 46%;
	text-indent: -1000px;
	overflow: hidden;
	height: 0;
	padding-bottom: 46%;
	float: left;
	margin: 2%;
	border-radius: 10px;
	box-shadow: 0 0 0 2px rgba(161,134,82,0);
	transition: 0.5s ease box-shadow;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.imagegrid_element:hover
{
	box-shadow: 0 0 0 4px rgba(161,134,82,1);
}
.imagegrid_element a.hotspot {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}



#footer {
	position: relative;
	z-index: 10;
    font-size: 0.86em;
    line-height: 140%;
	color: #00507b;
	background: #e8ecf0;
    background: -webkit-linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
    background: -o-linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
    background: linear-gradient(rgba(232,236,240,1) 0%, rgba(232,236,240,0) 100%);
	overflow: hidden;
}

#footer .inner {
	
	
}
#footer .footer_top {
	position: relative;
	text-align: right;
}
#footer .footer_bottom {
	border-top: 1px solid #00507b;
	position: relative;
	padding-top: 20px;
	margin-top: 20px;
}
#footer a {
	color: inherit;
	text-decoration: none;
	transition: 0.5s ease;
	transition-property: color;
}
#footer a:hover {
	color: #inherit;
	text-decoration: none;
}
#footer .copyright {
    float: left;
}
#footer .socialmedia {
    float: right;
	margin-left: 40px;
	top: -0.6em;
}

.firmendaten {
	position: relative;
	width: 350px;
	float: left;
	text-align: left;
}
.firmendaten .firmendaten_inner {
	
}
.footermenu {
	position: relative;
	display: inline-block;
	text-align: left;
	width: auto;
}
.footermenu .footermenu_inner {
	display: table;
}
.footermenu ul {
	display: table-cell;
	list-style: none;
	margin: 0;
	padding: 0 100px 0 0;
}
.footermenu ul li {
	margin: 0 0 1.2em 0;
	padding: 0;
}
.footermenu ul li::before {
	display: none;
}
.footermenu ul li a {
	font-weight: bold;
}
.footermenu ul ul {
	width: auto;
	display: block;	
	margin: 0.5em 0 0 0;
	padding: 0;
}
.footermenu ul ul li {
	display: block;
	margin-bottom: 0.25em;
}
.footermenu ul ul li a {
	font-weight: normal;
}
@media only screen and (max-width: 1366px) {
	.footermenu ul {
		padding: 0 60px 0 0;
	}
}
@media only screen and (max-width: 1279px) {
	.footermenu ul {
		padding: 0 30px 0 0;
	}
}


@media only screen and (max-width: 1023px) {
	#footer::before {
		width: 400px;
		padding-bottom: 400px;
		right: 30px;
		top: 30px;
	}
	#footer .footer_top {
		text-align: left;
	}
	
	#footer .copyright {
		float: none;
		text-align: center;
		display: block;
	}
	.firmendaten {
		width: auto;
		float: none;
		text-align: center;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 60px auto;
		margin: 0 0 3em 0;
	}
	.firmendaten .firmendaten_inner {
		padding: 80px 0 0 0;
	}
	.footermenu {
		display: block;
		text-align: center;
		width: auto;
		margin-bottom: 3em;
	}
	.footermenu .footermenu_inner {
		display: block;
	}
	.footermenu ul {
		display: block;
		padding: 0;
	}
	.footermenu ul li {
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	.footermenu ul ul li {
		margin-bottom: 0.4em;
	}
}
@media only screen and (max-width: 680px) {
	#footer::before {
		width: 400px;
		padding-bottom: 400px;
		right: -40px;
		top: 30px;
	}
	
	
	
}

@media only screen and (max-width: 1279px) {
	
	#footer .socialmedia::before {
		content: "";
		display: block;
		clear: both;
		height: 3em;
	}
	#footer .socialmedia {
		clear: both;
		float: none;
		display: block;
		margin: 0;
	}
	
}


#pagination {
    clear: both;
	padding: 4em 0 2em 0;
	text-align: center;
}
#pagination .inner {
    display: inline;
    padding: 0;
}
#pagination .entries_total {
	margin-right: 20px;
}
#pagination .show_rows {
	
}
#pagination .previous {
	
}

#pagination .page_current {
	margin: 0 10px;
}

#pagination .next {
	
}


#pagination .previous,
#pagination .next {
	display: inline-block;
    
    -webkit-appearance: none;
}
#pagination .previous:hover,
#pagination .next:hover {
	
}
#pagination a, #pagination a:visited {
	
}
#pagination a:hover {
	
}
#pagination a.button {
	margin: 0;
	padding: 10px 16px;
}
#pagination span.disabled a {
	opacity: 0.5;
}




.bildleiste {
	position: relative;
	margin: 0 -1%;
}
.bildleiste .bild {
	position: relative;
	display: block;
	float: left;
	width: 14.666%;
	height: 0;
	padding-bottom: 14.666%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin: 1%;
	border-radius: 4px;
}
.bildleiste .bild a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
}
.bildleiste_1 .bild {
	width: 98%;
	padding-bottom: 98%;
	
}
.bildleiste_2 .bild {
	width: 48%;
	padding-bottom: 48%;
}
.bildleiste_3 .bild {
	width: 31.333%;
	padding-bottom: 31.333%;
}
.bildleiste_4 .bild {
	width: 23%;
	padding-bottom: 23%;
}
.bildleiste_5 .bild {
	width: 18%;
	padding-bottom: 18%;
}
.bildleiste_6 .bild {
	width: 14.666%;
	padding-bottom: 14.666%;
}

@media only screen and (max-width: 680px) {
	.bildleiste .bild {
		width: 48% !important;
		padding-bottom: 48% !important;
	}
}


.spezialinfo {
	position: relative;
	text-align: center;
	margin: 0;
}
.spezialinfo .spezialinfo_inner {
	
}
.spezialinfo p {
	display: inline;
	margin: 0 !important;
}
.spezialinfo a, .spezialinfo a:hover {
	display: block;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	line-height: 130%;
	background-color: #00507b;
	padding: 0.75em 1.5em;
	text-decoration: none;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	transition: 0.5s ease;
	transition-property: background-color;
}
.spezialinfo a:hover {
	background-color: #738CDD;
}



.newsslider_elements {
	font-size: 0.86em;
	line-height: 140%;
}
.newsslider_elements .slick-dots {
	bottom: -18px;
	height: 16px;
	overflow: hidden;
	
}
.newsslider_elements .slick-dots li {
	margin: 3px;
}
.newsslider_elements .slick-dots li::before {
	display: none;
}
.newsslider_elements .slick-dots li button {
	width: 6px;
	height: 6px;
	margin: 0;
	border-radius: 50%;
}
.newsslider_elements h3 {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0.25em;
}

.newsslider_elements .newsslider_element {
	
}
.newsslider_elements .newsslider_element .newsslider_element_inner {
	position: relative;
	padding: 0 10px;
}
.newsslider_elements .newsslider_element_info {
	width: auto;
	padding-right: 150px;
}
.newsslider_elements .newsslider_element_info p {
	margin-bottom: 0;
}
.newsslider_elements .newsslider_element_menu {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 100%;
	
}
.newsslider_elements .newsslider_element_menu a.button {
	position: absolute;
	height: 32px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 32px;
	border-radius: 16px;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto 0 auto 0;
}

@media only screen and (max-width: 860px) {
	.newsslider_elements .newsslider_element_menu {
		position: relative;
		top: auto;
		right: auto;
		width: auto;
		height: auto;

	}
	.newsslider_elements .newsslider_element_menu a.button {
		position: relative;
		right: auto;
		top: auto;
		bottom: auto;
		margin: 10px 0 0 0;
	}
	.newsslider_elements .newsslider_element_info,
	.newsslider_elements .newsslider_element_menu {
		width: auto;
		float: none;
		padding-right: 0;
		text-align: center;
	}
	
}

#kontaktblock {
	
}
#kontaktblock p {
	margin-bottom: 0;
}
#kontaktblock .columns3 {
	
}
.kontakt_daten div.columns3 h3 {
	margin-top: 0;
	padding-top: 0;
}
.kontakt_daten a.button {
	margin: 0 0 0.5em 0;
	display: block;
}
.kontakt_daten div.columns3 .column1 {
	
}
.kontakt_daten div.columns3 .column2 {
	
}
.kontakt_daten div.columns3 .column3 {
	
}


.uebersicht {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* vertical */
    align-content: center; /* Aligns flex lines when there is extra space in the cross axis. */
    justify-content: center; /* Aligns flex items along the main axis. */
    gap: 2%;

}
.uebersicht_element {
	position: relative;
	flex: 0 0 23.5%; /* grow schrink basis */
    width: auto;
    margin: 20px 0;
    padding: 0;
}
.uebersicht_element_inner {
	position: relative;
}

.uebersicht_element .uebersicht_element_bild {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 50%;
}
.uebersicht_element .uebersicht_element_bild img {
	position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition-property: width, height;
    transition: 0.5s ease;
}
.uebersicht_element .uebersicht_element_bild a:hover img {
    width: 110%;
	height: 110%;
}
.uebersicht_element .uebersicht_element_bild a.hotspot {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -1000px;
}
.uebersicht_element .uebersicht_element_text {
	padding: 20px 0;
	text-align: center;
	
}
.uebersicht_element .uebersicht_element_text h3 {
	
}

.uebersicht_element .uebersicht_element_beschreibung {
	padding-bottom: 50px;
    text-align: inherit;
}
.uebersicht_element .uebersicht_element_beschreibung a {
	
}
.uebersicht_element .uebersicht_element_beschreibung a:hover {
	
}
.uebersicht_element h3 {
	font-size: 1.3em;
	line-height: 140%;
	text-transform: none;
	padding: 0 0 1em 0;
	margin: 0;
	color: #00507b;
	font-weight: normal;
	margin-top: 0;
	text-align: inherit;
}
.uebersicht_element h3::before {
    content: "›";
    color: #2e9b48;
    padding: 0 0.5em 0 0;
}
.uebersicht_element h3 a {
    color: inherit !important;
    text-decoration: inherit;
}
.uebersicht_element h3 a:hover {
    color: inherit !important;
    text-decoration: underline;
}
.uebersicht_element .readmore {
	text-align: center;
	position: absolute;
	bottom: 16px;
	width: 80%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.uebersicht_element a.button {
	margin-right: 0;
	
}
@media only screen and (max-width: 1023px) {
	.uebersicht {
	    gap: 4%;
    }
    .uebersicht_element {
        flex: 0 0 48%;
    }
}

@media only screen and (max-width: 639px) {
	.uebersicht {
	    gap: 0;
    }
    .uebersicht_element {
		flex: 0 0 100%;
	}
}




div.team {
	position: relative;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* vertical */
    align-content: center; /* Aligns flex lines when there is extra space in the cross axis. */
    justify-content: center; /* Aligns flex items along the main axis. */
    gap: 5%;
}
div.team .mitarbeiter {
	position: relative;
	flex: 0 0 15%; /* grow schrink basis */
    margin: 30px 0;
    padding: 0;
    text-align: center;
}



div.team .mitarbeiter .mitarbeiter_inner {
	position: relative;
}

div.team .mitarbeiter .foto {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 135%;
    margin: auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    border-radius: 10px;
}
div.team .mitarbeiter .foto img {
	position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
    transition-property: width, height;
    transition: 0.5s ease;
}
div.team .mitarbeiter .info {
    margin: 0.75em 0 0 0;
}
div.team .mitarbeiter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
div.team .mitarbeiter li {
    margin: 0;
    padding: 0;
}
div.team .mitarbeiter li::before {
    display: none;
}
div.team .mitarbeiter .name h3 {
    font-size: 1.3em;
    line-height: 140%;
    color: #2e9b48;
    margin: 0 0 0.25em 0;
    padding: 0;
    hyphens: none !important;
}
div.team .mitarbeiter .name h3 span.nachname {
    
}
div.team .mitarbeiter .name h3 span.zusatz {
    display: block;
    font-size: 0.7em;
    line-height: 140%;
}

div.team .mitarbeiter .funktionen {
    font-size: 0.8em;
    line-height: 140%;
    font-weight: bold;
    color: #00507b;
}
div.team .mitarbeiter .details {
    
}
div.team .mitarbeiter .detail {
    margin-top: 1em;
}
div.team .mitarbeiter .detail_titel {
    font-weight: bold;
}
div.team .mitarbeiter .detail_inhalt {
    
}
div.team .mitarbeiter .fortbildungen {
    
}
div.team .mitarbeiter .behandlungsschwerpunkte {
    
}



@media only screen and (max-width: 1280px) {
	div.team .mitarbeiter {
        flex: 0 0 22%;
    }
    div.team, body.home div.team {
        gap: 4%;
    }
}

@media only screen and (max-width: 760px) {
	div.team .mitarbeiter {
        flex: 0 0 30.666%;
    }
    div.team, body.home div.team {
        gap: 4%;
    }
}

@media only screen and (max-width: 620px) {
    div.team .mitarbeiter {
        flex: 0 0 48%;
    }
    div.team, body.home div.team {
        gap: 4%;
    }
    div.team .mitarbeiter .name h3 span.nachname {
        display: block;
    }
}

.box_centered {
	text-align: center;
	position: relative;
	margin: 3em 0;
}
.box_centered_inner {
	display: inline-block; 
	background-color: #fff; 
	border-radius: 20px; 
	padding: 30px; 
	text-align: center;
}
.info_popup {
	position: fixed;
	z-index: 20000;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.info_popup .info_popup_content {
	position: absolute;
	width: 80%;
	max-width: 640px;
	height: 300px;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 15px 0px rgba(0,0,0,0.3);
}
.info_popup .info_popup_inner_scroll {
	height: 100%;
	overflow: scroll;
}
.info_popup_inner {
	padding: 30px;
}
.info_popup .button_close {
	position: absolute;
	z-index: 20010;
	top: -10px;
	right: -10px;
	width: 30px;
	height: 30px;
	background-image: url("../images/button_close.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	background-color: #00507b;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -1000px;
	cursor: pointer;
}

a.button_info {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -1000px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #333;
}
a.button_info::before {
	content: "i";
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	top: 0;
	margin: auto;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	text-indent: 0;
}

.infoblock {
	position: relative;
	border: 1px solid #00507b;
	padding: 20px;
	color: #2e9b48;
	text-align: center;
	margin: 4em 0;
}


.infoblock_wichtig {
	text-align: left;
	padding-left: 80px;
}
.infoblock_wichtig::before {
	content: "!";
	display: inline-block;
	font-size: 5em;
	color: #00507b;
	font-weight: bold;
	position: absolute;
	left: 30px;
	top: 40px;
	
}


.admin_menu {
	font-size: 0.8em; line-height: 130%;
}
.admin_menu a.button {
	color: #333;
	background-color: rgba(51,51,51,0);
	border: 2px solid rgba(51,51,51,1.00);
	transition-property: border, color, background-color;
}
.admin_menu a.button:hover, .admin_menu a.button.active {
	color: #00507b;
	background-color: rgba(255,255,255,1);
	border: 2px solid rgba(207,46,42,1);
	
}
.admin_menu a.button.active {
	color: #fff;
	background-color: rgba(207,46,42,1);
	border: 2px solid rgba(207,46,42,1);
	
}









.rating_total {
    width: 240px;
    float: right;
}
.rating_stars_title {
    font-size: 0.7em;
    text-align: center;
}
.rating_users {
    font-weight: bold;
    color: #333;
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
    top: -0.4em;
}
.rating_total .rating_stars {
    text-align: center;
}
.rating_stars .star {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/rating_star.png?ver=3");
    background-position: center 0px;
    background-size: 100% auto;
}
.rating_stars .perc90 {
    background-position: center -100%;
}
.rating_stars .perc80 {
    background-position: center -200%;
}
.rating_stars .perc70 {
    background-position: center -300%;
}
.rating_stars .perc60 {
    background-position: center -400%;
}
.rating_stars .perc50 {
    background-position: center -500%;
}
.rating_stars .perc40 {
    background-position: center -600%;
}
.rating_stars .perc30 {
    background-position: center -700%;
}
.rating_stars .perc20 {
    background-position: center -800%;
}
.rating_stars .perc10 {
    background-position: center -900%;
}
.rating_stars .perc0 {
    background-position: center -1000%;
}


.rating_total .rating_stars .star {
    width: 30px;
    height: 30px;
}


.bewertungen_intro .columns2 {
	
}
.bewertungen_intro .columns2 .column1 {
	width: 60%;
}
.bewertungen_intro .columns2 .column2 {
	width: 32%;
}
@media only screen and (max-width: 680px) {
	.bewertungen_intro .content_intro {
		text-align: center;
	}
	.bewertungen_intro .rating_total {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
}

.bewertungen {
	position: relative;
	margin: 0 -2%;
}
.bewertungen .element {
	width: 29.333333%;
	float: left;
	margin: 3% 2%;
	text-align: left;
}
.bewertungen .element:nth-child(3n+1) {
	clear: both;
}

.bewertungen .element .element_inner {
	
}
.bewertungen .element .textcontainer {
	text-align: inherit;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.bewertungen .element .bewertung_note {
	
}
.bewertungen .element .person {
	margin-bottom: 1em;
}
.bewertungen .element .person h3 {
	font-weight: bold;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.bewertungen .element .person span.datum {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 140%;
}

.bewertungen .element .bewertung_text {
	text-align: inherit;
}
.bewertungen .element .bewertung_antwort {
	padding: 10px;
	border-radius: 10px;
	margin: 1em 0 0 0;
	background-color: #fff;
	text-align: inherit;
}
.bewertungen .element .bewertung_antwort .bewertung_antwort_titel {
	font-size: 0.86em;
	font-weight: bold;
	color: #a18651;
}
.bewertungen .element .bewertung_antwort .bewertung_antwort_text {
	
}



@media only screen and (max-width: 900px) {
	.bewertungen .element {
		width: 96%;
		margin-top: 4%;
		margin-bottom: 4%;
	}
	.bewertungen .element:nth-child(3n+1) {
		clear: none;
	}
	
	
	
}

#bewertungen_gesamt .inner {
	padding-bottom: 0;
}
.bewertungen_slider {
	position: relative;
	margin: 0;
}
.bewertungen_slider .bewertungen_slider_element {
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
}
.bewertungen_slider  .bewertungen_slider_element .bewertungen_slider_element_inner {
	max-width: 800px;
	position: relative;
	margin: 5em auto;
	display: table;
}
.bewertungen_slider  .bewertungen_slider_element .person {
	display: table-cell;
	width: auto;
	text-align: center;
	vertical-align: middle;
	padding: 0 20px 0 50px;
}
.bewertungen_slider  .bewertungen_slider_element .bewertung_note {
	margin-bottom: 10px;
}
.bewertungen_slider  .bewertungen_slider_element .person h3 {
	font-weight: bold;
	margin: 0 0 0.25em 0;
	padding: 0;
}
.bewertungen_slider  .bewertungen_slider_element .person .firma_ort {
	font-weight: normal !important;
	font-size: 0.8em !important;
	line-height: 140% !important;
}
.bewertungen_slider  .bewertungen_slider_element .person span.ort {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}
.bewertungen_slider  .bewertungen_slider_element .person div.firma {
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
}
.bewertungen_slider  .bewertungen_slider_element .person .datum {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 140%;
}
.bewertungen_slider  .bewertungen_slider_element .leistung {
	margin-bottom: 0.5em;
	font-size: 0.86em;
	text-align: inherit;
}
.bewertungen_slider  .bewertungen_slider_element .text {
	display: table-cell;
	width: 60%;
	text-align: center;
	vertical-align: middle;
	padding: 0 50px 0 0;
}
.bewertungen_slider  .bewertungen_slider_element .bewertung_antwort {
	margin: 0.5em 0 0 0;
}
.bewertungen_slider  .bewertungen_slider_element .bewertung_antwort .bewertung_antwort_titel {
	font-size: 0.86em;
	font-weight: bold;
	color: #a18651;
}
.bewertungen_slider  .bewertungen_slider_element .bewertung_antwort .bewertung_antwort_text {
	
}



@media only screen and (max-width: 900px) {
	.bewertungen_slider  .bewertungen_slider_element .bewertungen_slider_element_inner {
		display: block;
	}
	.bewertungen_slider  .bewertungen_slider_element .person {
		display: block;
		width: auto;
		float: none;
		padding: 0 50px;
	}
	.bewertungen_slider  .bewertungen_slider_element .text {
		display: block;
		float: none;
		width: auto;
		padding: 0 50px;
	}

	.str_remain_info {
		font-size: 0.86em;
		line-height: 130%;
		font-style: italic;
	}
}

@media only screen and (max-width: 680px) {
	#bewertungen_elemente .inner {
		padding-left: 0;
		padding-right: 0;
	}
	.bewertungen_slider .bewertungen_slider_element .bewertungen_slider_element_inner {
	  	margin: 2em 0 5em 0;
	}
}



.str_remain_info_number {
	
}

#CybotCookiebotDialogPoweredbyCybot, #CybotCookiebotDialogPoweredbyLink {
  width: 100% !important;
}
#CybotCookiebotDialogPoweredbyImage {
	max-height: 3.5em !important;
	/*content:url("../images/ErgoTherapie_Ploghoeft_Logo_zweizeilig_rgb.png") !important;*/
}
@media screen and (min-width: 1280px)
{
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyImage {
		/*content:url("../images/ErgoTherapie_Ploghoeft_Logo_zweizeilig_rgb.png") !important;*/
	}
	#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogPoweredbyImage {
	  max-height: 8em !important;
	}
}


#cookie_info { 
   	position: fixed;
	-webkit-backface-visibility: hidden;
  	right: -300px;
	bottom: 30px;
   	z-index: 10000; 
  	width: 280px; 
   	text-align: center; 
  	font-size: 13px; 
   	line-height: 18px;
	transition: right 0.5s ease-in;
}

#cookie_info .cookie_info_inner {
	padding: 20px 20px 70px 20px; 
	color: #333;
	background: #e8ecf0;
    background: -webkit-linear-gradient(rgba(232,236,240,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(rgba(232,236,240,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(rgba(232,236,240,1) 0%, rgba(255,255,255,1) 100%);
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.4);
    border-radius: 10px;
}
#cookie_info.show {
	right: 30px;	
}
@media only screen and (max-width: 640px) {
    #cookie_info { 
        position: fixed;
		width: 100%;
        right: -110%;
        bottom: 0px;
    }
	#cookie_info .cookie_info_inner {
		border-radius: 0px;
	}
    #cookie_info.show {
        right: 0px;
    }  
}
#cookie_info_close {
   	position: absolute;
   	top: auto;
   	right: 0;
	left: 0;
	bottom: 20px;
	margin: auto;
	width: 80%;
	height: 30px;
	line-height: 30px;
   	text-decoration: none;
   	cursor: pointer;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
    background-color: #2e9b48;
    border-radius: 20px;
 }

#cookie_info_close:hover {
	-webkit-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 2px rgba(255,255,255,1);
    
}

#cookie_info a {
	text-decoration: none;
	font-weight: bold;
}

#cookie_info a:hover {
	text-decoration: underline;
}


#cookie_info a {
	text-decoration: underline;
	color: #2e9b48;
}
#cookie_info a:hover {
	text-decoration: none;
	color: #2e9b48;
}



.filter_menu {
	margin: 1em -0.5% 2em -0.5%;
	position: relative;
}
.filter_menu .filter {
	position: relative;
	width: 24%;
	margin: 0 0.5%;
	float: left;
}
.filter_menu label {
	font-weight: bold;
	font-size: 0.86em;
	padding: 0.2em 0.8em;
	display: block;
}
.filter_menu .filter .select_custom {
	width: 100% !important;
}
@media screen and (max-width: 1023px)
{
	.filter_menu .filter {
		width: 49%;
		margin-bottom: 10px;
	}
	
}
@media screen and (max-width: 680px)
{
	.filter_menu {
		margin-left: 0;
		margin-right: 0;
	}
	.filter_menu .filter {
		width: auto;
		margin: 0 0 10px 0;
		float: none;
	}
	.filter_menu label {
		
	}
}


/* Form Elements */
input[type="text"],
input[type="password"],
textarea,
select,
input[type="checkbox"],
input[type="radio"]{
    box-sizing: border-box;
	border: 1px solid rgba(99,96,76,0.3);
	background-color: rgba(255,255,255,0.75);
	transition: 0.5s ease;
	transition-property: background-color;
}


input[type="text"],
input[type="password"],
textarea {
	font-family: "rubik", sans-serif;
	font-size: 0.86em;
  	line-height: 130%;
	padding: 0.6em;
	margin: 0 0 0.5em 0;
	box-sizing: border-box;
}
textarea {
	display: block;
}
input[type="text"],
input[type="password"] {
	display: inline-block;
}
input[type="text"],
textarea,
select {
	width: 100%;
}
input[type="password"] {
	background-color: #fff !important;
}
input[type="text"] {
	
}
input[type="password"]:hover, input[type="password"]:focus,
textarea:hover, textarea:focus,
select:hover, select:focus,
input[type="checkbox"]:hover, input[type="checkbox"]:focus,
input[type="radio"]:hover, input[type="radio"]:focus,
input[type="text"]:hover, input[type="text"]:focus {
	background-color: rgba(255,255,255,1);
	outline: none;
}
input[type="checkbox"],
input[type="radio"]{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	height: 24px;
	width: 24px;
	margin: 0 0.75em 0.5em 0;
	transition: border-color 0.3s ease;
	background-repeat: no-repeat;
	background-size: 80% auto;
	background-position: center center;
	cursor: pointer;
}
input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background-image: url(../images/icon_checked_color2.png);
}
label {
	display: inline-block;
	position: relative;
	font-size: 0.86em;
    line-height: 130%;
	padding: 0;
	margin: 0 5px 5px 0;
}
label.option {
	bottom: 1.1em;
	margin-right: 30px;
}

input[type="submit"][disabled="disabled"],
input[type="submit"][disabled="disabled"]:hover {
    opacity: 0.5;
    cursor: default;
}
.select_custom {
	position: relative;
	font-size: 0.86em;
	line-height: 130%;
	width: 300px;
	margin: 0 0 0.5em 0;
}

.select_custom select {
	display: none;
}

.select-selected {
	position: relative;
	z-index: 100;
	border: 1px solid rgba(99,96,76,0.3);
	background-color: rgba(255,255,255,0.75);
	transition: 0.5s ease;
	transition-property: background-color;
	padding: 0.6em 32px 0.6em 0.8em;
	white-space: nowrap;
	overflow: hidden;
	/*
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	*/
}
.select-selected:hover {
	background-color: rgba(255,255,255,1);
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	width: 30px;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px auto;
	background-image: url("../images/arrow_down_color2.png");
	background-color: #fff;
	box-shadow: 0px 0px 20px 20px #fff;
}

.select-selected.select-arrow-active:after {
 	background-image: url("../images/arrow_up_color2.png");
}

.select-items div,.select-selected {
	cursor: pointer;
}

.select-items {
	position: absolute;
	z-index: 101;
	max-height: 200px;
	overflow-y: auto;
	top: 100%;
	left: 0;
	right: 0;
	border: 1px solid rgba(99,96,76,0.3);
	border-top: none;
	border-bottom: none;
	color: #333;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.select-items div {
	padding: 0.6em 0.8em;
	background-color: #fff;
	border-bottom: 1px solid rgba(99,96,76,0.3);
	transition: 0.5s ease;
	transition-property: background-color;
}
.select-hide {
	display: none;
}

.select-items div:hover, .select-items div.same-as-selected {
	background-color: #ededed;
}




ul.menu_list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
ul.menu_list li {
	margin: 0;
	padding: 0.4em 0;
	font-weight: bold;
	border-bottom: 1px solid rgba(99,96,76,0.3);
}
ul.menu_list li::before {
	display: none;
	
}
ul.menu_list li a {
	
}




.content_with_sidebar {
	margin: -100px 0;
	position: relative;
	top: 50px;
}
.content_with_sidebar::before {
	content: "";
	display: block;
	position: absolute;
	width: 1000px;
	height: auto;
	top: 0;
	bottom: 0;
	left: 75%;
	background-color: #ededed;
}
.content_with_sidebar .content_main {
	position: relative;
	width: 75%;
	float: left;
	margin: 0;
}
.content_with_sidebar .content_main,
.content_with_sidebar .content_sidebar {
	top: -14px;
}
.content_with_sidebar .content_main .content_main_inner {
	position: relative;
	padding-right: 50px;
	min-height: 640px;
}
.content_with_sidebar .content_sidebar {
	position: relative;
	width: 25%;
	float: right;
	font-size: 0.86em;
	line-height: 140%;
	margin: 0;
}
.content_with_sidebar .content_sidebar .content_sidebar_inner {
	position: relative;
	padding-left: 30px;
}
.content_with_sidebar .content_main .content_main_inner,
.content_with_sidebar .content_sidebar .content_sidebar_inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.content_with_sidebar .content_sidebar .infobox {
	margin: 0 0 3em 0;	
}
.content_with_sidebar .content_sidebar .infobox h3.icon {
	position: relative;
	padding-top: 130px;
}
.content_with_sidebar .content_sidebar .infobox h3.icon::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto;
	top: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.content_with_sidebar .content_sidebar .infobox h3.icon_lieferung::before {
	background-image: url("../images/symbol_lieferung.png");
}
.content_with_sidebar .content_sidebar .infobox h3.icon_holz::before {
	background-image: url("../images/symbol_holz.png");
}
.content_with_sidebar .content_sidebar .infobox h3.icon_angebot::before {
	background-image: url("../images/symbol_angebot.png");
}
.content_with_sidebar .content_sidebar .infobox h3.icon_absprache::before {
	background-image: url("../images/symbol_absprache.png");
}
@media screen and (max-width: 1279px) {
	.content_with_sidebar {
		margin: -60px 0;
		top: 30px;
	}
	.content_with_sidebar .content_main,
	.content_with_sidebar .content_sidebar {
		top: 0px;
	}
	.content_with_sidebar .content_main .content_main_inner {
		padding-right: 30px;
	}
	.content_with_sidebar .content_main .content_main_inner,
	.content_with_sidebar .content_sidebar .content_sidebar_inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 860px)
{
	.content_with_sidebar {
		margin: 0;
		top: 0;

	}
	.content_with_sidebar::before {
		display: none;
	}
	.content_with_sidebar .content_main,
	.content_with_sidebar .content_sidebar {
		width: auto;
		float: none;
	}
	.content_with_sidebar .content_main .content_main_inner {
		padding-right: 0;
		padding-top: 0;
	}
	.content_with_sidebar .content_sidebar {
		background-color: #ededed;
		margin-left: -30px;
		margin-right: -30px;
		margin-bottom: -30px;
	}
	.content_with_sidebar .content_sidebar .content_sidebar_inner {
		padding-left: 30px;
		padding-right: 30px;
	}
	
}


.contentbox {
	display: block;
	border: 2px solid #ededed;
	border-radius: 6px;
	padding: 20px;
	margin: 2em 0;
}

.contentbox.bg_dark {
	border: none;
}

.accordion {
	margin: 2em 0;
}
.accordion .accordion_element {
	box-sizing: border-box;
	margin: 0 0 5px 0;
}

.accordion .accordion_header {
	position: relative;
	text-transform: none;
	box-sizing: border-box;
	border: 1px solid rgba(99,96,76,0.3);
	background-color: rgba(255,255,255,0.75);
	transition: 0.5s ease;
	transition-property: background-color;
	margin: 0;
	padding: 0.6em 30px 0.6em 20px;
	cursor: pointer;
}
.accordion .accordion_header:hover {
	background-color: rgba(255,255,255,1);
}

.accordion .accordion_header::after {
	content: "";
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	background-image: url("../images/arrow_down_color2.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.accordion .accordion_element.open .accordion_header::after {
	background-image: url("../images/arrow_up_color2.png");
	
}
.accordion .accordion_content {
	border: 1px solid rgba(99,96,76,0.3);
	background-color: rgba(255,255,255,0.75);
	padding: 20px;
	border-top: none;
}
.accordion.open .accordion_header {
	
}
.accordion.open .accordion_content {
	
}




.fotoleiste {
	position: relative;
	margin: 0 -5px;
	padding: 40px 0;
}
.fotoleiste .fotoleiste_element {
	position: relative;
	margin: 5px;
	width: calc(25% - 10px);
	float: left;
	background-color: #ededed;
	border-radius: 6px;
	overflow: hidden;
}
.fotoleiste .fotoleiste_element .foto {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.fotoleiste .fotoleiste_element .foto img {
	position: absolute;
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.fotoleiste .fotoleiste_element .info {
	padding: 0.5em 1em;
	font-size: 0.86em;
	line-height: 140%;
}
@media screen and (max-width: 860px)
{
	.fotoleiste .fotoleiste_element {
		
	}
}