body {
  background-color: #FFFFFF;
  overflow-x: hidden;
  width: 100vw;
  padding: 0;
  margin: 0;
}

/* Dropdown Button */
.dropbtn {
  background-color: rgba(255, 255, 255, 0);;
  color: white;
  margin-right: 10px;
  font-size: 16px;
  border: none;

  font-family: 'CeraPRO', sans-serif;
    text-decoration: none;
    margin-right: 22px;
    font-weight: 700;
    font-size: 16px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(51, 45, 115, 1);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: rgba(255, 255, 255, 0.2);}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: rgba(255, 255, 255, 0);}



*{
  box-sizing: border-box;
}


header {
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .4s ease-in-out;
  position: fixed;
  display: flex;
  width: 100vw;
  height: 62px;
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px 0 100px;
}

header.scroll {
  background-color: rgba(51, 45, 115, 0.61);
}

nav li {
  list-style: none;
  display: inline-block;
}

nav a {
  font-family: 'CeraPRO', sans-serif;
  text-decoration: none;
  margin-right: 22px;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
}

#hamburger-menu-button{
  display: none;
}


.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #332d73, #504a88); 
  background-color: rgba(51, 45, 115, 1);
  overflow-y: hidden;
  transition: 0.5s;
  font-family: 'CeraPRO', sans-serif;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.btn1 {
  cursor: pointer;
}

.btn2 {
  cursor: pointer;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.logo {
  height: 22px;
}

header.scroll {
  background-color: rgba(51, 45, 115, 0.6);
}

.container {
  display: none;
  cursor: pointer;
  
}

#main-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0) 100%), url(../images/section_background.jpg) 0 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  display: flex;
  position: relative;
}


.fal {
  color: white;
  font-size: 50px;
}

.chevron{
  position: absolute;
  left: 100px;
  bottom: 20%;
}

.slick-next {
  display: none;
  width: 500px;
}

#main-section h1 {
  align-self: center;
  line-height: 1.3em;
  font-family: 'CeraPRO', sans-serif;
  font-size: 70px;
  color: #FFFFFF;
  margin: 0;
  padding-left: 100px;
}

#overige-main-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0) 100%), url(../images/backgroundinfo.jpeg) 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40vh;
  width: 100vw;
  display: flex;
  position: relative;
}


#overige-main-section h1 {
  align-self: center;
  line-height: 1.3em;
  font-family: 'CeraPRO', sans-serif;
  font-size: 70px;
  color: #FFFFFF;
  margin: 0;
  padding-left: 100px;
}



#second-section {
  background-color: #332d73;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}



.annekeclass{
  background-image: url(../images/Anneke.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}



.container-align-left {
  padding: 30px 0 30px 100px;
}

#second-section h1 {
  font-family: 'CeraPRO', sans-serif;
  line-height: 1.3em;
  font-size: 60px;
  color: #FFFFFF;
  margin: 0 0 23px 0;
}

#uitgeverijen {
  background-color: #332d73;
  padding-top: 20px;
  padding-bottom: 100px;
}

#uitgeverijen h1 {
  font-family: 'CeraPRO', sans-serif;
  line-height: 1.3em;
  font-size: 60px;
  color: #FFFFFF;
  margin: 50px 0 30px 0;
}

#cards {
  background-color: #ffffff;
  padding-bottom: 100px;
}

#cards h1 {
  font-family: 'CeraPRO', sans-serif;
  line-height: 1.3em;
  font-size: 60px;
  color: #332d73;
  margin: 100px 0 23px 0;
}

#cards p {
  font-family: 'CeraPRO-Light', sans-serif;
  padding: 0px 0px 23px;
  line-height: 1.8em;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
}


#cards .link-to {
  font-family: 'CeraPRO-medium', sans-serif;
  text-decoration-color: #FFFFFF;
  text-decoration: underline;
  line-height: 1.8em;
  font-size: 30px;
  color: #FFFFFF;
  padding: 0px;
}


#second-section p {
  font-family: 'CeraPRO-Light', sans-serif;
  padding: 0px 0px 23px;
  line-height: 1.8em;
  font-size: 18px;
  color: #FFFFFF;
  margin: 0;
}

