/* =============================================================================
 * ce_text_imagebox
 * ========================================================================== */

 .ce_text_imagebox.block {
	overflow: visible;
 }
 
.ce_text_imagebox,
.ce_text_imagebox_image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	overflow: visible;
}

.ce_text_imagebox .inside {
	position: absolute;
	z-index: 20;
	margin: 0 auto;
	padding: 5%;
	width: 100%;
	text-align: left;
}

.ce_text_imagebox .headline {
	margin-bottom: 5px;
}

.ce_text_imagebox.vcenter .inside {
	position: relative;
  	top: 50%;
	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto;

}

.ce_text_imagebox .ce_text_imagebox_link {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
}

.ce_text_imagebox p {
	margin-bottom: 0;
}

.ce_text_imagebox a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.ce_text_imagebox:hover a:hover {
	box-shadow: 0 70px 70px rgba(0,0,0,.2);
	transform: translate(0,-10px);
	-webkit-transform: translate(0,-10px);
	z-index: 10;
}

 /* ce_text_imagebox in swiper slider */
.swiper-wrapper .ce_text_imagebox:hover a:hover {
	box-shadow:none;
	transform: none;
	-webkit-transform: none;
}

.ce_text_imagebox.align-rt .inside {
	right: 0;
	top: 0;
	text-align: right;
}

.ce_text_imagebox.align-rt .inside .content {
	margin-left: auto;
}

.ce_text_imagebox.align-lb .inside {
	left: 0;
	bottom: 0;
}

.ce_text_imagebox.align-rb .inside {
	right: 0;
	bottom: 0;
	text-align: right;
}

.ce_text_imagebox.align-rb .inside .content {
	margin-left: auto;
}

.ce_text_imagebox.width-90 .content {
	width: 90%;
}

.ce_text_imagebox.width-80 .content {
	width: 80%;
}

.ce_text_imagebox.width-70 .content {
	width: 70%;
}

.ce_text_imagebox.width-60 .content {
	width: 60%;
}

.ce_text_imagebox.width-50 .content {
	width: 50%;
}

.ce_text_imagebox.width-40 .content {
	width: 40%;
}

.ce_text_imagebox.width-30 .content {
	width: 30%;
}

.ce_text_imagebox.width-20 .content {
	width: 20%;
}

.ce_text_imagebox.width-10 .content {
	width: 10%;
}

#slider .ce_text_imagebox {
	margin: 0;
}

#slider .ce_text_imagebox .inside h1,
#slider .ce_text_imagebox .inside h2,
#slider .ce_text_imagebox .inside h3,
#slider .ce_text_imagebox .inside h4,
#slider .ce_text_imagebox .inside h5,
#slider .ce_text_imagebox .inside h6 {
	margin-bottom: 5px;
}

#slider .ce_text_imagebox .inside .btn {
	margin-top: 35px;
}

#slider .ce_text_imagebox:hover a {
	opacity: 1;
}

.ce_text_imagebox.oversize .inside {
	position: static;
	-webkit-transform: translateY(0%);
  	-ms-transform: translateY(0%);
  	transform: translateY(0%);
}

.ce_text_imagebox.oversize .ce_text_imagebox_image {
	height: auto!important;
}

.ce_text_imagebox.hcenter .inside {
	text-align: center;
}

.ce_text_imagebox.hcenter .inside .content {
	margin-left: auto;
	margin-right: auto;
}

.ce_text_imagebox .inside .content.only-headline .ce_headline .headline {
	margin-bottom: 0;
}

.ce_text_imagebox.hright .inside {
	text-align: right;
}

.ce_text_imagebox.hright .inside .content {
	margin-left: auto;
}

/* edge bug workaroud */

