@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container-wrapper {
  position: relative;
  width: 100%;
}

.container-wrapper>.header-next {
  width: 450px;
  z-index: 3;
  position: absolute;
  top: 300px;
  right: 200px;
}

.header-next figure.newsflash-image {
  display: none;
}

.header-next .mod-articlesnews__item {
  width: 450px !important;
  padding: 0 !important;
} 

:root {
  --groen: #a0bf21;
  --roze: #cb378b;
  --zwart: #121221;
  --aqua: #13889b;
  --aqualicht: #00abc3;
  --aquaborder: rgba(0, 170, 194, .5);
  --grijs: #2c2e2c;
  --lichrgrijs: #3C3C4A;
}

button.open-menu {
  background-image: url(../img/icon-menu.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25px;
  height: 25px;
  font-size: 0px;
  border: 0;
  background-color: rgb(255 255 255 / 0%);
  position: absolute;
  right: 50px;
  top: 16px;
  display: none;
  cursor: pointer;
}

button.closemenu {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-color: rgb(255 255 255 / 0%);
  border: 0;
  font-size: 0px;
  cursor: pointer;
}

button.closemenu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icon-close.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  width: 50px;
  height: 50px;
}

figure {
  padding: 0;
  margin: 0;
  position: relative;
}

body {
  font-family: 'Poppins', sans-serif;
  background-color: var(--lichrgrijs);
  padding: 0;
  margin: 0;
  transition: background-color .3s ease;
}

h2.card-header {
  text-align: center;
}

.container {
  background-color: #fff;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.subpage .container {
  padding-top: 250px;
}

nav.navigation {
  width: 100%;
  height: 110px;
  max-width: 1920px;
  margin: auto;
  padding: 0 200px;
  position: absolute;
  z-index: 9;
  transition: all .3s ease;
}

.homepage nav.navigation.fixedmenu {
  top: -200px;
  opacity: 0;
}

nav.navigation.fixedmenu {
  position: fixed;
  transition: all .3s ease;
  z-index: 10;
  top: 0px;
  opacity: 1;
}

.topfixed nav.navigation.fixedmenu {
  top: 0px;
  opacity: 1;
}

nav.navigation.fixedmenu:after {
  content: "";
  width: 100%;
  height: 170px;
  background-color: var(--zwart);
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 61%, 0 100%);
  z-index: -2;
}

nav.navigation.fixedmenu:before {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  left: 0;
  top: 4px;
  clip-path: polygon(0 0, 100% 0, 100% 61%, 0 100%);
  background-image: url(../img/stroke.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom left;
  z-index: -2;
}

nav.navigation ul {
  padding: 0;
  margin: 0;
  float: right;
  text-align: right;
  display: table-row;
  margin: 30px 0;
}

nav.navigation ul li {
  list-style: none;
  display: table-cell;
  padding-left: 40px;
  vertical-align: middle;
  position: relative;
}

.navigation.card {
  width: calc(100% - 350px);
  position: absolute;
  right: 200px;
}

.homepage header {
  background-color: var(--zwart);
  width: 100%;
  height: 850px;
  max-width: 1920px;
  margin: auto;
  padding: 0 200px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.homepage header:after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.62) 40%, rgba(0, 0, 0, 0) 100%);
}

.branding {
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 200px;
  z-index: 2;
}

.branding:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--zwart);
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 52% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.branding>* {
  z-index: 2;
  position: relative;
}