#second-section .link-to {
  font-family: 'CeraPRO-medium', sans-serif;
  text-decoration-color: #FFFFFF;
  text-decoration: underline;
  line-height: 1.8em;
  font-size: 30px;
  color: #FFFFFF;
  padding: 0px;
}

#fourth-section {
  height: 900px;
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "left right";
}

#fourth-section .grid-left {
  padding: 50px 50px 0px 100px;
  background-color: white;
  grid-area: left;
}

#fourth-section h2 {
  margin-top: 0;
  color: #FFFFFF;
  font-size: 60px;
  font-family: "CeraPRO";
}

#fourth-section p {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.8em;
  font-family: "CeraPRO";
}

#fourth-section .grid-right {
  background-image: url(../images/boeken.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  grid-area: right;
  width: 50vw;
}

#footer-top {
  display: grid;
  height: 277px;
  width: 100vw;
  background-color: #332d73;
}

#footer-top p {
  text-align: center;
  font-size: 36px;
  color: #FFFFFF;
  font-family: "CeraPRO-medium";
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
/* Modal Content */
.modal-content {
  background-color: #332d73;
  margin: auto;
  padding: 20px;
  border: 2px solid white;
  width: 40%;
  border-radius: 8px;
}

h6{
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  font-family: "CeraPRO-medium";
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

/*-----------------------*/


/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
  background-color: #332d73;
  margin: auto;
  padding: 20px;
  border: 2px solid white;
  width: 40%;
  border-radius: 8px;
}


/* The Close Button */
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.button {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  height: 40px;
  border: 3px solid white;
  border-radius: 6px;
  font-size: 20px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  font-family: "CeraPRO";
  text-decoration: none;
  padding: 7px 25px;
}

.grid-center {
  align-self: center;
  justify-content: center;
  display: grid;
}

#footer-logo-showcase {
  height: 170px;
}

.footer-slide {
  padding-top: 32.5px;
}

.footer-slide img {
  margin-left: auto;
  margin-right: auto;
  height: 105px;
}

footer {
  background-color: #332d73;
  height: 280px;
  width: 100vw;
}

footer p {
  font-size: 15px;
  font-family: "CeraPRO";
  line-height: 1.6em;
  color: #FFFFFF;
  margin-bottom: 0px;
}

#footer-content {
  height: 280px;
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas:
    "left middle right";
}

.footer-left {
  margin: auto;
  grid-area: left;
}

.noDecoration, a:link, a:visited {
  text-decoration: none!important;
  color: white;
  margin-top: 20px;
}

.footer-middle {
  margin: auto;
  grid-area: middle;
  margin-top: 85px;
}

.footer-right {
  margin: auto;
  grid-area: right;
}

.footer-right a {
  line-height: 1.6em;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 15px;
  font-family: "CeraPRO";
}

.description-slide {
  background-color: #DDDDDD;
  padding: 90px 0px 90px 0px;
  font-size: 40px;
  font-family: "CeraPRO-Light";
  text-align: center;
}

.slick-dots {
  background-color: #DDDDDD;
}

#partner-worden-header-tekst {
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "left right";
  display: grid;
  height: 565px;
  width: 100vw;
}

#partner-worden-header-tekst .grid-left {
  background-color: white;
  display: flex;
  grid-area: left;
}

#partner-worden-header-tekst .grid-left h1 {
  line-height: 1.3em;
  margin: auto;
  font-family: "CeraPRO";
  font-size: 90px;
  color: #FFFFFF;
}

#partner-worden-header-tekst .grid-right {
  grid-area: right;
  background-image: url(../images/download.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#partner-worden-list {
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "left right"
    "bottom bottom";
  display: grid;
  height: 750px;
  width: 100vw;
}

#partner-worden-list .grid-left {
  padding: 50px 50px 0px 100px;
  line-height: 1.8em;
  font-family: "CeraPRO-Light";
  font-size: 23px;
  color: #000000;
  grid-area: left;
}

#partner-worden-list .grid-right {
  padding: 50px 100px 0px 50px;
  grid-area: right;
  line-height: 1.8em;
  font-family: "CeraPRO-medium";
  font-size: 28px;
  color: white;
  display: flex;
}