.edge .ce_text_imagebox.same-height .ce_text_imagebox_image {
	width: 100%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version2
 * ========================================================================== */

.ce_text_imagebox.imagebox_version2 .inside {
	background: rgb(152,152,152);
	opacity: 0.95;
	width: 100%;
	padding: 25px;
}

.ce_text_imagebox.imagebox_version2.vcenter .inside {
	top: 50%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version3
 * ========================================================================== */

.ce_text_imagebox.imagebox_version3 .inside {
	background: rgb(152,152,152);
	opacity: 0.8;
	width: 100%;
	padding: 15px;
	top: 10px;
}

.ce_text_imagebox.imagebox_version3.align-lb .inside,
.ce_text_imagebox.imagebox_version3.align-rb .inside {
	top: auto;
	bottom: 10px;
}

.ce_text_imagebox.imagebox_version3.vcenter .inside {
	top: 50%;
}

/* =============================================================================
 * ce_text_imagebox: imagebox_version4
 * ========================================================================== */

.ce_text_imagebox.imagebox_version4 .inside {
	background: rgba(0,0,0,0.7);
	width: 100%;
	padding: 15px;
	top: 10px;
}

.ce_text_imagebox.imagebox_version4.align-lb .inside,
.ce_text_imagebox.imagebox_version4.align-rb .inside {
	top: auto;
	bottom: 10px;
}

.ce_text_imagebox.imagebox_version4.vcenter .inside {
	top: 50%;
}

.ce_text_imagebox.imagebox_version4:hover a {
	opacity: 1;
}

/* =============================================================================
 * ce_text_imagebox: parallax option
 * ========================================================================== */

.ce_text_imagebox.parallax .ce_text_imagebox_image {
	background-attachment: fixed;
	background-position-x: 50%!important;
	background-position-y: center;
}

.ce_text_imagebox.parallax {
	position: relative;
}

body.ios .ce_text_imagebox.parallax .ce_text_imagebox_image,
body.android .ce_text_imagebox.parallax .ce_text_imagebox_image {
	background-attachment: scroll;
	background-position: center center!important;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_text_imagebox .inside {
		padding: 20px;
	}
	
	.ce_text_imagebox .content {
		width: 100%!important;
	}
}
p.privacy {
	color: rgb(255,255,255);
	background: red;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 20px;
}

/* =============================================================================
 * mod_privacy_optin
 * ========================================================================== */

.mod_privacy_optin * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 13px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

.mod_privacy_optin {
	display: none;
}

.mod_privacy_optin.open {
	display: block;
}

.mod_privacy_optin h1,
.mod_privacy_optin h2,
.mod_privacy_optin h3,
.mod_privacy_optin h4,
.mod_privacy_optin h5,
.mod_privacy_optin h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 10px 0 10px 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==");
}

.mod_privacy_optin h1 {
	font-size: 26px;
}

.mod_privacy_optin h2 {
	font-size: 24px;
}

.mod_privacy_optin h3 {
	font-size: 22px;
}

.mod_privacy_optin h4 {
	font-size: 20px;
}

.mod_privacy_optin h5 {
	font-size: 18px;
}

.mod_privacy_optin h6 {
	font-size: 16px;
}

.mod_privacy_optin .privacy_buttons input {
	background: green;
	padding: 0 15px;
	line-height: 35px;
	color: white;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	display: block;
	border: 0;
}

.mod_privacy_optin .privacy_overlay {
	z-index: 10000000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.mod_privacy_optin .privacy_popup {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 20000000;
	width: 90%;
	max-width: 475px;
	max-height: 100vh;
	overflow: auto;
}

.mod_privacy_optin.optin_bottom .privacy_popup {
	bottom: 10px;
	top: auto;
}

.mod_privacy_optin .privacy_content {
	padding: 20px 20px 15px 20px;
	background: rgb(248,248,248);
}

.mod_privacy_optin .privacy_popup.view_help {
	position: absolute;
}

.mod_privacy_optin .privacy_option_info {
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	line-height: 1.4;
	margin-bottom: 0;
	cursor: pointer;
	display: block;
}

.mod_privacy_optin .privacy_text p {
	line-height: 19px;
	font-size: 12px;
	margin-bottom: 15px;
}

.mod_privacy_optin .privacy_item {
	margin-bottom: 15px;
}

.mod_privacy_optin .privacy_label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mod_privacy_optin .privacy_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mod_privacy_optin .privacy_label .privacy_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid rgba(0,0,0,0.1);
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;	
}

.mod_privacy_optin .privacy_label:hover input ~ .privacy_checkmark {
  background-color: #ccc;
}

.mod_privacy_optin .privacy_label input:checked ~ .privacy_checkmark {
  background-color: #2196F3;
}

.mod_privacy_optin .privacy_label .privacy_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mod_privacy_optin .privacy_label input:checked ~ .privacy_checkmark:after {
  display: block;
}

.mod_privacy_optin .privacy_label .privacy_checkmark:after {
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod_privacy_optin .privacy_buttons {
	margin-top: 20px;
}

.mod_privacy_optin .submit {
	margin-bottom: 10px;
}

.mod_privacy_optin .submit:active {
	opacity: 0.8;
}

.mod_privacy_optin .submit.readonly,
.mod_privacy_optin .submit.readonly:hover,
.mod_privacy_optin .submit.readonly:focus {
	background: rgb(221, 221, 221);
	color: rgb(154, 154, 154);
}

.mod_privacy_optin .headline {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.mod_privacy_optin .privacy_help_link,
.mod_privacy_optin .privacy_help_close {
	font-size: 0.85rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.mod_privacy_optin .privacy_help p {
	margin-bottom: 15px;
}

.mod_privacy_optin .ajax_info {
	background: rgb(16, 126, 16);
	border-radius: 3px;
	margin: 10px 0;
	padding: 3px 15px;
	color: rgb(255,255,255);
	font-size: 0.9rem;
	display: none;
}

.mod_privacy_optin .privacy_help * {
	font-size: 11px;
}

.mod_privacy_optin .privacy_help {
	display: none;
}

.mod_privacy_optin .privacy_help a {
	text-decoration: underline;
}

.mod_privacy_optin .view_help .privacy_settings {
	display: none;
}

.mod_privacy_optin .view_help .privacy_help {
	display: block;
}

.mod_privacy_optin p.privacy a {
	text-decoration: underline;
	color: rgba(255,255,255)!important;
}

.mod_privacy_optin .privacy.hidden {
	display: none;
}

.mod_privacy_optin .privacy_links {
	text-align: center;
	margin-top: 10px;
}

.mod_privacy_optin .privacy_links a {
	font-size: 12px;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.mod_privacy_optin table {
	width: 100%;
	margin-bottom: 25px;
}

.mod_privacy_optin table td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

.mod_privacy_optin table td:first-of-type {
	width: 30%!important;
}

.mod_privacy_optin table td:last-of-type {
	width: 70%!important;
}

/* =============================================================================
 * mod_privacy_optin_medium
 * ========================================================================== */

.mod_privacy_optin_medium * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 19px;
	font-size: 13px;
	box-sizing: border-box;
}

.mod_privacy_optin_medium {
	display: none;
}

.mod_privacy_optin_medium.open {
	display: block;
}

.mod_privacy_optin_medium h1,
.mod_privacy_optin_medium h2,
.mod_privacy_optin_medium h3,
.mod_privacy_optin_medium h4,
.mod_privacy_optin_medium h5,
.mod_privacy_optin_medium h6 {
	font-family: Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 35px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 25px;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMjkuNzZweCIgaGVpZ2h0PSIzNC4yNTlweCIgdmlld0JveD0iMCAwIDI5Ljc2IDM0LjI1OSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjkuNzYgMzQuMjU5IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzNCM0M0MSIgc3Ryb2tlLXdpZHRoPSIxLjQ0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIyMi45MjU2IiBkPSINCglNMTQuODgxLDMzLjU0QzYuNDI3LDI5Ljg4LDAuNzIsMjEuOTM4LDAuNzIsMTMuOTc1YzAtNC4wODEsMC4wNDktOS4xNywwLjA0OS0xMy4yNTVDMi4wMzYsMi4yMTEsNC41ODgsNC4yMzEsNy41Myw0LjIzMQ0KCWMzLjUxOSwwLDYuNDgtMS40NTgsNy4zNTEtMy40MzljMC44NzIsMS45ODEsMy44MzIsMy40MzksNy4zNTEsMy40MzljMi45NDIsMCw1LjQ5NC0yLjAyLDYuNzYxLTMuNTExDQoJYzAsNC4wODUsMC4wNDgsOS4xNzQsMC4wNDgsMTMuMjU1QzI5LjA0MSwyMS45MzgsMjMuMzMzLDI5Ljg4LDE0Ljg4MSwzMy41NEwxNC44ODEsMzMuNTR6Ii8+DQo8cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjM0IzQzQxIiBzdHJva2Utd2lkdGg9IjEuNDQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIyLjkyNTYiIHBvaW50cz0iDQoJOC45MjgsMTYuNzk0IDE0LjQxMSwyMy4xNDYgMjMuMTM3LDkuNzggIi8+DQo8L3N2Zz4NCg==");
}

.mod_privacy_optin_medium h1 {
	font-size: 26px;
}

.mod_privacy_optin_medium h2 {
	font-size: 24px;
}

.mod_privacy_optin_medium h3 {
	font-size: 22px;
}

.mod_privacy_optin_medium h4 {
	font-size: 20px;
}

.mod_privacy_optin_medium h5 {
	font-size: 18px;
}

.mod_privacy_optin_medium h6 {
	font-size: 16px;
}

.mod_privacy_optin_medium .privacy_buttons {
	margin: 25px 0 15px 0;
}

.mod_privacy_optin_medium .privacy_buttons input {
	background: green;
	padding: 0 15px;
	line-height: 35px;
	color: white;
	border-radius: 5px;
	width: 100%;
	cursor: pointer;
	display: block;
	border: 0;
}

.mod_privacy_optin_medium .privacy_overlay {
	z-index: 10000000;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,0.6);
}

.mod_privacy_optin_medium .privacy_popup {
	position: fixed;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 20000000;
	width: 90%;
	max-width: 420px;
	max-height: 100vh;
	overflow: auto;
}

.mod_privacy_optin_medium.optin_bottom .privacy_popup {
	bottom: 10px;
	top: auto;
}

.mod_privacy_optin_medium .privacy_content {
	padding: 15px 15px 10px 15px;
	background: rgb(248,248,248);
	border-radius: 5px;
}

.mod_privacy_optin_medium .privacy_popup.view_help {
	position: absolute;
}

.mod_privacy_optin_medium .privacy_option_info {
	font-size: 12px;
	color: rgba(0,0,0,0.6);
	line-height: 1.4;
	margin-bottom: 0;
	cursor: pointer;
}

.mod_privacy_optin_medium .privacy_text {
	line-height: 1.2;
	font-size: 0.9rem;
}

.mod_privacy_optin_medium .privacy_checkboxes {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.mod_privacy_optin_medium .privacy_item {
	display: inline-block;
	margin: 0 10px;
}

.mod_privacy_optin_medium .privacy_label {
  display: block;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mod_privacy_optin_medium .privacy_label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(0,0,0,0.4);
  background-color: #eee;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;	
}

.mod_privacy_optin_medium .privacy_label:hover input ~ .privacy_checkmark {
  background-color: #ccc;
}

.mod_privacy_optin_medium .privacy_label input:checked ~ .privacy_checkmark {
  background-color: #2196F3;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.mod_privacy_optin_medium .privacy_label input:checked ~ .privacy_checkmark:after {
  display: block;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mod_privacy_optin_medium .submit {
	margin-top: 10px;
	padding: 12px;
	width: 100%;
}

.mod_privacy_optin_medium .submit:active {
	opacity: 0.8;
}

.mod_privacy_optin_medium .submit.readonly,
.mod_privacy_optin_medium .submit.readonly:hover,
.mod_privacy_optin_medium .submit.readonly:focus {
	background: rgb(221, 221, 221);
	color: rgb(154, 154, 154);
}

.mod_privacy_optin_medium .headline {
	font-size: 1.3rem;
	margin-bottom: 10px;
}

.mod_privacy_optin_medium .privacy_help_link,
.mod_privacy_optin_medium .privacy_help_close {
	font-size: 0.85rem;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
}

.mod_privacy_optin_medium .privacy_help,
.mod_privacy_optin_medium .privacy_help p {
	font-size: 11px;
}

.mod_privacy_optin_medium .ajax_info {
	background: rgb(16, 126, 16);
	border-radius: 3px;
	margin: 10px 0;
	padding: 3px 15px;
	color: rgb(255,255,255);
	font-size: 0.9rem;
	display: none;
}

.mod_privacy_optin_medium .privacy_help {
	display: none;
}

.mod_privacy_optin_medium .view_help .privacy_settings {
	display: none;
}

.mod_privacy_optin_medium .view_help .privacy_help {
	display: block;
}

.mod_privacy_optin_medium p.privacy {
	color: rgb(255,255,255);
	background: red;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	margin: 20px;
}

.mod_privacy_optin_medium p.privacy a {
	text-decoration: underline;
	color: rgba(255,255,255)!important;
}

.mod_privacy_optin_medium .privacy.hidden {
	display: none;
}

.mod_privacy_optin_medium .privacy_links {
	text-align: center;
}

.mod_privacy_optin_medium .privacy_links a {
	font-size: 12px;
	text-align: center;
	color: rgba(0,0,0,0.5);
	margin-top: 5px;
	cursor: pointer;
	text-decoration: underline;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}

.mod_privacy_optin_medium table {
	width: 100%;
	margin-bottom: 25px;
}

.mod_privacy_optin_medium table td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

.mod_privacy_optin_medium table td:first-of-type {
	width: 30%!important;
}

.mod_privacy_optin_medium table td:last-of-type {
	width: 70%!important;
}

.mod_privacy_optin_medium .privacy_help * {
	font-size: 11px;
}

/* =============================================================================
 * mod_privacy_optin_slim
 * ========================================================================== */

.mod_privacy_optin_slim * {
	font-family: Arial, Verdana, sans-serif;
	line-height: 20px;
	font-size: 13px;
	box-sizing: border-box;
}

.mod_privacy_optin_slim {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000000;
}

.mod_privacy_optin_slim.open {
	display: block;
}

.mod_privacy_optin_slim .privacy_inside {
	color: rgb(255,255,255);
	background: rgb(0,0,0);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	z-index: 100;
	overflow: hidden;
	padding: 15px;
}

.mod_privacy_optin_slim .privacy_overlay {
	z-index: 10000000;
	z-index: 10;
	width: inherit; 
	height: inherit; 
	position: inherit; 
	background-color: rgba(0,0,0,.4);
}

.mod_privacy_optin_slim .privacy_buttons {
	float: right;
	width: 40%;
	text-align: right;
}

.mod_privacy_optin_slim .privacy_button {
	display: inline-block;
}

.mod_privacy_optin_slim .privacy_button a {
	padding: 5px;
	min-width: 140px;
	margin: 5px 0;
}

.mod_privacy_optin_slim .privacy_content {
	float: left;
	width: 60%;
	line-height: 1.5;
}

.mod_privacy_optin_slim .privacy_content a {
	color: rgb(255,255,255);
	text-decoration: underline;
}

.mod_privacy_optin_slim .privacy_content p {
	margin-bottom: 0;
}

.mod_privacy_optin_slim .privacy_button a {
	background: green;
	color: white;
	text-decoration: none;
	padding: 0 15px;
	line-height: 35px;
	display: inline-block;
	text-align: center;
	min-width: 140px;
}

/* =============================================================================
 * helper classes
 * ========================================================================== */

.privacy.hidden {
	display: none;
}

a.privacy_optout_click {
	cursor: pointer;
}

/* =============================================================================
 * hide_optin class
 * ========================================================================== */

.hide_optin .mod_privacy_optin,
.hide_optin .mod_privacy_optin_slim,
.hide_optin .mod_privacy_optin_medium {
	display: none!important;
}

/* =============================================================================
 * mobile
 * ========================================================================== */

@media only screen and (max-width: 767px) {
	.mod_privacy_optin_slim .privacy_buttons,
	.mod_privacy_optin_slim .privacy_content {
		float: none;
		width: 100%;
		text-align: left;
	}
	
	.mod_privacy_optin_slim .privacy_content {
		margin-bottom: 10px;
	}
	
	.mod_privacy_optin_slim .privacy_button,
	.mod_privacy_optin_slim .privacy_button a {
		display: block;
	}
}


/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../../files/cto_layout/scripts/leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../../files/cto_layout/scripts/leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../../files/cto_layout/scripts/leaflet/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* =============================================================================
 * mod_pageimage
 * ========================================================================== */

.mod_pageimage .inside {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	line-height: normal;
}

.mod_pageimage .container {
	display: flex;
	align-items: center;
	position: relative;
	z-index: 20;
}

.mod_pageimage .inside .content {
	padding: 20px 0;
}

.mod_pageimage .headline {
	color: rgb(255,255,255);
	font-size: 3rem;
}

.mod_pageimage .subheadline {
	color: rgb(255,255,255);
	font-size: 1.3rem;
}

.mod_pageimage .mod_breadcrumb {
	display: none;
}

.mod_pageimage .inside > .container {
	height: 300px;
}

/* styles */
.mod_pageimage .style2 > .container {
	height: 380px;
}

.mod_pageimage .style2 > .container .content {
	width: 100%;
	text-align: center;
}

.mod_pageimage .style3 > .container {
	height: 380px;
}

.mod_pageimage .style3 > .container .content {
	width: 100%;
	text-align: center;
}

.mod_pageimage .style3 .mod_breadcrumb {
	display: inline-block!important;
	border: 1px solid rgba(255,255,255,0.4);
	padding: 5px 10px;
	border-radius: 3px;
	line-height: normal;
	margin-top: 20px;
}

.mod_pageimage .style3 .mod_breadcrumb ul {
	padding: 0;
}

.mod_pageimage .style3 .mod_breadcrumb .container {
	padding: 0;
	max-width: none;
	display: block;
}

.mod_pageimage .style3 .mod_breadcrumb,
.mod_pageimage .style3 .mod_breadcrumb a {
	color: rgb(255,255,255);
}

.mod_pageimage .style3 .mod_breadcrumb a:hover {
	text-decoration: underline;
}

.mod_pageimage .style3 .headline {
	font-size: 4rem;
}

/* option height */
.mod_pageimage .inside.height-xxl > .container {
	height: 800px;
}

.mod_pageimage .inside.height-xl > .container {
	height: 700px;
}

.mod_pageimage .inside.height-l > .container {
	height: 600px;
}

.mod_pageimage .inside.height-m > .container {
	height: 500px;
}

.mod_pageimage .inside.height-s > .container {
	height: 400px;
}

.mod_pageimage .inside.height-xs > .container {
	height: 300px;
}

.mod_pageimage .inside.height-xxs > .container {
	height: 160px;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {

	.mod_pageimage .headline {
		font-size: 1.3rem;
	}

	.mod_pageimage .inside .content {
		padding: 10px 0;
	}

	.mod_pageimage .subheadline {
		font-size: 1rem;
	}

	.mod_pageimage .style1 > .container {
		height: 150px;
	}

	.mod_pageimage .style2 > .container {
		height: 150px;
	}

	.mod_pageimage .style3 > .container {
		height: auto;
	}

	.mod_pageimage .style3 .headline {
		font-size: 2rem;
	}

	.mod_pageimage .inside.height-xxl > .container {
		height: 400px;
	}

	.mod_pageimage .inside.height-xl > .container {
		height: 300px;
	}

	.mod_pageimage .inside.height-l > .container {
		height: 200px;
	}

	.mod_pageimage .inside.height-m > .container {
		height: 200px;
	}

	.mod_pageimage .inside.height-s > .container {
		height: 200px;
	}

	.mod_pageimage .inside.height-xs > .container {
		height: 150px;
	}

	.mod_pageimage .inside.height-xxs > .container {
		height: 0;
	}
}
.autogrid_grid{display:grid;margin-left:-15px;margin-right:-15px}.autogrid_grid .column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_none{margin-left:0;margin-right:0}.autogrid_grid.gutter_none>.column{padding-left:0;padding-right:0}.autogrid_grid.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_grid.gutter_s>.column{padding-left:15px;padding-right:15px}.autogrid_grid.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_grid.gutter_m>.column{padding-left:30px;padding-right:30px}.autogrid_grid.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_grid.gutter_l>.column{padding-left:40px;padding-right:40px}.autogrid_grid.same_height>.column>.attributes{height:100%}.autogrid_grid .column .attributes{background-size:cover}.autogrid_grid .column .attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_grid .column .attributes.p-l{padding:160px 40px 160px 40px}.autogrid_grid .column .attributes.p-m{padding:115px 40px 115px 40px}.autogrid_grid .column .attributes.p-s{padding:80px 40px 80px 40px}.autogrid_grid .column .attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_grid .column.align_left_top{text-align:left}.autogrid_grid .column.align_left_center{text-align:left;align-self:center}.autogrid_grid .column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.align_center_top{text-align:center}.autogrid_grid .column.align_center_center{text-align:center;align-self:center}.autogrid_grid .column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.align_right_top{text-align:right}.autogrid_grid .column.align_right_center{text-align:right;align-self:center}.autogrid_grid .column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_grid.same_height>.column{align-self:unset}.autogrid_grid.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_grid.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_grid.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_grid.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_grid.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_grid .column>.attributes .image_mob{display:none}.autogrid_row,.autogrid_wrapper{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap;box-sizing:border-box}.autogrid,.autogrid_row>.column{padding-left:15px;padding-right:15px;flex-basis:1;flex-grow:1;width:100%;position:relative;box-sizing:border-box}.autogrid_clear{flex:0 0 100%;height:0}.col_1{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.autogrid_row>.column>.attributes{background-size:cover}.autogrid_row>.column>.attributes.p-xl{padding:200px 40px 200px 40px}.autogrid_row>.column>.attributes.p-l{padding:160px 40px 160px 40px}.autogrid_row>.column>.attributes.p-m{padding:115px 40px 115px 40px}.autogrid_row>.column>.attributes.p-s{padding:80px 40px 80px 40px}.autogrid_row>.column>.attributes.p-xs{padding:40px 40px 40px 40px}.autogrid_row.gutter_none,.autogrid_wrapper.gutter_none{margin-left:0;margin-right:0}.autogrid_row.gutter_none>div,.autogrid_wrapper.gutter_none>div{padding-left:0;padding-right:0}.autogrid_row.gutter_s,.autogrid_wrapper.gutter_s{margin-left:-15px;margin-right:-15px}.autogrid_row.gutter_s>div,.autogrid_wrapper.gutter_s>div{padding-left:15px;padding-right:15px}.autogrid_row.gutter_m,.autogrid_wrapper.gutter_m{margin-left:-30px;margin-right:-30px}.autogrid_row.gutter_m>div,.autogrid_wrapper.gutter_m>div{padding-left:30px;padding-right:30px}.autogrid_row.gutter_l,.autogrid_wrapper.gutter_l{margin-left:-40px;margin-right:-40px}.autogrid_row.gutter_l>div,.autogrid_wrapper.gutter_l>div{padding-left:40px;padding-right:40px}.autogrid_row>.column.align_left_top{text-align:left}.autogrid_row>.column.align_left_center{text-align:left;align-self:center}.autogrid_row>.column.align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.align_center_top{text-align:center}.autogrid_row>.column.align_center_center{text-align:center;align-self:center}.autogrid_row>.column.align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.align_right_top{text-align:right}.autogrid_row>.column.align_right_center{text-align:right;align-self:center}.autogrid_row>.column.align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row.same_height>.column{align-self:unset}.autogrid_row.same_height>.column>.attributes{display:flex;flex-wrap:wrap;height:100%}.autogrid_row.same_height>.column>.attributes>.same-height-wrap{width:100%;flex:0 0 100%}.autogrid_row.same_height>.column.align_left_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_left_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_center_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_center_bottom>.attributes{align-items:flex-end}.autogrid_row.same_height>.column.align_right_center>.attributes{align-items:center}.autogrid_row.same_height>.column.align_right_bottom>.attributes{align-items:flex-end}.autogrid_row .column>.attributes .image_mob{display:none}.order_1{order:1}.order_2{order:2}.order_3{order:3}.order_4{order:4}.order_5{order:5}.order_6{order:6}.full{flex:0 0 100%}.one_half{flex:0 0 calc(100% / 2)}.one_third{flex:0 0 calc(100% / 3)}.one_fourth{flex:0 0 calc(100% / 4)}.one_fifth{flex:0 0 calc(100% / 5)}.one_sixth{flex:0 0 calc(100% / 6)}.two_third{flex:0 0 calc((100% / 3) * 2)}.two_fourth{flex:0 0 calc((100% / 4) * 2)}.three_fourth{flex:0 0 calc((100% / 4) * 3)}.two_fifth{flex:0 0 calc((100% / 5) * 2)}.three_fifth{flex:0 0 calc((100% / 5) * 3)}.four_fifth{flex:0 0 calc((100% / 5) * 4)}.two_sixth{flex:0 0 calc((100% / 6) * 2)}.three_sixth{flex:0 0 calc((100% / 6) * 3)}.four_sixth{flex:0 0 calc((100% / 6) * 4)}.five_sixth{flex:0 0 calc((100% / 6) * 5)}.offset_col_1{margin-left:calc((100% / 12) * 1)}.offset_col_2{margin-left:calc((100% / 12) * 2)}.offset_col_3{margin-left:calc((100% / 12) * 3)}.offset_col_4{margin-left:calc((100% / 12) * 4)}.offset_col_5{margin-left:calc((100% / 12) * 5)}.offset_col_6{margin-left:calc((100% / 12) * 6)}.offset_col_7{margin-left:calc((100% / 12) * 7)}.offset_col_8{margin-left:calc((100% / 12) * 8)}.offset_col_9{margin-left:calc((100% / 12) * 9)}.offset_col_10{margin-left:calc((100% / 12) * 10)}.offset_col_11{margin-left:calc((100% / 12) * 11)}.autogrid.no_gutter{padding-left:0;padding-right:0}@media only screen and (min-width :768px) and (max-width :1024px){.col_1_t{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_t{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_t{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_t{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_t{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_t{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_t{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_t{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_t{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_t{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_t{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_t{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_t{order:1}.order_2_t{order:2}.order_3_t{order:3}.order_4_t{order:4}.order_5_t{order:5}.order_6_t{order:6}}@media only screen and (max-width:767px){.five_sixth,.four_fifth,.one_fifth,.one_fourth,.one_half,.one_sixth,.one_third,.three_fifth,.three_fourth,.three_sixth .four_sixth,.two_fifth,.two_fourth,.two_sixth,.two_third,[class*=col_]{flex:0 0 100%;max-width:none}.autogrid_grid .column,.column[class*=col_]{padding-left:0!important;padding-right:0!important;margin-bottom:25px}.autogrid[class*=offset_],.autogrid_grid[class*=offset_],.column[class*=offset_]{margin-left:0}.autogrid_grid,.autogrid_row,.autogrid_wrapper{margin-left:0!important;margin-right:0!important}.autogrid_grid>.column>.attributes.has-image.empty>.image_mob,.autogrid_grid>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.image_mob,.autogrid_row>.column>.attributes.has-image.empty>.same-height-wrap>.image_mob{display:block}.autogrid_grid>.column>.attributes.has-image.empty,.autogrid_row>.column>.attributes.has-image.empty{background:0 0!important}.col_1_m{flex:0 0 calc((100% / 12) * 1);max-width:calc((100% / 12) * 1)}.col_2_m{flex:0 0 calc((100% / 12) * 2);max-width:calc((100% / 12) * 2)}.col_3_m{flex:0 0 calc((100% / 12) * 3);max-width:calc((100% / 12) * 3)}.col_4_m{flex:0 0 calc((100% / 12) * 4);max-width:calc((100% / 12) * 4)}.col_5_m{flex:0 0 calc((100% / 12) * 5);max-width:calc((100% / 12) * 5)}.col_6_m{flex:0 0 calc((100% / 12) * 6);max-width:calc((100% / 12) * 6)}.col_7_m{flex:0 0 calc((100% / 12) * 7);max-width:calc((100% / 12) * 7)}.col_8_m{flex:0 0 calc((100% / 12) * 8);max-width:calc((100% / 12) * 8)}.col_9_m{flex:0 0 calc((100% / 12) * 9);max-width:calc((100% / 12) * 9)}.col_10_m{flex:0 0 calc((100% / 12) * 10);max-width:calc((100% / 12) * 10)}.col_11_m{flex:0 0 calc((100% / 12) * 11);max-width:calc((100% / 12) * 11)}.col_12_m{flex:0 0 calc((100% / 12) * 12);max-width:calc((100% / 12) * 12)}.order_1_m{order:1}.order_2_m{order:2}.order_3_m{order:3}.order_4_m{order:4}.order_5_m{order:5}.order_6_m{order:6}.autogrid_grid>.column>.attributes.p-l,.autogrid_grid>.column>.attributes.p-m,.autogrid_grid>.column>.attributes.p-s,.autogrid_grid>.column>.attributes.p-xl,.autogrid_grid>.column>.attributes.p-xs,.autogrid_row>.column .attributes.p-l,.autogrid_row>.column .attributes.p-m,.autogrid_row>.column .attributes.p-s,.autogrid_row>.column .attributes.p-xl,.autogrid_row>.column .attributes.p-xs{padding:20px}.autogrid_grid .column.m_align_left_top{text-align:left}.autogrid_grid .column.m_align_left_center{text-align:left;align-self:center}.autogrid_grid .column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_grid .column.m_align_center_top{text-align:center}.autogrid_grid .column.m_align_center_center{text-align:center;align-self:center}.autogrid_grid .column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_grid .column.m_align_right_top{text-align:right}.autogrid_grid .column.m_align_right_center{text-align:right;align-self:center}.autogrid_grid .column.m_align_right_bottom{text-align:right;align-self:flex-end}.autogrid_row>.column.m_align_left_top{text-align:left}.autogrid_row>.column.m_align_left_center{text-align:left;align-self:center}.autogrid_row>.column.m_align_left_bottom{text-align:left;align-self:flex-end}.autogrid_row>.column.m_align_center_top{text-align:center}.autogrid_row>.column.m_align_center_center{text-align:center;align-self:center}.autogrid_row>.column.m_align_center_bottom{text-align:center;align-self:flex-end}.autogrid_row>.column.m_align_right_top{text-align:right}.autogrid_row>.column.m_align_right_center{text-align:right;align-self:center}.autogrid_row>.column.m_align_right_bottom{text-align:right;align-self:flex-end}}body.edge column[class*=col_]{flex-basis:1}@media only screen and (max-width:767px){body.edge column[class*=col_]{flex-basis:100%}}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* =============================================================================
 * ce_iconbox default
 * ========================================================================== */

.ce_iconbox {
	text-align: center;
	display: block;
	position: relative;
	overflow: visible;
}

.ce_iconbox.padding:hover {
	z-index: 100;
}

.ce_iconbox.default i {
	font-size: 3rem;
}

.ce_iconbox .ce_iconbox_inside {
	position: relative;
}

.ce_iconbox .ce_iconbox_outside {
	width:100%;
}

.ce_iconbox .ce_iconbox_outside.padding {
	padding: 25px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox:hover .ce_iconbox_outside.padding {
	opacity: 1;
	box-shadow: 0 40px 70px rgba(0,0,0,.2);
	z-index: 100;
}

.ce_iconbox .ce_iconbox_outside.padding .content {
	opacity: 0.6;
}

.ce_iconbox a.link {
	margin-top: 10px;
	display: inline-block;
}

.ce_iconbox .image_container {
	text-align: center;
	margin-bottom: 0;
}

.ce_iconbox .image_container img {
	width: auto;
	display: inline-block;
}

.ce_iconbox h3 {
	font-size: 1.2rem;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.4;
	margin-bottom: 10px;
}

.ce_iconbox .headline {
	margin-bottom: 0;
}

.ce_iconbox .content {
	margin-top: 10px;
}

.ce_iconbox:not(.version2):not(.version3) .ce_iconbox_cwrapper {
	margin-top: 20px;
}

.ce_iconbox .link:before {
	content: "\f101";
	font-family:FontAwesome;
	font-weight: normal;
	display: inline-block;
	margin-right: 5px;
}

.ce_iconbox.version2 .link:before {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
}

.ce_iconbox.version2:hover .link:before {
	margin-right: 10px;
}

.ce_iconbox.same-height {
	display: flex!important;
}

.ce_iconbox.default .image_container,
.ce_iconbox.default i {
	padding-top: 5px;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	position: relative;
	top: 0;
}
.ce_iconbox.default:hover .image_container,
.ce_iconbox.default:hover i {
	top: -5px;
}
.ce_iconbox li {
	list-style-type: circle;
	list-style-position: inside;
}

.ce_iconbox.right-align .ce_iconbox_inside {
	justify-content: right;
}

/* =============================================================================
 * ce_iconbox.version2
 * ========================================================================== */

.ce_iconbox.version2 .ce_iconbox_inside {
	text-align: left;
	display: flex;
	align-items: center;
}

.ce_iconbox.version2 .ce_iconbox_icon  {
	flex: 0 0 80px;
	align-self: flex-start;
}

.ce_iconbox.version2 .headline {
	padding-top: 0;
}

.ce_iconbox.version2 .image_container {
	line-height: 1.4;
}

.ce_iconbox.version2 .image_container img {
	width: 60px;
}

.ce_iconbox.version2 i {
	font-size: 1.733rem;
	border-radius: 100%;
	text-align: center;
	width: 60px;
	max-width: 60px;
	height: 60px;
	line-height: 60px;
	color: rgb(255,255,255);
	background: rgb(229,229,229);
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	position: absolute;
	left: 30px;
	top: 0;
	width: 1px;
	height: 100%;
	content:'';
	border-right: 1px dashed rgb(229,229,229);
	z-index: 1;
}

.ce_iconbox.version2:last-of-type .ce_iconbox_inside:after {
	display:none;
}

.ce_iconbox.version2 .image_container {
	text-align: left;
}

.ce_iconbox.version2 a.link {
	margin-top: 0;
}

/* =============================================================================
 * ce_iconbox.version2.right
 * ========================================================================== */

.ce_iconbox.version2.right-align .ce_iconbox_inside {
	text-align: right;
	display: flex;
	align-items: center;
}

.ce_iconbox.version2.right-align .ce_iconbox_icon {
	flex: 0 0 80px;
	align-self: flex-start;
	order: 2;
}

.ce_iconbox.version2 .ce_iconbox_cwrapper {
	order: 1;
}

.ce_iconbox.version2.right-align:last-of-type .ce_iconbox_inside:after {
	display:none;
}

.ce_iconbox.version2.right-align .image_container {
	text-align: right;
}

.ce_iconbox.version2 .ce_iconbox_inside:after {
	display: none;
}

/* =============================================================================
 * ce_iconbox.version3
 * ========================================================================== */

 .ce_iconbox.version3 .ce_iconbox_inside {
 	text-align: left;
 	display: flex;
 	align-items: center;
 }

.ce_iconbox.version3 .ce_iconbox_icon {
	flex: 0 0 50px;
	align-self: flex-start;
}

.ce_iconbox.version3 .headline {
	padding-top: 0;
}

.ce_iconbox.version3 .image_container {
	line-height: 1.4;
}

.ce_iconbox.version3 .image_container img {
	width: 30px;
}

.ce_iconbox.version3 i {
	font-size: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	width: 40px;
}

.ce_iconbox.version3:last-of-type .ce_iconbox_inside:after {
	display:none;
}
 
.ce_iconbox.version3 a.link {	
	margin-top: 0;
}

.ce_iconbox.version3.xsmall i {
	font-size: inherit;
	line-height: inherit;
	text-align: left;
	width: 25px;
}

.ce_iconbox.version3.xsmall p {
	margin-bottom: 0;
	line-height: inherit;
}

.ce_iconbox.version3.xsmall .ce_iconbox_icon {
	flex: 0 0 25px;
}

.ce_iconbox.version3.xsmall .content {
	margin-top: 0;
}

/* =============================================================================
 * ce_iconbox.version4
 * ========================================================================== */

.ce_iconbox.version4 {
	text-align: left;
}

.ce_iconbox.version4 .image_container {
	text-align: left;
}

/* =============================================================================
 * ce_iconbox same-height
 * ========================================================================== */
 
.autogrid_row.same_height .ce_iconbox,
.autogrid_row.same_height .ce_iconbox .ce_iconbox_outside {
	height: 100%;
}

/* =============================================================================
* smart phones  (s / small screens)
* ========================================================================== */
@media only screen and (max-width: 767px) {
	.ce_iconbox:not(.no_gutter):not(.version3.xsmall) {
		margin-bottom: 30px;
	}
	
	.ce_iconbox.version2.right-align .ce_iconbox_inside {
		text-align: left;
	}
	
	.ce_iconbox.version2.right-align .image_container {
		text-align: left;
	}
	
	.ce_iconbox.version2.right-align .ce_iconbox_icon {
		order: 1;
	}
	
	.ce_iconbox.version2 .ce_iconbox_cwrapper {
		order: 2;
	}

	.ce_iconbox.same-height {
		display: block!important;
	}
}
/* copyright: fortaface fortamedia.de v28.5*/
@font-face {
  font-family: 'fortaface';
  src:  url('../../files/cto_layout/fonts/fortaface.eot?umvbpc');
  src:  url('../../files/cto_layout/fonts/fortaface.eot?umvbpc#iefix') format('embedded-opentype'),
    url('../../files/cto_layout/fonts/fortaface.ttf?umvbpc') format('truetype'),
    url('../../files/cto_layout/fonts/fortaface.woff?umvbpc') format('woff'),
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="forta-"]:before, [class*=" forta-"]:before {
  font-family: 'fortaface' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.forta-provision:before {
  content: "\e9ff";
}
.forta-zahlkreis-9:before {
  content: "\e9ec";
}
.forta-zahlkreis-8:before {
  content: "\e9ed";
}
.forta-zahlkreis-7:before {
  content: "\e9ee";
}
.forta-zahlkreis-6:before {
  content: "\e9ef";
}
.forta-zahlkreis-5:before {
  content: "\e9f0";
}
.forta-zahlkreis-4:before {
  content: "\e9f1";
}
.forta-zahlkreis-3:before {
  content: "\e9f2";
}
.forta-zahlkreis-2:before {
  content: "\e9f3";
}
.forta-zahlkreis-1:before {
  content: "\e9f4";
}
.forta-zahlkreis-0:before {
  content: "\e9f5";
}
.forta-green-rund:before {
  content: "\e9f6";
}
.forta-eauto1:before {
  content: "\e9db";
}
.forta-green:before {
  content: "\e9eb";
}
.forta-blatt:before {
  content: "\e9ea";
}
.forta-balken3:before {
  content: "\e900";
}
.forta-balken2:before {
  content: "\e9d1";
}
.forta-balken1:before {
  content: "\e9da";
}
.forta-auto1:before {
  content: "\e9e8";
}
.forta-eauto:before {
  content: "\e9e9";
}
.forta-baden:before {
  content: "\eae4";
}
.forta-hund:before {
  content: "\21";
}
.forta-uni22:before {
  content: "\22";
}
.forta-uni23:before {
  content: "\23";
}
.forta-uni24:before {
  content: "\24";
}
.forta-uni25:before {
  content: "\25";
}
.forta-uni26:before {
  content: "\26";
}
.forta-uni27:before {
  content: "\27";
}
.forta-uni28:before {
  content: "\28";
}
.forta-phone-hang-up:before {
  content: "\e943";
}
.forta-phone4:before {
  content: "\e9f7";
}
.forta-phone3:before {
  content: "\e9f8";
}
.forta-phone1:before {
  content: "\e942";
}
.forta-phone2:before {
  content: "\2a";
}
.forta-phone:before {
  content: "\41";
}
.forta-skater:before {
  content: "\2d";
}
.forta-uni31:before {
  content: "\31";
}
.forta-gps:before {
  content: "\42";
}
.forta-wlan:before {
  content: "\e993";
}
.forta-feed:before {
  content: "\ea9b";
}
.forta-feed1:before {
  content: "\ea9c";
}
.forta-uni32:before {
  content: "\32";
}
.forta-uni36:before {
  content: "\36";
}
.forta-uni37:before {
  content: "\37";
}
.forta-uni38:before {
  content: "\38";
}
.forta-uni39:before {
  content: "\39";
}
.forta-navigator:before {
  content: "\43";
}
.forta-mug:before {
  content: "\e9a2";
}
.forta-tasseheiss:before {
  content: "\70";
}
.forta-spoon-knife:before {
  content: "\e9a3";
}
.forta-besteck2:before {
  content: "\45";
}
.forta-glass:before {
  content: "\e9a0";
}
.forta-glass1:before {
  content: "\e9a1";
}
.forta-glassleer:before {
  content: "\46";
}
.forta-glas:before {
  content: "\47";
}
.forta-haltestelle:before {
  content: "\49";
}
.forta-sbahn:before {
  content: "\4a";
}
.forta-ec-karte:before {
  content: "\4b";
}
.forta-kamera2:before {
  content: "\4d";
}
.forta-point:before {
  content: "\4e";
}
.forta-schere:before {
  content: "\4f";
}
.forta-uni50:before {
  content: "\50";
}
.forta-pfeildown:before {
  content: "\51";
}
.forta-pfeiltop:before {
  content: "\52";
}
.forta-uni53:before {
  content: "\53";
}
.forta-uni54:before {
  content: "\54";
}
.forta-pfeillinks:before {
  content: "\55";
}
.forta-pfeilrechts:before {
  content: "\56";
}
.forta-pfeiloben:before {
  content: "\57";
}
.forta-pfeilunten:before {
  content: "\58";
}
.forta-pfeilrund-unten:before {
  content: "\e9f9";
}
.forta-pfeilrund-oben:before {
  content: "\e9fa";
}
.forta-pfeilrund-rechts:before {
  content: "\e9fb";
}
.forta-pfeilrund-links:before {
  content: "\e9fc";
}
.forta-uni5A:before {
  content: "\5a";
}
.forta-uni5D:before {
  content: "\5d";
}
.forta-kj:before {
  content: "\60";
}
.forta-uni61:before {
  content: "\61";
}
.forta-ok2:before {
  content: "\63";
}
.forta-uni65:before {
  content: "\65";
}
.forta-werkzeug2:before {
  content: "\67";
}
.forta-werkzeug1:before {
  content: "\e926";
}
.forta-zahnrad:before {
  content: "\e927";
}
.forta-uni68:before {
  content: "\68";
}
.forta-uni69:before {
  content: "\69";
}
.forta-uni6A:before {
  content: "\6a";
}
.forta-getriebe:before {
  content: "\6c";
}
.forta-tasse:before {
  content: "\6d";
}
.forta-uni6E:before {
  content: "\6e";
}
.forta-email:before {
  content: "\6f";
}
.forta-cart:before {
  content: "\e93a";
}
.forta-basket2:before {
  content: "\71";
}
.forta-uni74:before {
  content: "\74";
}
.forta-uni75:before {
  content: "\75";
}
.forta-facebook2:before {
  content: "\76";
}
.forta-facebook1:before {
  content: "\77";
}
.forta-gplus:before {
  content: "\78";
}
.forta-gplus1:before {
  content: "\79";
}
.forta-uni7A:before {
  content: "\7a";
}
.forta-bar:before {
  content: "\7b";
}
.forta-copy:before {
  content: "\e903";
}
.forta-register:before {
  content: "\e904";
}
.forta-newspaper:before {
  content: "\e907";
}
.forta-ok:before {
  content: "\e908";
}
.forta-videoplay:before {
  content: "\e909";
}
.forta-paragraf:before {
  content: "\e90c";
}
.forta-image:before {
  content: "\e90e";
}
.forta-images:before {
  content: "\e90f";
}
.forta-camera:before {
  content: "\e910";
}
.forta-kamerax:before {
  content: "\e911";
}
.forta-qrcode1:before {
  content: "\e912";
}
.forta-welt:before {
  content: "\e914";
}
.forta-pdf:before {
  content: "\e915";
}
.forta-fax:before {
  content: "\e916";
}
.forta-dehoga-stern3:before {
  content: "\e917";
}
.forta-dehoga-stern4:before {
  content: "\e918";
}
.forta-dehoga-stern5:before {
  content: "\e919";
}
.forta-schild-bus:before {
  content: "\e91a";
}
.forta-schild-fahrrad:before {
  content: "\e91b";
}
.forta-schild-gastro:before {
  content: "\e91c";
}
.forta-schild-taxi:before {
  content: "\e91d";
}
.forta-schild-behindert:before {
  content: "\e91e";
}
.forta-schild-wc:before {
  content: "\e91f";
}
.forta-schild-parkaus:before {
  content: "\e920";
}
.forta-schild-parken:before {
  content: "\e921";
}
.forta-intern:before {
  content: "\e922";
}
.forta-external:before {
  content: "\e923";
}
.forta-download:before {
  content: "\e924";
}
.forta-radfelge:before {
  content: "\e925";
}
.forta-fahrradbiker:before {
  content: "\e901";
}
.forta-behindert:before {
  content: "\e902";
}
.forta-fahrrad-links:before {
  content: "\e905";
}
.forta-airplane:before {
  content: "\e9af";
}
.forta-motorrad:before {
  content: "\e929";
}
.forta-kfz:before {
  content: "\5e";
}
.forta-truck:before {
  content: "\e9b0";
}
.forta-schiff:before {
  content: "\e928";
}
.forta-email-invers:before {
  content: "\e92a";
}
.forta-email-black:before {
  content: "\e92b";
}
.forta-connection:before {
  content: "\e92c";
}
.forta-film:before {
  content: "\e92d";
}
.forta-video-camera:before {
  content: "\e92e";
}
.forta-headphones:before {
  content: "\e92f";
}
.forta-music:before {
  content: "\e930";
}
.forta-mic:before {
  content: "\e931";
}
.forta-office:before {
  content: "\e932";
}
.forta-pencil:before {
  content: "\e933";
}
.forta-pencil1:before {
  content: "\e934";
}
.forta-book:before {
  content: "\e935";
}
.forta-books:before {
  content: "\e936";
}
.forta-barcode:before {
  content: "\e937";
}
.forta-library:before {
  content: "\e938";
}
.forta-file-text:before {
  content: "\e939";
}
.forta-profile:before {
  content: "\e93b";
}
.forta-file-empty:before {
  content: "\e93c";
}
.forta-files-empty:before {
  content: "\e93d";
}
.forta-file-text1:before {
  content: "\e93e";
}
.forta-file-picture:before {
  content: "\e93f";
}
.forta-file-music:before {
  content: "\e940";
}
.forta-file-play:before {
  content: "\e941";
}
.forta-file-video:before {
  content: "\e944";
}
.forta-file-zip:before {
  content: "\e945";
}
.forta-copy1:before {
  content: "\e946";
}
.forta-location:before {
  content: "\e947";
}
.forta-uni33:before {
  content: "\33";
}
.forta-location1:before {
  content: "\e948";
}
.forta-uni35:before {
  content: "\35";
}
.forta-paste:before {
  content: "\e949";
}
.forta-stack:before {
  content: "\e94a";
}
.forta-folder:before {
  content: "\e94b";
}
.forta-folder-open:before {
  content: "\e94c";
}
.forta-uni34:before {
  content: "\34";
}
.forta-uhr1:before {
  content: "\30";
}
.forta-uhr2:before {
  content: "\e90d";
}
.forta-meter1:before {
  content: "\e9a7";
}
.forta-meter:before {
  content: "\e9a6";
}
.forta-uhr:before {
  content: "\72";
}
.forta-history:before {
  content: "\e94d";
}
.forta-clock:before {
  content: "\e94e";
}
.forta-clock1:before {
  content: "\e94f";
}
.forta-uhr3:before {
  content: "\e950";
}
.forta-alarm:before {
  content: "\e951";
}
.forta-stopwatch:before {
  content: "\e952";
}
.forta-price-tag:before {
  content: "\e953";
}
.forta-lifebuoy:before {
  content: "\e954";
}
.forta-address-book:before {
  content: "\e955";
}
.forta-compass:before {
  content: "\e956";
}
.forta-compass1:before {
  content: "\e957";
}
.forta-calendar:before {
  content: "\e958";
}
.forta-keyboard:before {
  content: "\e959";
}
.forta-display:before {
  content: "\e95a";
}
.forta-laptop:before {
  content: "\e95b";
}
.forta-mobile:before {
  content: "\e95c";
}
.forta-mobile1:before {
  content: "\e95d";
}
.forta-tablet:before {
  content: "\e95e";
}
.forta-tv:before {
  content: "\e95f";
}
.forta-behindert1:before {
  content: "\e960";
}
.forta-mobilhandy:before {
  content: "\e961";
}
.forta-eck:before {
  content: "\e962";
}
.forta-eck2:before {
  content: "\e965";
}
.forta-eck3:before {
  content: "\e966";
}
.forta-eck4:before {
  content: "\e967";
}
.forta-eck5:before {
  content: "\e968";
}
.forta-eck6:before {
  content: "\e969";
}
.forta-eck7:before {
  content: "\e96a";
}
.forta-eck8:before {
  content: "\e96b";
}
.forta-eck9:before {
  content: "\e96c";
}
.forta-eck10:before {
  content: "\e96d";
}
.forta-bubble:before {
  content: "\e96e";
}
.forta-euro:before {
  content: "\e96f";
}
.forta-prozent:before {
  content: "\e970";
}
.forta-user:before {
  content: "\e971";
}
.forta-users:before {
  content: "\e972";
}
.forta-save:before {
  content: "\e973";
}
.forta-save1:before {
  content: "\e974";
}
.forta-user-check:before {
  content: "\e975";
}
.forta-user-tie:before {
  content: "\e976";
}
.forta-quotes-left:before {
  content: "\e977";
}
.forta-quotes-right:before {
  content: "\e978";
}
.forta-nosmoking:before {
  content: "\e964";
}
.forta-ohnehund:before {
  content: "\e979";
}
.forta-spinner:before {
  content: "\e97a";
}
.forta-spinner1:before {
  content: "\e97b";
}
.forta-spinner2:before {
  content: "\e97c";
}
.forta-spinner3:before {
  content: "\e97d";
}
.forta-spinner4:before {
  content: "\e97e";
}
.forta-spinner5:before {
  content: "\e980";
}
.forta-spinner6:before {
  content: "\e981";
}
.forta-spinner7:before {
  content: "\e982";
}
.forta-spinner8:before {
  content: "\e983";
}
.forta-spinner9:before {
  content: "\e984";
}
.forta-binoculars:before {
  content: "\e985";
}
.forta-search:before {
  content: "\e986";
}
.forta-zoom-in:before {
  content: "\e987";
}
.forta-zoom-out:before {
  content: "\e988";
}
.forta-enlarge:before {
  content: "\e989";
}
.forta-shrink:before {
  content: "\e98a";
}
.forta-enlarge1:before {
  content: "\e98b";
}
.forta-shrink1:before {
  content: "\e98c";
}
.forta-schluessel2:before {
  content: "\e9ca";
}
.forta-schluessel:before {
  content: "\e913";
}
.forta-schluessel1:before {
  content: "\e98e";
}
.forta-lock:before {
  content: "\e98f";
}
.forta-unlocked:before {
  content: "\e990";
}
.forta-wrench:before {
  content: "\e991";
}
.forta-cog:before {
  content: "\e994";
}
.forta-cogs:before {
  content: "\e995";
}
.forta-hammer1:before {
  content: "\e9a8";
}
.forta-hammer:before {
  content: "\e996";
}
.forta-aid-kit:before {
  content: "\e998";
}
.forta-home:before {
  content: "\e906";
}
.forta-home1:before {
  content: "\e90a";
}
.forta-home2:before {
  content: "\e90b";
}
.forta-feha-doppel:before {
  content: "\e9a4";
}
.forta-haus5stern:before {
  content: "\e97f";
}
.forta-haus4stern:before {
  content: "\e98d";
}
.forta-haus3stern:before {
  content: "\e992";
}
.forta-fewo:before {
  content: "\e997";
}
.forta-fewo5stern:before {
  content: "\e999";
}
.forta-fewo4stern:before {
  content: "\e99a";
}
.forta-fewo3stern:before {
  content: "\e99b";
}
.forta-sauna:before {
  content: "\e99c";
}
.forta-kamin:before {
  content: "\e99d";
}
.forta-trophy:before {
  content: "\e99e";
}
.forta-gift:before {
  content: "\e99f";
}
.forta-rocket:before {
  content: "\e9a5";
}
.forta-shield:before {
  content: "\e9b4";
}
.forta-schild-3:before {
  content: "\e9a9";
}
.forta-schild-4:before {
  content: "\e9fd";
}
.forta-schild-2:before {
  content: "\e9aa";
}
.forta-schild-1:before {
  content: "\e9ab";
}
.forta-schloss:before {
  content: "\e9bb";
}
.forta-schloss-close:before {
  content: "\e9b9";
}
.forta-schloss-open:before {
  content: "\e9ba";
}
.forta-bin:before {
  content: "\e9ac";
}
.forta-bin1:before {
  content: "\e9ad";
}
.forta-briefcase:before {
  content: "\e9ae";
}
.forta-road:before {
  content: "\e9b1";
}
.forta-target:before {
  content: "\e9b3";
}
.forta-power-cord:before {
  content: "\e9b7";
}
.forta-power:before {
  content: "\e9b5";
}
.forta-strom:before {
  content: "\e9fe";
}
.forta-switch:before {
  content: "\e9b6";
}
.forta-clipboard:before {
  content: "\e9b8";
}
.forta-unerlaubt:before {
  content: "\e9bc";
}
.forta-menu:before {
  content: "\e9bd";
}
.forta-menu1:before {
  content: "\e9be";
}
.forta-menu2:before {
  content: "\e9bf";
}
.forta-menu3:before {
  content: "\e9c0";
}
.forta-mithund:before {
  content: "\e9c1";
}
.forta-smoking:before {
  content: "\e9c2";
}
.forta-waschmasch:before {
  content: "\e9c3";
}
.forta-battery:before {
  content: "\e9c4";
}
.forta-battery1:before {
  content: "\e9c5";
}
.forta-battery2:before {
  content: "\e9c6";
}
.forta-battery3:before {
  content: "\e9c7";
}
.forta-battery4:before {
  content: "\e9c8";
}
.forta-sphere:before {
  content: "\e9c9";
}
.forta-link:before {
  content: "\e9cb";
}
.forta-flag:before {
  content: "\e9cc";
}
.forta-attachment:before {
  content: "\e9cd";
}
.forta-eye:before {
  content: "\e9ce";
}
.forta-eye-plus:before {
  content: "\e9cf";
}
.forta-printer:before {
  content: "\e9d0";
}
.forta-bookmark:before {
  content: "\e9d2";
}
.forta-bookmarks:before {
  content: "\e9d3";
}
.forta-sun:before {
  content: "\e9d4";
}
.forta-contrast:before {
  content: "\e9d5";
}
.forta-brightness-contrast:before {
  content: "\e9d6";
}
.forta-star-empty:before {
  content: "\e9d7";
}
.forta-star-half:before {
  content: "\e9d8";
}
.forta-star-full:before {
  content: "\e9d9";
}
.forta-accessibility:before {
  content: "\e9b2";
}
.forta-fam:before {
  content: "\e963";
}
.forta-man:before {
  content: "\e9dc";
}
.forta-woman:before {
  content: "\e9dd";
}
.forta-man-woman:before {
  content: "\e9de";
}
.forta-happy:before {
  content: "\e9df";
}
.forta-happy1:before {
  content: "\e9e0";
}
.forta-smile:before {
  content: "\e9e1";
}
.forta-smile1:before {
  content: "\e9e2";
}
.forta-door:before {
  content: "\e9e3";
}
.forta-door1:before {
  content: "\e9e4";
}
.forta-door2:before {
  content: "\e9e5";
}
.forta-door3:before {
  content: "\e9e6";
}
.forta-door4:before {
  content: "\e9e7";
}
.forta-warning:before {
  content: "\ea07";
}
.forta-question:before {
  content: "\ea09";
}
.forta-plus:before {
  content: "\ea0a";
}
.forta-minus:before {
  content: "\ea0b";
}
.forta-info:before {
  content: "\ea0c";
}
.forta-checkmark:before {
  content: "\ea11";
}
.forta-enter:before {
  content: "\ea13";
}
.forta-stop:before {
  content: "\ea1e";
}
.forta-eject:before {
  content: "\ea25";
}
.forta-loop:before {
  content: "\ea2e";
}
.forta-shuffle:before {
  content: "\ea30";
}
.forta-arrow-up-left:before {
  content: "\ea31";
}
.forta-arrow-up:before {
  content: "\ea32";
}
.forta-arrow-up-right:before {
  content: "\ea33";
}
.forta-arrow-right:before {
  content: "\ea34";
}
.forta-arrow-down-right:before {
  content: "\ea35";
}
.forta-arrow-down:before {
  content: "\ea36";
}
.forta-arrow-down-left:before {
  content: "\ea37";
}
.forta-arrow-left:before {
  content: "\ea38";
}
.forta-arrow-up-left1:before {
  content: "\ea39";
}
.forta-arrow-up1:before {
  content: "\ea3a";
}
.forta-arrow-up-right1:before {
  content: "\ea3b";
}
.forta-arrow-right1:before {
  content: "\ea3c";
}
.forta-arrow-down-right1:before {
  content: "\ea3d";
}
.forta-arrow-down1:before {
  content: "\ea3e";
}
.forta-arrow-down-left1:before {
  content: "\ea3f";
}
.forta-arrow-left1:before {
  content: "\ea40";
}
.forta-circle-up:before {
  content: "\ea41";
}
.forta-circle-right:before {
  content: "\ea42";
}
.forta-circle-down:before {
  content: "\ea43";
}
.forta-circle-left:before {
  content: "\ea44";
}
.forta-shift:before {
  content: "\ea4f";
}
.forta-ctrl:before {
  content: "\ea50";
}
.forta-checkbox-checked:before {
  content: "\ea52";
}
.forta-checkbox-unchecked:before {
  content: "\ea53";
}
.forta-radio-checked:before {
  content: "\ea54";
}
.forta-radio-checked1:before {
  content: "\ea55";
}
.forta-radio-unchecked:before {
  content: "\ea56";
}
.forta-make-group:before {
  content: "\ea58";
}
.forta-scissors:before {
  content: "\ea5a";
}
.forta-paragraph-justify:before {
  content: "\ea7a";
}
.forta-new-tab:before {
  content: "\ea7e";
}
.forta-embed:before {
  content: "\ea7f";
}
.forta-embed1:before {
  content: "\ea80";
}
.forta-whatsapp:before {
  content: "\ea93";
}
.forta-spotify:before {
  content: "\ea94";
}
.forta-safari:before {
  content: "\eadd";
}
.forta-libreoffice:before {
  content: "\eae3";
}

/* fira-sans-200 - latin_latin-ext */
@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 200;
  src: url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-200.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans ExtraLight'), local('FiraSans-ExtraLight'),
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-200.woff') format('woff'), /* Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-200.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-300 - latin_latin-ext */
@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 300;
  src: url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-300.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Light'), local('FiraSans-Light'),
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-300.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-regular - latin_latin-ext */
@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Regular'), local('FiraSans-Regular'),
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-600 - latin_latin-ext */
@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 600;
  src: url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-600.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'),
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-600.woff') format('woff'), /* Modern Browsers */
	   url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-600.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-900 - latin_latin-ext */
@font-face {
  font-family: 'FiraSans';
  font-style: normal;
  font-weight: 900;
  src: url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-900.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Black'), local('FiraSans-Black'),
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-900.woff') format('woff'), /* Modern Browsers */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/cto_layout/fonts/fira-sans-v7-latin_latin-ext-900.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* rajdhani-500 - latin_latin-ext */
@font-face {
  font-family: 'Rajdhani';
  font-style: semibold;
  font-weight: 500;
  src: url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-500.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Medium'), local('Rajdhani-Medium'),
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-500.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-regular - latin_latin-ext */
@font-face {
  font-family: 'Rajdhani';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Regular'), local('Rajdhani-Regular'),
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-regular.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
/* rajdhani-700 - latin_latin-ext */
@font-face {
  font-family: 'Rajdhani';
  font-style: bold;
  font-weight: 700;
  src: url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-700.eot'); /* IE9 Compat Modes */
  src: local('Rajdhani Bold'), local('Rajdhani-Bold'),
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/cto_layout/fonts/rajdhani-v6-latin_latin-ext-700.svg#Rajdhani') format('svg'); /* Legacy iOS */
}
body {
	font-size: 1rem;
	line-height: 1.5rem;
}
body,p,div,adress {
	color: #4c3d43;
	font-family: 'FiraSans', Fallback, sans-serif;
	font-weight: 300;
}
p.privacy {
    color: rgb(255,255,255);
    background: silver;
    font-weight: 600;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.expose p {
	line-height: 1.5;
}
a.tel {
	font-weight: 400;
	color: #000000;
}
#container {
	letter-spacing: -0.02rem;
}
.weiss {
	background-color: #fff;
}
.weiss-txt {
	color: #fff;
}
.hellgruen {
	background-color: #deebdf
}
.hellgruen-txt {
	color: #deebdf;
}
.grau {
	background-color: #a9a7a7;
}
.grau-txt {
	color: #a9a7a7;
}
.hoch {
	line-height: .5rem!important;
    font-size: 1rem;
    vertical-align: super;
}
.hoch-klein {
	line-height: .5rem!important;
    font-size: .9rem;
    vertical-align: super;
}
.hoch:before {
	line-height: .5rem!important;
}
.grau-box {
	margin: 0;
	padding: 10px 20px 30px 20px;
	margin: 0;
	border-radius: 0 0 35px 0;
}
.grau-box .autogrid_grid .column,
.grau-box .column[class*=col_] {
	margin: 0;
}
.grau-box .column {
	padding: 0 15px 0 15px!important;
}
#main .mod_article.immbox {
	text-align: center;
	padding: 20px 0 100px 0;
}
.immbox .column {
	text-align: left;
    display: inline-block;
    padding: 10px;
}
.ce_image.border-gray-1px img {
	border-radius: 4px;
    padding: 6px;
}
.ce_accordion_v2, 
.ce_accordion.style2 {
    xmargin: 0px;
    xbackground-color: #fdfce6;
}
.ce_productbox.version1 .ce_productbox_content_nr {

}
.ce_productbox.version1 .ce_productbox_content_nr .zahl {
    font-size: 1.1rem;
}
.ce_productbox.version1 .ce_productbox_content_nr .hausname {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
    vertical-align: text-bottom;
    margin-left: 3px;
}
.ce_productbox.version1 .ce_productbox_content_top {
    padding: 10px 20px 15px 20px;
}
.ce_productbox.version1 .sterne {
	position: absolute;
	top: 5px;
	left: 10px;
	color: #ffdc30;
	font-size: .9rem;
	text-shadow: 1px 0px 1px silver;
}
.ce_productbox.version1 .price {
	line-height: 20px;
}
.ce_productbox.version1 .price-typ {
	text-align: left;
	font-size: 1rem;
	line-height: 1.1;
}
.ce_productbox.version1 .price-typ .forta-green.grau-txt {
	color: #7db143;
}
.ce_productbox.version1 .price-ort {
	text-align: left;
	margin: 5px 0 0 5px;
	font-size: 1.1rem;
}
.ce_productbox.version1 .ort {
	font-weight: 500;
	vertical-align: text-bottom;
	font-size: 1rem;
}
.ce_productbox.version1 .price-zus:before {
	padding-left: 5px;
	font-size: 1rem;
}
.ce_productbox.version1 .price-top {
	text-align: left;
	font-size: 1rem;
}
.ce_productbox.version1 .price-top .forta-fewo:before {
	font-size: .8rem;
}
.ce_productbox.version1 .price {
	font-weight: 300;
	font-size: 1rem;
}
.ce_productbox.version1 .ce_hyperlink {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: 5px;
}
.ce_productbox.version1 .ce_hyperlink a {
	padding: 10px 20px;
	font-size: .9rem;
}
/* Angebots-Akkordion */
#outdatet {
	max-width: 1240px;
    margin: 0 auto;
}
.ce_accordion_v2 .toggler, 
.ce_accordion.style2 .toggler  {
	border: none;
}
.ce_accordion_v2 .accordion, 
.ce_accordion.style2 .accordion {
	background-color: #fdfce6;
}
.ce_accordion_v2 .toggler.ui-state-active, 
.ce_accordion.style2 .toggler.ui-state-active {
    position: relative;
    height: 50px;
    border-top: 2px solid silver;
    border-bottom: 2px solid grey;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,.1);
}
.ce_accordion_v2 .toggler, 
.ce_accordion.style2 .toggler {
	padding: 1rem 1rem 3rem 0;
	line-height: 1.3;
	box-shadow: none;
}
.ce_accordion_v2 .toggler .acctext, 
.ce_accordion.style2 .toggler .acctext {
	color: rgb(255, 102, 0);
	font-weight: 300;
	text-transform: none;
}
.ce_accordion_v2 .toggler.ui-state-active .link_top, 
.ce_accordion.style2 .toggler.ui-state-active .link_top,
.ce_accordion_v2 .toggler.ui-state-active .acctext, 
.ce_accordion.style2 .toggler.ui-state-active .acctext {
	display: none;
}
.ce_accordion_v2 .toggler:before, 
.ce_accordion.style2 .toggler:before {
    display: none;
}
.ce_accordion_v2 .toggler.ui-state-active:before, 
.ce_accordion.style2 .toggler.ui-state-active:before {
	font: 1.3rem/1.8rem 'fortaface';
    content: "\65";
    position: relative;
    float: none;
    left: 45%;
    right: 45%;
    border-radius: 5px; 
    border: 2px solid white;
    text-transform: none;
    float: none!important;
    position: relative;
    display: inline;
    padding: 5px;
}    
.blattbox {
	position: absolute;
	background-color: rgba(255,255,255,.5);
	width: 90px;
	height: 35px;
	right: 5px;
	top: 5px;
	border-radius: 0 0 0 8px;
}
.mod_newslist .blattbox {
	right: 0px;
	top: 0px;
}
.blattbox:before {
    font-family: 'fortaface';
	content: "\e9eb";
	line-height: 1;
    color: rgba(125,177,67,.8);
    font-size: 1.2rem;
    position: absolute;
    top: 7px;
    right: 15px;
}
.subbox .mod_pageimage .container,
.mod_article:not(.fullwidth)>.container {
	padding: 0px 20px 0px 20px!important;
}
.blatterbox:before {
    font-family: 'fortaface';
	content: "\e9eb";
	line-height: 1;
    font-size: 2.1rem;
    position: absolute;
    top: 10px;
    right: 5px;
}
.link-box {
	position: relative;
	width: fit-content;
	height: 50px;
	xline-height: 1rem;
}
.link-box:after {
	font: 1rem/2.3rem 'fortaface';
    content: "\e9ea";
    position: absolute;
    top: -2px;
    right: -45px;
    font-size: 2.1rem;
    color: #7db143;
}
.sternbox {
	position: absolute;
    top: -3px;
    font-size: .7rem;
}
.sternbox:before {
    font-family: 'fortaface';
	content: "\e9d9 \e9d9 \e9d9 \e9d9 \e9d9";
	line-height: 1;
    color: #f8ca33;
    font-size: .9rem;
    position: relative;
    top: 8px;
    left: -2px;
}
.slow-03 {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slow-05 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slow-07 {
    -webkit-animation-duration: 7s;
    animation-duration: 7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slow-10 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.ul-box li {
	line-height: 1.1em!important;
	padding-bottom: 5px;
}
.li-sub {
	font-size: .9rem;
}
.subbox .container {
	display: block;
}
.subbox .ce_headline h3 {
	font-size: 1.5rem;
	color: #246826;
	text-transform: none;
}
.subbox .imgsubline {
	font-size: .8rem;
	padding-bottom: 35px;
}
.leaflet-tile-pane { 
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%); 
}
.ce_leaflet_map_inside {
	height: 200px!important;
}
.leaflet-control-attribution a {
    font-size: .7rem;
}
.mobiles {
	display: inline-block;
}
.normal {
	display: none;
}
.ce_iconbox_cwrapper {
	width: 100%;
}
.autogrid_row.same_height .ce_iconbox, 
.autogrid_row.same_height .ce_iconbox .ce_iconbox_outside {
    line-height: 1rem;
}
.sp4 .ce_text a.btn {
    margin-top: 2px;
}
.sp4box {
	margin: 0 auto;
	width: 80%;
}
.sp4box p {
	min-height: unset;
}
.opac {
	opacity: 0;
}
.unsichtbar {
		visibility: hidden;
}
.sichtbar {
		visibility: visible;
}
.noshow, 
.close {
	display: none!important;
}
.open {
	display: block;
}
.more {
	line-height: 1.4;
	color: #797979;
	padding-bottom: 25px;
}
.weniger {
	line-height: 1.3;
	color: #898989;
}
.more a {
    font-size: 1rem;
}
.more strong {
	color: #565c63;
}
.more.weniger strong {
	color: #838485;
}
.morecontent a.cboxElement::after {
    font: .6em/18px 'fortaface';
    content: "\51";
    line-height: 1;
    padding-left: 4px;
    color: #7db143;
    vertical-align: text-top;
}
.moreblock {
	cursor: pointer;
    font-size: .8rem;
    color: #0076fc;
    border-top: 1px solid transparent;
	border-image: linear-gradient(0.25turn, #eee, #b9b9b9, #eee);
	border-image-slice: 1;
    border-bottom: 0px;
    width: 40%;
    text-align: center;
}
.moreblock::before {
	text-align: center;
    font: 1.2em/.8 'fortaface';
    content: "\51";
    font-weight: 600;
    color: rgba(125, 177, 67, .3);
}
.moreblock.less{
	cursor: pointer;
    font-size: .8rem;
    border-top: 0px;
    border-bottom: 1px solid #e8e9ea;
    width: 100px;
    text-align: center;
}
.moreblock.less::before {
	text-align: center;
    font: 1.3em/28px FontAwesome;
    font-weight: 400;
    color: #c5c5c5;
    content: "\f2D3"!important;
    line-height: .8px;
}
.morecontent {
	display: block;
    margin-bottom: 0px;
}
.morecontent p {
    margin: 10px auto 8px auto;
    padding: 2px;
}
.morecontent span {
    display: none;
}
.morecontent.less {
    margin: 20px;
}
.moretext {
	margin: 15px 0 6px 0;
    text-align: center;
    font-size: .6rem;
    line-height: .1px;
    padding: 0;
    color: #c3c1c1;
    letter-spacing: .3px;
}
.more-top {
	padding-bottom: 5px;
}
.long {
	color: #797979;
}
.short {
	color: #bbbcbd;
}
.karte {
	width: 100%;
}
.mod_article:not(.fullwidth)>.container {
    padding-top: 50px;
}
#top_link {
	display: block;
}
#top_link a {
	border: 1px solid rgb(52 155 52);
	background:rgba(36,104,38,0.8);
	color: #ffffff;
}
.clear {
	font-size:0.01em;
	line-height: 1px;
	clear: inherit;
}
.link_ext:before {
	font-size: 15px;
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f08e";
}
.link_int:before {
	font-size: 15px;
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f090";
}
.link_pdf:before {
	font-size: 15px;
	padding-right: 5px;
	font-family: FontAwesome;
	content: "\f1c1";
}
.img-responsive {
  	max-width: 100%;
  	height: auto;
}

form fieldset legend {
    background-color: #c2c6ca;
    text-transform: uppercase;
    font-size: .8rem;
    white-space: nowrap;
    line-height: 20px;
    height: 22px;
}
form fieldset legend span.bezeich,
form fieldset legend span.mandatory{
	display: inline;
	margin-left: 3px;
	height: 20px;
	line-height: 20px;
}
.formstyle input, .formstyle textarea {
    background-color: rgb(247,247,247);
    border-color: rgb(230,230,230);
    font-size: .9rem;
}
form .checkbox_container span, form .widget-radio span {
    display: inline;
}
form .checkbox {
    width: 20px!important;
    height: 20px;
    vertical-align: middle;
    margin-right: 2px;
}
form .widget-submit {
    text-align: right;
}
input {
    padding: 10px 5px 10px 5px;
    height: 38px;
}
textarea::-webkit-input-placeholder {
	font-weight: 200;
	opacity: .7;
}
input::placeholder,
textarea::placeholder {
	font-weight: 200;
	opacity: .7;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
	font-weight: 200;
	opacity: .7;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
	font-weight: 200;
	opacity: .7;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
	font-weight: 200;
	opacity: .7;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
	font-weight: 200;
	opacity: .7;
}
strong {
	font-weight: 500;
	color: #565c63;
}
h3.forta:before{
	padding-right: 8px;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 25px;
	line-height: 1.3em;
	color: #246826;
	word-wrap: break-word;
	padding-left: 0px;
	margin-left: 0px;
	text-shadow: 0;
}
h3, #footer h3.fa, #footer #footer h3.forta {font-family: 'FiraSans', Fallback, sans-serif; text-transform: uppercase;font-size: 21px;border: none;margin:0px;padding: 0px;font-weight: 600;}
h1,h2 {margin:0;padding: 0 0 12px 0!important;letter-spacing: -0.01em;font-weight: 700;text-transform: uppercase;}
.ce_text h1 {color: #246826;margin:0;padding: 0 0 22px 0;font-weight: 600;text-transform: uppercase;}
.service h1, .bannerbild h1, #footer h1{margin: 0;padding: 0 0 20px 0;font-weight: 600;}
.ce_text h3, .bannerbild h3, #footer h3.fa,
.mod_faqpage h3{color: #6B6C6B;margin: 0px;padding: 0 0 15px 0;border: none;}
h4 {color: #4c3d43;margin:0!important;padding: 0 0 14px 0;letter-spacing: -0.02em;font-size: 20px;font-weight: 400;}
h5 {color: #4c3d43;margin:12px 0 0 0;padding: 0 0 14px 0;font-size: 18px;font-weight: 400;}
h1.ce_headline.first,
h2.ce_headline.first,
h3.ce_headline.first{
	margin-top: 20px;
}
.smart {
	padding: 20px;
	min-height: 280px;
	background-image: url(../../files/cto_layout/img/smarthome.png);
	background-position: 96% 20px;
	background-size: 16%;
}
.smart-top h3 {
	color: green;
	font-size: 1.5em;
	width: 80%;
	margin-top: 15px;
}
.smart-under {
	width: 80%;
}
.autogrid_wrapper .autogrid.full {
	padding-left: 1%;
	padding-right: 1%;
}
#main {
	padding-top: 0px;
	padding-bottom: 0px;
}
#main .inside .mod_article.topblock {
	padding-top: 0px;
	padding-bottom: 20px;
}
#main .mod_article {
	padding-top: 0px;
	padding-bottom: 0px;
}
.angebot table {
	width: 100%;
}
.angebot table tr {
	background-color: white;
}
.angebot td {
	color: #008000;
	vertical-align: top;
	background-color: white;
}
.angebot span.angebota {
	color: #008000;
	vertical-align: top;
	font-size: 25px;
	width: 30px;
}

video {
	width: 100%;
	height: auto;
}
.pano {
  width: 100%; 
  height: 290px; 
  border: none;
}
.bannertext {
	text-align: center;
	padding-bottom: 4px;
	text-transform: uppercase;
	font-size:12px;
	color: silver;
}
.tabelle {
	width: 100%;
	padding-bottom: 25px;
	padding-right: 0px;
	font-size: 1em;
}
table tr:nth-child(2n+1) {
	background-color: #eff4f3;
}
.tab {
	padding: 5px 15px 12px 8px;
	border-bottom: 1px solid #e3e9e9;
}
.expose .tab {
	padding: 20px 15px 25px 20px;
	border-bottom: 1px solid #e3e9e9;
}
.tab_links {
	width: 40%;
	vertical-align: top;
}
.expose .tab_links {
	width: 30%;
	vertical-align: top;
}
.expose .tab_links {
	width: 80%!important;
}
.tab_rechts {
	padding-right: 5px;
	width: auto;
}
.tab-top {
	padding: 0 0 8px 0;
}
.tab-bottom {
	margin-top: 0px;
}  
.tab-top .hausname:before {
	font-size: 1.6rem;
	padding-right: 3px;
	vertical-align: sub;
}
.tab-top .hausname {
	font-size: 1.1rem;
	font-weight: 500;
    vertical-align: text-bottom;
    line-height: 1.1;
    padding-right: 7px;
}

.tab .tab-details {
	width: 50%;
    display: inline-block;
}
.tab .ce_hyperlink {
	width: 50%;
    display: inline-block;
    text-align: right;
}
.tab .ce_hyperlink a {
	padding: 10px 22px;
	min-width: unset;
	margin: 0;
}
a, a:active, .ce_teambox .email a, p a {
	color: rgb(255, 102, 0);
	text-decoration: none;
	font-weight: 300;
	cursor: pointer;
	xfont-size: 1rem;
}
a:hover {
	color: #ffbc04;
	text-decoration: none;
}
.tp-dottedoverlay.threexthree {
   opacity:0.4;
}
.popup-banner-close {
	color: #fff;
	border-radius: 5px;
}
.popup-banner a {
	font-weight: 500;
}
.ce_hyperlink span.btn,
.ce_hyperlink a {
	background: #245a15;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	font-weight:600;
	letter-spacing: 0.02em;
	border: 1px solid #4c7d62;
	max-width: 180px;
	white-space: nowrap;
	display: inline-block;
	background: #678f3b;
    border-color: #678f3b;
    padding: 15px 50px;
    margin-bottom: 15px;
}
a.abtn {
    background: #678f3b;
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.04em;
    border: 1px solid #4c7d62;
    max-width: 150px;
    white-space: nowrap;
    display: inline-block;
    padding: 6px 10px;
    line-height: 1.3;
    margin-top: 12px;
    margin-bottom: 5px;
    color: white;
    font-size: .9rem;
}
.body input.submit[type="submit"] [disabled], 
.body button.submit[type="submit"] [disabled], 
.body input.submit[type="submit"]:disabled, 
.body button.submit[type="submit"]:disabled {
    opacity: .5;
    cursor: auto;
    text-align: center!important;
    padding: 15px 50px;
    line-height: 1.8rem;
    max-width: 180px;
    white-space: nowrap;
}
.body input.submit, button.submit, 
.body input.submit[type="submit"], 
.body button.submit[type="submit"], 
.body input.submit, button.submit {
    font-size: .9rem;
    opacity: 1;
    line-height: .7;
    max-width: 180px;
    height: auto;
    padding: 18px 20px;
    cursor: pointer;
    white-space: nowrap;
}
.ce_hyperlink a.link-white,
a.btn.link-white {
	color: #246826;
}
.ce_hyperlink a, 
a.btn {
	font-weight: 600;
	max-width: 200px;
	font-size: .9rem;
	padding: 15px 40px;
	border: 1px solid transparent;
}
.ce_hyperlink a.link-white:hover,
a.btn.link-white:hover {
	background: #246826;
}

.ce_hyperlink a.outline,
a.btn.outline {
	color: rgb(30,136,210);
}
.ce_hyperlink a:hover, a.btn:hover {
    background: #2b872e;
    border: 1px solid #4c7d62;
}
.ce_revolutionslider .rs-container.fullscreen {
	height: 100%!important;
}
#fullheight_forcefullwidth {
	height: calc(100vh - 40px)!important;
}
.ce_revolutionslider_text.teaser {
	font-family: 'Rajdhani', Fallback, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	letter-spacing: -0.01em;	
	font-size: 100px;
	color: white;
	margin: -60px 40px!important;
}
.ce_revolutionslider_text.subtext {
	font-weight: 500;
	text-transform: uppercase;
	text-shadow: 1px 1px #000;
	font-size: 42px;
	color: white;
	margin: -70px 30px!important;
}
.ce_revolutionslider .sprung {
	border-width: 20px!important;
    padding: 5px;
	border-radius: 120px;
    z-index: 99999!important;
    width: 120px;
    margin: -60px 0!important;
}
.ce_revolutionslider .sprung i {
	font-size: 80px;
	color: rgba(255, 255, 255, 0.2);
	line-height: 10px;
	padding: 0px;
	margin-left: -35px;
}
.ce_revolutionslider .sprung.ce_revolutionslider_hyperlink_St {
	background: none;
    min-width: unset;
    min-height: unset;
    width: 130px;
    height: 130px;
    padding: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.ce_revolutionslider .sprung i:hover {
	color: rgba(255, 255, 255, 0.6);
}
.ce_revolutionslider_hyperlink.marker {
	background-color: #246826;
	border-radius: 5px;
	width: auto;
	height: auto;
	min-width: unset!important;
	overflow: initial;
	text-transform: uppercase;
	margin: -95px 80px!important;
	padding: 0 20px!important;
	line-height: 40px!important;
}
.ce_revolutionslider_hyperlink.marker.hyperlink_txt {
	font-size: 18px!important;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	letter-spacing: 0.06em;
}


.ce_grid_gallery_start li:not(.has-content) a.lightbox-link i:before {
	font-family: 'FontAwesome';
	content: '\f055';
	font-size: 45px;
	font-style: normal;
	height: auto;
	width: auto;
	position: absolute;
	top: -30px!important;
	left: 52%;
	background: none;
	color: black;
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;

}
.ce_grid_gallery_start li:not(.has-content) a.lightbox-link i:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	margin:0;
	background: none;
	opacity: 0;
	transition: none;
	-webkit-transition: none;	
}
.ce_grid_gallery_start li.image-width-30 {
	width: 33.3%;
}
.ce_grid_gallery_start
.ce_grid_gallery_overlay
.ce_grid_gallery_overlay_inside {
	top: 50%;
	transform: translateY(-50%);
	padding:0;
}
.ce_grid_gallery_start.frame-gutter li {
    box-shadow: none;
    border: solid 3px white;
    padding:0;
}
.ce_grid_gallery_start li:hover .ce_grid_gallery_overlay {
	background: rgba(255,255,255,0.6);
}
.ce_grid_gallery_start
.ce_grid_gallery_overlay {
	padding:0;
}
.ce_grid_gallery_overlay_inside {
	xpadding: 5px 5px 5px 10px;
	padding:0;
}
.ce_grid_gallery_overlay_inside .title {	
	margin: 0;
	padding: 0;
	z-index: 999;
}
.ce_grid_gallery_overlay_inside .title .text, 
.ce_grid_gallery_overlay_inside .desc .textarea p {	
	color: black!important;
	font-weight: 400!important;
}
.ce_bgimage, .ce_bgimage.parallax .ce_bgimage-image {
	height: 170px!important;
}
.ce_divider_extended.version1 {
	padding: 40px;
}
.ce_gallery .content {
	background: rgba(255,255,255,0.6);
}
.ce_gallery li:hover .content {
	
}
.ce_gallery .image_container i.fa.fa-plus-circle:before {
	content: "\f055";
	height: unset;
	top: unset;
	background: unset;
	color: rgba(36,104,38,0.8);
}
/*Galerie bei Neubau*/

.ce_gallery .image_container i.fa.fa-plus-circle:after {
	content: unset;
}
/*mouseover*/
.ce_gallery li:hover .image_container img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}

hr {
	width: 100%;
	border: 1px solid #eee;
}
.mod_newslist {
	padding: 0 2px 0 2px;
}
.item block {
	padding-bottom: 5px;
}
.mod_portfoliolist.portfolio-v2 .item {
	border-radius: 0 0 35px 0;
	min-height: 200px;
}
.mod_portfoliolist.portfolio-v2 .item .linkbar {
    top: -56px;
    left: 35%;
    width: auto;
    height: 100%;
    z-index: 9999;
}
.mod_portfoliolist .item .linkbar a {
	display: block;
    border-radius: 100%;
    background: rgba(235,235,235,.4);
    color: green;
    width: 46px;
    height: 46px;
    text-align: center;
    font-size: 18px;
    line-height: 0px;
    transition: All .6s ease;
    -webkit-transition: All .6s ease;
    margin-left: 3px;
}
.mod_portfoliolist .item .linkbar i {
    vertical-align: top;
    text-align: center;
    line-height: 8px;
    font-size: 18px;
}
.mod_portfoliolist.portfolio-v2 .item:hover .linkbar {
  	top: 25%;
}
.mod_portfoliolist .item .linkbar i {
	font-size: 25px;
}
.mod_portfoliolist .item .linkbar i:before {
	line-height: .3;
}
.mod_portfoliolist .item .linkbar a {
  background: rgba(36, 104,38,.4);
  color: white;
}
.mod_portfoliolist .item .linkbar a:hover {
	color: white;
}
/*hover grün/weiß*/
.mod_portfoliolist.portfolio-v2 .item .linkbar a:hover {
	background: rgba(36, 104,38,1);
}
/*Overflow Layer weiß*/
.mod_portfoliolist.portfolio-v2 .item .overflow-layer {
	background: rgba(255,255,255,0.6);
}
/*item hover -> block*/
.mod_portfoliolist .item:not(.no_more_link):hover .image_container .overflow-layer {
	display: block;
}
/*Referenzen haben nur lightbox Link*/
.referenzen .mod_portfoliolist.portfolio-v2 .item .linkbar {
	left: 45%;
}
.mod_portfoliolist.portfolio-v2 .image_container_inside {
	border: 0 none;
}
.mod_portfoliolist.portfolio-v2 .item figure .info a.zoom.cboxElement{
	z-index: 9999;
}
.mod_portfoliolist.portfolio-v2 .item figure .info a.more{
	background-color: green;
	z-index: 9999;
}
.mod_portfoliolist.portfolio-v2 .item figure .info a.more:hover{
	background-color: white;
}
.mod_portfoliolist.portfolio-v2 .item figure .info {
	padding: 10px 25px 25px 20px;
	background-color: rgba(36, 104,38,0.1);
	min-height: 150px;
}
.mod_portfoliolist .item .subline {
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: #000000;
  line-height: 1.4;
  display: inline-block;
  text-transform: none;
  font-size: 0.95em;
}
.aktuell-box .image_container {
	width: fit-content;
}
figure.image_container .info {
	min-height: 70px;
}
.mod_portfoliolist.portfolio-v2 .item .title {
	color: #505050;
	xfont-size: inherit;
    font-weight: normal;
    margin: 12px 0 0 0;
}
figure.image_container h5.title {
	padding-bottom: 5px;
}
figure.image_container .subline {
	font-size: 0.9em;
	color: black;
	margin-top: 6px;
}
.mm-menu.mm-theme-dark {
	background: none #4b4b4d;
}
#mm-1 .mm-navbar a.mm-title {
	color: orange!important;
	text-transform: uppercase;
}
.mm-listview > li > a, .mm-listview > li > span {
	color: #d9dadb!important;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 400;
}
.mm-listview > li > a:hover {
	color: orange!important;
}
.header {
	background: #246826;
	line-height: 50px;
	color: white;
	font-size: 16px;
}
.header .inside {
	height: 50px;
}
#map-1424 {
	height: 200px;
}
.ce_google_map .ce_google_map_inside {
	height: 200px!important;
}
.map_header .gm-style{
	height: 200px!important;
} 
#kontakt-box .ce_text_imagebox_image {
	height: 200px!important;
}
#kontakt-box .ce_text_imagebox .inside {
	padding: 20px 0 0 10px;
}
.ce_text_imagebox:hover a:hover {
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    transform: translate(0,-2px);
    -webkit-transform: translate(0,-2px);
    z-index: 10;
}
.immologo img {
	width: 130px;
	height: auto;
}
body .header.cloned .inside .logo .logo_bild a,
body .header.original .inside .logo .logo_bild a,
.stickyheader .header .inside .logo a {
	background-image: url(../../files/cto_layout/img/ktlogo_green.png);
}


body .header.original .inside .logo,
body .header.cloned .inside .logo{
	display: block;
	margin-top: 13px;	
	height: auto;
	width: auto;	
	padding:0;
}
body .header.original .inside .logo .logo_bild,
body .header.cloned .inside .logo .logo_bild{
	display: block;
	height: 22px;
	width: 188px;
}
body .header.original .inside .logo .logo_bild a,
body .header.cloned .inside .logo .logo_bild a{
	background-size: contain;
}

body .header.original .inside .logo .logo_slogan,
body .header.cloned .inside .logo .logo_slogan{
	display: none;
	padding-top: 4px;
	color: #eee;
	font-size: 14px;
	line-height: 12px;
}

.fixed-header .header.cloned .inside .logo {
	display: block;
	margin-top: 13px;	
	height: auto;
	width: auto;	
	padding:0;
}
.fixed-header .header.cloned .inside .logo .logo_bild {
	display: block;
	height: 22px;
	width: 188px;
}
.fixed-header .header .inside .logo .logo_bild a {
	display: block;
}
.fixed-header .header .inside .logo .logo_slogan {
	display: none;
}
#mmenu {
	z-index: 9999;
}
.mmenu_trigger {
    right: 15px
}
.mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:after, .mmenu_trigger .burger .burger_lines:before {
    background: #fff;
}
.mmenu_trigger .burger .burger_lines, .mmenu_trigger .burger .burger_lines:after, .mmenu_trigger .burger .burger_lines:before {
    pointer-events: none;
    border-radius: 1px;
    height: 3px;
}
.mmenu_overlay {
    background: rgba(0,0,0,.4);
}
#mmenu .mod_navigation li a,
#mmenu .mod_socials a, 
#mmenu .mod_mmenu_custom_nav a {
	font-weight: 200;
	letter-spacing: .4px;
}
#mmenu .mod_navigation li a.open, 
#mmenu .mod_navigation li a.active, 
#mmenu .mod_navigation li a:focus {
    font-weight: 500;
    color: #ffcc3a;
}
.header.cloned,
.header.cloned .inside,
.header.cloned .inside .mod_navigation,
.header.cloned .inside .mod_navigation ul,
.header.cloned .inside .mod_navigation li,
.header.cloned .inside .mod_navigation ol,
.header.cloned .inside .mod_navigation ul a{
	height: 50px;
	line-height: 42px;
	color: #eee;
	font-weight: 200;
}

.header.cloned .inside .mod_navigation ul {
	margin-top: 0;
}
#nav-open-btn {
   padding: 0;
}
#nav-open-btn:before {
	background: none;
	height: 35px;
	line-height: 35px;
    padding: 0;
	font-size: 30px;
	width: auto;
}
.header .mod_top_phone {
	display: none;
	position: relative;
	float: right;
	z-index: 100;
	height: 50px;
	padding-right: 35px;
	line-height: 50px;
	color: white;
	margin-top: 5px;
	font-size: 16px;
	font-weight: 500;
	word-spacing: -0.1em;
	letter-spacing: 0.05em;
}
.header .mod_top_phone i {
	font-size: 16px;
	font-weight: 300;
	text-shadow: 1px 1px #aaa;
	color: #eee;
}

.header .mod_top_phone_mob {
	display: block;
	position: relative;
	float: right;
	margin-right: 35px;
	cursor: pointer;
	z-index: 1;
	line-height: 10px;
}
.header .mod_top_phone_mob .phone_round {
	display: inline-block;
	background: #ffbc04;
	width: 33px;
	height: 33px;
	margin-top: 8px;
	padding-left: 4px;
	border-radius: 33px;
	border: solid 2px white;
	line-height: 10px;
}
.header .mod_top_phone_mob .phone_round i {
	color: white;
	font-size: 25px;
	text-shadow: 1px 1px #ccc;
	line-height: 10px;
	margin-top: 11px;
}
.mainmenu ul li {
    margin-left: 8px;
    margin-right: 8px;
}

#header .mainmenu ul li a {
	color: white;
	font-size: 15px;
	font-weight: 400;
}
.header .mainmenu ul li a.trail,
.header .mainmenu ul li a.active {
	color: #ffbc04 !important;
}
.ce_headerimage.height_large {
    background-position: center bottom;
    height: 200px;
    width: 100%!important;
}
.ce_revolutionslider {
    width: 100%;
}
.bau-container {
	max-width: 700px;
	padding: 20px 0 0 0 ;
}
.bau-sterne {
	position: absolute;
	display: inline;
	z-index: 9999;
}
.bau-sterne img {
	width: 70px;
	height: auto;
}
.bau-sterne h3 {
	font-size: 16px!important;
	text-shadow: 1px 1px #000;
	font-weight: 600;
	color: #dfffed!important;
	padding: 3px 0 6px 0!important;
	line-height: .6rem;
}
.bau-sub {
	color: white;
	font-size: .8rem;
}
.bau-hand {
	display: inline;
	width: auto;
	position: relative;
}
.bau-hand img {
	width: 350px;
	height: auto;
}
#bottom .inside {
	max-width: 100%;
	padding: 0px 0 20px 0;
}
#bottom .inside .left, 
#bottom .inside .right a {
	color: #858382;
	padding:0;
	margin:0;
}
#bottom .inside .right a,
#bottom .inside .right a:active, 
#bottom .inside .right a:hover {
	color: #888;
	text-decoration: none;
	border-bottom: transparent;
	font-size: .9rem;
}
#bottom .inside .right a:hover {
	color: #ffbc04
}
#bottom .inside .right ul {
	display: block;
}
#bottom .inside .right ul li {
	display: inline;
	padding: 0 5px 0 5px;
	color: #aaa;
}
#footer {
	background: #246826; 
	font-size: 0.93em;
}

#footer, #footer a {
	color: rgba(255, 255, 255, 0.4);
}

#footer a {
	transition:all 0.4s ease-out 0s;
	color: rgb(255,255,255);
	border-radius: 6px;
    max-width: 160px;
    border: 1px solid #4c7d62;
}

#footer a:hover {
	color: rgb(30,136,210);
}
#footer h3.forta, #footer h1, #footer h2, #footer h3.fa, #footer h4, #footer h5, #footer h6 {
	color: #fff;
}
#footer h3.fa,
#footer h3.forta {
    margin-top: 4px;
}
#footer h3.fa:before {
    font-family: FontAwesome;
    padding-right: 8px;
    font-size: 1.1em;
}
#footer .inside {
	margin: 0 auto;
	padding: 60px 20px 60px 20px;
}
#footer .totop:before {
	display: block;
}
.topbox {
	background-color: #246826;
	font-size: .7rem;
	letter-spacing: 0.04em;
	color: #849b98;
	margin: 0 auto;
	text-align: center;
	line-height: 1.15rem;
}
.werbox {
	padding: 5px 0px 0px 0px;
	background-color: rgba(255,255,255,.1);
	margin-bottom: 20px;
}
.bottbox {
	max-width: 1240px;
	padding: 0px 20px 0px 20px;
	margin: 0 auto;
}
.startblock p {
	color: #f3f7f2;
	min-height: none;
}
#footer .inside .startblock{
	padding: 0;
}
#footer .inside .startblock .one_fourth{
	border-bottom: solid 1px #6e977a;
}

