.dl_default_link {
  color: #074b78;
  text-decoration: none;
  cursor: pointer;
}
.dl_default_link:hover, .dl_default_link:focus {
  text-decoration: underline;
  color: #0F2B46;
}
.dl--keyboard_focus .dl_default_link:focus {
  text-decoration: none;
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}

[href^=http].dl_default_link {
  white-space: nowrap;
}
[href^=http].dl_default_link::after {
  content: " ";
  background-repeat: no-repeat;
  background-image: url(/img/external_link_hint_blue.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin-left: 0.25em;
  opacity: 0.5;
}
[href^=http].dl_default_link:hover::after, [href^=http].dl_default_link:focus::after {
  opacity: 1;
}

#notifications-container .notifications_button, #notifications-container .notifications_list li .notifications_list__buttons button {
  border: none;
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: #ffffff;
  cursor: pointer;
  padding: 0.75em 1.5em;
  display: inline-block;
  position: relative;
  transition: background-color 0.15s ease-out, color 0.15s ease-out, color 0.15s ease-out, color 0.15s ease-out, border 0.15s ease-out, color 0.15s ease-out;
}
#notifications-container .notifications_button:focus, #notifications-container .notifications_list li .notifications_list__buttons button:focus, #notifications-container .notifications_button:active, #notifications-container .notifications_list li .notifications_list__buttons button:active {
  outline: none;
  text-decoration: none;
}
.dl--keyboard_focus #notifications-container .notifications_button:focus::after, #notifications-container .dl--keyboard_focus .notifications_button:focus::after, .dl--keyboard_focus #notifications-container .notifications_list li .notifications_list__buttons button:focus::after, #notifications-container .notifications_list li .notifications_list__buttons .dl--keyboard_focus button:focus::after {
  content: " ";
  display: inline-block;
  width: auto;
  height: auto;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  position: absolute;
  box-shadow: inset 0 0 0px 1px rgba(0, 129, 189, 0.5), 0 0 0 2px rgba(0, 129, 189, 0.5);
}
#notifications-container [disabled].notifications_button, #notifications-container .notifications_list li .notifications_list__buttons button[disabled] {
  opacity: 0.5;
}
#notifications-container .is3_modal_dialog--submitting.notifications_button, #notifications-container .notifications_list li .notifications_list__buttons button.is3_modal_dialog--submitting {
  pointer-events: none;
  padding-left: 2.7em;
  opacity: 0.4;
}
#notifications-container .is3_modal_dialog--submitting.notifications_button::before, #notifications-container .notifications_list li .notifications_list__buttons button.is3_modal_dialog--submitting::before, #notifications-container .is3_modal_dialog--submitting.notifications_button::after, #notifications-container .notifications_list li .notifications_list__buttons button.is3_modal_dialog--submitting::after {
  content: " ";
  display: block;
  border: 2px solid #fff;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 32%;
  left: 1em;
  box-sizing: border-box;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 50ms ease-out;
}
#notifications-container .is3_modal_dialog--submitting.notifications_button::before, #notifications-container .notifications_list li .notifications_list__buttons button.is3_modal_dialog--submitting::before {
  animation: is3_active_request_indicator__active_animation 0.75s 0s linear infinite;
}
#notifications-container .is3_modal_dialog--submitting.notifications_button::after, #notifications-container .notifications_list li .notifications_list__buttons button.is3_modal_dialog--submitting::after {
  animation: is3_active_request_indicator__active_animation 0.75s 0.25s linear infinite;
}

#notifications-container .notifications_list li .notifications_list__buttons button {
  background-color: #F46F52;
  box-shadow: 0px 4px 11px rgba(103, 139, 140, 0.08);
}
#notifications-container .notifications_list li .notifications_list__buttons button:hover, #notifications-container .notifications_list li .notifications_list__buttons button:active {
  background-color: #0F2B46;
  box-shadow: 0px 4px 11px rgba(103, 139, 140, 0.08);
}