#partner-worden-list h2 {
  font-family: "CeraPRO";
  margin: 0;
  color: white;
  padding: 20px 0px 50px 100px;
  font-size: 90px;
  grid-area: bottom;
}

#partner-worden-contact {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas:
    "left left right right right";
  height: 100vh;
  width: 100vw;
  padding-top: 70px;
  background: linear-gradient(to right, #332d73, #504a88); 
  color: white;
}

#partner-worden-contact .grid-left {
  grid-area: left;
}

#partner-worden-contact .grid-left h2 {
  font-family: "CeraPRO";
  margin: 0;
  line-height: 1em;
  color: #FFFFFF;
  padding: 50px 0px 20px 100px;
  font-size: 90px;
  grid-area: bottom;
}

#partner-worden-contact .grid-left h3 {
  font-family: "CeraPRO";
  margin: 0;
  line-height: 1em;
  color: #FFFFFF;
  padding: 0px 0px 20px 100px;
  font-size: 30px;
  grid-area: bottom;
}

#partner-worden-contact .grid-left p {
  font-family: "CeraPRO-Light";
  margin: 0;
  line-height: 1.2em;
  color: #FFFFFF;
  padding: 0px 100px 0px 100px;
  font-size: 20px;
  grid-area: bottom;
}

#partner-worden-contact .grid-right {
  font-family: "CeraPRO-Light";
  display: grid;
  grid-area: right;
  
}

#partner-worden-contact form {
  margin: auto;
  padding: 0px 100px 0px 100px;
}

#partner-worden-contact input[type=text], input[type=email], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#partner-worden-contact input[type=submit] {
  width: 100px;
  background-color: #332d73;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#partner-worden-contact input[type=submit]:hover {
  background-color: #45a049;
}


#recente-main-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0) 100%), url(../images/recent-background.jpg) 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40vh;
  width: 100vw;
  display: flex;
  position: relative;
}

#recente-main-section h1 {
  align-self: center;
  line-height: 1.3em;
  font-family: 'CeraPRO', sans-serif;
  font-size: 70px;
  color: #FFFFFF;
  margin: 0;
  padding-left: 100px;
}

.outer-recent-verschenen1 {
margin-bottom: 50px;
}

#outer-container{
  
}

.boek {
  width: 100%;
  height: 29vw;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#titel {
  font-family: "CeraPRO";
  font-size: 13px;
  color: white;
  text-align: center;
  margin-top: -5px;
  min-height: 30px;
}

#recent-verschenen {
  padding-top: 50px;
  display: flex;
}

#recent-verschenen1 {
  padding-top: 50px;
  display: flex;
}

#recent-verschenen2 {
  padding-top: 50px;
  display: flex;
}


.container-1{
  max-width: 20vw;
  margin-left: 7vw;
  background-color: #332d73;
  border-radius: 6px;
}

.container-2 {
  max-width: 20vw;
  margin-left: 2vw;
  background-color: #332d73;
  border-radius: 6px;
}

.container-3{
  max-width: 20vw;
  margin-left: 2vw;
  background-color: #332d73;
  border-radius: 6px;
}

.container-4 {
  max-width: 20vw;
  margin-left: 2vw;
  background-color: #332d73;
  border-radius: 6px;
}



#recente-secondary-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0) 100%), url(../images/recent-background-klein2.png) 0 0;
  height: 30vh;
  width: 100%;
  display: flex;
  position: relative;
  margin-top: 70px;
  justify-content: center;
}

#recente-secondary-section h1 {
  line-height: 1.3em;
  font-family: 'CeraPRO', sans-serif;
  font-size: 40px;
  color: #FFFFFF;
  margin: 0;
  align-self: center;

}

/* -------------------- */

/* Font */
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background-color: #ecf9ff;
}