#top-wrapper, #fix-wrapper{
    height: 50px;
}
.ce_portfoliofilter,
.ce_portfoliofilter .ce_portfoliofilter_content,
#wrapper .ce_portfoliofilter .ce_portfoliofilter_content a{
	visibility: visible;
	display: inline;
	opacity: 1;
	text-align: center;
	padding: 5px;
    border-radius: 5px;
}
#wrapper .ce_portfoliofilter {
	display: block;
	text-align: center;
}

/* 767 Querformat----------------------------------------------------------- */
@media only screen and (orientation:landscape) and (min-width: 768px) {
  #fullheight_forcefullwidth,
  .ce_revolutionslider .rs-container.fullscreen {
	height: calc(100vh - 45px)!important;
  }
  .ce_revolutionslider_text.teaser {
	font-size: 40px!important;
	margin: 80px 120px!important;
  }
  .ce_revolutionslider_text.subtext {
	font-size: 18px!important;
	margin: 70px 80px!important;
  }
  .ce_revolutionslider_hyperlink.marker {
	margin: 50px 130px!important;
  }
  .ce_revolutionslider .sprung {
	border-width: 25px!important;
    width: 120px;
    margin: 80px 0!important;
  }
  .ce_revolutionslider .sprung i {
	font-size: 90px;
	line-height: 20px!important;
  }
  .ce_revolutionslider .sprung.ce_revolutionslider_hyperlink_St {
    width: 150px;
    height: 150px;
  }
  .sp4box {
	margin: unset;
	width: 100%;
  }
  .sp4box p {
	min-height: 70px;
  }  
  .mod_portfoliolist.portfolio-v2 .item figure .info {
	min-height: 195px;
  }
  .fixed-header .header.cloned .inside .logo {
  	margin-top: 13px!important;
  }
  body .header.original .inside .logo, 
  body .header.cloned .inside .logo {
  	margin-top: 13px!important;
  }
  .header.cloned, 
  .header.cloned .inside, 
  .header.cloned .inside .mod_navigation, 
  .header.cloned .inside .mod_navigation ul, 
  .header.cloned .inside .mod_navigation li, 
  .header.cloned .inside .mod_navigation ol, 
  .header.cloned .inside .mod_navigation ul a {
    height: 50px;
    line-height: 51px;
  }  
}

