a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0px 0px 0px 0px;
  font-family: "Inter", sans-serif;
  color: #1e1e1e;
}

h1 {
  font-weight: 600;
  font-size: 2rem;
}

h2 {
  font-weight: 600;
  font-size: 1.5rem;
}

li {
  font-weight: 600;
  font-size: 1.5rem;
}

p {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}

header {
  background: #1a659e;
  padding: 60px 36px;
  margin: auto;
  border-radius: 0px 0px 30px 30px;
  color: #ffffff;
}

header p {
  margin-top: 28px;
  width: 100%;
}

main {
  width: 90%;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}

a {
  text-decoration: none;
  color: #1e1e1e;
}

a:visited {
  text-decoration: none;
}

button {
  border: none;
  font-family: "Inter", sans-serif;
}

#bonnefantencollege-text {
  color: #3eafff;
}

#bonnefantencollege-bg {
  background: #3eafff;
}

#portamosanacollege-text {
  color: #53bbd0;
}

#portamosanacollege-bg {
  background: #53bbd0;
}

#sint-maartenscollege-text {
  color: #ca0b43;
}

#sint-maartenscollege-bg {
  background: #ca0b43;
}

#vmbo-maastricht-text {
  color: #facb00;
}

#vmbo-maastricht-bg {
  background: #facb00;
}

#terranigra-text {
  color: #e57601;
}

#terranigra-bg {
  background: #e57601;
}

#bernardlievegoedcollege-text {
  color: #556827;
}

#bernardlievegoedcollege-bg {
  background: #556827;
}

#stellamaris-text {
  color: #009fe3;
}

#stellamaris-bg {
  background: #009fe3;
}

.school {
  padding: 45px 0;
  border-bottom: solid 1px #1a659e;
}

.school-content {
  display: flex;
  justify-content: space-between;
}

.school-info {
  width: 90%;
  margin: 1rem;
}

.school-contact {
  display: flex;
  flex-wrap: wrap;
}

.school-contact svg {
  margin-right: 8px;
}

.contact {
  margin-right: 30px;
}

.contact-container {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}

.school-niveau {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.niveau {
  background: #eeeeee;
  margin-right: 5px;
  padding: 10px 18px;
  border-radius: 100px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-weight: 600;
}

.school-button {
  display: flex;
  margin-top: 2.5rem;
}

.button {
  padding: 12px 15px;
  background: #1e1e1e;
  color: #ffffff;
  border-radius: 100px;
  margin-right: 14px;
  display: flex;
  align-items: center;
  width: max-content;
  cursor: pointer;
}

.button p {
  margin:0 8px;
}

#button-discover {
  transform: rotate(270deg);
}

.button span {
  display: none;
}

#button-pdf {
  background: #1a659e;
  margin-top: 20px;
}

#button-pdf a{
  color: #ffffff;
}

.school-img {
  width: 172px;
  height: 172px;
  position: relative;
  display: none;
}

.img {
  width: 185px;
  height: 185px;
  width: 148px;
  height: 148px;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.img-background {
  width: 185px;
  height: 185px;
  width: 148px;
  height: 148px;
  position: absolute;
  top: 0;
  right: 0;
  background: red;
}

.img img {
  height: 100%;
}

.school-extrainfo {
  margin-top: 50px;
  display: block;
  
}

.school-extrainfo span {
  font-weight: 600;
}

.school-extrainfo li {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.25rem;
}

.hidden {
  display: none;
}

.rotate {
  rotate: 180deg;
}

.pdf-container {
  margin-top: 50px;
}

@media only screen and (min-width: 1200px) {
  main {
    width: 60%;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .school-img {
    width: 215px;
    height: 215px;
  }

  .img {
    width: 185px;
    height: 185px;
  }

  .img-background {
    width: 185px;
    height: 185px;
  }

  .button span {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  header {
    padding: 60px 20%;
  }
  header p {
    width: 80%;
  }
  .school-img {
    display: block;
  }
  main {
    width: 70%;
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .school-info {
    width: 60%;
  }
}