.logo {
  background-image: url(../img/shadow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom -10px;
  width: 350px;
  height: 350px;
  transition: top .3s ease;
  float: left;
  position: relative;
}

.logo:before {
  content: "";
  background-image: url(../img/logo-placeholder.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  width: 350px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.fixedmenu .logo {
  transform: scale(.7);
  transform-origin: left top;
}

.logo:after {
  content: "";
  background-image: url(../img/logo-soos.svg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center top 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all .3s ease;
}

.subpage nav.navigation:not(nav.navigation.fixedmenu) {
  display: none;
}

.subpage .logo {
  display: none;
}

.subpage .fixedmenu .logo,
.subpage .footer .logo {
  display: block !important;
}

.slogan {
  width: 100%;
  max-width: 360px;
  padding: 30px;
  margin-top: 300px;
}

header h1 {
  color: #fff;
  font-weight: 500;
  font-size: 44px;
  line-height: 1.4;
}

span.mark {
  color: var(--aqualicht);
  transition: color .3s ease;
}

.btn-functional {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  border-radius: 8px;
  padding: 10px 50px 10px 20px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right 10px;
  background-color: var(--zwart);
  transition: all .3s ease;
  float: left;
  transition: all .3s ease;
}

a#feesten {
  background-image: url(../img/icon-feest.svg);
  outline: 2px solid var(--aquaborder);
  -webkit-box-shadow: 0px 8px 12px -4px rgb(0 170 194 / 50%);
  -moz-box-shadow: 0px 8px 12px -4px rgb(0 170 194 / 50%);
  box-shadow: 0px 8px 12px -4px rgb(0 170 194 / 50%);
}

.btn-functional#feesten:hover {
  outline: 2px solid var(--aqualicht) !important;
  -webkit-box-shadow: 0px 8px 12px -4px rgb(0 170 194 / 100%);
  -moz-box-shadow: 0px 8px 12px -4px rgb(0 170 194 / 100%);
  box-shadow: 0px 8px 12px -4px rgb(0 170 194 / 100%);
}

a.contrast::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 8px;
  background-image: url(../img/icon-contrast.svg);
  transition: background-color .3s ease;
}

.topfixed a.contrast,
.subpage a.contrast {
  background-color: var(--lichrgrijs) !important;
}

a.contrast {
  outline: 2px solid rgb(255 255 255 / 0%);
}

a#huisregels {
  background-image: url(../img/icon-regels.svg);
}

nav.navigation a:not(a.btn-functional) {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: all .3s ease;
}

li.nav-item.active:after {
  content: "";
  width: calc(100% - 40px);
  height: 5px;
  border-radius: 10px;
  background-color: var(--aqualicht);
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .3s ease;
}

.section,
.main {
  width: 100%;
  padding: 0 15%;
  float: left;
  position: relative;
}

.section>div {
  float: left;
  width: 100%;
  margin-top: 80px;
}

/*AGENDA VIEW-----------------------------------------------------------------------*/
.agenda .newsflash {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.agenda .newsflash>div {
  width: calc(100% / 4);
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.agenda .newsflash-image,
.agenda img {
  width: 100%;
  float: left;
  height: auto;
  transition: all .3s ease;
}

.agenda .item-wrapper {
  border-radius: 15px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.25);
  position: relative;
}

.agenda .item-info {
  width: 100%;
  float: left;
  padding: 30px 30px 120px;
  background: #fff;
}

.agenda .item-info>* {
  float: left;
  clear: left;
}

.agenda ul {
  padding: 0;
  margin: 0;
}

.agenda ul.tags li,
.newsview ul.tags li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--aqua);
  color: #fff;
  float: left;
  border-radius: 5px;
  font-size: 12px;
  padding: 5px 10px;
  font-weight: 500;
  transition: all .3s ease;
}

.agenda h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0;
}

.agenda .item-info p {
  margin: 0;
  color: var(--grijs);
  font-size: 16px;
  width: 100%;
}

.agenda ul.fields-container {
  margin: 10px 0 0;
  width: calc(100% - 120px);
}

