/* =============ABSTRACTS==================== */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
/* =============BASE==================== */
.text-sm {
				font-size: clamp(0.63rem, 0.06vw + 0.61rem, 0.69rem);
}

.text-base {
				font-size: clamp(0.69rem, 0.06vw + 0.68rem, 0.75rem);
}

.text-lg {
				font-size: clamp(0.75rem, 0.13vw + 0.73rem, 0.88rem);
}

.text-xl {
				font-size: clamp(1.25rem, -0.25vw + 1.3rem, 1rem);
}

.text-2xl {
				font-size: clamp(1.88rem, 1.25vw + 1.63rem, 3.13rem);
}

.font-regular {
				font-weight: 200;
}

.font-bold {
				font-weight: 800;
}

.text-white {
				color: #FAFAFA;
}

.text-black {
				color: #3B3B3B;
}

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

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

.text-right {
				text-align: right;
}

.uppercase {
				text-transform: uppercase;
}

.bg-white {
				background-color: #FAFAFA;
}

.bg-black {
				background-color: #3B3B3B;
}

.border-white {
				border: 2px solid #FAFAFA;
}

.shadow {
				-webkit-box-shadow: 0 0 10px rgba(0, 3, 6, 0.2);
				        box-shadow: 0 0 10px rgba(0, 3, 6, 0.2);
}

html {
				font-family: sans-serif;
				-ms-text-size-adjust: 100%;
				-webkit-text-size-adjust: 100%;
}

body {
				line-height: 20px;
				font-size: 12px;
				font-family: "Raleway", sans-serif;
				font-weight: 400;
}

h1 {
				font-weight: 200;
				font-size: 18px;
				line-height: 24px;
				margin-bottom: 5px;
				text-transform: uppercase;
				color: #454545;
}

h2 {
				margin-top: 40px;
}

h2.first {
				margin-top: 0;
}

h3 {
				font-size: 14px;
				line-height: 16px;
				margin-top: 20px;
				margin-bottom: 10px;
				text-transform: uppercase;
}

h1 a,
h2 a,
h3 a {
				text-decoration: none;
}

p {
				margin: 0;
}
p strong,
p b {
				font-weight: 800;
}
p:not(p:last-of-type) {
				padding-bottom: 20px;
}

a {
				color: #000;
				text-decoration: none;
				-webkit-transition: color 0.15s ease-out;
				/* global color fade */
				transition: color 0.15s ease-out;
}

#content a {
				color: #454545;
}
#content a:hover {
				color: #999;
}

a:hover {
				color: #999;
				cursor: pointer;
}

a.active {
				color: #999;
}

* {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				outline: none;
}

html {
				height: 100%;
				margin: 0;
				padding: 0;
}

body {
				max-width: 100%;
				margin: 0 auto;
				padding: 0;
}

.error__container a {
				color: unset;
				text-decoration: underline;
}

.swiper {
				height: 100%;
				width: 100%;
}

.columns {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				    flex-wrap: wrap;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				margin-left: -0.625rem;
				margin-right: -0.625rem;
}

.column {
				-webkit-box-flex: 0;
				    -ms-flex: 0 1 100%;
				        flex: 0 1 100%;
				margin-left: 0.625rem;
				margin-right: 0.625rem;
				max-width: 100%;
}

@media (max-width: 1000px) {
				.column {
								-webkit-box-flex: 1;
								    -ms-flex: 1;
								        flex: 1;
				}
}
.logotitle {
				/*color:#454545; */
				display: block;
				/*font-size:24px;
				line-height:24px;*/
				margin: 0 auto;
				text-align: center;
				/*margin:15px 0px 0px 0px;   */
				margin-top: 15px;
				background: url("../images/logo.png") no-repeat;
				width: 400px;
				height: 30px;
}

.openingsuren {
				text-align: center;
				color: #aaa;
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
				.svg .logotitle {
								background: url("../images/logo.svg") no-repeat;
				}
}
html.black .logotitle {
				color: #FFF;
}

