html, body {
    margin: 0;
    padding: 0;
    overflow: hidden; /* skjul scroll */
    width: 100%;
    height: 100%;
}


body {
  /*width: 1920px;
  height: 1080px;*/
  margin: 0 auto;
  overflow: hidden;
  transform-origin: top left;
}

.grecaptcha-badge {
    display: none!important;
}

.page-id-19422 > .elementor > .elementor-section > .elementor-container,
.page-id-19422 > .elementor > .elementor-section > .elementor-container {
    max-width: 100%!important;
    width: 100%!important;
}

.page-id-19422 > .elementor > .elementor-section > .elementor-container .elementor-widget-wrap.elementor-element-populated,
.page-id-19422 > .elementor > .elementor-section > .elementor-container .elementor-widget-wrap.elementor-element-populated{
    padding: 0!important;
}

.touchscreen-icon {
    height: 33.3333vh;
}

.touchscreen-icon .elementor-widget-container {
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-size: 100%!important;
    transition: background-size 0.5s ease; 
}

.touchscreen-icon .elementor-icon svg {
    height: 120px;
    font-size: 120px;
    margin: 40px auto 0;
}

.touchscreen-icon .elementor-icon-box-icon {
    flex: 2;
}

.touchscreen-icon .elementor-icon-box-content {
    flex: 1;
}

.touchscreen-icon .elementor-icon-box-icon a,
.touchscreen-icon .elementor-icon-box-content a {
    width: 100%;
    padding: 30px;
}


.touchscreen-icon .elementor-icon-box-icon a {
    padding-bottom: 0;
}

.touchscreen-icon .elementor-icon-box-content a {
    padding-top: 20px;
}


.touchscreen-icon .elementor-widget-container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #004A88;
    opacity: 0.85;
    z-index: 0;
    transition: opacity 0.4s ease;
}

.touchscreen-icon.touchscreen-icon-orange .elementor-widget-container:before {
    background: #E24301;
}

.touchscreen-icon.touchscreen-icon-light-blue .elementor-widget-container:before {
    background: #0284D8;
}

.touchscreen-icon .elementor-widget-container .elementor-icon-box-wrapper {
    z-index: 1;
    position: relative;
    width: 100%;
    gap: 0px;
    height: 100%;
    transition: transform 0.4s ease;
}

.touchscreen-icon .elementor-icon-box-title,
.touchscreen-icon .elementor-icon-box-icon{
    margin: 0;
    height: 100%;
    display: flex
;
}

.touchscreen-icon .elementor-icon-box-title > span,
.touchscreen-icon .elementor-icon-box-title > a {
    color: #ffffff;
    font-size: 20px;
    height: 100%;
}

.touchscreen-icon:hover > .elementor-widget-container > .elementor-icon-box-wrapper {
    transform: scale(1.05);
}

.touchscreen-icon:hover > .elementor-widget-container {
    background-size: 120%!important; 
}


/******************************** UNDERSIDE ***********************************/

.touchscreen-page, .touchscreen-page-right, .touchscreen-page-left {
    height: calc(100vh - 145px);
}

.touchscreen-page-left, .touchscreen-page-right {
    padding-top: 50px;
}

.touchscreen-page-left {
    width: calc(100% - 490px)!important;
}

.touchscreen-page-right {
    background: rgba(217, 228, 237, 0.5);
    width: 490px!important;
    padding-left: 50px;
    padding-right: 70px;
}

.touchscreen-page-right > .elementor-widget-wrap,
.touchscreen-page-left > .elementor-widget-wrap,
.touchscreen-page-bottom-forside > .elementor-widget-wrap {
    padding: 0!important;
}

.touchscreen-page-right > .elementor-widget-wrap > .elementor-widget-image {
    margin-bottom: 60px;
}

.touchscreen-page-right > .elementor-widget-wrap > .elementor-widget-image img {
    float: left;
    height: 92px;
    width: auto;
}


