.ir {
  font: 0/0 a;
  color: transparent;
  text-shadow: none; }

.sr,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body {
  color: #333333;
  font-family: "Kodchasan", sans-serif;
  font-size: 18px;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 200;
  padding: 0;
  margin: 0; }

h1 {
  font-size: 26px; }
  @media (min-width: 576px) {
    h1 {
      font-size: 28px; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 24px; }
  @media (min-width: 576px) {
    h2 {
      font-size: 26px; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 28px; } }

h3 {
  font-size: 22px; }
  @media (min-width: 576px) {
    h3 {
      font-size: 24px; } }

h4, h5, h6 {
  font-size: 22px; }

p {
  padding: 0;
  margin: 0; }

ul, ol {
  padding: 0;
  margin: 0; }

strong {
  font-weight: 600; }

a {
  color: inherit;
  text-decoration: none !important;
  transition: color 0.3s, background 0.3s; }
  a:hover {
    color: inherit; }

button {
  -webkit-appearance: none !important; }

blockquote {
  font-size: 22px;
  font-style: italic; }
  @media (min-width: 992px) {
    blockquote {
      font-size: 25px; } }

a,
button,
input,
textarea {
  outline: none !important; }

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
  padding-top: 20px;
  padding-bottom: 8px; }
  @media (min-width: 768px) {
    .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
      padding-top: 25px;
      padding-bottom: 10px; } }
.entry p, .entry ul, .entry ol {
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .entry p, .entry ul, .entry ol {
      padding-top: 5px;
      padding-bottom: 10px; } }