.vet {
				font-weight: 800;
}

.light {
				font-weight: 200;
}

@media only screen and (min-width: 768px) and (min-height: 750px) {
				header > nav {
								margin-top: 20px;
				}
				header > nav > ul {
								padding: 20px 0px;
				}
				.logotitle {
								margin-top: 40px;
				}
}
@media only screen and (max-width: 450px) {
				.logotitle {
								/* font-size:16px;	*/
								width: 287px;
								background: url("../img/logo_small.png") no-repeat;
				}
}
@media only screen and (max-width: 450px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 450px) and (min-resolution: 120dpi) {
				.svg .logotitle {
								background: url("../img/logo_small.svg") no-repeat;
				}
}
@media only screen and (max-width: 450px) {
				header .subnav > li,
				header > nav > ul > li {
								float: left;
								margin-right: 0px;
								width: 100%;
								text-align: center;
								left: 0px;
				}
				header > nav > ul {
								float: left;
								position: static;
								width: 100%;
								left: 0px;
								right: 0px;
				}
				header > nav > ul > li > a {
								width: 100%;
								margin-right: 0px;
								padding: 2px 0px;
				}
}
#content {
				margin: 15px auto;
				height: 480px;
				max-width: 1450px;
}

.contactlogo {
				display: block;
				margin: 15px 0px;
				width: 125px;
				height: 68px;
				background: url("../images/contactlogo.png") no-repeat;
}

/* /////////////////////////////////////////////////////////////////////// FOOTER */
footer {
				clear: both;
				padding-block: 20px;
				/*position:fixed;*/
				width: 100%;
				text-align: center;
				font-size: 12px;
				max-width: 1450px;
}

footer a {
				color: #000;
				text-decoration: none;
}

footer a:hover {
				color: #aaa;
}

@media only screen and (max-width: 768px) {
				footer {
								position: static;
								padding-block: 20px;
				}
				#content {
								padding-left: 4%;
								padding-right: 4%;
								width: 100%;
								height: auto;
				}
				.t3 {
								display: none;
				}
}
@media only screen and (min-width: 768px) and (min-height: 750px) {
				header > nav {
								margin-top: 20px;
				}
				header > nav > ul {
								padding: 20px 0px;
				}
				.logotitle {
								margin-top: 40px;
				}
				.content {
								margin-bottom: 30px;
				}
}
@media only screen and (max-width: 450px) {
				.logotitle {
								/* font-size:16px;	*/
								width: 287px;
								background: url("../images/logo_small.png") no-repeat;
				}
}
@media only screen and (max-width: 450px) and (-webkit-min-device-pixel-ratio: 1.25), only screen and (max-width: 450px) and (min-resolution: 120dpi) {
				.svg .logotitle {
								background: url("../images/logo_small.svg") no-repeat;
				}
}
@media only screen and (max-width: 450px) {
				header .subnav > li,
				header > nav > ul > li {
								float: left;
								margin-right: 0px;
								width: 100%;
								text-align: center;
								left: 0px;
				}
				header > nav > ul {
								float: left;
								position: static !important;
								width: 100%;
								left: 0px;
								right: 0px;
				}
				header > nav > ul > li > a {
								width: 100%;
								margin-right: 0px;
								padding: 2px 0px;
				}
}
.ratio__portrait {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 150%;
				overflow: hidden;
}
.ratio__landscape {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 70%;
				overflow: hidden;
}
.ratio__landscape.square {
				padding-bottom: 90%;
}
.ratio__square {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: 100%;
				overflow: hidden;
}
.ratio__fullscreen {
				position: relative;
				height: 100%;
				width: 100%;
				overflow: hidden;
}
.ratio__banner {
				position: relative;
				height: 0;
				width: 100%;
				padding-bottom: calc(100svh - 228px);
				overflow: hidden;
}
.ratio__thumbnail {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				-o-object-fit: cover;
				   object-fit: cover;
				-webkit-transition: all 0.4s ease;
				transition: all 0.4s ease;
}
.ratio__logo {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 100%;
				-o-object-fit: contain;
				   object-fit: contain;
				-webkit-transition: all 0.4s ease;
				transition: all 0.4s ease;
}
.ratio__video {
				position: absolute;
				top: 0;
				left: 0;
				height: 100%;
				width: 124%;
}