.touchscreen-page-fakta-title .elementor-shortcode {
    font-size: 20px;
    color: #000000;
}

.touchscreen-page-right .elementor-shortcode ul {
    row-gap: 6px;
}


.touchscreen-page-title-section > .elementor-container,
.touchscreen-page-video-text > .elementor-container,
.touchscreen-page-bottom > .elementor-container {
    max-width: 100%!important;
    padding-left: 105px;
    max-height: 100%;
}

.touchscreen-page-video-text {
    max-height: calc(100vh - 375px);
}

.touchscreen-page-title-section > .elementor-container {
    margin-bottom: 40px;
}

.touchscreen-page-icon {
    width: 120px!important;
}

.touchscreen-page-title {
    width: calc(100% - 120px)!important;
    padding-left: 30px;
}

.touchscreen-page-icon .elementor-element {
    width: 110px;
    height: 110px;
    background: #E24301;
    border-radius: 50%;
}

.touchscreen-page-icon .elementor-element img {
    height: 70px;
    font-size: 70px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 60%;
}

.touchscreen-page-icon > .elementor-widget-wrap {
    padding: 0!important;
}

.touchscreen-page-title .elementor-heading-title {
    font-size: 40px;
    font-weight: normal;
}

.touchscreen-page-video {
    width: 660px!important;
}

.touchscreen-page-text {
    width: calc(100% - 710px)!important;
    padding-left: 60px;
    margin-bottom: 58px;
}

.touchscreen-page-text .elementor-widget-text-editor {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 30px;
    max-height: 450px;
}

.touchscreen-page-text .elementor-widget-text-editor::-webkit-scrollbar {
  width: 8px;              /* scrollbarens bredde */
}

.touchscreen-page-text .elementor-widget-text-editor::-webkit-scrollbar-track {
  background: #f0f0f0;     /* baggrundsfarve (spor) */
}

.touchscreen-page-text .elementor-widget-text-editor::-webkit-scrollbar-thumb {
  background-color: #ccc;  /* selve "håndtaget" */
  border-radius: 4px;
}

.touchscreen-page-text .elementor-widget-theme-post-content .elementor-widget-wrap > .elementor-widget-heading:first-child .elementor-heading-title {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3;
}

.touchscreen-page-text .elementor-widget-theme-post-content .elementor-widget-wrap .elementor-widget-text-editor p,
.touchscreen-page-right .elementor-shortcode ul li {
    font-size: 17px;
    color: #000000;
    line-height: 25px;
    font-family: Open Sans;
}

.touchscreen-page-video .elementor-widget-wrap.elementor-element-populated,
.touchscreen-page-text .elementor-widget-wrap.elementor-element-populated {
    padding: 0;
}

.touchscreen-page-bottom {
    background: #004A87;
    height: 145px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}


.touchscreen-page-bottom > .elementor-container.elementor-column-gap-default {
    width: 100%;
}

.touchscreen-page-bottom-forside {
    
}

/************************** SIBLING NAVIGATION ********************************/

.sibling-navigation {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    gap: 30px;
}

.sibling-navigation a {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex: 1;
}

.sibling-navigation a,
.touchscreen-page-bottom-forside .elementor-icon-list-text {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Open sans';
    font-weight: bold;
}

.touchscreen-page-bottom .elementor-container.elementor-column-gap-default {
    z-index: 1;
}

.sibling-prev {
    justify-content: flex-end!important;
}

.sibling-next {
    justify-content: flex-start!important;
}


/********************************** VIDEO *************************************/
.touchscreen-video-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.touchscreen-video-wrapper .video-poster {
    display: block;
    width: 100%;
    height: auto;
}

.touchscreen-video-wrapper video {
    /*display: none;*/
    width: 100%;
    height: auto;
}

.touchscreen-video-wrapper .custom-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    z-index: 10;
}

