/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* reset.css */

/* 1   */ html, body, div, span, applet, object, iframe,
/* 2   */ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
/* 3   */ a, abbr, acronym, address, big, cite, code,
/* 4   */ del, dfn, em, img, ins, kbd, q, s, samp,
/* 5   */ small, strike, strong, sub, sup, tt, var,
/* 6   */ b, u, i, center,
/* 7   */ dl, dt, dd, ol, ul, li,
/* 8   */ fieldset, form, label, legend,
/* 9   */ table, caption, tbody, tfoot, thead, tr, th, td,
/* 10  */ article, aside, canvas, details, embed,
/* 11  */ figure, figcaption, footer, header, hgroup,
/* 12  */ menu, nav, output, ruby, section, summary,
/* 13  */ time, mark, audio, video {
/* 14  */     margin: 0;
/* 15  */     padding: 0;
/* 16  */     border: 0;
/* 17  */     font-size: 100%;
/* 18  */     font: inherit;
/* 19  */     vertical-align: baseline;
/* 20  */ }
/* 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  */
/* 29  */ /* Verticale schuifbalk forceren in andere browsers dan IE
/* 30  *| Voorkomen dat de tekstgrootte in iOS wordt aangepast als de oriëntatie van het apparaat wordt gewijzigd, zonder de zoomfunctie uit te schakelen voor gebruikers: h5bp.com/g*/
/* 31  */ html {
/* 32  */     font-size: 100%;
/* 33  */     overflow-y: scroll;
/* 34  */     -webkit-text-size-adjust: 100%;
/* 35  */     -ms-text-size-adjust: 100%;
/* 36  */ }
/* 37  */
/* 38  */ /* HTML5 display-role reset for older browsers */
/* 39  */ article, aside, details, figcaption, figure,
/* 40  */ footer, header, hgroup, menu, nav, section, main {
/* 41  */     display: block;
/* 42  */ }
/* 43  */
/* 44  */ body {
/* 45  */     line-height: 1;
/* 46  */ }
/* 47  */
/* 48  */ ol, ul {
/* 49  */     list-style: none;
/* 50  */ }

/* reset.css */

/* 51  */
/* 52  */ blockquote, q {
/* 53  */     quotes: none;
/* 54  */ }
/* 55  */
/* 56  */ blockquote:before, blockquote:after,
/* 57  */ q:before, q:after {
/* 58  */     content: '';
/* 59  */     content: none;
/* 60  */ }
/* 61  */
/* 62  */ table {
/* 63  */     border-collapse: collapse;
/* 64  */     border-spacing: 0;
/* 65  */ }
/* 66  */
/* 67  */ img, object, embed, video {
/* 68  */     max-width: 100%;
/* 69  */ }
/* 70  */
/* 71  */ img {
/* 72  */     border: 0;
/* 73  */     -ms-interpolation-mode: bicubic;
/* 74  */     vertical-align: middle;
/* 75  */ }
/* 76  */
/* 77  */ button, input, select, textarea {
/* 78  */     font-size: 100%;
/* 79  */     margin: 0;
/* 80  */     vertical-align: baseline;
/* 81  */     *vertical-align: middle;
/* 82  */ }
/* 83  */
/* 84  */ button {
/* 85  */     background: transparent;
/* 86  */     border-radius: 0;
/* 87  */     border: 0;
/* 88  */     padding: 0;
/* 89  */     -webkit-appearance: none;
/* 90  */     -webkit-border-radius: 0;
/* 91  */     user-select: none;
/* 92  */ }
/* 93  */
/* 94  */ button:focus {
/* 95  */     outline: 0 none;
/* 96  */ }
/* 97  */
/* 98  */ button::-moz-focus-inner {
/* 99  */     padding: 0;
/* 100 */     border: 0;

/* reset.css */

/* 101 */ }
/* 102 */
/* 103 */ /* active link stippellijn weg */
/* 104 */ a:focus {
/* 105 */     outline: 0;
/* 106 */ }
/* 107 */
/* 108 */ a:active {
/* 109 */     outline: 0;
/* 110 */ }
/* 111 */
/* 112 */ /* geen ronde hoekjes op IOS */
/* 113 */ input, textarea {
/* 114 */     -webkit-appearance: none;
/* 115 */     -webkit-border-radius: 0;
/* 116 */ }
/* 117 */
/* 118 */ /* geen blauw lijn active op IOS */
/* 119 */ :focus {
/* 120 */     outline-color: transparent;
/* 121 */     outline-style: none;
/* 122 */ }
/* 123 */
/* 124 */ /* geen tel link in blauw met lijn op IOS */
/* 125 */ a[href^="tel"] {
/* 126 */     color: inherit;
/* 127 */     text-decoration: none;
/* 128 */ }
/* 129 */
/* 130 */ /* toon scrollbar op IOS als overflow is auto */
/* 131 */ ::-webkit-scrollbar {
/* 132 */     -webkit-appearance: none;
/* 133 */     width: 7px;
/* 134 */ }
/* 135 */
/* 136 */ ::-webkit-scrollbar-thumb {
/* 137 */     border-radius: 4px;
/* 138 */     background-color: rgba(0, 0, 0, .5);
/* 139 */     -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
/* 140 */ }
/* 141 */
/* 142 */ /* The Magnificent Clearfix: nicolasgallagher.com/micro-clearfix-hack/ */
/* 143 */ .clearfix:before, .clearfix:after {
/* 144 */     content: "";
/* 145 */     display: table
/* 146 */ }
/* 147 */
/* 148 */ .clearfix:after {
/* 149 */     clear: both
/* 150 */ }

/* reset.css */

