/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/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  */ 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    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/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 */ .margin-bottom-50px{margin-bottom: 50px}
/* 21 */
/* 22 */ .padding-right-20px{padding-right: 20px}
/* 23 */ .padding-right-26px{padding-right: 26px}
/* 24 */ .padding-left-20px{padding-left: 20px}
/* 25 */ .padding-left-26px{padding-left: 26px}
/* 26 */ .padding-top-50px{padding-top: 50px}
/* 27 */ .padding-bottom-26px{padding-bottom: 26px}
/* 28 */ .padding-bottom-50px{padding-bottom: 50px}
/* 29 */
/* 30 */ .txt-align-left{text-align: left}
/* 31 */ .txt-align-right{text-align: right}
/* 32 */ .txt-align-center{text-align: center}
/* 33 */
/* 34 */ /* FLEX */
/* 35 */ .flex{display: flex}
/* 36 */ .flex-wrap{flex-wrap: wrap}
/* 37 */ .flex-direction-row{flex-direction: row}
/* 38 */ .flex-direction-rwo-reverse{flex-direction:row-reverse}
/* 39 */ .flex-direction-column{flex-direction: column}
/* 40 */ .flex-direction-column-reverse{flex-direction: column-reverse}
/* 41 */ .flex-1{flex: 1}
/* 42 */ /* afstand tussen items horizontaal */
/* 43 */ .column-gap-10px{column-gap: 10px}
/* 44 */ .column-gap-20px{column-gap: 20px}
/* 45 */ .column-gap-30px{column-gap: 30px}
/* 46 */ .column-gap-4pr{column-gap: 4%}
/* 47 */ .column-gap-6pr{column-gap: 6%}
/* 48 */ .column-gap-8pr{column-gap: 8%}
/* 49 */ /* afstand tussen items vertikaal */
/* 50 */ .grid-row-gap-10px{grid-row-gap: 10px}

/* basics.css */

/* 51 */ .grid-row-gap-20px{grid-row-gap: 20px}
/* 52 */ .grid-row-gap-30px{grid-row-gap: 30px}
/* 53 */ .grid-row-gap-40px{grid-row-gap: 40px}
/* 54 */ .grid-row-gap-60px{grid-row-gap: 60px}
/* 55 */ .grid-row-gap-80px{grid-row-gap: 80px}
/* 56 */ .grid-row-gap-100px{grid-row-gap: 100px}
/* 57 */ .grid-row-gap-120px{grid-row-gap: 120px}
/* 58 */ /* align vertikaal */
/* 59 */ .align-items-center{align-items:center}
/* 60 */ .align-items-end{align-items:flex-end}
/* 61 */ .align-items-start{align-items:flex-start}
/* 62 */ /* align horizontal */
/* 63 */ .justify-content-center{justify-content: center}
/* 64 */ .justify-content-end{justify-content:flex-end}
/* 65 */ .justify-content-start{justify-content:flex-start}
/* 66 */ .justify-content-space-between{justify-content: space-between}
/* 67 */
/* 68 */ /*SITE*/
/* 69 */ .txt-wit{color: var(--wit)}
/* 70 */ .bg-wit{background-color: var(--wit)}
/* 71 */ .bg-grijs{background-color: var(--grijs)}
/* 72 */ .bg-roze{background-color: var(--roze)}
/* 73 */ .bg-roze-licht{background-color: var(--roze-licht)}
/* 74 */ .bg-geel{background-color: var(--geel)}
/* 75 */ .bg-blauw{background-color: var(--blauw)}
/* 76 */ .bg-blauw-donker{background-color: var(--blauw-donker)}
/* 77 */ .bg-cyaan{background-color: var(--cyaan)}
/* 78 */ .bg-creme{background-color:var(--creme)}
/* 79 */ .bg-blauw-40pr{background-color: rgba(35,32,100,0.4)}
/* 80 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css/stationary

*/

/* _variabels.css */

/* 1  */ @charset "utf-8";
/* 2  */ :root {
/* 3  */ /* kleuren */
/* 4  */     --primary: var(--blauw-donker);
/* 5  */     --primary-hover: #777;
/* 6  */
/* 7  */     --wit: #fff;
/* 8  */     --grijs: #C2B3BE;
/* 9  */     --roze: #D13176;
/* 10 */     --roze-licht: #D2A1B8;
/* 11 */     --geel: #E1D245;
/* 12 */     --blauw: #232064;
/* 13 */     --blauw-donker: #19003F;
/* 14 */     --cyaan: #6AB1BD;
/* 15 */     --creme: #C7BFB1;
/* 16 */
/* 17 */     /* Fonts */
/* 18 */
/* 19 */     --font-regular: 'Chillax-Variable';
/* 20 */     --extra-light: 200;
/* 21 */     --light: 300;
/* 22 */     --regular: 400;
/* 23 */     --medium: 500;
/* 24 */     --bold: 600;
/* 25 */     --black: 700;
/* 26 */
/* 27 */     --default-font-color: var(--primary);
/* 28 */     --default-font: var(--font-regular);
/* 29 */     --default-line-height: var(--line-height-regular);
/* 30 */
/* 31 */     --font-size-x-small: 10px;
/* 32 */     --font-size-small: 12px;
/* 33 */     --font-size-regular: 16px; /* body */
/* 34 */     --font-size-regular-plus: 18px; /* introtekst */
/* 35 */     --font-size-medium: 21px;
/* 36 */     --font-size-medium-plus: 24px; /* h2 kop */
/* 37 */     --font-size-large: 28px; /* h1 */
/* 38 */     --font-size-x-large: 32px;
/* 39 */
/* 40 */     --line-height-x-small: 20px;
/* 41 */     --line-height-small: 22px;
/* 42 */     --line-height-regular: 28px;
/* 43 */     --line-height-large: 33px;
/* 44 */     --line-height-x-large: 40px;
/* 45 */
/* 46 */ }
/* 47 */ @media only screen and (min-width: 1280px) {
/* 48 */
/* 49 */     :root {
/* 50 */

/* _variabels.css */

/* 51 */         --font-size-x-small: 11px;
/* 52 */         --font-size-small: 13px;
/* 53 */         --font-size-regular: 18px;
/* 54 */         --font-size-regular-plus: 22px;
/* 55 */         --font-size-medium: 25px;
/* 56 */         --font-size-medium-plus: 28px;
/* 57 */         --font-size-large: 40px; /* h1 */
/* 58 */         --font-size-x-large: 44px;
/* 59 */
/* 60 */         --line-height-x-small: 21px;
/* 61 */         --line-height-small: 24px;
/* 62 */         --line-height-regular: 30px;
/* 63 */         --line-height-regular-plus: 38px;
/* 64 */         --line-height-large: 40px;
/* 65 */         --line-height-x-large: 44px;
/* 66 */
/* 67 */     }
/* 68 */ }
/* 69 */
/* 70 */ @media only screen and (min-width: 1800px) {
/* 71 */
/* 72 */     :root {
/* 73 */
/* 74 */         --font-size-x-small: 13px;
/* 75 */         --font-size-small: 16px;
/* 76 */         --font-size-regular: 18px;
/* 77 */         --font-size-regular-plus: 27px; /* h4 */
/* 78 */         --font-size-medium: 26px; /* h3 kop */
/* 79 */         --font-size-medium-plus: 32px; /* h2 kop */
/* 80 */         --font-size-large: 50px; /* h1 */
/* 81 */         --font-size-x-large: 55px; /* h1 home */
/* 82 */
/* 83 */         --line-height-x-small: 23px;
/* 84 */         --line-height-small: 30px;
/* 85 */         --line-height-regular: 37px;
/* 86 */         --line-height-regular-plus: 47px;
/* 87 */         --line-height-large: 50px;
/* 88 */         --line-height-x-large: 55px;
/* 89 */
/* 90 */     }
/* 91 */ }
/* 92 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/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   */     position: relative;
/* 5   */ }
/* 6   */
/* 7   */ main {
/* 8   */     position: relative;
/* 9   */ }
/* 10  */
/* 11  */ /* WRAPPER CONTENT */
/* 12  */ .wrapper-content {
/* 13  */     position: relative;
/* 14  */     width: 90%;
/* 15  */     margin-left: auto;
/* 16  */     margin-right: auto;
/* 17  */     z-index: 11;
/* 18  */ }
/* 19  */
/* 20  */ @media only screen and (min-width: 768px) {
/* 21  */     .wrapper-content {
/* 22  */         width: 84%;
/* 23  */     }
/* 24  */
/* 25  */ }
/* 26  */
/* 27  */ @media only screen and (min-width: 1800px) {
/* 28  */     .wrapper-content {
/* 29  */         width: 74%;
/* 30  */     }
/* 31  */ }
/* 32  */
/* 33  */ /* INTRODUCTIE */
/* 34  */ @media only screen and (min-width: 1280px) {
/* 35  */     .introductie {
/* 36  */         margin-left: 25%;
/* 37  */     }
/* 38  */ }
/* 39  */
/* 40  */ /* PADDING */
/* 41  */ .wrapper-content.padding-top {
/* 42  */     padding-top: 180px;
/* 43  */ }
/* 44  */
/* 45  */ .wrapper-content.padding-bottom {
/* 46  */     padding-bottom: 70px;
/* 47  */ }
/* 48  */
/* 49  */ @media only screen and (min-width: 1280px) {
/* 50  */     .wrapper-content.padding-bottom {

/* kolommen.css */

/* 51  */         padding-bottom: 90px;
/* 52  */     }
/* 53  */
/* 54  */ }
/* 55  */
/* 56  */ @media only screen and (min-width: 1440px) {
/* 57  */     .wrapper-content.padding-top {
/* 58  */         padding-top: 220px;
/* 59  */     }
/* 60  */
/* 61  */     .wrapper-content.padding-bottom {
/* 62  */         padding-bottom: 140px;
/* 63  */     }
/* 64  */
/* 65  */ }
/* 66  */
/* 67  */ /* KOLOMMEN BLOCKS */
/* 68  */ .container-blocks {
/* 69  */     position: relative;
/* 70  */     z-index: 6;
/* 71  */     grid-row-gap: 120px;
/* 72  */     margin-bottom: 100px;
/* 73  */ }
/* 74  */
/* 75  */ .container-blocks .container-2-columns {
/* 76  */     position: relative;
/* 77  */     width: 100%;
/* 78  */     grid-row-gap: 50px;
/* 79  */ }
/* 80  */
/* 81  */ .container-blocks.row-reverse .container-2-columns:nth-child(even),
/* 82  */ .container-blocks.row-reverse .container-2-columns:nth-child(even) a {
/* 83  */     flex-direction: row-reverse;
/* 84  */ }
/* 85  */
/* 86  */ .container-blocks .container-2-columns .column-txt,
/* 87  */ .container-blocks .container-2-columns .column-img,
/* 88  */ .container-blocks .container-2-columns .column-form {
/* 89  */     position: relative;
/* 90  */     width: 100%;
/* 91  */ }
/* 92  */
/* 93  */ .container-blocks .container-2-columns .column-txt p:last-child {
/* 94  */     padding-bottom: 0;
/* 95  */ }
/* 96  */
/* 97  */ .container-blocks .container-2-columns .column-txt {
/* 98  */     //background-color: cadetblue;
/* 99  */ }
/* 100 */

/* kolommen.css */

/* 101 */ .container-blocks .container-2-columns .column-img {
/* 102 */     //background-color: yellowgreen;
/* 103 */ }
/* 104 */
/* 105 */ @media only screen and (min-width: 768px) {
/* 106 */     .container-blocks {
/* 107 */         grid-row-gap: 100px
/* 108 */     }
/* 109 */
/* 110 */     .container-blocks .container-2-columns {
/* 111 */         grid-column-gap: 8%;
/* 112 */         grid-row-gap: 45px;
/* 113 */     }
/* 114 */
/* 115 */     .container-blocks .container-2-columns .column-txt,
/* 116 */     .container-blocks .container-2-columns .column-img {
/* 117 */         width: 46%;
/* 118 */     }
/* 119 */
/* 120 */     .container-blocks .container-2-columns .column-img {
/* 121 */         display: flex;
/* 122 */         align-items:center;
/* 123 */     }
/* 124 */
/* 125 */     .container-blocks .container-2-columns .column-img picture {
/* 126 */         flex: 1;
/* 127 */     }
/* 128 */
/* 129 */ }
/* 130 */
/* 131 */ /* CONTENT - CONTACT - NIEUWS - PORTFOLIO */
/* 132 */
/* 133 */ @media only screen and (min-width: 1280px) {
/* 134 */     .container-content {
/* 135 */         max-width: 75%;
/* 136 */         margin-left: 25%;
/* 137 */         margin-right: 15%;
/* 138 */     }
/* 139 */
/* 140 */ }
/* 141 */
/* 142 */
/* 143 */
/* 144 */ /* FORMULIEREN */
/* 145 */ .wrapper-content.formulieren {
/* 146 */     max-width: 400px;
/* 147 */ }
/* 148 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css/stationary

*/

/* styles.css */

