form.hasChallenges .modal-warning {
  display: none;
  position: fixed;
  top: 40%;
  width: 380px;
  background: #ffffff;
  padding: 30px;
  left: 50%;
  margin-left: -165px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 992px) {
  form.hasChallenges .modal-warning {
    width: 480px;
  }
}
form.hasChallenges .modal-warning.active {
  display: block;
}
form.hasChallenges .modal-warning .actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
form.hasChallenges .modal-warning .actions button {
  width: 48%;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 40px;
  border: none;
  background: #7353AE;
  font-size: 14px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
}
form.hasChallenges .modal-warning .actions button.no-btn {
  background: black;
}
form.hasChallenges .modal-warning .actions button:hover {
  opacity: 0.9;
}
form.hasChallenges .modal-warning h1 {
  font-size: 2.2em;
  margin: 0;
}
form.hasChallenges .modal-warning h2 {
  font-size: 2em;
  margin: 0;
}
form.hasChallenges .modal-warning p {
  margin-top: 0;
}

.modalwarning-overlay.active {
  position: fixed;
  z-index: 98;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

@media all and (-ms-high-contrast: none) {
  body.h-100 {
    height: auto !important;
  }
}
.consent-placeholder .consent-placeholder-wrap {
  background-color: #e8e8e8;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  text-align: center;
  align-items: center;
}
.consent-placeholder .consent-placeholder-wrap h2 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 18px;
}
.consent-placeholder .consent-placeholder-wrap p {
  font-size: 14px;
}
.consent-placeholder .consent-placeholder-wrap .consent-eval-button {
  display: inline-block;
  font-size: 12px;
  padding: 10px 25px;
  background: #666666;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
}
.consent-placeholder .consent-placeholder-text {
  background-color: #e8e8e8;
  padding: 5%;
}
.consent-placeholder .consent-placeholder-text h2 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 18px;
}
.consent-placeholder .consent-placeholder-text p {
  font-size: 14px;
}
.consent-placeholder .consent-placeholder-text .consent-eval-button {
  display: inline-block;
  font-size: 12px;
  padding: 10px 25px;
  background: #444444;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
}

.consent-placeholder-linkbox {
  padding: 15px;
  width: 100%;
}
.consent-placeholder-linkbox .consent-placeholder-wrap {
  background-color: #e8e8e8;
  padding: 0px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.consent-placeholder-linkbox .consent-placeholder-text {
  padding: 15px;
  width: 100%;
}
.consent-placeholder-linkbox .consent-eval-button {
  position: static !important;
  display: inline-block !important;
  font-size: 12px;
  padding: 10px 25px;
  background: #444444;
  border-radius: 20px;
  color: #ffffff;
  text-decoration: none;
}
.consent-placeholder-linkbox h2 {
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 14px;
}
.consent-placeholder-linkbox p {
  font-size: 12px;
  margin-top: 0;
}

.block-quoteimg {
  background-size: cover;
  display: flex;
  position: relative;
  background-position: center center;
  min-height: 400px;
  margin-bottom: 30px;
  overflow: hidden;
  flex: 1;
}
@media screen and (min-width: 992px) {
  .block-quoteimg {
    margin-bottom: 0;
    height: 100%;
  }
}
.block-quoteimg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 4s ease;
}
.block-quoteimg .quote {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #ffffff;
  font-family: "Geon";
  font-weight: 700;
  line-height: 1.2;
  padding: 30px;
  z-index: 1;
}
.block-quoteimg .quote svg {
  width: 60px;
}
.block-quoteimg .quote-text {
  font-size: 2em;
  margin-bottom: 20px;
  position: relative;
  top: 30px;
  opacity: 0;
  transition: all ease 0.6s;
}
.block-quoteimg .name {
  font-size: 1.5em;
  font-weight: 500;
  top: 30px;
  position: relative;
  opacity: 0;
  transition: all ease 0.6s;
  transition-delay: 0.5s;
}
.block-quoteimg .label {
  font-weight: 300;
  top: 30px;
  opacity: 0;
  position: relative;
  transition: all ease 0.6s;
  transition-delay: 0.8s;
}
.block-quoteimg.active .quote-text {
  top: 0;
  opacity: 1;
}
.block-quoteimg.active .name, .block-quoteimg.active .label {
  top: 0;
  opacity: 1;
}
.block-quoteimg:focus::after, .block-quoteimg:hover::after {
  transform: scale(1.05);
}

