@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap');

:root {
	--brand-color-1: #FFFF00; /* Gul */
	--brand-color-2: #000; /* Sort */
	--brand-color-3: #00FFFB;
	--brand-color-4: #44FF00;
	--main-color-1: #000;
	--main-color-2: #fff;
	--warning: #ff0500;
	--btn-default-bg: #FFFF00;
	--btn-default-txt: #000;
	--functions: rgba(0,0,0,0.3);
	
	--login-logo: url("../img/ambition-data-enrichment-hub-logo.svg");
}

body.dark {
	--brand-color-1: #000; /* Sort */
	--btn-default-bg: #000;
	--btn-default-txt: #fff;
	--functions: rgba(255,255,255,0.3);
	--main-color-2: #333;
	--main-color-1: #fff;
	--warning: #FFFF00;
	
	--login-logo: url("../img/ambition-data-enrichment-hub-logo-neg.svg");
}




/* Light mode (default) */
.show-result table {
  /* her arver tabellen bare Bootstrap's standard = lys */
}

/* Når body.dark er sat → gør tabellen mørk */
body.dark .show-result table {
  @apply table-dark; /* virker kun hvis du har Tailwind */
  /* ellers bare skriv: */
  background-color: #212529; /* samme som table-dark */
  color: #fff;
}

/* background-color: var(--brand-color-1); */


html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.main-wrapper {
	display: flex;              /* gør børnene til kolonner */
	width: 100%;
	height: 100vh;
	background-color: var(--brand-color-1);
}

.left-block {
	width: 90px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}


/* Normal mode */
.main-block-login {
  background: var(--login-logo) no-repeat 30px 30px;
  background-size: 130px;
}


.main-block-search {
	background: url("../img/ambition-reboot-a-circle-black.svg") no-repeat 30px 30px;
	background-size: 36px;
}

.main-block {
	width: calc(50% - 90px);     /* din ønskede bredde */
	display: flex;                /* gør blokken til flex container */
	align-items: center;          /* centrer lodret */
	min-height: 200px;
	height: 100vh;
	background-color: var(--main-color-2);
	color: var(--main-color-1);
}

.right-block {
	flex: 1;
	min-height: 200px;                     
	background: url("../img/brand_logo.svg") no-repeat center center;
	background-size: 45%;         /* 45% af blokkens bredde */
	padding: 5%;
}

body.dark .right-block {
  background: url("../img/brand_logo_dark.svg") no-repeat center center;
  background-size: 45%;
  padding: 5%;
}

.login-error {
	color: var(--warning);
}

.show-result {
	width: 100%;
	overflow: scroll; 
}

.table {
	margin: 0;
} 

.functions {
	display: block;
	text-align: center;
	font-size: 28px;
	margin-bottom: 28px;
	color:  var(--functions);
	cursor: pointer;
}

/* /Preloader */

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/loading.gif') center no-repeat #fff;
}




section {
	position: relative;
}

.content {
	padding: 0 30px;
}

.section-footer {
	color: #fff;
	padding-right: 5%;
}

.top-border {
	border-top: 1px solid #dee4ea;
}

.topbar {
	height: 75px;
}


.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

.border-radius {
	border-radius: 3px;
}



.background-item-left {
	background-position: top left;
}

.background-item-right {
	background-position: top right;
}



/* Colors */

.txt-white {
	color: #fff;
}

.bg-white {
	background-color: #fff;
}

.txt-black {
	color: #000;
}

.bg-black {
	background-color: #000;
}

.txt-blue {
	color: #2c3460;
}

.bg-blue {
	background-color: #2c3460;
}

.txt-light-blue {
	color: #c6ccd2;
}

.bg-light-blue {
	background-color: #c6ccd2;
}

.txt-green {
	color: #214839;
}

.bg-green {
	background-color: #214839;
}

.txt-light-green {
	color: #1BB384;
}

.bg-light-green {
	background-color: #1BB384;
}

.txt-grey {
	color: #dee4ea;
}

.bg-grey {
	background-color: #dee4ea;
}

.txt-light-grey {
	color: #eceef1;
}

.bg-light-grey {
	background-color: #eceef1;
}

.txt-beige {
	color: #F4EEE5;
}

.bg-beige {
	background-color: #F4EEE5;
}

.txt-purple {
	color: #b12886;
}

.bg-purple {
	background-color: #b12886;
}




/* Elements */

.logo {
	width: 134px;
}

.scroll-top {
	width: 30px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: url("../img/arrow.svg");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border-radius: 3px;
	border: 1px solid #dee4ea;
	z-index: 1;
	display: none;
}

