/* line 5, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, sass/_main.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 4, sass/_main.scss */
html, body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica Neue, Helvetica;
  -webkit-font-smoothing: subpixel-antialiased;
}

/* line 10, sass/_main.scss */
body {
  border-top: 3px solid #0093f0;
}

/* line 13, sass/_main.scss */
main, img, .row, .artists {
  margin: 0;
  padding: 0;
}

/* line 18, sass/_main.scss */
main, .footer {
  width: 960px;
  margin: 0 auto;
}

/* line 22, sass/_main.scss */
.row, .artists {
  width: 960px;
  margin: 20px auto 0;
  padding: 0;
}

/* line 27, sass/_main.scss */
img {
  max-width: 960px;
}

/* line 30, sass/_main.scss */
h1, h2, h3, h4 {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  padding: 0;
  font-weight: normal;
  display: block;
}

/* line 37, sass/_main.scss */
h1 {
  border-left: 10px solid #0093f0;
  padding-left: 20px;
  font-size: 1.7rem;
  font-family: georgia;
  font-style: italic;
}

/* line 44, sass/_main.scss */
main > h1 {
  margin-top: 25px;
}

/* line 47, sass/_main.scss */
h1 + h2 {
  margin-top: 20px;
}

/* line 50, sass/_main.scss */
h1 + img {
  margin-top: 20px;
}

/* line 53, sass/_main.scss */
h2 {
  border-left: 10px solid #0093f0;
  padding-left: 20px;
  font-size: 1.4rem;
  font-family: georgia;
  font-style: italic;
}

/* line 60, sass/_main.scss */
.zakelijk h2 {
  border: none;
  padding-left: 0;
}

/* line 64, sass/_main.scss */
a, p, span, input, textarea {
  font-size: 0.9rem;
}

/* line 67, sass/_main.scss */
p {
  margin: 15px 0;
  line-height: 1.5;
  text-align: justify;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 73, sass/_main.scss */
p + p {
  padding: 0 0 0 0;
}

/* line 76, sass/_main.scss */
a {
  color: black;
  outline: 0;
  text-decoration: underline;
}
/* line 80, sass/_main.scss */
a:hover {
  text-decoration: none;
}

/* line 84, sass/_main.scss */
em, i {
  font-style: italic;
}

/* line 89, sass/_main.scss */
.home h1 {
  margin-top: 50px;
}
/* line 92, sass/_main.scss */
.home h2 {
  margin: 0;
}
/* line 95, sass/_main.scss */
.home p {
  padding: 50px 0;
  margin: 0;
}
/* line 99, sass/_main.scss */
.home + .nieuwsbrief {
  margin-top: 0;
}

/* line 104, sass/_main.scss */
.button {
  display: block;
  width: auto;
  text-align: center;
  margin: 20px 0;
  padding: 18px 40px;
  color: white;
  background: #3b3b3b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 113, sass/_main.scss */
.button:hover {
  color: white;
  text-decoration: none;
  -moz-box-shadow: inset 0 0 10px black;
  -webkit-box-shadow: inset 0 0 10px black;
  box-shadow: inset 0 0 10px black;
}

/* line 119, sass/_main.scss */
.bottom-button {
  position: absolute;
  bottom: 0px;
  margin-left: 30px;
}

/* line 125, sass/_main.scss */
nav {
  background: #333;
  width: 100%;
}
/* line 126, sass/_main.scss */
nav #nav {
  width: 960px;
  margin: 0 auto;
}
/* line 132, sass/_main.scss */
nav a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  color: white;
  padding: 25px;
}
/* line 138, sass/_main.scss */
nav a:hover {
  color: white;
  text-decoration: none;
}
/* line 142, sass/_main.scss */
nav a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #0093f0;
  content: "";
  -moz-transition: height 0.15s;
  -o-transition: height 0.15s;
  -webkit-transition: height 0.15s;
  transition: height 0.15s;
}
/* line 153, sass/_main.scss */
nav a:hover:after {
  height: 5px;
}
/* line 157, sass/_main.scss */
nav span {
  display: none;
}