.main{
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid #ffffff;
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.btncontact{
  color: #332d73;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 2px solid rgba(51, 45, 115, 1);
  background: transparent;
  margin-bottom: 24px;
}

.btncontact:hover {
  background-color: rgba(51, 45, 115, 1);
  color:white;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #332d73 40%, #504a88 100%);

 
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: "CeraPRO";
  letter-spacing: 1px;
  margin: 0px;
}

.card_text {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}
/* --------------------------------------------- */

.uitgevers-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.uitgever {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
cursor: pointer;
  transition: 0.4s;
}

.uitgever .uitgever_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.uitgever .uitgever_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.uitgever .uitgever_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

.uitgever:hover {
  transform: scale(0.9, 0.9);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

@media all and (max-width: 500px) {
  .uitgever-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


/*
.uitgever {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px;
  background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
  transition: 0.4s;
}
*/
.uitgevers-list {
z-index: 0;
max-width: 700px;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.uitgever {
margin: 10px auto;
width: 150px;
height: 150px;
border-radius: 40px;
cursor: pointer;
transition: 0.4s;
background-color: #ffffff;
}

.uitgever .uitgever_image {
width: inherit;
height: inherit;
border-radius: 40px;
}

.uitgever .uitgever_image img {
width: inherit;
height: inherit;
border-radius: 40px;
object-fit: cover;
}

.uitgever .uitgever_title {
text-align: center;
border-radius: 0px 0px 40px 40px;
font-family: sans-serif;
font-weight: bold;
font-size: 30px;
margin-top: -80px;
height: 40px;
}

.uitgever:hover {
transform: scale(0.9, 0.9);
}

.title-white {
color: white;
}

.title-black {
color: black;
}

@media all and (max-width: 500px) {
.uitgever-list {
  /* On small screens, we are no longer using row direction but column */
  flex-direction: column;
}
}


/*
.uitgever {
margin: 30px auto;
width: 300px;
height: 300px;
border-radius: 40px;
background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
background-repeat: no-repeat;
box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
transition: 0.4s;
}
*/


.grid-center{
  font-family: 'CeraPRO-Light', sans-serif;
    padding: 0px 0px 0px;
    line-height: 1.0em;
    font-size: 24px;
    font-weight: 700;
    color: #332d73;
}


@font-face {
  font-family: CeraPRO;
  src: url(../fonts/CeraPRO.otf);
}

@font-face {
  font-family: CeraPRO-Medium;
  src: url(../fonts/CeraPRO-Medium.otf);
}

@font-face {
  font-family: CeraPRO-Light;
  src: url(../fonts/CeraPRO-Light.otf);
}



@media only screen and (max-width: 1334px) {
    #partner-worden-contact .grid-left h2 {
    font-family: "CeraPRO";
    margin: 0;
    line-height: 1em;
    color: #FFFFFF;
    padding: 50px 0px 20px 100px;
    font-size: 70px;
    grid-area: bottom;
  }
  
  #partner-worden-contact .grid-left h3 {
    font-family: "CeraPRO";
    margin: 0;
    line-height: 1em;
    color: #FFFFFF;
    padding: 0px 0px 20px 100px;
    font-size: 15px;
    grid-area: bottom;
  }
  
}

@media only screen and (max-width: 884px) {
  #second-section {
    background-color: #332d73;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }

  footer p {
    font-size: 12px;
    font-family: "CeraPRO";
    line-height: 1.6em;
    color: #FFFFFF;
  }
  
  .footer-right a {
    line-height: 40px;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 13px;
    font-family: "CeraPRO";
  }
  
  .footer-middle{
    margin-top: 95px;
  }

  #partner-worden-contact .grid-left h2 {
    font-family: "CeraPRO";
    margin: 0;
    line-height: 1em;
    color: #FFFFFF;
    padding: 50px 0px 20px 100px;
    font-size: 50px;
    grid-area: bottom;
  }
  
  #partner-worden-contact .grid-left h3 {
    font-family: "CeraPRO";
    margin: 0;
    line-height: 1em;
    color: #FFFFFF;
    padding: 0px 0px 20px 100px;
    font-size: 15px;
    grid-area: bottom;

}

}

