/* ----- Blocks ----- */

.path-frontpage #block-supportsite-breadcrumbs { display: none; }

.view-support-artikel-oversigt.view-display-id-block_2 .view-content > *,
.block-embed-view-blocksupport-artikel-oversigt,
.block-inline-blocklink-overview-with-image {
  background: white;
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 20%);
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
}

.block-inline-blocklink-overview-with-image > * { flex: 0 1 auto; }

.block-inline-blocklink-overview-with-image.isClickable { cursor: pointer; }

.block-inline-blocklink-overview-with-image.isClickable:hover {
  box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%)
}

.block-inline-blocklink-overview-with-image .field.field--name-field-image {
  float: none;
  margin: -2rem -1rem 0;
}

.block-inline-blocklink-overview-with-image .field--type-link a {
  content: "";
  display: block;
  text-indent: -9999px;
  width: 2.75em;
  height: 2.75em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23007aca' /%3E%3Cpath d='M16.829 12.5l7.341 7.341-7.341 7.341' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
}

.block-inline-blocklink-overview-with-image .field--name-body {
  margin: 0;
}

.block-inline-blockcall-to-action-link a{
  background: #007aca;
  border: none;
  border-radius: 2rem;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5rem 2rem;
  text-decoration: none;
  transition: all .5s ease;
}

.block-inline-blockcall-to-action-link a:hover {
  background-color: #006bb1;
  color: white;
}


.block-inline-blockcall-to-action-pil a {
  content: "";
  display: block;
  text-indent: -9999px;
  width: 2.75em;
  height: 2.75em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23007aca' /%3E%3Cpath d='M16.829 12.5l7.341 7.341-7.341 7.341' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' /%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in;
}

.block-inline-blockcall-to-action-pil a:hover {
  transform: rotate(360deg);
}

/**
 * Hack to remove the subscription checkbox from the
 * simplenews signup blocks
 */
.block-simplenews-subscription-block #edit-subscriptions--wrapper {
  display: none !important;
}

/**
 * Langauge selector
**/
#block-languagedropdownswitcher {
  flex: 0 1 auto;
  margin-left: 1rem;
  width: auto;
}

#block-languagedropdownswitcher .form-select {
  background-position: right 0.25rem center;
  font-size: 0.865rem;
  margin-top: 0.1rem;
  padding: 0.15rem 0.5rem;
  width: 8rem;
}