.block-colorblock {
  display: flex;
  flex-grow: 1;
  background: #e8e8e8;
  color: #ffffff;
  margin-bottom: 30px;
  transition: all ease 0.5s;
}
@media screen and (min-width: 992px) {
  .block-colorblock {
    margin-bottom: 0;
    height: 100%;
  }
}
.block-colorblock .wrap {
  padding: 30px;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all ease 0.8s;
  transition-delay: 0.6s;
}
.block-colorblock h3 {
  font-size: 2.4em;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.3;
}
.block-colorblock .text {
  font-size: 1.4em;
  flex-grow: 1;
  line-height: 1.7;
}
.block-colorblock .link-wrap {
  margin-top: 15px;
}
.block-colorblock .button {
  font-size: 1.4em;
  line-height: normal;
  background: #332D61;
  transition: all ease 0.3s;
}
.block-colorblock .button:hover {
  -webkit-box-shadow: 0px 0px 0px 8px rgba(51, 45, 97, 0.2);
  box-shadow: 0px 0px 0px 8px rgba(51, 45, 97, 0.2);
}
.block-colorblock.active {
  background: #97cab3;
}
.block-colorblock.active.purple {
  background: #7353AE;
}
.block-colorblock.active.turqoise {
  background: #97cab3;
}
.block-colorblock.active.blue {
  background: #679FAF;
}
.block-colorblock.active.hvid {
  background: #ffffff;
  color: #303333;
}
.block-colorblock.active .wrap {
  opacity: 1;
  top: 0;
}

.colorbox-accordion.nobg {
  background: none;
  color: #000000;
}
.colorbox-accordion.nobg h2 {
  color: #303333;
}
.colorbox-accordion.nobg .text {
  color: #303333;
}
.colorbox-accordion .more {
  position: relative;
  overflow: hidden;
}
.colorbox-accordion .button {
  background: #97cab3;
}

.campaign-page .header-wrap.embed {
  height: 800px;
}
@media screen and (min-width: 992px) {
  .campaign-page .header-wrap.embed {
    height: 590px;
  }
}
.campaign-page .header-wrap .embedcode {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .campaign-page .header-wrap .embedcode {
    margin-top: 0;
  }
}

.campaignv2 {
  /*.button{

  	margin: 4px 2px;

  	border:none;
  	color:#ffffff;
  	padding: 12px 32px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 14px;

  	cursor: pointer;
    	border-radius: 30px;
  	@media screen and (min-width: 992px){
  		font-size: 16px;
  	}

  }*/
}
.campaignv2 .colorbutton {
  padding: 12px 32px;
  margin: 4px 2px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .campaignv2 .colorbutton {
    font-size: 16px;
  }
}
.campaignv2 .button2 {
  margin: 4px 2px;
  background: #97cab3 !important;
  color: #ffffff !important;
}
.campaignv2 .button2:hover {
  background: rgb(117.2165605096, 184.7834394904, 154.3121019108) !important;
}
.campaignv2 .button6 {
  margin: 4px 2px;
  background: #332D61 !important;
  color: #ffffff !important;
}
.campaignv2 .button6:hover {
  background: rgb(32.6830985915, 28.838028169, 62.161971831) !important;
}
.campaignv2 .header-wrap .text-wrap {
  margin-top: 45px;
}
.campaignv2 .header-wrap .manchet {
  padding-top: 0;
}
.campaignv2 .header-wrap .manchet h2 {
  font-size: 2.6em !important;
  font-weight: 700 !important;
  font-family: "Geon", sans-serif !important;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .campaignv2 .header-wrap .manchet h2 {
    font-size: 3.4em !important;
  }
}
.campaignv2 .header-wrap .manchet h1 {
  font-size: 2em !important;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .campaignv2 .header-wrap .manchet h1 {
    font-size: 2.6em !important;
  }
}
.campaignv2 .header-wrap .manchet h3 {
  font-size: 1.6em;
  font-weight: 400;
}
.campaignv2 .header-wrap .link-wraps {
  margin-top: 45px;
  text-align: center;
}

.login-prompt {
  color: #ffffff;
  font-size: 1.4em;
  padding: 1px 15px;
  margin-bottom: 15px;
}
.login-prompt a {
  color: #ffffff;
}

/* Fix slettet flet-svg */
.frontpage .tabs-wrap .tab-link.current, .child-pages .subpage.active {
  background-image: none !important;
}

#Indsend:disabled {
  background: #aaa;
  color: #ffffff;
  cursor: not-allowed;
}

.locked .lock-wrap .secure-content:after {
  display: none;
}

.newsectionpage section.locked .lock-wrap, .newcontentpage section.locked .lock-wrap {
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.8;
}

.locked .lock-wrap:before {
  display: none;
}

.locked .lock-wrap .log-in-prompt {
  width: auto;
  max-width: 500px;
  margin-left: auto;
  order: 2;
  position: static;
  margin-top: 20px;
}

.lock-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