/* 1   */ *::before,
/* 2   */ *::after {
/* 3   */     box-sizing: border-box;
/* 4   */ }
/* 5   */
/* 6   */ html, body {
/* 7   */     height: 100%;
/* 8   */ }
/* 9   */
/* 10  */
/* 11  */ body {
/* 12  */     font-family: 'Chillax-Variable';
/* 13  */     font-style: normal;
/* 14  */     font-size: var(--font-size-regular);
/* 15  */     line-height: var(--default-line-height);
/* 16  */     font-weight: var(--medium); /* Use a value from 200 to 700 */
/* 17  */     color: var(--primary);
/* 18  */     display: flex;
/* 19  */     flex-direction: column;
/* 20  */     background-color: var(--creme);
/* 21  */ }
/* 22  */
/* 23  */ h1 {
/* 24  */     font-size: var(--font-size-large);
/* 25  */     line-height: var(--line-height-large);
/* 26  */     font-weight: var(--medium);
/* 27  */     margin-bottom: 20px;
/* 28  */ }
/* 29  */
/* 30  */ h2 {
/* 31  */     font-size: var(--font-size-medium-plus);
/* 32  */     font-weight: var(--bold);
/* 33  */     margin-top: 10px;
/* 34  */     margin-bottom: 20px;
/* 35  */ }
/* 36  */
/* 37  */ h3 {
/* 38  */     font-size: var(--font-size-medium);
/* 39  */     font-weight: var(--bold);
/* 40  */ }
/* 41  */
/* 42  */ h4 {
/* 43  */     font-size: var(--font-size-regular-plus);
/* 44  */     font-weight: var(--regular);
/* 45  */     margin-bottom: 15px;
/* 46  */ }
/* 47  */
/* 48  */ .introductie {
/* 49  */     position: relative;
/* 50  */     z-index: 5;

/* styles.css */

/* 51  */ }
/* 52  */
/* 53  */ .introductie p {
/* 54  */     font-size: var(--font-size-regular-plus);
/* 55  */     line-height: var(--line-height-regular-plus);
/* 56  */     font-weight: var(--medium);
/* 57  */     margin-bottom: 40px;
/* 58  */ }
/* 59  */
/* 60  */ p {
/* 61  */     padding-bottom: 20px;
/* 62  */ }
/* 63  */
/* 64  */ @media only screen and (min-width: 1280px) {
/* 65  */     p {
/* 66  */         padding-bottom: 30px;
/* 67  */     }
/* 68  */ }
/* 69  */ /* bullets */
/* 70  */ main ul {
/* 71  */     margin-bottom: 40px;
/* 72  */ }
/* 73  */ main ul li,
/* 74  */ section.container-waarom-kiezen-voor ul li {
/* 75  */     position: relative;
/* 76  */     margin-bottom: 16px;
/* 77  */     padding-left: 30px
/* 78  */ }
/* 79  */ main ul li:last-child,
/* 80  */ section.container-waarom-kiezen-voor ul li:last-child {
/* 81  */     margin-bottom: 0;
/* 82  */ }
/* 83  */ main ul li:before,
/* 84  */ section.container-waarom-kiezen-voor ul li:before {
/* 85  */     content: url("data:image/svg+xml,%3Csvg version='1.1' id='Laag_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 29.413 31.119' enable-background='new 0 0 29.413 31.119' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23E1D245' d='M17.205,5.648c2.024-8.029,11.313-2.042,5.132,3.307 c6.181-5.35,10.193,5.203,2.217,5.83c7.977-0.627,5.181,10.46-1.545,6.126c6.726,4.335-1.811,11.723-4.717,4.082 c2.905,7.641-8.111,8.507-6.086,0.479c-2.025,8.029-11.313,2.042-5.132-3.307c-6.181,5.35-10.193-5.203-2.217-5.83 c-7.977,0.627-5.18-10.461,1.545-6.126C-0.322,5.873,8.215-1.515,11.12,6.126C8.215-1.515,19.23-2.381,17.205,5.648L17.205,5.648z' /%3E%3C/svg%3E");
/* 86  */     position: absolute;
/* 87  */     left: 0px;
/* 88  */     top: 4px;
/* 89  */     width: 16px;
/* 90  */     height: 16px;
/* 91  */ }
/* 92  */
/* 93  */ mail ol {
/* 94  */     list-style: decimal;
/* 95  */     list-style: initial;
/* 96  */     list-style-type: upper-roman;
/* 97  */ }
/* 98  */
/* 99  */ main ol {
/* 100 */     padding-left: 20px;

/* styles.css */

/* 101 */     margin-bottom: 40px;
/* 102 */ }
/* 103 */ main ol li {
/* 104 */     position: relative;
/* 105 */     margin-bottom: 16px;
/* 106 */     padding-left: 5px
/* 107 */ }
/* 108 */
/* 109 */
/* 110 */
/* 111 */ strong, .bold {
/* 112 */     font-weight: var(--bold);
/* 113 */ }
/* 114 */
/* 115 */ a {
/* 116 */     color: var(--primary);
/* 117 */ }
/* 118 */
/* 119 */ a:hover {
/* 120 */     color: var(--roze);
/* 121 */ }
/* 122 */
/* 123 */ .wrapper img {
/* 124 */     width: 100%;
/* 125 */ }
/* 126 */
/* 127 */ .section-anker {
/* 128 */     height: 80px;
/* 129 */     width: 10px;
/* 130 */     position: absolute;
/* 131 */     top: -80px;
/* 132 */     left: 0px;
/* 133 */     /*background-color: crimson;*/
/* 134 */ }
/* 135 */
/* 136 */ .kvk-btw {
/* 137 */     font-size: var(--font-size-x-small);
/* 138 */     line-height: var(--line-height-x-small);
/* 139 */ }
/* 140 */
/* 141 */ /* BACKGROUND ELEMENS */
/* 142 */ .container-tekst {
/* 143 */     position: absolute;
/* 144 */     left: 5%;
/* 145 */     top: 280px;
/* 146 */     width: 75%;
/* 147 */     fill: #ffffff;
/* 148 */     opacity: 0.15;
/* 149 */     z-index: 3;
/* 150 */ }

/* styles.css */