.touchscreen-video-wrapper .video-action {
    background: #E24301;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 113px;
    height: 113px;
    transition: 0.35s;
    border-radius: 50%;
    text-align: center;
    line-height: 113px;
    font-size: 25px;
}

.touchscreen-video-wrapper .video-action:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    animation: 1.5s linear 0s infinite normal none running pulse-border-2;
}

.touchscreen-video-wrapper .video-action:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 50%;
    animation: 1s linear 0s infinite normal none running pulse-border;
}

/******************************** ACF MODAL ***********************************/


.acf-modal {
    display: none; /* skjult som default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5); /* semi-transparent baggrund */
}

.acf-modal-content {
    background-color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 20px;
    width: 870px;
    max-width: 870px;
    padding: 20px 70px 20px 50px;
    max-height: 100%;
}

.acf-rapport-content {
    overflow-y: scroll;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 700px;
}

.acf-rapport-container {
    width: 1200px;
    max-width: 100%;
}

.acf-modal-close {
    position: absolute;
    top: 30px;
    right: 50px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #E24301;
    font-family: 'Open sans';
    text-transform: uppercase;
}

.acf-modal-close img {
    width: 60px;
}

.acf-rapport-close {
    top: 20px;
    right: 20px;
}

.acf-rapport-close img {
    width: 40px;
}


.acf-modal-content h3 {
    background: #004A87;
    border-right: 20px solid #E24301;
    color: #ffffff;
    height: 75px;
    line-height: 75px;
    padding-left: 30px;
    min-width: 370px;
    float: left;
    padding-right: 30px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.acf-modal-content h4 {
    color: #000000;
    font-size: 32px;
    font-weight: normal;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.acf-modal-content p strong {
    color: #E24301;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: -15px;
    display: block;
}

.acf-modal-content table {
    border: none;
    min-width: 100%!important;
    height: auto!important;
    table-layout: fixed;
}

.acf-modal-content table th,
.acf-modal-content table td {
    color: #000000;
    text-align: center;
    font-size: 18px;
}

.acf-modal-content table tr td:first-child {
    width: 300px!important;
    min-width: 300px!important;
    max-width: 300px!important;
    overflow: hidden;
    text-align: left;
}

.acf-modal-content table tr:first-child td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: #E24301;
}

.acf-modal-content table tr:nth-child(n+2) td{
    border-color: #E24301;
}

.acf-modal-content table tr:nth-child(n+2) td:first-child {
    border-left: 0;
}

.acf-modal-content table tr:nth-child(n+2) td:last-child {
    border-right: 0;
}

.acf-modal-content table tr:last-child td{
    border-bottom: 0;
}

.acf-modal-content table tr:last-child td:first-child {
    border-left: 0;
}

.acf-modal-content table tr:last-child td:last-child {
    border-right: 0;
}


.acf-modal-content-div {
    overflow-y: auto;
    overflow-x: hidden;
}

.acf-modal-content-div::-webkit-scrollbar {
  width: 8px;              /* scrollbarens bredde */
}

.acf-modal-content-div::-webkit-scrollbar-track {
  background: #f0f0f0;     /* baggrundsfarve (spor) */
}

.acf-modal-content-div::-webkit-scrollbar-thumb {
  background-color: #ccc;  /* selve "håndtaget" */
  border-radius: 4px;
}


#specifikationer, #rapport {
    height: 60px;
    line-height: 60px;
    width: 100%;
    font-size: 18px;
    font-family: 'Open sans';
    font-weight: bold;
    background: var(--e-global-color-953fea8);
    border-radius: 5px;
    letter-spacing: 1.4px;
    text-transform: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
}


@media (max-width: 1919px) {
	

	body.page-id-19422,
	body.parent-pageid-19422 {
        width: 100%;
        height: 100%;
        overflow: visible;
    
    } 
	
}



@media (max-height: 920px) {
    
    .touchscreen-page-text .elementor-widget-text-editor {
        max-height: 300px;
    }
}


