/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/felixki1/public_html
currentDir : /home/felixki1/public_html/css

*/

/* reset.css */

/* 1   */ @charset "UTF-8";
/* 2   */ html, body, div, span, applet, object, iframe,
/* 3   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 4   */ a, abbr, acronym, address, big, cite, code,
/* 5   */ del, dfn, em, img, ins, kbd, q, s, samp,
/* 6   */ small, strike, strong, sub, sup, tt, var,
/* 7   */ b, u, i, center,
/* 8   */ dl, dt, dd, ol, ul, li,
/* 9   */ fieldset, form, label, legend,
/* 10  */ table, caption, tbody, tfoot, thead, tr, th, td,
/* 11  */ article, aside, canvas, details, embed, 
/* 12  */ figure, figcaption, footer, header, hgroup, 
/* 13  */ menu, nav, output, ruby, section, summary,
/* 14  */ time, mark, audio, video {
/* 15  */ 	margin: 0;
/* 16  */ 	padding: 0;
/* 17  */ 	border: 0;
/* 18  */ 	font-size: 100%;
/* 19  */ 	font: inherit;
/* 20  */ 	vertical-align: baseline;
/* 21  */ }
/* 22  */ html {
/* 23  */ 	font-smoothing: antialiased;
/* 24  */ 	text-rendering: optimizeLegibility;
/* 25  */ 	-webkit-font-smoothing: antialiased;/*-- safari --*/
/* 26  */ 	-moz-osx-font-smoothing: grayscale;/*-- firefox --*/
/* 27  */ }
/* 28  */ /* HTML5 display-role reset for older browsers */
/* 29  */ article, aside, details, figcaption, figure, 
/* 30  */ footer, header, hgroup, menu, nav, section, main {
/* 31  */ 	display: block;
/* 32  */ }
/* 33  */ body {
/* 34  */ 	line-height: 1;
/* 35  */ }
/* 36  */ ol, ul {
/* 37  */ 	list-style: none;
/* 38  */ }
/* 39  */ blockquote, q {
/* 40  */ 	quotes: none;
/* 41  */ }
/* 42  */ blockquote:before, blockquote:after,
/* 43  */ q:before, q:after {
/* 44  */ 	content: '';
/* 45  */ 	content: none;
/* 46  */ }
/* 47  */ table {
/* 48  */ 	border-collapse: collapse;
/* 49  */ 	border-spacing: 0;
/* 50  */ }

/* reset.css */

/* 51  */ img, object, embed, video {
/* 52  */ 	max-width: 100%;
/* 53  */ }
/* 54  */ /* IE 6 biedt geen ondersteuning voor max-width en gebruikt standaard de breedte 100% */
/* 55  */ .ie6 img {
/* 56  */ 	width:100%;
/* 57  */ }
/* 58  */ img { 
/* 59  */ 	border: 0;
/* 60  */ 	-ms-interpolation-mode: bicubic;
/* 61  */ 	vertical-align: middle;
/* 62  */ }
/* 63  */ button, input, select, textarea { 
/* 64  */ 	font-size: 100%;
/* 65  */ 	margin: 0;
/* 66  */ 	vertical-align: baseline;
/* 67  */ 	*vertical-align: middle;
/* 68  */ }
/* 69  */ /* active link stippellijn weg */
/* 70  */ a:focus {
/* 71  */ 	outline: 0;
/* 72  */ }
/* 73  */ a:active {
/* 74  */ 	outline: 0;
/* 75  */ }
/* 76  */ /* geen ronde hoekjes op IOS */
/* 77  */ input, textarea {
/* 78  */ 	-webkit-appearance: none;
/* 79  */ 	-webkit-border-radius: 0;
/* 80  */ }
/* 81  */ /* geen blauw lijn active op IOS */
/* 82  */ :focus {
/* 83  */ 	outline-color: transparent;
/* 84  */ 	outline-style: none;
/* 85  */ }
/* 86  */ /* geen tel link in blauw met lijn op IOS */
/* 87  */ a[href^="tel"]{
/* 88  */ 	color:inherit;
/* 89  */ 	text-decoration:none;
/* 90  */ }
/* 91  */ /* toon scrollbar op IOS als overflow is auto */
/* 92  */ ::-webkit-scrollbar{
/* 93  */ 	-webkit-appearance: none;
/* 94  */ 	width: 7px;
/* 95  */ }
/* 96  */ ::-webkit-scrollbar-thumb {
/* 97  */ 	border-radius: 4px;
/* 98  */ 	background-color: rgba(0,0,0,.5); 
/* 99  */ 	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
/* 100 */ }

/* reset.css */