@media only screen and (max-width: 755px) {
  nav li {
    list-style: none;
    display: none;
  }

  .dropdown{
display:none;
  }
  
  #hamburger-menu-button{
    display: inline-block;
  }

  span{
    font-size: 30px;
    cursor: pointer;
    color: white!important;
    margin-left: 35vw;
  }

  .noDecoration, a:link, a:visited {
    text-decoration: none!important;
    color: white;
    margin-top: 20px;
    margin-left: 0vw!important;
    margin-left: 5px!important;
  }
  
  
  header {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .4s ease-in-out;
    position: fixed;
    display: flex;
    width: 100vw;
    height: 62px;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px 0 100px;
  }

  footer p {
    font-size: 10px;
    font-family: "CeraPRO";
    line-height: 1.6em;
    color: #FFFFFF;
  }

  #partner-worden-contact .grid-left h2 {
    font-family: "CeraPRO";
    margin: 0;
    line-height: 1em;
    color: #FFFFFF;
    padding: 50px 0px 20px 100px;
    font-size: 40px;
    grid-area: bottom;
  }
  
  #partner-worden-contact .grid-left h3 {
    font-family: "CeraPRO";
    margin: 0;
    line-height: 1em;
    color: #FFFFFF;
    padding: 0px 0px 20px 100px;
    font-size: 15px;
    grid-area: bottom;
  }
  
  .footer-middle{
    margin-top:108px;
  }


} 

@media only screen and (max-width: 680px) {
  
  #second-section h1 {
    font-family: 'CeraPRO', sans-serif;
    line-height: 1.3em;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 23px 0;
  }

  .container-align-left {
    padding: 30px 0 30px 60px;
  }
  
  #second-section {
    background-color: #332d73;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }

  .footer-left {
    margin-left: 30px;
    margin-top: 35px;
    grid-area: left;
  }
  
  .footer-middle {
    margin-top: 50px;
    margin-left: 25px;
    grid-area: middle;
    margin-top: 73px;
  }

  .footer-right {
    margin: auto;
    grid-area: right;
    display: none;
  }

  #footer-content {
    height: 190px;
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas:
      "left middle";
  }
  
 
  footer {
    background-color: #332d73;
    height: 200px;
    width: 100vw;
  }

  .noDecoration,  {
    text-decoration: none!important;
    color: white;
    margin-left: 0vw!important;
    margin-left: 5px!important;
    font-size: 15px!important;
  }

  #partner-worden-contact .grid-left h2 {
    font-family: "CeraPRO";
    margin: 0;
    line-height: 1em;
    color: #FFFFFF;
    padding: 50px 0px 20px 100px;
    font-size: 40px;
    grid-area: bottom;
    display: none;
  }
  
  #partner-worden-contact .grid-left h3 {
    font-family: "CeraPRO";
    margin: 0;
    line-height: 1em;
    color: #FFFFFF;
    padding: 0px 0px 20px 100px;
    font-size: 15px;
    grid-area: bottom;
    display: none;
  }

  #partner-worden-contact form {
    margin: auto;
    padding: 0px 100px 0px 100px;
  }

  #partner-worden-header-tekst {
    display: none;
    height: 565px;
    width: 100vw;
  }
  
  #partner-worden-header-tekst .grid-right {
    background-image: url(../images/download.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  #partner-worden-list {
    display: none;
    height: 750px;
    width: 100vw;
  }
  
  #partner-worden-contact {
    display: inline-flex;
    height: 100vh;
    width: 100vw;
    padding-top: 70px;
    background: linear-gradient(to right, #332d73, #504a88); 
    color: white;
    position: fixed;
  }
  

}

@media only screen and (max-width: 500px) {
  .logo{
    height: 14px;
  }
  
  nav li {
    list-style: none;
    display: none;
  }
  
  #hamburger-menu-button{
    display: inline-block;
  }

  span{
    font-size: 30px;
    cursor: pointer;
    color: white!important;
    margin-left: 35vw;
  }

  #recente-main-section h1 {
    align-self: center;
    line-height: 1.3em;
    font-family: 'CeraPRO', sans-serif;
    font-size: 40px;
    color: #FFFFFF;
    margin: 0;
    padding-left: 100px;
    max-width: 300px!important;
  }

  #overige-main-section h1 {

    align-self: center;
    line-height: 1.3em;
    font-family: 'CeraPRO', sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0;
    padding-left: 70px;
  }

  #uitgeverijen h1 {
    font-family: 'CeraPRO', sans-serif;
    line-height: 1.3em;
    font-size: 40px;
    color: #FFFFFF;
    margin: 50px 0 30px 0;
  }

  #cards h1 {
    font-family: 'CeraPRO', sans-serif;
    line-height: 1.3em;
    font-size: 30px;
    color: #332d73;
    margin: 100px 0 23px 0;
  }

} 