/* 767 Hochformat----------------------------------------------------------- */
@media only screen and (orientation:portrait) and (min-width: 768px) {
  .header {
	background: #246826;
	line-height: 70px;
	color: white;
  }
  .header .inside {
	height: 81px;
  }
  .smartmenu {
  	display: none;
  }
  #nav-open-btn {
  	display: block;
    top: 18px;
    right: 30px;
  }
  a#nav-open-btn {
    padding: 0;
    margin: 0;
    height: 35px;
    width: 40px;
    z-index: 9999;
  }  
  #nav-open-btn:before {
	background: none;
	height: 35px;
	line-height: 35px;
	padding: 0;
    margin: 0;	
	font-size: 30px;
	width: auto;
  }
  .fixed-header #nav-open-btn {
  	top: 7px;
  }
  #fullheight_forcefullwidth,
  .ce_revolutionslider .rs-container.fullscreen {
	height: calc(100vh - 65px)!important;
  }
  .ce_revolutionslider_text.teaser {
	letter-spacing: -0.02em;
	font-size: 60px!important;
	margin: -50px 110px!important;
  }
  .ce_revolutionslider_text.subtext {
	font-size: 18px!important;
	margin: -58px 90px!important;
  }
  .ce_revolutionslider_hyperlink.marker {
	margin: -78px 140px!important;
  }
  .ce_revolutionslider .sprung {
	border-width: 25px!important;
    width: 120px;
    margin: 20px 0!important;
  }
  .ce_revolutionslider .sprung i {
	font-size: 90px;
	line-height: 20px!important;
  }
  .ce_revolutionslider .sprung.ce_revolutionslider_hyperlink_St {
    width: 150px;
    height: 150px;
  }
  figure.image_container .info {
	min-height: 150px;
  }
  body .header.original .inside .logo,
  body .header.cloned .inside .logo{
	margin-top: 12px!important;	
  }
  body .header.original .inside .logo .logo_bild,
  body .header.cloned .inside .logo .logo_bild{
	display: block;
	height: 25px;
	width: 214px;
  }
  body .header.original .inside .logo .logo_slogan,
  body .header.cloned .inside .logo .logo_slogan{
	display: block;
	font-size: 11px;
  }
  #top-wrapper, #fix-wrapper {
    height: 80px!important;
  }
  .fixed-header .header.cloned .inside .logo .logo_slogan {
	display: none;
  }  
  .header .mod_top_phone{
	display: block;
	margin-top: 15px;
	padding-right: 30px!important;
	font-size: 1.2rem;
  }
  .fixed-header .header .mod_top_phone{
	display: block;
	margin-top: 0px;
	font-size: 1.3rem;
  }
  .header .mod_top_phone_mob {
    padding-right: 40px!important;
  }
  .header .mod_top_phone_mob,
  .header .mod_top_phone_mob .phone_round {
	display: none;
  }
  .header.cloned .inside .mod_navigation ul{
	margin-top: 5px;
  }
  .ce_headerimage.height_large {
    background-position: center center;
    height: 270px;
  }
  .bau-sterne h3 {
	font-size: 18px!important;
	padding: 3px 0 6px 0!important;
	line-height: .7rem;
  } 
  #footer .totop:before {
	display: block;
  }
  #footer .inside {
	padding: 80px 40px 30px 40px;
  }
  #footer .inside .startblock{
	padding-bottom: 40px;
  }
  .pano {
  	height: 190px; 
  }
  .ce_bgimage, .ce_bgimage.parallax .ce_bgimage-image {
	height: 300px!important;
  }
  .immologo img{
	width: 165px;
  }
  .mobiles {
	display: none;
  }
  .normal {
	display: inline-block;
  }
  .mod_portfoliolist.portfolio-v2 .item figure .info {
	min-height: 195px;
  }
  .ce_portfoliofilter,
  .ce_portfoliofilter .ce_portfoliofilter_content {
	visibility: visible;
	display: inline;
	opacity: 1;
  }
  .sp4box {
	margin: unset;
	width: 100%;
  }
  .subbox .ce_headline h3 {
	font-size: 1.6rem;
  }
  .blatterbox:before {
    font-size: 2.1rem;
    top: 15px;
    right: 15px;
  }
  .sternbox {
    top: 4px;
    font-size: .8rem;
  }  
  .sternbox:before {
    font-size: .9rem;
    top: 8px;
    left: -2px;
  }
  .grau-box {
	padding: 40px 45px 50px 45px;
  }
  .grau-box .column {
	padding: 0 20px 0 20px!important;
  }
  .sp4box p {
	min-height: 70px;
  }
  .smart {
	background-position: 92% 20px;
	background-size: 13%;
  }  
  .ce_leaflet_map_inside {
    height: 300px!important;
  }
 .bottbox {
	padding: 0px 40px 0px 40px;
  }
  .header.cloned, 
  .header.cloned .inside, 
  .header.cloned .inside .mod_navigation, 
  .header.cloned .inside .mod_navigation ul, 
  .header.cloned .inside .mod_navigation li, 
  .header.cloned .inside .mod_navigation ol, 
  .header.cloned .inside .mod_navigation ul a {
    height: 50px;
    line-height: 42px;
  }  
}