/* 151 */
/* 152 */ .background-foto-collage,
/* 153 */ .contact .background-foto-collage {
/* 154 */     position: absolute;
/* 155 */     right: 0;
/* 156 */     bottom: 100px;
/* 157 */     width: 60%;
/* 158 */     opacity: 0.1;
/* 159 */     z-index: 9;
/* 160 */ }
/* 161 */
/* 162 */ .background-container {
/* 163 */     position: absolute;
/* 164 */     width: 100%;
/* 165 */     top: 0;
/* 166 */     right: 0;
/* 167 */     bottom: 0;
/* 168 */     overflow-y: hidden;
/* 169 */     z-index: 9;
/* 170 */ }
/* 171 */ .contact .background-foto-collage {
/* 172 */     bottom: auto;
/* 173 */     top: -50px;
/* 174 */ }
/* 175 */
/* 176 */ .background-foto-collage-faq {
/* 177 */     position: absolute;
/* 178 */     right: 0;
/* 179 */     bottom: 0px;
/* 180 */     width: 70%;
/* 181 */     max-width: 400px;
/* 182 */     z-index: 9;
/* 183 */ }
/* 184 */
/* 185 */ @media only screen and (min-width: 1024px) {
/* 186 */     .container-tekst {
/* 187 */         left: 10%;
/* 188 */         width: 57%;
/* 189 */     }
/* 190 */
/* 191 */     .background-foto-collage {
/* 192 */         width: 30%;
/* 193 */     }
/* 194 */
/* 195 */     .contact .background-foto-collage {
/* 196 */         width: 50%;
/* 197 */     }
/* 198 */
/* 199 */     .background-foto-collage-faq {
/* 200 */         width: 50%;

/* styles.css */

/* 201 */         max-width: 600px;
/* 202 */     }
/* 203 */
/* 204 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css/stationary

*/

/* images.css */

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

/* images.css */

/* 51 */ }
/* 52 */
/* 53 */ /* IMAGE IN BLOCKS met kader*/
/* 54 */ .container-blocks .container-2-columns .column-img.foto-schuin-met-kader-en-schaduw img {
/* 55 */     width: 80%;
/* 56 */     border: solid 12px #fff;
/* 57 */     -moz-box-sizing: border-box;
/* 58 */     -webkit-box-sizing: border-box;
/* 59 */     box-sizing: border-box;
/* 60 */     -moz-transform: rotate(-5deg);
/* 61 */     -webkit-transform: rotate(-5deg);
/* 62 */     transform: rotate(-5deg);
/* 63 */     margin: 0 10%;
/* 64 */     -moz-box-shadow: 3px 3px 4px #666;
/* 65 */     -webkit-box-shadow: 3px 3px 4px #666;
/* 66 */     box-shadow: 3px 3px 4px #666;
/* 67 */ }
/* 68 */ @media only screen and (min-width: 768px) {
/* 69 */     .container-blocks .container-2-columns .column-img.foto-schuin-met-kader-en-schaduw img {
/* 70 */         border: solid 16px #fff;
/* 71 */         -moz-box-shadow: 5px 5px 6px #666;
/* 72 */         -webkit-box-shadow: 5px 5px 6px #666;
/* 73 */         box-shadow: 5px 5px 6px #666;
/* 74 */     }
/* 75 */ }
/* 76 */
/* 77 */ /* IMAGE WIDTH */
/* 78 */ img.image-width-80pr {
/* 79 */     width: 80%;
/* 80 */     margin: 0 10%;
/* 81 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css/stationary

*/

/* header.css */

/* 1  */ header {
/* 2  */     position: absolute;
/* 3  */     z-index: 26;
/* 4  */     width: 100%;
/* 5  */     left: 0px;
/* 6  */     top: 0px;
/* 7  */     height: 105px;
/* 8  */ }
/* 9  */
/* 10 */ /* LOGO */
/* 11 */ #logo {
/* 12 */     position: absolute;
/* 13 */     width: 150px;
/* 14 */     left: 5%;
/* 15 */     top: 0px;
/* 16 */     z-index: 40;
/* 17 */ }
/* 18 */
/* 19 */ #logo img {
/* 20 */     width: 100%;
/* 21 */ }
/* 22 */
/* 23 */ @media only screen and (min-width: 1280px) {
/* 24 */     #logo {
/* 25 */         width: 200px;
/* 26 */         left: 4%;
/* 27 */     }
/* 28 */ }
/* 29 */
/* 30 */ @media only screen and (min-width: 1440px) {
/* 31 */     #logo {
/* 32 */         width: 240px;
/* 33 */         left: 5%;
/* 34 */     }
/* 35 */ }
/* 36 */
/* 37 */ @media only screen and (min-width: 1880px) {
/* 38 */     #logo {
/* 39 */         width: 280px;
/* 40 */         left: 6%;
/* 41 */     }
/* 42 */ }
/* 43 */
/* 44 */ /* KNOP */
/* 45 */
/* 46 */ header button {
/* 47 */     position: absolute;
/* 48 */     top: 80px;
/* 49 */     right: 3%;
/* 50 */     z-index: 40;

/* header.css */

/* 51 */ }
/* 52 */ @media only screen and (min-width: 768px) {
/* 53 */     header button {
/* 54 */         top: 20px;
/* 55 */         right: 140px;
/* 56 */     }
/* 57 */     button.height-60px,
/* 58 */     button.height-60px a {
/* 59 */         height: 50px;
/* 60 */     }
/* 61 */     button.height-60px span.txt {
/* 62 */         height: 50px;
/* 63 */     }
/* 64 */     button.height-60px.padding-left a {
/* 65 */         padding-left: 25px;
/* 66 */     }
/* 67 */     button.height-60px.padding-right a {
/* 68 */         padding-right: 25px;
/* 69 */     }
/* 70 */ }
/* 71 */ @media only screen and (min-width: 1280px) {
/* 72 */     header button {
/* 73 */         top: 50px;
/* 74 */         right: 3%;
/* 75 */         z-index: 70;
/* 76 */     }
/* 77 */ }
/* 78 */ @media only screen and (min-width: 1440px) {
/* 79 */     header button {
/* 80 */         top: 50px;
/* 81 */         right: 3%;
/* 82 */     }
/* 83 */     button.height-60px,
/* 84 */     button.height-60px a {
/* 85 */         height: 60px;
/* 86 */     }
/* 87 */     button.height-60px span.txt {
/* 88 */         height: 60px;
/* 89 */     }
/* 90 */     button.height-60px.padding-left a {
/* 91 */         padding-left: 40px;
/* 92 */     }
/* 93 */     button.height-60px.padding-right a {
/* 94 */         padding-right: 40px;
/* 95 */     }
/* 96 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/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: 16px;
/* 6   */     font-weight: 600;
/* 7   */ }
/* 8   */ @media only screen and (min-width: 1024px) {
/* 9   */     .nav-wrapper nav li a,
/* 10  */     .menu-item-has-children span {
/* 11  */         font-size: 16px;
/* 12  */ }
/* 13  */ }
/* 14  */ @media only screen and (min-width: 1280px) {
/* 15  */     .nav-wrapper nav li a,
/* 16  */     .menu-item-has-children span {
/* 17  */         font-size: 13px;
/* 18  */     }
/* 19  */ }
/* 20  */ @media only screen and (min-width: 1440px) {
/* 21  */     .nav-wrapper nav li a,
/* 22  */     .menu-item-has-children span {
/* 23  */         font-size: 14px;
/* 24  */     }
/* 25  */ }
/* 26  */ /* nav-wrapper */
/* 27  */ .nav-wrapper nav {
/* 28  */     position: fixed;
/* 29  */     height: 100%;
/* 30  */     width: 270px;
/* 31  */     right: -270px;
/* 32  */     z-index: 60;
/* 33  */     -webkit-transition: right 0.3s ease-out;
/* 34  */     -moz-transition: right 0.3s ease-out;
/* 35  */     transition: right 0.3s ease-out;
/* 36  */     background-color: var(--wit);
/* 37  */     background-color: var(--creme);
/* 38  */ }
/* 39  */ .nav-wrapper.show-menu nav {
/* 40  */     right: 0px;
/* 41  */ }
/* 42  */ .nav-wrapper nav ul.nav-content {
/* 43  */     position: absolute;
/* 44  */     height: 100%;
/* 45  */     right: 0;
/* 46  */     top: 0;
/* 47  */     width: 100%;
/* 48  */     margin-top: 50px;
/* 49  */     /* mooie scroll op IOS */
/* 50  */     overflow-y: auto;

/* menu.css */

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

/* menu.css */

/* 101 */
/* 102 */ /* submenu */
/* 103 */ .nav-wrapper nav ul.nav-dropdown {
/* 104 */     display: none;
/* 105 */     margin-bottom: 0;
/* 106 */     background-color: var(--grijs);
/* 107 */     padding: 20px 0;
/* 108 */ }
/* 109 */
/* 110 */ .nav-wrapper nav ul.nav-dropdown ul li a {
/* 111 */     padding-left: 50px;
/* 112 */ }
/* 113 */
/* 114 */ @media only screen and (min-width: 1280px) {
/* 115 */     .nav-wrapper nav {
/* 116 */         background-color: transparent;
/* 117 */         position: absolute;
/* 118 */         height: auto;
/* 119 */         height: 60px;
/* 120 */         width: 100%;
/* 121 */         top: 50px;
/* 122 */         left: 0;
/* 123 */         text-align: center;
/* 124 */     }
/* 125 */
/* 126 */     .nav-wrapper nav ul.nav-content {
/* 127 */         position: relative;
/* 128 */         overflow-y: visible;
/* 129 */         height: 60px;
/* 130 */         width: auto;
/* 131 */         padding: 0;
/* 132 */         margin: 0 auto;
/* 133 */         top: 0px;
/* 134 */         bottom: 0px;
/* 135 */         display: block;
/* 136 */         list-style: none;
/* 137 */         background-color: transparent;
/* 138 */         font-size: 0; /* extra pixels tussen inline-block el;ementen weghalen */
/* 139 */     }
/* 140 */
/* 141 */     .nav-wrapper nav li {
/* 142 */         display: inline-block;
/* 143 */         height: 50px;
/* 144 */     }
/* 145 */
/* 146 */     .nav-wrapper nav li a {
/* 147 */         text-decoration: none;
/* 148 */         position: relative;
/* 149 */         margin: 0px;
/* 150 */         padding: 0;

/* menu.css */

/* 151 */         padding-left: 12px;
/* 152 */         padding-right: 12px;
/* 153 */         height: 50px;
/* 154 */         line-height: 50px;
/* 155 */         color: var(--primary);
/* 156 */         background-color: var(--wit);
/* 157 */     }
/* 158 */
/* 159 */     .nav-wrapper nav li.first-item a {
/* 160 */         border-radius: 30px 0 0 30px;
/* 161 */         padding-left: 25px;
/* 162 */     }
/* 163 */
/* 164 */     .nav-wrapper nav li.last-item a {
/* 165 */         border-radius: 0 30px 30px 0;
/* 166 */         padding-right: 25px;
/* 167 */     }
/* 168 */
/* 169 */     .nav-wrapper nav li a:hover {
/* 170 */         background-color: var(--geel);
/* 171 */     }
/* 172 */
/* 173 */     .nav-wrapper nav li.menu-item-has-children {
/* 174 */         margin-right: 0px;
/* 175 */     }
/* 176 */
/* 177 */     .menu-item-has-children span {
/* 178 */         padding-left: 16px;
/* 179 */         padding-right: 34px;
/* 180 */         position: relative;
/* 181 */         height: 50px;
/* 182 */         line-height: 50px;
/* 183 */         color: var(--primary);
/* 184 */         background-color: var(--wit);
/* 185 */     }
/* 186 */
/* 187 */     /* ACTIVE */
/* 188 */     .nav-wrapper nav li.active a {
/* 189 */         color: var(--roze);
/* 190 */     }
/* 191 */     .nav-wrapper nav li.menu-item-has-children.active span {
/* 192 */         color: var(--roze);
/* 193 */     }
/* 194 */
/* 195 */     /* submenu */
/* 196 */     .nav-wrapper nav ul.nav-dropdown {
/* 197 */         display: none;
/* 198 */         position: absolute;
/* 199 */         background-color: var(--wit);
/* 200 */         padding-top: 18px;

/* menu.css */

/* 201 */         padding-bottom: 18px;
/* 202 */         padding-left: 0px;
/* 203 */         padding-right: 0px;
/* 204 */         top: 50px;
/* 205 */         -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
/* 206 */         -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
/* 207 */         box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
/* 208 */         margin-top: 0px;
/* 209 */         z-index: 70;
/* 210 */         margin-left: 0px;
/* 211 */     }
/* 212 */     /* submenu item */
/* 213 */     .nav-wrapper nav ul.nav-dropdown li {
/* 214 */         padding-left: 0px;
/* 215 */         display: block;
/* 216 */         margin-bottom: 0px;
/* 217 */         margin-right: 30px;
/* 218 */         width: 100%;
/* 219 */         float: none;
/* 220 */         position: relative;
/* 221 */         text-align: left;
/* 222 */         height: 40px;
/* 223 */     }
/* 224 */     /* tekst in submenu */
/* 225 */     .nav-wrapper nav ul.nav-dropdown li a {
/* 226 */         position: relative;
/* 227 */         margin-left: 0px;
/* 228 */         padding-left: 20px;
/* 229 */         padding-right: 30px;
/* 230 */         color: var(--primary);
/* 231 */         height: 40px;
/* 232 */         line-height: 38px;
/* 233 */     }
/* 234 */     /* mouseover in submenu */
/* 235 */     .nav-wrapper nav ul.nav-dropdown li a:hover {
/* 236 */         color: var(--roze);
/* 237 */     }
/* 238 */     /* show submenu */
/* 239 */     .nav-wrapper nav ul li:hover > ul.nav-dropdown {
/* 240 */         display: block;
/* 241 */     }
/* 242 */     .nav-wrapper nav ul ul.nav-dropdown:hover {
/* 243 */         display: block;
/* 244 */     }
/* 245 */
/* 246 */ }
/* 247 */ @media only screen and (min-width: 1440px) {
/* 248 */     .nav-wrapper nav li a {
/* 249 */         padding-left: 12px;
/* 250 */         padding-right: 12px;

/* menu.css */

/* 251 */         height: 60px;
/* 252 */         line-height: 60px;
/* 253 */     }
/* 254 */     .menu-item-has-children span {
/* 255 */         padding-left: 12px;
/* 256 */         padding-right: 32px;
/* 257 */         position: relative;
/* 258 */         height: 60px;
/* 259 */         line-height: 60px;
/* 260 */         color: var(--primary);
/* 261 */         background-color: var(--wit);
/* 262 */     }
/* 263 */     /* submenu */
/* 264 */     .nav-wrapper nav ul.nav-dropdown {
/* 265 */         top: 59px;
/* 266 */     }
/* 267 */
/* 268 */     .nav-wrapper nav li.first-item a {
/* 269 */         padding-left: 35px;
/* 270 */     }
/* 271 */
/* 272 */     .nav-wrapper nav li.last-item a {
/* 273 */         padding-right: 35px;
/* 274 */     }
/* 275 */
/* 276 */ }
/* 277 */
/* 278 */ /* pijltje */
/* 279 */ .nav-wrapper nav .menu-item-has-children > span::after {
/* 280 */     position: absolute;
/* 281 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23cc3b5a;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='13.4,15.2 13.4,15.1 19.7,8.9 18.3,7.4 12,13.7 5.7,7.4 4.3,8.8 12,16.6 '/%3E%3C/svg%3E");
/* 282 */     width: 16px;
/* 283 */     height: 16px;
/* 284 */     line-height: 0px;
/* 285 */     top: 48%;
/* 286 */     bottom: auto;
/* 287 */     transform: translateY(-50%);
/* 288 */     right: 22px;
/* 289 */     transition-property: transform;
/* 290 */     transition-duration: 0.2s;
/* 291 */     transform: translateY(-50%) rotate(-90deg);
/* 292 */ }
/* 293 */ .nav-wrapper nav .menu-item-has-children > span.submenu-open::after {
/* 294 */     transform: translateY(-50%) rotate(0deg);
/* 295 */ }
/* 296 */
/* 297 */ @media only screen and (min-width: 1280px) {
/* 298 */     /* pijltje draaien */
/* 299 */     .nav-wrapper nav .menu-item-has-children > span::after {
/* 300 */         transform: translateY(-50%) rotate(0deg);

/* menu.css */

/* 301 */         top: 26px;
/* 302 */         right: 14px;
/* 303 */     }
/* 304 */ }
/* 305 */
/* 306 */ @media only screen and (min-width: 1440px) {
/* 307 */     /* pijltje draaien */
/* 308 */     .nav-wrapper nav .menu-item-has-children > span::after {
/* 309 */         top: 31px;
/* 310 */         right: 10px;
/* 311 */     }
/* 312 */     header.small .nav-wrapper nav .menu-item-has-children > span::after {
/* 313 */         top: 30px;
/* 314 */     }
/* 315 */ }
/* 316 */
/* 317 */ /* afdek */
/* 318 */ .afdek-nav,
/* 319 */ .afdek-filter {
/* 320 */     right: 0px;
/* 321 */     z-index: 45;
/* 322 */     top: 0px;
/* 323 */     height: 0;
/* 324 */     width: 0;
/* 325 */     background-color: rgba(0, 0, 0, 0.7);
/* 326 */     position: fixed;
/* 327 */     opacity: 0;
/* 328 */     transition: opacity 0.6s ease-in, height 0s linear, width 0s linear;
/* 329 */     transition-delay: 0s, 0.6s, 0.6s;
/* 330 */ }
/* 331 */
/* 332 */ .nav-wrapper.show-menu .afdek-nav,
/* 333 */ .nav-wrapper.show-menu .afdek-filter {
/* 334 */     height: 100%;
/* 335 */     width: 100%;
/* 336 */     opacity: 1;
/* 337 */     transition: opacity 0.6s ease-in;
/* 338 */     transition-delay: 0s;
/* 339 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css/stationary

*/

/* menu-hamburger.css */

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

/* menu-hamburger.css */

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

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css/stationary

*/

/* knoppen.css */

/* 1   */ @charset "UTF-8";
/* 2   */ /* reset */
/* 3   */ button,
/* 4   */ input[type="button"],
/* 5   */ input[type="reset"]
/* 6   */ input[type="submit"] {
/* 7   */     -webkit-appearance: button;
/* 8   */     line-height: 0;
/* 9   */ }
/* 10  */
/* 11  */ /* kleuren */
/* 12  */ button,
/* 13  */ button a,
/* 14  */ button a[href^="tel:"],
/* 15  */ button a:hover {
/* 16  */     color: white;
/* 17  */ }
/* 18  */
/* 19  */ button.txt-zwart,
/* 20  */ button.txt-zwart a {
/* 21  */     color: black;
/* 22  */ }
/* 23  */
/* 24  */ button:after {
/* 25  */     background-color: var(--roze);
/* 26  */ }
/* 27  */
/* 28  */ button.bg-wit:after {
/* 29  */     background-color: #fff;
/* 30  */ }
/* 31  */
/* 32  */ button.bg-groen:after {
/* 33  */     background-color: #6c3;
/* 34  */ }
/* 35  */
/* 36  */ button.bg-creme:after {
/* 37  */     background-color: var(--creme);
/* 38  */ }
/* 39  */
/* 40  */ /* kleuren hover */
/* 41  */ @media only screen and (min-width: 1024px) {
/* 42  */     button:before {
/* 43  */         background-color: rgba(255,255,255,0.2);
/* 44  */     }
/* 45  */
/* 46  */     button.bg-wit:before {
/* 47  */         background-color: var(--roze-licht);
/* 48  */     }
/* 49  */
/* 50  */     button.bg-groen:before {

/* knoppen.css */

/* 51  */         background-color: ##5db032;
/* 52  */     }
/* 53  */
/* 54  */ }
/* 55  */
/* 56  */ /* knop basis */
/* 57  */ button {
/* 58  */     position:relative;
/* 59  */     /*margin-bottom:20px;
/* 60  *|     margin-right: 10px;*/
/* 61  */     margin-left: 0px;
/* 62  */     overflow: visible;
/* 63  */     z-index: 1;
/* 64  */     border-radius: 25px;
/* 65  */ }
/* 66  */ button,
/* 67  */ button a {
/* 68  */     display: inline-block;
/* 69  */     font-family: 'Chillax-Variable';
/* 70  */     font-weight: var(--medium);
/* 71  */     font-size: 13px;
/* 72  */     height: 42px;
/* 73  */     line-height: 0;
/* 74  */     text-decoration: none;
/* 75  */ }
/* 76  */ @media only screen and (min-width: 768px) {
/* 77  */     button,
/* 78  */     button a {
/* 79  */         font-size: 15px;
/* 80  */         height: 42px;
/* 81  */     }
/* 82  */ }
/* 83  */ /* tekst */
/* 84  */ button span.txt {
/* 85  */     position: relative;
/* 86  */     height: 42px;
/* 87  */     top: -1px;
/* 88  */     float: left;
/* 89  */     display: flex;
/* 90  */     align-items: center;
/* 91  */     justify-content: center;
/* 92  */     line-height: 0px;
/* 93  */ }
/* 94  */ /* padding */
/* 95  */ button.padding-left {
/* 96  */     padding-left: 20px;
/* 97  */ }
/* 98  */ button.padding-right {
/* 99  */     padding-right: 20px;
/* 100 */ }

/* knoppen.css */

/* 101 */ button a {
/* 102 */     padding-left: 0px;
/* 103 */ }
/* 104 */ button.padding-left a {
/* 105 */     padding-left: 20px;
/* 106 */     margin-left: -20px;
/* 107 */ }
/* 108 */ button.padding-right a {
/* 109 */     padding-right: 20px;
/* 110 */     margin-right: -20px;
/* 111 */ }
/* 112 */ /* margin */
/* 113 */ button.margin-top {
/* 114 */     margin-top: 30px;
/* 115 */ }
/* 116 */ button.margin-bottom {
/* 117 */     margin-bottom: 40px;
/* 118 */ }
/* 119 */ /* icon */
/* 120 */ button span.icon {
/* 121 */     position: relative;
/* 122 */     width: 40px;
/* 123 */     height: 39px;
/* 124 */     font-size: 22px;
/* 125 */     line-height: 0px;
/* 126 */     float: left;
/* 127 */     display: flex;
/* 128 */     align-items: center;
/* 129 */     justify-content: center;
/* 130 */ }
/* 131 */ button span.icon.margin-left {
/* 132 */     margin-left: 7px;
/* 133 */ }
/* 134 */ button span.icon.margin-right {
/* 135 */     margin-right: 7px;
/* 136 */ }
/* 137 */ /* breedte */
/* 138 */ button.width-100-procent {
/* 139 */     width: 100%;
/* 140 */ }
/* 141 */ button.width-250 {
/* 142 */     width: 250px
/* 143 */ }
/* 144 */ /* hover */
/* 145 */ button:hover,
/* 146 */ button a:hover {
/* 147 */     cursor: pointer;
/* 148 */ }
/* 149 */ button:after {
/* 150 */     content: "";

/* knoppen.css */

/* 151 */     position: absolute;
/* 152 */     bottom: 0;
/* 153 */     left: 0;
/* 154 */     width: 100%;
/* 155 */     height: 100%;
/* 156 */     border-radius: 30px;
/* 157 */     z-index: -2;
/* 158 */ }
/* 159 */ button:before {
/* 160 */     content: "";
/* 161 */     position: absolute;
/* 162 */     bottom: 0;
/* 163 */     left: 50%;
/* 164 */     width: 0%;
/* 165 */     height: 100%;
/* 166 */     transition: all 0.3s;
/* 167 */     border-radius: 25px;
/* 168 */     z-index: -1;
/* 169 */     opacity: 0;
/* 170 */ }
/* 171 */ button:hover {
/* 172 */     color: #fff;
/* 173 */ }
/* 174 */ button:hover:before {
/* 175 */     width: 100%;
/* 176 */     left: 0%;
/* 177 */     opacity: 1;
/* 178 */ }
/* 179 */
/* 180 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css/stationary

*/

/* footer.css */

/* 1   */ /* FOOTER */
/* 2   */ footer {
/* 3   */     position: relative;
/* 4   */     background-color: var(--blauw-donker);
/* 5   */     flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
/* 6   */     z-index: 22;
/* 7   */ }
/* 8   */
/* 9   */ .footer-content {
/* 10  */     position: relative;
/* 11  */     padding: 100px 25px 100px 25px;
/* 12  */     font-size: 12px;
/* 13  */     line-height: 22px;
/* 14  */     display: flex;
/* 15  */     flex-wrap: wrap;
/* 16  */     column-gap: 80px;
/* 17  */     row-gap: 50px;
/* 18  */ }
/* 19  */ @media only screen and (min-width: 768px) {
/* 20  */     .footer-content {
/* 21  */         padding: 70px 25px 150px 145px;
/* 22  */         margin-left: 4%;
/* 23  */         margin-right: auto;
/* 24  */     }
/* 25  */ }
/* 26  */ @media only screen and (min-width: 1280px) {
/* 27  */     .footer-content {
/* 28  */         font-size: 15px;
/* 29  */         line-height: 30px;
/* 30  */         padding: 100px 25px 150px 245px;
/* 31  */     }
/* 32  */ }
/* 33  */
/* 34  */ .container-contact {
/* 35  */     display: flex;
/* 36  */     flex-wrap: wrap;
/* 37  */ }
/* 38  */
/* 39  */ .container-contact strong {
/* 40  */     color: var(--wit);
/* 41  */ }
/* 42  */
/* 43  */ .footer-content .column {
/* 44  */     width: 160px;
/* 45  */ }
/* 46  */
/* 47  */ .footer-content .column.eerste {
/* 48  */     width: 200px;
/* 49  */ }
/* 50  */

/* footer.css */

/* 51  */ .footer-content .column.tweede {
/* 52  */     width: 120px;
/* 53  */ }
/* 54  */
/* 55  */ .footer-content .column a.has-icon {
/* 56  */     position: relative;
/* 57  */     padding-left: 25px;
/* 58  */ }
/* 59  */
/* 60  */ .footer-content .column a span {
/* 61  */     position: absolute;
/* 62  */     width: 16px;
/* 63  */     height: 16px;
/* 64  */     left: 0;
/* 65  */     top: 3px;
/* 66  */     fill: var(--wit);
/* 67  */ }
/* 68  */
/* 69  */ @media only screen and (min-width: 500px) {
/* 70  */     .footer-content .column.eerste,
/* 71  */     .footer-content .column.tweede,
/* 72  */     .footer-content .column {
/* 73  */         width: 200px;
/* 74  */     }
/* 75  */ }
/* 76  */
/* 77  */ @media only screen and (min-width: 768px) {
/* 78  */     .footer-content .column.eerste,
/* 79  */     .footer-content .column.tweede,
/* 80  */     .footer-content .column {
/* 81  */         width: 220px;
/* 82  */     }
/* 83  */ }
/* 84  */
/* 85  */ @media only screen and (min-width: 1280px) {
/* 86  */     .footer-content .column.eerste,
/* 87  */     .footer-content .column.tweede,
/* 88  */     .footer-content .column {
/* 89  */         width: 260px;
/* 90  */     }
/* 91  */     .footer-content .column a.has-icon {
/* 92  */         padding-left: 30px;
/* 93  */     }
/* 94  */     .footer-content .column a span {
/* 95  */         width: 20px;
/* 96  */         height: 20px;
/* 97  */         top: 5px;
/* 98  */     }
/* 99  */ }
/* 100 */

/* footer.css */

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

/* footer.css */

/* 151 */ #container-disclaimer {
/* 152 */     position: absolute;
/* 153 */     bottom: 15px;
/* 154 */     width: 100%;
/* 155 */     z-index: 90;
/* 156 */ }
/* 157 */ #disclaimer {
/* 158 */     font-size: 12px;
/* 159 */     text-align: left;
/* 160 */     position: relative;
/* 161 */     padding-left: 25px;
/* 162 */     color: var(--grijs);
/* 163 */ }
/* 164 */ #disclaimer a {
/* 165 */     text-decoration: none;
/* 166 */     color: var(--grijs);
/* 167 */     padding-right: 15px;
/* 168 */ }
/* 169 */ #webdesign a:hover, #disclaimer a:hover {
/* 170 */     color: #fff;
/* 171 */     text-decoration: underline;
/* 172 */ }
/* 173 */ #disclaimer span {
/* 174 */     padding-right: 15px;
/* 175 */     display: inline-block;
/* 176 */ }
/* 177 */ @media only screen and (min-width: 700px) {
/* 178 */     #container-disclaimer {
/* 179 */         width: 70%;
/* 180 */     }
/* 181 */ }
/* 182 */ /* scroll up button */
/* 183 */ .knop-scroll-up {
/* 184 */     height: 45px;
/* 185 */     width: 45px;
/* 186 */     position: fixed;
/* 187 */     bottom: -50px;
/* 188 */     right: 35px;
/* 189 */     box-shadow: none;
/* 190 */     overflow: hidden;
/* 191 */     white-space: nowrap;
/* 192 */     -webkit-transition: bottom 1s ease;
/* 193 */     -moz-transition: bottom 1s ease;
/* 194 */     -o-transition: bottom 1s ease;
/* 195 */     z-index: 35;
/* 196 */     border-radius: 50%;
/* 197 */     background-color: var(--roze);
/* 198 */ }
/* 199 */ #icon-pijl-footer {
/* 200 */     width: 15px;