.agenda figure:after {
  content: "";
  width: 100%;
  height: 5px;
  background-image: url(../img/stroke.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .3s ease;
}

.agenda .itemDate {
  width: 90px;
  height: 105px;
  position: absolute;
  background: var(--groen);
  color: #fff;
  bottom: 0;
  right: 40px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: background-color .3s ease;
}

.agenda .itemDate span {
  float: left;
  clear: left;
  width: 100%;
  text-align: center;
}

.agenda .dateDay {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 0 0;
}

.agenda .dateMonth {
  font-size: 12px;
  font-weight: 600;
  padding: 0 0 10px 0;
}

.agenda .dateYear {
  font-size: 12px;
  font-weight: 700;
  background: var(--zwart);
  padding: 5px 0;
}

/*ICON VIEW-----------------------------------------------------------------------*/
.iconview .itemtags {
  display: none;
}

li.field-entry.form-info {
  float: left;
  width: 100%;
  list-style: none;
}

.iconview li.field-entry.form-info .fields-container {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.iconview li.field-entry.form-info .fields-container li {
  position: relative;
  width: calc(100% / 4);
  float: left;
  padding: 20px;
  text-align: center;
  list-style: none;
  font-size: 0px;
}

.iconview li.field-entry.form-info .fields-container li>span {
  display: block;
  font-size: 16px;
}

.iconview li.field-entry.form-info .fields-container li span:nth-child(2) {
  font-size: 20px !important;
  font-weight: 600;
  margin: 15px 0 10px;
}

.iconview .info-icon {
  width: 80px;
  height: 80px;
  font-size: 0 !important;
  margin: auto;
  background-color: var(--groen);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  display: block;
  transition: all .3s ease;
}

.iconview li.field-entry.form-info .fields-container li:nth-child(even) .info-icon {
  background-color: var(--aqua);
}

.iconview .Locatie {
  -webkit-mask-image: url(../img/icon-locatie.svg);
  mask-image: url(../img/icon-locatie.svg);
}

.iconview .Vervoer {
  -webkit-mask-image: url(../img/icon-vervoer.svg);
  mask-image: url(../img/icon-vervoer.svg);
}

.iconview .Begeleiding {
  -webkit-mask-image: url(../img/icon-begeleiding.svg);
  mask-image: url(../img/icon-begeleiding.svg);
}

.iconview .Snacks {
  -webkit-mask-image: url(../img/icon-snacks.svg);
  mask-image: url(../img/icon-snacks.svg);
}

.iconview .Kosten {
  -webkit-mask-image: url(../img/icon-kosten.svg);
  mask-image: url(../img/icon-kosten.svg);
}

.iconview .Betaling {
  -webkit-mask-image: url(../img/icon-betaling.svg);
  mask-image: url(../img/icon-betaling.svg);
}

.iconview .Rolstoelvriendelijk {
  -webkit-mask-image: url(../img/icon-rolstoelvriendelijk.svg);
  mask-image: url(../img/icon-rolstoelvriendelijk.svg);
}

.iconview .Leeftijd {
  -webkit-mask-image: url(../img/icon-leeftijd.svg);
  mask-image: url(../img/icon-leeftijd.svg);
}

.iconview .Contact {
  -webkit-mask-image: url(../img/icon-contact.svg);
  mask-image: url(../img/icon-contact.svg);
}

.iconview .Dansen {
  -webkit-mask-image: url(../img/icon-dansen.svg);
  mask-image: url(../img/icon-dansen.svg);
}

.iconview .Muziek {
  -webkit-mask-image: url(../img/icon-muziek.svg);
  mask-image: url(../img/icon-muziek.svg);
}

/*RULES VIEW-----------------------------------------------------------------------*/
.huisregels-toevoegen li {
  list-style: disc;
}

.rulesview .itemtags,
.rulesview .itemDate {
  display: none;
}

ul.fields-container {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}

.huisregels-toevoegen,
.huisregels-toevoegen .fields-container>li {
  list-style: none;
}

.huisregels-toevoegen .fields-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.huisregels-toevoegen .fields-container>li {
  font-size: 0px;
  width: calc(100% / 3);
  float: left;
  padding: 20px;
}

.huisregels-toevoegen .fields-container>li>span:first-child {
  font-size: 16px;
  color: #fff;
  background-color: var(--aqua);
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color .3s ease;
}

.huisregels-toevoegen .fields-container>li>span:last-child {
  font-size: 16px;
  color: var(--grijs);
  margin: 20px 0;
}

.huisregels-toevoegen .fields-container>li>span {
  float: left;
  clear: left;
}

.rulesview p.readmore {
  float: left;
  width: 100%;
  text-align: center;
}

.rulesview p.readmore a {
  float: none;
}

/*NEXT-----------------------------------------------------------------------*/
.header.agenda.next {
  float: right;
  width: 450px;
  z-index: 3;
  position: relative;
  margin: 300px 0 0 0;
}

.header.agenda.next .newsflash>div {
  width: 100%;
  padding: 0;
}

header figure.newsflash-image {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

header figure.newsflash-image img {
  width: 100%;
  height: auto;
}

.header-next.agenda.next .item-info:after {
  content: "";
  width: 100%;
  height: 5px;
  background-image: url(../img/stroke.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

/*FOOTER-----------------------------------------------------------------------*/
footer.footer {
  width: 100%;
  float: left;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: right center;
  height: 500px;
  position: relative;
  transition: filter .3s ease;
  margin-top: 80px;
}

footer.footer:before {
  content: "";
  width: 100%;
  height: 200px;
  background: #fff;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 2;
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.contactinfo {
  background: var(--zwart);
  width: 600px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  clip-path: polygon(0 0, 49% 0, 100% 100%, 0% 100%);
  padding: 250px 0 0 250px;
}

.footer .logo {
  transform: scale(.7);
  transform-origin: left top;
  margin: 0 0 0 200px;
  z-index: 2;
}

.footer .logo:before {
  height: 350px;
}

.footer .logo:after {
  background-position: center top 60px;
}

.naam h4 {
  color: var(--aqualicht);
  font-size: 20px;
  margin: 10px 0;
  transition: color .3s ease;
}

.contactinfo a,
.contactinfo p {
  color: #fff;
  margin: 2px 0 !important;
  text-decoration: none;
  float: left;
  clear: left;
  font-size: 14px;
  font-weight: 500;
}

.contactinfo>div:not(.naam) {
  padding-left: 30px;
  float: left;
  clear: left;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 25px;
}

.contactinfo>div {
  width: 250px;
}

.adres {
  background-image: url(../img/icon-marker.svg);
}

.kvk {
  background-image: url(../img/icon-kvk.svg);
}

.mail {
  background-image: url(../img/icon-mail.svg);
}

.facebook {
  background-image: url(../img/icon-facebook.svg);
}

.instagram {
  background-image: url(../img/icon-instagram.svg);
}

/*SLOGANVIEW-----------------------------------------------------------------------*/
.sloganview .itemtags,
.sloganview .itemDate {
  display: none;
}

.sloganbg {
  background-image: url(../img/bg4.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 180px 25% !important;
  transition: all .3s ease;
  margin-top: 80px;
  transition: all .3s ease;
}

.sloganview {
  text-align: center;
  margin-top: 0 !important;
}

.sloganview>div:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--zwart);
  opacity: .79;
}

.sloganview .mod-articlesnews.newsflash {
  position: relative;
  z-index: 1;
}

.sloganview h2 {
  color: #fff;
  font-weight: 500;
}

/*CONTRAST-----------------------------------------------------------------------*/
body.contrast {
  background-color: #6e6e6e;
}

.contrast img,
.contrast footer.footer,
.contrast .sloganbg {
  filter: grayscale(1);
}

.contrast .newsview ul.tags li,
.contrast .btn-functional,
.contrast .agenda ul.tags li,
.contrast .iconview .info-icon {
  background-color: #000 !important;
}

.contrast .agenda .itemDate,
.contrast blockquote:before {
  background-color: #3e3e3c;
}

.contrast .logo:after {
  background-image: url(../img/logo-soos-black.svg);
}

.contrast .header-next.agenda.next .item-info:after,
.contrast .header.agenda.next .item-info:after,
.contrast .agenda figure:after,
.contrast nav.navigation.fixedmenu:before {
  background-image: url(../img/stroke-black.svg);
}

.contrast .contactinfo,
.contrast .branding:after,
.contrast nav.navigation.fixedmenu:after,
.contrast .huisregels-toevoegen .fields-container>li>span:first-child {
  background-color: #000;
}

.contrast .naam h4,
.contrast span.mark {
  color: #fff;
}

.contrast li.nav-item.active:after {
  background-color: #fff;
}

.contrast a#feesten {
  background-image: url(../img/icon-feest-white.svg);
  outline: 2px solid rgb(255 255 255 / 50%);
  -webkit-box-shadow: 0px 8px 12px -4px rgb(255 255 255 / 50%);
  -moz-box-shadow: 0px 8px 12px -4px rgb(255 255 255 / 50%);
  box-shadow: 0px 8px 12px -4px rgb(255 255 255 / 50%);
}

.contrast #feesten:hover {
  outline: 2px solid rgb(255 255 255 / 100%) !important;
  -webkit-box-shadow: 0px 8px 12px -4px rgb(255 255 255 / 100%);
  -moz-box-shadow: 0px 8px 12px -4px rgb(255 255 255 / 100%);
  box-shadow: 0px 8px 12px -4px rgb(255 255 255 / 100%);
}

.contrast a#huisregels {
  background-image: url(../img/icon-regels-white.svg);
}

.contrast a.contrast::after {
  transform: rotate(179deg);
}

.contrast a.contrast {
  outline: 2px solid #fff;
}

.contrast .main a,
.contrast .main h3 {
  color: #000;
}

.contrast.homepage header {
  background-color: #000;
}

/*MAIN-----------------------------------------------------------------------*/
main h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
  color: var(--aqua);
}

main h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 0;
}

