.choice-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}

.choice-modal-content {
  background-image: url('/media/6736/selectimage_v3.jpg');
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.choice-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 10%;
}

.choice-block {
  width: 45%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.choice-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.choice-block h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

.choice-block p {
  font-size: 20px;
  margin-bottom: 25px;
}

.choice-block button {
  padding: 12px 24px;
  font-size: 18px;
  background-color: #00aeef;
  color: white;
  border: none;
  cursor: pointer;
  align-self: center;
  border-radius: 20px;
  transition: background-color 0.3s ease-in-out;
}

.choice-block button:hover {
  background-color: #00668c;
}

.modal-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 200px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .modal-logo {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .choice-container {
    flex-direction: column;
    justify-content: center;
	padding: 80px 20px 20px 20px;
  }

  .choice-block {
    width: 80%;
    margin-bottom: 30px;
  }

  .choice-block h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .choice-block p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .choice-block button {
    padding: 10px 20px;
    font-size: 16px;
  }

  .choice-block:last-child {
    margin-bottom: 0;
  }
}

/* Meny */

.position-relative {
    position: relative;
}

.department-links {
    position: absolute;
    top: 93px;
    right: 0;
    margin-right: 126px;
    /* padding: 1px 10px; */
    z-index: 99;
    /* background-color: #181818; */
}

@media (max-width: 991px) {
    .department-links {
        top: 53px;
    }
}

.department-link {
    /*margin-left: 5px;*/
    font-size: 16px;
    text-decoration: none;
    background-color: #777676;
    color: white;
    padding: 1px 30px 3px 20px;
    position: relative;
    display: inline-block;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.department-link.active {
	color: #00aeef;
	font-weight: bold;
}


.department-link:hover {
    text-decoration: none;
	font-weight: bold;
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
