/* res_id: 9b1bf497e76bacd794981999fb6e65c3 */

/* lato-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v24-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v24-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v24-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v24-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
	--za-primary-500: #71bea9;
	--za-fb: url(/images/icons/1692689100/fb.png) no-repeat;
	--za-ig: url(/images/icons/1692689100/ig.png) no-repeat;
	--za-prev: url(/images/icons/1692689100/prev.png);
	--za-next: url(/images/icons/1692689100/next.png);
	font-size: 20px;
	color: #5a5a5a;
}


html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, tr, td, form, object, embed, article, aside, canvas, command, details, fieldset, figcaption, figure, footer, group, header, hgroup, legend, mark, menu, meter, nav, output, progress, section, summary, time, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Lato', sans-serif;
	color: #5a5a5a;
	letter-spacing: 1px;
}

body {
	font-size: 0.7rem;
	line-height: 1.1rem;
}

p {
	margin-bottom: 26px;
}

a {
	outline: 0;
	color: #5a5a5a;
	text-decoration: none
}

a:hover {
	color: var(--za-primary-500);
}

/* ----------------------------------- Buttons ------------------------------*/
.p-buttons {
	padding-top: 10px;
}
.p-buttons a+a {
	margin-left: 1rem;
}
.p-right {
	text-align: right;
}
.btn-primary, .btn-default, .btn-info {
	font-weight: bold;
	text-decoration: none;
	border-radius: 0;
	transition: all 0.3s;
	padding: .5rem 1rem;
}
.btn-default {
	font-size: 0.9rem;
	background-color: var(--za-primary-500);
	color: #fff;
}
.btn:hover {
	background-color: grey;
}
.page-navi a {
	display: inline-block;
	margin-right: 20px;
	color: var(--za-primary-500);
}
.page-navi a img {
	vertical-align: middle;
	margin-top: -2px;
}
.page-navi a:hover {
	filter: grayscale(100%);
}

/* ------------------ Abstände ------------------ */
.divide {
	display: block;
	clear: both;
	height: 2rem;
	margin-bottom: 0 !important;
}
.divide.divide-1 {
	height: 1.5rem;
}
.divide.divide-2 {
	height: 2.5rem;
}
.divide.divide-3 {
	height: 4rem;
}

h1 {
	font-size: 26px;
	font-weight: 300;
	margin: 12px 0 26px 0;
	line-height: 40px;
}

h2 {
	font-weight: 300;
	font-size: 21px;
}

h1:first-child {
	margin-bottom: 55px;
}

input, textarea, .marked {
	color: var(--za-primary-500);
}

input.red {
	color: red !important;
}

ul {
	list-style-position: outside;
	list-style-image: url(/img/arrowgreen.png);
	margin-left: 15px;
}

.text p:last-child {
	margin: 0
}

.text, .subhead {
	font-size: 14px;
	line-height: 22px;
}

.text img {
	margin-bottom: 8px;
}

hr {
	width: 100%;
	color: #5a5a5a;
	background-color: #5a5a5a;
	height: 1px;
	border: 0
}

.wrapper {
	margin: 0 auto;
	margin-top: 30px;
}
#wrapper {
	margin-top: 0;
}

header {
	width: 100%;
}

#headtopborder {
	height: 12px;
	width: 100%;
	border-top: 1px solid #5a5a5a
}

.bordertopleft {
	border-left: 1px solid #5a5a5a;
	height: 12px;
	float: left;
}

.bordertopright {
	border-left: 1px solid #5a5a5a;
	border-right: 1px solid #5a5a5a;
	height: 12px;
	float: right;
	width: 174px;
}

#headbottomborder {
	height: 12px;
	width: 100%;
	border-bottom: 1px solid #5a5a5a
}

.borderbottomleft {
	height: 12px;
	float: left;
	border-left: 1px solid #5a5a5a;
}

.borderbottomright {
	border-left: 1px solid #000;
	border-right: 1px solid #5a5a5a;
	height: 12px;
	float: right;
	width: 174px;
}

#headcenter {
	height: 150px;
}

#headcenter .left {
	float: left;
}