#notifications-container .notifications_button {
  background-color: transparent;
  border: none;
  color: #0F2B46;
}
#notifications-container .notifications_button:hover, #notifications-container .notifications_button:active {
  color: #006494;
  border: none;
}
#notifications-container .is3_modal_dialog--submitting.notifications_button {
  pointer-events: none;
  padding-left: inherit;
  background-color: inherit;
  color: #999;
}
#notifications-container .is3_modal_dialog--submitting.notifications_button::before, #notifications-container .is3_modal_dialog--submitting.notifications_button::after {
  display: none;
}

#notifications-container {
  position: relative;
  z-index: 100;
  height: 100%;
}
#notifications-container .notifications_wrapper {
  height: 100%;
}
#notifications-container .notifications_button {
  position: relative;
  height: 100%;
  padding: 1em;
  line-height: 1;
  background-color: #006494;
  border-left: 1px solid #006494;
  border-radius: 0;
  transition: 0.3s;
}
#notifications-container .notifications_button:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: -1px;
  border-left: thin solid #FFFFFF;
  opacity: 0.3;
}
#notifications-container .notifications_button:hover, #notifications-container .notifications_button.active {
  background-color: #0F2B46;
  border-left: 1px solid #006494;
}
#notifications-container .notifications_button__indicator {
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ce3420;
  border-radius: 100%;
  font-size: 0.8em;
  color: #FFFFFF;
  font-weight: 500;
}
#notifications-container .notifications_list {
  position: absolute;
  top: 10px;
  right: -10px;
  width: 100vw;
  max-width: 550px;
  transform: translateY(-30px) scale(0.95);
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  list-style-type: none;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.151);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media (max-device-width: 650px) {
  #notifications-container .notifications_list {
    right: -50px;
    width: calc(100vw - 20px);
  }
}
#notifications-container .notifications_list.--visible {
  opacity: 1;
  top: 10px;
  transform: translateY(0) scale(1);
}
#notifications-container .notifications_list li:first-child {
  height: 58px;
  padding-right: 20px;
}
#notifications-container .notifications_list li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#notifications-container .notifications_list li.prio-3 .notifications_list__text {
  color: #ce3420;
}
#notifications-container .notifications_list li .notifications_list__text {
  display: flex;
  flex-basis: 100%;
  padding: 20px;
  font-size: 0.9em;
  font-weight: 500;
  line-height: 1.6;
}
#notifications-container .notifications_list li .notifications_list__text .notifications_list__icon {
  flex-basis: 30px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
#notifications-container .notifications_list li .notifications_list__buttons {
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 0 20px 20px 20px;
}
#notifications-container .notifications_list li .notifications_list__buttons button {
  font-size: 0.9em;
  transition: 0.3s;
  margin-left: 15px;
}
#notifications-container .notifications_list li .notifications_list__buttons button.isLoading {
  pointer-events: none;
  padding-left: 2.7em;
  opacity: 0.4;
}
#notifications-container .notifications_list li .notifications_list__buttons button.isLoading::before, #notifications-container .notifications_list li .notifications_list__buttons button.isLoading::after {
  content: " ";
  display: block;
  border: 2px solid #fff;
  height: 1em;
  width: 1em;
  position: absolute;
  top: 32%;
  left: 1em;
  box-sizing: border-box;
  border-radius: 100%;
  transform: scale(0);
  transition: transform 50ms ease-out;
}
#notifications-container .notifications_list li .notifications_list__buttons button.isLoading::before {
  animation: is3_active_request_indicator__active_animation 0.75s 0s linear infinite;
}
#notifications-container .notifications_list li .notifications_list__buttons button.isLoading::after {
  animation: is3_active_request_indicator__active_animation 0.75s 0.25s linear infinite;
}
#notifications-container .notifications_list li .notifications_list__buttons a {
  transition: 0.3s;
  color: #006494;
  font-weight: 500;
}
#notifications-container .notifications_list li .notifications_list__buttons a:hover {
  color: #F46F52;
  opacity: 1;
}
#notifications-container .notifications_list__success_message {
  padding: 3px 15px;
}

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