.pointer {
    cursor: pointer;
    cursor: hand;
}


.dropshadow {
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}

.innershadow {
	-webkit-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
	box-shadow: inset 0px 8px 5px -5px rgba(0,0,0,0.5);
}

.linkedin {
	width: 40px;
	height: 40px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3333 3333' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' fill ='%23ffffff'%3E%3Cpath d='M1465 1354h322v165h5c45-81 155-165 318-165 340 0 403 212 403 488v561h-336v-498c0-119-2-271-175-271-175 0-202 129-202 263v506h-336V1354zM1667 0c460 0 877 187 1179 488 302 302 488 718 488 1179 0 460-187 877-488 1179-302 302-718 488-1179 488-460 0-877-187-1179-488C186 2544 0 2128 0 1667c0-460 187-877 488-1179C790 186 1206 0 1667 0zm1093 573c-280-280-666-453-1093-453S853 293 574 573c-280 280-453 666-453 1093s173 814 453 1093c280 280 666 453 1093 453s814-173 1093-453c280-280 453-666 453-1093s-173-814-453-1093zm-1528 490c0 97-78 175-175 175s-175-78-175-175 78-175 175-175 175 78 175 175zm-350 291h350v1049H882V1354z'/%3E%3C/svg%3E");
}

.padding-left {
	padding-right: 30px;
}

.padding-right {
	padding-left: 30px;
}

.box {
	padding: 20px;
	border: 1px solid #dee4ea;
	position: relative;
}

.bg-fingers {
	background-image: url("../img/fingers.png");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left;
}

.bg-world {
	background-image: url("../img/world.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#thanks, #contact {
	display: none;
}

.card {
    height: 100%;
    border-radius: 3px;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


/* Video */
.videoWrapper {
    overflow: hidden;
    position: relative;
    height: 32vw;
    max-height: 260px;
    z-index: -1;
    background-color: #000;
    margin-left: -2px;
    margin-right: -2px;
}

.video {
    text-align: center;
    width: 100%;
}

.videoWrapper video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.video-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3% 5%;
	top: 0;
	left:0;
	font-weight: 700;
}

.border-bottom-amb {
	border-bottom: 1px solid #ccc;
}

.border-top-amb {
	border-top: 1px solid #ccc;
}


.modal-body {
    padding: 3rem;
}

/* Social */

.social {
	float: right;
}

.follow-wrapper {
	display: flex;
	flex-direction: row;
	position: relative;
}

.follow-wrapper a.follow-icon {
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: inherit;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    margin-right: 8px;
	color: #000;
}


@media not all and (pointer: coarse) {
.follow-wrapper a.follow-icon:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}
} 

.follow-wrapper .follow-icon:last-child {
  margin-right: 0;
}

.follow-wrapper .follow-icon .icon {
    font-size: 16px;
	align-self: center;
}


/* Typofrafi */

strong {
	font-weight: 500;
}

b {
	font-weight: 700;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

.video-caption h1 {
	word-spacing: -0.1rem;
	letter-spacing: -0.1rem;
	font-weight: 700;
	line-height: 94%;
	font-size: 4rem;
	padding: 0 25%;
}

.slider-text p {
    font-size: 16px;
}

@media not all and (pointer: coarse) {
a:link, a:visited, a:hover, a:active {
	color: inherit;
	text-decoration: none;
}

.section-footer h5 {
	font-size: 16px;
}

}  

.section-footer a, .section-footer a:hover, .section-footer p {
	color: inherit;
	margin-top: 0;
	margin-bottom: 0;
	text-decoration: none;
}

dl, ol, ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.permission {
	font-size: 12px;
}

.caps {
	text-transform: uppercase;
}

/* Forms */

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  text-transform: none;
  color: #7e8690 !important;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: none;
  color: #7e8690 !important;
  opacity: 1;
}

::-ms-input-placeholder { /* Microsoft Edge */
  text-transform: none;
  color: #7e8690 !important;
  opacity: 1;
}

label {
    margin-bottom: .1rem;
}

select {
	color: #7e8690 !important;
}

select.form-control.dropdown {
	height: auto;
	min-height: 50px;
	padding: 10px 10px 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;	
}

.dropdown-wrapper {
	position: relative;
}


.dropdown-wrapper::before {
	content: "\e900";
	position: absolute;
	z-index: 1;
	font-family: 'ambition-standard';
	right: 10px;
	top: 25%;
	pointer-events: none;
}

.dropdown-wrapper {
	position: relative;
}


.dropdown-wrapper::before {
	content: "\e900";
	position: absolute;
	z-index: 1;
	font-family: 'ambition-standard';
	right: 10px;
	top: 25%;
	pointer-events: none;
}