@media only screen and (max-width: 426px) {
  
  body{
    width: 100%;
  }

  header {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .4s ease-in-out;
    position: fixed;
    display: flex;
    width: 100vw;
    height: 62px;
    z-index: 100;
    justify-content: space-between;
    align-items: center;
    padding: 0 0px 0 10px;
  }
  
  nav li {
    list-style: none;
    display: none;
  }


  #hamburger-menu-button{
    display: inline-block;
  }
  
  span{
    font-size: 30px;
    cursor: pointer;
    color: white!important;
    margin-left: 35vw;
  }

  .noDecoration, a:link, a:visited {
    text-decoration: none!important;
    color: white;
    margin-top: 20px;
    margin-left: 0vw!important;
    margin-left: 5px!important;
  }

  .container {
    display: inline-block;
    cursor: pointer;
    margin-left: 37vw;  
    float: right;
  }
  
  .outer-recent-verschenen1 {
    margin-bottom: 150vw!important;
    }

  .logo {
    height: 19px;
  }
  
  header.scroll {
    background-color: rgba(51, 45, 115, 0.6);
  }

  .chevron{
    position: absolute;
    left: 100px;
    bottom: 10%;
  }

  #main-section h1 {
    align-self: center;
    line-height: 1.3em;
    font-family: 'CeraPRO', sans-serif;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0;
    padding-left: 90px;
  }

  .container-align-left {
    padding: 0px 0 30px 15px;
  }

  #second-section {
    background-color: #332d73;
  }

  #second-section h1 {
    font-family: 'CeraPRO', sans-serif;
    line-height: 1.3em;
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 15px;
    text-align: center;
  }
  
  #second-section p {
    font-family: 'CeraPRO-Light', sans-serif;
    padding: 0px 0px 23px;
    line-height: 1.8em;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0;
    width: 90vw;
  }

  .annekeclass{
    background-image: url(../images/Anneke.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: none;
  }

  footer {
    background-color: #332d73;
    height: 230px!important;
    width: 100vw;
  }


#footer-content {
  height: 200px;
  width: 100vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "left middle right";
}

.footer-left {
  margin-left: 20px;
  margin-top: 35px;
  grid-area: left;
}

.footer-middle {
  margin-left: 25px;
  grid-area: middle;
}

.footer-right {
  margin: auto;
  grid-area: right;
  display: none;
}

.footer-right a {
  line-height: 40px;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  font-family: "CeraPRO";
}

.description-slide {
  background-color: #DDDDDD;
  padding: 90px 0px 90px 0px;
  font-size: 40px;
  font-family: "CeraPRO-Light";
  text-align: center;
}

.slick-dots {
  background-color: #DDDDDD;
}

#partner-worden-header-tekst {
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "left right";
  display: grid;
  height: 565px;
  width: 100vw;
}

#partner-worden-header-tekst .grid-left {
  background-color: white;
  display: flex;
  grid-area: left;
}

#partner-worden-header-tekst .grid-left h1 {
  line-height: 1.3em;
  margin: auto;
  font-family: "CeraPRO";
  font-size: 90px;
  color: #FFFFFF;
}

#partner-worden-header-tekst .grid-right {
  grid-area: right;
  background-image: url(../images/download.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#partner-worden-list {
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
    "left right"
    "bottom bottom";
  display: grid;
  height: 750px;
  width: 100vw;
}

#partner-worden-list .grid-left {
  padding: 50px 50px 0px 100px;
  line-height: 1.8em;
  font-family: "CeraPRO-Light";
  font-size: 23px;
  color: #000000;
  grid-area: left;
}

#partner-worden-list .grid-right {
  padding: 50px 100px 0px 50px;
  grid-area: right;
  line-height: 1.8em;
  font-family: "CeraPRO-medium";
  font-size: 28px;
  color: white;
  display: flex;
}