/* =============COMPONENTS==================== */
header {
				padding-left: 4%;
				padding-right: 4%;
				width: 100%;
				text-transform: uppercase;
}

header > nav {
				margin-top: 20px;
				text-align: center;
				overflow: hidden;
}

header > nav > ul {
				float: left;
				position: relative;
				left: 50%;
				padding: 11px 0px;
				-webkit-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				-o-user-select: none;
				user-select: none;
}

header > nav > ul > li {
				float: left;
				position: relative;
				right: 50%;
}

header > nav > ul > li > a {
				float: left;
				font-size: 12px;
				line-height: 16px;
				margin-right: 15px;
				color: #aaa;
}

html.black header > nav > ul > li > a {
				color: #888;
}

header .subnav > li > a.active,
header .subnav > li > a:hover,
header > nav > ul > li > a.active,
header > nav > ul > li > a:hover {
				color: #454545;
}

html.black header .subnav > li > a.active,
html.black header .subnav > li > a:hover,
html.black header > nav > ul > li > a.active,
html.black header > nav > ul > li > a:hover {
				color: #fff;
}

header > nav > ul > li:last-child > a {
				margin-right: 0px;
}

/* subnav */
header .subnav {
				min-height: 18px;
				height: auto !important;
				height: 18px;
				clear: both;
}

header .subnav > li > a {
				float: left;
				font-size: 12px;
				line-height: 16px;
				margin-right: 15px;
}

header .logo {
				/*width:320px;
				margin-top:50px;
				height:135px;
					background:url("../img/logo.png") 0px 0px no-repeat;
					*/
}

html.svg header.logo {
				/*background:url('../img/logo.svg') 0px 0px no-repeat;*/
}

header .small_line {
				clear: both;
				height: 1px;
				width: 40px;
				border-top: 1px solid #d1d1d1;
				margin: 0 auto;
}

html.black .small_line {
				border-top: 1px solid #fff;
}

.languages {
				margin-bottom: 10px;
}
.languages ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				gap: 15px;
}
.languages ul li a {
				color: #aaa;
}
.languages ul li a.active, .languages ul li a:hover {
				color: #454545;
}

nav ul {
				list-style: none;
}
nav ul li a {
				text-decoration: none;
}

.privacy__container {
				padding: 10px var(--cel);
}

#privacypolicy {
				background: #FAFAFA;
				color: #3B3B3B;
}
#privacypolicy a {
				color: #3B3B3B;
}

.termsfeed-com---nb-simple {
				max-width: unset !important;
				bottom: 25px !important;
				left: 25px !important;
				right: 25px !important;
}