/* 971 Hochformat----------------------------------------------------------- */
@media only screen and (orientation:portrait) and (min-width: 971px) {
  #fullheight_forcefullwidth,
  .ce_revolutionslider .rs-container.fullscreen {
	height: calc(100vh - 75px)!important;
  }
  .ce_revolutionslider_text.teaser {
	letter-spacing: -0.02em;
	font-size: 67px!important;
	margin: 0px 110px!important;
  }
  .ce_revolutionslider_text.subtext {
	font-size: 22px!important;
	margin: -4px 90px!important;
  }
  .ce_revolutionslider_hyperlink.marker {
	margin: -20px 180px!important;
  }
  .ce_revolutionslider .sprung {
	border-width: 25px!important;
    width: 120px;
    margin: 20px 0!important;
  }
  .ce_revolutionslider .sprung i {
	font-size: 90px;
	line-height: 20px!important;
  }
  .ce_revolutionslider .sprung.ce_revolutionslider_hyperlink_St {
    width: 150px;
    height: 150px;
  }
  .subbox .ce_headline h3 {
	font-size: 1.6rem;
  }
  .smart {
	background-position: 94% 30px;
	background-size: 12%;
  }
  .header.cloned, 
  .header.cloned .inside, 
  .header.cloned .inside .mod_navigation, 
  .header.cloned .inside .mod_navigation ul, 
  .header.cloned .inside .mod_navigation li, 
  .header.cloned .inside .mod_navigation ol, 
  .header.cloned .inside .mod_navigation ul a {
    height: 50px;
    line-height: 42px;
  }  
}

