@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,700&display=swap');


a,
a:focus {
  color: #00AEDD;
}

a:hover {
  color: #303C78;
}

html,
body {
  height: 100%;
  background-color: white;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;

}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  margin: auto;
}

#logo img {
  width: 175px;
  padding-bottom: 50px;
  padding-top: 15px;
}

.cover-container {
  width: 82em;
}

.snellelinks {
  width: 100%;
  margin: auto 0;
}

button,
input,
optgroup,
select,
textarea {
  line-height: 2.2;
}

.search {
  margin-left: auto;
  margin-right: auto;
  max-width: 32em !important;
  height: 48px;
  border-radius: 50px 50px 50px 50px;
  background-color: white;
  border-color: gray;
  outline: none;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05), 0 0px 8px rgba(0, 0, 0, 0.10);
  border-width: 0px;
  font-size: 18px;
  margin-bottom: 25px;
  padding-right: 1%;
}

input {
  width: 80%;
  background-color: transparent;
  margin-left: 20px;
  margin-top: 6px;
  outline: none;
  border-width: 0px;
  color: #3d3030;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  float: left;
}

button {
  width: 10%%;
  height: 48px;
  background-color: transparent;
  outline: none;
  border-width: 0px;
  color: #2eaae1;
  font-size: 20px;
  cursor: pointer;
  float: right;
}

@media only screen and (max-width: 585px) {
  button {
    width: 12%;
  }
}

@media only screen and (max-width: 330px) {
  button {
    width: 10%;
  }
}

@media only screen and (max-width: 284px) {
  button {
    width: 8%;
  }
}

.psa-container {
  margin-bottom: 50px;
}

.psa-container .psa {
  font-style: bold;
}

.cover {
  padding: 0 1.5rem;
}

.divider {
  border-bottom: 10px solid;
  margin-bottom: 15px;
}

.categorie:nth-of-type(1) .divider {
  border-image: url(/line.png) 50;
}

.categorie:nth-of-type(2) .divider {
  border-image: url(/line3.png) 50;
}

.categorie:nth-of-type(3) .divider {
  border-image: url(/line2.png) 50;
}

.categorie:nth-of-type(4) .divider {
  border-image: url(/line3.png) 50;
}

.categorie:nth-of-type(5) .divider {
  border-image: url(/line.png) 50;
}

.quicklinks {
  float: left;
}

.link img {
  height: 20px;
}

.link a {
  line-height: 1.85rem;
}

.categorie {
  float: left;
  margin-bottom: 40px;
}

.link {
  margin-right: 10px;
  float: left;
}

.tekst {
  text-decoration: none;
  display: flex;
  position: relative;
  line-height: 1.8rem;
  margin-bottom: 15px;
  float: left;
  font-size: 0.9rem;
}

.tekst:active,
.tekst:focus,
.tekst:hover,
.tekst:visited,
.tekst {
  text-decoration: none;
  color: #575757;
}

.tekst:hover {
  color: #00AEDD;
}

@media only screen and (max-width: 355px) {
  .link {
    float: none;
  }

  .tekst {
    float: none;
  }
}

h3 {
  color: #2eaae1;
  margin-bottom: 10px;
  text-align: left;
  font-size: 20px;
  font-family: 'Rubik', 'sans-serif';
  font-weight: 700;
}