.cc-nb-main-container {
				font-size: 13px !important;
				background: #3B3B3B !important;
				display: -ms-grid !important;
				display: grid !important;
				-ms-grid-columns: 1fr 1fr !important;
				grid-template-columns: 1fr 1fr !important;
				padding: 20px 50px !important;
}
@media (max-width: 1000px) {
				.cc-nb-main-container {
								padding: 20px 50px !important;
								-ms-grid-columns: 1fr !important;
								grid-template-columns: 1fr !important;
				}
}
.cc-nb-title {
				display: none;
}
.cc-nb-text {
				color: #FAFAFA !important;
				line-height: 1.5 !important;
				font-size: 12px !important;
				margin: 0 !important;
}
.cc-nb-text-container {
				-ms-grid-column: 1;
				-ms-grid-column-span: 1;
				grid-column: 1/2;
				-ms-grid-row: 2;
				-ms-grid-row-span: 1;
				grid-row: 2/3;
}
@media (max-width: 1000px) {
				.cc-nb-text-container {
								grid-column: unset !important;
								grid-row: unset !important;
				}
}
.cc-nb-okagree {
				background: #fafafa !important;
				border: none !important;
				color: #3B3B3B !important;
				display: block;
				border: 1px solid #FAFAFA !important;
}
.cc-nb-okagree:hover {
				background: none !important;
				color: #FAFAFA !important;
}
.cc-nb-reject {
				background: none !important;
				border: none !important;
				color: #FAFAFA !important;
				opacity: 40% !important;
				display: none;
				visibility: hidden;
}
.cc-nb-changep {
				color: #FAFAFA !important;
				background: none !important;
				display: block;
				margin-bottom: 0 !important;
				margin-right: 0 !important;
}
.cc-nb-buttons-container {
				-ms-grid-column: 2;
				-ms-grid-column-span: 1;
				grid-column: 2/3;
				-ms-grid-row: 1;
				-ms-grid-row-span: 2;
				grid-row: 1/3;
				display: -webkit-box !important;
				display: -ms-flexbox !important;
				display: flex !important;
				-webkit-box-orient: horizontal !important;
				-webkit-box-direction: reverse !important;
				    -ms-flex-direction: row-reverse !important;
				        flex-direction: row-reverse !important;
				-webkit-box-pack: start !important;
				    -ms-flex-pack: start !important;
				        justify-content: flex-start !important;
				-webkit-box-align: center !important;
				    -ms-flex-align: center !important;
				        align-items: center !important;
				height: 100% !important;
}
@media (max-width: 1000px) {
				.cc-nb-buttons-container {
								grid-column: unset !important;
								grid-row: unset !important;
								-webkit-box-orient: vertical !important;
								-webkit-box-direction: reverse !important;
								    -ms-flex-direction: column-reverse !important;
								        flex-direction: column-reverse !important;
				}
}
.cc-nb-buttons-container button {
				text-transform: uppercase !important;
				letter-spacing: 0.075em !important;
				font-size: 10px !important;
				outline: none !important;
				-ms-flex-item-align: end !important;
				    align-self: flex-end !important;
				padding: 10px 20px !important;
				margin: 0 !important;
				margin-bottom: 0 !important;
				margin-right: 0 !important;
}
@media (max-width: 1000px) {
				.cc-nb-buttons-container button {
								width: 100% !important;
				}
}

.cc-cp-foot-save {
				background: #3B3B3B !important;
}
.cc-cp-foot-save:focus {
				outline: none !important;
				border: none !important;
}

.termsfeed-com---nb .cc-nb-okagree,
.termsfeed-com---nb .cc-nb-reject,
.termsfeed-com---nb .cc-nb-changep {
				margin-bottom: 0 !important;
				margin-right: 0 !important;
}

form, input, label, textarea {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
}

form {
				list-style-type: none;
				margin: 0;
				padding: 0;
				width: 100%;
}
form .error {
				color: crimson;
}
form .error::-webkit-input-placeholder {
				color: crimson;
}
form .error::-moz-placeholder {
				color: crimson;
}
form .error:-ms-input-placeholder {
				color: crimson;
}
form .error::-ms-input-placeholder {
				color: crimson;
}
form .error::placeholder {
				color: crimson;
}
form .error + label {
				color: crimson;
				font-weight: bold;
}
form .error + label a {
				color: crimson !important;
}
form .error a {
				color: crimson;
}
form .error .checkbox:before {
				border: 0.5px solid crimson;
}
form .form-grid {
				display: -ms-grid;
				display: grid;
				-ms-grid-columns: 1fr 30px 1fr;
				grid-template-columns: repeat(2, 1fr);
				gap: 30px;
}
form .form-grid .form-group {
				-ms-grid-column-span: 1;
				grid-column: span 1;
}
form .form-grid .form-group.w-full {
				-ms-grid-column-span: 2;
				grid-column: span 2;
}