/* 971 Querformat----------------------------------------------------------- */
@media only screen and (orientation:landscape) and (min-width: 971px) {
  body {
	font-size: 1.1rem;
  }	
  body,p,div,adress {
	font-weight: 300;
  }
  #nav-open-btn {
  	display: none;
  }
  h1,h2 {
  	padding: 0 0 23px 0!important;
  }
  #top_link {
	display: none;
}
.angebot span.angebota {
	font-size: 35px;
	width: 25px;
  }  
  .header {
	background: #246826;
	line-height: 80px;
	color: white;
  }
  .header .inside {
	height: 80px;
  }
  #top-wrapper, #fix-wrapper{
    height: 80px!important;
  }
  #fullheight_forcefullwidth,
  .ce_revolutionslider .rs-container.fullscreen {
	height: calc(100vh - 75px)!important;
  }
  .ce_revolutionslider_text.teaser {
	letter-spacing: -0.02em;
	font-size: 67px!important;
	margin: 70px 110px!important;
  }
  .ce_revolutionslider_text.subtext {
	font-size: 22px!important;
	margin: 65px 90px!important;
  }
  .ce_revolutionslider_hyperlink.marker {
	margin: 50px 180px!important;
  }
  .ce_revolutionslider .sprung {
	border-width: 25px!important;
    width: 120px;
    margin: 90px 0!important;
  }
  .ce_revolutionslider .sprung i {
	font-size: 90px;
	line-height: 20px!important;
  }
  .ce_revolutionslider .sprung.ce_revolutionslider_hyperlink_St {
    width: 150px;
    height: 150px;
  }
  #header .mainmenu ul li a {
	font-size: 15px;
  }  
  figure.image_container .info {
	min-height: 160px;
  }
  figure.image_container .subline {
	font-size: 0.95em;
  }  
  body .header.original .inside .logo,
  body .header.cloned .inside .logo{
	margin-top: 15px;	
  }
  body .header.original .inside .logo .logo_bild,
  body .header.cloned .inside .logo .logo_bild{
	display: block;
	height: 25px;
	width: 214px;
  }
  body .header.original .inside .logo .logo_slogan,
  body .header.cloned .inside .logo .logo_slogan{
	display: block;
	font-size: 12px;
  }
  .fixed-header .header.cloned .inside .logo .logo_slogan {
	display: none;
  }  
  .header .mod_top_phone{
	display: block;
	margin-top: 15px;
  }
  .header.cloned .mod_top_phone {
	margin-top: 0px;
	font-size: 1.2rem;
  }  
  .header .mod_top_phone_mob,
  .header .mod_top_phone_mob .phone_round {
	display: none;
  }
  .ce_headerimage.height_large {
    background-position: center center;
    height: 280px;
  }
  .startblock p {
	min-height: 65px;
  }
  .bau-container {
	max-width: 800px;
	padding-left: 50px;
	padding-top: 50px;
  }
  .bau-sterne {
	position: absolute;
	display: inline;
  }
  .bau-sterne h3 {
	font-size: 24px!important;
  }
  .bau-sterne img {
	width: 92px;
	height: auto;
  }
  .bau-hand {
	display: inline;
	width: auto;
	position: relative;
  }
  .bau-hand img {
	width: 500px;
	height: auto;
  }  
  #footer .inside .startblock{
	padding-bottom: 50px;
  } 
  #map-1424 {
	height: 300px;
  }
  .ce_google_map .ce_google_map_inside {
	height: 300px!important;
  }
  .map_header .gm-style{
	height: 300px!important;
  }   
  .pano {
  	height: 245px; 
  }
  .immologo img{
	width: 180px;
  }
  .expose .tab {
	padding: 20px 24px 30px 30px;
	border-bottom: 1px solid #e3e9e9;
  }  
  .tab {
	padding: 10px 15px 20px 15px;
	border-bottom: 1px solid #e3e9e9;
  }
  .tab-top {
	padding: 5px 0 10px 0;
  }
  .tab-bottom {
	margin-top: 5px;
  }
  .expose .tab_links {
	width: 40%;
  }
  .tab_links {
	width: 30%;
  }
  .mod_portfoliolist.portfolio-v2 .item figure .info {
	min-height: 170px;
  }
  .blatterbox:before {
    font-size: 2.3rem!important;
    top: 20px;
    right: 20px;
  }
  .sternbox {
    top: 8px;
    font-size: .9rem;
  }  
  .sternbox:before {
    font-size: 1rem;
    top: 8px;
    left: -2px;
  }
  .grau-box {
	padding: 25px 100px 70px 100px;
  }
  .grau-box .column {
	padding: 30px 75px 20px 55px!important;
  }
  .smart {
	background-position: 90% 35px;
	background-size: 11%;
  }
  .ce_leaflet_map_inside {
    height: 270px!important;
  }
 .bottbox {
	padding: 0px 40px 0px 40px;
  }   
}