#partner-worden-list h2 {
  font-family: "CeraPRO";
  margin: 0;
  color: white;
  padding: 20px 0px 50px 100px;
  font-size: 90px;
  grid-area: bottom;
}

#partner-worden-contact {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas:
    "left left right right right";
  height: 100vh;
  width: 100vw;
  padding-top: 70px;
  background: linear-gradient(to right, #332d73, #504a88); 
  color: white;
}

#partner-worden-contact .grid-left {
  grid-area: left;
}

#partner-worden-contact .grid-left h2 {
  font-family: "CeraPRO";
  margin: 0;
  line-height: 1em;
  color: #FFFFFF;
  padding: 10px 0px 10px 40px;
  font-size: 30px;
  grid-area: bottom;
  display: block;
}

#partner-worden-contact .grid-left h3 {
  font-family: "CeraPRO";
  margin: 0;
  line-height: 1em;
  color: #FFFFFF;
  padding: 0px 0px 10px 40px;
  font-size: 15px;
  grid-area: bottom;
  width: 300px;
  display: block;
}


#partner-worden-contact .grid-left p {
  font-family: "CeraPRO-Light";
  margin: 0;
  line-height: 1.2em;
  color: #FFFFFF;
  padding: 0px 100px 0px 100px;
  font-size: 20px;
  grid-area: bottom;
}

#partner-worden-contact .grid-right {
  font-family: "CeraPRO-Light";
  display: grid;
  grid-area: right;
  margin-top: 100px;
  margin-left: -200px;
  
}

#partner-worden-contact form {
  margin: auto;
  padding: 0px 100px 0px 100px;
}

#partner-worden-contact input[type=text], input[type=email], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#partner-worden-contact input[type=submit] {
  width: 100px;
  background-color: #332d73;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#partner-worden-contact input[type=submit]:hover {
  background-color: #45a049;
}

#recente-main-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0) 100%), url(../images/recent-background.jpg) 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 40vh;
  width: 100vw;
  display: flex;
  position: relative;
}

#recente-main-section h1 {
  align-self: center;
  line-height: 1.3em;
  font-family: 'CeraPRO', sans-serif;
  font-size: 30px;
  color: #FFFFFF;
  margin: 0;
  padding-left: 100px;
}

.outer-recent-verschenen {

}

#outer-container{
  
}

.boek {
  width: 100%;
  height: 59vw;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

#titel {
  font-family: "CeraPRO";
  font-size: 3vw;
  color: white;
  text-align: center;
  margin-top: -5px;
}

#recent-verschenen {
  padding-top: 25px;
  margin-bottom: 141vw;
  display: flex;
}


#recent-verschenen1 {
  padding-top: 25px;
  margin-bottom: 132vw;
  display: flex;
}

#recent-verschenen2 {
  padding-top: 50px;
  margin-bottom: 148vw;
  display: flex;
}

.container-1{
  max-width: 43vw;
  max-height: 400px;
  margin-left: 4.5vw;
  background-color: #332d73;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.container-2 {
  max-width: 43vw;
  margin-left: 52vw;
  background-color: #332d73;
  border-radius: 6px;
  position: absolute;
  z-index: 2;
}

.container-3{
  max-width: 43vw;
  margin-left: 4.5vw;
  margin-top: 73vw;
  background-color: #332d73;
  border-radius: 6px;
  position: absolute;
  z-index: 3;
}

.container-4 {
  max-width: 43vw;
  margin-left: 52vw;
  margin-top: 73vw;
  background-color: #332d73;
  border-radius: 6px;
  position: absolute;
  z-index: 4;
}

#recente-secondary-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%,rgba(0, 0, 0, 0) 100%), url(../images/recent-background-klein2.png) 0 0;
  height: 25vh;
  width: 100vw;
  margin-top: 0;
  display: flex;
  position: relative;
  text-align: center;
}

#recente-secondary-section h1 {
  align-self: center;
  line-height: 1.3em;
  font-family: 'CeraPRO', sans-serif;
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding-left: 35px;
}


} 