
@font-face {
    font-family: 'TT Interfaces';
    src: url('../webfonts/TTInterfaces-Regular.eot');
    src: url('../webfonts/TTInterfaces-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TTInterfaces-Regular.woff2') format('woff2'),
        url('../webfonts/TTInterfaces-Regular.woff') format('woff'),
        url('../webfonts/TTInterfaces-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Interfaces';
    src: url('../webfonts/TTInterfaces-Bold.eot');
    src: url('../webfonts/TTInterfaces-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/TTInterfaces-Bold.woff2') format('woff2'),
        url('../webfonts/TTInterfaces-Bold.woff') format('woff'),
        url('../webfonts/TTInterfaces-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


:root, :host {
    --main-font: "TT Interfaces", serif;
    --background-color: #FBFBFB;
    --main-color: #2B2B2B;
    --ormsson-orange: #FF611A;
    --ormsson-darkgreen: #003540;
    --ormsson-pink: #FE697D;
    --ormsson-ligthgrey: #F3F3F3;
    --ormsson-darkgrey: #8B8B8B;
    --ormsson-grey: #B3B3B3;
    --ormsson-yellow: #FCDB00;
    --ormsson-lightertext: #808080;
}

::selection {
    background: var(--ormsson-darkgreen);
    color: #FFF6E3;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background:  var(--ormsson-darkgreen);
    color:#FFF;
    font-family: var(--main-font);
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding:30px 0 0;
    margin:0 auto;
    height: 100%;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased !important;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
    text-align: center;
    overflow: hidden;
}

.skjar {
    height:100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    top:0;
    left: 0;
}

select, input, textarea {
    font-family: var(--main-font);
}

#mc_embed_signup {
    margin: 20px auto;
    max-width: 600px;
    width:100%;
    color:#fff;
}

.indicates-required {
    display: none;
}

.merki {
    background-image: url(Logo.svg);
    width: 540px;
    height: 83px;
    margin: 40px auto;
    background-size: cover;
}

.lysing {
    width: 640px;
    margin: 0px auto 40px;
    font-size: 20px;
    color:#FFF6E3;
}

.lysing strong {
    font-size: 20px;
    color:#fff;
}

label {
    display: none !important;
}

input {
    border-radius: 4px !important;
    width: 100%;
    font-size: 20px;
    background-color: #fff;
    border: 1px solid #003540;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: #003540;
    color:#FFF6E3;
    font-size: 16px;
    margin-bottom: 5px;
}

#mc_embed_signup .button {
    background-color: #fff6e3;
    color: #003540;
    width: calc(100% - 20px);
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 0;
    font-size: 20px;
    height: auto;
}

#log {
    width: 96%;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0 20px;
    color:#fff6e3;
}

#mce-success-response {
    font-size: 0;
    opacity: 0;
}

#mc_embed_signup .button:hover {
    background-color: #6993FF;
    color: #fff;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 2px solid #FF611A;
}

.bladra_1 {
    height: 726px;
    width: 331px;
    position: absolute;
    left:-60px;
    bottom: 0px;
    background-image: url(bladra.png?v=1);
    background-size: 331px 826px;
    z-index: 1;
    transform:rotate(-15deg);
}

.bladra_2 {
    height: 726px;
    width: 331px;
    position: absolute;
    left:160px;
    bottom: -80px;
    background-image: url(bladra.png?v=1);
    background-size:  331px 826px;
    z-index: 2;
    transform:rotate(9deg);
}

.bladra_3 {
    height: 726px;
    width: 331px;
    position: absolute;
    right:-60px;
    bottom: 0px;
    background-image: url(bladra.png?v=1);
    background-size:  331px 826px;
    z-index: 1;
    transform:rotate(9deg);
}

.bladra_4 {
    height: 726px;
    width: 331px;
    position: absolute;
    right:160px;
    bottom: -90px;
    background-image: url(bladra.png?v=1);
    background-size:  331px 826px;
    z-index: 2;
    transform:rotate(-15deg);
}