@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
   .veryimportantfield{
                    opacity:0;
                    position: absolute;
                    top:-100px;
                    left: -100px;
                    max-width:1px;
                    max-height:1px;
               
                }
.wrapper {
    padding-top:50px;
    display: flex;
    justify-content: center;
}
.billede{padding: 20px 20px 0px 20px;}
@media (max-width: 550px) {
 
 .wrapper {
    display: block;
    text-align: center;
}
}
 
 
 .topcontainer {
     min-height: 100vh;
 }

.backgroundanimated {
    animation: animatedBackground 40s linear infinite;
}

form {
    margin-bottom: 0px!important;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
.grid-item { width: 25%; }
.grid-item--width2 { width: 50%; }
* { box-sizing: border-box; }
.newsandpressimages {
    height: 330px;
}
.language-switcher__link{
       border: solid #E2231A 2px;
 padding: 5px 5px 5px 5px;
    color: black!important;
    text-decoration: none!important;
    transition: 0.5s;
  font-weight: bold;
}
.languageselected{
       background:#E2231A;
 padding: 5px 5px 5px 5px;
    color: white!important;
    text-decoration: none!important;
    transition: 0.5s;
    
}
.language-switcher__link:hover{
 color: white!important;
     background:#E2231A;
 border: solid transparent 2px;
        transition: 0.5s;
}
.activesprog{

    
 border: solid white 2px;
        
}
.line {
    border-left: 1px dotted #ccc;
}

#contentfornewsrow .py-5{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}



.carousel-control {

    z-index: 40;
    
}
  .largeserver {
        margin-top: -50px;
        margin-bottom: -200px;
    }
    .attach {
        position: absolute;
        right: 10;
        z-index: 2;
       bottom:100;
         transform: rotate(-8deg);
    }
    .collect {
        position: absolute;
        bottom:-50;
        right: 0;
        z-index: 1;
        transform: rotate(3deg);
    }
.nospace {
    padding:0px!important;
}
.space {
    padding-left: 3.5rem!important;
    padding-right: 3.5rem!important;
}
html {

    color: transparent;
     scroll-behavior: smooth;
     scroll-padding-top: 100px;
}
body {
       font-family: 'Work Sans', sans-serif;!important;
       font-weight: 300;
        font-size: 16px;
        line-height: 1.1;
    
}
.border-right {
    border-right: 1px dashed #000!important;
}

.red{
    position: relative!important;
    left: 0!important;
    top: 0!important;
}

.referencepictures{
    display:block;
    text-decoration: none!important;
}
.referencepictures:hover {
    background-color: #fff5c5;
}

.sidebarslideactive {
    position:sticky;
    top:120px;
    overflow-y:auto;
    
 
}

label{
    color: white;
}

.importantblocks {
    margin-top: -70px;
}

.c2ashow {
    background: rgba(13,24,52,0.65);
    opacity:1;
    transition: 0.4s;
}

.c2a:hover .c2ashow {
 opacity:1;
  transition: 0.4s;
}

.showbox {
    top:0px;
    left:-100vw;
    position: fixed;
 
    width: 100vw;
    overflow-x: hidden;
    height: 100vh;
    z-index: 19000;
     transition: 1s;
    
}
.positionshowbox {
    transition: 1s;
    left:0vw;
}
.menuhide {
    display:block;
    
}

.bold {
    font-weight: bold;
}

.menushow {
    display:none;
    
}
.videopointer {
    pointer-events:auto!important;
}
.nopointer {
    pointer-events:none;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}



.active {
    
    border-bottom: 2px solid #737373;
    color: #737373!important;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.h3, h3 {
    font-size: 22px;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

.bg-dark-grey{
    background: #414042;
}

.bg-mid-grey{
    background: #58595B;
}

.bg-grey{
    background: #808285;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */



.dashed-underline {
    border-bottom: 1px dashed #000;
}
.container{
    max-width: 100%;
}

.umbraco-forms-form fieldset { 

    padding:0px!important;
}


/* ==========================================================================
   Margin Padding and Border framework
   ========================================================================== */

.m-t-b-small {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-t-b-medium {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-t-b-big {
    margin-top: 50px;
    margin-bottom: 50px;
}

.m-t-b-hero {
    margin-top: 100px;
    margin-bottom: 100px;
}

.m-t-small {
    margin-top: 10px;
}

.m-t-medium {
    margin-top: 20px;
}

.m-t-big {
    margin-top: 50px;
}

.m-t-hero {
    margin-top: 100px;
}

.m-b-small {
    margin-bottom: 10px;
}

.m-b-medium {
    margin-bottom: 20px;
}

.m-b-big {
    margin-bottom: 50px;
}

.m-b-hero {
    margin-bottom: 100px;
}

.noborder-bottom {
    border-bottom: none;
}

.bg-blue {
   background:#00B0E1;
}

.bg-lime {
   background:#ccd839;
}

.loginbutton {
    
    transition: 0.4s;
}


.loginbutton:hover {
    text-decoration: none;
    background: white;
    transition: 0.4s;
    
}

.shopbutton {
    
    transition: 0.4s;
}


.shopbutton:hover {
    text-decoration: none;
    background: white;
    transition: 0.4s;
    
}

.loginbutton:hover p{
    color: black;
    transition: 0.4s;
    
}

/* ==========================================================================
   Header
   ========================================================================== */


.topbar {
    background-color: #434343;
}

#header {
    position: fixed;
    z-index: 29999;
    width: 100%;
}

.logo {
    margin: 20px 0;
	max-width: 183px;
}


/* ==========================================================================
   Menu
   ========================================================================== */
.menushow ul{
    background:black!important;
}
.menushow li, .menushow li a {
    transition: 0.4s!important;
    clear:both;
    color: white!important;
}

.submenu-toggle {
    color: #00B0E1;
}

.fixed-top-nav {
    position: fixed;
    width: 100%;
    z-index: 9988;
}


.trunker{
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
		display: block;
}




.menulinks {
    font-size: 15px;
    font-weight: bold;
    color: white;
    border-bottom: 2px solid transparent;
     transition:0.4s;
}

.menuitem {

    height: 100%;
    list-style: none;
}

.menulinks:hover {
     transition:0.4s;
    text-decoration: none;
color: white;
border-bottom: 2px solid #00B0E1;
}

.activemenu {
    border-bottom: 2px solid #00B0E1;
   
}

.activesubmenu {
    border-bottom: 2px solid #00B0E1!important;
   
}

.activesubsubmenu {
    
    border-width: 0 0 0 2px!important;
     border-style: solid!important;
     border-color: white!important;
    padding-left: 20px;
    transition:0.4s;
    color:#00B0E1!important ;
}

.menuitem:hover .submenu {
   display:block!important;
}

.submenu {
    display:none;
    position: fixed;

    background: #1A1A1A;
}

.submenu li {
    min-width: 200px;
   
}

.submenu a {
    display: inline-block;
    width: 100%;
    color: white;
    font-weight: 600;
     border-bottom: 2px solid #8B8B8B;
      transition:0.4s;
}

.submenu a:hover {
    text-decoration: none;
     transition:0.4s;
     border-bottom: 2px solid #00B0E1;
}

.subsubmenu {
  

}
.subsubmenu li {
   float: none;
   
}



.subsubmenu a {
    display: inline-block;
    width: 100%;
    color: white;
    font-weight: 500;
     border:none;
      transition:0.4s;
}

.subsubmenu a:hover {
     border-width: 0 0 0 2px;
     border-style: solid;
     border-color: white;
    padding-left: 20px;
    transition:0.4s;
    color:#00B0E1 ;
}

li {
     list-style: none;
    float:left;
}

p {
    margin-bottom: 0px;
}

.pwhites p {
    color: white;
}
/* ==========================================================================
   Local menu
   ========================================================================== */

.affix {
  top: 100px;
}


/* ==========================================================================
   SLIDER
   ========================================================================== */
.carousel {
    height: 360px!important;
}
.headerimage {
    height: 360px;
}
#slider-wrapper {
    background: #000;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.caption-wrapper {
    position: relative;
    height: inherit;
}

.slider-caption {
    position: absolute;
    bottom: 40px;
    z-index: 1000;
    height: inherit;
    color: #fff;
}

.slider-caption h4 {
    font-size: 25px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}


.slider-caption h1 {
    font-size: 50px;
    font-weight: 100;
    width: 90%;
    text-transform: uppercase;

    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 10px solid #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.rw-thin {
    font-size: 50px;
  
    border-bottom: 10px solid #fff;
    font-weight: 100;
    text-transform: uppercase;
    padding: 0 0 5px 0;
}

#slider-container {
    width: 100%;
    height: 380px;
    position: relative;
}

.slide {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: -241%;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}



/*skalerings fix */
@media (min-width: 550px) {
    .slide {
        left: -150%;
    }
}

/* ==========================================================================
   Isotope grid
   ========================================================================== */
.jpegs{
	height: 100%;
    margin-top: 20px;
    max-height: 233px;
    width: 100%;
    background-position: 50% 50%;
    background-size: 70%;
    border: 1px solid #ccc;
    background-color: #FBFBFB;
	}
.grid.list .element-item .jpegs {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
	height: 42px;
}
.grid {
    min-height: 400px;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.element-item {
    height: 300px;
}

.grid.list {
    border-top: 1px dotted #ccc;
}

.grid.list .element-item {
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ccc;
    display: block;
    float: left;
}

.grid .element-item {}

.grid .element-item:hover {
    background-color: #FFF5C5;
    cursor: pointer;
}



.grid p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}

.grid .element-item img {
    margin-top: 20px;
	border: 1px solid #ccc;
}

.grid.list p {
    width: 80%;
    white-space: normal;
    overflow: hidden;
    text-overflow: initial;
}

.grid.list .element-item img {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.grid.list .element-item p {
    margin-left: 20px;
    float: left;
}


/* ==========================================================================
   Video overlay
   ========================================================================== */

.video-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 101%;
    z-index: 9988;
}

.video-player {
    background-color: #000;
    position: fixed;
    top: 50%;
    right: 151%;
    width: 900px;
    height: 600px;
    margin-right: -450px;
    margin-top: -300px;
}

.video-player iframe {
    width: 100%;
    height: 100%;
    z-index: 354;
    position: relative;
}

.closeBtn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background-color: #ffe45b;
    padding: 0px 12px;
    font-size: 30px;
    cursor: pointer;
    opacity: 0;
}

.closeBtn:hover {
    background-color: #FFDC5B;
}

.videoShimmer.deviceLink:after {
    content: url(https://microshade.net/media/15014/playbtn.png);
    z-index: 9979;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
}



.hidden {
    display: none !important;
}

.button {
  
    color: #fff;
    padding: 10px 50px 10px 50px;
    border-radius: 20px;
font-weight: bold;
    border:none;
background: #00B0E1;
text-decoration: none;   
   transition: 0.4s;
   display: inline-block;
   font-size: 16px;
}
.button:hover {
    text-decoration: none;
    transform: scale(1.1);
    transition: 0.4s;
       color: #fff;
    

}

.buttonwhite {
    font-size: 16px;
  display: inline-block;
    color: black;
    padding: 10px 50px 10px 50px;
    border-radius: 20px;
font-weight: bold;
    border:none;
background: white;
text-decoration: none;   
   transition: 0.4s;
}
.buttonwhite:hover {
        color: black;
    text-decoration: none;
    transform: scale(1.1);
    transition: 0.4s;
    

}

.c2abutton {
  
    color: #fff;
    padding: 7px 20px 7px 20px;
   border: solid white 2px;

   transition: 0.4s;
   display: inline-block;
   font-size: 18px;
}
.c2abutton:hover {
    text-decoration: none;
    transform: scale(1.1);
    transition: 0.4s;
       color: #fff;
    

}

.formbutton {
  
    color: #fff;
  background:none;
   border: solid #3CA7D9 2px;

   transition: 0.4s;
   display: inline-block;
   font-size: 18px;
}
.formbutton:hover {
    text-decoration: none;
    transform: scale(1.1);
    transition: 0.4s;
       color: #fff;
    

}





/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* video tabs for smartphones and tablets */
.tabs {
    font-size: 0;
    padding: 25px 0;
    background-color: #ffffff;
}
#myAffix{
	background-color: #fff;
    width: 100%;
    padding: 18px;
}
/* 12-01-2018 ADDED TO KEEP SIDEBAR AFFIXED */
#myAffix.affix {position:fixed !important;}
.tabs:after {
    clear: both;
    content: '';
    display: table;
}

.tabs .tab {
    display: inline;
}

.tabs .tab-label {
    background: #eee;
    border: 1px solid #ccc;
    display: inline-block;
    left: 1px;
    margin-left: -1px;
    padding: 10px;
    position: relative;
    vertical-align: bottom;
    width: 33.3333%;
    margin-bottom: 0;
}

.tabs .tab-label h3 {
    font-size: 16px;
    margin: 0;
        cursor: pointer;
}

.tabs .tab > [type="radio"] {
    clip: rect(0 0 0 0);
    height: 1px;
    opacity: 0;
    position: fixed;
    width: 1px;
    z-index: -1;
}

.tabs .tab-panel {
    display: inline;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 0;
}

.tabs .tab-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: #FFE45B;;
    padding: 0 20px;
    border: 1px solid #ccc;
    float: left;
    font-size: 16px;
    font-size: 1.2rem;
    margin-top: -1px;
    width: 100%;
}
.articleTeaser strong{
	font-weight:400;
		}