.form-group {
				border-bottom: 1px solid rgb(199.75, 199.75, 199.75);
				margin-top: -1px;
				position: relative;
}
.form-group.policy {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-direction: column;
				        flex-direction: column;
				gap: 10px;
				margin: 0;
				line-height: 2;
				padding-block: 20px;
}
.form-group.policy a {
				color: #3B3B3B;
				text-decoration: underline;
}

.noline {
				border-bottom: none;
				margin-top: 0;
}

label, input {
				-webkit-transition: color 0.4s ease, background-color 0.1s ease-in-out;
				transition: color 0.4s ease, background-color 0.1s ease-in-out;
}

label {
				color: #3B3B3B;
				position: absolute;
				top: 10px;
				left: 10px;
}

input, textarea {
				background-color: transparent;
				border: none;
				color: #888888;
				font-size: clamp(0.69rem, 0.06vw + 0.68rem, 0.75rem);
				margin: 9px 0 7px 0;
				margin: 0;
				padding: 10px 0 10px 0;
				outline: none;
				width: 100%;
}
input:focus, textarea:focus {
				color: #000;
				background-color: #888888, 40;
				-webkit-box-shadow: 0px 3px 4px -2px rgba(59, 59, 59, 0.25) inset;
				        box-shadow: 0px 3px 4px -2px rgba(59, 59, 59, 0.25) inset;
}
input.error, textarea.error {
				padding: 10px 0 2em 0;
}

.error-text {
				position: absolute;
				bottom: 10px;
				left: 10px;
				margin: 0;
				font-size: 70%;
				letter-spacing: 0.03em;
				text-transform: uppercase;
				color: crimson;
}
.error-text.error-policy {
				position: relative;
				bottom: 0;
				left: 0;
}

#policy {
				-webkit-appearance: none;
				-moz-appearance: none;
				appearance: none;
				border: none;
				display: inline-block;
				width: 0;
				height: 0;
				position: absolute;
				left: -99999999px;
}
#policy:checked + label:after {
				content: "";
				background: #3B3B3B;
				border: 0.5px solid #3B3B3B;
				position: absolute;
				top: 10px;
				left: -25px;
				width: 15px;
				height: 15px;
}

.checkbox {
				position: relative;
				margin-left: 20px;
}
.checkbox:before {
				content: "";
				position: absolute;
				width: 15px;
				height: 15px;
				border: 0.5px solid #3B3B3B;
				left: -25px;
				top: 10px;
}
.checkbox a {
				text-decoration: underline;
}

.label--required:after {
				content: "*";
				color: crimson;
				margin-left: 5px;
}

.fancybox__backdrop {
				background: rgba(59, 59, 59, 0.5);
}
.fancybox__content {
				padding: 0 !important;
}
.fancybox__content .carousel__button.is-close {
				top: 0 !important;
				right: 0;
}
.fancybox__content .carousel__button.is-close svg {
				color: #3B3B3B;
				-webkit-filter: none;
				        filter: none;
				width: 1.25rem;
				height: 1.25rem;
}

.btnwrap {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				gap: 10px;
}

.btn {
				text-decoration: none;
				border-radius: 5px;
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				padding-inline: 1.5625rem;
				padding-block: 0.625rem;
				-ms-flex-item-align: start;
				    align-self: flex-start;
				background-color: none;
				background: none;
				font-family: "Raleway", sans-serif;
}

.swiper-buttons-wrapper {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-direction: row;
				        flex-direction: row;
}