/* 101 */ .clear-left {
/* 102 */ 	clear: left;
/* 103 */ }
/* 104 */ .clear-right {
/* 105 */ 	clear: right;
/* 106 */ }
/* 107 */ .clear-both {
/* 108 */ 	clear: both;
/* 109 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/felixki1/public_html
currentDir : /home/felixki1/public_html/css

*/

/* styles.css */

/* 1  */ @charset "UTF-8";
/* 2  */ html, body {
/* 3  */ 	position: relative;
/* 4  */ 	height: 100%;
/* 5  */ }
/* 6  */ body {
/* 7  */ 	font-family:'DaunPenh';
/* 8  */ 	font-weight:normal;
/* 9  */ 	font-size:18.3px;
/* 10 */ 	line-height: 21px;
/* 11 */ 	color: #0a0a0a;
/* 12 */ }
/* 13 */ header {
/* 14 */ 	position: fixed;
/* 15 */ 	background-color: #fff;
/* 16 */ 	width: 100%;
/* 17 */ 	height: 100px;
/* 18 */ 	z-index: 2;
/* 19 */ }
/* 20 */ @media only screen and (min-width: 900px) {
/* 21 */ 	header {
/* 22 */ 		background-color: transparent;
/* 23 */ 	}
/* 24 */ }
/* 25 */ a {
/* 26 */ 	color: #0a0a0a;
/* 27 */ 	text-decoration: none;
/* 28 */ }
/* 29 */ a:hover {
/* 30 */ 	color: #777;
/* 31 */ }
/* 32 */ .naam {
/* 33 */ 	position: fixed;
/* 34 */ 	left: 37px;
/* 35 */ 	top: 43px;
/* 36 */ 	z-index: 10;
/* 37 */ }
/* 38 */ .naam:hover {
/* 39 */ 	cursor: pointer;
/* 40 */ }
/* 41 */ .pagina-link {
/* 42 */ 	position: fixed;
/* 43 */ 	right: 38px;
/* 44 */ 	top: 43px;
/* 45 */ 	text-align: right;
/* 46 */ 	z-index: 12;
/* 47 */ }
/* 48 */ .pagina-link a {
/* 49 */ 	padding-left: 10px;
/* 50 */ 	padding-right: 10px;

/* styles.css */

/* 51 */ }
/* 52 */ 
/* 53 */ 
/* 54 */ em, .italic {
/* 55 */ 	font-style: italic;
/* 56 */ }
/* 57 */ strong {
/* 58 */ 	font-weight: bold;
/* 59 */ }
/* 60 */ /* INFO pagina */
/* 61 */ #wrapper {
/* 62 */ 	width: -moz-calc(100% - 74px); /* Firefox */
/* 63 */ 	width: -webkit-calc(100% - 74px); /* WebKit */
/* 64 */ 	width: -o-calc(100% - 74px); /* Opera */
/* 65 */ 	width: calc(100% - 74px); /* Standard */
/* 66 */ 	padding-left: 37px;
/* 67 */ 	padding-right: 37px;
/* 68 */ 	margin-left: auto;
/* 69 */ 	margin-right: auto;
/* 70 */ 	max-width: 520px;
/* 71 */ 	margin-top: 70px;
/* 72 */ 	padding-bottom: 60px;
/* 73 */ }
/* 74 */ 
/* 75 */ #wrapper p {
/* 76 */ 	margin-bottom: 1rem;
/* 77 */ 	text-rendering: optimizeLegibility;
/* 78 */ }
/* 79 */ @media only screen and (min-width: 900px) {
/* 80 */ 	#wrapper {
/* 81 */ 		margin-top: 10vh;
/* 82 */ 		padding-bottom: 100px;
/* 83 */ 	}
/* 84 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/felixki1/public_html
currentDir : /home/felixki1/public_html/css

*/

/* swiper.css */