#headcenter .right {
	float: right;
	width: 174px;
	height: 150px
}

a#home_link, a#home_button {
	padding: 0px 15px;
	display: block;
	line-height: 0;
}
a#home_link img, a#home_button img {
	width: 100%;
}

.headline {
	font-size: 12px;
	line-height: 20px;
	margin-top: 97px;
	padding-left: 12px;
	color: var(--za-primary-500);
}

#breadcrumb {
	display: block;
	clear: both;
	position: relative;
	font-size: 12px;
	height: 12px;
	padding-left: 12px
}

.mobileMenu {
	display: block;
	width: calc(100% - 100px);
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 0px 1px #000;
	-moz-box-shadow: inset 0px 0px 0px 1px #000;
	box-shadow: inset 0px 0px 0px 1px #000;
	margin: 0 auto;
	margin-top: 30px;
}

.mobileMenuRow {
	width: 100%;
	border-bottom: 1px solid #000
}

.mobileMenuRow:last-child {
	border: 0
}

.mobileMenuRow a {
	padding: 10px 0;
	display: block
}

.mobileMenuLeft {
	float: left;
	width: 50%
}

.mobileMenuRight {
	float: left;
	width: 50%
}

.mobileMenuRight a {
	border-bottom: 1px solid #000;
}

.mobileMenuRight a:last-child {
	border-bottom: 0 !important
}

a#mobileMenuLink {
	display: none;
	position: relative;
	padding: 0 12px;
	top: -5px
}

#menu {
	padding: 0 12px;
	position: relative;
	z-index: 2;
	top: -5px;
	height: 19px
}

#menu a {
	margin-right: 55px;
	font-size: 16px;
	display: block;
	line-height: 24px;
}

.column {
	float: left;
	overflow: hidden
}

a#closecal {
	display: block;
	float: right;
	height: 29px;
	width: 29px;
	background: url(/img/fl_calclose.png) no-repeat;
	margin-right: 9px;
	cursor: pointer
}

a#closecal:hover {
	background: url(/img/fl_calclose_hover.png) no-repeat;
}

main {
	margin: 24px auto 0 auto;
	position: relative
}

main .pagesingle {
	position: relative;
	padding-bottom: 26px;
}

main .left {
	width: 45%;
	float: left;
	padding-right: 5%
}

main .right {
	width: 45%;
	float: left;
	padding-left: 5%
}

main .pagefull {
	padding-top: 30px;
	width: 100%;
}

.bild.bild-full img {
	width: 100%;
}

#sidebar {
	margin-top: 15px;
	line-height: 25px;
	font-size: 14px;
	text-align: right
}

#sidebar #sideMenu {
	float: right;
	white-space: nowrap
}

#sidebar ul li a.active {
	color: #5a5a5a
}

#sidebar ul a {
	line-height: 22px;
	font-size: 14px;
	color: var(--za-primary-500);
}

#sidebar ul a:hover {
	color: #5a5a5a
}

#sidebar ul {
	padding-left: 0;
	list-style: none;
}

.sub {
	line-height: 22px;
	margin: 30px 0 0 0px;
}

.sub ul {
	list-style-position: outside;
	font-size: 14px;
}

.footer {
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	line-height: 12px;
}

.footer a {
	margin: 10px 0 9px 0;
	display: inline-block
}

.smlinks {
	margin-bottom: 10px;
}

.smlinks a {
	width: 25px;
	height: 25px;
	margin: 0
}

a#fb {
	background: var(--za-fb);
}

a#fb:hover {
	background: url(/images/icons/1692689100/fb_hover.png) no-repeat;
}

a#ig {
	background: var(--za-ig);
}

a#ig:hover {
	background: url(/images/icons/1692689100/ig_hover.png) no-repeat;
}

#footerborder {
	height: 12px;
	width: 100%;
	border: 1px solid #5a5a5a;
	border-top: 0 !important
}

#termindiv {
	width: 230px;
	position: absolute;
	top: 228px;
	right: 215px;
	z-index: 100000;
}

span.headline {
	display: block;
	padding: 15px 0 5px 0;
	margin-top: 0
}