/* line 162, sass/_main.scss */
.panel {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  position: relative;
  width: 960px;
  display: block;
  margin-top: 20px;
  color: #333;
  background: #f3f3f3;
  border: 1px solid #ececec;
  margin: 20px auto 0;
}
/* line 172, sass/_main.scss */
.panel h1 {
  padding-left: 0;
  border: none;
  font-size: 1.5rem;
}
/* line 177, sass/_main.scss */
.panel p {
  padding-top: 10px;
  margin-bottom: 90px;
}
/* line 181, sass/_main.scss */
.panel i {
  font-style: italic;
}
/* line 184, sass/_main.scss */
.panel .left {
  padding: 20px 25px 0px 30px;
  float: left;
  width: 558px;
}
/* line 189, sass/_main.scss */
.panel .right {
  width: 400px;
  float: right;
}
/* line 193, sass/_main.scss */
.panel:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
/* line 200, sass/_main.scss */
.panel img {
  max-width: 400px;
  -moz-border-radius: 0 7px 7px 0;
  -webkit-border-radius: 0;
  border-radius: 0 7px 7px 0;
}
/* line 204, sass/_main.scss */
.panel + .expositie {
  margin-top: 35px;
}

/* line 210, sass/_main.scss */
.twee div, .drie div, .zakelijk div {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

/* line 216, sass/_main.scss */
.twee div {
  width: 50%;
}

/* line 219, sass/_main.scss */
.zakelijk div {
  padding: 0 15px;
  width: 33%;
}
/* line 222, sass/_main.scss */
.zakelijk div:first-child {
  padding-left: 0;
}
/* line 223, sass/_main.scss */
.zakelijk div:last-child {
  padding-right: 0;
}

/* line 226, sass/_main.scss */
.drie div {
  width: 50%;
}
/* line 228, sass/_main.scss */
.drie div:first-child {
  padding: 0 25px 0 0;
}
/* line 231, sass/_main.scss */
.drie div:nth-child(2) {
  padding: 0 0 0 25px;
}
/* line 234, sass/_main.scss */
.drie div:nth-child(3) {
  display: block;
  width: 100%;
  margin: 0;
}

/* line 244, sass/_main.scss */
.artists .container {
  margin: 0 0 30px 30px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 253, sass/_main.scss */
.artists .container img {
  width: 300px;
  height: 300px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
/* line 259, sass/_main.scss */
.artists .container span {
  z-index: 500;
  position: absolute;
  top: 0;
  height: 300px;
  width: 300px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
/* line 268, sass/_main.scss */
.artists .container .div {
  position: absolute;
  height: 300px;
  width: 300px;
  background: #333;
  opacity: 0.7;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
/* line 277, sass/_main.scss */
.artists .container:hover .div {
  opacity: 0.15;
}
/* line 280, sass/_main.scss */
.artists .container a {
  display: block;
  color: white;
  text-shadow: 0 -1px 0 #888;
  font: italic 24px/300px georgia;
  text-align: center;
}
/* line 287, sass/_main.scss */
.artists .container:hover a {
  opacity: 1;
}
/* line 290, sass/_main.scss */
.artists .container:nth-child(3n+1) {
  margin-left: 0;
}

/* line 296, sass/_main.scss */
.nieuwsbrief {
  margin-top: 30px;
}
/* line 298, sass/_main.scss */
.nieuwsbrief div {
  margin: 20px 0;
}
/* line 302, sass/_main.scss */
.nieuwsbrief input[type=submit] {
  width: 100%;
}
/* line 305, sass/_main.scss */
.nieuwsbrief input[type=text] {
  font-family: georgia;
  border: 1px solid #0093f0;
  width: 100%;
}
/* line 310, sass/_main.scss */
.nieuwsbrief input span {
  display: block;
  width: 100%;
  padding: 0 15px;
  text-align: right;
}

/* line 319, sass/_main.scss */
input, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 0.9rem;
  margin: 0;
  padding: 10px 15px;
  border: none;
  outline: none;
  display: block;
  font-family: georgia;
  font-style: italic;
}

/* line 331, sass/_main.scss */
input[type=submit] {
  background: #0093f0;
  color: white;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
/* line 337, sass/_main.scss */
input[type=submit]:hover {
  -moz-box-shadow: inset 0 0 10px #0074bd;
  -webkit-box-shadow: inset 0 0 10px #0074bd;
  box-shadow: inset 0 0 10px #0074bd;
}

/* line 343, sass/_main.scss */
.contact:first-child {
  padding-right: 25px;
}
/* line 346, sass/_main.scss */
.contact form {
  margin: 20px 0;
}
/* line 349, sass/_main.scss */
.contact input, .contact textarea {
  width: 88%;
  margin: 0 auto;
}
/* line 353, sass/_main.scss */
.contact input + input {
  margin-top: 15px;
}
/* line 356, sass/_main.scss */
.contact input[type="text"], .contact textarea {
  display: block;
  border: 1px solid #f2f1f2;
}
/* line 360, sass/_main.scss */
.contact textarea {
  resize: none;
  height: 250px;
}
/* line 364, sass/_main.scss */
.contact h2 {
  margin-top: 0;
}

@media (min-device-width: 1024px) {
  /* line 369, sass/_main.scss */
  footer {
    width: 100%;
    position: relative;
    background: #333;
    border-bottom: 3px solid #0093f0;
    color: white;
    padding: 10px 0 0 0;
  }
  /* line 376, sass/_main.scss */
  footer h3 {
    text-align: right;
    font: italic 1.1rem georgia;
    padding: 0 25px 10px 0;
    border-bottom: 1px solid #0093f0;
  }
  /* line 382, sass/_main.scss */
  footer a {
    color: white;
  }
  /* line 385, sass/_main.scss */
  footer .row, footer .artists {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 0;
    padding: 0;
  }

  /* line 399, sass/_main.scss */
  #nieuws, #gegevens, #exposities {
    margin-top: 0;
    width: 30%;
  }

  /* line 404, sass/_main.scss */
  #nieuws h4 {
    font-size: 0.95rem;
    margin-top: 10px;
    font-weight: normal;
    font-style: italic;
  }
  /* line 410, sass/_main.scss */
  #nieuws p {
    padding-left: 15px;
  }
  /* line 413, sass/_main.scss */
  #nieuws a {
    margin-left: 15px;
  }

  /* line 417, sass/_main.scss */
  #exposities span, #exposities a {
    display: block;
  }

  /* line 421, sass/_main.scss */
  #exposities a + span {
    margin-top: 10px;
  }

  /* line 425, sass/_main.scss */
  #exposities span + a {
    text-align: left;
    font-style: italic;
    margin-left: 35px;
  }

  /* line 431, sass/_main.scss */
  #menu_footer {
    position: absolute;
    margin: 45px 0 0 0;
    border: none;
    text-align: left;
    bottom: 0;
  }
  /* line 437, sass/_main.scss */
  #menu_footer a {
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
  }
  /* line 442, sass/_main.scss */
  #menu_footer a:hover {
    color: white;
    background: #0093f0;
  }
  /* line 446, sass/_main.scss */
  #menu_footer a:first-child {
    margin-left: -20px;
  }

  /* line 451, sass/_main.scss */
  .copyright {
    text-align: right;
    margin: 45px 0 10px 0;
    padding: 0;
    width: 100%;
  }
}
@media (max-device-width: 1024px) {
  /* line 2, sass/_mobile.scss */
  img {
    width: 100%;
    display: block;
  }

  /* line 6, sass/_mobile.scss */
  h1, h2, h3, h4 {
    margin: 0 15px;
  }

  /* line 10, sass/_mobile.scss */
  main, nav, img, footer, #nav, .row, .artists, p {
    width: 100%;
  }

  /* line 14, sass/_mobile.scss */
  nav {
    font-size: 1.15em;
  }

  /* line 18, sass/_mobile.scss */
  nav span {
    text-align: right;
    text-rendering: geometricPrecision;
    background: #333;
    color: white;
    padding: 10px 15px;
    display: block;
  }

  /* line 26, sass/_mobile.scss */
  nav a {
    text-decoration: none;
    background: #333;
    border-top: 1px solid #383838;
    color: white;
    display: block;
    padding: 10px 15px;
  }
  /* line 33, sass/_mobile.scss */
  nav a:last-child {
    border-bottom: 1px solid #383838;
  }

  /* line 37, sass/_mobile.scss */
  form {
    display: block;
  }
  /* line 39, sass/_mobile.scss */
  form div {
    margin: 15px 0;
    padding: 0 15px;
    width: 100%;
  }

  /* line 46, sass/_mobile.scss */
  .nieuwsbrief input {
    margin: 0;
    padding: 10px 15px;
  }
  /* line 49, sass/_mobile.scss */
  .nieuwsbrief input[type=submit] {
    width: 100%;
  }
  /* line 52, sass/_mobile.scss */
  .nieuwsbrief input[type=text] {
    width: 100%;
  }
  /* line 55, sass/_mobile.scss */
  .nieuwsbrief input span {
    display: block;
    width: 100%;
    padding: 0 15px;
    text-align: right;
  }

  /* line 63, sass/_mobile.scss */
  footer {
    background: #333;
    border-bottom: 3px solid #0093f0;
    color: white;
    padding: 15px 0 0 0;
  }
  /* line 68, sass/_mobile.scss */
  footer a {
    color: white;
  }
  /* line 71, sass/_mobile.scss */
  footer h3 {
    padding-top: 10px;
  }

  /* line 76, sass/_mobile.scss */
  #nieuws, #exposities, #gegevens {
    border-left: 2px solid #0294f0;
  }

  /* line 79, sass/_mobile.scss */
  #exposities, #gegevens, #menu_footer {
    margin-top: 45px;
  }

  /* line 83, sass/_mobile.scss */
  #nieuws h4 {
    font-weight: normal;
    font-style: italic;
  }
  /* line 87, sass/_mobile.scss */
  #nieuws a {
    margin-left: 15px;
  }

  /* line 91, sass/_mobile.scss */
  #exposities span, #exposities a {
    display: block;
  }

  /* line 94, sass/_mobile.scss */
  #exposities a + span {
    margin-top: 10px;
  }

  /* line 98, sass/_mobile.scss */
  #exposities span + a {
    text-align: left;
    font-style: italic;
    margin-left: 35px;
  }

  /* line 104, sass/_mobile.scss */
  #menu_footer {
    text-align: right;
    padding: 5px 15px;
    border-right: 5px solid #0294f0;
  }
  /* line 108, sass/_mobile.scss */
  #menu_footer a {
    display: block;
    padding: 5px 15px 5px 0;
  }

  /* line 114, sass/_mobile.scss */
  .copyright {
    font-size: 0.9em;
    text-align: right;
    padding: 15px 15px 15px 15px;
    margin-top: 15px;
  }

  /* line 121, sass/_mobile.scss */
  .hr {
    display: none;
  }

  /* line 124, sass/_mobile.scss */
  .row, .artists {
    padding-top: 20px;
  }

  /* line 128, sass/_mobile.scss */
  .artists {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
  }

  /* line 133, sass/_mobile.scss */
  .container {
    background: #f5f6f7;
    border-radius: 5px;
    margin: 10px 0;
  }
  /* line 137, sass/_mobile.scss */
  .container div {
    display: none;
  }
  /* line 140, sass/_mobile.scss */
  .container img {
    -moz-border-radius: 5px 3px 3px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 3px 3px 5px;
    height: 75px;
    width: 75px;
    float: left;
  }
  /* line 146, sass/_mobile.scss */
  .container span {
    display: inline-block;
    line-height: 75px;
  }
  /* line 150, sass/_mobile.scss */
  .container span h3 {
    font-family: georgia;
    font-style: italic;
    font-size: 1em;
    text-decoration: underline;
    cursor: pointer;
    padding-left: 10px;
  }
  /* line 158, sass/_mobile.scss */
  .container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }

  /* line 167, sass/_mobile.scss */
  * html .container {
    zoom: 1;
  }

  /* IE6 */
  /* line 168, sass/_mobile.scss */
  *:first-child + html .container {
    zoom: 1;
  }

  /* IE7 */
  /* line 170, sass/_mobile.scss */
  main .row .expositie, main .artists .expositie {
    margin-top: -20px;
  }

  /* line 173, sass/_mobile.scss */
  .panel {
    width: 100%;
    display: table;
    background: #333;
    color: white;
  }
  /* line 178, sass/_mobile.scss */
  .panel h1 {
    margin-top: 20px;
    font-size: 1.4em;
  }
  /* line 182, sass/_mobile.scss */
  .panel a {
    font-size: 1.05em;
    color: white;
    display: block;
    text-align: center;
    width: 100%;
    padding: 15px;
    border: 15px solid #333;
    margin-top: -15px;
    border-radius: 18px;
    background: #0093f0;
  }
  /* line 194, sass/_mobile.scss */
  .panel .left {
    width: 100%;
    display: table-row-group;
  }
  /* line 198, sass/_mobile.scss */
  .panel .right {
    width: 100%;
    display: table-header-group;
  }
}
@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 207, sass/_mobile.scss */
  p, a, .copyright, .nieuwsbrief span {
    font-size: 0.65em;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (orientation: landscape) {
  /* line 214, sass/_mobile.scss */
  .panel {
    background: #333;
    color: white;
  }
  /* line 217, sass/_mobile.scss */
  .panel a {
    bottom: 0;
    width: calc(50% + 89px);
    position: absolute;
  }
  /* line 222, sass/_mobile.scss */
  .panel .left {
    float: left;
    width: calc(50% + 89px);
  }
  /* line 226, sass/_mobile.scss */
  .panel .right {
    float: right;
    width: calc(50% - 89px);
  }

  /* line 232, sass/_mobile.scss */
  * html .panel {
    zoom: 1;
  }

  /* IE6 */
  /* line 233, sass/_mobile.scss */
  *:first-child + html .panel {
    zoom: 1;
  }

  /* IE7 */
  /* line 235, sass/_mobile.scss */
  .nieuwsbrief span {
    text-align: left !important;
    padding-left: 80px;
  }

  /* line 240, sass/_mobile.scss */
  #menu_footer {
    position: absolute;
    margin: 25px 0 10px 0;
    border: none;
    text-align: left;
  }

  /* line 246, sass/_mobile.scss */
  .copyright {
    margin: 25px 20px 10px 0;
    padding: 5px 15px;
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* line 256, sass/_mobile.scss */
  .container {
    margin: 20px 0;
    display: inline-block;
    width: 350px;
  }

  /* line 261, sass/_mobile.scss */
  .container:nth-child(2n+1) {
    margin-right: 33px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* line 269, sass/_mobile.scss */
  .container {
    margin: 20px 0;
    display: inline-block;
    width: 309px;
  }

  /* line 274, sass/_mobile.scss */
  .container:nth-child(3n+1), .container:nth-child(3n+2) {
    margin-right: 29px;
  }

  /* line 277, sass/_mobile.scss */
  main p {
    -webkit-column-count: 0;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 29px;
    -moz-column-gap: 33px;
    column-gap: 33px;
  }

  /* line 287, sass/_mobile.scss */
  .nieuwsbrief input {
    display: inline-block;
  }
  /* line 290, sass/_mobile.scss */
  .nieuwsbrief input[type=submit] {
    border: 1px solid #0093f0;
    width: 25%;
  }
  /* line 294, sass/_mobile.scss */
  .nieuwsbrief input[type=text] {
    width: 75%;
  }

  /* line 299, sass/_mobile.scss */
  .footer .row, .footer .artists {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }

  /* line 310, sass/_mobile.scss */
  footer #nieuws, footer #gegevens, footer #exposities {
    margin-top: 0;
    width: 30%;
  }

  /* line 314, sass/_mobile.scss */
  footer .row, footer .artists {
    padding-top: 0;
  }
}
