@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poiret+One&display=swap');
body {
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6, header * {
    font-family: 'Poiret One', cursive;
}
.image-row > img {
    margin: 5px;
}

.image-row {
    display: flex;
    padding-bottom: 50px;
}

.splash-image img {
    display: block;
    width: 100%;
}

.splash-image {
    display: block;
    width: 100%;
}

.section-plain {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-top: 48px;
    margin-bottom: 48px;
    color: inherit;
    background-color: rgb(248, 248, 248);
}

h1 > a:hover, h2 > a:hover, h3 > a:hover, h4 > a:hover {
    text-decoration: underline;
}

h1 > a, h2 > a, h3 > a, h4 > a {
    text-decoration: none;
    color: inherit;
}

b, strong {
    font-weight: bolder;
}

i, em {
    font-style: italic;
}
ul,ol {
    padding-bottom: 50px;
}
.twotypes {
    padding-bottom: 85px;
}
.twotypes > li > ul {
    padding-bottom: 15px;
}

.twotypes > li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.center-heading h1 {
    line-height: inherit;
}

.splash-text {}.ydelser h4 {
    padding-bottom: 0px;
}

.ydelser h2 {
    padding-bottom: 30px;
}

.ydelser h3 h2 {
    padding-bottom: 30px;
}

.ydelser h3 {
    padding-bottom: 30px;
}

.ydelser > h3 {
    padding-bottom: 30px;
}

.list {
    display: inline-block;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bot {
    position: absolute;
    opacity: 0;
    top: -10000px;
    left: -10000px;
}

.round > img {
    box-shadow: none !important;
    width: 100% !important;
    display: block;
}

.round {
    overflow: hidden;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    margin: 30px;
}

@media (max-width: 767px) {
    .mobile-nav * {
        color: rgb(51, 51, 51) !important;
    }
    .mobile-nav {
        box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    }
}

html, body {
    font-size: 18px;
    line-height: 1.5;
}

body > header {
    border: medium none;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    color: white;
    background-color: rgb(0, 0, 0);
}

body > header > nav {
    border: medium none;
    background-color: rgb(0, 0, 0);
    font-size: 20px;
}

body > header > nav .btn-link {
    color: white;
    text-decoration: none;
    font-size: inherit;
    font-weight: 600;
}

body > header > nav .btn-link:hover {
    color: inherit;
}

body > header > nav .btn-link ~ nav a, body > header > nav .btn-link ~ nav .btn-link {
    color: black;
}

body > header * {
    color: inherit;
    font-weight: 600;
}

.padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Xsignin {
    display: none !important;
}

.signin {
    margin-right: 18px;
}

@keyframes zoomInAni {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

.zoom {
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-name: zoomInAni;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

.splash-column {
    position: relative;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.sub-splash {
    flex: 1 1 0%;
    background-color: white;
    margin-top: -2px;
    padding-top: 12px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px;
    padding-bottom: 100px;
    margin-bottom: -100px;
    min-height: 60%;
    z-index: 2;
    overflow: hidden;
}

.splash {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
}

.splash > div {
    position: absolute;
    width: 100%;
    padding-bottom: 40%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.splash img {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: -1;
}

.splash .text {
    position: absolute;
    font-family: 'Poiret One', cursive,sans-serif;
    width: 60%;
    left: 0px;
    top: 40%;
}

.blur {
    filter: blur(0.2vw);
}

.cover {
    position: relative;
    width: 100%;
    padding-bottom: 40%;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
    overflow: hidden;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover > img {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    z-index: -1;
}

.cover > .text {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 34%;
}

.section {
    width: 100%;
    text-align: center;
    padding-top: 48px;
    padding-bottom: 30px;
    margin-bottom: 38px;
    color: inherit;
    background-color: rgb(248, 248, 248);
}

.bottom-section {
    width: 100%;
    text-align: center;
    margin-top: 80px;
    padding-top: 100px;
    padding-bottom: 48px;
    color: inherit;
    margin-bottom: -100px;
    position: relative;
}

.bottom-section::after {
    content: "";
    top: 0;
    left: -500%;
    display: block;
    position: absolute;
    transform: rotate(3.14deg);
    width: 1000%;
    height: 200%;
    background-color: rgb(248, 248, 248);
    z-index: -1;
}

.cta {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 85px;
}

.cta, .cta a {
    color: white;
    text-decoration: none;
}

.cta::after {
    content: "";
    top: -100%;
    padding-top: 100px;
    left: -500%;
    display: block;
    position: absolute;
    transform: rotate(3.14deg);
    width: 1000%;
    height: 200%;
    min-height: 190px;
    background-color: rgb(0, 0, 0);
    z-index: -1;
}

ul.check {
    display: inline-block;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

ul.check li {
    padding-bottom: 5px;
    list-style: outside none none;
}

ul.check li::before {
    font-family: FontAwesome;
    content: " ";
}

.hero {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 48px;
    margin-bottom: 30px;
    color: inherit;
    background-color: rgb(238, 238, 238);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
}

.hero p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

small {
    color: rgb(102, 102, 102);
}

.container img {
    box-shadow: rgb(102, 102, 102) 0px 0px 5px;
    width: calc(100% - 10px);
}

.main-content {
    margin-right: auto;
    margin-left: auto;
}

.body-footer {
    position: relative;
    line-height: 50px;
    background-color: rgb(239, 239, 239);
}

.body-footer a {
    text-decoration: none;
    color: rgb(33, 37, 41);
}

.body-footer a:hover {
    text-decoration: underline;
}

.contact-form .form-control {
    margin-bottom: 4px;
}

.profile_video {
    position: relative;
    display: inline-block;
    max-height: 360px;
}

.profile_video > video {
    border-radius: 360px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 3px;
    cursor: pointer;
}

.profile_video > video:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px 5px;
}

.profile_video_controls {
    position: absolute;
    left: -20px;
    bottom: 0px;
}

.profile_video_controls > button {
    background-color: transparent;
    border: medium none;
    color: rgba(0, 0, 0, 0.3);
    font-size: 40px;
}

.profile_video_controls > button:hover {
    color: black;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: rgb(238, 238, 238) currentcolor currentcolor;
    border-style: solid none none;
    border-width: 1px 0px 0px;
    border-image: none 100% / 1 / 0 stretch;
}

.modal-content {
    position: relative;
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 3px 9px;
}

.modal-content button {
    margin-top: -50px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid rgb(229, 229, 229);
}

.table {
    border-collapse: collapse !important;
}

.text-success {
    color: rgb(60, 118, 61);
}                                                  