#termincontent {
	background: url(/img/terminpattern.png);
	float: left;
	width: 200px;
	padding: 15px;
	display: block;
	clear: both;
	font-size: 11px;
	overflow: hidden;
}

#caltop {
	height: 10px;
	width: 230px;
	background: url(/img/termin_top.png);
}

#calbottom {
	height: 13px;
	width: 230px;
	background: url(/img/termin_bottom.png);
	clear: both;
}

#calbottomborder {
	background: url(/img/input_bottom.png) no-repeat bottom left;
}

#cal {
	background: url(/img/input_top.png) no-repeat;
	padding-bottom: 10px;
	width: 191px;
}

#cal a {
	cursor: pointer
}

span.ui-icon-circle-triangle-e, span.ui-icon-circle-triangle-w {
	display: none;
}

a.ui-datepicker-prev {
	background: url(/img/terminleft.png);
	display: block;
	width: 30px;
	height: 30px;
	float: left;
	margin: 1px;
}

a.ui-datepicker-next {
	background: url(/img/terminright.png);
	display: block;
	width: 30px;
	height: 30px;
	float: right;
	margin: 1px
}

a.ui-datepicker-prev:hover {
	background: url(/img/terminleft_hover.png);
}

a.ui-datepicker-next:hover {
	background: url(/img/terminright_hover.png);
}

.ui-datepicker-month, .ui-datepicker-year {
	color: #10e7bc;
	line-height: 27px;
}

.ui-datepicker-year {
}

.ui-datepicker-header {
	margin-top: 2px;
}

.ui-datepicker-title {
	width: 125px;
	text-align: center;
	height: 30px;
	float: left;
}

.ui-state-active {
	color: #10e7bc;
	font-weight: bold;
}

table.ui-datepicker-calendar {
	padding: 0 10px;
	clear: both;
}

table.ui-datepicker-calendar td {
	width: 25px;
	height: 20px;
	text-align: center
}

table.ui-datepicker-calendar thead {
	display: none;
}

table a.ui-priority-secondary {
	color: #bbbdbe
}

#termincontent label.calllabel {
	display: block;
	background: url(/img/arrow.png) no-repeat 0 3px;
	padding-left: 7px;
	margin: 20px 0 5px 0
}

#termincontent input.calinput {
	border: 0;
	width: 141px;
	height: 27px;
	color: #10e7bc
}

#termincontent input#nameinput {
	background: url(/img/nameinputbg.png) no-repeat;
	padding-left: 50px;
	margin-bottom: 10px
}

#termincontent input#emailinput {
	background: url(/img/emailinputbg.png) no-repeat;
	padding-left: 50px;
	margin-bottom: 10px;
}

#termincontent input#telefoninput {
	background: url(/img/telefoninputbg.png) no-repeat;
	padding-left: 60px;
	margin-bottom: 5px;
	width: 131px;
	clear: both;
}

input#submitbutton, input#submitbuttoncontact, #closebutton {
	width: 191px;
	height: 30px;
	border: 0;
	background: #5a5a5a;
	color: #fff;
	margin-top: 10px;
}

input#submitbutton:hover, input#submitbuttoncontact:hover, #closebutton:hover {
	background: var(--za-primary-500);
}

textarea.caltext {
	background: url(/img/cal_text.png) no-repeat;
	width: 171px;
	height: 46px;
	border: 0;
	resize: none;
	padding: 10px;
	color: #10e7bc;
}

#sendsuccess {
	color: #10e7bc;
	padding: 5px 8px;
}

.label_check {
	float: left;
	height: 11px;
	width: 11px;
	display: block;
	margin: 14px 0;
	padding-left: 15px;
	width: 80px;
	line-height: 11px;
}

.label_check {
	background: url(/img/unchecked.png) no-repeat;
}

label.c_on {
	background: url(/img/checked.png) no-repeat;
}

.label_check input {
	position: absolute;
	left: -9999px;
}

.picdesc {
	width: 100%;
	color: var(--za-primary-500);
	font-size: 12px;
	margin: 12px 0 0 0;
	text-align: center
}

.picnumber {
	width: 100%;
	text-align: center;
	font-size: 12px;
	background: #fff;
}