.entry a {
  position: relative; }
  .entry a:after {
    position: absolute;
    background: #333333;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s; }
  .entry a:hover:after {
    opacity: 1; }
.entry ul li, .entry ol li {
  padding-bottom: 5px; }
.entry ul {
  padding-left: 30px; }
.entry ol {
  padding-left: 25px; }
  .entry ol li {
    padding-left: 5px; }

.page-header {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  height: 350px; }
  @media (min-width: 576px) {
    .page-header {
      height: 400px; } }
  @media (min-width: 768px) {
    .page-header {
      height: 450px; } }
  @media (min-width: 992px) {
    .page-header {
      height: 500px; } }
  @media (min-width: 1200px) {
    .page-header {
      height: 550px; } }
  @media (min-width: 1400px) {
    .page-header {
      height: 600px; } }
  .page-header-container {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 27%;
    transform: translateY(50%); }
  .page-header-content {
    display: inline-block;
    background: rgba(255, 255, 255, 0.85);
    padding: 15px 25px; }
    @media (min-width: 576px) {
      .page-header-content {
        padding: 20px 30px; } }
    @media (min-width: 768px) {
      .page-header-content {
        padding: 25px 35px; } }
    @media (min-width: 992px) {
      .page-header-content {
        padding: 30px 40px; } }
    @media (min-width: 1200px) {
      .page-header-content {
        padding: 35px 45px; } }
    @media (min-width: 1400px) {
      .page-header-content {
        padding: 40px 50px; } }
.page-subtitle {
  padding-top: 10px; }
.page-tab {
  position: fixed;
  display: inline-block;
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  left: 48px;
  transform: translate(-100%, 0);
  transition: left 0.5s, transform 0.5s, background 0.3s;
  box-shadow: 2px 2px 10px #333333;
  padding: 12px;
  z-index: 50; }
  @media (min-width: 576px) {
    .page-tab {
      transform: translate(-100%, -50%);
      font-size: 17px;
      left: 56px;
      padding: 14px; } }
  @media (min-width: 992px) {
    .page-tab {
      font-size: 18px;
      left: 64px;
      padding: 16px; } }
  .page-tab:hover, .page-tab:focus {
    left: 0;
    transform: translate(0, 0); }
    @media (min-width: 576px) {
      .page-tab:hover, .page-tab:focus {
        transform: translate(0, -50%); } }
  .page-tab-history {
    background: #40577F;
    top: 80px; }
    @media (min-width: 576px) {
      .page-tab-history {
        top: calc(50% - 26px); } }
    @media (min-width: 992px) {
      .page-tab-history {
        top: calc(50% - 30px); } }
    .page-tab-history:hover, .page-tab-history:focus {
      background: #374b6e; }
  .page-tab-leave {
    background: #40737C;
    top: 124px; }
    @media (min-width: 576px) {
      .page-tab-leave {
        top: calc(50% + 26px); } }
    @media (min-width: 992px) {
      .page-tab-leave {
        top: calc(50% + 30px); } }
    .page-tab-leave:hover, .page-tab-leave:focus {
      background: #37636b; }
  .page-tab-text {
    display: inline-block;
    padding-right: 12px; }
    @media (min-width: 576px) {
      .page-tab-text {
        padding-right: 14px; } }
    @media (min-width: 992px) {
      .page-tab-text {
        padding-right: 16px; } }
  .page-tab-icon {
    display: inline-block;
    width: 25px;
    text-align: center; }
    @media (min-width: 576px) {
      .page-tab-icon {
        width: 29px; } }
    @media (min-width: 992px) {
      .page-tab-icon {
        width: 32px; } }
    .page-tab-icon i {
      font-size: 20px;
      vertical-align: middle; }
      @media (min-width: 576px) {
        .page-tab-icon i {
          font-size: 24px; } }
      @media (min-width: 992px) {
        .page-tab-icon i {
          font-size: 28px; } }
.page-content {
  overflow: hidden; }

.section-grey, .section-blue, .section-turquoise, .section-red, .section-brown,
.button-grey,
.button-blue,
.button-turquoise,
.button-red,
.button-brown {
  color: #FFFFFF !important; }
  .section-grey .entry a:after, .section-blue .entry a:after, .section-turquoise .entry a:after, .section-red .entry a:after, .section-brown .entry a:after,
  .button-grey .entry a:after,
  .button-blue .entry a:after,
  .button-turquoise .entry a:after,
  .button-red .entry a:after,
  .button-brown .entry a:after {
    background: #FFFFFF; }
.section-white,
.button-white {
  background: #FFFFFF;
  color: #333333; }
  .section-white.section-link:hover, .section-white.button-white:hover,
  .button-white.section-link:hover,
  .button-white.button-white:hover {
    background: #b3b3b3; }
.section-grey,
.button-grey {
  background: #333333; }
  .section-grey.section-link:hover, .section-grey.button-grey:hover,
  .button-grey.section-link:hover,
  .button-grey.button-grey:hover {
    background: #262626; }
.section-blue,
.button-blue {
  background: #40577F; }
  .section-blue.section-link:hover, .section-blue.button-blue:hover,
  .button-blue.section-link:hover,
  .button-blue.button-blue:hover {
    background: #374b6e; }
.section-turquoise,
.button-turquoise {
  background: #40737C; }
  .section-turquoise.section-link:hover, .section-turquoise.button-turquoise:hover,
  .button-turquoise.section-link:hover,
  .button-turquoise.button-turquoise:hover {
    background: #37636b; }
.section-red,
.button-red {
  background: #7F4040; }
  .section-red.section-link:hover, .section-red.button-red:hover,
  .button-red.section-link:hover,
  .button-red.button-red:hover {
    background: #6e3737; }
.section-brown,
.button-brown {
  background: #99744F; }
  .section-brown.section-link:hover, .section-brown.button-brown:hover,
  .button-brown.section-link:hover,
  .button-brown.button-brown:hover {
    background: #886746; }

.section-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .section-image-mobile-200 {
      height: 200px; }
    .section-image-mobile-300 {
      height: 300px; }
    .section-image-mobile-400 {
      height: 400px; }
    .section-image-mobile-500 {
      height: 500px; }
    .section-image-mobile-600 {
      height: 600px; }
    .section-image-mobile-800 {
      height: 800px; }
    .section-image-mobile-1000 {
      height: 1000px; }
    .section-image-mobile-full {
      height: 100vh; } }
  @media (min-width: 768px) and (max-width: 1199px) {
    .section-image-tablet-200 {
      height: 200px; }
    .section-image-tablet-300 {
      height: 300px; }
    .section-image-tablet-400 {
      height: 400px; }
    .section-image-tablet-500 {
      height: 500px; }
    .section-image-tablet-600 {
      height: 600px; }
    .section-image-tablet-800 {
      height: 800px; }
    .section-image-tablet-1000 {
      height: 1000px; }
    .section-image-tablet-full {
      height: 100vh; } }
  @media (min-width: 1200px) {
    .section-image-computer-200 {
      height: 200px; }
    .section-image-computer-300 {
      height: 300px; }
    .section-image-computer-400 {
      height: 400px; }
    .section-image-computer-500 {
      height: 500px; }
    .section-image-computer-600 {
      height: 600px; }
    .section-image-computer-800 {
      height: 800px; }
    .section-image-computer-1000 {
      height: 1000px; }
    .section-image-computer-full {
      height: 100vh; } }
.section-s {
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 576px) {
    .section-s {
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (min-width: 768px) {
    .section-s {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (min-width: 992px) {
    .section-s {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1200px) {
    .section-s {
      padding-top: 50px;
      padding-bottom: 50px; } }
.section-l {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 576px) {
    .section-l {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 768px) {
    .section-l {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 992px) {
    .section-l {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1200px) {
    .section-l {
      padding-top: 100px;
      padding-bottom: 100px; } }
.section-title {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .section-title {
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media (min-width: 1200px) {
    .section-title {
      padding-top: 20px;
      padding-bottom: 20px; } }
.section-icon {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    .section-icon {
      padding-bottom: 15px; } }
  .section-icon i {
    font-size: 25px; }
.section-link {
  display: block;
  transition: background 0.3s; }

.button-white, .button-grey, .button-blue, .button-turquoise, .button-red, .button-brown {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  width: 220px;
  max-width: 100%;
  cursor: pointer;
  transition: background 0.3s;
  border: none;
  padding: 15px 30px;
  margin: 15px 15px 15px 0; }

.col-text p:last-child {
  margin-bottom: 0; }
.col-text-l {
  font-size: 22px; }
  @media (min-width: 992px) {
    .col-text-l {
      font-size: 25px; } }

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0 0 #333333;
  transition: box-shadow 0.3s, padding 0.3s;
  padding: 10px 15px;
  z-index: 100; }
  @media (min-width: 576px) {
    .header {
      padding: 15px 30px; } }
  @media (min-width: 768px) {
    .header {
      padding: 20px 30px; } }
  .header.active {
    box-shadow: 0 0 20px #333333; }
    @media (min-width: 576px) {
      .header.active {
        padding: 10px 30px; } }
    @media (min-width: 1400px) {
      .header.active {
        padding: 15px 30px; } }
    @media (min-width: 1400px) {
      .header.active .header-logo {
        height: 55px;
        padding-left: 70px; } }
  .header-logo {
    display: flex;
    align-items: center;
    background-image: url("../images/aarhus-krisecenter-logo.png");
    background-size: auto 100%;
    background-position: left center;
    background-repeat: no-repeat;
    height: 45px;
    transition: height 0.3s, padding-left 0.3s;
    padding-left: 55px; }
    @media (min-width: 576px) {
      .header-logo {
        height: 55px;
        padding-left: 70px; } }
    @media (min-width: 1400px) {
      .header-logo {
        height: 65px;
        padding-left: 80px; } }
    .header-logo-name, .header-logo-description {
      color: #40737C;
      line-height: 1; }
    .header-logo-name {
      font-size: 20px;
      transition: font-size 0.3s;
      margin-bottom: 5px; }
      @media (min-width: 576px) {
        .header-logo-name {
          font-size: 25px; } }
      @media (min-width: 1400px) {
        .header-logo-name {
          font-size: 30px; } }
    .header-logo-description {
      font-size: 16px;
      transition: font-size 0.3s;
      margin: 0; }
      @media (min-width: 576px) {
        .header-logo-description {
          font-size: 18px; } }

@media (max-width: 1199px) {
  .menu {
    position: fixed;
    background: #FFFFFF;
    height: 100%;
    width: 320px;
    top: 0;
    right: 0;
    transform: translateX(100%);
    box-shadow: 0 0 0 #333333;
    transition: transform 0.5s, box-shadow 0.3s;
    padding-top: 80px;
    z-index: 200; }
    .menu.active {
      transform: translateX(0);
      box-shadow: 0 0 20px #333333; } }
@media (max-width: 575px) {
  .menu {
    width: 100%;
    padding-top: 50px; } }
.menu-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 300; }
  @media (min-width: 1200px) {
    .menu-toggle {
      display: none; } }
  .menu-toggle.active .menu-icon {
    background: transparent; }
    .menu-toggle.active .menu-icon:before {
      transform: translateY(8px) rotate(45deg); }
    .menu-toggle.active .menu-icon:after {
      transform: translateY(-8px) rotate(-45deg); }
.menu-icon {
  position: absolute;
  background: #333333;
  width: 30px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%); }
  .menu-icon:before, .menu-icon:after {
    position: absolute;
    background: #333333;
    content: '';
    width: 30px;
    height: 2px;
    left: 0;
    transition: transform 0.3s; }
  .menu-icon:before {
    top: -8px; }
  .menu-icon:after {
    bottom: -8px; }
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  @media (min-width: 1200px) {
    .menu-list {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1400px) {
    .menu-list {
      margin-left: -15px;
      margin-right: -15px; } }
@media (min-width: 1200px) {
  .menu-item {
    display: inline-block; } }
.menu-item > a {
  position: relative;
  display: block;
  font-size: 18px;
  padding: 10px 15px; }
  @media (min-width: 576px) {
    .menu-item > a {
      padding: 15px 30px; } }
  @media (min-width: 1200px) {
    .menu-item > a {
      font-size: 17px;
      padding: 15px 10px; } }
  @media (min-width: 1400px) {
    .menu-item > a {
      font-size: 18px;
      padding: 15px; } }
  @media (min-width: 1200px) {
    .menu-item > a:after {
      position: absolute;
      background: #333333;
      content: '';
      width: calc(100% - 20px);
      height: 1px;
      left: 10px;
      bottom: 12px;
      opacity: 0;
      transition: opacity 0.3s; } }
  @media (min-width: 1400px) {
    .menu-item > a:after {
      width: calc(100% - 30px);
      left: 15px; } }
  @media (max-width: 1199px) {
    .menu-item > a:hover {
      color: #40737C; } }
  @media (min-width: 1200px) {
    .menu-item > a:hover:after {
      opacity: 1; } }
.menu-item.current-menu-item > a {
  font-weight: 600; }

.footer {
  overflow: hidden; }
  @media (min-width: 992px) {
    .footer-row {
      margin-left: -30px;
      margin-right: -30px; } }
  @media (min-width: 1200px) {
    .footer-row {
      margin-left: -50px;
      margin-right: -50px; } }
  @media (min-width: 992px) {
    .footer-col {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 1200px) {
    .footer-col {
      padding-left: 50px;
      padding-right: 50px; } }

@media (max-width: 767px) {
  .ctcc-inner {
    display: block !important;
    text-align: center; } }
.ctcc-left-side {
  max-width: 900px; }
  @media (max-width: 767px) {
    .ctcc-left-side {
      display: block;
      font-size: 17px; } }
  @media (max-width: 575px) {
    .ctcc-left-side {
      font-size: 16px; } }
@media (max-width: 767px) {
  .ctcc-right-side {
    display: block; } }
.ctcc-more-info-link {
  position: relative; }
  .ctcc-more-info-link:after {
    position: absolute;
    background: #FFFFFF;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s; }
  .ctcc-more-info-link:hover:after {
    opacity: 1; }

button#catapultCookie {
  border-radius: 0 !important;
  padding: 10px 30px !important; }
  @media (max-width: 767px) {
    button#catapultCookie {
      margin: 15px 0 0 0 !important; } }

.image-caption {
  position: absolute;
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 15px;
  left: 0;
  bottom: 0; }
  @media (min-width: 576px) {
    .image-caption {
      padding: 10px 30px; } }
.image-content {
  position: absolute;
  width: 100%; }
  .image-content.left-top {
    text-align: left;
    top: 55%;
    transform: translateY(-50%); }
    @media (min-width: 576px) {
      .image-content.left-top {
        top: 50%; } }
    @media (min-width: 768px) {
      .image-content.left-top {
        top: 30%; } }
  .image-content.left-bottom {
    text-align: left;
    top: 75%;
    transform: translateY(-50%); }
    @media (min-width: 576px) {
      .image-content.left-bottom {
        top: 70%; } }
  .image-content.right-top {
    text-align: right;
    top: 55%;
    transform: translateY(-50%); }
    @media (min-width: 576px) {
      .image-content.right-top {
        top: 50%; } }
    @media (min-width: 768px) {
      .image-content.right-top {
        top: 30%; } }
    .image-content.right-top .image-textbox {
      margin: 0 0 0 auto; }
  .image-content.right-bottom {
    text-align: right;
    top: 75%;
    transform: translateY(-50%); }
    @media (min-width: 576px) {
      .image-content.right-bottom {
        top: 70%; } }
    .image-content.right-bottom .image-textbox {
      margin: 0 0 0 auto; }
.image-textbox {
  background: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-weight: 200;
  max-width: 300px;
  padding: 15px 25px; }
  @media (min-width: 576px) {
    .image-textbox {
      font-size: 22px;
      max-width: 330px;
      padding: 20px 30px; } }
  @media (min-width: 768px) {
    .image-textbox {
      font-size: 24px;
      max-width: 360px;
      padding: 25px 35px; } }
  @media (min-width: 992px) {
    .image-textbox {
      font-size: 26px;
      max-width: 400px;
      padding: 30px 40px; } }
  @media (min-width: 1200px) {
    .image-textbox {
      font-size: 28px;
      max-width: 430px;
      padding: 35px 45px; } }
  @media (min-width: 1400px) {
    .image-textbox {
      font-size: 30px;
      max-width: 470px;
      padding: 40px 50px; } }
.image-buttons {
  margin-right: -15px; }

.b-wrapper {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative; }
.b-ratio-gallery {
  padding-bottom: 66.7%; }
.b-lazy {
  opacity: 0;
  transition: all 0.3s !important; }
.b-loaded {
  opacity: 1; }

img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    img.alignleft, img.aligncenter, img.alignright {
      width: 100%;
      margin: 15px 0; } }
  @media (min-width: 768px) {
    img.alignleft {
      float: left;
      margin: 15px 15px 15px 0; }
    img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    img.alignright {
      float: right;
      margin: 15px 0 15px 15px; } }

.form-item {
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .form-item {
      padding-bottom: 20px; } }
  .form-item label {
    display: block;
    margin: 0; }
    .form-item label span {
      color: #7F4040; }
  .form-item input,
  .form-item textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #333333;
	border-radius: 0;
    padding: 10px 15px;
    margin-top: 5px; }
    .form-item input:focus,
    .form-item textarea:focus {
      border: 1px solid #40737C; }
.form-submit {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 15px; }
  .form-submit input {
    display: inline-block;
    background: #40737C;
    color: #FFFFFF;
    line-height: 1;
    cursor: pointer;
    transition: background 0.3s, opacity 0.3s;
    -webkit-appearance: none;
    border: none;
	border-radius: 0;
    padding: 15px 30px; }
    .form-submit input:hover, .form-submit input:focus {
      background: #40577F; }
    .form-submit input:disabled {
      opacity: 0.85; }

.wpcf7-form-control span {
  text-align: center;
  margin: 0; }
.wpcf7-not-valid-tip {
  color: #7F4040 !important;
  font-size: 14px !important;
  padding-top: 5px !important; }
.wpcf7-response-output {
  border: none !important;
  padding: 10px 15px !important;
  margin: 30px 0 0 0 !important; }

.collapse-container {
  width: 100%; }
.collapse-item {
  margin-top: 2px; }
.collapse-button {
  text-align: left;
  width: 100%;
  pointer-events: none;
  padding: 20px;
  margin: 0; }
  @media (min-width: 576px) {
    .collapse-button {
      padding: 20px 30px; } }
  .collapse-button.collapsed {
    pointer-events: auto; }
.collapse-text {
  padding: 0 20px 10px 20px;
  margin-top: -10px; }
  @media (min-width: 576px) {
    .collapse-text {
      padding: 0 30px 15px 30px;
      margin-top: -5px; } }

.story-slider .owl-dots {
  text-align: center;
  padding-top: 35px; }
.story-slider .owl-dot span {
  display: block;
  background: #40737C;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px; }
.story-slider .owl-dot.active span {
  background: #40577F; }
.story-item {
  text-align: center; }
.story-title {
  padding-top: 20px; }

.map {
  width: 100%;
  height: 100%; }
  .map .gm-style-iw {
    color: #333333;
    font-family: "Kodchasan", sans-serif;
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px; }
    .map .gm-style-iw strong {
      display: inline-block;
      font-size: 18px;
      padding-bottom: 5px; }

/*# sourceMappingURL=main.css.map */