.tabs .tab [type="radio"]:checked + .tab-label {
    background: #FFE45B;
    border-bottom-width: 0;
    padding-bottom: 11px;
    z-index: 1;
}

.tabs .tab [type="radio"]:checked ~ .tab-panel {
    display: inline;
    background: #FFE45B;
}

/* added 06-09-2017 */
.BusinessPartnerLogoContainer {height:100px;}
.BusinessPartnerLogoContainer .flex-image {max-height:100px; width:auto; max-width:100%;}

.extendOnPrevious {margin-top:-50px;}
.extendOnPrevious .anchor, .extendOnPrevious h2 {display:none;}
.extendOnPrevious .m-t-b-big {margin-top:0;}
.bs-docs-sidenav .extendOnPrevious {display:none;}

.transparent {
    background-color:transparent;
}
.image-heading {

	color: #fff;
	text-align: left;
}

.image-heading h4 {
	font-size: 25px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}


.image-heading h1 {
	font-size: 57px;
	font-weight: 100;
display:inline;
	text-transform: uppercase;

	
	border-bottom: 10px solid #fff;
	text-shadow: 0px 2px 3px rgb(0 0 0);
    box-shadow: 0px 3px 0px 0px rgb(50 50 50 / 50%);

}

/* added 11-05-2018 */
.carousel-heading {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 50;
}
#slider-container.carousel.slide, #slider-container .carousel-inner.slide {
	left: 0 !important;
}
.carousel-heading h4 {
	font-size: 25px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}