#contactform {
	font-size: 12px;
	max-width: 540px
}

#contactform input, #contactform textarea {
	margin: 1px;
	background: rgba(0, 0, 0, 0);
	border: 0
}

.bordertop {
	height: 12px;
	width: 100%;
	border: 1px solid #5a5a5a;
	border-bottom: 0;
	margin-bottom: -12px
}

.borderbottom {
	height: 12px;
	width: 100%;
	border: 1px solid #5a5a5a;
	border-top: 0;
	margin-top: -12px
}

#contactform input {
	padding: 0 10px;
	width: calc(100% - 20px);
	height: 36px
}

#contactform label {
	display: block;
	margin: 13px 0 8px 0;
}

.contactSmall {
	width: 50%;
	float: left;
}

#contactEmailDiv .bordertop, #captcha_img .bordertop {
	border-left: 0
}

#contactEmailDiv .borderbottom, #captcha_img .borderbottom {
	border-left: 0
}

textarea#contact_text {
	resize: none;
	padding: 10px;
	width: calc(100% - 20px);
	height: 130px;
}

.contactCaptchaInput {
	width: calc(100% - 110px);
	float: left;
}

#captcha_img {
	float: right;
	height: 40px;
}

#captcha_img img {
	margin: 1px;
	width: calc(100% - 2px);
	height: 33px
}

#contactform #submitbuttoncontact {
	height: 40px;
	margin-top: 20px;
	width: 100%;
	cursor: pointer;
	background: #5a5a5a;
	border: 0;
	color: #fff
}

#contactform #submitbuttoncontact:hover {
	background: var(--za-primary-500);
}

.label_check_contact {
	float: left;
	height: 11px;
	width: 11px;
	display: block;
	margin: 14px 0;
	padding-left: 15px;
	width: 80px;
	line-height: 11px;
}

.label_check_contact {
	background: url(/img/contact_unchecked.png) no-repeat;
	line-height: 40px;
	padding-left: 50px;
}

#contactform label.c_on {
	background: url(/img/contact_checked.png) no-repeat;
}

.label_check_contact input {
	position: absolute;
	left: -9999px;
	padding: 0;
	height: 40px;
	width: 40px;
}

label.label_check_contact {
	margin: 0 !important;
	height: 40px;
	margin-left: 6px !important;
}

.contactright {
	line-height: 22px;
	font-size: 14px;
	text-align: right;
	margin: 30px 0
}

.teamdiv {
	width: 32%;
	float: left;
	text-align: center;
	font-size: 14px;
	margin: 20px 2% 0 0
}

.teampic {
	width: 100%;
	overflow: hidden
}

.teampic img {
	width: 100%
}

span.name {
	margin: 12px 0 5px 0;
	color: var(--za-primary-500);
	display: block;
}

span.pos {
	color: #5a5a5a
}

a:hover span.name {
	color: #5a5a5a
}

a:hover span.pos {
	color: var(--za-primary-500);
}

.headlineHandy {
	font-size: 12px;
	line-height: 20px;
	color: var(--za-primary-500);
	display: none;
	margin-top: 5px;
}

#breadcrumbHandy {
	display: block;
	clear: both;
	position: relative;
	font-size: 12px;
	height: 15px;
	display: none
}

/* Instagram */
.instagram_feed {
	display: -ms-grid;
	display: grid;
	gap: 20px;
	justify-items: stretch;
	align-items: stretch;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
}
.instagram_item {
	padding: 1rem;
	background-color: var(--za-primary-500);
}
.instagram_image {
	margin-bottom: 1rem;
}
.instagram_image img, .instagram_image video {
	background-color: black;
	width: 100%;
}
.instagram_caption, .instagram_date {
	color: white;
}
.instagram_date {
	font-weight: bold;
	margin-bottom: 1rem;
}
.instagram_link {
	margin-top: 1rem;
}
.instagram_link a {
	color: white;
}
.instagram_link a:hover {
	opacity: 0.7;
}
.instagram_link img {
	width: 29px;
	vertical-align: middle;
	margin-right: 10px;
}