/* footer.css */

/* 201 */     height: 15px;
/* 202 */     margin: 15px;
/* 203 */     -moz-transform: rotate(-90deg);
/* 204 */     transform: rotate(-90deg);
/* 205 */ }
/* 206 */ .knop-scroll-up:hover {
/* 207 */     background-color: var(--roze-licht);
/* 208 */     background-color: #da5a91;
/* 209 */     cursor: pointer;
/* 210 */ }
/* 211 */ .knop-scroll-up #icon-pijl-footer {
/* 212 */    fill: #fff;
/* 213 */ }
/* 214 */ @media only screen and (min-width: 768px) {
/* 215 */     .knop-scroll-up {
/* 216 */         right: 45px;
/* 217 */     }
/* 218 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css/stationary

file-relative URI  : font/Chillax-Variable.woff2
path prepended     : /data/sites/web/rakeverhalennu/www/css/stationary/font/Chillax-Variable.woff2
docroot stripped   : /css/stationary/font/Chillax-Variable.woff2
traversals removed : /css/stationary/font/Chillax-Variable.woff2

file-relative URI  : font/Chillax-Variable.woff
path prepended     : /data/sites/web/rakeverhalennu/www/css/stationary/font/Chillax-Variable.woff
docroot stripped   : /css/stationary/font/Chillax-Variable.woff
traversals removed : /css/stationary/font/Chillax-Variable.woff

file-relative URI  : font/Chillax-Variable.ttf
path prepended     : /data/sites/web/rakeverhalennu/www/css/stationary/font/Chillax-Variable.ttf
docroot stripped   : /css/stationary/font/Chillax-Variable.ttf
traversals removed : /css/stationary/font/Chillax-Variable.ttf

*/

/* fonts.css */

/* 1  */ @charset "UTF-8";
/* 2  */ @font-face {
/* 3  */     font-family: 'Chillax-Variable';
/* 4  */     src: url('/css/stationary/font/Chillax-Variable.woff2') format('woff2'),
/* 5  */        url('/css/stationary/font/Chillax-Variable.woff') format('woff'),
/* 6  */        url('/css/stationary/font/Chillax-Variable.ttf') format('truetype');
/* 7  */        font-weight: 200 700;
/* 8  */        font-display: swap;
/* 9  */        font-style: normal;
/* 10 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* formulier.css */

/* 1   */ /* RESET */
/* 2   */ /* Reset tbv het automatisch aanvullen van invoervelden zoals in Chrome */
/* 3   */ input:-webkit-autofill,
/* 4   */ input:-webkit-autofill:hover,
/* 5   */ input:-webkit-autofill:focus,
/* 6   */ input:-webkit-autofill:active {
/* 7   */     -webkit-box-shadow: 0 0 0px 1000px white inset !important;
/* 8   */     box-shadow: 0 0 0px 1000px white inset !important;
/* 9   */     -webkit-text-fill-color: #000 !important; /* Tekst kleur */
/* 10  */ }
/* 11  */ /* haal stippellijn weg */
/* 12  */ select:-moz-focusring {
/* 13  */     color: transparent;
/* 14  */     text-shadow: 0 0 0 #000;
/* 15  */ }
/* 16  */
/* 17  */ /* OPMAAK */
/* 18  */ .formulier-container {
/* 19  */     position: relative;
/* 20  */     padding: 40px;
/* 21  */     border-radius: 20px;
/* 22  */ }
/* 23  */
/* 24  */ .formulier-container h2 {
/* 25  */     font-size: 20px;
/* 26  */     margin-bottom: 20px;
/* 27  */ }
/* 28  */
/* 29  */ .formulier-container,
/* 30  */ input,
/* 31  */ textarea,
/* 32  */ .submit,
/* 33  */ .floating-label {
/* 34  */     font-family: "Inter", sans-serif;
/* 35  */     font-size: 15px;
/* 36  */     line-height: 30px;
/* 37  */     font-weight: 400;
/* 38  */ }
/* 39  */
/* 40  */ /* KLEUREN */
/* 41  */ .checkbox span,
/* 42  */ .radiobutton span,
/* 43  */ .select-css,
/* 44  */ .floating-label {
/* 45  */     color: #222;
/* 46  */ }
/* 47  */ .formulier-container {
/* 48  */     color: #fff;
/* 49  */ }
/* 50  */

/* formulier.css */

/* 51  */ input[type=file]::file-selector-button {
/* 52  */     background-color: #6f818d;
/* 53  */ }
/* 54  */
/* 55  */ input[type=file]::-webkit-file-upload-button {
/* 56  */     background-color: #6f818d;
/* 57  */ }
/* 58  */
/* 59  */ input[type=file]::file-selector-button:hover {
/* 60  */     background: #374151;
/* 61  */ }
/* 62  */
/* 63  */ input[type=file]::-webkit-file-upload-button:hover {
/* 64  */     background: #374151;
/* 65  */ }
/* 66  */
/* 67  */ /* kleur button */
/* 68  */ form button.button.bg-groen:after {
/* 69  */     background-color: #6C3;
/* 70  */ }
/* 71  */
/* 72  */ /* hover kleur button */
/* 73  */ form button.button.bg-groen:before {
/* 74  */     background-color: #5db032;
/* 75  */ }
/* 76  */
/* 77  */ /*=================*/
/* 78  */ .form-element {
/* 79  */     position: relative;
/* 80  */     margin-bottom: 10px;
/* 81  */ }
/* 82  */
/* 83  */ .form-element p.onderschrift {
/* 84  */     padding-bottom: 10px;
/* 85  */     padding-left: 20px;
/* 86  */     font-size: 11px;
/* 87  */ }
/* 88  */
/* 89  */ .form-element label.titel {
/* 90  */     padding-left: 20px;
/* 91  */ }
/* 92  */
/* 93  */ input,
/* 94  */ input:focus,
/* 95  */ textarea {
/* 96  */     position: relative;
/* 97  */     padding-top: 10px;
/* 98  */     padding-left: 20px;
/* 99  */     background-color: rgb(249, 250, 251);
/* 100 */     outline: 0;

/* formulier.css */

/* 101 */     border: 1px solid rgb(209, 213, 219);
/* 102 */     margin-bottom: 10px;
/* 103 */     border-radius: 8px;
/* 104 */ }
/* 105 */
/* 106 */ /* indien actief */
/* 107 */ input:focus,
/* 108 */ textarea:focus {
/* 109 */     border: 1px solid rgb(92, 158, 205);
/* 110 */     box-shadow: rgb(206, 223, 235) 0px 0px 0px 4px;
/* 111 */ }
/* 112 */
/* 113 */ input {
/* 114 */     width: 100%;
/* 115 */     height: 54px;
/* 116 */     box-sizing: border-box;
/* 117 */ }
/* 118 */
/* 119 */ textarea {
/* 120 */     box-sizing: border-box;
/* 121 */     height: 100px;
/* 122 */     resize: none;
/* 123 */     width: 100%;
/* 124 */     padding: 18px 16px 12px 20px;
/* 125 */     outline: 0 none;
/* 126 */ }
/* 127 */
/* 128 */ /* FLOATING LABEL */
/* 129 */ .floating-label {
/* 130 */     position: absolute;
/* 131 */     pointer-events: none;
/* 132 */     font-size: 14px;
/* 133 */     left: 10px;
/* 134 */     top: 20px;
/* 135 */     height: 15px;
/* 136 */     line-height: 15px;
/* 137 */     transition: 0.2s ease top;
/* 138 */     z-index: 2;
/* 139 */     padding-left: 10px;
/* 140 */     padding-right: 10px;
/* 141 */     border-radius: 5px;
/* 142 */ }
/* 143 */
/* 144 */ input:focus ~ .floating-label,
/* 145 */ input:not(:focus):valid ~ .floating-label,
/* 146 */     /*input[type="number"]:invalid ~ .floating-label,*/
/* 147 */ textarea:focus ~ .floating-label,
/* 148 */ textarea:not(:focus):valid ~ .floating-label,
/* 149 */ input:focus ~ label .floating-label,
/* 150 */ input.verklein-floating-label ~ label .floating-label,

/* formulier.css */

/* 151 */ input.inputfile.success ~ label .floating-label {
/* 152 */     top: -5px;
/* 153 */     bottom: 10px;
/* 154 */     font-size: 12px;
/* 155 */     color: #aaa;
/* 156 */     background-color: #fff;
/* 157 */ }
/* 158 */
/* 159 */ /*
/* 160 *| ERROR
/* 161 *| */
/* 162 */ .form-element .error,
/* 163 */ .select-css.error {
/* 164 */     background-color: rgb(253, 242, 242);
/* 165 */     border-color: #f07c93;
/* 166 */     border-color: #ff3300;
/* 167 */ }
/* 168 */
/* 169 */ input[type='text'].error:not(:focus):valid,
/* 170 */ input.inputfile.error:not(:focus):valid + label {
/* 171 */     border-color: #f07c93;
/* 172 */     border-color: #ff3300;
/* 173 */ }
/* 174 */
/* 175 */
/* 176 */ .errorRow,
/* 177 */ .appValueColumn {
/* 178 */     position: relative;
/* 179 */     clear: both;
/* 180 */ }
/* 181 */
/* 182 */ .form-element label.error,
/* 183 */ .container-select label.error,
/* 184 */ .appValueColumn label.error {
/* 185 */     position: relative;
/* 186 */     display: inline-block;
/* 187 */     border: 1px solid #de4b2d;
/* 188 */     border: 1px solid #f07c93;
/* 189 */     left: 0px;
/* 190 */     top: 2px;
/* 191 */     z-index: 1;
/* 192 */     color: #f07c93;
/* 193 */     color: #ff3300;
/* 194 */     margin-top: 0px;
/* 195 */     font-size: 14px;
/* 196 */     line-height: 28px;
/* 197 */     padding-left: 4px;
/* 198 */     padding-right: 13px;
/* 199 */     border-radius: 30px;
/* 200 */     margin-bottom: 5px;

/* formulier.css */

/* 201 */ }
/* 202 */
/* 203 */ .container-select label.error {
/* 204 */     top: 5px;
/* 205 */ }
/* 206 */
/* 207 */ /* uitroepteken */
/* 208 */ .form-element label.error:before,
/* 209 */ .container-select label.error:before,
/* 210 */ .appValueColumn label.error:before {
/* 211 */     content: "!";
/* 212 */     position: relative;
/* 213 */     font-size: 13px;
/* 214 */     line-height: 18px;
/* 215 */     font-weight: 700;
/* 216 */     position: relative;
/* 217 */     display: inline-block;
/* 218 */     text-align: center;
/* 219 */     top: 0px;
/* 220 */     left: 0px;
/* 221 */     width: 20px;
/* 222 */     height: 20px;
/* 223 */     border: 2px solid #de4b2d;
/* 224 */     border: 2px solid #f07c93;
/* 225 */     border-radius: 50%;
/* 226 */     margin-right: 6px;
/* 227 */ }
/* 228 */
/* 229 */ /* kruisje */
/* 230 */ .form-element input.error ~ .icon-status:before,
/* 231 */ input#email.error:not(:focus):valid ~ .icon-status:before,
/* 232 */ input#phone.error:not(:focus):valid ~ .icon-status,
/* 233 */ select.error ~ .icon-status:before {
/* 234 */     position: absolute;
/* 235 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ff3300;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='19.7,5.7 18.3,4.3 12,10.6 5.7,4.3 4.3,5.7 10.6,12 4.3,18.3 5.7,19.7 12,13.4 18.3,19.7 19.7,18.3 13.4,12 '/%3E%3C/svg%3E");
/* 236 */     text-align: center;
/* 237 */     height: 20px;
/* 238 */     width: 20px;
/* 239 */     top: 16px;
/* 240 */     right: 15px;
/* 241 */     z-index: 3;
/* 242 */ }
/* 243 */
/* 244 */ /* tbv email en phone veld */
/* 245 */ input#email.error:not(:focus):valid ~ .icon-status,
/* 246 */ input#phone.error:not(:focus):valid ~ .icon-status {
/* 247 */     display: inherit
/* 248 */ }
/* 249 */
/* 250 */

/* formulier.css */

/* 251 */
/* 252 */
/* 253 */ /* radiobutton en checkbox */
/* 254 */ label.radiobutton input.error:before,
/* 255 */ label.checkbox input.error:before {
/* 256 */     border: 1px solid #de4b2d;
/* 257 */     border: 1px solid #f07c93;
/* 258 */     background-color: rgb(253, 242, 242);
/* 259 */ }
/* 260 */
/* 261 */ input.error:not(:focus):valid ~ .icon-status:before {
/* 262 */     content: "\3c";
/* 263 */     color: #de4b2d;
/* 264 */
/* 265 */ }
/* 266 */
/* 267 */ select.error:not(:focus):valid ~ .icon-status:before {
/* 268 */     color: #de4b2d;
/* 269 */ }
/* 270 */
/* 271 */ /* SELECT OPTION */
/* 272 */ .container-select {
/* 273 */     position: relative;
/* 274 */     padding-bottom: 25px;
/* 275 */ }
/* 276 */
/* 277 */ .container-select select {
/* 278 */     position: relative;
/* 279 */     display: block;
/* 280 */     padding-left: 45px;
/* 281 */     width: 100%;
/* 282 */     max-width: 100%;
/* 283 */     box-sizing: border-box;
/* 284 */     margin: 0;
/* 285 */     border: 1px solid #ababab;
/* 286 */     border-color: rgb(209, 213, 219);
/* 287 */     box-shadow: 0 0px 0 0px rgba(0,0,0,.04);
/* 288 */     -moz-appearance: none;
/* 289 */     -webkit-appearance: none;
/* 290 */     appearance: none;
/* 291 */     background-color: rgb(249, 250, 251);
/* 292 */     height: 55px;
/* 293 */     border-radius: 8px;
/* 294 */ }
/* 295 */
/* 296 */ /* icon pijltje */
/* 297 */ select ~ .icon-status::before {
/* 298 */     position: absolute;
/* 299 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23222222;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='13.4,15.2 13.4,15.1 19.7,8.9 18.3,7.4 12,13.7 5.7,7.4 4.3,8.8 12,16.6 '/%3E%3C/svg%3E");
/* 300 */     height: 20px;

/* formulier.css */

/* 301 */     width: 20px;
/* 302 */     top: 17px;
/* 303 */     right: 15px;
/* 304 */     z-index: 4;
/* 305 */     cursor: pointer;
/* 306 */     pointer-events: none;
/* 307 */ }
/* 308 */
/* 309 */
/* 310 */ /* icon */
/* 311 */ select ~ .icon-item::before {
/* 312 */     position: absolute;
/* 313 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23212121;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M5,3C3.9,3,3,3.9,3,5v0v5h2V5h5V3H5L5,3z'/%3E%3Cpath class='st0' d='M19,3L19,3h-5v2h5v5h2V5v0C21,3.9,20.1,3,19,3z'/%3E%3Cpath class='st0' d='M19,19h-5v2h5h0c1.1,0,2-0.9,2-2v0v-5h-2V19z'/%3E%3Cpath class='st0' d='M5,14H3v5v0c0,1.1,0.9,2,2,2h0h5v-2H5V14z'/%3E%3C/g%3E%3C/svg%3E%0A");
/* 314 */     height: 20px;
/* 315 */     width: 20px;
/* 316 */     top: 17px;
/* 317 */     left: 15px;
/* 318 */     z-index: 4;
/* 319 */     cursor: pointer;
/* 320 */     pointer-events: none;
/* 321 */ }
/* 322 */
/* 323 */ .select-css::-ms-expand {
/* 324 */     display: none;
/* 325 */ }
/* 326 */
/* 327 */ .select-css:focus {
/* 328 */     outline: none;
/* 329 */     box-shadow: rgb(206, 223, 235) 0px 0px 0px 4px;
/* 330 */     border-color: rgb(92, 158, 205);
/* 331 */ }
/* 332 */
/* 333 */ .select-css option {
/* 334 */     font-weight: normal;
/* 335 */ }
/* 336 */
/* 337 */ /*
/* 338 *| SUCCES
/* 339 *| */
/* 340 */ input[type="text"]:not(:focus):valid,
/* 341 */ input[type="email"]:not(:focus):valid,
/* 342 */ input.inputfile:not(:focus):valid + label,
/* 343 */ .select-css:not(:focus):valid,
/* 344 */ textarea.success {
/* 345 */     border-color: #6C3;
/* 346 */ }
/* 347 */
/* 348 */ input:not(:focus):valid ~ .icon-status {
/* 349 */ }
/* 350 */

/* formulier.css */

/* 351 */ input.error:not(:focus):valid ~ .icon-status,
/* 352 */ select.error:not(:focus):valid ~ .icon-status {
/* 353 */     display: none;
/* 354 */ }
/* 355 */
/* 356 */ input:not(:focus):valid ~ .icon-status:before,
/* 357 */ select:not(:focus):valid ~ .icon-status:before {
/* 358 */     position: absolute;
/* 359 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2366CC33;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='6.4,12.5 5,13.9 9.7,18.6 20.4,7.9 19,6.5 9.7,15.8 '/%3E%3C/svg%3E");
/* 360 */     height: 24px;
/* 361 */     width: 24px;
/* 362 */     top: 15px;
/* 363 */     right: 10px;
/* 364 */     z-index: 4;
/* 365 */ }
/* 366 */
/* 367 */ select:not(:focus):valid ~ .icon-status:before {
/* 368 */     top: 15px;
/* 369 */ }
/* 370 */
/* 371 */ select:valid ~ .icoontje-pijltje {
/* 372 */     display: none;
/* 373 */ }
/* 374 */
/* 375 */ button.bg-groen {
/* 376 */     background: #6C3;
/* 377 */ }
/* 378 */
/* 379 */ /*
/* 380 *| Checkbox and Radio Buttons
/* 381 *| */
/* 382 */ fieldset p {
/* 383 */     margin-bottom: 10px;
/* 384 */     padding-bottom: 0px;
/* 385 */ }
/* 386 */
/* 387 */ .container-radio-buttons-checkboxes {
/* 388 */     margin-left: 20px;
/* 389 */     margin-bottom: 20px;
/* 390 */ }
/* 391 */
/* 392 */ label.radiobutton,
/* 393 */ label.checkbox {
/* 394 */     position: relative;
/* 395 */     display: block;
/* 396 */     height: 35px;
/* 397 */     cursor: pointer;
/* 398 */ }
/* 399 */
/* 400 */ label.radiobutton input,

/* formulier.css */

/* 401 */ label.checkbox input {
/* 402 */     position: absolute;
/* 403 */     left: 0px;
/* 404 */     top: 0px;
/* 405 */     z-index: 1;
/* 406 */     /* reset basis css */
/* 407 */     border: 0;
/* 408 */     padding: 0;
/* 409 */     background-color: transparent;
/* 410 */     outline: 0;
/* 411 */     margin-bottom: 0;
/* 412 */     border-radius: 0;
/* 413 */ }
/* 414 */
/* 415 */ label.radiobutton span,
/* 416 */ label.checkbox span {
/* 417 */     position: relative;
/* 418 */     display: block;
/* 419 */     z-index: 2;
/* 420 */     padding-left: 30px;
/* 421 */ }
/* 422 */
/* 423 */ /* styling kadertje en backgroundcolor */
/* 424 */ label.radiobutton input:before,
/* 425 */ label.checkbox input:before {
/* 426 */     content: '';
/* 427 */     position: absolute;
/* 428 */     display: block;
/* 429 */     background-color: #fff;
/* 430 */     width: 14px;
/* 431 */     height: 14px;
/* 432 */     z-index: 2;
/* 433 */     left: 0;
/* 434 */     top: 8px;
/* 435 */     border: 1px solid #6b7280;
/* 436 */     border-radius: 50%;
/* 437 */ }
/* 438 */
/* 439 */ label.checkbox input:before {
/* 440 */     border-radius: 5px;
/* 441 */ }
/* 442 */
/* 443 */ label.radiobutton input:checked:before,
/* 444 */ label.checkbox input:checked:before {
/* 445 */     background-color: #4496d1;
/* 446 */     border: 1px solid #4496d1;
/* 447 */ }
/* 448 */
/* 449 */ /* bolletje */
/* 450 */ label.radiobutton input:checked:after {

/* formulier.css */

/* 451 */     content: "";
/* 452 */     position: absolute;
/* 453 */     left: 4px;
/* 454 */     top: 12px;
/* 455 */     width: 6px;
/* 456 */     height: 6px;
/* 457 */     background-color: #fff;
/* 458 */     border-radius: 50%;
/* 459 */     z-index: 3;
/* 460 */ }
/* 461 */
/* 462 */ /* vinkje */
/* 463 */ label.checkbox input:checked:after {
/* 464 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='6.4,12.5 5,13.9 9.7,18.6 20.4,7.9 19,6.5 9.7,15.8 '/%3E%3C/svg%3E");
/* 465 */     position: absolute;
/* 466 */     left: -2px;
/* 467 */     top: 3px;
/* 468 */     width: 20px;
/* 469 */     height: 20px;
/* 470 */     color: #fff;
/* 471 */     text-align: center;
/* 472 */     z-index: 3;
/* 473 */ }
/* 474 */
/* 475 */ /* indien actief */
/* 476 */ label.radiobutton input:focus,
/* 477 */ label.checkbox input:focus {
/* 478 */     border: 0;
/* 479 */     box-shadow: rgb(206, 223, 235) 0px 0px 0px 0px;
/* 480 */ }
/* 481 */
/* 482 */ label.radiobutton input:focus:before,
/* 483 */ label.checkbox input:focus:before {
/* 484 */     border: 1px solid #4496d1;
/* 485 */     box-shadow: rgb(206, 223, 235) 0px 0px 0px 4px;
/* 486 */ }
/* 487 */
/* 488 */ /* FILE UPLOAD */
/* 489 */ /* inputveld verbergen */
/* 490 */ .form-element.file-upload input {
/* 491 */     position: absolute;
/* 492 */     margin: 0;
/* 493 */     filter: alpha(opacity=0);
/* 494 */     opacity: 0.3;
/* 495 */     width: 1px;
/* 496 */     height: 0px;
/* 497 */     overflow: hidden;
/* 498 */     border: 0;
/* 499 */     padding: 0;
/* 500 */ }

/* formulier.css */

/* 501 */
/* 502 */ .form-element.file-upload input:focus {
/* 503 */     border: 0px solid #153477;
/* 504 */     box-shadow: rgb(206, 223, 235) 0px 0px 0px 0px;
/* 505 */ }
/* 506 */
/* 507 */ /* styling */
/* 508 */ .inputfile + label {
/* 509 */     position: relative;
/* 510 */     width: 100%;
/* 511 */     font-size: 14px;
/* 512 */     font-weight: 400;
/* 513 */     text-overflow: ellipsis;
/* 514 */     white-space: nowrap;
/* 515 */     cursor: pointer;
/* 516 */     display: block;
/* 517 */     color: #222;
/* 518 */     background-color: rgb(249, 250, 251);
/* 519 */     border: 1px solid rgb(209, 213, 219);
/* 520 */     padding: 0;
/* 521 */     height: 54px;
/* 522 */     border-radius: 8px;
/* 523 */     -webkit-box-sizing: border-box;
/* 524 */     box-sizing: border-box;
/* 525 */ }
/* 526 */
/* 527 */ .inputfile.error + label {
/* 528 */     color: rgb(119, 29, 29);
/* 529 */     background-color: rgb(253, 242, 242);
/* 530 */     border-color: rgb(240, 82, 82);
/* 531 */ }
/* 532 */
/* 533 */ .inputfile-6 + label:hover {
/* 534 */     border: 1px solid #153477;
/* 535 */ }
/* 536 */
/* 537 */ .inputfile + label span.naam-bestand {
/* 538 */     width: 60%;
/* 539 */     display: inline-block;
/* 540 */     text-overflow: ellipsis;
/* 541 */     white-space: nowrap;
/* 542 */     overflow: hidden;
/* 543 */     vertical-align: top;
/* 544 */     line-height: 65px;
/* 545 */     padding-left: 22px;
/* 546 */     color: #222;
/* 547 */ }
/* 548 */
/* 549 */ .form-element.met-icon .inputfile + label span.naam-bestand {
/* 550 */     line-height: 54px;

/* formulier.css */

/* 551 */     padding-left: 46px;
/* 552 */ }
/* 553 */
/* 554 */ /* ICON tonen op invulvelden */
/* 555 */ .form-element.met-icon .floating-label {
/* 556 */     left: 38px;
/* 557 */ }
/* 558 */
/* 559 */ .form-element.met-icon input,
/* 560 */ .form-element.met-icon input:focus {
/* 561 */     padding-left: 50px;
/* 562 */ }
/* 563 */
/* 564 */ .form-icon {
/* 565 */     position: absolute;
/* 566 */     width: 20px;
/* 567 */     height: 20px;
/* 568 */     top: 17px;
/* 569 */     left: 16px;
/* 570 */     pointer-events: none;
/* 571 */     z-index: 2;
/* 572 */     display: flex;
/* 573 */     flex-wrap: wrap;
/* 574 */     align-items: center;
/* 575 */     justify-content: center;
/* 576 */ }
/* 577 */
/* 578 */
/* 579 */ input:focus ~ .form-icon,
/* 580 */ input:not(:focus):valid ~ .form-icon,
/* 581 */ textarea:focus ~ .form-icon,
/* 582 */ textarea:not(:focus):valid ~ .form-icon {
/* 583 */     top: 20px;
/* 584 */ }
/* 585 */
/* 586 */ /* nodig om recaptcha te kunnen schalen */
/* 587 */ fieldset {
/* 588 */     display: contents;
/* 589 */ }
/* 590 */
/* 591 */ #recaptcha-wrapper {
/* 592 */     margin-bottom: 30px;
/* 593 */ }
/* 594 */
/* 595 */ /* verberg de pijltjes van het input-veld voor nummers */
/* 596 */ input[type="number"] {
/* 597 */     -moz-appearance: textfield;
/* 598 */ }
/* 599 */
/* 600 */ input[type="number"]::-webkit-inner-spin-button,

