@import url(https://fonts.googleapis.com/css?family=Raleway);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #f5f5f5;
  color: #59656f;
  font-family: Raleway, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  overflow-y: scroll;
}

#app {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1100px) {
  .container {
    width: 1100px;
  }
}

.center {
  text-align: center;
}

.hide {
  display: none;
}

.App a {
  cursor: pointer;
  color: #e62336;
  text-decoration: none;
  font-weight: bold;
}

.button {
  background: #e62336;
}

.button:hover {
  background: #d44956;
}

/*
 * Header
 */
.App-header {
  background: #e62336;
  padding: 8px;
}

.App-header::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}

.Header-title {
  float: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 34px;
  margin: 0 15px 0 0;
  vertical-align: top;
}

.Header-title a {
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

/*
 * Body
 */
.App-content {
  margin: 30px 0 0;
  padding-bottom: 100px;
}

.App-content h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0;
}

.App-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 18px 0;
}

.App-content p {
  font-size: 15px;
}

/*
 * Footer
 */
.footer-container {
  background-color: #181a21;
  margin-top: auto;
}

.footer-container .container {
  display: flex;
  flex-wrap: wrap;
}

.footer-column {
  color: #fff;
  width: 100%;
}

@media (min-width: 768px) {
  .footer-column {
    width: 25%;
  }
}

.footer-column img {
  width: 90%;
  margin: 15px auto;
  display: block;
}

.footer-column a {
  color: white;
  text-decoration: none;
  font-weight: normal;
}


/*
  STATIC PAGES
*/

.static-content {
  background: white;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  overflow-wrap: break-word;
  color: black;
}

.static-content p {
  margin-bottom: 1em;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.7;
  position: relative;
  overflow: auto;
  overflow-wrap: break-word;
}

.static-content a {
  border-bottom: 1px solid #e8ecf3;
  font-weight: 600;
  cursor: pointer;
  color: #f54758;
  text-decoration: none;
}

.static-content h3 {
  -webkit-text-size-adjust: 100%;
  font-family: Raleway,sans-serif;
  color: #111;
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  display: block;
  box-sizing: border-box;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 150%;
}

.static-page-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 20px;

}
@media (min-width: 1100px) {
  .static-page-container {
    width: 1100px;
  }
}

.static-page-hero {
  margin-top: -1px;
  background: #e8ecf3;
  text-align: center;
  color: #667c99;
  width: 100%;
  height: 103px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.banner-image {
  height: 147px;
  background: url("https://emu.dk/sites/default/files/2021-04/emu-respons.jpg");
  background-size: cover;
}

.static-App {
  display: block!important;
}