main h1 {
  font-size: 24px;
  font-weight: 700;
}

main p,
main li {
  line-height: 1.9;
}

main a {
  color: var(--aqua);
  font-weight: 700;
}

main img {
  max-width: 100%;
  height: auto;
}

main .icon-calendar {
  background-image: url(../img/icon-date.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  width: 25px;
  height: 25px;
  float: left;
}

main dd.published {
  margin: 0;
}

dl.article-info.text-muted {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  padding: 10px 0;
  width: 100%;
  float: left;
}

time {
  font-size: 16px;
  font-weight: 700;
  margin-left: 5px;
}

blockquote {
  float: left;
  position: relative;
  width: 70%;
  font-weight: 500;
}

blockquote:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: var(--aqua);
  position: absolute;
  border-radius: 20px;
}

blockquote p {
  margin: 0 40px;
}

.com-content-article__body>*,
.item-content>* {
  float: left;
  clear: left;
}

.main-message {
  width: 100%;
  float: left;
}

.main-content {
  width: 60%;
  float: left;
  padding-right: 40px;
}

.main-right {
  width: 40%;
  float: left;
  padding-left: 40px;
}

.moduleview .main-content,
.moduleview .main-right {
  width: 100%;
  float: left;
}

/*NIEUWS-----------------------------------------------------------------------*/
.newsview .itemDate {
  display: none;
}