/* 1   */ @charset "UTF-8";
/* 2   */ /**
/* 3   *|  * Swiper 5.4.1
/* 4   *|  * Most modern mobile touch slider and framework with hardware accelerated transitions
/* 5   *|  * http://swiperjs.com
/* 6   *|  *
/* 7   *|  * Copyright 2014-2020 Vladimir Kharlampidi
/* 8   *|  *
/* 9   *|  * Released under the MIT License
/* 10  *|  *
/* 11  *|  * Released on: May 20, 2020
/* 12  *|  */
/* 13  */ 
/* 14  */ @font-face {
/* 15  */   font-family: 'swiper-icons';
/* 16  */   src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
/* 17  */   font-weight: 400;
/* 18  */   font-style: normal;
/* 19  */ }
/* 20  */ :root {
/* 21  */   --swiper-theme-color: #007aff;
/* 22  */ }
/* 23  */ .swiper-container {
/* 24  */   margin-left: auto;
/* 25  */   margin-right: auto;
/* 26  */   position: relative;
/* 27  */   overflow: hidden;
/* 28  */   list-style: none;
/* 29  */   padding: 0;
/* 30  */   /* Fix of Webkit flickering */
/* 31  */   z-index: 1;
/* 32  */ }
/* 33  */ .swiper-container-vertical > .swiper-wrapper {
/* 34  */   flex-direction: column;
/* 35  */ }
/* 36  */ .swiper-wrapper {
/* 37  */   position: relative;
/* 38  */   width: 100%;
/* 39  */   height: 100%;
/* 40  */   z-index: 1;
/* 41  */   display: flex;
/* 42  */   transition-property: transform;
/* 43  */   box-sizing: content-box;
/* 44  */ }
/* 45  */ .swiper-container-android .swiper-slide,
/* 46  */ .swiper-wrapper {
/* 47  */   transform: translate3d(0px, 0, 0);
/* 48  */ }
/* 49  */ .swiper-container-multirow > .swiper-wrapper {
/* 50  */   flex-wrap: wrap;

/* swiper.css */

/* 51  */ }
/* 52  */ .swiper-container-multirow-column > .swiper-wrapper {
/* 53  */   flex-wrap: wrap;
/* 54  */   flex-direction: column;
/* 55  */ }
/* 56  */ .swiper-container-free-mode > .swiper-wrapper {
/* 57  */   transition-timing-function: ease-out;
/* 58  */   margin: 0 auto;
/* 59  */ }
/* 60  */ .swiper-slide {
/* 61  */   flex-shrink: 0;
/* 62  */   width: 100%;
/* 63  */   height: 100%;
/* 64  */   position: relative;
/* 65  */   transition-property: transform;
/* 66  */ }
/* 67  */ .swiper-slide-invisible-blank {
/* 68  */   visibility: hidden;
/* 69  */ }
/* 70  */ /* Auto Height */
/* 71  */ .swiper-container-autoheight,
/* 72  */ .swiper-container-autoheight .swiper-slide {
/* 73  */   height: auto;
/* 74  */ }
/* 75  */ .swiper-container-autoheight .swiper-wrapper {
/* 76  */   align-items: flex-start;
/* 77  */   transition-property: transform, height;
/* 78  */ }
/* 79  */ /* 3D Effects */
/* 80  */ .swiper-container-3d {
/* 81  */   perspective: 1200px;
/* 82  */ }
/* 83  */ .swiper-container-3d .swiper-wrapper,
/* 84  */ .swiper-container-3d .swiper-slide,
/* 85  */ .swiper-container-3d .swiper-slide-shadow-left,
/* 86  */ .swiper-container-3d .swiper-slide-shadow-right,
/* 87  */ .swiper-container-3d .swiper-slide-shadow-top,
/* 88  */ .swiper-container-3d .swiper-slide-shadow-bottom,
/* 89  */ .swiper-container-3d .swiper-cube-shadow {
/* 90  */   transform-style: preserve-3d;
/* 91  */ }
/* 92  */ .swiper-container-3d .swiper-slide-shadow-left,
/* 93  */ .swiper-container-3d .swiper-slide-shadow-right,
/* 94  */ .swiper-container-3d .swiper-slide-shadow-top,
/* 95  */ .swiper-container-3d .swiper-slide-shadow-bottom {
/* 96  */   position: absolute;
/* 97  */   left: 0;
/* 98  */   top: 0;
/* 99  */   width: 100%;
/* 100 */   height: 100%;

/* swiper.css */

/* 101 */   pointer-events: none;
/* 102 */   z-index: 10;
/* 103 */ }
/* 104 */ .swiper-container-3d .swiper-slide-shadow-left {
/* 105 */   background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* 106 */ }
/* 107 */ .swiper-container-3d .swiper-slide-shadow-right {
/* 108 */   background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* 109 */ }
/* 110 */ .swiper-container-3d .swiper-slide-shadow-top {
/* 111 */   background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* 112 */ }
/* 113 */ .swiper-container-3d .swiper-slide-shadow-bottom {
/* 114 */   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
/* 115 */ }
/* 116 */ /* CSS Mode */
/* 117 */ .swiper-container-css-mode > .swiper-wrapper {
/* 118 */   overflow: auto;
/* 119 */   scrollbar-width: none;
/* 120 */   /* For Firefox */
/* 121 */   -ms-overflow-style: none;
/* 122 */   /* For Internet Explorer and Edge */
/* 123 */ }
/* 124 */ .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
/* 125 */   display: none;
/* 126 */ }
/* 127 */ .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
/* 128 */   scroll-snap-align: start start;
/* 129 */ }
/* 130 */ .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
/* 131 */   scroll-snap-type: x mandatory;
/* 132 */ }
/* 133 */ .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
/* 134 */   scroll-snap-type: y mandatory;
/* 135 */ }
/* 136 */ :root {
/* 137 */   --swiper-navigation-size: 44px;
/* 138 */   /*
/* 139 *|   --swiper-navigation-color: var(--swiper-theme-color);
/* 140 *|   */
/* 141 */ }
/* 142 */ 
/* 143 */ :root {
/* 144 */   /*
/* 145 *|   --swiper-pagination-color: var(--swiper-theme-color);
/* 146 *|   */
/* 147 */ }
/* 148 */ .swiper-pagination {
/* 149 */   position: absolute;
/* 150 */   text-align: center;

/* swiper.css */

/* 151 */   transition: 300ms opacity;
/* 152 */   transform: translate3d(0, 0, 0);
/* 153 */   z-index: 10;
/* 154 */ }
/* 155 */ .swiper-pagination.swiper-pagination-hidden {
/* 156 */   opacity: 0;
/* 157 */ }
/* 158 */ /* Common Styles */
/* 159 */ .swiper-pagination-fraction,
/* 160 */ .swiper-pagination-custom,
/* 161 */ .swiper-container-horizontal > .swiper-pagination-bullets {
/* 162 */   bottom: 10px;
/* 163 */   left: 0;
/* 164 */   width: 100%;
/* 165 */ }
/* 166 */ /* Bullets */
/* 167 */ .swiper-pagination-bullets-dynamic {
/* 168 */   overflow: hidden;
/* 169 */   font-size: 0;
/* 170 */ }
/* 171 */ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
/* 172 */   transform: scale(0.33);
/* 173 */   position: relative;
/* 174 */ }
/* 175 */ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
/* 176 */   transform: scale(1);
/* 177 */ }
/* 178 */ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
/* 179 */   transform: scale(1);
/* 180 */ }
/* 181 */ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
/* 182 */   transform: scale(0.66);
/* 183 */ }
/* 184 */ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
/* 185 */   transform: scale(0.33);
/* 186 */ }
/* 187 */ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
/* 188 */   transform: scale(0.66);
/* 189 */ }
/* 190 */ .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
/* 191 */   transform: scale(0.33);
/* 192 */ }
/* 193 */ .swiper-pagination-bullet {
/* 194 */   width: 8px;
/* 195 */   height: 8px;
/* 196 */   display: inline-block;
/* 197 */   border-radius: 100%;
/* 198 */   background: #000;
/* 199 */   opacity: 0.2;
/* 200 */ }