@media only screen and (max-width:940px) {
	#menu {
		display: none
	}

	a#mobileMenuLink {
		display: block;
	}

	main .left {
		width: 60%;
		float: left;
		padding-right: 5%
	}

	main .right {
		width: 35%;
		float: left;
		padding-left: 0
	}
	.instagram_feed {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

}

@media only screen and (min-width:769px) {
	.teamdiv:nth-child(3n) {
		margin: 20px 0;
	}

}

@media only screen and (max-width:768px) {
	.teamdiv {
		width: 49%;
		margin-right: 2%
	}

	.teamdiv:nth-child(2n) {
		margin-right: 0
	}

	main .left, main .right {
		width: 100%;
		padding: 0
	}

	main .right {
		text-align: left
	}

	main #sidebar {
		text-align: left
	}

}

@media only screen and (max-width:635px) {
	.headline {
		display: none;
	}

	#breadcrumb {
		display: none
	}

	.headlineHandy {
		display: block
	}

	#breadcrumbHandy {
		display: block;
		margin-bottom: 5px
	}

	main {
		width: 100%;
		margin: 0 auto
	}

	.swiper-button-prev {
		left: 0 !important
	}

	.swiper-button-next {
		right: 0 !important
	}

	#termindiv {
		width: 230px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -115px;
		z-index: 100000;
	}
	.instagram_feed {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

}

@media only screen and (max-width:500px) {
	.teamdiv {
		width: 100%;
		margin: 20px 0
	}

}

@media only screen and (max-width:481px) {
	.wrapper, .footer {
		width: calc(100% - 20px);
		margin-top: 10px;
	}
	#wrapper {
		margin-top: 0;
	}

	.mobileMenu {
		width: calc(100% - 60px);
		margin-top: 10px;
	}

	.contactSmall {
		width: 100%
	}

	label.label_check_contact {
		margin-left: 0 !important
	}

	#contactEmailDiv .bordertop {
		border-left: 1px solid #5a5a5a
	}

	#contactEmailDiv .borderbottom {
		border-left: 1px solid #5a5a5a
	}

}

body {
	display: flex;
	min-height: 100vh;
	flex-direction: column
}

#wrapper {
	flex: 1
}

#cookieConsent {
	background-color: rgba(20, 20, 20, 0.8);
	min-height: 26px;
	font-size: 14px;
	color: #ccc;
	line-height: 26px;
	padding: 8px 0 8px 30px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

#cookieConsent a {
	color: var(--za-primary-500);
	text-decoration: none;
}

#closeCookieConsent {
	float: right;
	display: inline-block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: -15px 0 0 0;
	font-weight: bold;
}

#closeCookieConsent:hover {
	color: #FFF;
}

#cookieConsent a.cookieConsentOK {
	background-color: var(--za-primary-500);
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
	background-color: var(--za-primary-500);
}


/*
 * Swiper - Mobile Touch Slider CSS
 * http://www.idangero.us/sliders/swiper
 *
 * Vladimir Kharlampidi, The iDangero.us
 * http://www.idangero.us/
 * 
 * Copyright 2012-2013, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us
 *
 * Licensed under GPL & MIT
 *
*/

/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;	/* Fix of Webkit flickering */
	z-index: 1;
	width: 100%;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: relative;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	width: 100%;
	padding: 0;
}

.swiper-slide {
	position: relative;
	width: 100%;
}

.swiper-slide-active {

	/* Specific active slide styling: */
}

.swiper-slide-visible {

	/* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {

	/* Stylize pagination button: */
}

.swiper-active-switch {

	/* Specific active button style: */
}

.swiper-visible-switch {

	/* Specific visible button style: */
}

.swiper-slide div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.swiperOuter {
	position: relative;
}

/* Arrows */
.swiper-button-prev, .swiper-button-next {
	position: absolute;
	top: calc(50% - 14px);
	width: 28px;
	height: 28px;
	margin-top: -14px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: var(--za-prev);
	left: -12px;
	right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: var(--za-next);
	right: -12px;
	left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev:hover {
	background: url(/images/icons/1692689100/prev_hover.png);
}

.swiper-button-next:hover {
	background: url(/images/icons/1692689100/next_hover.png);
}