/* 151 */
/* 152 */ .clearfix {
/* 153 */     zoom: 1
/* 154 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* basics.css */

/* 1  */ em{font-style: italic}
/* 2  */ strong{font-weight: bold}
/* 3  */
/* 4  */ .block{display: block}
/* 5  */
/* 6  */ .clear-left{clear: left}
/* 7  */ .clear-right{clear: right}
/* 8  */ .clear-both{clear: both}
/* 9  */
/* 10 */ .float-left{float: left}
/* 11 */ .float-right{float: right}
/* 12 */ .float-none{float: none}
/* 13 */
/* 14 */ .inline-block{display: inline-block}
/* 15 */ .inline{display:inline}
/* 16 */
/* 17 */ .margin-left-auto{margin-left: auto}
/* 18 */ .margin-right-auto{margin-right: auto}
/* 19 */
/* 20 */ .padding-right-20px{padding-right: 20px}
/* 21 */ .padding-right-26px{padding-right: 26px}
/* 22 */ .padding-left-20px{padding-left: 20px}
/* 23 */ .padding-left-26px{padding-left: 26px}
/* 24 */
/* 25 */ .txt-align-left{text-align: left}
/* 26 */ .txt-align-right{text-align: right}
/* 27 */ .txt-align-center{text-align: center}
/* 28 */
/* 29 */ /* FLEX */
/* 30 */ .flex{display: flex}
/* 31 */ .flex-wrap{flex-wrap: wrap}
/* 32 */ .flex-direction-row{flex-direction: row}
/* 33 */ .flex-direction-rwo-reverse{flex-direction:row-reverse}
/* 34 */ .flex-direction-column{flex-direction: column}
/* 35 */ .flex-direction-column-reverse{flex-direction: column-reverse}
/* 36 */ .flex-1{flex: 1}
/* 37 */ /* afstand tussen items horizontaal */
/* 38 */ .column-gap-10px{column-gap: 10px}
/* 39 */ .column-gap-20px{column-gap: 20px}
/* 40 */ .column-gap-4pr{column-gap: 4%}
/* 41 */ /* afstand tussen items vertikaal */
/* 42 */ .grid-row-gap-10px{grid-row-gap: 10px}
/* 43 */ .grid-row-gap-20px{grid-row-gap: 20px}
/* 44 */ .grid-row-gap-30px{grid-row-gap: 30px}
/* 45 */ .grid-row-gap-40px{grid-row-gap: 40px}
/* 46 */ /* align vertikaal */
/* 47 */ .align-items-center{align-items:center}
/* 48 */ .align-items-end{align-items:flex-end}
/* 49 */ .align-items-start{align-items:flex-start}
/* 50 */ /* align horizontal */

/* basics.css */

/* 51 */ .justify-content-center{justify-content: center}
/* 52 */ .justify-content-end{justify-content:flex-end}
/* 53 */ .justify-content-start{justify-content:flex-start}
/* 54 */ .justify-content-space-between{justify-content: space-between}
/* 55 */
/* 56 */ /*SITE*/
/* 57 */ .bg-geel-0{background-color: var(--geel-0)}
/* 58 */ .bg-geel-1{background-color: var(--geel-1)}
/* 59 */ .bg-geel-2{background-color: var(--geel-2)}
/* 60 */ .bg-oranje-1{background-color: var(--oranje-1)}
/* 61 */ .bg-beige-1{background-color: var(--beige-1)}
/* 62 */ .bg-blauw-1{background-color: var(--blauw-1)}
/* 63 */ .bg-blauw-2{background-color: var(--blauw-2)}
/* 64 */
/* 65 */ .transition-delay-1{transition-delay: var(--duration-1)}
/* 66 */ .transition-delay-2{transition-delay: var(--duration-2)}
/* 67 */ .transition-delay-3{transition-delay: var(--duration-3)}
/* 68 */ .transition-delay-4{transition-delay: var(--duration-4)}
/* 69 */ .transition-delay-5{transition-delay: var(--duration-5)}
/* 70 */ .transition-delay-6{transition-delay: var(--duration-6)}
/* 71 */ .transition-delay-7{transition-delay: var(--duration-7)}
/* 72 */ .transition-delay-8{transition-delay: var(--duration-8)}
/* 73 */
/* 74 */
/* 75 */
/* 76 */
/* 77 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* _variabels.css */

/* 1  */ @charset "utf-8";
/* 2  */ :root {
/* 3  */ /* kleuren */
/* 4  */     --primary: #222;
/* 5  */     --primary-hover: #666;
/* 6  */     --grijs-0: #e4e2de;
/* 7  */     --grijs-1: #dbd9d4;
/* 8  */     --grijs-2: #bdbab3;
/* 9  */     --grijs-3: #98948d;
/* 10 */     --grijs-4: #726f68;
/* 11 */     --grijs-5: #666561;
/* 12 */     --grijs-6: #4e4d4a;
/* 13 */     --grijs-8: #2e2d2a;
/* 14 */     --oker-0: #ede9c7;
/* 15 */     --oker-1: #e3daab;
/* 16 */     --oker-2: #cfc595;
/* 17 */     --oker-3: #c1b171;
/* 18 */     --oker-4: #b19e53;
/* 19 */     --oker-5: #a99236;
/* 20 */     --wit: #fff;
/* 21 */     --blauw-1: #0b6bb4;
/* 22 */     --blauw-2: #30a0f6;
/* 23 */
/* 24 */
/* 25 */     /* animation */
/* 26 */     --duration-1: .1s;
/* 27 */     --duration-2: .2s;
/* 28 */     --duration-3: .3s;
/* 29 */     --duration-4: .4s;
/* 30 */     --duration-5: .5s;
/* 31 */     --duration-6: .6s;
/* 32 */     --duration-7: .7s;
/* 33 */     --duration-8: .8s;
/* 34 */
/* 35 */     /* Fonts */
/* 36 */     --font-regular: "MyriadPro-Regular";
/* 37 */     --font-italic: "MyriadPro-Regular-Italic";
/* 38 */     --font-semibold: "MyriadPro-Semibold";
/* 39 */     --font-semibold-italic: "MyriadPro-Semibold-Italic";
/* 40 */     --font-bold: "MyriadPro-Bold";
/* 41 */     --font-bold-italic: "MyriadPro-Bold-Italic";
/* 42 */     --font-icon: "mbo-kompas";
/* 43 */
/* 44 */     --default-font-color: var(--primary);
/* 45 */     --default-font: var(--font-regular);
/* 46 */     --default-font-size: 16px;
/* 47 */     --default-line-height: 1.5;
/* 48 */
/* 49 */     --font-size-x-small: 13px;
/* 50 */     --font-size-small: 14px;

/* _variabels.css */

/* 51 */     --font-size-block: 15px;
/* 52 */     --font-size-regular: 16px;
/* 53 */     --font-size-large: 19px;
/* 54 */     --font-size-x-large: 24px;
/* 55 */
/* 56 */     --line-height-x-small: 18px;
/* 57 */     --line-height-small: 20px;
/* 58 */     --line-height-regular: 26px;
/* 59 */     --line-height-large: 28px;
/* 60 */     --line-height-x-large: 28px;
/* 61 */
/* 62 */     --font-size-h3-large: 36px;
/* 63 */     --line-height-h3-large: 36px;
/* 64 */
/* 65 */     --font-size-icon: 18px;
/* 66 */     --font-size-icon-large: 28px;
/* 67 */     --line-height-icon: 30px;
/* 68 */ }
/* 69 */ @media only screen and (min-width: 1280px) {
/* 70 */
/* 71 */     :root {
/* 72 */
/* 73 */         --default-font-size: 18px;
/* 74 */         --default-line-height: 1.6;
/* 75 */
/* 76 */         --font-size-x-small: 14px;
/* 77 */         --font-size-small: 15px;
/* 78 */         --font-size-regular: 18px;
/* 79 */         --font-size-large: 21px;
/* 80 */         --font-size-x-large: 26px;
/* 81 */
/* 82 */         --line-height-x-small: 19px;
/* 83 */         --line-height-small: 21px;
/* 84 */         --line-height-regular: 28px;
/* 85 */         --line-height-large: 30px;
/* 86 */         --line-height-x-large: 30px;
/* 87 */
/* 88 */         --font-size-h3-large: 38px;
/* 89 */         --line-height-h3-large: 38px;
/* 90 */
/* 91 */     }
/* 92 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* kolommen.css */

/* 1   */ /* MAIN */
/* 2   */ .wrapper {
/* 3   */     flex: 1 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
/* 4   */ }
/* 5   */
/* 6   */ .kolom-content {
/* 7   */     width: 90%;
/* 8   */     max-width: 1450px;
/* 9   */     display: block;
/* 10  */     margin-left: auto;
/* 11  */     margin-right: auto;
/* 12  */ }
/* 13  */ main.padding-top {
/* 14  */     padding-top: 120px;
/* 15  */ }
/* 16  */ main.padding-bottom {
/* 17  */     padding-bottom: 70px;
/* 18  */ }
/* 19  */ section.padding-top {
/* 20  */     padding-top: 50px;
/* 21  */ }
/* 22  */ section.padding-bottom {
/* 23  */     padding-bottom: 50px;
/* 24  */ }
/* 25  */ @media only screen and (min-width: 768px) {
/* 26  */     .kolom-content {
/* 27  */         width: 80%;
/* 28  */     }
/* 29  */     main.padding-top {
/* 30  */         padding-top: 130px;
/* 31  */     }
/* 32  */     main.padding-bottom {
/* 33  */         padding-bottom: 90px;
/* 34  */     }
/* 35  */     section.padding-top {
/* 36  */         padding-top: 70px;
/* 37  */     }
/* 38  */     section.padding-bottom {
/* 39  */         padding-bottom: 70px;
/* 40  */     }
/* 41  */     section.padding-bottom.andere-categorien {
/* 42  */         padding-bottom: 80px;
/* 43  */     }
/* 44  */
/* 45  */ }
/* 46  */
/* 47  */ /* MAIN CONTENT */
/* 48  */ .container-items.columns-2,
/* 49  */ .container-items.columns-3 {
/* 50  */     grid-column-gap: 5%;

/* kolommen.css */

/* 51  */     grid-row-gap: 30px; /* afstand tussen items vertikaal */
/* 52  */ }
/* 53  */
/* 54  */ .container-items.columns-2 .grid__item,
/* 55  */ .container-items.columns-3 .grid__item {
/* 56  */     position: relative;
/* 57  */     width: 47.5%;
/* 58  */ }
/* 59  */
/* 60  */ .container-items.columns-4 {
/* 61  */     grid-column-gap: 4.5%;
/* 62  */     grid-row-gap: 30px; /* afstand tussen items vertikaal */
/* 63  */ }
/* 64  */
/* 65  */ .container-items.columns-4 .grid__item {
/* 66  */     position: relative;
/* 67  */     width: 30.3333%;
/* 68  */ }
/* 69  */ @media only screen and (min-width: 768px) {
/* 70  */     .container-items.columns-3 {
/* 71  */         grid-column-gap: 4.5%;
/* 72  */     }
/* 73  */
/* 74  */     .container-items.columns-3 .grid__item {
/* 75  */         width: 30.3333%;
/* 76  */     }
/* 77  */
/* 78  */     .container-items.columns-4 {
/* 79  */         grid-column-gap: 4%;
/* 80  */     }
/* 81  */
/* 82  */     .container-items.columns-4 .grid__item {
/* 83  */         width: 22%;
/* 84  */     }
/* 85  */
/* 86  */ }
/* 87  */
/* 88  */ @media only screen and (min-width: 1024px) {
/* 89  */     .container-items.columns-4 {
/* 90  */         grid-column-gap: 3%;
/* 91  */     }
/* 92  */
/* 93  */     .container-items.columns-4 .grid__item {
/* 94  */         width: 17.6%;
/* 95  */     }
/* 96  */
/* 97  */ }
/* 98  */ @media only screen and (min-width: 1440px) {
/* 99  */     .container-items.columns-4 {
/* 100 */         grid-column-gap: 1.5%; /* max 8 items naast elkaar */

/* kolommen.css */

/* 101 */     }
/* 102 */
/* 103 */     .container-items.columns-4 .grid__item {
/* 104 */         width: 11.18%; /* max 8 items naast elkaar */
/* 105 */         width: 15.411%; /* max 6 items naast elkaar */
/* 106 */         width: 13%; /* max 7 items naast elkaar */
/* 107 */     }
/* 108 */
/* 109 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* styles.css */

/* 1   */ *::before,
/* 2   */ *::after {
/* 3   */     box-sizing: border-box;
/* 4   */ }
/* 5   */
/* 6   */ html, body {
/* 7   */     height: 100%;
/* 8   */ }
/* 9   */
/* 10  */ body {
/* 11  */     font-family: 'Lora', serif;
/* 12  */     font-family: 'Nunito', sans-serif;
/* 13  */     font-size: 15px;
/* 14  */     line-height: 22px;
/* 15  */     font-weight: 200;
/* 16  */     font-weight: 300;
/* 17  */     font-weight: 400; /* wordt gebruikt */ /* nieuws */
/* 18  */     font-weight: 500; /* wordt gebruikt */ /* menu, knoppen */
/* 19  */     font-weight: 600;
/* 20  */     font-weight: 700; /* wordt gebruikt */ /* bold */
/* 21  */     font-weight: 300; /* wordt gebruikt */ /* body */
/* 22  */     font-variant: normal;
/* 23  */     color: var(--primary);
/* 24  */     display: flex;
/* 25  */     flex-direction: column;
/* 26  */     background-color: var(--oker-1);
/* 27  */ }
/* 28  */
/* 29  */ h1, h2 {
/* 30  */     font-family: 'Lora', serif;
/* 31  */     font-weight: 400;
/* 32  */ }
/* 33  */
/* 34  */ h1 {
/* 35  */     font-size: 28px;
/* 36  */     line-height: 30px;
/* 37  */     margin-bottom: 20px;
/* 38  */     padding-left: 10%;
/* 39  */     padding-right: 10%;
/* 40  */     max-width: 700px;
/* 41  */     position: relative;
/* 42  */     margin-left: auto;
/* 43  */     margin-right: auto;
/* 44  */ }
/* 45  */
/* 46  */ h2,
/* 47  */ h1.styling-als-h2 {
/* 48  */     font-size: 22px;
/* 49  */     line-height: 26px;
/* 50  */     margin-bottom: 10px;

/* styles.css */

/* 51  */ }
/* 52  */
/* 53  */ h3 {
/* 54  */     font-size: 100%;
/* 55  */     font-weight: 700;
/* 56  */     margin-bottom: 10px;
/* 57  */ }
/* 58  */
/* 59  */ span.title {
/* 60  */     display: block;
/* 61  */     font-size: 14px;
/* 62  */     font-weight: 600;
/* 63  */     color: white;
/* 64  */     letter-spacing: 2px;
/* 65  */     margin-bottom: 10px;
/* 66  */     padding-top: 20px;
/* 67  */     padding-top: 0px;
/* 68  */     text-transform: uppercase;
/* 69  */ }
/* 70  */ .introtekst {
/* 71  */     font-family: 'Lora', serif;
/* 72  */     font-weight: 400;
/* 73  */     font-size: 18px;
/* 74  */     line-height: 25px;
/* 75  */ }
/* 76  */ @media only screen and (min-width: 768px) {
/* 77  */     body {
/* 78  */         font-size: 18px;
/* 79  */         line-height: 26px;
/* 80  */     }
/* 81  */
/* 82  */     h1 {
/* 83  */         font-size: 32px;
/* 84  */         line-height: 34px;
/* 85  */         margin-bottom: 30px;
/* 86  */     }
/* 87  */
/* 88  */     h2,
/* 89  */     h1.styling-als-h2 {
/* 90  */         font-size: 26px;
/* 91  */         line-height: 28px;
/* 92  */         margin-bottom: 20px;
/* 93  */     }
/* 94  */     span.title {
/* 95  */         padding-top: 0px;
/* 96  */     }
/* 97  */     .introtekst {
/* 98  */         font-size: 21px;
/* 99  */         line-height: 28px;
/* 100 */     }

/* styles.css */

/* 101 */ }
/* 102 */ @media only screen and (min-width: 1280px) {
/* 103 */     body {
/* 104 */         font-size: 22px;
/* 105 */         line-height: 32px;
/* 106 */     }
/* 107 */
/* 108 */     h1 {
/* 109 */         font-size: 36px;
/* 110 */         line-height: 38px;
/* 111 */     }
/* 112 */
/* 113 */     h2,
/* 114 */     h1.styling-als-h2 {
/* 115 */         font-size: 30px;
/* 116 */         line-height: 34px;
/* 117 */     }
/* 118 */     .introtekst {
/* 119 */         font-size: 26px;
/* 120 */         line-height: 34px;
/* 121 */     }
/* 122 */ }
/* 123 */
/* 124 */ p {
/* 125 */     padding-bottom: 20px;
/* 126 */ }
/* 127 */
/* 128 */ strong, .bold {
/* 129 */     font-weight: 700;
/* 130 */ }
/* 131 */
/* 132 */ a {
/* 133 */     color: var(--blauw-1);
/* 134 */     color: var(--primary);
/* 135 */ }
/* 136 */ a:hover {
/* 137 */     color: var(--blauw-2);
/* 138 */ }
/* 139 */ .blur {
/* 140 */     -webkit-filter: blur(2px);
/* 141 */     filter: blur(2px);
/* 142 */ }
/* 143 */
/* 144 */ .section-anker {
/* 145 */     height: 120px;
/* 146 */     width: 20px;
/* 147 */     position: absolute;
/* 148 */     top: -120px;
/* 149 */     left: 0px;
/* 150 */ }

/* styles.css */

/* 151 */
/* 152 */ .kolom-content ul {
/* 153 */     margin-bottom: 20px;
/* 154 */     padding-left: 20px;
/* 155 */ }
/* 156 */
/* 157 */ .kolom-content ul li {
/* 158 */     list-style-type: disc;
/* 159 */     padding: 0;
/* 160 */ }
/* 161 */
/* 162 */ /* hoofdstuk */
/* 163 */ article {
/* 164 */     position: relative;
/* 165 */ }
/* 166 */
/* 167 */ .padding-top {
/* 168 */     padding-top: 30px;
/* 169 */ }
/* 170 */
/* 171 */ .padding-bottom {
/* 172 */     padding-bottom: 30px;
/* 173 */ }
/* 174 */
/* 175 */ /* VIDEO */
/* 176 */ video {
/* 177 */     display: block;
/* 178 */     width: 100%;
/* 179 */     height: auto;
/* 180 */ }
/* 181 */ .blur {
/* 182 */   filter: blur(4px);
/* 183 */ }
/* 184 */ /* Nodig om Video.js weer te laten schalen naar 100% breedte: */
/* 185 */ .video-js {
/* 186 */     width: auto !important;
/* 187 */     height: auto !important;
/* 188 */ }
/* 189 */
/* 190 */ .video-js {
/* 191 */     margin-bottom: 30px;
/* 192 */     height: auto !important;
/* 193 */ }
/* 194 */
/* 195 */ .video-js video {
/* 196 */     position: relative !important;
/* 197 */ }
/* 198 */
/* 199 */ .kvk-btw {
/* 200 */     font-size: 70%;

/* styles.css */

/* 201 */     line-height: 20px;
/* 202 */     color: var(--grijs);
/* 203 */ }
/* 204 */
/* 205 */ /* iframe */
/* 206 */ .video-container {
/* 207 */     position: relative;
/* 208 */     padding-bottom: 56.25%; /* 16/9 ratio */
/* 209 */     padding-top: 30px; /* IE6 workaround*/
/* 210 */     overflow: hidden;
/* 211 */     margin-bottom: 25px;
/* 212 */ }
/* 213 */
/* 214 */ .video-container iframe,
/* 215 */ .video-container object,
/* 216 */ .video-container embed {
/* 217 */     position: absolute;
/* 218 */     top: 0;
/* 219 */     left: 0;
/* 220 */     width: 100%;
/* 221 */     height: 100%;
/* 222 */ }
/* 223 */
/* 224 */ .container-map {
/* 225 */     position: relative;
/* 226 */     height: 350px;
/* 227 */     overflow: hidden;
/* 228 */ }
/* 229 */
/* 230 */ .container-map iframe {
/* 231 */     position: absolute;
/* 232 */     top: 0;
/* 233 */     left: 0;
/* 234 */     width: 100%;
/* 235 */     height: 100%;
/* 236 */ }
/* 237 */ /* collapse */
/* 238 */ .toggle {
/* 239 */     height: 40px;
/* 240 */     width: 163px;
/* 241 */     position: relative;
/* 242 */     cursor: pointer;
/* 243 */     font-size: 16px;
/* 244 */     text-align: left;
/* 245 */     font-weight: 400;
/* 246 */     margin-top: 0px;
/* 247 */     line-height: 30px;
/* 248 */     margin-bottom: 20px;
/* 249 */ }
/* 250 */ .toggle.expanded {

/* styles.css */

/* 251 */ }
/* 252 */ .toggle .less {
/* 253 */     display: none;
/* 254 */ }
/* 255 */ .toggle.expanded .more {
/* 256 */     display: none;
/* 257 */ }
/* 258 */ .toggle.expanded .less {
/* 259 */     display: inherit;
/* 260 */ }
/* 261 */ .toggle .icon {
/* 262 */     font-size: 24px;
/* 263 */     line-height: 35px;
/* 264 */     height: 30px;
/* 265 */     width: 30px;
/* 266 */     text-align: center;
/* 267 */     position: relative;
/* 268 */     left: 5px;
/* 269 */     top: 4px;
/* 270 */     font-size: 16px;
/* 271 */ }
/* 272 */ .toggle .more,
/* 273 */ .toggle .less {
/* 274 */     height: 50px;
/* 275 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* images.css */

/* 1   */ @charset "UTF-8";
/* 2   */ .image {
/* 3   */     display: block;
/* 4   */     width: 100%;
/* 5   */     position: relative;
/* 6   */ }
/* 7   */ .image:before{
/* 8   */     content: "";
/* 9   */     display: block;
/* 10  */     padding-top: 100%;
/* 11  */ }
/* 12  */ .image.h-50procent:before{
/* 13  */     padding-top: 50%;
/* 14  */ }
/* 15  */ .img-container {
/* 16  */     position: absolute;
/* 17  */     top: 0;
/* 18  */     left: 0;
/* 19  */     bottom: 0;
/* 20  */     right: 0;
/* 21  */     z-index: 2;
/* 22  */ }
/* 23  */ .img-container .featured-image {
/* 24  */     width: 100%;
/* 25  */     height: 100%;
/* 26  */     object-fit: cover;
/* 27  */     overflow: hidden;
/* 28  */ }
/* 29  */ .img-container img,
/* 30  */ .img-container video {
/* 31  */     width: 100%;
/* 32  */     height: 100%;
/* 33  */     object-fit: cover;
/* 34  */     overflow: hidden;
/* 35  */ }
/* 36  */ .custom-object-fit {
/* 37  */     position: relative;
/* 38  */     background-size: cover;
/* 39  */     background-position: center center;
/* 40  */ }
/* 41  */ .custom-object-fit img {
/* 42  */     opacity: 0;
/* 43  */ }
/* 44  */ .img-container.custom-object-fit {
/* 45  */     position: absolute;
/* 46  */     top: 0;
/* 47  */     left: 0;
/* 48  */     bottom: 0;
/* 49  */     right: 0;
/* 50  */ }

/* images.css */

/* 51  */ /* Image contain */
/* 52  */ .img-container.contain img {
/* 53  */     object-fit: contain;
/* 54  */ }
/* 55  */ /* Image at bottom*/
/* 56  */ .img-container.bottom img,
/* 57  */ .img-container.bottom video {
/* 58  */     object-position: bottom;
/* 59  */ }
/* 60  */ .img-container.bottom.custom-object-fit {
/* 61  */     background-position: center bottom;
/* 62  */ }
/* 63  */ /* Image at top*/
/* 64  */ .img-container.top img,
/* 65  */ .img-container.top video {
/* 66  */     object-position: top;
/* 67  */ }
/* 68  */ .img-container.top.custom-object-fit {
/* 69  */     background-position: center top;
/* 70  */ }
/* 71  */ /* TEKST */
/* 72  */ .image .quote {
/* 73  */     position: absolute;
/* 74  */     top: 0;
/* 75  */     left: 0;
/* 76  */     bottom: 0;
/* 77  */     right: 0;
/* 78  */     z-index: 3;
/* 79  */     display: -webkit-box;
/* 80  */     display: -webkit-flex;
/* 81  */     display: -moz-box;
/* 82  */     display: -ms-flexbox;
/* 83  */     display: flex;
/* 84  */ /* align vertical */
/* 85  */     -webkit-box-align: center;
/* 86  */     -moz-box-align: center;
/* 87  */     -ms-flex-align: center;
/* 88  */     -webkit-align-items: center;
/* 89  */     align-items: center;
/* 90  */     text-align: center;
/* 91  */ }
/* 92  */ .image .quote h4 {
/* 93  */     padding-bottom: 5px;
/* 94  */     font-size: 18px;
/* 95  */     color: #fff;
/* 96  */     width: 100%;
/* 97  */ }
/* 98  */ .image .quote h3 {
/* 99  */     padding-bottom: 5px;
/* 100 */     font-size: 24px;

/* images.css */

/* 101 */     color: #fff;
/* 102 */     width: 100%;
/* 103 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* header.css */

/* 1   */ header {
/* 2   */     position: relative;
/* 3   */     position: absolute;
/* 4   */     position: fixed;
/* 5   */     z-index: 6;
/* 6   */     width: 100%;
/* 7   */     height: 45px;
/* 8   */     left: 0px;
/* 9   */     top: 0px;
/* 10  */     background-color: transparent;
/* 11  */     background-color: #111;
/* 12  */     background-color: var(--grijs-8);
/* 13  */ }
/* 14  */ header.small {
/* 15  */     height: 55px;
/* 16  */     background-color: var(--wit);
/* 17  */     -webkit-box-shadow: 0 5px 4px -4px #333;
/* 18  */     -moz-box-shadow: 0 5px 4px -4px #333;
/* 19  */     box-shadow: 0 5px 4px -4px #333;
/* 20  */ }
/* 21  */ /* LOGO */
/* 22  */ #logo {
/* 23  */     position: absolute;
/* 24  */     width: 110px;
/* 25  */     left: 20px;
/* 26  */     top: 60px;
/* 27  */     z-index: 40;
/* 28  */ }
/* 29  */
/* 30  */ #logo img {
/* 31  */     width: 100%;
/* 32  */ }
/* 33  */ #logo .logo {
/* 34  */     fill-rule:evenodd;
/* 35  */     clip-rule:evenodd;
/* 36  */     fill: var(--primary);
/* 37  */ }
/* 38  */ header.small #logo {
/* 39  */     width: 90px;
/* 40  */     left: 30px;
/* 41  */     top: 14px;
/* 42  */ }
/* 43  */ @media only screen and (min-width: 768px) {
/* 44  */     header {
/* 45  */         height: 0px;
/* 46  */     }
/* 47  */     #logo {
/* 48  */         top: 15px;
/* 49  */     }
/* 50  */ }

/* header.css */

/* 51  */ @media only screen and (min-width: 1280px) {
/* 52  */     header {
/* 53  */         height: 0px;
/* 54  */     }
/* 55  */     #logo {
/* 56  */         width: 160px;
/* 57  */         left: 30px;
/* 58  */         top: 25px;
/* 59  */     }
/* 60  */     header.small #logo {
/* 61  */         top: 14px;
/* 62  */     }
/* 63  */ }
/* 64  */
/* 65  */ /* kleur op homepage */
/* 66  */ body.index #logo .logo {
/* 67  */     fill: var(--wit);
/* 68  */ }
/* 69  */ body.index header.small #logo .logo {
/* 70  */     fill: var(--primary);
/* 71  */ }
/* 72  */
/* 73  */ /* vlaggen */
/* 74  */ #vlaggen-container {
/* 75  */     position: absolute;
/* 76  */     z-index: 60;
/* 77  */     top: 6px;
/* 78  */     right: 5px;
/* 79  */     line-height: 32px;
/* 80  */ }
/* 81  */ header.small #vlaggen-container {
/* 82  */     top: 11px;
/* 83  */     right: 95px;
/* 84  */ }
/* 85  */ .vlag {
/* 86  */     float: left;
/* 87  */     margin-right: 15px;
/* 88  */     width: 20px;
/* 89  */ }
/* 90  */ @media only screen and (min-width: 768px) {
/* 91  */     #vlaggen-container {
/* 92  */         top: 11px;
/* 93  */         right: 95px;
/* 94  */     }
/* 95  */ }
/* 96  */ @media only screen and (min-width: 1280px) {
/* 97  */     #vlaggen-container {
/* 98  */         right: 10px;
/* 99  */     }
/* 100 */     header.small #vlaggen-container {

/* header.css */

/* 101 */         right: 10px;
/* 102 */     }
/* 103 */ }
/* 104 */
/* 105 */ /* PANEL */
/* 106 */ .panel-maatwerk {
/* 107 */     position: absolute;
/* 108 */     z-index: 22;
/* 109 */     top: -250px;
/* 110 */     right: 110px;
/* 111 */     margin-top: 0px;
/* 112 */     z-index: 40;
/* 113 */ }
/* 114 */ .panel-maatwerk .txt {
/* 115 */     position: absolute;
/* 116 */     padding: 20px;
/* 117 */     font-weight: 600;
/* 118 */     font-size: 16px;
/* 119 */ }
/* 120 */ .panel-maatwerk .pijl {
/* 121 */     position: absolute;
/* 122 */     display: block;
/* 123 */     width: 30px;
/* 124 */     height: 30px;
/* 125 */ }
/* 126 */ header.small .panel-maatwerk {
/* 127 */     margin-top: -250px;
/* 128 */ }
/* 129 */ .panel-maatwerk a {
/* 130 */     display: flex;
/* 131 */     align-items: center;
/* 132 */     justify-content: center;
/* 133 */     flex-direction: column;
/* 134 */     font-size: 20px;
/* 135 */     line-height: 24px;
/* 136 */     text-align: center;
/* 137 */     height: 110px;
/* 138 */     width: 110px;
/* 139 */     border-radius: 50%;
/* 140 */     text-decoration: none;
/* 141 */     -webkit-box-shadow: 0 10px 8px -8px #333;
/* 142 */     -moz-box-shadow: 0 10px 8px -8px #333;
/* 143 */     box-shadow: 0 10px 8px -8px #333;
/* 144 */     transition: top 0.5s ease-in-out;
/* 145 */     -webkit-transition: top 0.5s ease-in-out;
/* 146 */     -moz-transition: top 0.5s ease-in-out;
/* 147 */     overflow: hidden;
/* 148 */ }
/* 149 */ .panel-maatwerk a:hover {
/* 150 */     -webkit-box-shadow: 0 18px 12px -12px #333;

/* header.css */

/* 151 */     -moz-box-shadow: 0 18px 12px -12px #333;
/* 152 */     box-shadow: 0 18px 12px -12px #333;
/* 153 */ }
/* 154 */ .panel-maatwerk a:focus {
/* 155 */     -webkit-box-shadow: 0 4px 2px -2px #666;
/* 156 */     -moz-box-shadow: 0 4px 2px -2px #666;
/* 157 */     box-shadow: 0 4px 2px -2px #666;
/* 158 */ }
/* 159 */ @media only screen and (min-width: 768px) {
/* 160 */     .panel-maatwerk {
/* 161 */         right: 200px;
/* 162 */     }
/* 163 */     .panel-maatwerk a {
/* 164 */         height: 150px;
/* 165 */         width: 150px;
/* 166 */     }
/* 167 */     .panel-maatwerk .pijl {
/* 168 */         width: 40px;
/* 169 */     }
/* 170 */ }
/* 171 */ @media only screen and (min-width: 1280px) {
/* 172 */     .panel-maatwerk {
/* 173 */         right: 170px;
/* 174 */         z-index: 60;
/* 175 */     }
/* 176 */ }
/* 177 */
/* 178 */ .panel-maatwerk {
/* 179 */     -moz-animation-name: dropHeader;
/* 180 */     -moz-animation-iteration-count: 1;
/* 181 */     -moz-animation-timing-function: ease-out;
/* 182 */     -moz-animation-duration: 1s;
/* 183 */     -moz-animation-delay: 2s;
/* 184 */     -moz-animation-fill-mode: forwards;
/* 185 */
/* 186 */     -webkit-animation-name: dropHeader;
/* 187 */     -webkit-animation-iteration-count: 1;
/* 188 */     -webkit-animation-timing-function: ease-out;
/* 189 */     -webkit-animation-duration: 1s;
/* 190 */     -webkit-animation-delay: 2s;
/* 191 */     -webkit-animation-fill-mode: forwards;
/* 192 */
/* 193 */     animation-name: dropHeader;
/* 194 */     animation-iteration-count: 1;
/* 195 */     animation-timing-function: ease-out;
/* 196 */     animation-duration: 1s;
/* 197 */     animation-delay: 2s;
/* 198 */     animation-fill-mode: forwards;
/* 199 */ }
/* 200 */