/* swiper.css */

/* 201 */ button.swiper-pagination-bullet {
/* 202 */   border: none;
/* 203 */   margin: 0;
/* 204 */   padding: 0;
/* 205 */   box-shadow: none;
/* 206 */   -webkit-appearance: none;
/* 207 */      -moz-appearance: none;
/* 208 */           appearance: none;
/* 209 */ }
/* 210 */ .swiper-pagination-clickable .swiper-pagination-bullet {
/* 211 */   cursor: pointer;
/* 212 */ }
/* 213 */ .swiper-pagination-bullet-active {
/* 214 */   opacity: 1;
/* 215 */   background: var(--swiper-pagination-color, var(--swiper-theme-color));
/* 216 */ }
/* 217 */ .swiper-container-vertical > .swiper-pagination-bullets {
/* 218 */   right: 10px;
/* 219 */   top: 50%;
/* 220 */   transform: translate3d(0px, -50%, 0);
/* 221 */ }
/* 222 */ .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
/* 223 */   margin: 6px 0;
/* 224 */   display: block;
/* 225 */ }
/* 226 */ .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
/* 227 */   top: 50%;
/* 228 */   transform: translateY(-50%);
/* 229 */   width: 8px;
/* 230 */ }
/* 231 */ .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
/* 232 */   display: inline-block;
/* 233 */   transition: 200ms transform, 200ms top;
/* 234 */ }
/* 235 */ .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
/* 236 */   margin: 0 4px;
/* 237 */ }
/* 238 */ .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
/* 239 */   left: 50%;
/* 240 */   transform: translateX(-50%);
/* 241 */   white-space: nowrap;
/* 242 */ }
/* 243 */ .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
/* 244 */   transition: 200ms transform, 200ms left;
/* 245 */ }
/* 246 */ .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
/* 247 */   transition: 200ms transform, 200ms right;
/* 248 */ }
/* 249 */ /* Progress */
/* 250 */ .swiper-pagination-progressbar {

/* swiper.css */

/* 251 */   background: rgba(0, 0, 0, 0.25);
/* 252 */   position: absolute;
/* 253 */ }
/* 254 */ .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
/* 255 */   background: var(--swiper-pagination-color, var(--swiper-theme-color));
/* 256 */   position: absolute;
/* 257 */   left: 0;
/* 258 */   top: 0;
/* 259 */   width: 100%;
/* 260 */   height: 100%;
/* 261 */   transform: scale(0);
/* 262 */   transform-origin: left top;
/* 263 */ }
/* 264 */ .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
/* 265 */   transform-origin: right top;
/* 266 */ }
/* 267 */ .swiper-container-horizontal > .swiper-pagination-progressbar,
/* 268 */ .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
/* 269 */   width: 100%;
/* 270 */   height: 4px;
/* 271 */   left: 0;
/* 272 */   top: 0;
/* 273 */ }
/* 274 */ .swiper-container-vertical > .swiper-pagination-progressbar,
/* 275 */ .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
/* 276 */   width: 4px;
/* 277 */   height: 100%;
/* 278 */   left: 0;
/* 279 */   top: 0;
/* 280 */ }
/* 281 */ .swiper-pagination-white {
/* 282 */   --swiper-pagination-color: #ffffff;
/* 283 */ }
/* 284 */ .swiper-pagination-black {
/* 285 */   --swiper-pagination-color: #000000;
/* 286 */ }
/* 287 */ .swiper-pagination-lock {
/* 288 */   display: none;
/* 289 */ }
/* 290 */ /* Scrollbar */
/* 291 */ .swiper-scrollbar {
/* 292 */   border-radius: 10px;
/* 293 */   position: relative;
/* 294 */   -ms-touch-action: none;
/* 295 */   background: rgba(0, 0, 0, 0.1);
/* 296 */ }
/* 297 */ .swiper-container-horizontal > .swiper-scrollbar {
/* 298 */   position: absolute;
/* 299 */   left: 1%;
/* 300 */   bottom: 3px;

/* swiper.css */

/* 301 */   z-index: 50;
/* 302 */   height: 5px;
/* 303 */   width: 98%;
/* 304 */ }
/* 305 */ .swiper-container-vertical > .swiper-scrollbar {
/* 306 */   position: absolute;
/* 307 */   right: 3px;
/* 308 */   top: 1%;
/* 309 */   z-index: 50;
/* 310 */   width: 5px;
/* 311 */   height: 98%;
/* 312 */ }
/* 313 */ .swiper-scrollbar-drag {
/* 314 */   height: 100%;
/* 315 */   width: 100%;
/* 316 */   position: relative;
/* 317 */   background: rgba(0, 0, 0, 0.5);
/* 318 */   border-radius: 10px;
/* 319 */   left: 0;
/* 320 */   top: 0;
/* 321 */ }
/* 322 */ .swiper-scrollbar-cursor-drag {
/* 323 */   cursor: move;
/* 324 */ }
/* 325 */ .swiper-scrollbar-lock {
/* 326 */   display: none;
/* 327 */ }
/* 328 */ .swiper-zoom-container {
/* 329 */   width: 100%;
/* 330 */   height: 100%;
/* 331 */   display: flex;
/* 332 */   justify-content: center;
/* 333 */   align-items: center;
/* 334 */   text-align: center;
/* 335 */ }
/* 336 */ .swiper-zoom-container > img,
/* 337 */ .swiper-zoom-container > svg,
/* 338 */ .swiper-zoom-container > canvas {
/* 339 */   max-width: 100%;
/* 340 */   max-height: 100%;
/* 341 */   object-fit: contain;
/* 342 */ }
/* 343 */ .swiper-slide-zoomed {
/* 344 */   cursor: move;
/* 345 */ }
/* 346 */ /* Preloader */
/* 347 */ :root {
/* 348 */   /*
/* 349 *|   --swiper-preloader-color: var(--swiper-theme-color);
/* 350 *|   */

/* swiper.css */

/* 351 */ }
/* 352 */ .swiper-lazy-preloader {
/* 353 */   width: 42px;
/* 354 */   height: 42px;
/* 355 */   position: absolute;
/* 356 */   left: 50%;
/* 357 */   top: 50%;
/* 358 */   margin-left: -21px;
/* 359 */   margin-top: -21px;
/* 360 */   z-index: 10;
/* 361 */   transform-origin: 50%;
/* 362 */   animation: swiper-preloader-spin 1s infinite linear;
/* 363 */   box-sizing: border-box;
/* 364 */   border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
/* 365 */   border-radius: 50%;
/* 366 */   border-top-color: transparent;
/* 367 */ }
/* 368 */ .swiper-lazy-preloader-white {
/* 369 */   --swiper-preloader-color: #fff;
/* 370 */ }
/* 371 */ .swiper-lazy-preloader-black {
/* 372 */   --swiper-preloader-color: #000;
/* 373 */ }
/* 374 */ @keyframes swiper-preloader-spin {
/* 375 */   100% {
/* 376 */     transform: rotate(360deg);
/* 377 */   }
/* 378 */ }
/* 379 */ /* a11y */
/* 380 */ .swiper-container .swiper-notification {
/* 381 */   position: absolute;
/* 382 */   left: 0;
/* 383 */   top: 0;
/* 384 */   pointer-events: none;
/* 385 */   opacity: 0;
/* 386 */   z-index: -1000;
/* 387 */ }
/* 388 */ .swiper-container-fade.swiper-container-free-mode .swiper-slide {
/* 389 */   transition-timing-function: ease-out;
/* 390 */ }
/* 391 */ .swiper-container-fade .swiper-slide {
/* 392 */   pointer-events: none;
/* 393 */   transition-property: opacity;
/* 394 */ }
/* 395 */ .swiper-container-fade .swiper-slide .swiper-slide {
/* 396 */   pointer-events: none;
/* 397 */ }
/* 398 */ .swiper-container-fade .swiper-slide-active,
/* 399 */ .swiper-container-fade .swiper-slide-active .swiper-slide-active {
/* 400 */   pointer-events: auto;

/* swiper.css */

/* 401 */ }
/* 402 */ .swiper-container-cube {
/* 403 */   overflow: visible;
/* 404 */ }
/* 405 */ .swiper-container-cube .swiper-slide {
/* 406 */   pointer-events: none;
/* 407 */   -webkit-backface-visibility: hidden;
/* 408 */           backface-visibility: hidden;
/* 409 */   z-index: 1;
/* 410 */   visibility: hidden;
/* 411 */   transform-origin: 0 0;
/* 412 */   width: 100%;
/* 413 */   height: 100%;
/* 414 */ }
/* 415 */ .swiper-container-cube .swiper-slide .swiper-slide {
/* 416 */   pointer-events: none;
/* 417 */ }
/* 418 */ .swiper-container-cube.swiper-container-rtl .swiper-slide {
/* 419 */   transform-origin: 100% 0;
/* 420 */ }
/* 421 */ .swiper-container-cube .swiper-slide-active,
/* 422 */ .swiper-container-cube .swiper-slide-active .swiper-slide-active {
/* 423 */   pointer-events: auto;
/* 424 */ }
/* 425 */ .swiper-container-cube .swiper-slide-active,
/* 426 */ .swiper-container-cube .swiper-slide-next,
/* 427 */ .swiper-container-cube .swiper-slide-prev,
/* 428 */ .swiper-container-cube .swiper-slide-next + .swiper-slide {
/* 429 */   pointer-events: auto;
/* 430 */   visibility: visible;
/* 431 */ }
/* 432 */ .swiper-container-cube .swiper-slide-shadow-top,
/* 433 */ .swiper-container-cube .swiper-slide-shadow-bottom,
/* 434 */ .swiper-container-cube .swiper-slide-shadow-left,
/* 435 */ .swiper-container-cube .swiper-slide-shadow-right {
/* 436 */   z-index: 0;
/* 437 */   -webkit-backface-visibility: hidden;
/* 438 */           backface-visibility: hidden;
/* 439 */ }
/* 440 */ .swiper-container-cube .swiper-cube-shadow {
/* 441 */   position: absolute;
/* 442 */   left: 0;
/* 443 */   bottom: 0px;
/* 444 */   width: 100%;
/* 445 */   height: 100%;
/* 446 */   background: #000;
/* 447 */   opacity: 0.6;
/* 448 */   -webkit-filter: blur(50px);
/* 449 */   filter: blur(50px);
/* 450 */   z-index: 0;

/* swiper.css */

/* 451 */ }
/* 452 */ .swiper-container-flip {
/* 453 */   overflow: visible;
/* 454 */ }
/* 455 */ .swiper-container-flip .swiper-slide {
/* 456 */   pointer-events: none;
/* 457 */   -webkit-backface-visibility: hidden;
/* 458 */           backface-visibility: hidden;
/* 459 */   z-index: 1;
/* 460 */ }
/* 461 */ .swiper-container-flip .swiper-slide .swiper-slide {
/* 462 */   pointer-events: none;
/* 463 */ }
/* 464 */ .swiper-container-flip .swiper-slide-active,
/* 465 */ .swiper-container-flip .swiper-slide-active .swiper-slide-active {
/* 466 */   pointer-events: auto;
/* 467 */ }
/* 468 */ .swiper-container-flip .swiper-slide-shadow-top,
/* 469 */ .swiper-container-flip .swiper-slide-shadow-bottom,
/* 470 */ .swiper-container-flip .swiper-slide-shadow-left,
/* 471 */ .swiper-container-flip .swiper-slide-shadow-right {
/* 472 */   z-index: 0;
/* 473 */   -webkit-backface-visibility: hidden;
/* 474 */           backface-visibility: hidden;
/* 475 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/felixki1/public_html
currentDir : /home/felixki1/public_html/css

*/

/* swiper-custom.css */

/* 1   */ @charset "UTF-8";
/* 2   */ picture.responsive-image {
/* 3   */ 	width: 100%;
/* 4   */ }
/* 5   */ .swiper-pagination-fraction,
/* 6   */ .swiper-pagination-custom,
/* 7   */ .swiper-container-horizontal > .swiper-pagination-bullets {
/* 8   */ 	position: fixed;
/* 9   */ 	bottom: 0px;
/* 10  */ 	left: auto;
/* 11  */ 	width: auto;
/* 12  */ 	text-align: right;
/* 13  */ 	right: 0px;
/* 14  */ }
/* 15  */ .swiper-pagination {
/* 16  */ 	position: absolute;
/* 17  */ 	position: fixed;
/* 18  */ 	bottom: 34px;
/* 19  */ 	right: 38px;
/* 20  */ 	text-align: right;
/* 21  */ 	z-index: 100;
/* 22  */ 	width: 80px;
/* 23  */ 	left: auto;
/* 24  */ }
/* 25  */ .swiper-slide {
/* 26  */ 	padding-top: 150px;
/* 27  */ 	padding-bottom: 100px;
/* 28  */ }
/* 29  */ @media only screen and (min-width: 900px) {
/* 30  */ 	.swiper-slide {
/* 31  */ 		padding-top: 0px;
/* 32  */ 		padding-bottom: 0px;
/* 33  */ 	}
/* 34  */ }
/* 35  */ .item {
/* 36  */ 	width: 100%;
/* 37  */ 	height: 100%;
/* 38  */ 	text-align: center;
/* 39  */ 	display: table;
/* 40  */ }
/* 41  */ .item .tablecell {
/* 42  */ 	vertical-align: middle;
/* 43  */ 	display: table-cell;
/* 44  */ }
/* 45  */ .item img {
/* 46  */ 	max-height: 73%;
/* 47  */ 	max-width: 62%;
/* 48  */ }
/* 49  */ @media only screen and (min-width: 900px) {
/* 50  */ 	.item img {

/* swiper-custom.css */

/* 51  */ 		max-height: 73%;
/* 52  */ 		max-width: 52%;
/* 53  */ 	}
/* 54  */ }
/* 55  */ 
/* 56  */ .bijschrift {
/* 57  */ 	text-align: left;
/* 58  */ 	width: -moz-calc(81% - 100px); /* Firefox */
/* 59  */ 	width: -webkit-calc(81% - 100px); /* WebKit */
/* 60  */ 	width: -o-calc(81% - 100px); /* Opera */
/* 61  */ 	width: calc(81% - 100px); /* Standard */
/* 62  */ 	padding-left: 19%;
/* 63  */ 	padding-right: 100px;
/* 64  */ 	padding-top: 20px;
/* 65  */ 	padding-bottom: 150px;
/* 66  */ }
/* 67  */ @media only screen and (min-width: 900px) {
/* 68  */ 	.bijschrift {
/* 69  */ 		width: -moz-calc(76% - 100px); /* Firefox */
/* 70  */ 		width: -webkit-calc(76% - 100px); /* WebKit */
/* 71  */ 		width: -o-calc(76% - 100px); /* Opera */
/* 72  */ 		width: calc(76% - 100px); /* Standard */
/* 73  */ 		padding-left: 24%;
/* 74  */ 		padding-bottom: 0px;
/* 75  */ 	}
/* 76  */ 	.item.w-20 img {
/* 77  */ 		max-height: 73%;
/* 78  */ 		max-width: 20%;
/* 79  */ 	}
/* 80  */ 	.item.w-20 .bijschrift {
/* 81  */ 		width: -moz-calc(60% - 100px); /* Firefox */
/* 82  */ 		width: -webkit-calc(60% - 100px); /* WebKit */
/* 83  */ 		width: -o-calc(60% - 100px); /* Opera */
/* 84  */ 		width: calc(60% - 100px); /* Standard */
/* 85  */ 		padding-left: 40%;
/* 86  */ 	}
/* 87  */ 	.item.w-24 img {
/* 88  */ 		max-height: 73%;
/* 89  */ 		max-width: 24%;
/* 90  */ 	}
/* 91  */ 	.item.w-24 .bijschrift {
/* 92  */ 		width: -moz-calc(62% - 100px); /* Firefox */
/* 93  */ 		width: -webkit-calc(62% - 100px); /* WebKit */
/* 94  */ 		width: -o-calc(62% - 100px); /* Opera */
/* 95  */ 		width: calc(62% - 100px); /* Standard */
/* 96  */ 		padding-left: 38%;
/* 97  */ 	}
/* 98  */ 	.item.w-28 img {
/* 99  */ 		max-height: 73%;
/* 100 */ 		max-width: 28%;

/* swiper-custom.css */

/* 101 */ 	}
/* 102 */ 	.item.w-28 .bijschrift {
/* 103 */ 		width: -moz-calc(64% - 100px); /* Firefox */
/* 104 */ 		width: -webkit-calc(64% - 100px); /* WebKit */
/* 105 */ 		width: -o-calc(64% - 100px); /* Opera */
/* 106 */ 		width: calc(64% - 100px); /* Standard */
/* 107 */ 		padding-left: 36%;
/* 108 */ 	}
/* 109 */ 	.item.w-32 img {
/* 110 */ 		max-height: 73%;
/* 111 */ 		max-width: 32%;
/* 112 */ 	}
/* 113 */ 	.item.w-32 .bijschrift {
/* 114 */ 		width: -moz-calc(66% - 100px); /* Firefox */
/* 115 */ 		width: -webkit-calc(66% - 100px); /* WebKit */
/* 116 */ 		width: -o-calc(66% - 100px); /* Opera */
/* 117 */ 		width: calc(66% - 100px); /* Standard */
/* 118 */ 		padding-left: 34%;
/* 119 */ 	}
/* 120 */ }
/* 121 */ 
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /home/felixki1/public_html
currentDir : /home/felixki1/public_html/css

file-relative URI  : ../pics/arrow-left.png
path prepended     : /home/felixki1/public_html/css/../pics/arrow-left.png
docroot stripped   : /css/../pics/arrow-left.png
traversals removed : /pics/arrow-left.png

file-relative URI  : ../pics/arrow-right.png
path prepended     : /home/felixki1/public_html/css/../pics/arrow-right.png
docroot stripped   : /css/../pics/arrow-right.png
traversals removed : /pics/arrow-right.png

*/

/* swiper-knoppen.css */

/* 1   */ @charset "UTF-8";
/* 2   */ .swiper-button-prev.left,
/* 3   */ .swiper-button-next.right {
/* 4   */ 	position: absolute;
/* 5   */ 	position: fixed;
/* 6   */ 	top: 50%;
/* 7   */ 	width: 16px;
/* 8   */ 	height: 16px;
/* 9   */ 	width: 36px;
/* 10  */ 	height: 36px;
/* 11  */ 	padding: 10px;
/* 12  */ 	z-index: 99;
/* 13  */ }
/* 14  */ .swiper-button-prev.swiper-button-disabled,
/* 15  */ .swiper-button-next.swiper-button-disabled {
/* 16  */ 	opacity: 0;
/* 17  */ 	cursor: auto;
/* 18  */ 	cursor: none;
/* 19  */ 	pointer-events: none;
/* 20  */ }
/* 21  */ .swiper-button-prev.left:hover,
/* 22  */ .swiper-button-next.right:hover {
/* 23  */ 	cursor: pointer;
/* 24  */ 	-ms-transform: scale(1.1, 1.1); /* IE 9 */
/* 25  */ 	-webkit-transform: scale(1.1, 1.1); /* Safari */
/* 26  */ 	transform: scale(1.1, 1.1);
/* 27  */ }
/* 28  */ .swiper-button-prev.left:before,
/* 29  */ .swiper-button-next.right:before {
/* 30  */ 	position: absolute;
/* 31  */ 	background-size: 16px 16px;
/* 32  */ 	display: inline-block;
/* 33  */ 	width: 56px; 
/* 34  */ 	height: 56px;
/* 35  */ 	content:"";
/* 36  */ 	left: 0px;
/* 37  */ 	top: 0px;
/* 38  */ 	-webkit-transition: all 0.3s;
/* 39  */ 	-moz-transition: all 0.3;
/* 40  */ 	transition: all 0.3s;
/* 41  */ 	background-repeat: no-repeat;
/* 42  */ 	background-position: center;
/* 43  */ }
/* 44  */ .swiper-button-prev.left:before {
/* 45  */ 	background-image: url("/pics/arrow-left.png");
/* 46  */ }
/* 47  */ .swiper-button-next.right:before {
/* 48  */ 	background-image: url("/pics/arrow-right.png");
/* 49  */ }
/* 50  */ .swiper-button-prev.left {

/* swiper-knoppen.css */

/* 51  */ 	left: 7px;
/* 52  */ 	right: auto;
/* 53  */ 	margin-top: -18px;
/* 54  */ }
/* 55  */ .swiper-button-next.right {
/* 56  */ 	right: 7px;
/* 57  */ 	left: auto;
/* 58  */ 	margin-top: -18px;
/* 59  */ }
/* 60  */ 
/* 61  */ @media only screen and (min-width: 768px) {
/* 62  */ 	.swiper-button-prev.left,
/* 63  */ 	.swiper-button-next.right {
/* 64  */ 		width: 24px;
/* 65  */ 		height: 24px;
/* 66  */ 
/* 67  */ 	}
/* 68  */ 	.swiper-button-prev.left:before,
/* 69  */ 	.swiper-button-next.right:before {
/* 70  */ 		background-size: 24px 24px;
/* 71  */ 		width: 44px; 
/* 72  */ 		height: 44px;
/* 73  */ 	}
/* 74  */ 	.swiper-button-prev.left {
/* 75  */ 		left: 27px;
/* 76  */ 		margin-top: -22px;
/* 77  */ 	}
/* 78  */ 	.swiper-button-next.right {
/* 79  */ 		right: 27px;
/* 80  */ 		margin-top: -22px;
/* 81  */ 	}
/* 82  */ }
/* 83  */ /* Arrows verticaal en horizontaal custom */
/* 84  */ .down {
/* 85  */ 	position: absolute;
/* 86  */ 	width: 16px;
/* 87  */ 	height: 16px;
/* 88  */ 	z-index: 10;
/* 89  */ 	top: auto;
/* 90  */ 	bottom: 15px;
/* 91  */ 	left: -moz-calc(50% - 8px); /* Firefox */
/* 92  */ 	left: -webkit-calc(50% - 8px); /* WebKit */
/* 93  */ 	left: -o-calc(50% - 8px); /* Opera */
/* 94  */ 	left: calc(50% - 8px); /* Standard */
/* 95  */ 	-webkit-transition: all 0.3s;
/* 96  */ 	-moz-transition: all 0.3;
/* 97  */ 	transition: all 0.3s;
/* 98  */ 	display: none;
/* 99  */ }
/* 100 */ .down:hover {

/* swiper-knoppen.css */

/* 101 */ 	cursor: pointer;
/* 102 */ 	-ms-transform: scale(1.1, 1.1); /* IE 9 */
/* 103 */ 	-webkit-transform: scale(1.1, 1.1); /* Safari */
/* 104 */ 	transform: scale(1.1, 1.1);
/* 105 */ }
/* 106 */ @media only screen and (min-width: 768px) {
/* 107 */ 	.down {
/* 108 */ 		width: 24px;
/* 109 */ 		height: 24px;
/* 110 */ 		top: auto;
/* 111 */ 		bottom: 17px;
/* 112 */ 		left: -moz-calc(50% - 12px); /* Firefox */
/* 113 */ 		left: -webkit-calc(50% - 12px); /* WebKit */
/* 114 */ 		left: -o-calc(50% - 12px); /* Opera */
/* 115 */ 		left: calc(50% - 12px); /* Standard */
/* 116 */ 		display: inherit;
/* 117 */ 	}
/* 118 */ }