.newsview h2.newsflash-title,
.newsview h2.newsflash-title a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  margin: 0;
}

.newsview .item-wrapper .newsflash-image img {
  height: 100%;
  width: auto;
  float: left;
}


.newsview .item-wrapper {
  width: 100%;
  height: auto;
  float: left;
}

.newsview .item-wrapper .newsflash-image {
  width: 90px;
  height: 90px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}

.newsview .item-wrapper .item-info {
  width: calc(100% - 90px);
  float: left;
  padding-left: 40px;
}

.newsview .item-info>* {
  float: left;
  clear: left;
}

.newsview ul.tags.list-inline {
  margin: 0;
  padding: 0;
}

.newsview .mod-articlesnews__item {
  float: left;
  clear: left;
  margin-bottom: 20px;
}

.newsview .itemtags {
  margin-bottom: 5px;
}

/*RESPONSIVE-----------------------------------------------------------------------*/
@media screen and (max-width: 1679px) {
  .homepage header {
    padding: 0 100px;
    height: 650px;
  }

  footer.footer {
    background-position: right bottom;
    background-size: 100%;
  }

  .contactinfo {
    padding: 250px 0 0 150px;
  }

  .footer .logo {
    margin: 0 0 0 100px;
  }

  nav.navigation {
    padding: 0 100px;
  }

  .branding {
    padding-left: 100px;
  }

  .section,
  .main {
    padding: 0 10%;
  }

  .navigation.card {
    right: 100px;
  }

  .logo {
    transform: scale(.8);
    transform-origin: left top;
  }

  header h1 {
    font-size: 32px;
  }

  .slogan {
    max-width: 300px;
    margin-top: 240px;
  }

  .header.agenda.next {
    margin: 200px 0 0 0;
  }

  nav.navigation.fixedmenu:before,
  nav.navigation.fixedmenu:after {
    height: 150px;
    clip-path: polygon(0 0, 100% 0, 100% 61%, 0 80%);
  }

  .iconview .info-icon {
    width: 60px;
    height: 60px;
  }

  .iconview li.field-entry.form-info .fields-container li span:nth-child(2) {
    font-size: 16px !important;
  }

  h2.card-header,
  main h1 {
    font-size: 20px;
  }

  .iconview li.field-entry.form-info .fields-container li>span,
  .newsview h2.newsflash-title,
  .newsview h2.newsflash-title a,
  .huisregels-toevoegen .fields-container>li>span:first-child,
  .agenda .item-info p,
  .huisregels-toevoegen li,
  .huisregels-toevoegen p,
  main p,
  main li {
    font-size: 14px;
  }

  .contactinfo {
    width: 500px;
  }

  main h2 {
    font-size: 18px;
  }

  main h3 {
    font-size: 16px;
  }

  .container-wrapper>.header-next {
    top: 200px;
    right: 100px;
  }

  .homepage header:after {
    height: 200px;
  }

  a.contrast::after {
    top: 5px;
  }

}