/* header.css */

/* 201 */ @-moz-keyframes dropHeader {
/* 202 */     from {
/* 203 */         top:-250px;
/* 204 */     }
/* 205 */     to {
/* 206 */         top: -15px;
/* 207 */     }
/* 208 */ }
/* 209 */ @-webkit-keyframes dropHeader {
/* 210 */     from {
/* 211 */         top:-250px;
/* 212 */     }
/* 213 */     to {
/* 214 */         top: -15px;
/* 215 */     }
/* 216 */ }
/* 217 */ @keyframes dropHeader {
/* 218 */     from {
/* 219 */         top:-250px;
/* 220 */     }
/* 221 */     to {
/* 222 */         top: -15px;
/* 223 */     }
/* 224 */ }
/* 225 */
/* 226 */ @media only screen and (min-width: 768px) {
/* 227 */
/* 228 */     @-moz-keyframes dropHeader {
/* 229 */         from {
/* 230 */             top:-250px;
/* 231 */         }
/* 232 */         to {
/* 233 */             top: -25px;
/* 234 */         }
/* 235 */     }
/* 236 */     @-webkit-keyframes dropHeader {
/* 237 */         from {
/* 238 */             top:-250px;
/* 239 */         }
/* 240 */         to {
/* 241 */             top: -25px;
/* 242 */         }
/* 243 */     }
/* 244 */     @keyframes dropHeader {
/* 245 */         from {
/* 246 */             top:-250px;
/* 247 */         }
/* 248 */         to {
/* 249 */             top: -25px;
/* 250 */         }

/* header.css */

/* 251 */     }
/* 252 */
/* 253 */ }
/* 254 */
/* 255 */ .transition {
/* 256 */     transition: all 0.5s ease-in-out;
/* 257 */     -webkit-transition: all 0.5s ease-in-out;
/* 258 */     -moz-transition: all 0.5s ease-in-out;
/* 259 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

file-relative URI  : fonts/kelvin-degree.eot
path prepended     : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary/fonts/kelvin-degree.eot
docroot stripped   : /css/stationary/fonts/kelvin-degree.eot
traversals removed : /css/stationary/fonts/kelvin-degree.eot

file-relative URI  : fonts/kelvin-degree.eot?#iefix
path prepended     : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary/fonts/kelvin-degree.eot?#iefix
docroot stripped   : /css/stationary/fonts/kelvin-degree.eot?#iefix
traversals removed : /css/stationary/fonts/kelvin-degree.eot?#iefix

file-relative URI  : fonts/kelvin-degree.woff
path prepended     : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary/fonts/kelvin-degree.woff
docroot stripped   : /css/stationary/fonts/kelvin-degree.woff
traversals removed : /css/stationary/fonts/kelvin-degree.woff

file-relative URI  : fonts/kelvin-degree.ttf
path prepended     : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary/fonts/kelvin-degree.ttf
docroot stripped   : /css/stationary/fonts/kelvin-degree.ttf
traversals removed : /css/stationary/fonts/kelvin-degree.ttf

file-relative URI  : fonts/kelvin-degree.svg#kelvin-degree
path prepended     : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary/fonts/kelvin-degree.svg#kelvin-degree
docroot stripped   : /css/stationary/fonts/kelvin-degree.svg#kelvin-degree
traversals removed : /css/stationary/fonts/kelvin-degree.svg#kelvin-degree

*/

/* icon-font.css */

/* 1   */ @charset "UTF-8";
/* 2   */
/* 3   */ @font-face {
/* 4   */   font-family: "kelvin-degree";
/* 5   */   src:url("/css/stationary/fonts/kelvin-degree.eot");
/* 6   */   src:url("/css/stationary/fonts/kelvin-degree.eot?#iefix") format("embedded-opentype"),
/* 7   */     url("/css/stationary/fonts/kelvin-degree.woff") format("woff"),
/* 8   */     url("/css/stationary/fonts/kelvin-degree.ttf") format("truetype"),
/* 9   */     url("/css/stationary/fonts/kelvin-degree.svg#kelvin-degree") format("svg");
/* 10  */   font-weight: normal;
/* 11  */   font-style: normal;
/* 12  */   font-display: swap;
/* 13  */ }
/* 14  */
/* 15  */ [data-icon]:before {
/* 16  */   font-family: "kelvin-degree" !important;
/* 17  */   content: attr(data-icon);
/* 18  */   font-style: normal !important;
/* 19  */   font-weight: normal !important;
/* 20  */   font-variant: normal !important;
/* 21  */   text-transform: none !important;
/* 22  */   speak: none;
/* 23  */   line-height: 0;
/* 24  */   -webkit-font-smoothing: antialiased;
/* 25  */   -moz-osx-font-smoothing: grayscale;
/* 26  */ }
/* 27  */
/* 28  */ [class^="icon-"]:before,
/* 29  */ [class*=" icon-"]:before {
/* 30  */   font-family: "kelvin-degree" !important;
/* 31  */   font-style: normal !important;
/* 32  */   font-weight: normal !important;
/* 33  */   font-variant: normal !important;
/* 34  */   text-transform: none !important;
/* 35  */   speak: none;
/* 36  */   line-height: 0;
/* 37  */   -webkit-font-smoothing: antialiased;
/* 38  */   -moz-osx-font-smoothing: grayscale;
/* 39  */ }
/* 40  */
/* 41  */ .icon-bestanden:before {
/* 42  */   content: "\61";
/* 43  */ }
/* 44  */ .icon-calender:before {
/* 45  */   content: "\62";
/* 46  */ }
/* 47  */ .icon-download:before {
/* 48  */   content: "\63";
/* 49  */ }
/* 50  */ .icon-facebook:before {

/* icon-font.css */

/* 51  */   content: "\64";
/* 52  */ }
/* 53  */ .icon-filter:before {
/* 54  */   content: "\65";
/* 55  */ }
/* 56  */ .icon-huis:before {
/* 57  */   content: "\66";
/* 58  */ }
/* 59  */ .icon-instagram:before {
/* 60  */   content: "\68";
/* 61  */ }
/* 62  */ .icon-instellingen:before {
/* 63  */   content: "\69";
/* 64  */ }
/* 65  */ .icon-linkedin:before {
/* 66  */   content: "\6c";
/* 67  */ }
/* 68  */ .icon-locatie:before {
/* 69  */   content: "\6d";
/* 70  */ }
/* 71  */ .icon-pinterest:before {
/* 72  */   content: "\6e";
/* 73  */ }
/* 74  */ .icon-phone:before {
/* 75  */   content: "\73";
/* 76  */ }
/* 77  */ .icon-persoon:before {
/* 78  */   content: "\74";
/* 79  */ }
/* 80  */ .icon-oldphone:before {
/* 81  */   content: "\75";
/* 82  */ }
/* 83  */ .icon-okay:before {
/* 84  */   content: "\76";
/* 85  */ }
/* 86  */ .icon-mobile:before {
/* 87  */   content: "\77";
/* 88  */ }
/* 89  */ .icon-midden:before {
/* 90  */   content: "\78";
/* 91  */ }
/* 92  */ .icon-mail:before {
/* 93  */   content: "\79";
/* 94  */ }
/* 95  */ .icon-loep:before {
/* 96  */   content: "\7a";
/* 97  */ }
/* 98  */ .icon-sluiten:before {
/* 99  */   content: "\42";
/* 100 */ }

/* icon-font.css */

/* 101 */ .icon-ster:before {
/* 102 */   content: "\44";
/* 103 */ }
/* 104 */ .icon-tijdsduur:before {
/* 105 */   content: "\45";
/* 106 */ }
/* 107 */ .icon-tiktok:before {
/* 108 */   content: "\46";
/* 109 */ }
/* 110 */ .icon-twitter:before {
/* 111 */   content: "\47";
/* 112 */ }
/* 113 */ .icon-web:before {
/* 114 */   content: "\48";
/* 115 */ }
/* 116 */ .icon-youtube:before {
/* 117 */   content: "\49";
/* 118 */ }
/* 119 */ .icon-whatsapp:before {
/* 120 */   content: "\67";
/* 121 */ }
/* 122 */ .icon-pijl-links:before {
/* 123 */   content: "\6a";
/* 124 */ }
/* 125 */ .icon-pijl-omhoog:before {
/* 126 */   content: "\6b";
/* 127 */ }
/* 128 */ .icon-pijl-omlaag:before {
/* 129 */   content: "\6f";
/* 130 */ }
/* 131 */ .icon-pijl-rechts:before {
/* 132 */   content: "\70";
/* 133 */ }
/* 134 */ .icon-pijl-links-1:before {
/* 135 */   content: "\71";
/* 136 */ }
/* 137 */ .icon-pijl-omhoog-1:before {
/* 138 */   content: "\72";
/* 139 */ }
/* 140 */ .icon-pijl-omlaag-1:before {
/* 141 */   content: "\41";
/* 142 */ }
/* 143 */ .icon-pijl-rechts-1:before {
/* 144 */   content: "\43";
/* 145 */ }
/* 146 */ .icon-x:before {
/* 147 */   content: "\4a";
/* 148 */ }
/* 149 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* menu.css */

/* 1   */ @charset "UTF-8";
/* 2   */ /* letter grootte */
/* 3   */ .nav-wrapper nav li a,
/* 4   */ .menu-item-has-children span {
/* 5   */     font-size: 18px;
/* 6   */     font-weight: 500;
/* 7   */     font-variant: normal;
/* 8   */     -webkit-transition: font-size 0.3s ease-out;
/* 9   */     -moz-transition: font-size 0.3s ease-out;
/* 10  */     transition: font-size 0.3s ease-out;
/* 11  */ }
/* 12  */ header.small .nav-wrapper nav li a:hover {
/* 13  */   color: var(--primary);
/* 14  */ }
/* 15  */ @media only screen and (min-width: 1280px) {
/* 16  */     .nav-wrapper nav li a,
/* 17  */     .menu-item-has-children span {
/* 18  */         font-size: 17px;
/* 19  */     }
/* 20  */     header.small .nav-wrapper nav li a,
/* 21  */     header.small .menu-item-has-children span {
/* 22  */         font-size: 15px;
/* 23  */     }
/* 24  */ }
/* 25  */ /* kleur op homepage */
/* 26  */ @media only screen and (min-width: 1280px) {
/* 27  */     body.index .menu-item-has-children span,
/* 28  */     body.index .nav-wrapper nav li a {
/* 29  */         color: var(--wit);
/* 30  */     }
/* 31  */     body.index header.small .nav-wrapper nav li a,
/* 32  */     body.index header.small .nav-wrapper nav li a:hover {
/* 33  */       color: var(--primary);
/* 34  */     }
/* 35  */ }
/* 36  */ /* nav-wrapper */
/* 37  */ .nav-wrapper nav {
/* 38  */   position: fixed;
/* 39  */   height: 100%;
/* 40  */   width: 270px;
/* 41  */   right: -270px;
/* 42  */   z-index: 90;
/* 43  */   background-color: var(--oker-5);
/* 44  */   -webkit-transition: right 0.3s ease-out;
/* 45  */   -moz-transition: right 0.3s ease-out;
/* 46  */   transition: right 0.3s ease-out;
/* 47  */ }
/* 48  */ .nav-wrapper.show-menu nav {
/* 49  */   right: 0px;
/* 50  */ }

/* menu.css */

/* 51  */ .nav-wrapper nav ul.nav-content {
/* 52  */   position: absolute;
/* 53  */   height: 100%;
/* 54  */   height: -moz-calc(100% - 190px); /* Firefox */
/* 55  */   height: calc(100% - 190px); /* Standard */
/* 56  */   right: 0;
/* 57  */   top: 0;
/* 58  */   width: 100%;
/* 59  */   margin-top: 50px;
/* 60  */   margin-bottom: 140px;
/* 61  */   /* mooie scroll op IOS */
/* 62  */   overflow-y: auto;
/* 63  */   -webkit-overflow-scrolling: touch;
/* 64  */ }
/* 65  */ @media only screen and (min-width: 768px) {
/* 66  */   .nav-wrapper nav {
/* 67  */     width: 350px;
/* 68  */     right: -350px;
/* 69  */   }
/* 70  */   .nav-wrapper nav ul.nav-content {
/* 71  */     margin-top: 100px;
/* 72  */   }
/* 73  */ }
/* 74  */ .nav-wrapper nav ul.nav-content {
/* 75  */   padding-bottom: 160px;
/* 76  */ }
/* 77  */ .nav-wrapper nav li a {
/* 78  */   display: block;
/* 79  */   line-height: 45px;
/* 80  */   padding: 0 16px 0 32px;
/* 81  */   color: var(--wit);
/* 82  */   text-decoration: none;
/* 83  */ }
/* 84  */ .nav-wrapper nav li a:hover,
/* 85  */ .menu-item-has-children:hover > span {
/* 86  */   color: var(--wit);
/* 87  */   text-decoration: none;
/* 88  */ }
/* 89  */ .nav-wrapper nav .menu-item-has-children > span.submenu-open {
/* 90  */     background-color: var(--oker-4);
/* 91  */ }
/* 92  */ /* menu-items met submenu */
/* 93  */ .menu-item-has-children span {
/* 94  */   display: block;
/* 95  */   position: relative;
/* 96  */   padding-left: 32px;
/* 97  */   padding-right: 40px;
/* 98  */   height: 50px;
/* 99  */   line-height: 50px;
/* 100 */   color: #FFF;

/* menu.css */

/* 101 */ }
/* 102 */ .menu-item-has-children:hover > span {
/* 103 */   cursor: pointer;
/* 104 */ }
/* 105 */ /* submenu */
/* 106 */ .nav-wrapper nav ul.nav-dropdown {
/* 107 */   display: none;
/* 108 */   margin-bottom: 0;
/* 109 */   background-color: var(--oker-3);
/* 110 */   padding-top: 20px;
/* 111 */   padding-bottom: 20px;
/* 112 */ }
/* 113 */ .nav-wrapper nav ul.nav-dropdown ul li a {
/* 114 */   padding-left: 50px;
/* 115 */ }
/* 116 */ @media only screen and (min-width: 1280px) {
/* 117 */   .nav-wrapper nav {
/* 118 */     background-color: transparent;
/* 119 */     position: absolute;
/* 120 */     height: auto;
/* 121 */     height: 50px;
/* 122 */     width: 100%;
/* 123 */     width: -moz-calc(100% - 240px);
/* 124 */     width: -webkit-calc(100% - 240px);
/* 125 */     width: calc(100% - 240px);
/* 126 */     left: 240px;
/* 127 */     top: 25px;
/* 128 */     text-align: left;
/* 129 */     z-index: 50;
/* 130 */     transition: all 0.5s ease-in-out;
/* 131 */     -webkit-transition: all 0.5s ease-in-out;
/* 132 */     -moz-transition: all 0.5s ease-in-out;
/* 133 */   }
/* 134 */   header.small .nav-wrapper nav {
/* 135 */     left: 160px;
/* 136 */     top: 3px;
/* 137 */   }
/* 138 */   .nav-wrapper nav ul.nav-content {
/* 139 */     position: absolute;
/* 140 */     overflow-y: visible;
/* 141 */     height: 50px;
/* 142 */     width: 100%;
/* 143 */     padding: 0;
/* 144 */     margin: 0;
/* 145 */     top: 0px;
/* 146 */     bottom: 0px;
/* 147 */     display: block;
/* 148 */     list-style: none;
/* 149 */     background-color: transparent;
/* 150 */   }

/* menu.css */

/* 151 */   .nav-wrapper nav li {
/* 152 */     display: inline-block;
/* 153 */     height: 50px;
/* 154 */     margin-right: 25px;
/* 155 */   }
/* 156 */   .nav-wrapper nav li a {
/* 157 */     text-decoration: none;
/* 158 */     position: relative;
/* 159 */     margin: 0px;
/* 160 */     padding: 0;
/* 161 */     height: 50px;
/* 162 */     line-height: 50px;
/* 163 */   }
/* 164 */   .nav-wrapper nav li.menu-item-has-children {
/* 165 */     margin-right: 10px;
/* 166 */   }
/* 167 */   .menu-item-has-children span {
/* 168 */     padding-left: 20px;
/* 169 */     padding-left: 0;
/* 170 */   }
/* 171 */   .nav-wrapper nav li a,
/* 172 */   .menu-item-has-children span {
/* 173 */     color: var(--primary);
/* 174 */   }
/* 175 */   .nav-wrapper nav li a:hover {
/* 176 */     color: var(--wit);
/* 177 */   }
/* 178 */   /* submenu */
/* 179 */   .nav-wrapper nav ul.nav-dropdown {
/* 180 */     display: none;
/* 181 */     position: absolute;
/* 182 */     top: 100%;
/* 183 */     background-color: var(--wit);
/* 184 */     padding-top: 28px;
/* 185 */     padding-bottom: 28px;
/* 186 */     padding-left: 20px;
/* 187 */     padding-right: 15px;
/* 188 */     top: 50px;
/* 189 */     -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
/* 190 */     -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
/* 191 */     box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
/* 192 */     margin-top: 0px;
/* 193 */     z-index: 70;
/* 194 */     margin-left: -35px;
/* 195 */     border-radius: 20px;
/* 196 */   }
/* 197 */   /* submenu item */
/* 198 */   .nav-wrapper nav ul.nav-dropdown li {
/* 199 */     padding-left: 0px;
/* 200 */     display: block;

/* menu.css */

/* 201 */     margin-bottom: 0px;
/* 202 */     margin-right: 30px;
/* 203 */     width: 100%;
/* 204 */     float: none;
/* 205 */     position: relative;
/* 206 */     text-align: left;
/* 207 */     height: 40px;
/* 208 */   }
/* 209 */   /* tekst in submenu */
/* 210 */   .nav-wrapper nav ul.nav-dropdown li a {
/* 211 */     margin-left: 0px;
/* 212 */     padding-left: 20px;
/* 213 */     padding-right: 30px;
/* 214 */     color: var(--primary);
/* 215 */     transition: all 0.5s;
/* 216 */     -moz-transition: all 0.3s;
/* 217 */     -webkit-transition: all 0.3s;
/* 218 */     -o-transition: all 0.3s;
/* 219 */     height: 40px;
/* 220 */     line-height: 38px;
/* 221 */   }
/* 222 */   /* mouseover in submenu */
/* 223 */   .nav-wrapper nav ul.nav-dropdown li a:hover {
/* 224 */     color: #9d0e8c;
/* 225 */     color: var(--pink-deep);
/* 226 */     background-color: var(--wit);
/* 227 */     padding-left: 30px;
/* 228 */     padding-right: 20px;
/* 229 */   }
/* 230 */   /* show submenu */
/* 231 */   .nav-wrapper nav ul li:hover > ul.nav-dropdown {
/* 232 */     display: block;
/* 233 */   }
/* 234 */   .nav-wrapper nav ul ul.nav-dropdown:hover {
/* 235 */     display: block;
/* 236 */   }
/* 237 */ }
/* 238 */ /* pijltje */
/* 239 */ .nav-wrapper nav .menu-item-has-children > span::after {
/* 240 */     font-family: "kelvin-degree";
/* 241 */     content: "\70";
/* 242 */     font-size: 12px;
/* 243 */     line-height: 23px;
/* 244 */   text-align: center;
/* 245 */   display: block;
/* 246 */   height: 25px;
/* 247 */   width: 25px;
/* 248 */   position: absolute;
/* 249 */   top: 48%;
/* 250 */   bottom: auto;

/* menu.css */

/* 251 */   -webkit-transform: translateY(-50%);
/* 252 */   -moz-transform: translateY(-50%);
/* 253 */   transform: translateY(-50%);
/* 254 */   right: 10px;
/* 255 */   -webkit-transition-property: -webkit-transform;
/* 256 */   -moz-transition-property: -moz-transform;
/* 257 */   transition-property: transform;
/* 258 */   -webkit-transition-duration: 0.2s;
/* 259 */   -moz-transition-duration: 0.2s;
/* 260 */   transition-duration: 0.2s;
/* 261 */ }
/* 262 */ .nav-wrapper nav .menu-item-has-children > span.submenu-open::after {
/* 263 */   -webkit-transform: translateY(-50%) rotate(90deg);
/* 264 */   -moz-transform: translateY(-50%) rotate(90deg);
/* 265 */   transform: translateY(-50%) rotate(90deg);
/* 266 */ }
/* 267 */ @media only screen and (min-width: 768px) {
/* 268 */   .nav-wrapper nav .menu-item-has-children > span::after {
/* 269 */     right: 25px;
/* 270 */   }
/* 271 */ }
/* 272 */ @media only screen and (min-width: 1280px) {
/* 273 */   /* pijltje draaien */
/* 274 */   .nav-wrapper nav .menu-item-has-children > span::after {
/* 275 */     -webkit-transform: translateY(-50%) rotate(90deg);
/* 276 */     -moz-transform: translateY(-50%) rotate(90deg);
/* 277 */     transform: translateY(-50%) rotate(90deg);
/* 278 */     right: 10px;
/* 279 */     top: 27px;
/* 280 */   }
/* 281 */ }
/* 282 */ /* HOVER EFFECT */
/* 283 */ @media only screen and (min-width: 1280px) {
/* 284 */     .nav-wrapper nav li a {
/* 285 */         position: relative;
/* 286 */     }
/* 287 */     .nav-wrapper nav li a:after {
/* 288 */         content: "";
/* 289 */         position: absolute;
/* 290 */         top: 40px;
/* 291 */         right: 0;
/* 292 */         left: auto;
/* 293 */         width: 0%;
/* 294 */         height: 2px;
/* 295 */         background: #fff;
/* 296 */         transition-property: width;
/* 297 */         transition-duration: 0.4s;
/* 298 */     }
/* 299 */
/* 300 */     .nav-wrapper nav li a:hover:after {

/* menu.css */

/* 301 */         width: 100%;
/* 302 */         right: auto;
/* 303 */         left: 0;
/* 304 */     }
/* 305 */
/* 306 */     header.small .nav-wrapper nav li a:after {
/* 307 */         background: var(--primary);
/* 308 */     }
/* 309 */     .nav-wrapper nav ul.nav-dropdown li a:after {
/* 310 */         background-color: var(--wit);
/* 311 */     }
/* 312 */     header.small .menu-item-has-children span {
/* 313 */         color: var(--primary);
/* 314 */     }
/* 315 */
/* 316 */ }
/* 317 */ @media only screen and (min-width: 1440px) {
/* 318 */   .nav-wrapper nav li {
/* 319 */     margin-right: 30px;
/* 320 */   }
/* 321 */ }
/* 322 */ /* afdek */
/* 323 */ .afdek-nav,
/* 324 */ .afdek-zoeken {
/* 325 */   right: 0px;
/* 326 */   z-index: 50;
/* 327 */   top: 0px;
/* 328 */   height: 0;
/* 329 */   width: 0;
/* 330 */   background-color: rgba(0, 0, 0, 0.6);
/* 331 */   position: fixed;
/* 332 */   opacity: 0;
/* 333 */   transition: opacity 0.6s ease-in, height 0s linear, width 0s linear;
/* 334 */   transition-delay: 0s, 0.6s, 0.6s;
/* 335 */ }
/* 336 */ .afdek-zoeken {
/* 337 */   z-index: 5;
/* 338 */ }
/* 339 */
/* 340 */ .nav-wrapper.show-menu .afdek-nav,
/* 341 */ .container-zoeken.show-afdek .afdek-zoeken {
/* 342 */   height: 100%;
/* 343 */   width: 100%;
/* 344 */   opacity: 1;
/* 345 */   transition: opacity 0.6s ease-in;
/* 346 */   transition-delay: 0s;
/* 347 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* menu-hamburger.css */

/* 1  */ @charset "UTF-8";
/* 2  */ .hamburger {
/* 3  */     position: absolute;
/* 4  */     height: 40px;
/* 5  */     width: 40px;
/* 6  */     right: 10px;
/* 7  */     top: 57px;
/* 8  */     cursor: pointer;
/* 9  */     z-index:9999;
/* 10 */ }
/* 11 */
/* 12 */ header.small .hamburger {
/* 13 */     top: 6px;
/* 14 */ }
/* 15 */ @media only screen and (min-width: 768px) {
/* 16 */     .hamburger {
/* 17 */         top: 6px;
/* 18 */     }
/* 19 */ }
/* 20 */ .hamburger-streep {
/* 21 */     transition: 0.6s ease;
/* 22 */     transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
/* 23 */     margin-top: 10px;
/* 24 */     position: absolute;
/* 25 */     background-color: var(--primary);
/* 26 */ }
/* 27 */ /* kleur op homepage */
/* 28 */ body.index .hamburger-streep {
/* 29 */     background-color: var(--wit);
/* 30 */ }
/* 31 */ body.index header.small .hamburger-streep {
/* 32 */     background-color: var(--primary);
/* 33 */ }
/* 34 */
/* 35 */ .top-menu,
/* 36 */ .mid-menu,
/* 37 */ .bottom-menu {
/* 38 */     top: 2px;
/* 39 */     left: 9px;
/* 40 */     width: 23px;
/* 41 */     height: 3px;
/* 42 */     border-radius: 4px;
/* 43 */ }
/* 44 */ .mid-menu {
/* 45 */     top: 9px;
/* 46 */ }
/* 47 */ .bottom-menu {
/* 48 */     top: 16px;
/* 49 */ }
/* 50 */ /* menu open */

/* menu-hamburger.css */

/* 51 */ .nav-wrapper.show-menu .hamburger {
/* 52 */     position:fixed;
/* 53 */     top: 7px;
/* 54 */ }
/* 55 */ .nav-wrapper.show-menu .top-menu,
/* 56 */ .nav-wrapper.show-menu .bottom-menu {
/* 57 */     top: 9px;
/* 58 */     -webkit-transform: rotate(45deg);
/* 59 */     -moz-transform: rotate(45deg);
/* 60 */     transform: rotate(45deg);
/* 61 */     background-color: #fff;
/* 62 */ }
/* 63 */ .nav-wrapper.show-menu .mid-menu {
/* 64 */     opacity: 0;
/* 65 */ }
/* 66 */ .nav-wrapper.show-menu .bottom-menu {
/* 67 */     -webkit-transform: rotate(-225deg);
/* 68 */     -moz-transform: rotate(-225deg);
/* 69 */     transform: rotate(-225deg);
/* 70 */ }
/* 71 */
/* 72 */ .hamburger-tekst {
/* 73 */     position: absolute;
/* 74 */     top: 9px;
/* 75 */     right: 50px;
/* 76 */     color: #222;
/* 77 */     color: #fff;
/* 78 */     line-height: 24px;
/* 79 */     display: none;
/* 80 */ }
/* 81 */ .nav-wrapper.show-menu .hamburger-tekst {
/* 82 */     color: #fff;
/* 83 */ }
/* 84 */ .hamburger-tekst:after {
/* 85 */     content: "Menu";
/* 86 */ }
/* 87 */
/* 88 */ .show-menu .hamburger-tekst:after {
/* 89 */     content: "Sluit";
/* 90 */ }
/* 91 */
/* 92 */ @media only screen and (min-width: 1280px) {
/* 93 */     .hamburger {
/* 94 */         display:none;
/* 95 */     }
/* 96 */ }
/* 97 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* knoppen.css */

/* 1   */ .block-item {
/* 2   */     position: relative;
/* 3   */     font-size: 13px;
/* 4   */     font-size: 15px;
/* 5   */     line-height: 20px;
/* 6   */     text-align: left;
/* 7   */     font-weight: 400; /* belangrijk voor weergave op IOS */
/* 8   */     font-weight: 500;
/* 9   */     border: 0;
/* 10  */ }
/* 11  */
/* 12  */ .block-item,
/* 13  */ .block-item a {
/* 14  */     min-height: 46px;
/* 15  */     text-decoration: none;
/* 16  */     border-radius: 23px;
/* 17  */     overflow: hidden;
/* 18  */     box-sizing: border-box;
/* 19  */ }
/* 20  */
/* 21  */ .block-item:hover,
/* 22  */ .block-item a:hover {
/* 23  */     cursor: pointer;
/* 24  */ }
/* 25  */
/* 26  */ /* KLEUREN */
/* 27  */ .block-item.kleur-grijs-8,
/* 28  */ .block-item.kleur-grijs-8 a {
/* 29  */     color: var(--wit);
/* 30  */     background-color: var(--grijs-8);
/* 31  */ }
/* 32  */ .block-item.kleur-grijs-8:hover,
/* 33  */ .block-item.kleur-grijs-8 a:hover {
/* 34  */     background-color: var(--grijs-6);
/* 35  */ }
/* 36  */
/* 37  */ .block-item.kleur-oker-5,
/* 38  */ .block-item.kleur-oker-5 a {
/* 39  */     color: var(--wit);
/* 40  */     background-color: var(--oker-5);
/* 41  */ }
/* 42  */ .block-item.kleur-oker-5 a:hover {
/* 43  */     background-color: var(--oker-4);
/* 44  */ }
/* 45  */
/* 46  */ .block-item.kleur-wit,
/* 47  */ .block-item.kleur-wit a {
/* 48  */     color: var(--primary);
/* 49  */     background-color: var(--wit);
/* 50  */ }

/* knoppen.css */

/* 51  */ .block-item.kleur-wit a:hover {
/* 52  */     background-color: #f6f4e2;
/* 53  */ }
/* 54  */
/* 55  */ /* OUTLINE */
/* 56  */ .block-item.outline {
/* 57  */     background-color: transparent;
/* 58  */ }
/* 59  */ .block-item.outline a {
/* 60  */     color: var(--grijs-6);
/* 61  */     border: 2px solid #222;
/* 62  */     border-color: var(--grijs-5);
/* 63  */     background-color: transparent;
/* 64  */ }
/* 65  */
/* 66  */ .block-item.outline a:hover {
/* 67  */     background-color: var(--wit);
/* 68  */     background-color: var(--oker-0);
/* 69  */ }
/* 70  */
/* 71  */ .block-item .block-left.w-75px {
/* 72  */     position: relative;
/* 73  */     width: 75px;
/* 74  */     min-height: 75px;
/* 75  */ }
/* 76  */
/* 77  */ .block-item .block-right {
/* 78  */     padding: 6px 0px 8px 0px;
/* 79  */ }
/* 80  */
/* 81  */ /* ICON */
/* 82  */
/* 83  */ .icon {
/* 84  */     width: 46px;
/* 85  */     height: 20px;
/* 86  */     z-index: 3;
/* 87  */ }
/* 88  */
/* 89  */ .icon.margin-left-5px {
/* 90  */     margin-left: 5px;
/* 91  */ }
/* 92  */
/* 93  */ .icon.margin-right-5px {
/* 94  */     margin-right: 5px;
/* 95  */ }
/* 96  */
/* 97  */ .icon-container {
/* 98  */     position: relative;
/* 99  */     width: 46px;
/* 100 */     height: 20px;

/* knoppen.css */

/* 101 */     overflow: hidden;
/* 102 */     display: flex;
/* 103 */     align-items:center;
/* 104 */     margin-top: 2px;
/* 105 */ }
/* 106 */
/* 107 */ .icon-container .icon {
/* 108 */     font-size: 18px;
/* 109 */     position: absolute;
/* 110 */     -webkit-transition: all .3s;
/* 111 */     -moz-transition: all .3s;
/* 112 */     transition: all .3s;
/* 113 */ }
/* 114 */
/* 115 */ /* animation left to right */
/* 116 */ .icon-container.animation-left-to-right .icon.left {
/* 117 */     left: 0px;
/* 118 */ }
/* 119 */ .icon-container.animation-left-to-right .icon.right {
/* 120 */     left: 41px;
/* 121 */ }
/* 122 */ .block-item:hover .icon-container.animation-left-to-right .icon.left,
/* 123 */ .block-item a:hover .icon-container.animation-left-to-right .icon.left {
/* 124 */     left: -40px;
/* 125 */ }
/* 126 */ .block-item:hover .icon-container.animation-left-to-right .icon.right,
/* 127 */ .block-item a:hover .icon-container.animation-left-to-right .icon.right {
/* 128 */     left: 0px;
/* 129 */ }
/* 130 */ /* animation right to left */
/* 131 */ .icon-container.animation-right-to-left .icon.left {
/* 132 */     left: -40px;
/* 133 */ }
/* 134 */ .icon-container.animation-right-to-left .icon.right {
/* 135 */     left: 0px;
/* 136 */ }
/* 137 */ .block-item:hover .icon-container.animation-right-to-left .icon.left,
/* 138 */ .block-item a:hover .icon-container.animation-right-to-left .icon.left {
/* 139 */     left: 0px;
/* 140 */ }
/* 141 */ .block-item:hover .icon-container.animation-right-to-left .icon.right,
/* 142 */ .block-item a:hover .icon-container.animation-right-to-left .icon.right {
/* 143 */     left: 40px;
/* 144 */ }
/* 145 */
/* 146 */ /* BLOCK-ITEMS IN 2 KOLOMS */
/* 147 */
/* 148 */ .block-item.full-width_MIN-W-768_w-48pr {
/* 149 */     width: 100%;
/* 150 */ }

/* knoppen.css */

/* 151 */ @media only screen and (min-width: 768px) {
/* 152 */     .block-item.full-width_MIN-W-768_w-48pr {
/* 153 */         width: 48%
/* 154 */     }
/* 155 */ }
/* 156 */
/* 157 */ .kolommen.MIN-W-768_column-gap-4pr {
/* 158 */ }
/* 159 */ @media only screen and (min-width: 768px) {
/* 160 */     .kolommen.MIN-W-768_column-gap-4pr {
/* 161 */         column-gap: 4%; /* afstand tussen items horizontaal */
/* 162 */     }
/* 163 */ }
/* 164 */
/* 165 */ /* reset */
/* 166 */ button, input[type="button"], input[type="reset"], input[type="submit"] {
/* 167 */     -webkit-appearance: button;
/* 168 */     line-height: 0;
/* 169 */ }
/* 170 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* footer.css */

/* 1   */ footer {
/* 2   */     position: relative;
/* 3   */     background-color: var(--oker-5);
/* 4   */     flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
/* 5   */     z-index: 2;
/* 6   */ }
/* 7   */ .footer-content {
/* 8   */     position: relative;
/* 9   */     padding: 50px 25px;
/* 10  */     padding-left: 45px;
/* 11  */     padding-bottom: 70px;
/* 12  */     font-size: 15px;
/* 13  */     line-height: 30px;
/* 14  */ }
/* 15  */ .footer-content .kolom {
/* 16  */     width: 50%;
/* 17  */     float: left;
/* 18  */ }
/* 19  */ .footer-content .kolom.icons {
/* 20  */     width: 100%;
/* 21  */     float: none;
/* 22  */     clear: left;
/* 23  */ }
/* 24  */ .footer-content .kolom.icons .button {
/* 25  */     margin-right: 10px;
/* 26  */ }
/* 27  */ .footer-content .block-item a {
/* 28  */     color: var(--wit);
/* 29  */ }
/* 30  */ .footer-content,
/* 31  */ .footer-content a {
/* 32  */     color: var(--oker-1);
/* 33  */     color: var(--primary);
/* 34  */     text-decoration: none;
/* 35  */ }
/* 36  */ .footer-content a:hover {
/* 37  */     color: #fff;
/* 38  */     text-decoration: underline;
/* 39  */ }
/* 40  */ .footer-content strong,
/* 41  */ .footer-content strong a {
/* 42  */     color: #fff;
/* 43  */ }
/* 44  */ .footer-content h3 {
/* 45  */     position: relative;
/* 46  */     font-size: 13px;
/* 47  */     color: var(--wit);
/* 48  */     font-weight: 600;
/* 49  */     text-align: left;
/* 50  */     padding-bottom: 10px;

/* footer.css */

/* 51  */ }
/* 52  */ @media only screen and (min-width: 768px) {
/* 53  */     .footer-content {
/* 54  */         font-size: 16px;
/* 55  */         line-height: 35px;
/* 56  */         padding: 50px 25px;
/* 57  */         padding-top: 60px;
/* 58  */         padding-bottom: 100px;
/* 59  */         max-width: 900px;
/* 60  */         margin-left: auto;
/* 61  */         margin-right: auto;
/* 62  */     }
/* 63  */     .footer-content .kolom {
/* 64  */         width: 30%;
/* 65  */         float: left;
/* 66  */     }
/* 67  */     .footer-content .kolom.icons {
/* 68  */         width: 40%;
/* 69  */         float: left;
/* 70  */         clear: none;
/* 71  */     }
/* 72  */     .footer-content h3 {
/* 73  */         font-size: 16px;
/* 74  */         padding-bottom: 15px;
/* 75  */     }
/* 76  */ }
/* 77  */ @media only screen and (min-width: 1280px) {
/* 78  */     .footer-content .kolom {
/* 79  */         width: 25%;
/* 80  */     }
/* 81  */     .footer-content .kolom.icons {
/* 82  */         width: 25%;
/* 83  */     }
/* 84  */ }
/* 85  */ /* knoppen */
/* 86  */ .footer-content .icon {
/* 87  */     font-size: 20px;
/* 88  */     line-height: 46px;
/* 89  */ }
/* 90  */ /* webdesign */
/* 91  */ #container-webdesign {
/* 92  */     position: absolute;
/* 93  */     bottom: 0px;
/* 94  */     width: 100%;
/* 95  */ }
/* 96  */ #webdesign {
/* 97  */     font-size: 11px;
/* 98  */     text-align: right;
/* 99  */     width: auto;
/* 100 */     position: relative;

/* footer.css */

/* 101 */     margin-right: auto;
/* 102 */     margin-left: auto;
/* 103 */     padding-right: 25px;
/* 104 */     padding-bottom: 10px;
/* 105 */     display: none;
/* 106 */ }
/* 107 */ #webdesign a {
/* 108 */     text-decoration: none;
/* 109 */     color: var(--oker-2);
/* 110 */ }
/* 111 */ @media only screen and (min-width: 665px) {
/* 112 */     #webdesign {
/* 113 */         text-align: right;
/* 114 */         padding-right: 20px;
/* 115 */         display: inherit;
/* 116 */     }
/* 117 */ }
/* 118 */ /*
/* 119 *| disclaimer
/* 120 *| */
/* 121 */ #container-disclaimer {
/* 122 */     position: absolute;
/* 123 */     bottom: 10px;
/* 124 */     width: 100%;
/* 125 */     z-index: 90;
/* 126 */ }
/* 127 */ #disclaimer {
/* 128 */     font-size: 12px;
/* 129 */     text-align: left;
/* 130 */     position: relative;
/* 131 */     padding-left: 25px;
/* 132 */     color: #777;
/* 133 */ }
/* 134 */ #disclaimer a {
/* 135 */     text-decoration: none;
/* 136 */     color: var(--oker-2);
/* 137 */     padding-right: 15px;
/* 138 */ }
/* 139 */ #webdesign a:hover, #disclaimer a:hover {
/* 140 */     color: #fff;
/* 141 */     text-decoration: underline;
/* 142 */ }
/* 143 */ #disclaimer span {
/* 144 */     padding-right: 15px;
/* 145 */     display: inline-block;
/* 146 */ }
/* 147 */ @media only screen and (min-width: 700px) {
/* 148 */     #container-disclaimer {
/* 149 */         width: 70%;
/* 150 */     }