.page-doubleimage {
				/*height:100%;*/
				width: 100%;
				overflow: hidden;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
.page-doubleimage .image {
				width: 49.5%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
}
.page-doubleimage .image:first-of-type {
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.page-doubleimage .image:last-of-type {
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
}
.page-doubleimage .image img {
				max-width: 100%;
}

.openingsuren {
				width: 100%;
				text-align: center;
				color: #aaa;
				float: left;
				margin-top: 40px;
				margin-bottom: 20px;
}

img {
				opacity: 0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
				filter: alpha(opacity=0);
				-moz-opacity: 0;
				-khtml-opacity: 0;
				-webkit-transition: opacity 0.4s ease-out;
				transition: opacity 0.4s ease-out;
				-webkit-box-shadow: #000 0em 0em 0em;
				        box-shadow: #000 0em 0em 0em;
}

img.loaded {
				opacity: 1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha(opacity=100);
				-moz-opacity: 1;
				-khtml-opacity: 1;
}

/* ////////////////////////////////////////////////////// MEDIAQUERIES */
@media only screen and (max-width: 768px) {
				.openingsuren {
								margin-top: 20px;
								margin-bottom: 40px;
				}
				.page-doubleimage {
								height: auto;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
				.page-doubleimage .image {
								width: 100%;
				}
				.page-doubleimage .image {
								width: 100%;
				}
				.page-doubleimage .image img,
				.page-doubleimage .image img {
								max-width: 100%;
								text-align: center;
								margin: auto;
								position: static;
								display: block;
								margin-bottom: 20px;
				}
				.page-doubleimage .col_right {
								/*background-color:transparent;*/
				}
}
.page-textimage {
				height: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
.page-textimage .col_left {
				width: 49.6%;
				background-color: #f6f6f6;
				height: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.page-textimage .col_left .txtcontent {
				padding: 40px 40px;
				width: 70%;
}
.page-textimage .col_right {
				width: 49.6%;
				background-color: #f6f6f6;
				height: 100%;
}
.page-textimage .txtcontent {
				padding: 30px;
				width: 70%;
}
.page-textimage .txtcontent ul {
				list-style-position: outside;
}
.page-textimage .txtcontent ul li {
				/*margin-left:13px;*/
				margin-bottom: 8px;
}
.page-textimage .openingsuren {
				text-align: center;
				color: #aaa;
}
.page-textimage #swiper-txt .swiper-slide {
				width: auto;
}
.page-textimage #swiper-txt .swiper-button-disabled, .page-textimage #swiper-txt .swiper-button-lock {
				opacity: 0;
}
.page-textimage #swiper-txt .swiper-buttons-prev, .page-textimage #swiper-txt .swiper-buttons-next {
				position: absolute;
				z-index: 5;
				background: #FAFAFA;
				width: 45px;
				height: 45px;
				top: 50%;
				-webkit-transform: translate(0, -50%);
				        transform: translate(0, -50%);
				cursor: pointer;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.page-textimage #swiper-txt .swiper-buttons-prev:before, .page-textimage #swiper-txt .swiper-buttons-next:before {
				content: "";
				display: block;
				width: 15px;
				height: 15px;
				border-bottom: 1px solid #3B3B3B;
				border-right: 1px solid #3B3B3B;
}
.page-textimage #swiper-txt .swiper-buttons-prev {
				left: 0;
				padding-left: 10px;
}
.page-textimage #swiper-txt .swiper-buttons-prev:before {
				-webkit-transform: rotate(135deg);
				        transform: rotate(135deg);
}
.page-textimage #swiper-txt .swiper-buttons-next {
				right: 0;
				padding-right: 10px;
}
.page-textimage #swiper-txt .swiper-buttons-next:before {
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
}