.form-control {
	height: 50px;
	border: 1px solid #dee4ea;
	border-radius: 0;
	margin-top: 5px;
}

.form-control:focus {
    color: #1b3149;
    background-color: #fff;
    border-color: #335f5e;
    outline: 0;
    box-shadow: none;
}

.titleCase {
  text-transform: capitalize;
}

.error-text {
    color:  var(--warning);
    display: block;
    font-size: 13px;
}

.placeholder {
	position: absolute;
	left: 15px;
	top: 10px;
}

.form-check-label {
    margin-bottom: 0;
	margin-left: 4px;
	width: calc(100% - 30px);
    float: left;
	text-transform: none;
}

.form-radio {
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #fff;
     color: #666;
     top: -5px;
     height: 30px;
     width: 30px;
     border: 1px solid #ced4da;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
     float: left;
}

.form-radio.form-checkbox {
	border-radius: 0;
}

.form-radio:checked::before {
     position: absolute;
     font: 700 13px/1 Arial, sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
     color: #000;
}

@media not all and (pointer: coarse) {
.form-radio:hover {
     background-color: #f7f7f7;
}
}

.form-radio:checked {
     background-color: #fff;
}

.badge-secondary {
    color: #fff;
    background-color: #133632;
}

.badge {
    display: inline-block;
    padding: 0.1em 0.4em 0.25em 0.4em;
    font-size: 100%;
    font-weight: 400;
    min-width: 70px;
}

textarea.besked {
	resize: none;
}



/* Knapper */

.btn {
	border: none;
	cursor: pointer !important;
    cursor: hand !important;
    height: 50px;
	outline: none !important;
	white-space:normal !important;
    word-wrap: break-word;
    border-radius: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	padding: 0.5rem 2rem;
	text-transform: uppercase;
	font-size: 14px;
}

@media not all and (pointer: coarse) {

.btn:hover {
    color: #fff;
    opacity: 0.8;
}
}


.btn-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.btn-card {
	width: 100%;
}

.btn-link {
    font-weight: inherit;
    color: inherit;
}

.btn-back, .btn-cancel {
	padding: 0;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

button:focus {
    outline: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-primary,.btn-primary.disabled, .btn-primary:disabled, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary, .btn-primary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: var(--brand-color-2);
}

.btn-secondary,.btn-secondary.disabled, .btn-secondary:disabled, .btn-secondary:active, .btn-secondary.active, .btn-secondary:focus, .btn-secondary:hover, .open>.dropdown-toggle.btn-secondary, .btn-secondary:not([disabled]):not(.disabled):active {
    color: #fff;
    background-color: #ee9e39;
}

.btn-default,.btn-default.disabled, .btn-default:disabled, .btn-default:active, .btn-default.active, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default, .btn-default:not([disabled]):not(.disabled):active {
    color:  var(--btn-default-txt);
    background-color: var(--btn-default-bg);
}

  

@media (max-width: 1200px) {
.left-block {
	display: none;
}
.main-block {
	width: 50%;
}

}


@media (max-width: 991px) {

.main-wrapper {
	width: 100%;
	display: block;
	height: unset;
}



.main-block {
	width: 100%;
	min-width: initial;
	height: auto;
	padding-top: 100px;
	padding-bottom: 40px;
	background-position:  center 20px;
}

.right-block {
	flex: none;                     /* udfyld resten */
}


.container {
	max-width: 768px;
	padding-left: 25px;
	padding-right: 25px;	
}


.content {
	padding: 0 30px;
}


.full-width {
	margin-left: -45px;
	margin-right: -45px;
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 1.6rem;
}

h3 {
	font-size: 1.4rem;
}

h4 {
	font-size: 1.2rem;
}

.padding-left, .padding-right {
	padding-right: 15px;
	padding-left: 15px;
}

.video-caption h1 {
	font-size: 2.3rem;
	padding-top: 2.5rem;
}

}

@media (max-width: 574px) {

html, body {
	font-size: 15px;
}

.content {
	padding: 0 10px;
}

/* Video */
.videoWrapper {
    height: 60vw;
    /* max-height: 260px; */
}

.video-caption h1 {
	padding: 5%;
	margin-top: 10%;
}


h1 {
	font-size: 1.7rem;
}




.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

.narrow-mobile-image {
	width: 40% !important;
	margin: 0 auto;
	display: block;
}

.btn-mobile {
	width: 100%;
}

.social {
	float: none;
}



.slider-text p {
    font-size: 13px;
}

}


@media screen and (max-height: 620px) {

.form-control, .btn {
    height: 36px;
}

}