/* formulier.css */

/* 601 */ input[type="number"]::-webkit-outer-spin-button {
/* 602 */     -webkit-appearance: none;
/* 603 */     margin: 0;
/* 604 */ }
/* 605 */
/* 606 */ /* optel som */
/* 607 */ .form-check {
/* 608 */     margin-top: 15px;
/* 609 */     margin-bottom: 30px;
/* 610 */ }
/* 611 */
/* 612 */ .form-check .form-element {
/* 613 */     width: 45px;
/* 614 */     float: right;
/* 615 */     margin-left: 10px;
/* 616 */     margin-right: 15px;
/* 617 */ }
/* 618 */
/* 619 */ .form-check .form-check-txt {
/* 620 */     line-height: 46px;
/* 621 */ }
/* 622 */
/* 623 */ .form-check .form-element input {
/* 624 */     padding-top: 0;
/* 625 */     padding-left: 0;
/* 626 */     text-align: center;
/* 627 */     height: 42px;
/* 628 */ }
/* 629 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/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-contact,
/* 11 */ #submit-animatie-aanvraag,
/* 12 */ #submit-animatie-aanmelden {
/* 13 */     position: absolute;
/* 14 */     top: 0;
/* 15 */     left: 0;
/* 16 */     right: 0;
/* 17 */     bottom: 0;
/* 18 */     width: 100%;
/* 19 */     background: #6C3;
/* 20 */     z-index: 2;
/* 21 */     text-align: center;
/* 22 */     border-radius: 25px;
/* 23 */     display: none;
/* 24 */ }
/* 25 */ #submit-animatie-contact #spinner,
/* 26 */ #submit-animatie-aanvraag #spinner,
/* 27 */ #submit-animatie-aanmelden #spinner {
/* 28 */     position: relative;
/* 29 */     width: 20px;
/* 30 */     height: 20px;
/* 31 */     top: 7px;
/* 32 */     border:3px solid #ccc;
/* 33 */     border-top:3px solid white;
/* 34 */     border-radius:50%;
/* 35 */     display: inline-block;
/* 36 */
/* 37 */     -webkit-transition-property: -webkit-transform;
/* 38 */     -webkit-transition-duration: 1.2s;
/* 39 */     -webkit-animation-name: rotate;
/* 40 */     -webkit-animation-iteration-count: infinite;
/* 41 */     -webkit-animation-timing-function: linear;
/* 42 */
/* 43 */     -moz-transition-property: -moz-transform;
/* 44 */     -moz-animation-name: rotate;
/* 45 */     -moz-animation-duration: 1.2s;
/* 46 */     -moz-animation-iteration-count: infinite;
/* 47 */     -moz-animation-timing-function: linear;
/* 48 */
/* 49 */     transition-property: transform;
/* 50 */     animation-name: rotate;