@media screen and (max-width: 1279px) {
  .logo {
    transform: scale(.6);
    transform-origin: left top;
  }

  header h1 {
    font-size: 25px;
  }

  .homepage header {
    padding: 0 50px;
    height: 550px;
  }

  nav.navigation {
    padding: 0 50px;
  }

  .branding {
    padding-left: 50px;
  }

  nav.navigation a:not(a.btn-functional) {
    font-size: 14px;
  }

  .btn-functional {
    font-size: 14px;
  }

  nav.navigation ul li {
    padding-left: 25px;
  }

  .navigation.card {
    right: 50px;
  }

  li.nav-item.active:after {
    width: calc(100% - 25px);
  }

  .slogan {
    max-width: 260px;
    margin-top: 170px;
  }

  .header.agenda.next {
    margin: 150px 0 0 0;
  }

  .header.agenda.next {
    width: 300px;
  }

  .fixedmenu .logo {
    transform: scale(.5);
  }

  .section,
  .main {
    padding: 0 5%;
  }

  .sloganview h2 {
    font-size: 20px;
  }

  .sloganbg {
    padding: 150px 25% !important;
  }

  .agenda .newsflash>div {
    width: calc(100% / 3);
  }

  .footer .logo {
    transform: scale(.6);
  }

  .footer .logo {
    margin: 0 0 0 50px;
  }

  .contactinfo {
    padding: 210px 0 0 100px;
  }

  .naam h4 {
    font-size: 16px;
  }

  .contactinfo a,
  .contactinfo p {
    font-size: 12px;
  }

  .contactinfo>div:not(.naam) {
    background-size: 20px;
  }

  footer.footer {
    height: 440px;
  }

  .contactinfo {
    width: 400px;
  }

  .subpage .container {
    padding-top: 180px;
  }

  .container-wrapper>.header-next {
    top: 150px;
    right: 50px;
    width: 300px;
  }
}