/* 1200 Querformat----------------------------------------------------------- */
@media only screen and (orientation:landscape) and (min-width: 1200px) {
  .header {
	background: #246826;
	line-height: 90px;
	color: white;
  }
  .header .inside {
	height: 80px;
  }
  #top-wrapper, #fix-wrapper{
    height: 90px;
  }
  
  #fullheight_forcefullwidth,
  .ce_revolutionslider .rs-container.fullscreen {
	height: calc(100vh - 85px)!important;
  }
  .ce_revolutionslider_text.teaser {
	font-size: 70px!important;
	margin: 110px 160px!important;
  }
  .ce_revolutionslider_text.subtext {
	font-size: 24px!important;
	margin: 100px 130px!important;
  }
  .ce_revolutionslider_hyperlink.marker {
	margin: 85px 200px!important;
  }
  .ce_revolutionslider .sprung {
	border-width: 26px!important;
    width: 120px;
    margin: 120px 0!important;
  }
  .ce_revolutionslider .sprung i {
	font-size: 103px;
	line-height: 35px!important;
  }
  .ce_revolutionslider .sprung.ce_revolutionslider_hyperlink_St {
    width: 170px;
    height: 170px;
  }
  #header .mainmenu ul li a {
	font-size: 16px;
  }
  .ce_headerimage.height_large {
    background-position: center center;
    height: 380px;
  }  
  body .header.original .inside .logo,
  body .header.cloned .inside .logo{
	margin-top: 17px;	
  }  
  body .header.original .inside .logo .logo_bild,
  body .header.cloned .inside .logo .logo_bild{
	display: block;
	height: 27px;
	width: 231px;
  }
  body .header.original .inside .logo .logo_slogan,
  body .header.cloned .inside .logo .logo_slogan{
	display: block;
	font-size: 14px;
	padding-top: 6px;
  }
  .fixed-header .header.cloned .inside .logo .logo_slogan {
	display: none;
  }  
  .header .mod_top_phone{
	display: block;
	padding-right: 60px;
	font-size: 1.3rem;
  }
  .header .mod_top_phone_mob,
  .header .mod_top_phone_mob .phone_round {
	display: none;
  }
  #kontakt-box .ce_text_imagebox_image {
	height: 210px!important;
  }
  #footer .inside .startblock{
	padding-bottom: 70px;
  }
  #map-1424 {
	height: 400px;
  }
  .ce_google_map .ce_google_map_inside {
	height: 400px!important;
  }
  .map_header .gm-style{
	height: 400px!important;
  }  
  .startblock p {
	min-height: 40px;
  }
  .pano {
  	height: 318px; 
  }
  .immologo img{
	width: 210px;
  }
  .mod_portfoliolist.portfolio-v2 .item figure .info {
	min-height: 150px;
  }
  .subbox .ce_headline h3 {
	font-size: 2.5rem;
  }
  .grau-box .column {
	padding: 30px 95px 20px 75px!important;
  } 
  .ce_leaflet_map_inside {
    height: 350px!important;
  }
  .header.cloned, 
  .header.cloned .inside, 
  .header.cloned .inside .mod_navigation, 
  .header.cloned .inside .mod_navigation ul, 
  .header.cloned .inside .mod_navigation li, 
  .header.cloned .inside .mod_navigation ol, 
  .header.cloned .inside .mod_navigation ul a {
    height: 50px;
    line-height: 51px;
  }
 .bottbox {
	padding: 0px 40px 0px 40px;
  }   
}