/* footer.css */

/* 151 */ }
/* 152 */ /* scroll up button */
/* 153 */ .knop-scroll-up {
/* 154 */     height: 46px;
/* 155 */     width: 46px;
/* 156 */     position: fixed;
/* 157 */     bottom: -50px;
/* 158 */     right: 35px;
/* 159 */     box-shadow: none;
/* 160 */     overflow: hidden;
/* 161 */     white-space: nowrap;
/* 162 */     -webkit-transition: bottom 1s ease;
/* 163 */     -moz-transition: bottom 1s ease;
/* 164 */     -o-transition: bottom 1s ease;
/* 165 */     z-index: 35;
/* 166 */     border-radius: 50%;
/* 167 */     background-color: var(--grijs-8);
/* 168 */ }
/* 169 */ .knop-scroll-up:after {
/* 170 */     font-family: "kelvin-degree";
/* 171 */     content: "\72";
/* 172 */     font-size: 18px;
/* 173 */     line-height: 43px;
/* 174 */     text-align: center;
/* 175 */     display: block;
/* 176 */     height: 46px;
/* 177 */     width: 46px;
/* 178 */     position: absolute;
/* 179 */     color: var(--wit);
/* 180 */ }
/* 181 */ .knop-scroll-up:hover {
/* 182 */     background-color: var(--grijs-6);
/* 183 */     cursor: pointer;
/* 184 */ }
/* 185 */ @media only screen and (min-width: 768px) {
/* 186 */     .knop-scroll-up {
/* 187 */         right: 45px;
/* 188 */     }
/* 189 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* contact.css */

/* 1  */ .kolom-content.contact {
/* 2  */     max-width: 800px;
/* 3  */ }
/* 4  */ .kolom-content.contact .kolom-links {
/* 5  */     width: 40%;
/* 6  */     float: left;
/* 7  */     padding-top: 30px;
/* 8  */ }
/* 9  */ .kolom-content.contact .kolom-links img {
/* 10 */     border-radius: 20px;
/* 11 */     overflow: hidden;
/* 12 */ }
/* 13 */ .kolom-content.contact .kolom-links .image:before{
/* 14 */     padding-top: 140%;
/* 15 */ }
/* 16 */ .kolom-content.contact .kolom-rechts {
/* 17 */     width: 50%;
/* 18 */     float: right;
/* 19 */     padding-top: 50px;
/* 20 */ }
/* 21 */ .openingstijden {
/* 22 */     padding-top: 20px;
/* 23 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css/stationary

*/

/* zoeken.css */

/* 1   */ /* RESET */
/* 2   */ .container-zoeken form {
/* 3   */     padding: 0px;
/* 4   */ }
/* 5   */ .container-zoeken input,
/* 6   */ .container-zoeken input:focus {
/* 7   */     border-radius: 0;
/* 8   */     padding: 0;
/* 9   */ }
/* 10  */ /* indien actief */
/* 11  */ .container-zoeken input:focus {
/* 12  */     border: 0px solid rgb(92, 158, 205);
/* 13  */     box-shadow: rgb(206, 223, 235) 0px 0px 0px 0px;
/* 14  */ }
/* 15  */ /* zoekveld kolommen */
/* 16  */ .container-zoeken {
/* 17  */     position: absolute;
/* 18  */     top: 54px;
/* 19  */     right: 50px;
/* 20  */     width: 50px;
/* 21  */     height: 50px;
/* 22  */     z-index: 70;
/* 23  */     background-color: #fff;
/* 24  */     background-color: transparent;
/* 25  */ }
/* 26  */ header.small .container-zoeken {
/* 27  */     top: 5px;
/* 28  */ }
/* 29  */ header.small .container-zoeken.search-active {
/* 30  */     top: 34px;
/* 31  */ }
/* 32  */ @media only screen and (min-width: 768px) {
/* 33  */     .container-zoeken {
/* 34  */         top: 5px;
/* 35  */     }
/* 36  */ }
/* 37  */ @media only screen and (min-width: 1280px) {
/* 38  */     .container-zoeken {
/* 39  */         top: 5px;
/* 40  */         right: 100px;
/* 41  */     }
/* 42  */ }
/* 43  */
/* 44  */ .zoekpagina-header {
/* 45  */     width: 100%;
/* 46  */ }
/* 47  */
/* 48  */ /* LOEP / SUBMIT */
/* 49  */ .container-zoeken .kolom-submit {
/* 50  */     position: absolute;

/* zoeken.css */

/* 51  */     width: 50px;
/* 52  */     right: 0px;
/* 53  */     z-index: 5;
/* 54  */     border-radius: 0 25px 25px 0;
/* 55  */ }
/* 56  */ .container-zoeken .submit {
/* 57  */     height: 50px;
/* 58  */     width: 50px;
/* 59  */     display: inline-block;
/* 60  */     text-align: center;
/* 61  */     text-decoration: none;
/* 62  */     color: var(--primary);
/* 63  */     background-color: transparent;
/* 64  */     opacity: 1 !important;
/* 65  */     border: 0px solid #cecece;
/* 66  */     font-family: "kelvin-degree";
/* 67  */     font-size: 30px;
/* 68  */     line-height: 40px;
/* 69  */     margin-bottom: 0px;
/* 70  */     padding: 0;
/* 71  */     border-radius: 0 25px 25px 0;
/* 72  */ }
/* 73  */
/* 74  */ .container-zoeken .submit:hover {
/* 75  */     cursor: pointer;
/* 76  */     border: 0px;
/* 77  */ }
/* 78  */ /* kleur op homepage */
/* 79  */ body.index .container-zoeken .submit {
/* 80  */     color: var(--wit);
/* 81  */ }
/* 82  */ body.index .container-zoeken.search-active .submit {
/* 83  */     color: var(--primary);
/* 84  */ }
/* 85  */ body.index header.small .container-zoeken .submit {
/* 86  */     color: var(--primary);
/* 87  */ }
/* 88  */
/* 89  */
/* 90  */ /* TEKSTVELD */
/* 91  */ .container-zoeken .kolom-tekstveld {
/* 92  */     position: relative;
/* 93  */     overflow: hidden;
/* 94  */     width: 50px;
/* 95  */     width: -moz-calc(100% - 30px); /* Firefox */ /* breedte knop + afstand rechts */
/* 96  */     width: -webkit-calc(100% - 30px); /* WebKit */
/* 97  */     width: calc(100% - 30px); /* Standard */
/* 98  */     width: 100%;
/* 99  */     z-index: 7;
/* 100 */     opacity: 0;

/* zoeken.css */

/* 101 */     border-radius: 25px 0 0 25px;
/* 102 */ }
/* 103 */ .container-zoeken input.text {
/* 104 */     font-size: 16px;
/* 105 */     width: 100%;
/* 106 */     margin-left: 0px;
/* 107 */     height: 50px;
/* 108 */     display: block;
/* 109 */     margin-top: 0;
/* 110 */     margin-bottom: 0px;
/* 111 */     border: 0px;
/* 112 */     border-bottom: 0px solid #000;
/* 113 */     box-sizing: border-box;
/* 114 */     background-color: transparent;
/* 115 */ }
/* 116 */ .container-zoeken input.text:hover {
/* 117 */     cursor: pointer;
/* 118 */ }
/* 119 */
/* 120 */ /* ZOEKVELD AKTIEF */
/* 121 */ .container-zoeken.search-active,
/* 122 */ .container-zoeken.has-value {
/* 123 */     width: -moz-calc(100% - 70px); /* Firefox */ /* breedte knop + afstand rechts */
/* 124 */     width: -webkit-calc(100% - 70px); /* WebKit */
/* 125 */     width: calc(100% - 70px); /* Standard */
/* 126 */ }
/* 127 */ .container-zoeken.search-active {
/* 128 */     right: 35px;
/* 129 */     z-index: 999999;
/* 130 */ }
/* 131 */ .container-zoeken.search-active .kolom-submit {
/* 132 */     background-color: #fff;
/* 133 */ }
/* 134 */ .container-zoeken.search-active .kolom-tekstveld {
/* 135 */     z-index: 3;
/* 136 */     opacity: 1;
/* 137 */     width: -moz-calc(100% - 50px); /* Firefox */ /* breedte knop + afstand rechts */
/* 138 */     width: -webkit-calc(100% - 50px); /* WebKit */
/* 139 */     width: calc(100% - 50px); /* Standard */
/* 140 */     background-color: #fff;
/* 141 */ }
/* 142 */ .container-zoeken.search-active input.text {
/* 143 */     border-bottom: 1px solid #999;
/* 144 */     border-bottom: 0px solid #999;
/* 145 */     margin-left: 25px;
/* 146 */ }
/* 147 */ .container-zoeken.search-active input.text:hover {
/* 148 */     cursor: inherit;
/* 149 */ }
/* 150 */

/* zoeken.css */

/* 151 */ @media only screen and (min-width: 768px) {
/* 152 */     .container-zoeken.search-active,
/* 153 */     .container-zoeken.has-value {
/* 154 */         width: 500px;
/* 155 */         top: 27px;
/* 156 */     }
/* 157 */ }
/* 158 */
/* 159 */ .container-zoeken.has-value .kolom-tekstveld {
/* 160 */     opacity: 1;
/* 161 */ }
/* 162 */
/* 163 */ /* PLACEHOLDER */
/* 164 */ .container-zoeken form .formerize-placeholder {
/* 165 */     color: #222;
/* 166 */ }
/* 167 */
/* 168 */ .container-zoeken form ::-webkit-input-placeholder {
/* 169 */     opacity: 0 !important;
/* 170 */ }
/* 171 */
/* 172 */ .container-zoeken form :-moz-placeholder { /* Firefox 18- */
/* 173 */     opacity: 0 !important;
/* 174 */ }
/* 175 */
/* 176 */ .container-zoeken form ::-moz-placeholder { /* Firefox 19+ */
/* 177 */     opacity: 0 !important;
/* 178 */ }
/* 179 */
/* 180 */ .container-zoeken form :-ms-input-placeholder {
/* 181 */     opacity: 0 !important;
/* 182 */ }
/* 183 */
/* 184 */ /* zoeken aktief */
/* 185 */ .container-zoeken.search-active form ::-webkit-input-placeholder {
/* 186 */     color: #222;
/* 187 */     opacity: 1 !important;
/* 188 */ }
/* 189 */
/* 190 */ .container-zoeken.search-active form :-moz-placeholder { /* Firefox 18- */
/* 191 */     color: #222;
/* 192 */     opacity: 1 !important;
/* 193 */ }
/* 194 */
/* 195 */ .container-zoeken.search-active form ::-moz-placeholder { /* Firefox 19+ */
/* 196 */     color: #222;
/* 197 */     opacity: 1 !important;
/* 198 */ }
/* 199 */
/* 200 */ .container-zoeken.search-active form :-ms-input-placeholder {

/* zoeken.css */

/* 201 */     color: #222;
/* 202 */     opacity: 1 !important;
/* 203 */ }
/* 204 */
/* 205 */ /* ZOEKRESULTATEN */
/* 206 */ .container-zoekresultaat {
/* 207 */     padding-bottom: 20px;
/* 208 */     margin-bottom: 20px;
/* 209 */     position: relative;
/* 210 */     border-bottom: 1px dashed #5C5757;
/* 211 */ }
/* 212 */
/* 213 */ .kolom-img {
/* 214 */     width: 30%;
/* 215 */     max-width: 100px;
/* 216 */     float: left;
/* 217 */     margin-right: 20px;
/* 218 */     margin-top: 5px;
/* 219 */     border-radius: 23px;
/* 220 */     overflow: hidden;
/* 221 */ }
/* 222 */ .kolom-txt {
/* 223 */     overflow:hidden;
/* 224 */     overflow-y :auto;
/* 225 */ }
/* 226 */ @media only screen and (min-width: 768px) {
/* 227 */     .kolom-img {
/* 228 */         max-width: 200px;
/* 229 */         margin-right: 40px;
/* 230 */     }
/* 231 */ }
/* 232 */ .container-zoekresultaat h2 a {
/* 233 */     text-decoration: none;
/* 234 */ }
/* 235 */ /*
/* 236 *| .container-zoekresultaat img {
/* 237 *|     float: left;
/* 238 *|     width: 20%;
/* 239 *|     margin-bottom: 9px;
/* 240 *|     margin-right: 25px;
/* 241 *|     margin-top: 5px;
/* 242 *| }
/* 243 *| */
/* 244 */ h3.zoekresultaat {
/* 245 */     padding-bottom: 20px;
/* 246 */ }
/* 247 */ .gevonden {
/* 248 */     color: var(--blauw);
/* 249 */ }
/* 250 */

/* zoeken.css */

/* 251 */ .gevonden img {
/* 252 */     border: 3px solid #00B8F1;
/* 253 */     border-color: var(--blauw);
/* 254 */ }
/* 255 */
/* 256 */ /* suggesties */
/* 257 */ .autocomplete-suggestions {
/* 258 */     font-size: 16px;
/* 259 */     padding-top: 20px;
/* 260 */     padding-bottom: 15px;
/* 261 */     background-color: #fff;
/* 262 */     -moz-box-shadow: 0px 2px 4px #333;
/* 263 */     -webkit-box-shadow: 0px 2px 4px #333;
/* 264 */     box-shadow: 0px 2px 4px #333;
/* 265 */     overflow-y: auto;
/* 266 */     border-radius: 0 0 10px 10px;
/* 267 */ }
/* 268 */
/* 269 */ .autocomplete-group, .autocomplete-suggestion {
/* 270 */     padding-bottom: 10px;
/* 271 */     padding-left: 20px;
/* 272 */     padding-right: 20px;
/* 273 */ }
/* 274 */
/* 275 */ .autocomplete-group {
/* 276 */     font-weight: 700;
/* 277 */     font-style: italic;
/* 278 */     text-transform: capitalize;
/* 279 */ }
/* 280 */
/* 281 */ .autocomplete-suggestion:hover {
/* 282 */     color: var(--blauw-1);
/* 283 */     cursor: pointer;
/* 284 */ }
/* 285 */
/* 286 */ /* AFDEK FOND */
/* 287 */ .container-zoeken form {
/* 288 */     position: relative;
/* 289 */     z-index: 12;
/* 290 */ }
/* 291 */ .container-zoeken .fond {
/* 292 */     position: absolute;
/* 293 */     top: 20px;
/* 294 */     right: -20px;
/* 295 */     width: 150px;
/* 296 */     height: 150px;
/* 297 */     z-index: 1;
/* 298 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* cookiebar.css */

/* 1   */ @charset "utf-8";
/* 2   */ .container-cookie-melding {
/* 3   */ 	min-height: 10px;
/* 4   */ 	background-color: #FFF;
/* 5   */ 	position: relative;
/* 6   */ 	position: fixed;
/* 7   */ 	z-index: 999999;
/* 8   */ 	top: -900px;
/* 9   */ 	width: -moz-calc(90% - 60px); /* Firefox */
/* 10  */ 	width: -webkit-calc(90% - 60px); /* WebKit */
/* 11  */ 	width: -o-calc(90% - 60px); /* Opera */
/* 12  */ 	width: calc(90% - 60px); /* Standard */
/* 13  */ 	max-width: 400px;
/* 14  */ 	padding: 30px;
/* 15  */ 	margin-left: 5%;
/* 16  */ 	margin-top: -150px;
/* 17  */ 	-moz-box-shadow: 0px 0px 12px #666;
/* 18  */ 	-webkit-box-shadow: 0px 0px 12px #666;
/* 19  */ 	box-shadow: 0px 0px 12px #666;
/* 20  */ 	-webkit-box-sizing: content-box;
/* 21  */ 	-moz-box-sizing: content-box;
/* 22  */ 	box-sizing: content-box;
/* 23  */     border-radius: 20px;
/* 24  */ }
/* 25  */ .toon-panel {
/* 26  */ 	top: 20px;
/* 27  */ 	top: 50%;
/* 28  */ }
/* 29  */ @media only screen and (min-width: 520px) {
/* 30  */ 	.container-cookie-melding {
/* 31  */ 		margin-left: -230px;
/* 32  */ 		left: 50%;
/* 33  */ 		margin-top: -250px;
/* 34  */ 	}
/* 35  */ 	.toon-panel {
/* 36  */ 		top: 50%;
/* 37  */ 	}
/* 38  */ }
/* 39  */ .container-cookie-melding h2 {
/* 40  */     font-size: 24px;
/* 41  */ 	padding-bottom: 0px;
/* 42  */ }
/* 43  */ .container-cookie-melding p {
/* 44  */ 	padding-bottom: 10px;
/* 45  */ }
/* 46  */ .container-cookie-melding p {
/* 47  */ 	font-size: 15px;
/* 48  */ 	line-height: 22px;
/* 49  */     margin-bottom: 10px;
/* 50  */ }

/* cookiebar.css */

/* 51  */ .cookie-melding-fond {
/* 52  */ 	background-color: #000;
/* 53  */ 	position: fixed;
/* 54  */ 	z-index: 99999;
/* 55  */ 	height: 100%;
/* 56  */ 	width: 100%;
/* 57  */ 	left: 0px;
/* 58  */ 	top: 0px;
/* 59  */ 	right: 0px;
/* 60  */ 	bottom: 0px;
/* 61  */ 	opacity: 0.4;
/* 62  */ 	display:none;
/* 63  */ }
/* 64  */ /* KNOP */
/* 65  */ .cookie-knop {
/* 66  */     font-size: 13px;
/* 67  */     /*text-transform: uppercase;*/
/* 68  */     /*letter-spacing: 1px;*/
/* 69  */     font-size: 15px;
/* 70  */     line-height: 42px;
/* 71  */     text-align: left;
/* 72  */     font-weight: 500; /* belangrijk voor weergave op IOS */
/* 73  */ 	font-style:normal;
/* 74  */ 	position: relative;
/* 75  */ 	margin-bottom:10px;
/* 76  */ 	margin-right: 0px;
/* 77  */ 	margin-left: 15px;
/* 78  */ 	margin-top: 20px;
/* 79  */ 	display: inline-block;
/* 80  */ 	height: 45px;
/* 81  */     border-radius: 23px;
/* 82  */ 	color: #fff;
/* 83  */ 	text-decoration: none;
/* 84  */ 	padding-left: 20px;
/* 85  */ 	padding-right: 20px;
/* 86  */ 	background-color: var(--grijs-8);
/* 87  */ }
/* 88  */ .cookie-knop.float-right {
/* 89  */     float: right;
/* 90  */ }
/* 91  */ .cookie-knop:hover {
/* 92  */ 	cursor: pointer;
/* 93  */ 	background-color: var(--grijs-6);
/* 94  */ 	color: #fff;
/* 95  */ }
/* 96  */ .txt-center {
/* 97  */ 	text-align: center;
/* 98  */ }
/* 99  */ .ok,
/* 100 */ .cookie-knop.ok:hover,

/* cookiebar.css */

/* 101 */ .over-cookies .cookie-knop.ok:hover {
/* 102 */ 	background-color: #3C6;
/* 103 */ 	color: #fff;
/* 104 */ }
/* 105 */ .niet-ok,
/* 106 */ .over-cookies .cookie-knop.niet-ok:hover {
/* 107 */ 	background-color: #F03;
/* 108 */ 	color: #fff;
/* 109 */ }
/* 110 */ hr.style-six {
/* 111 */ 	margin-bottom: 20px;
/* 112 */ 	border-top-width: 1px;
/* 113 */ 	border-top-style: solid;
/* 114 */ 	border-right-style: none;
/* 115 */ 	border-bottom-style: none;
/* 116 */ 	border-left-style: none;
/* 117 */ 	border-top-color: #777;
/* 118 */ 	border-right-width: 0px;
/* 119 */ 	border-bottom-width: 0px;
/* 120 */ 	border-left-width: 0px;
/* 121 */ 	border-bottom-color: #777;
/* 122 */ }
/* 123 */ /* kruisje sluiten */
/* 124 */ .container-icon-sluit {
/* 125 */ 	position: absolute;
/* 126 */ 	height: 26px;
/* 127 */ 	width: 26px;
/* 128 */ 	right: 10px;
/* 129 */ 	top: 10px;
/* 130 */ 	background-color: #fff;
/* 131 */ 	-moz-transition: opacity 0.3s;
/* 132 */ 	-webkit-transition: opacity 0.3s;
/* 133 */ 	-o-transition: opacity 0.3s;
/* 134 */ 	opacity:0.4;
/* 135 */     display: none;
/* 136 */ }
/* 137 */ .container-icon-sluit:hover {
/* 138 */ 	opacity:1;
/* 139 */ 	cursor:pointer;
/* 140 */ }
/* 141 */ .container-cookie-melding .streepje {
/* 142 */ 	margin-top: 10px;
/* 143 */ 	position: absolute;
/* 144 */ 	background-color: #333;
/* 145 */ 	width: 25px;
/* 146 */ 	height: 2px;
/* 147 */ 	top: 2px;
/* 148 */ }
/* 149 */ .container-cookie-melding .streepje.omlaag {
/* 150 */ 	-webkit-transform: rotate(45deg);

/* cookiebar.css */

/* 151 */ 	/* Chrome, Safari, Opera */
/* 152 */ 	transform: rotate(45deg);
/* 153 */ }
/* 154 */ .container-cookie-melding .streepje.omhoog {
/* 155 */ 	-webkit-transform: rotate(-225deg);
/* 156 */ 	/* Chrome, Safari, Opera */
/* 157 */ 	transform: rotate(-225deg);
/* 158 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* grid-basic.css */

/* 1  */ /* ALGEMEEN */
/* 2  */ .container-items .grid__item {
/* 3  */     position: relative;
/* 4  */ }
/* 5  */ .container-items.main .grid__item:nth-child(even) .txt {
/* 6  */     text-align: right;
/* 7  */ }
/* 8  */
/* 9  */ /****************************/
/* 10 */ /* MAIN */
/* 11 */ .container-items.main .grid__item {
/* 12 */ }
/* 13 */ .container-items.main .grid__item:nth-child(even) {
/* 14 */     flex-direction: row-reverse; /* volgorder van de items omkeren */
/* 15 */ }
/* 16 */ .container-items.main .grid__item:nth-child(even) ul {
/* 17 */     text-align: right;
/* 18 */     list-style-position: inside;
/* 19 */ }
/* 20 */ .container-items.main .grid__item .kolom-image {
/* 21 */     position: relative;
/* 22 */     border-radius: 20px;
/* 23 */     overflow: hidden;
/* 24 */     width: 48%;
/* 25 */     width: 38%;
/* 26 */     margin-right: 2%;
/* 27 */ }
/* 28 */
/* 29 */ .container-items.main .grid__item .txt {
/* 30 */     width: 48%;
/* 31 */     width: 58%;
/* 32 */     padding-left: 2%;
/* 33 */     padding-top: 20px;
/* 34 */     padding-bottom: 10px;
/* 35 */     align-items: flex-start;
/* 36 */ }
/* 37 */ .container-items.main .grid__item:nth-child(even) .kolom-image {
/* 38 */     margin-left: 2%;
/* 39 */     margin-right: 0%;
/* 40 */ }
/* 41 */ .container-items.main .grid__item:nth-child(even) .txt {
/* 42 */     padding-right: 2%;
/* 43 */     padding-left: 0%;
/* 44 */     align-items: flex-end;
/* 45 */ }
/* 46 */ /* knop */
/* 47 */ .container-items.main .container-button {
/* 48 */     width: 100%;
/* 49 */     padding-top: 30px;
/* 50 */     padding-bottom: 30px;

/* grid-basic.css */

/* 51 */ }
/* 52 */ @media only screen and (max-width: 767px) {
/* 53 */     .container-items.main .grid__item .txt button {
/* 54 */         display: none;
/* 55 */         margin-top: 10px
/* 56 */     }
/* 57 */ }
/* 58 */ @media only screen and (min-width: 768px) {
/* 59 */     .container-items.main .grid__item .kolom-image {
/* 60 */         width: 48%;
/* 61 */     }
/* 62 */     .container-items.main .grid__item .txt {
/* 63 */         width: 45%;
/* 64 */         padding-left: 5%;
/* 65 */         padding-top: 40px;
/* 66 */         padding-bottom: 30px;
/* 67 */     }
/* 68 */     .container-items.main .grid__item:nth-child(even) .txt {
/* 69 */         padding-right: 5%;
/* 70 */         padding-left: 0%;
/* 71 */     }
/* 72 */     .container-items.main .container-button {
/* 73 */         display: none;
/* 74 */     }
/* 75 */ }
/* 76 */ @media only screen and (min-width: 1280px) {
/* 77 */     .container-items.main .grid__item .txt {
/* 78 */         padding-top: 80px;
/* 79 */         padding-bottom: 70px;
/* 80 */     }
/* 81 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* grid-categorien.css */

/* 1  */ .categorien {
/* 2  */ }
/* 3  */ .container-items.categorien .grid__item {
/* 4  */     position: relative;
/* 5  */     overflow: hidden;
/* 6  */     border-radius: 23px;
/* 7  */ }
/* 8  */ .container-items.categorien .grid__item a:after {
/* 9  */     content: "";
/* 10 */     display: block;
/* 11 */     padding-top: 100%;
/* 12 */ }
/* 13 */ .container-items.categorien .grid__item a {
/* 14 */     display: flex;
/* 15 */     text-decoration: none;
/* 16 */     color: white;
/* 17 */ }
/* 18 */ .container-items.categorien .grid__item .txt {
/* 19 */     margin-top: auto;
/* 20 */     z-index: 3;
/* 21 */     font-size: 18px;
/* 22 */     line-height: 22px;
/* 23 */     padding: 20px;
/* 24 */     font-weight: 500;
/* 25 */ }
/* 26 */ .container-items.categorien .grid__item .fond {
/* 27 */     position: absolute;
/* 28 */     top: 50%;
/* 29 */     left: 0;
/* 30 */     bottom: 0;
/* 31 */     right: 0;
/* 32 */     z-index: 2;
/* 33 */     background: rgb(0,0,0);
/* 34 */     background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
/* 35 */     background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
/* 36 */     background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
/* 37 */     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
/* 38 */ }
/* 39 */ .container-items.categorien .grid__item .img-container {
/* 40 */     z-index: 1;
/* 41 */     transition: all 0.5s ease-in-out;
/* 42 */     -webkit-transition: all 0.5s ease-in-out;
/* 43 */     -moz-transition: all 0.5s ease-in-out;
/* 44 */ }
/* 45 */ .container-items.categorien .grid__item:hover .fond {
/* 46 */     background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
/* 47 */     background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
/* 48 */     background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
/* 49 */ }
/* 50 */ .container-items.categorien .grid__item a:hover .img-container {

/* grid-categorien.css */

/* 51 */     -moz-transform: scale(1.1);
/* 52 */     -webkit-transform: scale(1.1);
/* 53 */     transform: scale(1.1);
/* 54 */ }
/* 55 */ @media only screen and (min-width: 1024px) {
/* 56 */     .container-items.categorien .grid__item .txt {
/* 57 */         font-size: 24px;
/* 58 */         line-height: 26px;
/* 59 */         padding: 30px;
/* 60 */     }
/* 61 */ }
/* 62 */
/* 63 */ /* LINKS NAAR ANDERE CATEGORIEN */
/* 64 */ main section.andere-categorien {
/* 65 */ }
/* 66 */ main section.andere-categorien h2 {
/* 67 */     padding-bottom: 0;
/* 68 */     padding-top: 40px;
/* 69 */ }
/* 70 */ main section.andere-categorien .container-items.categorien .grid__item .txt {
/* 71 */     font-size: 14px;
/* 72 */     line-height: 18px;
/* 73 */     padding: 15px;
/* 74 */ }
/* 75 */ @media only screen and (min-width: 768px) {
/* 76 */     main section.andere-categorien .container-items.categorien .grid__item .txt {
/* 77 */         font-size: 18px;
/* 78 */         line-height: 22px;
/* 79 */         padding: 20px;
/* 80 */     }
/* 81 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* grid-categorie.css */

/* 1   */ /* GRID */
/* 2   */ .container-items {
/* 3   */     padding-top: 20px;
/* 4   */ }
/* 5   */ .container-items.categorie .grid__item {
/* 6   */     position: relative;
/* 7   */     background-color: #c4c1bb;
/* 8   */     background-color: var(--wit);
/* 9   */     border-radius: 23px;
/* 10  */ }
/* 11  */
/* 12  */ .container-items.categorie .grid__item img {
/* 13  */      transition: all 0.3s ease-in-out;
/* 14  */     -webkit-transition: all 0.3s ease-in-out;
/* 15  */     -moz-transition: all 0.3s ease-in-out;
/* 16  */ }
/* 17  */
/* 18  */ .container-items.categorie .grid__item a {
/* 19  */     text-decoration: none;
/* 20  */ }
/* 21  */
/* 22  */ .container-items.categorie .grid__item a:hover img {
/* 23  */     -moz-transform: scale(1.1);
/* 24  */     -webkit-transform: scale(1.1);
/* 25  */     transform: scale(1.1);
/* 26  */ }
/* 27  */
/* 28  */ .container-items.categorie .grid__item .image {
/* 29  */     border-radius: 20px 20px 0 0;
/* 30  */     overflow: hidden;
/* 31  */ }
/* 32  */
/* 33  */ .container-items.categorie .grid__item .txt {
/* 34  */     font-weight: 500;
/* 35  */     text-align: center;
/* 36  */     color: #fff;
/* 37  */     color: #222;
/* 38  */     font-size: 14px;
/* 39  */     line-height: 18px;
/* 40  */     padding-top: 15px;
/* 41  */     padding-left: 10px;
/* 42  */     padding-right: 10px;
/* 43  */     padding-bottom: 20px;
/* 44  */ }
/* 45  */
/* 46  */ @media only screen and (min-width: 768px) {
/* 47  */     .container-items.categorie .grid__item .txt {
/* 48  */         font-size: 16px;
/* 49  */         line-height: 20px;
/* 50  */         padding-top: 30px;

/* grid-categorie.css */

/* 51  */         padding-left: 20px;
/* 52  */         padding-right: 20px;
/* 53  */         padding-bottom: 40px;
/* 54  */     }
/* 55  */ }
/* 56  */
/* 57  */ /*************************************************/
/* 58  */
/* 59  */ /* CATEGORIE ITEM */
/* 60  */ .kolom-content.categorie {
/* 61  */     display: flex;
/* 62  */     flex-wrap: wrap;
/* 63  */     align-items: flex-start;
/* 64  */ }
/* 65  */
/* 66  */ .kolom-content.categorie .kolom-links {
/* 67  */     position: relative;
/* 68  */     margin-bottom: 30px;
/* 69  */     background-color: var(--oker-0);
/* 70  */     border-radius: 23px;
/* 71  */ }
/* 72  */
/* 73  */ .kolom-content.categorie .kolom-links img {
/* 74  */     display: block;
/* 75  */     max-height: 100%;
/* 76  */     max-width: 100%;
/* 77  */     box-sizing: border-box;
/* 78  */ }
/* 79  */
/* 80  */ .kolom-content.categorie .kolom-links a:hover {
/* 81  */     cursor: zoom-in;
/* 82  */ }
/* 83  */
/* 84  */ @media only screen and (min-width: 1024px) {
/* 85  */     .panels-links {
/* 86  */         height: -moz-calc(80vh - 130px); /* Firefox */
/* 87  */         height: calc(80vh - 130px); /* Standard */
/* 88  */     }
/* 89  */     .kolom-content.categorie .kolom-links a {
/* 90  */         height: -moz-calc(80vh - 130px); /* Firefox */
/* 91  */         height: calc(80vh - 130px); /* Standard */
/* 92  */     }
/* 93  */
/* 94  */     .kolom-content.categorie .kolom-links {
/* 95  */         flex: 1;
/* 96  */         display: flex;
/* 97  */         align-items: center;
/* 98  */         justify-content: center;
/* 99  */         padding: 20px;
/* 100 */         margin-bottom: 0px;

/* grid-categorie.css */

/* 101 */     }
/* 102 */
/* 103 */     .kolom-content.categorie .kolom-rechts {
/* 104 */         flex: unset;
/* 105 */         width: 300px;
/* 106 */         width: 480px;
/* 107 */         padding-top: 30px;
/* 108 */         padding-left: 30px;
/* 109 */         padding-right: 0;
/* 110 */     }
/* 111 */
/* 112 */     .fancybox-caption {
/* 113 */         display: none;
/* 114 */     }
/* 115 */
/* 116 */ }
/* 117 */
/* 118 */ .kolom-content.categorie .kolom-rechts h1 {
/* 119 */     text-align: left;
/* 120 */     padding: 0;
/* 121 */     font-size: 22px;
/* 122 */     line-height: 26px;
/* 123 */     width: 100%;
/* 124 */ }
/* 125 */ .kolom-content.categorie .kolom-rechts p {
/* 126 */     font-size: 15px;
/* 127 */     line-height: 22px;
/* 128 */     font-weight: 400;
/* 129 */ }
/* 130 */ .kolom-content.categorie .kolom-rechts p span {
/* 131 */     display: block;
/* 132 */     font-weight: 700;
/* 133 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* grid-nieuws.css */

/* 1   */ .container-items.nieuws .grid__item {
/* 2   */     position: relative;
/* 3   */ }
/* 4   */
/* 5   */ .container-items.nieuws .grid__item .image {
/* 6   */     border-radius: 23px;
/* 7   */     overflow: hidden;
/* 8   */     margin-bottom: 20px;
/* 9   */ }
/* 10  */
/* 11  */ .container-items.nieuws .grid__item .txt h2 {
/* 12  */     text-align: left;
/* 13  */     font-size: 18px;
/* 14  */     line-height: 22px;
/* 15  */     margin-bottom: 10px;
/* 16  */     padding: 0;
/* 17  */ }
/* 18  */
/* 19  */ .container-items.nieuws .grid__item .txt {
/* 20  */     font-size: 13px;
/* 21  */     line-height: 20px;
/* 22  */     font-weight: 400;
/* 23  */     margin-bottom: 30px;
/* 24  */ }
/* 25  */ .container-items.nieuws .grid__item .txt .limit-words {
/* 26  */     margin-bottom: 20px;
/* 27  */ }
/* 28  */
/* 29  */ @media only screen and (min-width: 768px) {
/* 30  */     .container-items.nieuws .grid__item {
/* 31  */         display: flex;
/* 32  */         align-items:flex-start;
/* 33  */         grid-column-gap: 6%;
/* 34  */     }
/* 35  */
/* 36  */     .container-items.nieuws .grid__item .image {
/* 37  */         width: 27%;
/* 38  */       }
/* 39  */
/* 40  */     .container-items.nieuws .grid__item .txt {
/* 41  */         width: 67%;
/* 42  */         padding-top: 20px;
/* 43  */     }
/* 44  */
/* 45  */ }
/* 46  */
/* 47  */ @media only screen and (min-width: 1024px) {
/* 48  */     .container-items.nieuws .grid__item .txt h2 {
/* 49  */         font-size: 24px;
/* 50  */         line-height: 24px;

/* grid-nieuws.css */

/* 51  */         margin-bottom: 10px;
/* 52  */     }
/* 53  */
/* 54  */     .container-items.nieuws .grid__item .txt {
/* 55  */         font-size: 16px;
/* 56  */         line-height: 24px;
/* 57  */     }
/* 58  */
/* 59  */ }
/* 60  */
/* 61  */ @media only screen and (min-width: 1440px) {
/* 62  */     .container-items.nieuws .grid__item .image {
/* 63  */         width: 37%;
/* 64  */       }
/* 65  */
/* 66  */     .container-items.nieuws .grid__item .txt {
/* 67  */         width: 57%;
/* 68  */     }
/* 69  */
/* 70  */ }
/* 71  */
/* 72  */ /* NIEUWS ITEM */
/* 73  */ .kolom-content.nieuws .kolom-links {
/* 74  */     position: relative;
/* 75  */     margin-bottom: 30px;
/* 76  */ }
/* 77  */ .kolom-content.nieuws .kolom-links img {
/* 78  */     border-radius: 23px;
/* 79  */     overflow: hidden;
/* 80  */ }
/* 81  */ .kolom-content.nieuws .kolom-rechts {
/* 82  */     padding-top: 20px;
/* 83  */ }
/* 84  */ .kolom-content.nieuws .kolom-rechts h1 {
/* 85  */     padding: 0;
/* 86  */     font-size: 22px;
/* 87  */     line-height: 26px;
/* 88  */     margin-bottom: 10px;
/* 89  */ }
/* 90  */ .kolom-content.nieuws .kolom-rechts span.title {
/* 91  */     display: block;
/* 92  */     font-size: 14px;
/* 93  */     font-weight: 600;
/* 94  */     letter-spacing: 2px;
/* 95  */     text-transform: uppercase;
/* 96  */     margin-bottom: 30px;
/* 97  */     color: var(--oker-5);
/* 98  */ }
/* 99  */ @media only screen and (min-width: 1024px) {
/* 100 */     .kolom-content.nieuws .kolom-links {

/* grid-nieuws.css */

/* 101 */         width: 47%;
/* 102 */         margin: 0;
/* 103 */         margin-bottom: 30px;
/* 104 */         float: left;
/* 105 */     }
/* 106 */     .kolom-content.nieuws .kolom-rechts {
/* 107 */         width: 47%;
/* 108 */         padding-left: 0;
/* 109 */         padding-right: 0;
/* 110 */         float: right;
/* 111 */     }
/* 112 */     .kolom-content.nieuws .kolom-rechts h1 {
/* 113 */         font-size: 26px;
/* 114 */         line-height: 28px;
/* 115 */     }
/* 116 */     .kolom-content.nieuws .kolom-rechts p {
/* 117 */         font-size: 15px;
/* 118 */         line-height: 22px;
/* 119 */         font-size: 22px;
/* 120 */         line-height: 32px;
/* 121 */         font-size: 18px;
/* 122 */         line-height: 26px;
/* 123 */     }
/* 124 */     .kolom-content.nieuws .kolom-rechts span.title {
/* 125 */         margin-bottom: 0px;
/* 126 */     }
/* 127 */ }
/* 128 */
/* 129 */ /* EXTRA IMAGES */
/* 130 */ .container-images  {
/* 131 */     margin: -10px;
/* 132 */     margin-top: 20px;
/* 133 */ }
/* 134 */ .container-images .image {
/* 135 */     width: -moz-calc(50% - 20px); /* Firefox */
/* 136 */     width: calc(50% - 20px); /* Standard */
/* 137 */     margin: 10px;
/* 138 */     float: left;
/* 139 */ }
/* 140 */ .container-images .image img {
/* 141 */     border-radius: 23px;
/* 142 */ }
/* 143 */ @media only screen and (min-width: 768px) {
/* 144 */     .container-images .image {
/* 145 */         width: -moz-calc(25% - 20px); /* Firefox */
/* 146 */         width: calc(25% - 20px); /* Standard */
/* 147 */     }
/* 148 */ }
/* 149 */ @media only screen and (min-width: 1600px) {
/* 150 */     .container-images .image {

/* grid-nieuws.css */

/* 151 */         width: -moz-calc(20% - 20px); /* Firefox */
/* 152 */         width: calc(20% - 20px); /* Standard */
/* 153 */     }
/* 154 */ }
/* 155 */
/* 156 */ /* MEER NIEUWS */
/* 157 */ .container-meer-nieuws {
/* 158 */     position: relative;
/* 159 */     width: 90%;
/* 160 */     margin-left: auto;
/* 161 */     margin-right: auto;
/* 162 */     padding-top: 50px;
/* 163 */ }
/* 164 */ .container-meer-nieuws h2 {
/* 165 */     font-size: 22px;
/* 166 */     line-height: 26px;
/* 167 */     margin-bottom: 30px;
/* 168 */     text-align: center;
/* 169 */ }
/* 170 */
/* 171 */ /* VIDEO */
/* 172 */ .container-video-nieuws {
/* 173 */     position: relative;
/* 174 */     border-radius: 23px;
/* 175 */     overflow: hidden;
/* 176 */ }
/* 177 */ video {
/* 178 */     position: relative;
/* 179 */     width: 100%;
/* 180 */     height: auto;
/* 181 */     display:block;
/* 182 */ }
/* 183 */ .knop-audio {
/* 184 */     position: absolute;
/* 185 */     top: 20px;
/* 186 */     right: 20px;
/* 187 */     height: 50px;
/* 188 */     width: 50px;
/* 189 */     background-color: #F93;
/* 190 */     background-color: rgba(0,0,0,0.5);
/* 191 */     border-radius: 10px;
/* 192 */     display: block;
/* 193 */     z-index: 2;
/* 194 */ }
/* 195 */ .knop-audio:hover {
/* 196 */     cursor: pointer;
/* 197 */ }
/* 198 */ .knop-audio .icon-audio-off {
/* 199 */     display: none;
/* 200 */ }

/* grid-nieuws.css */

/* 201 */ .knop-audio.audio-on .icon-audio-off {
/* 202 */     display: inherit;
/* 203 */ }
/* 204 */ .knop-audio.audio-on .icon-audio-on {
/* 205 */     display: none;
/* 206 */ }
/* 207 */
/* 208 */ .knop-audio .icon {
/* 209 */     padding: 10px;
/* 210 */     width: 30px;
/* 211 */     height: 30px;
/* 212 */     fill: white;
/* 213 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* grid-materialen.css */

/* 1  */ .container-items.main.materialen .grid__item .kolom-image {
/* 2  */     width: 28%;
/* 3  */ }
/* 4  */
/* 5  */ .container-items.main.materialen .grid__item .txt {
/* 6  */     width: 68%;
/* 7  */ }
/* 8  */
/* 9  */ @media only screen and (min-width: 768px) {
/* 10 */     .container-items.main.materialen .grid__item .txt {
/* 11 */         width: 65%;
/* 12 */     }
/* 13 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* home-header-image.css */

/* 1   */ .container-home-header-image {
/* 2   */     position: relative;
/* 3   */     height: 80vh;
/* 4   */     overflow: hidden;
/* 5   */ }
/* 6   */ .balk-afdek {
/* 7   */     position: absolute;
/* 8   */     left: 0;
/* 9   */     right: 0;
/* 10  */     top: 0;
/* 11  */     bottom: 0;
/* 12  */     background-color: white;
/* 13  */     background-color: var(--oker-1);
/* 14  */     z-index: 5;
/* 15  */ }
/* 16  */
/* 17  */ .balk-afdek.left,
/* 18  */ .balk-afdek.right {
/* 19  */     width: 50%;
/* 20  */     height: 100%;
/* 21  */ }
/* 22  */
/* 23  */ .balk-afdek.top,
/* 24  */ .balk-afdek.bottom {
/* 25  */     width: 100%;
/* 26  */     height: 50%;
/* 27  */ }
/* 28  */
/* 29  */ .balk-afdek.left {
/* 30  */     right: auto;
/* 31  */ }
/* 32  */ .balk-afdek.right {
/* 33  */     left: auto;
/* 34  */ }
/* 35  */ .balk-afdek.top {
/* 36  */     bottom: auto;
/* 37  */ }
/* 38  */ .balk-afdek.bottom {
/* 39  */     top: auto;
/* 40  */ }
/* 41  */ img.zoom-in {
/* 42  */     width: 0%;
/* 43  */ }
/* 44  */
/* 45  */ .zoom-in-horizontaal,
/* 46  */ .zoom-in-vertikaal {
/* 47  */     -moz-animation-name: zoomInHorizontaal;
/* 48  */     -moz-animation-iteration-count: 1;
/* 49  */     -moz-animation-timing-function: ease-out;
/* 50  */     -moz-animation-duration: 1.5s;

/* home-header-image.css */

/* 51  */     -moz-animation-delay: 0.3s;
/* 52  */     -moz-animation-fill-mode: forwards;
/* 53  */
/* 54  */     -webkit-animation-name: zoomInHorizontaal;
/* 55  */     -webkit-animation-iteration-count: 1;
/* 56  */     -webkit-animation-timing-function: ease-out;
/* 57  */     -webkit-animation-duration: 1.5s;
/* 58  */     -webkit-animation-delay: 0.3s;
/* 59  */     -webkit-animation-fill-mode: forwards;
/* 60  */
/* 61  */     animation-name: zoomInHorizontaal;
/* 62  */     animation-iteration-count: 1;
/* 63  */     animation-timing-function: ease-out;
/* 64  */     animation-duration: 1.5s;
/* 65  */     animation-delay: 0.3s;
/* 66  */     animation-fill-mode: forwards;
/* 67  */ }
/* 68  */ @-moz-keyframes zoomInHorizontaal {
/* 69  */     from {
/* 70  */         width: 50%;
/* 71  */     }
/* 72  */     to {
/* 73  */         width: 0%;
/* 74  */     }
/* 75  */ }
/* 76  */ @-webkit-keyframes zoomInHorizontaal {
/* 77  */     from {
/* 78  */         width: 50%;
/* 79  */     }
/* 80  */     to {
/* 81  */         width: 0%;
/* 82  */     }
/* 83  */ }
/* 84  */ @keyframes zoomInHorizontaal {
/* 85  */     from {
/* 86  */         width: 50%;
/* 87  */     }
/* 88  */     to {
/* 89  */         width: 0%;
/* 90  */     }
/* 91  */ }
/* 92  */
/* 93  */
/* 94  */ .zoom-in-vertikaal {
/* 95  */     -moz-animation-name: zoomInVertikaal;
/* 96  */     -webkit-animation-name: zoomInVertikaal;
/* 97  */     animation-name: zoomInVertikaal;
/* 98  */ }
/* 99  */
/* 100 */

/* home-header-image.css */

/* 101 */ @-moz-keyframes zoomInVertikaal {
/* 102 */     from {
/* 103 */         height: 50%;
/* 104 */     }
/* 105 */     to {
/* 106 */         height: 0%;
/* 107 */     }
/* 108 */ }
/* 109 */ @-webkit-keyframes zoomInVertikaal {
/* 110 */     from {
/* 111 */         height: 50%;
/* 112 */     }
/* 113 */     to {
/* 114 */         height: 0%;
/* 115 */     }
/* 116 */ }
/* 117 */ @keyframes zoomInVertikaal {
/* 118 */     from {
/* 119 */         height: 50%;
/* 120 */     }
/* 121 */     to {
/* 122 */         height: 0%;
/* 123 */     }
/* 124 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* cookiebar.css */

/* 1   */ @charset "utf-8";
/* 2   */ .container-cookie-melding {
/* 3   */ 	min-height: 10px;
/* 4   */ 	background-color: #FFF;
/* 5   */ 	position: relative;
/* 6   */ 	position: fixed;
/* 7   */ 	z-index: 999999;
/* 8   */ 	top: -900px;
/* 9   */ 	width: -moz-calc(90% - 60px); /* Firefox */
/* 10  */ 	width: -webkit-calc(90% - 60px); /* WebKit */
/* 11  */ 	width: -o-calc(90% - 60px); /* Opera */
/* 12  */ 	width: calc(90% - 60px); /* Standard */
/* 13  */ 	max-width: 400px;
/* 14  */ 	padding: 30px;
/* 15  */ 	margin-left: 5%;
/* 16  */ 	margin-top: -150px;
/* 17  */ 	-moz-box-shadow: 0px 0px 12px #666;
/* 18  */ 	-webkit-box-shadow: 0px 0px 12px #666;
/* 19  */ 	box-shadow: 0px 0px 12px #666;
/* 20  */ 	-webkit-box-sizing: content-box;
/* 21  */ 	-moz-box-sizing: content-box;
/* 22  */ 	box-sizing: content-box;
/* 23  */     border-radius: 20px;
/* 24  */ }
/* 25  */ .toon-panel {
/* 26  */ 	top: 20px;
/* 27  */ 	top: 50%;
/* 28  */ }
/* 29  */ @media only screen and (min-width: 520px) {
/* 30  */ 	.container-cookie-melding {
/* 31  */ 		margin-left: -230px;
/* 32  */ 		left: 50%;
/* 33  */ 		margin-top: -250px;
/* 34  */ 	}
/* 35  */ 	.toon-panel {
/* 36  */ 		top: 50%;
/* 37  */ 	}
/* 38  */ }
/* 39  */ .container-cookie-melding h2 {
/* 40  */     font-size: 24px;
/* 41  */ 	padding-bottom: 0px;
/* 42  */ }
/* 43  */ .container-cookie-melding p {
/* 44  */ 	padding-bottom: 10px;
/* 45  */ }
/* 46  */ .container-cookie-melding p {
/* 47  */ 	font-size: 15px;
/* 48  */ 	line-height: 22px;
/* 49  */     margin-bottom: 10px;
/* 50  */ }

/* cookiebar.css */

/* 51  */ .cookie-melding-fond {
/* 52  */ 	background-color: #000;
/* 53  */ 	position: fixed;
/* 54  */ 	z-index: 99999;
/* 55  */ 	height: 100%;
/* 56  */ 	width: 100%;
/* 57  */ 	left: 0px;
/* 58  */ 	top: 0px;
/* 59  */ 	right: 0px;
/* 60  */ 	bottom: 0px;
/* 61  */ 	opacity: 0.4;
/* 62  */ 	display:none;
/* 63  */ }
/* 64  */ /* KNOP */
/* 65  */ .cookie-knop {
/* 66  */     font-size: 13px;
/* 67  */     /*text-transform: uppercase;*/
/* 68  */     /*letter-spacing: 1px;*/
/* 69  */     font-size: 15px;
/* 70  */     line-height: 42px;
/* 71  */     text-align: left;
/* 72  */     font-weight: 500; /* belangrijk voor weergave op IOS */
/* 73  */ 	font-style:normal;
/* 74  */ 	position: relative;
/* 75  */ 	margin-bottom:10px;
/* 76  */ 	margin-right: 0px;
/* 77  */ 	margin-left: 15px;
/* 78  */ 	margin-top: 20px;
/* 79  */ 	display: inline-block;
/* 80  */ 	height: 45px;
/* 81  */     border-radius: 23px;
/* 82  */ 	color: #fff;
/* 83  */ 	text-decoration: none;
/* 84  */ 	padding-left: 20px;
/* 85  */ 	padding-right: 20px;
/* 86  */ 	background-color: var(--grijs-8);
/* 87  */ }
/* 88  */ .cookie-knop.float-right {
/* 89  */     float: right;
/* 90  */ }
/* 91  */ .cookie-knop:hover {
/* 92  */ 	cursor: pointer;
/* 93  */ 	background-color: var(--grijs-6);
/* 94  */ 	color: #fff;
/* 95  */ }
/* 96  */ .txt-center {
/* 97  */ 	text-align: center;
/* 98  */ }
/* 99  */ .ok,
/* 100 */ .cookie-knop.ok:hover,

/* cookiebar.css */

/* 101 */ .over-cookies .cookie-knop.ok:hover {
/* 102 */ 	background-color: #3C6;
/* 103 */ 	color: #fff;
/* 104 */ }
/* 105 */ .niet-ok,
/* 106 */ .over-cookies .cookie-knop.niet-ok:hover {
/* 107 */ 	background-color: #F03;
/* 108 */ 	color: #fff;
/* 109 */ }
/* 110 */ hr.style-six {
/* 111 */ 	margin-bottom: 20px;
/* 112 */ 	border-top-width: 1px;
/* 113 */ 	border-top-style: solid;
/* 114 */ 	border-right-style: none;
/* 115 */ 	border-bottom-style: none;
/* 116 */ 	border-left-style: none;
/* 117 */ 	border-top-color: #777;
/* 118 */ 	border-right-width: 0px;
/* 119 */ 	border-bottom-width: 0px;
/* 120 */ 	border-left-width: 0px;
/* 121 */ 	border-bottom-color: #777;
/* 122 */ }
/* 123 */ /* kruisje sluiten */
/* 124 */ .container-icon-sluit {
/* 125 */ 	position: absolute;
/* 126 */ 	height: 26px;
/* 127 */ 	width: 26px;
/* 128 */ 	right: 10px;
/* 129 */ 	top: 10px;
/* 130 */ 	background-color: #fff;
/* 131 */ 	-moz-transition: opacity 0.3s;
/* 132 */ 	-webkit-transition: opacity 0.3s;
/* 133 */ 	-o-transition: opacity 0.3s;
/* 134 */ 	opacity:0.4;
/* 135 */     display: none;
/* 136 */ }
/* 137 */ .container-icon-sluit:hover {
/* 138 */ 	opacity:1;
/* 139 */ 	cursor:pointer;
/* 140 */ }
/* 141 */ .container-cookie-melding .streepje {
/* 142 */ 	margin-top: 10px;
/* 143 */ 	position: absolute;
/* 144 */ 	background-color: #333;
/* 145 */ 	width: 25px;
/* 146 */ 	height: 2px;
/* 147 */ 	top: 2px;
/* 148 */ }
/* 149 */ .container-cookie-melding .streepje.omlaag {
/* 150 */ 	-webkit-transform: rotate(45deg);

/* cookiebar.css */

/* 151 */ 	/* Chrome, Safari, Opera */
/* 152 */ 	transform: rotate(45deg);
/* 153 */ }
/* 154 */ .container-cookie-melding .streepje.omhoog {
/* 155 */ 	-webkit-transform: rotate(-225deg);
/* 156 */ 	/* Chrome, Safari, Opera */
/* 157 */ 	transform: rotate(-225deg);
/* 158 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* jquery.fancybox.min.css */

/* 1  */ body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* 2  */
/* 3  */ /* Fancybox eigen styling */
/* 4  */ .fancybox-is-open .fancybox-bg {
/* 5  */ 	background: #fff;
/* 6  */     background-color: var(--oker-0);
/* 7  */ 	opacity: 1;
/* 8  */ }
/* 9  */
/* 10 */ .fancybox-caption {
/* 11 */ 	background: #fff;
/* 12 */     background-color: var(--oker-0);
/* 13 */ 	color: #222;
/* 14 */ }
/* 15 */
/* 16 */ .fancybox-progress {
/* 17 */ 	background: #999;
/* 18 */ }
/* 19 */
/* 20 */ .fancybox-button {
/* 21 */ 	background: #fff;
/* 22 */     background-color: var(--oker-0);
/* 23 */ }
/* 24 */
/* 25 */ .fancybox-button[disabled], .fancybox-button[disabled]:hover {
/* 26 */ 	color: #ddd;
/* 27 */ }
/* 28 */
/* 29 */ .fancybox-button, .fancybox-button:link, .fancybox-button:visited {
/* 30 */ 	color: #222;
/* 31 */ }
/* 32 */
/* 33 */ .fancybox-button:hover, .fancybox-button:link, .fancybox-button:visited {
/* 34 */ 	color: #222;
/* 35 */ 	background-color: #fff;
/* 36 */     background-color: var(--oker-0);
/* 37 */ }
/* 38 */
/* 39 */ .fancybox-content {
/* 40 */ 	max-width: 80%;
/* 41 */ }
/* 42 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* scroll-trigger.css */

/* 1  */ .animate--slide-in {
/* 2  */     transform: translateY(50px);
/* 3  */     transition: opacity transform;
/* 4  */     transition-timing-function: ease-out;
/* 5  */     transition-duration: var(--duration-5);
/* 6  */     opacity: 0.1;
/* 7  */ }
/* 8  */ .animate--slide-in.scroll-trigger,
/* 9  */ .animate--slide-in.scroll-trigger .txt.animate--slide-in {
/* 10 */     transform: translateY(0px);
/* 11 */     opacity: 1;
/* 12 */ }
/* 13 */
/* 14 */ /* 2 en 3 koloms */
/* 15 */ .columns-2 .grid__item.animate--slide-in.scroll-trigger:nth-child(2n+1),
/* 16 */ .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(2n+1) {
/* 17 */     transition-delay: var(--duration-1);
/* 18 */ }
/* 19 */ .columns-2 .grid__item.animate--slide-in.scroll-trigger:nth-child(2n+2),
/* 20 */ .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(2n+2) {
/* 21 */     transition-delay: var(--duration-2);
/* 22 */ }
/* 23 */
/* 24 */ .columns-2 .grid__item.animate--slide-in.scroll-trigger:nth-child(2n+1) .txt.animate--slide-in,
/* 25 */ .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(2n+1) .txt.animate--slide-in {
/* 26 */     transition-delay: var(--duration-2);
/* 27 */ }
/* 28 */ .columns-2 .grid__item.animate--slide-in.scroll-trigger:nth-child(2n+2) .txt.animate--slide-in,
/* 29 */ .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(2n+2) .txt.animate--slide-in {
/* 30 */     transition-delay: var(--duration-3);
/* 31 */ }
/* 32 */
/* 33 */ @media only screen and (min-width: 768px) {
/* 34 */     /* 3 koloms */
/* 35 */     .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(3n+1) {
/* 36 */         transition-delay: var(--duration-1);
/* 37 */     }
/* 38 */     .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(3n+2) {
/* 39 */         transition-delay: var(--duration-2);
/* 40 */     }
/* 41 */     .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(3n+3) {
/* 42 */         transition-delay: var(--duration-3);
/* 43 */     }
/* 44 */
/* 45 */     .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(3n+1) .txt.animate--slide-in {
/* 46 */         transition-delay: var(--duration-2);
/* 47 */     }
/* 48 */     .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(3n+2) .txt.animate--slide-in {
/* 49 */         transition-delay: var(--duration-3);
/* 50 */     }

/* scroll-trigger.css */

/* 51 */     .columns-3 .grid__item.animate--slide-in.scroll-trigger:nth-child(3n+3) .txt.animate--slide-in {
/* 52 */         transition-delay: var(--duration-4);
/* 53 */     }
/* 54 */
/* 55 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* formulier.css */

/* 1   */ @charset "UTF-8";
/* 2   */ .formulier-container {
/* 3   */     position: relative;
/* 4   */     padding: 35px;
/* 5   */     background-color: var(--oker-0);
/* 6   */     border-radius: 23px;
/* 7   */     margin-top: 40px;
/* 8   */ }
/* 9   */ @media only screen and (min-width: 1280px) {
/* 10  */     .formulier-container {
/* 11  */         padding: 40px 80px;
/* 12  */     }
/* 13  */ }
/* 14  */
/* 15  */ .formulier-container p {
/* 16  */     font-size: 15px;
/* 17  */     line-height: 22px;
/* 18  */ }
/* 19  */ @media only screen and (min-width: 768px) {
/* 20  */     .formulier-container p {
/* 21  */         font-size: 18px;
/* 22  */         line-height: 26px;
/* 23  */         font-size: 20px;
/* 24  */         line-height: 32px;
/* 25  */     }
/* 26  */ }
/* 27  */
/* 28  */ form {
/* 29  */     padding-top: 4px;
/* 30  */     padding-right: 4px;
/* 31  */     padding-bottom: 4px;
/* 32  */     padding-left: 4px;
/* 33  */     padding: 0;
/* 34  */ }
/* 35  */ .formulier-container,
/* 36  */ input,
/* 37  */ textarea,
/* 38  */ .submit,
/* 39  */ .floating-label,
/* 40  */ label.checkbox span {
/* 41  */     font-family: 'Nunito', sans-serif;
/* 42  */     font-size: 15px;
/* 43  */     line-height: 30px;
/* 44  */     font-weight: 300;
/* 45  */ }
/* 46  */ /* KLEUREN */
/* 47  */ .formulier-container,
/* 48  */ .checkbox span,
/* 49  */ .radiobutton span,
/* 50  */ .container-select select,

/* formulier.css */

/* 51  */ .floating-label {
/* 52  */     color: #6f818d;
/* 53  */     color: #222;
/* 54  */ }
/* 55  */ input[type=file]::file-selector-button {
/* 56  */     background-color: #6f818d;
/* 57  */ }
/* 58  */ input[type=file]::-webkit-file-upload-button {
/* 59  */     background-color: #6f818d;
/* 60  */ }
/* 61  */ input[type=file]::file-selector-button:hover {
/* 62  */     background:#374151;
/* 63  */ }
/* 64  */ input[type=file]::-webkit-file-upload-button:hover {
/* 65  */     background:#374151;
/* 66  */ }
/* 67  */ /*=================*/
/* 68  */ .form-element {
/* 69  */     position: relative;
/* 70  */     margin-bottom: 10px;
/* 71  */ }
/* 72  */ .form-element p.onderschrift {
/* 73  */     padding-bottom: 10px;
/* 74  */     padding-left: 20px;
/* 75  */     font-size: 11px;
/* 76  */ }
/* 77  */ .form-element label.titel {
/* 78  */     padding-left: 20px;
/* 79  */ }
/* 80  */ input,
/* 81  */ input:focus,
/* 82  */ textarea {
/* 83  */     position:relative;
/* 84  */     padding-top: 10px;
/* 85  */     padding-left: 20px;
/* 86  */     background-color: rgb(249, 250, 251);
/* 87  */     border: 0;
/* 88  */     outline: 0;
/* 89  */     border: 1px solid #6f818d;
/* 90  */     border-color: rgb(209, 213, 219);
/* 91  */     //z-index:10;
/* 92  */     margin-bottom:10px;
/* 93  */     border-radius: 8px;
/* 94  */ }
/* 95  */ /* indien actief */
/* 96  */ input:focus,
/* 97  */ textarea:focus {
/* 98  */     border: 1px solid #153477;
/* 99  */     box-shadow: rgb(225,219,172) 0px 0px 0px 4px;
/* 100 */     border-color: rgb(166,148,58);

/* formulier.css */

/* 101 */ }
/* 102 */ input {
/* 103 */     width: 100%;
/* 104 */     height: 44px;
/* 105 */     box-sizing: border-box;
/* 106 */ }
/* 107 */ textarea {
/* 108 */     box-sizing: border-box;
/* 109 */     height: 100px;
/* 110 */     resize: none;
/* 111 */     width: 100%;
/* 112 */     padding-top: 18px;
/* 113 */     padding-right: 16px;
/* 114 */     padding-bottom: 12px;
/* 115 */     padding-left: 20px;
/* 116 */     outline: 0 none;
/* 117 */ }
/* 118 */
/* 119 */ /* FLOATING LABEL */
/* 120 */ .floating-label {
/* 121 */     position: absolute;
/* 122 */     pointer-events: none;
/* 123 */     left: 10px;
/* 124 */     top: 15px;
/* 125 */     height: 15px;
/* 126 */     line-height: 15px;
/* 127 */     transition: 0.2s ease top;
/* 128 */     z-index: 2;
/* 129 */     padding-left: 10px;
/* 130 */     padding-right: 10px;
/* 131 */     border-radius: 5px;
/* 132 */ }
/* 133 */ input:focus ~ .floating-label,
/* 134 */ input:not(:focus):valid ~ .floating-label,
/* 135 */ /*input[type="number"]:invalid ~ .floating-label,*/
/* 136 */ textarea:focus ~ .floating-label,
/* 137 */ textarea:not(:focus):valid ~ .floating-label,
/* 138 */ input:focus ~ label .floating-label,
/* 139 */ input.verklein-floating-label ~ label .floating-label {
/* 140 */     top: -5px;
/* 141 */     bottom: 10px;
/* 142 */     font-size: 12px;
/* 143 */     color:#444;
/* 144 */     background-color: #fff;
/* 145 */ }
/* 146 */ /*
/* 147 *| ERROR
/* 148 *| */
/* 149 */ .form-element .error,
/* 150 */ .container-select select .error {

/* formulier.css */

/* 151 */     /*background-color: rgb(253, 242, 242);*/
/* 152 */     border-color: rgb(248, 7, 64);
/* 153 */ }
/* 154 */ .errorRow,
/* 155 */ .appValueColumn {
/* 156 */     position: relative;
/* 157 */     clear: both;
/* 158 */ }
/* 159 */ .form-element label.error,
/* 160 */ .container-select label.error,
/* 161 */ .appValueColumn label.error {
/* 162 */     position: relative;
/* 163 */     display: inline-block;
/* 164 */     border: 1px solid #de4b2d;
/* 165 */     left: 0px;
/* 166 */     top: 2px;
/* 167 */     z-index:1;
/* 168 */     color: #de4b2d;
/* 169 */     margin-top: 0px;
/* 170 */     font-size: 14px;
/* 171 */     line-height: 28px;
/* 172 */     padding-left: 4px;
/* 173 */     padding-right: 13px;
/* 174 */     border-radius: 30px;
/* 175 */     margin-bottom: 5px;
/* 176 */     background-color: transparent;
/* 177 */ }
/* 178 */ .container-select label.error {
/* 179 */     top: 5px;
/* 180 */ }
/* 181 */
/* 182 */
/* 183 */ /* haal stippellijn weg */
/* 184 */ select:-moz-focusring {
/* 185 */     color: transparent;
/* 186 */     text-shadow: 0 0 0 #000;
/* 187 */ }
/* 188 */
/* 189 */ /*
/* 190 *| SUCCES
/* 191 *| */
/* 192 */ input.success,
/* 193 */ input.inputfile:not(:focus):valid + label,
/* 194 */ .container-select select:not(:focus):valid,
/* 195 */ textarea.success {
/* 196 */     border-color: #6C3;
/* 197 */ }
/* 198 */ /*Als velden niet required zijn krijgen ze de class 'success' nadat je op submit hebt geklikt
/* 199 *| in dat geval moet de border de standaard kleur behouden */
/* 200 */ input.success:invalid {

/* formulier.css */

/* 201 */     border-color: rgb(209, 213, 219);
/* 202 */ }
/* 203 */
/* 204 */ select:valid ~ .icoontje-pijltje {
/* 205 */     display: none;
/* 206 */ }
/* 207 */ button.block-item.kleur-grijs-8.bg-groen {
/* 208 */     background: #6C3;
/* 209 */ }
/* 210 */ /*
/* 211 *| Checkbox and Radio Buttons
/* 212 *| */
/* 213 */ fieldset p {
/* 214 */     margin-bottom: 10px;
/* 215 */     padding-bottom: 0px;
/* 216 */ }
/* 217 */
/* 218 */ /* vinkje */
/* 219 */ label.checkbox input:checked:after {
/* 220 */     content: "\3b";
/* 221 */     font-family: "icons";
/* 222 */     font-size: 24px;
/* 223 */     position: absolute;
/* 224 */     left: -4px;
/* 225 */     top: 4px;
/* 226 */     width: 18px;
/* 227 */     height: 20px;
/* 228 */     color: #fff;
/* 229 */     text-align: center;
/* 230 */     z-index: 3;
/* 231 */ }
/* 232 */ /* indien actief */
/* 233 */ label.radiobutton input:focus,
/* 234 */ label.checkbox input:focus{
/* 235 */     border: 0;
/* 236 */     box-shadow: rgb(206,223,235) 0px 0px 0px 0px;
/* 237 */ }
/* 238 */ label.radiobutton input:focus:before,
/* 239 */ label.checkbox input:focus:before{
/* 240 */     border: 1px solid #4496d1;
/* 241 */     box-shadow: rgb(206,223,235) 0px 0px 0px 4px;
/* 242 */ }
/* 243 */ input:focus ~ .form-icon,
/* 244 */ input:not(:focus):valid ~ .form-icon,
/* 245 */ textarea:focus ~ .form-icon,
/* 246 */ textarea:not(:focus):valid ~ .form-icon{
/* 247 */     top: 5px;
/* 248 */ }
/* 249 */ /* nodig om recaptcha te kunnen schalen */
/* 250 */ fieldset {

/* formulier.css */

/* 251 */     display: contents;
/* 252 */ }
/* 253 */ #recaptcha-wrapper {
/* 254 */     margin-bottom: 30px;
/* 255 */ }
/* 256 */
/* 257 */ /* verberg de pijltjes van het input-veld voor nummers */
/* 258 */ input[type="number"] {
/* 259 */     -moz-appearance: textfield;
/* 260 */ }
/* 261 */ input[type="number"]::-webkit-inner-spin-button,
/* 262 */ input[type="number"]::-webkit-outer-spin-button {
/* 263 */     -webkit-appearance: none;
/* 264 */     margin: 0;
/* 265 */ }
/* 266 */
/* 267 */ /* optel som */
/* 268 */ .form-check {
/* 269 */     margin-top: 20px;
/* 270 */     margin-bottom: 0px;
/* 271 */ }
/* 272 */ .form-check .form-element {
/* 273 */     width: 45px;
/* 274 */     float: right;
/* 275 */     margin-left: 10px;
/* 276 */     margin-right: 15px;
/* 277 */ }
/* 278 */ .form-check .form-check-txt {
/* 279 */     line-height: 46px;
/* 280 */ }
/* 281 */ .form-check .form-element input {
/* 282 */     padding-top: 0;
/* 283 */     padding-left: 0;
/* 284 */     text-align: center;
/* 285 */     height: 46px;
/* 286 */ }
/* 287 */
/* 288 */ /* SUBMIT */
/* 289 */ form button.button:after {
/* 290 */     background-color: #ccc;
/* 291 */ }
/* 292 */ /* hover */
/* 293 */ form button.button:before {
/* 294 */     background-color: #ccc;
/* 295 */ }
/* 296 */ form button.button.bg-groen:after {
/* 297 */     background-color: #6C3;
/* 298 */ }
/* 299 */ /* hover kleur button */
/* 300 */ form button.button.bg-groen:before {

/* formulier.css */

/* 301 */     background-color: #5db032;
/* 302 */ }
/* 303 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /var/www/vhosts/ginvi.nl/httpdocs
currentDir : /var/www/vhosts/ginvi.nl/httpdocs/css

*/

/* submit-animatie.css */

/* 1  */ @charset "UTF-8";
/* 2  */ .container-submit {
/* 3  */     position: relative;
/* 4  */     padding: 0px;
/* 5  */ }
/* 6  */ .container-submit button.button {
/* 7  */     margin-bottom: 0px;
/* 8  */     margin-right: 0;
/* 9  */ }
/* 10 */ #submit-animatie {
/* 11 */     position: absolute;
/* 12 */     top: 0;
/* 13 */     left: 0;
/* 14 */     right: 0;
/* 15 */     bottom: 0;
/* 16 */     width: 100%;
/* 17 */     background: #6C3;
/* 18 */     z-index: 2;
/* 19 */     text-align: center;
/* 20 */     border-radius: 21px;
/* 21 */     display: none;
/* 22 */ }
/* 23 */ #submit-animatie #spinner{
/* 24 */     position: relative;
/* 25 */     width: 20px;
/* 26 */     height: 20px;
/* 27 */     top: 9px;
/* 28 */     border:3px solid #ccc;
/* 29 */     border-top:3px solid white;
/* 30 */     border-radius:50%;
/* 31 */     display: inline-block;
/* 32 */
/* 33 */     -webkit-transition-property: -webkit-transform;
/* 34 */     -webkit-transition-duration: 1.2s;
/* 35 */     -webkit-animation-name: rotate;
/* 36 */     -webkit-animation-iteration-count: infinite;
/* 37 */     -webkit-animation-timing-function: linear;
/* 38 */
/* 39 */     -moz-transition-property: -moz-transform;
/* 40 */     -moz-animation-name: rotate;
/* 41 */     -moz-animation-duration: 1.2s;
/* 42 */     -moz-animation-iteration-count: infinite;
/* 43 */     -moz-animation-timing-function: linear;
/* 44 */
/* 45 */     transition-property: transform;
/* 46 */     animation-name: rotate;
/* 47 */     animation-duration: 1.2s;
/* 48 */     animation-iteration-count: infinite;
/* 49 */     animation-timing-function: linear;
/* 50 */ }

/* submit-animatie.css */

/* 51 */
/* 52 */ @-webkit-keyframes rotate {
/* 53 */     from {-webkit-transform: rotate(0deg);}
/* 54 */     to {-webkit-transform: rotate(360deg);}
/* 55 */ }
/* 56 */
/* 57 */ @-moz-keyframes rotate {
/* 58 */     from {-moz-transform: rotate(0deg);}
/* 59 */     to {-moz-transform: rotate(360deg);}
/* 60 */ }
/* 61 */
/* 62 */ @keyframes rotate {
/* 63 */     from {transform: rotate(0deg);}
/* 64 */     to {transform: rotate(360deg);}
/* 65 */ }