@media screen and (max-width: 1023px) {
  button.open-menu {
    display: block;
  }

  .right.card.newsview {
    margin-top: 50px;
  }

  button.closemenu {
    display: block;
  }

  .menuopen .navigation.card {
    display: block !important;
  }

  .navigation.card {
    display: none;
    right: 20px;
  }

  .fixedmenu .navigation.card {
    display: none;
  }

  a.contrast {
    background-color: var(--lichrgrijs) !important;
  }

  .navigation.card {
    width: 100%;
    height: 100%;
    background: var(--zwart);
    right: 0;
    top: 0;
    position: fixed;
    -webkit-box-shadow: 0px 15px 32px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 15px 32px -4px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 15px 32px -4px rgba(0, 0, 0, 0.75);
  }

  .menuopen nav.navigation {
    height: 100%;
  }

  .menuopen nav.navigation.fixedmenu {
    top: -200px;
  }

  .menuopen nav.navigation {
    z-index: 10;
  }

  nav.navigation ul li {
    float: left;
    clear: left;
    padding-left: 0;
    margin: 5px 0;
  }

  nav.navigation.fixedmenu:before,
  nav.navigation.fixedmenu:after {
    height: 90px;
  }

  .fixedmenu .logo {
    transform: scale(.35);
  }

  nav.navigation ul {
    width: 100%;
    margin: 0;
    padding: 50px 20%;
  }

  nav.navigation a:not(a.btn-functional) {
    line-height: 2.5;
  }

  li.nav-item.active:after {
    width: 100%;
  }

  .iconview li.field-entry.form-info .fields-container li {
    width: calc(100% / 3);
  }

  .sloganbg {
    padding: 100px 10% !important;
  }

  .agenda .newsflash>div {
    width: calc(100% / 2);
  }

  footer.footer {
    background-size: 120%;
  }

  .subpage .container {
    padding-top: 120px;
  }

  .main-content {
    width: 100%;
    padding-right: 0;
  }

  .main-right {
    width: 100%;
    padding-left: 0px;
  }

  .branding {
    width: 55%;
  }

  header figure.newsflash-image img {
    width: 120%;
  }

  .homepage header:after {
    height: 100px;
  }

  ul.mod-menu.mod-list.nav:before {
    content: "";
    width: 120px;
    height: 80px;
    background-image: url(../img/logo-soos-txt.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 0 auto 30px;
    display: block;
  }

  .contrastWrapper {
    width: 100%;
    text-align: center;
    margin: 20px 0 !important;
    border-top: 1px solid rgb(255 255 255 / 37%);
    padding: 20px 0;
  }

  a.btn-functional.contrast {
    float: none;
    position: relative;
  }

  .btn-functional {
    margin: 10px 0 40px !important;
    display: inline-block;
  }

}

@media screen and (max-width: 767px) {
  .agenda .newsflash>div {
    width: calc(100%);
  }

  .iconview li.field-entry.form-info .fields-container li {
    width: calc(100%);
  }

  .sloganbg {
    padding: 50px 10% !important;
  }

  .sloganbg {
    background-size: 767px;
  }

  .huisregels-toevoegen .fields-container>li {
    width: calc(100%);
    padding: 20px 20px 0;
  }

  footer.footer {
    background-size: 900px;
    margin-top: 50px;
    background-position: right top;
    height: 540px;
  }

  .footer .logo {
    margin: 0 0 0 10px;
  }

  nav.navigation {
    padding: 0 10px;
  }

  button.open-menu {
    right: 20px;
  }

  .contactinfo {
    width: 100%;
    height: 400px;
    bottom: 0;
    top: unset;
    padding: 170px 50px 50px;
    clip-path: polygon(0 44%, 100% 0, 100% 100%, 0% 100%);
}
  .section,
  .main {
    padding: 0 30px;
  }

  blockquote {
    width: 100%;
  }

  .header-next {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  .header-next .item-wrapper,
  .header-next .mod-articlesnews__item {
    width: 100% !important;
    width: calc(100% - 30px) !important;
    margin: auto;
  }

  .header-next {
    position: relative !important;
    top: -1px !important;
    right: 0 !important;
    width: 100%;
    margin: auto;
  }

  .branding {
    width: 100%;
    padding-left: 0px;
  }

  .homepage header {
    height: auto;
    overflow: visible;
  }

  .branding:after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .logo {
    transform: scale(.5);
  }

  header figure.newsflash-image {
    height: 450px;
  }

  .slogan {
    max-width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .section>div {
    margin-top: 50px;
  }

  .header-next figure.newsflash-image {
    display: block;
  }

  .header figure.newsflash-image,
  .header-next.agenda.next .item-info:after {
    display: none;
  }

  .homepage .header-next:before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 58%);
    width: 100%;
    height: 300px;
    background-color: var(--zwart);
    position: absolute;
    top: 0;
    left: 0;
  }

  a#feesten {
    float: none;
  }

  .agenda .newsflash>div {
    padding: 20px 0;
  }

  .iconview li.field-entry.form-info .fields-container li>span,
  .newsview h2.newsflash-title,
  .newsview h2.newsflash-title a,
  .huisregels-toevoegen .fields-container>li>span:first-child,
  .agenda .item-info p,
  .huisregels-toevoegen li,
  .huisregels-toevoegen p,
  main p,
  main li {
    font-size: 12px;
  }

  .agenda h3 {
    font-size: 16px;
  }

  h2.card-header,
  main h1 {
    font-size: 18px;
  }

  a.btn-functional.contrast {
    float: none;
    position: relative;
  }

  .branding {
    position: relative;
  }

  .homepage header:after {
    display: none;
  }

  .contrast .navigation.card {
    background-color: #000;
  }

  .contrast button.closemenu:before {
    background-image: url(../img/icon-close-white.svg);
  }

  main h2 {
    font-size: 16px;
  }

}