/*!
 * leaflet-extra-markers
 * Custom Markers for Leaflet JS based on Awesome Markers
 * Leaflet ExtraMarkers
 * https://github.com/coryasilva/Leaflet.ExtraMarkers/
 * @author coryasilva <https://github.com/coryasilva>
 * @version 1.2.1
 */.extra-marker{background:url("../../files/cto_layout/leaflet-extra-markers/img/markers_default.png") no-repeat 0 0;width:35px;height:46px;position:absolute;left:0;top:0;display:block;text-align:center}.extra-marker-shadow{background:url("../../files/cto_layout/leaflet-extra-markers/img/markers_shadow.png") no-repeat 0 0;width:36px;height:16px}@media (min--moz-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:1.5),(min-device-pixel-ratio:1.5),(min-resolution:1.5dppx){.extra-marker{background-image:url("../../files/cto_layout/leaflet-extra-markers/img/markers_default@2x.png");background-size:540px 184px}.extra-marker-shadow{background-image:url("../../files/cto_layout/leaflet-extra-markers/img/markers_shadow@2x.png");background-size:35px 16px}}.extra-marker.extra-marker-svg{background:none}.extra-marker.extra-marker-svg .svg-inline--fa,.extra-marker.extra-marker-svg i{position:absolute;left:0;width:35px}.extra-marker .svg-inline--fa,.extra-marker i{color:#fff;margin-top:7px;display:inline-block;font-size:14px}.extra-marker .svg-inline--fa{margin-top:10px;background:none}.extra-marker .svg-inline--fa,.extra-marker i.fa,.extra-marker i.fab,.extra-marker i.fas,.extra-marker i.far,.extra-marker i.fal{margin-top:10px}.extra-marker .svg-inline--fa.fa-2x,.extra-marker i.fa.fa-2x,.extra-marker i.fab.fa-2x,.extra-marker i.fas.fa-2x,.extra-marker i.far.fa-2x,.extra-marker i.fal.fa-2x{font-size:16px;margin-top:9px}.extra-marker .svg-inline--fa.fa-3x,.extra-marker i.fa.fa-3x,.extra-marker i.fab.fa-3x,.extra-marker i.fas.fa-3x,.extra-marker i.far.fa-3x,.extra-marker i.fal.fa-3x{font-size:18px;margin-top:9px}.extra-marker .svg-inline--fa.fa-4x,.extra-marker i.fa.fa-4x,.extra-marker i.fab.fa-4x,.extra-marker i.fas.fa-4x,.extra-marker i.far.fa-4x,.extra-marker i.fal.fa-4x{font-size:20px;margin-top:8px}.extra-marker .svg-inline--fa.fa-5x,.extra-marker i.fa.fa-5x,.extra-marker i.fab.fa-5x,.extra-marker i.fas.fa-5x,.extra-marker i.far.fa-5x,.extra-marker i.fal.fa-5x{font-size:24px;margin-top:6px}.extra-marker .fa-number:before{content:attr(number)}.extra-marker i.glyphicon{margin-top:10px}.extra-marker i.icon{margin-right:0;opacity:1}.extra-marker-circle-red{background-position:0 0}.extra-marker-circle-orange-dark{background-position:-36px 0}.extra-marker-circle-orange{background-position:-72px 0}.extra-marker-circle-yellow{background-position:-108px 0}.extra-marker-circle-blue-dark{background-position:-144px 0}.extra-marker-circle-blue{background-position:-180px 0}.extra-marker-circle-cyan{background-position:-216px 0}.extra-marker-circle-purple{background-position:-252px 0}.extra-marker-circle-violet{background-position:-288px 0}.extra-marker-circle-pink{background-position:-324px 0}.extra-marker-circle-green-dark{background-position:-360px 0}.extra-marker-circle-green{background-position:-396px 0}.extra-marker-circle-green-light{background-position:-432px 0}.extra-marker-circle-black{background-position:-468px 0}.extra-marker-circle-white{background-position:-504px 0}.extra-marker-square-red{background-position:0 -46px}.extra-marker-square-orange-dark{background-position:-36px -46px}.extra-marker-square-orange{background-position:-72px -46px}.extra-marker-square-yellow{background-position:-108px -46px}.extra-marker-square-blue-dark{background-position:-144px -46px}.extra-marker-square-blue{background-position:-180px -46px}.extra-marker-square-cyan{background-position:-216px -46px}.extra-marker-square-purple{background-position:-252px -46px}.extra-marker-square-violet{background-position:-288px -46px}.extra-marker-square-pink{background-position:-324px -46px}.extra-marker-square-green-dark{background-position:-360px -46px}.extra-marker-square-green{background-position:-396px -46px}.extra-marker-square-green-light{background-position:-432px -46px}.extra-marker-square-black{background-position:-468px -46px}.extra-marker-square-white{background-position:-504px -46px}.extra-marker-star-red{background-position:0 -92px}.extra-marker-star-orange-dark{background-position:-36px -92px}.extra-marker-star-orange{background-position:-72px -92px}.extra-marker-star-yellow{background-position:-108px -92px}.extra-marker-star-blue-dark{background-position:-144px -92px}.extra-marker-star-blue{background-position:-180px -92px}.extra-marker-star-cyan{background-position:-216px -92px}.extra-marker-star-purple{background-position:-252px -92px}.extra-marker-star-violet{background-position:-288px -92px}.extra-marker-star-pink{background-position:-324px -92px}.extra-marker-star-green-dark{background-position:-360px -92px}.extra-marker-star-green{background-position:-396px -92px}.extra-marker-star-green-light{background-position:-432px -92px}.extra-marker-star-black{background-position:-468px -92px}.extra-marker-star-white{background-position:-504px -92px}.extra-marker-penta-red{background-position:0 -138px}.extra-marker-penta-orange-dark{background-position:-36px -138px}.extra-marker-penta-orange{background-position:-72px -138px}.extra-marker-penta-yellow{background-position:-108px -138px}.extra-marker-penta-blue-dark{background-position:-144px -138px}.extra-marker-penta-blue{background-position:-180px -138px}.extra-marker-penta-cyan{background-position:-216px -138px}.extra-marker-penta-purple{background-position:-252px -138px}.extra-marker-penta-violet{background-position:-288px -138px}.extra-marker-penta-pink{background-position:-324px -138px}.extra-marker-penta-green-dark{background-position:-360px -138px}.extra-marker-penta-green{background-position:-396px -138px}.extra-marker-penta-green-light{background-position:-432px -138px}.extra-marker-penta-black{background-position:-468px -138px}.extra-marker-penta-white{background-position:-504px -138px}