@media (max-height: 750px) {
    
    .touchscreen-page-text .elementor-widget-text-editor {
        max-height: 200px;
    }
}



@media (max-width: 1800px) {
    
    body.parent-pageid-19422 .touchscreen-page-video {
        width: 50% !important;
    }
    
    body.parent-pageid-19422 .touchscreen-page-text {
        width: calc(50% - 60px) !important;
    }
    
}

@media (max-width: 1550px) {
    
    body.parent-pageid-19422 .touchscreen-page-video-text > .elementor-container {
        flex-direction: column;
        gap: 40px;
        padding-right: 60px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-video video {
        height: 200px;
        width: auto;
    }
    
    body.parent-pageid-19422 .touchscreen-page-text {
        height: calc(100vh - 575px);
        overflow-y: scroll;
    }
    
    body.parent-pageid-19422 .touchscreen-page-video,
    body.parent-pageid-19422 .touchscreen-page-text {
        width: 100%!important;
        padding-left: 0;
        margin-bottom: 0;
    }
    
}



@media (max-width: 1400px) {
	
    .page-id-19422 .touchscreen-icon .elementor-icon svg {
		height: 90px;
		font-size: 90px;
		margin: 80px auto 0;
	}
	
	.page-id-19422 .touchscreen-icon {
        min-height: 300px;
    }

}

@media (max-width: 1200px) {
	
    body.parent-pageid-19422 .touchscreen-page-title {
        width: calc(100% - 110px) !important;
        padding-left: 20px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-title .elementor-heading-title {
        font-size: 28px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-right {
        width: 420px!important;
    }
     
    body.parent-pageid-19422 .touchscreen-page-left {
        width: calc(100% - 420px) !important;
    }


}


@media (max-width: 1024px) {
	
	
	.page-id-19422 .touchscreen-grid {
		grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
	}
	
	.page-id-19422 .touchscreen-icon {
        height: 24vh;
    }
    
    body.parent-pageid-19422 .touchscreen-page-video-text {
        max-height: 100%;
    }
    
    
    body.parent-pageid-19422 .touchscreen-page-video-text > .elementor-container {
        flex-direction: row;
    }
    
    body.parent-pageid-19422 .touchscreen-page-right,
    body.parent-pageid-19422 .touchscreen-page-left {
        width: 100% !important;
    }
    
    body.parent-pageid-19422 .touchscreen-page-title-section > .elementor-container {
         flex-wrap: nowrap;
    }
     
    body.parent-pageid-19422 .touchscreen-page-video video {
        height: auto;
        width: 700px;
        max-width: 100%;
    }
    
    body.parent-pageid-19422 .touchscreen-page-text {
        height: auto;
        overflow-y: visible;
    }
    
    body.parent-pageid-19422 .touchscreen-page, body.parent-pageid-19422 .touchscreen-page-right, body.parent-pageid-19422 .touchscreen-page-left {
        height: auto;
    }
    
    body.parent-pageid-19422 .touchscreen-page > .elementor-container {
        gap: 50px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-title-section > .elementor-container, 
    body.parent-pageid-19422 .touchscreen-page-video-text > .elementor-container, 
    body.parent-pageid-19422 .touchscreen-page-bottom > .elementor-container,
    body.parent-pageid-19422 .touchscreen-page-right {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-bottom .elementor-icon-list-icon i,
    body.parent-pageid-19422 .touchscreen-page-bottom  .sibling-navigation img {
        font-size: 50px;
        height: 50px;
    }
    
    body.parent-pageid-19422 .sibling-navigation a, body.parent-pageid-19422 .touchscreen-page-bottom-forside .elementor-icon-list-text {
        font-size: 16px;
    }

	
}


@media (max-width: 960px) {
    
    body.parent-pageid-19422 .touchscreen-page-bottom .elementor-icon-list-text {
        display: none;
    }
}

@media (max-width: 767px) {
    
    .page-id-19422 .touchscreen-grid {
		grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(8, 1fr);
	}
	
	.page-id-19422 .touchscreen-grid > :last-child {
        grid-column: 1 / -1;
    }

    
    body.parent-pageid-19422 .touchscreen-page-bottom > .elementor-container {
        flex-wrap: nowrap;
    }
    
    body.parent-pageid-19422 .touchscreen-page-text .elementor-widget-text-editor {
        overflow: visible;
        max-height: 100%;
    }
    
    body.parent-pageid-19422 .sibling-navigation a, body.parent-pageid-19422 .touchscreen-page-bottom-forside .elementor-icon-list-text {
        color: transparent;
    }
    
    body.parent-pageid-19422 .touchscreen-page-left, 
    body.parent-pageid-19422 .touchscreen-page-right {
        padding-top: 30px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-title-section > .elementor-container, 
    body.parent-pageid-19422 .touchscreen-page-video-text > .elementor-container, 
    body.parent-pageid-19422 .touchscreen-page-bottom > .elementor-container, 
    body.parent-pageid-19422 .touchscreen-page-right,
    .touchscreen-page-logo-section {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-bottom {
        height: 100px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-icon .elementor-element {
        width: 90px;
        height: 90px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-icon .elementor-element img {
        height: 50px;
        font-size: 50px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-icon {
        width: 100px !important;
    }
    
    body.parent-pageid-19422 .touchscreen-page-title {
        width: calc(100% - 100px) !important;
    }
    
    body.parent-pageid-19422 .touchscreen-page-right .elementor-element.elementor-widget-image {
        display: none;
    }
    
    .touchscreen-page-logo-section img {
        width: 150px;
        float: right;
        margin-bottom: 20px;
    }
    
    .touchscreen-page-logo-section.elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 100%;
    }
    
    body.parent-pageid-19422 .touchscreen-page > .elementor-container {
        gap: 30px;
    }

}


@media (max-width: 550px) {
    
    .page-id-19422 .touchscreen-grid {
		grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(15, 1fr);
	}
	
	body.parent-pageid-19422 .touchscreen-page-bottom {
        height: 80px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-bottom .elementor-icon-list-icon i, 
    body.parent-pageid-19422 .touchscreen-page-bottom .sibling-navigation img {
        font-size: 35px;
        height: 35px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-icon .elementor-element {
        width: 70px;
        height: 70px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-icon .elementor-element img {
        height: 40px;
        font-size: 40px;
        margin-top: 15px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-icon {
        width: 70px !important;
    }
    
    body.parent-pageid-19422 .touchscreen-page-title {
        width: calc(100% - 70px) !important;
        padding-left: 10px;
    }
    
    body.parent-pageid-19422 .touchscreen-page-title .elementor-heading-title,
    body.parent-pageid-19422 .touchscreen-page-text .elementor-widget-theme-post-content .elementor-widget-wrap > .elementor-widget-heading:first-child .elementor-heading-title {
        font-size: 24px;
    }
    
    .touchscreen-page-bottom-forside {
        width: 60px;
    }
    
    .touchscreen-page-bottom-next-prev {
        width: calc(100% - 120px);
    }
    
    .touchscreen-page-title-section > .elementor-container {
        margin-bottom: 20px;
    }
	
}


/********************************** OVERLAY ***********************************/
/*#page-transition {
    position: absolute;
    z-index:999;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:#004A88;
    pointer-events:none; 
    opacity : 1;
    transition: opacity 0.3s ease-in-out;
   -moz-transition: opacity 0.3s ease-in-out;
   -webkit-transition: opacity 0.3s ease-in-out;
}

body .page {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
   -moz-transition: opacity 0.2s ease-in-out;
   -webkit-transition: opacity 0.2s ease-in-out;
}

body {
    background: #004A88;
}*/