/* ////////////////////////////////////////////////////// MEDIAQUERIES */
@media only screen and (max-width: 768px) {
				.page-textimage {
								height: auto;
								-webkit-box-orient: vertical;
								-webkit-box-direction: reverse;
								    -ms-flex-direction: column-reverse;
								        flex-direction: column-reverse;
								gap: 20px;
				}
				.page-textimage .col_left {
								width: 100%;
				}
				.page-textimage .col_left .txtcontent {
								width: 100%;
								padding: 7%;
				}
				.page-textimage .col_right {
								width: 100%;
				}
				.page-textimage .col_right .txtcontent {
								width: 100%;
								padding: 7%;
				}
}
.page-doubletext {
				height: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
}
.page-doubletext .col_left {
				width: 49.6%;
				background-color: #f6f6f6;
				height: 100%;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: end;
				    -ms-flex-pack: end;
				        justify-content: flex-end;
}
.page-doubletext .col_left .txtcontent {
				padding: 40px 40px;
				width: 70%;
}
.page-doubletext .col_right {
				width: 49.6%;
				background-color: #f6f6f6;
				height: 100%;
}
.page-doubletext .txtcontent {
				padding: 30px;
				width: 70%;
}
.page-doubletext .txtcontent ul {
				list-style-position: outside;
}
.page-doubletext .txtcontent ul li {
				/*margin-left:13px;*/
				margin-bottom: 8px;
}
.page-doubletext .openingsuren {
				text-align: center;
				color: #aaa;
}
.page-doubletext #swiper-txt .swiper-slide {
				width: auto;
}
.page-doubletext #swiper-txt .swiper-button-disabled, .page-doubletext #swiper-txt .swiper-button-lock {
				opacity: 0;
}
.page-doubletext #swiper-txt .swiper-buttons-prev, .page-doubletext #swiper-txt .swiper-buttons-next {
				position: absolute;
				z-index: 5;
				background: #FAFAFA;
				width: 45px;
				height: 45px;
				top: 50%;
				-webkit-transform: translate(0, -50%);
				        transform: translate(0, -50%);
				cursor: pointer;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
.page-doubletext #swiper-txt .swiper-buttons-prev:before, .page-doubletext #swiper-txt .swiper-buttons-next:before {
				content: "";
				display: block;
				width: 15px;
				height: 15px;
				border-bottom: 1px solid #3B3B3B;
				border-right: 1px solid #3B3B3B;
}
.page-doubletext #swiper-txt .swiper-buttons-prev {
				left: 0;
				padding-left: 10px;
}
.page-doubletext #swiper-txt .swiper-buttons-prev:before {
				-webkit-transform: rotate(135deg);
				        transform: rotate(135deg);
}
.page-doubletext #swiper-txt .swiper-buttons-next {
				right: 0;
				padding-right: 10px;
}
.page-doubletext #swiper-txt .swiper-buttons-next:before {
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
}

/* ////////////////////////////////////////////////////// MEDIAQUERIES */
@media only screen and (max-width: 768px) {
				.page-doubletext {
								height: auto;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
				}
				.page-doubletext .col_left {
								width: 100%;
				}
				.page-doubletext .col_left .txtcontent {
								width: 100%;
								padding: 7%;
				}
				.page-doubletext .col_right {
								width: 100%;
				}
				.col_right .txtcontent {
								width: 84%;
								padding: 7%;
								padding-top: 0%;
				}
}
/* =============PAGES==================== */
#swiper-gallery .swiper-slide {
				width: auto;
}
#swiper-gallery .swiper-button-disabled {
				opacity: 0;
}
#swiper-gallery .swiper-buttons-prev, #swiper-gallery .swiper-buttons-next {
				position: absolute;
				z-index: 5;
				background: #FAFAFA;
				width: 45px;
				height: 45px;
				top: 50%;
				-webkit-transform: translate(0, -50%);
				        transform: translate(0, -50%);
				cursor: pointer;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
}
#swiper-gallery .swiper-buttons-prev:before, #swiper-gallery .swiper-buttons-next:before {
				content: "";
				display: block;
				width: 15px;
				height: 15px;
				border-bottom: 1px solid #3B3B3B;
				border-right: 1px solid #3B3B3B;
}
#swiper-gallery .swiper-buttons-prev {
				left: 0;
				padding-left: 10px;
}
#swiper-gallery .swiper-buttons-prev:before {
				-webkit-transform: rotate(135deg);
				        transform: rotate(135deg);
}
#swiper-gallery .swiper-buttons-next {
				right: 0;
				padding-right: 10px;
}
#swiper-gallery .swiper-buttons-next:before {
				-webkit-transform: rotate(-45deg);
				        transform: rotate(-45deg);
}