.form-mania {
   border:none;
}

.carousel-heading h1 {
	font-size: 50px;
	font-weight: 100;
	width: 90%;
	text-transform: uppercase;

	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 10px solid #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
}
#slider-container.slide {left:0;}
.carousel-inner.slide,
.carousel-inner.slide .item {
	height: inherit !important;
}
#slider-container > .carousel-inner > .item > img {
	max-width: none;
}




/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}





/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {

}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.element-item.alkali          { background: #F00; background: hsl(   0, 100%, 50%); }
.element-item.alkaline-earth  { background: #F80; background: hsl(  36, 100%, 50%); }
.element-item.lanthanoid      { background: #FF0; background: hsl(  72, 100%, 50%); }
.element-item.actinoid        { background: #0F0; background: hsl( 108, 100%, 50%); }
.element-item.transition      { background: #0F8; background: hsl( 144, 100%, 50%); }
.element-item.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element-item.metalloid       { background: #08F; background: hsl( 216, 100%, 50%); }
.element-item.diatomic        { background: #00F; background: hsl( 252, 100%, 50%); }
.element-item.halogen         { background: #F0F; background: hsl( 288, 100%, 50%); }
.element-item.noble-gas       { background: #F08; background: hsl( 324, 100%, 50%); }


.borderdivider {
        border-left: white solid 1px;
}

@media only screen and (max-width: 1319px) {
        .menuhide {
    display:none;
    
}
    .menushow {
    display:block;
    position: fixed;
        left: 0px;
    top: 0px;
 
    z-index:9999;
        width: 100%;
 
}

 .menushow .submenu {
    display:none;
 
}
    
}

@media only screen and (max-width: 1199px) {
    .borderdivider {
        border-left: none;
}
    
     .topcontainer {
     min-height: 0;
     padding-top: 250px;
 }
    .importantblocks {
    margin-top: 0px;
}
    





    .popYellow {
   position: static!important;
    width: 100%;
    background-color: #ffe45b;
    padding: 30px;
    z-index: 100;
    height: auto!important;
    }
    .videoShimmer.deviceLink:after {
  
    top: 25%;
   
}
    .last-content {
    margin-bottom: 0px!important;
    
}



}

@media only screen and (max-width: 910px) {
    .space {
    padding-left: 0rem!important;
    padding-right: 0rem!important;
}
    .largeserver {
        margin-top: -80px;
        margin-bottom: 00px;
    }
    .attach {
   
        right:00;
        z-index: 2;
       bottom:150;
         transform: rotate(0deg);
    }
    .collect {
     
        bottom:0;
        right: 0;
        z-index: 1;
        transform: rotate(0deg);
    }
}

@media only screen and (max-width: 767px) {
    .largeserver {
        margin-top: -80px;
        margin-bottom: 00px;
    }
    .attach {
        position: static;
        right:0;
        z-index: 2;
       bottom:0;
         transform: rotate(0deg);
    }
    .collect {
        position: static;
        bottom:0;
        right: 0;
        z-index: 1;
        transform: rotate(0deg);
    }
    
    .underoverskrift {
    font-size: 24px!important;

}
 .topcontainer {
     min-height: 0;
     padding-top: 150px;
 }

.large {
	font-size: 30px!important;
	
}
h1 {
    font-size: 60px!important;

}
h2 {
    font-size: 36px!important;
   
}
      .videoShimmer.deviceLink:after {
  
    top: 
    50%;
   
}

 

}

@media only screen and (max-width: 522px) { 
    .image-heading h1 {
    font-size: 10vw;
    line-height: 1.5;
  
}
    
}
.logocontainer {
    position: absolute;
    right:0;
    top: -20px;
    max-width: 150px;
}
.navigation { 
padding: 30px;
background: black;
    
}
#menuToggle
{
  display: block;
  position: relative;

  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background:white!important;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  max-width: 600px;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}
















.register-checkbox-wrapper {
  display: flex;
  gap: 1em;
  align-items: start;
}





.video-list {
    display: flex;
    gap: .5em;
    margin-top: .5em;
}

.video-list__item img {
    max-width: 100%;
    max-height: 100px;
}

.video-list__item {
    border: 3px solid transparent;
    padding: 0;
    margin: 0;
    background: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .video-list__item:hover,
    .video-list__item--active {
        border-color: #00B0E1;
    }


.video-list__play-icon {
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    background-color: rgba(0,0,0,.6);
    border-radius: 30px;
    padding: 5px 1px 5px 5px;
}

#termsAccept.invalid+label {
    color:red;
}

table, td {
    border:none;
}

table {
    font-size: 18px;
}

/**umb_name:h1*/
h1 {
	font-size: 108px;
	font-weight: bold;
	line-height: 0.9;
	word-break: break-word;
}

/**umb_name:h2*/
h2 {
	font-size: 59px;
	font-weight: bold;
	line-height: 1;
	word-break: break-word;
}

/**umb_name:Tiny*/
.tiny {
	font-size: 14px;
	line-height: 1;
}

/**umb_name:White*/
.white {
	color: white;
}

/**umb_name:Blue*/
.blue {
	color:#00B0E1;
}

/**umb_name:Larger*/
.large {
	font-size: 53px;
	font-weight: bold;
	line-height: 1;
}

/**umb_name:h3*/
h3 {
	font-size: 27px;
	font-weight: bold;
}

/**umb_name:Uppercase*/
.text-uppercase {
	text-transform: uppercase;
}

/**umb_name:Large*/
.notaslarge {
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
}

/**umb_name:Login headers*/
.loginheader {
	font-size: 30px;
}

/**umb_name:Button*/
.button {
	min-width: initial;
}

/**umb_name:White button*/
.buttonwhite {
	min-width: initial;
}

/**umb_name:Little larger*/
.littlelarger {
	font-size: 18px;
}