/* submit-animatie.css */

/* 51 */     animation-duration: 1.2s;
/* 52 */     animation-iteration-count: infinite;
/* 53 */     animation-timing-function: linear;
/* 54 */ }
/* 55 */
/* 56 */ @-webkit-keyframes rotate {
/* 57 */     from {-webkit-transform: rotate(0deg);}
/* 58 */     to {-webkit-transform: rotate(360deg);}
/* 59 */ }
/* 60 */
/* 61 */ @-moz-keyframes rotate {
/* 62 */     from {-moz-transform: rotate(0deg);}
/* 63 */     to {-moz-transform: rotate(360deg);}
/* 64 */ }
/* 65 */
/* 66 */ @keyframes rotate {
/* 67 */     from {transform: rotate(0deg);}
/* 68 */     to {transform: rotate(360deg);}
/* 69 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* cookiebar.css */

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

/* cookiebar.css */

/* 51  */         width: -moz-calc(90% - 60px); /* Firefox */
/* 52  */         width: -webkit-calc(90% - 60px); /* WebKit */
/* 53  */         width: -o-calc(90% - 60px); /* Opera */
/* 54  */         width: calc(90% - 60px); /* Standard */
/* 55  */         padding: 30px;
/* 56  */         margin-left: -430px;
/* 57  */         left: 50%;
/* 58  */         top: 15%;
/* 59  */         bottom: 15%;
/* 60  */     }
/* 61  */     .cookie-info-padding {
/* 62  */         padding: 40px 20px;
/* 63  */     }
/* 64  */ }
/* 65  */
/* 66  */ .container-cookie-melding h3,
/* 67  */ .container-cookie-melding p {
/* 68  */     padding-bottom: 5px;
/* 69  */     margin-bottom: 5px;
/* 70  */ }
/* 71  */ .container-cookie-melding p {
/* 72  */     font-size: 13px;
/* 73  */     line-height: 18px;
/* 74  */     margin-bottom: 15px;
/* 75  */ }
/* 76  */ @media only screen and (min-width: 768px) {
/* 77  */     .container-cookie-melding h2,
/* 78  */     .container-cookie-melding p {
/* 79  */         padding-bottom: 10px;
/* 80  */     }
/* 81  */     .container-cookie-melding p {
/* 82  */         font-size: 16px;
/* 83  */         line-height: 23px;
/* 84  */     }
/* 85  */ }
/* 86  */
/* 87  */ /* knoppen */
/* 88  */ .container-cookie-melding .container-btn {
/* 89  */     display: flex;
/* 90  */     flex-direction: column;
/* 91  */     grid-row-gap: 15px;
/* 92  */ }
/* 93  */ .container-cookie-melding .container-btn .btn.akkoord,
/* 94  */ .container-cookie-info .container-btn .btn.akkoord {
/* 95  */     background-color: #cccccc;
/* 96  */ }
/* 97  */ .container-cookie-melding .container-btn .btn:hover,
/* 98  */ .container-cookie-info .container-btn .btn:hover {
/* 99  */     background-color: #999999;
/* 100 */     color: #fff;

/* cookiebar.css */

/* 101 */ }
/* 102 */ @media only screen and (min-width: 768px) {
/* 103 */     .container-cookie-melding .container-btn {
/* 104 */         flex-direction: row;
/* 105 */         justify-content: space-between;
/* 106 */         column-gap: 10px;
/* 107 */     }
/* 108 */     .container-cookie-melding .container-btn .btn {
/* 109 */         flex: 1;
/* 110 */     }
/* 111 */ }
/* 112 */
/* 113 */ .cookie-melding-fond {
/* 114 */     background-color: #000;
/* 115 */     position: fixed;
/* 116 */     z-index: 99999;
/* 117 */     height: 100%;
/* 118 */     width: 100%;
/* 119 */     left: 0px;
/* 120 */     top: 0px;
/* 121 */     right: 0px;
/* 122 */     bottom: 0px;
/* 123 */     opacity: 0.6;
/* 124 */     display:none;
/* 125 */ }
/* 126 */
/* 127 */
/* 128 */ /* kruisje sluiten */
/* 129 */ .container-icon-sluit {
/* 130 */     position: absolute;
/* 131 */     height: 26px;
/* 132 */     width: 26px;
/* 133 */     right: 10px;
/* 134 */     top: 10px;
/* 135 */     background-color: #fff;
/* 136 */     -moz-transition: opacity 0.3s;
/* 137 */     -webkit-transition: opacity 0.3s;
/* 138 */     -o-transition: opacity 0.3s;
/* 139 */     opacity:0.4;
/* 140 */     display: none;
/* 141 */ }
/* 142 */ .container-icon-sluit:hover {
/* 143 */     opacity:1;
/* 144 */     cursor:pointer;
/* 145 */ }
/* 146 */ .container-cookie-melding .streepje {
/* 147 */     margin-top: 10px;
/* 148 */     position: absolute;
/* 149 */     background-color: #333;
/* 150 */     width: 25px;

/* cookiebar.css */

/* 151 */     height: 2px;
/* 152 */     top: 2px;
/* 153 */ }
/* 154 */ .container-cookie-melding .streepje.omlaag {
/* 155 */     -webkit-transform: rotate(45deg);
/* 156 */     /* Chrome, Safari, Opera */
/* 157 */     transform: rotate(45deg);
/* 158 */ }
/* 159 */ .container-cookie-melding .streepje.omhoog {
/* 160 */     -webkit-transform: rotate(-225deg);
/* 161 */     /* Chrome, Safari, Opera */
/* 162 */     transform: rotate(-225deg);
/* 163 */ }
/* 164 */
/* 165 */ /* COOKIE INFO */
/* 166 */
/* 167 */ /* knoppen */
/* 168 */ .cookie-info .container-btn {
/* 169 */     display: flex;
/* 170 */     flex-direction: column;
/* 171 */     grid-row-gap: 15px;
/* 172 */ }
/* 173 */ .cookie-info .container-btn .btn a {
/* 174 */     flex: 1;
/* 175 */ }
/* 176 */ @media only screen and (min-width: 768px) {
/* 177 */     .cookie-info .container-btn {
/* 178 */         flex-direction: row;
/* 179 */         justify-content: flex-end;
/* 180 */         column-gap: 10px;
/* 181 */     }
/* 182 */ }
/* 183 */
/* 184 */
/* 185 */ /* OK en NIET OK */
/* 186 */ .container-cookie-melding .container-btn .btn.ok,
/* 187 */ .container-cookie-info .container-btn .btn.ok {
/* 188 */     background-color: #3C6;
/* 189 */ }
/* 190 */ .container-cookie-melding .container-btn .btn.niet-ok,
/* 191 */ .container-cookie-info .container-btn .btn.niet-ok {
/* 192 */     background-color: #ff3300;
/* 193 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* call-to-action.css */

/* 1  */ @charset "utf-8";
/* 2  */ .CTA .kolom {
/* 3  */     position: relative;
/* 4  */     width: 90%;
/* 5  */     max-width: 500px;
/* 6  */     margin: 0 auto;
/* 7  */     padding: 80px 0;
/* 8  */     z-index: 11;
/* 9  */ }
/* 10 */
/* 11 */ @media only screen and (min-width: 1280px) {
/* 12 */     .CTA .kolom {
/* 13 */         padding: 130px 0;
/* 14 */     }
/* 15 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* contact.css */

/* 1  */ .contact .container-content {
/* 2  */     display: flex;
/* 3  */     flex-wrap: wrap;
/* 4  */     align-items:flex-start;
/* 5  */ }
/* 6  */ /* kolommen main */
/* 7  */ .kolom-formulier {
/* 8  */     width: 100%;
/* 9  */ }
/* 10 */
/* 11 */ .kolom-tekst {
/* 12 */     width: 100%;
/* 13 */     padding-bottom: 80px;
/* 14 */ }
/* 15 */
/* 16 */ @media only screen and (min-width: 768px) {
/* 17 */
/* 18 */     .kolom-tekst {
/* 19 */         display: flex;
/* 20 */         flex-wrap: wrap;
/* 21 */         flex-direction: column;
/* 22 */         width: 330px;
/* 23 */
/* 24 */     }
/* 25 */
/* 26 */     .kolom-formulier {
/* 27 */         flex: 1;
/* 28 */         max-width: 500px;
/* 29 */     }
/* 30 */ }
/* 31 */
/* 32 */
/* 33 */ /* opmaak */
/* 34 */ .kolom-tekst strong {
/* 35 */     font-size: 110%;
/* 36 */ }
/* 37 */
/* 38 */ .kolom-tekst a {
/* 39 */     text-decoration: none;
/* 40 */ }
/* 41 */
/* 42 */ .kolom-tekst a:hover {
/* 43 */     text-decoration: none;
/* 44 */     color: var(--roze);
/* 45 */ }
/* 46 */
/* 47 */ .kolom-tekst a.has-icon {
/* 48 */     position: relative;
/* 49 */     padding-left: 25px;
/* 50 */ }

/* contact.css */

/* 51 */
/* 52 */ .kolom-tekst a span {
/* 53 */     position: absolute;
/* 54 */     width: 16px;
/* 55 */     height: 16px;
/* 56 */     left: 0;
/* 57 */     top: 1px;
/* 58 */     fill: var(--roze);
/* 59 */ }
/* 60 */ @media only screen and (min-width: 1280px) {
/* 61 */     .kolom-tekst a.has-icon {
/* 62 */         padding-left: 35px;
/* 63 */     }
/* 64 */     .kolom-tekst a span {
/* 65 */         width: 24px;
/* 66 */         height: 24px;
/* 67 */         top: 1px;
/* 68 */     }
/* 69 */ }
/* 70 */
/* 71 */ /* ICONS */
/* 72 */ .persoon::before,
/* 73 */ .email::before,
/* 74 */ .telefoon::before {
/* 75 */     position: absolute;
/* 76 */     top: 50%;
/* 77 */     left: 50%;
/* 78 */     transform: translate(-50%, -50%);
/* 79 */     width: 100%;
/* 80 */     height: 100%;
/* 81 */ }
/* 82 */ .persoon::before {
/* 83 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2319003F;%7D%0A%3C/style%3E%3Cg%3E%3Cpath d='M12,12c2.8,0,5-2.2,5-5c0-2.8-2.2-5-5-5S7,4.2,7,7C7,9.8,9.2,12,12,12z M12,4c1.7,0,3,1.3,3,3s-1.3,3-3,3 S9,8.7,9,7S10.3,4,12,4z'/%3E%3Cpath d='M19.2,14.8C17.1,13.7,14.6,13,12,13s-5.1,0.7-7.2,1.8c-0.3,0.1-0.6,0.3-0.8,0.5V22h16v-6.8 C19.7,15.1,19.5,14.9,19.2,14.8z M18,20H6v-3.6c1.8-0.9,3.9-1.4,6-1.4c2.1,0,4.2,0.5,6,1.4V20z'/%3E%3C/g%3E%3C/svg%3E");
/* 84 */ }
/* 85 */
/* 86 */ .email::before {
/* 87 */     content: url('data:image/svg+xml,%3Csvg version="1.1" fill="%2319003F" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 23 23" style="enable-background:new 0 0 23 23;" xml:space="preserve"%3E%3Cstyle type="text/css"%3E .st0%7B %7D%0A%3C/style%3E%3Cpath class="st0" d="M19.5,4.4h-16c-1.1,0-2,0.9-2,2v10c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-10C21.5,5.3,20.6,4.4,19.5,4.4z M17.6,6.4l-6.1,3.8L5.4,6.4H17.6z M3.5,16.4V7.6l8,5l8-5v8.8H3.5z"/%3E%3C/svg%3E');
/* 88 */ }
/* 89 */
/* 90 */ .telefoon::before {
/* 91 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2319003F;%7D%0A%3C/style%3E%3Cpath d='M19.5,12.5h-3.6c-0.5,0-1,0.2-1.4,0.6L14,13.6c-1.4-0.9-2.7-2.1-3.6-3.6l0.5-0.5c0.4-0.4,0.6-0.9,0.6-1.4V4.5 c0-1.1-0.9-2-2-2h-5C4,2.5,3.4,2.7,3.1,3.1c-0.4,0.4-0.6,1-0.5,1.5c0.6,9,7.8,16.2,16.8,16.8l0.1,0c1.1,0,2-0.9,2-2v-5 C21.5,13.4,20.6,12.5,19.5,12.5z M19.5,19.5v1V19.5c-8-0.5-14.4-6.9-15-15h5v3.6L7.9,9.7l0.4,0.7c1.3,2.3,3.1,4.1,5.4,5.4l0.7,0.4 l1.6-1.6h3.6L19.5,19.5C19.5,19.5,19.5,19.5,19.5,19.5z'/%3E%3C/svg%3E");
/* 92 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* faq.css */

/* 1  */ @charset "utf-8";
/* 2  */ .accordion {
/* 3  */     position: relative;
/* 4  */     margin-bottom:30px;
/* 5  */     width: 100%;
/* 6  */     max-width: 900px;
/* 7  */     margin: 0 auto;
/* 8  */     padding-bottom: 100px;
/* 9  */ }
/* 10 */
/* 11 */ @media only screen and (min-width: 768px) {
/* 12 */     .accordion {
/* 13 */         padding-bottom: 200px;
/* 14 */     }
/* 15 */ }
/* 16 */
/* 17 */ .accordion h2 {
/* 18 */     position: relative;
/* 19 */     font-size: 18px;
/* 20 */     line-height: 24px;
/* 21 */     padding: 15px 50px 15px 30px;
/* 22 */     margin: 0;
/* 23 */     margin-top: 20px;
/* 24 */     background-color: var(--cyaan);
/* 25 */     font-weight: var(--medium);
/* 26 */     text-transform: none;
/* 27 */     letter-spacing: 0;
/* 28 */     border-radius: 10px;
/* 29 */     color: #fff;
/* 30 */ }
/* 31 */ .accordion h2:hover,
/* 32 */ .accordion h2.open:hover{
/* 33 */     background-color: var(--blauw);
/* 34 */     cursor: pointer;
/* 35 */ }
/* 36 */ .accordion h2.open {
/* 37 */     background-color: var(--blauw-donker);
/* 38 */     border-radius: 10px 10px 0 0;
/* 39 */ }
/* 40 */ .accordion p {
/* 41 */     padding: 20px;
/* 42 */     background-color: #eee;
/* 43 */     border-radius: 0 0 10px 10px;
/* 44 */ }
/* 45 */ /* icon */
/* 46 */ .accordion h2:after {
/* 47 */     position: absolute;
/* 48 */     content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 24 24' style='enable-background:new 0 0 24 24;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='13.4,15.2 13.4,15.1 19.7,8.9 18.3,7.4 12,13.7 5.7,7.4 4.3,8.8 12,16.6 '/%3E%3C/svg%3E");
/* 49 */     width: 16px;
/* 50 */     height: 16px;

/* faq.css */

/* 51 */     right: 20px;
/* 52 */     top: -moz-calc(50% - 8px); /* Firefox */
/* 53 */     top: calc(50% - 8px); /* Standard */
/* 54 */     transition: all 0.3s ease-in-out;
/* 55 */     -webkit-transition: all 0.3s ease-in-out;
/* 56 */     -moz-transition: all 0.3s ease-in-out;
/* 57 */ }
/* 58 */ .accordion h2.open:after {
/* 59 */     -moz-transform: rotate(180deg);
/* 60 */     -webkit-transform: rotate(180deg);
/* 61 */     transform: rotate(180deg);
/* 62 */ }
/* 63 */
/* 64 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* home.css */

/* 1   */ @charset "UTF-8";
/* 2   */ .container-home-header-image {
/* 3   */     position: relative;
/* 4   */     width: 100%;
/* 5   */     z-index: 10;
/* 6   */     padding-top: 150px;
/* 7   */ }
/* 8   */
/* 9   */ .container-home-header-image .kolom-txt {
/* 10  */     position: relative;
/* 11  */     width: 90%;
/* 12  */     padding: 40px 5% 50px 5%;
/* 13  */ }
/* 14  */
/* 15  */ @media only screen and (min-width: 768px) {
/* 16  */     h1.home span {
/* 17  */         display: block;
/* 18  */     }
/* 19  */ }
/* 20  */
/* 21  */ .container-home-header-image .kolom-txt p {
/* 22  */     font-size: var(--font-size-regular-plus);
/* 23  */     line-height: var(--line-height-regular-plus);
/* 24  */     font-weight: var(--medium);
/* 25  */ }
/* 26  */
/* 27  */ .container-home-header-image .kolom-img {
/* 28  */     position: relative;
/* 29  */     width: 100%;
/* 30  */ }
/* 31  */
/* 32  */ @media only screen and (max-width: 768px) {
/* 33  */     .container-home-header-image .kolom-img:before{
/* 34  */         content: "";
/* 35  */         display: block;
/* 36  */         padding-top: 80%;
/* 37  */     }
/* 38  */ }
/* 39  */
/* 40  */ @media only screen and (min-width: 769px) and (max-width: 1279px) {
/* 41  */     .container-home-header-image .kolom-img:before{
/* 42  */         content: "";
/* 43  */         display: block;
/* 44  */         padding-top: 50%;
/* 45  */     }
/* 46  */ }
/* 47  */
/* 48  */ @media only screen and (min-width: 1280px) {
/* 49  */     .container-home-header-image {
/* 50  */         display: flex;

/* home.css */

/* 51  */         flex-wrap: wrap;
/* 52  */         flex-direction: row;
/* 53  */         flex-direction:row-reverse;
/* 54  */         padding-top: 0px;
/* 55  */     }
/* 56  */
/* 57  */     .container-home-header-image .kolom-txt {
/* 58  */         display: flex;
/* 59  */         flex-direction: column;
/* 60  */         justify-content: center;
/* 61  */         width: 41%;
/* 62  */         padding: 270px 5% 150px 8%;
/* 63  */     }
/* 64  */
/* 65  */     .container-home-header-image .kolom-txt h1 {
/* 66  */         margin-bottom: 30px;
/* 67  */     }
/* 68  */
/* 69  */     .container-home-header-image .kolom-img {
/* 70  */         display: flex;
/* 71  */         width: 46%;
/* 72  */         min-height: 90vh;
/* 73  */     }
/* 74  */
/* 75  */ }
/* 76  */
/* 77  */ @media only screen and (min-width: 1440px) {
/* 78  */     .container-home-header-image .kolom-txt {
/* 79  */         width: 38%;
/* 80  */         padding: 320px 8% 190px 8%;
/* 81  */     }
/* 82  */
/* 83  */ }
/* 84  */
/* 85  */ @media only screen and (min-width: 1880px) {
/* 86  */     .container-home-header-image .kolom-txt {
/* 87  */         padding: 380px 8% 220px 8%;
/* 88  */     }
/* 89  */
/* 90  */     .container-home-header-image .kolom-txt h1 {
/* 91  */         margin-bottom: 50px;
/* 92  */     }
/* 93  */
/* 94  */ }
/* 95  */
/* 96  */ /* PADDING */
/* 97  */ .index .wrapper-content.padding-top {
/* 98  */     padding-top: 50px;
/* 99  */ }
/* 100 */

/* home.css */

/* 101 */ @media only screen and (min-width: 1280px) {
/* 102 */     .index  .wrapper-content.padding-top {
/* 103 */         padding-top: 120px;
/* 104 */     }
/* 105 */
/* 106 */ }
/* 107 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* items-overig.css */

/* 1  */ @charset "utf-8";
/* 2  */ .items-overig  {
/* 3  */     padding-top: 40px;
/* 4  */ }
/* 5  */
/* 6  */ .items-overig h2 {
/* 7  */     padding-bottom: 30px;
/* 8  */ }
/* 9  */
/* 10 */ .items-overig .container-items {
/* 11 */     display: flex;
/* 12 */     flex-wrap: wrap;
/* 13 */     gap: 20px;
/* 14 */ }
/* 15 */
/* 16 */ .items-overig .item {
/* 17 */     width: 100%;
/* 18 */     background-color: var(--creme);
/* 19 */     background-color: var(--cyaan);
/* 20 */ }
/* 21 */
/* 22 */ .items-overig .item a {
/* 23 */     text-decoration: none;
/* 24 */ }
/* 25 */
/* 26 */ .items-overig .item a:hover {
/* 27 */     color: var(--wit);
/* 28 */ }
/* 29 */
/* 30 */ .items-overig .item .image-en-titel {
/* 31 */     display: flex;
/* 32 */     flex-wrap: wrap;
/* 33 */     align-items: center;
/* 34 */     column-gap: 20px;
/* 35 */ }
/* 36 */
/* 37 */ .items-overig .item .image-en-titel h3 {
/* 38 */     margin: 0;
/* 39 */     font-size: var(--font-size-regular);
/* 40 */ }
/* 41 */
/* 42 */ .items-overig .item .image-en-titel .image {
/* 43 */     width: 70px;
/* 44 */     height: 70px;
/* 45 */ }
/* 46 */
/* 47 */ .items-overig .item .image-en-titel .titel-tekst {
/* 48 */     flex: 1;
/* 49 */ }
/* 50 */

/* items-overig.css */

/* 51 */
/* 52 */ @media only screen and (min-width: 1280px) {
/* 53 */     .items-overig  {
/* 54 */         padding-top: 100px;
/* 55 */     }
/* 56 */
/* 57 */     .items-overig .container-items {
/* 58 */         grid-column-gap: 4%;
/* 59 */     }
/* 60 */
/* 61 */     .items-overig .item {
/* 62 */         width: 48%;
/* 63 */     }
/* 64 */
/* 65 */     .items-overig .item .image-en-titel .image {
/* 66 */         width: 90px;
/* 67 */         height: 90px;
/* 68 */     }
/* 69 */
/* 70 */ }
/* 71 */
/* 72 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* nieuws.css */

/* 1  */ @charset "utf-8";
/* 2  */ .container-nieuws {
/* 3  */
/* 4  */ }
/* 5  */ .nieuws-item {
/* 6  */     padding-bottom: 50px;
/* 7  */ }
/* 8  */
/* 9  */ .nieuws-item .image-en-titel {
/* 10 */     //background-color: yellow;
/* 11 */     display: flex;
/* 12 */     flex-wrap: wrap;
/* 13 */     align-items:center;
/* 14 */     column-gap: 20px;
/* 15 */     margin-bottom: 20px;
/* 16 */ }
/* 17 */
/* 18 */ .nieuws-item .image-en-titel h2 {
/* 19 */     margin: 0;
/* 20 */     font-size: var(--font-size-medium);
/* 21 */ }
/* 22 */
/* 23 */ .nieuws-item .image-en-titel .image {
/* 24 */     width: 90px;
/* 25 */     height: 90px;
/* 26 */ }
/* 27 */
/* 28 */ .nieuws-item .image-en-titel .titel-tekst {
/* 29 */     flex: 1;
/* 30 */ }
/* 31 */
/* 32 */ .nieuws-item .image-en-titel .titel-tekst .soort {
/* 33 */     font-size: 14px;
/* 34 */     font-weight: var(--bold);
/* 35 */     text-transform: uppercase;
/* 36 */     letter-spacing: 2px;
/* 37 */     display: block;
/* 38 */     color: var(--roze);
/* 39 */ }
/* 40 */
/* 41 */ @media only screen and (min-width: 1280px) {
/* 42 */     .container-nieuws {
/* 43 */         display: flex;
/* 44 */         flex-wrap: wrap;
/* 45 */         grid-column-gap: 4%;
/* 46 */     }
/* 47 */
/* 48 */     .nieuws-item {
/* 49 */         width: 48%;
/* 50 */     }

/* nieuws.css */

/* 51 */
/* 52 */     .nieuws-item .image-en-titel .image {
/* 53 */         width: 120px;
/* 54 */         height: 120px;
/* 55 */         width: 150px;
/* 56 */         height: 150px;
/* 57 */     }
/* 58 */
/* 59 */     .nieuws-item .image-en-titel .titel-tekst .soort {
/* 60 */         font-size: 20px;
/* 61 */     }
/* 62 */
/* 63 */ }
/* 64 */
/* 65 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* over-marijn.css */

/* 1 */
/* 2 */
/* 3 */
/* 4 */
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* portfolio.css */

/* 1  */ @charset "utf-8";
/* 2  */ .container-portfolio {
/* 3  */
/* 4  */ }
/* 5  */ .portfolio-item {
/* 6  */     padding-bottom: 50px;
/* 7  */ }
/* 8  */
/* 9  */ .portfolio-item .image {
/* 10 */     position: relative;
/* 11 */     width: 280px;
/* 12 */     margin: 0 auto 30px auto;
/* 13 */ }
/* 14 */
/* 15 */ @media only screen and (min-width: 1024px) {
/* 16 */     .container-portfolio {
/* 17 */         display: flex;
/* 18 */         flex-wrap: wrap;
/* 19 */         grid-column-gap: 4%;
/* 20 */     }
/* 21 */
/* 22 */     .portfolio-item {
/* 23 */         width: 48%;
/* 24 */     }
/* 25 */
/* 26 */     .portfolio-item .image {
/* 27 */         width: 350px;
/* 28 */         margin-bottom: 30px;
/* 29 */         margin: 0 auto 30px 0;
/* 30 */     }
/* 31 */
/* 32 */ }
/* 33 */
/* 34 */ /***** ITEM *****/
/* 35 */ .introductie .image {
/* 36 */     width: 80%;
/* 37 */     max-width: 600px;
/* 38 */     margin-top: 30px;
/* 39 */     margin-bottom: 30px;
/* 40 */ }
/* Minify_CSS_UriRewriter::$debugText

docRoot    : /data/sites/web/rakeverhalennu/www
currentDir : /data/sites/web/rakeverhalennu/www/css

*/

/* werkwijze.css */

/* 1  */ @charset "UTF-8";
/* 2  */ .stap {
/* 3  */     font-size: 20px;
/* 4  */     font-weight: var(--bold);
/* 5  */     text-transform: uppercase;
/* 6  */     letter-spacing: 2px;
/* 7  */     display: block;
/* 8  */     color: var(--roze);
/* 9  */ }
/* 10 */
/* 11 */ .container-2-columns:nth-child(1) .stap:after {
/* 12 */     content: "1";
/* 13 */ }
/* 14 */
/* 15 */ .container-2-columns:nth-child(2) .stap:after {
/* 16 */     content: "2";
/* 17 */ }
/* 18 */
/* 19 */ .container-2-columns:nth-child(3) .stap:after {
/* 20 */     content: "3";
/* 21 */ }
/* 22 */
/* 23 */ .container-2-columns:nth-child(4) .stap:after {
/* 24 */     content: "4";
/* 25 */ }
/* 26 */
/* 27 */ .container-2-columns:nth-child(5) .stap:after {
/* 28 */     content: "5";
/* 29 */ }
