/* 
    Created on : 26-01-2021, 16:22:57
    Author     : Martin Brink Madsen
    Company    : Zakobo ApS
*/

/* =========================================================== */
/* ===================== General Styles ====================== */
/* =========================================================== */
.customerLogo{
    max-width: 100%;
    max-height: 110px;
    padding: 5px;
}

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}

.verticalAlign-middle{
    vertical-align: middle;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
    top: 50%;
    transform: translateY(-50%);
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

body {
    font-family: 'Montserrat', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}
#main.subPage {
    padding-top: 100px;
}
a {
    color: #3dc37d;
    transition: 0.5s;
}
nav.bg-dark {
    background-color: rgba(0,0,0,0.85) !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
    border-bottom: 3px solid transparent;
    transition: all .1s linear;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
    border-bottom: 3px solid #3DC37D;
}
.overlayBackground {
    position: relative;
    z-index: 2;
}
.btn-primary {
    background-color: #3DC37D;
    border-color: #3DC37D;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #3DC37D;
    border-color: #3DC37D;
}
.btn-primary:hover {
    color: #fff;
    background-color: #359c66;
    border-color: #359c66;
}
.btn-custom {
    background-color: #3DC37D;
    border-color: #3DC37D;
}
h3.header {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
h3.header::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
h3.header::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3dc37d;
    bottom: 0;
    left: calc(50% - 20px);
}

#customerLogoSection {
    color: #fff !important;
    padding: 60px 0;
    position: relative;
    z-index: 2;
    background-image: url(/img/graphic/about-bg.jpg);
    background-color: rgba(255,255,255,0.9);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
#customerLogoSection h3, #customerLogoSection p, #customerLogoSection small, #customerLogoSection a {
    color: #000 !important;
}
#customerLogoSection h3 {
    color: #000 !important;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
#customerLogoSection h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
#customerLogoSection h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3dc37d;
    bottom: 0;
    left: calc(50% - 20px);
}
#customerLogoSection h4 {
    color: #fff !important;
    font-weight: bold;
    border-left: 3px solid #3DC37D;
    padding-left: 7px;
}
#customerLogoSection header p {
    color: #fff !important;
    text-align: center;
    padding-bottom: 30px;
}
#customerLogoSection:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#customerLogoSection .container {
    position: relative;
    z-index: 2;
}
/* =========================================================== */
/* ===================== Navbar Styles ======================= */
/* =========================================================== */
.navbar-brand {

}
.navbar-brand img {
    max-height: 35px;
    max-width: 200px;
}
/* =========================================================== */
/* ===================== Banner Styles ======================= */
/* =========================================================== */
#mainBannerArea {
    display: block;
    min-height: 100vh;
    position: relative;
    background-color: #1E1D1C;
    background-image: url(/img/banner/dark_bg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
#mainBannerArea:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}
#mainBannerArea .container {
    position: relative;
    z-index: 1;
}
#mainBannerArea .bannerContentArea {
    position: relative;
    z-index: 2;
    padding-top: 60px;
}
#mainBannerArea .bannerContentHeader .interiorContent {
    color: #fff !important;
}
#mainBannerArea .bannerContentHeader .interiorContent p {
    color: #fff !important;
    text-align: center;
}

/* ==== Logo styles ==== */
@keyframes spinLogo360 {
    from {
        transform: rotate(00deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes moveLogoText {
    from {
        right: 100%;
    }
    to {
        right: 0%;
    }
}
.logoBannerHeader {
    position: relative;
    top: 0;
    margin: 30px auto 30px auto;
    max-width: 95%;
    height: 75px;
    padding-left: 75px;
    overflow: hidden;
    border-top-left-radius: 75px;
    border-bottom-left-radius: 75px;
}
.logoBannerHeader:before {
    content: " ";
    display: block;
    width: 75px;
    height: 75px;
    background-image: url(/img/logo/logo_250x250.png);
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10001;
    border-radius: 100%;
    background-color: #3DC37D;
}
.logoBannerHeader span {
    position: absolute;
    right: 0%;
    font-weight: 400;
    font-size: 4.7em;
    line-height: 75px;
    display: inline-block;
    overflow: hidden;
    text-align: right;
    z-index: 10000;
}
@media (min-width: 600px) {
    #mainBannerArea .bannerContentHeader {
        min-height: 45vh;
        position: relative;
    }
    #mainBannerArea .bannerContentHeader .interiorContent {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        transform: translateY(-50%);
    }
    .logoBannerHeader {
        height: 150px;
        padding-left: 150px;
        max-width: 600px;
    }
    .logoBannerHeader:before {
        width: 150px;
        height: 150px;
    }
    .logoBannerHeader span {
        font-size: 9em;
        line-height: 150px;
    }
}
/* ==== Banner box styles ==== */
#mainBannerArea .bannerContentBoxArea {
    clear: both;
    padding-bottom: 30px;
}
#mainBannerArea .clubTypeBox, #mainBannerArea .unionTypeBox {
    display: block;
    border-radius: 35px;
    overflow: hidden;
    width: 100%;
    height: 75px;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 20px 0px #000;
}
#mainBannerArea .clubTypeBox:before, #mainBannerArea .unionTypeBox:before {
    content: " ";
    background-color: rgba(0,0,0,0.4);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s linear;
    ;
}
#mainBannerArea .clubTypeBox:hover:before, #mainBannerArea .unionTypeBox:hover:before {
    background-color: rgba(0,0,0,0);
}
#mainBannerArea .clubTypeBox h3, #mainBannerArea .unionTypeBox h3 {
    display: block;
    font-weight: 500;
    font-size: 1.4em;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px #000;
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
#mainBannerArea .unionTypeBox {
    height: 100%;
    min-height: 130px;
}
#mainBannerArea .unionWrapper {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    #mainBannerArea .unionWrapper {
        margin-bottom: 0px;
    }
    #mainBannerArea .bannerContentBoxArea {
        padding-bottom: 0;
    }
    #mainBannerArea .clubTypeBox {
        margin: 30px 0 0 0;
    }
    #mainBannerArea .clubTypeBox:first-child {
        margin-top: 0;
    }
    #mainBannerArea .unionTypeBox {
        margin-bottom: 0;
    }
}
/* ==== Front Slider box styles ==== */
.sliderFrontBox {
    position: relative;
    min-height: 60vh;
    background-color: #191919;
    color: #fff;
    padding: 30px;
}
.sliderFrontBox.imageBox {
    background-image: url(/img/placeholder_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sliderFrontBox.imageBox img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.sliderFrontBox.textBox {

}
.sliderFrontBox.textBox .textContent {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.sliderFrontBox.textBox h2 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.7em;
}
.sliderFrontBox.textBox h2:after {
    content: " ";
    width: 150px;
    max-width: 80%;
    height: 5px;
    background-color: #3DC37D;
    position: absolute;
    top: 100%;
    left: 0;
}
.sliderFrontBox.textBox h4 {
    font-size: 1.2em;
    font-weight: bold;
    border-left: 3px solid #3DC37D;
    padding-left: 7px;
}
.sliderFrontBox.textBox p {
    font-size: 1em;
}
.sliderFrontBox.textBox ul {
    padding-left: 35px;
    list-style: none;
}
.sliderFrontBox.textBox li {
    position: relative;
    font-size: 1em;
    line-height: 1.7em;
}
.sliderFrontBox.textBox li i {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 1921px) {
    .sliderFrontBox.textBox li i {
        top: 55%;
    }
    .sliderFrontBox.textBox .textContent {
        width: 850px;
        max-width: 90%;
        padding-left: 30px;
        position: relative;
    }
    .sliderFrontBox:first-child.textBox .textContent {
        float: right;
    }
    .sliderFrontBox.textBox h2 {
        font-size: 1.9em;
    }
    .sliderFrontBox.textBox h4 {
        font-size: 1.4em;
    }
    .sliderFrontBox.textBox p {
        font-size: 1.2em;
    }
    .sliderFrontBox.textBox li {
        position: relative;
        line-height: 1.9em;
        font-size: 1.2em;
    }
}
/* ==== Section styles ==== */
section header h3 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
/* === Citat styles ==== */
#customerQuotes {
    padding: 60px 0;
    position: relative;
    z-index: 2;
    background-image: url(/img/graphic/honeycomb_pattern_v8.png);
    background-color: #2C995F;
    background-size: 3%;
}
#customerQuotes h3 {
    font-size: 28px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
#customerQuotes h4 {
    font-size: 22px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
#customerQuotes h5 {
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
#customerQuotes small {
    position: relative;
    font-size: 12px !important;
    color: #fff !important;
    font-weight: 400 !important;
}
#customerQuotes small::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: -14px;
    left: calc(50% - 60px);
}
#customerQuotes small::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3dc37d;
    bottom: -15px;
    left: calc(50% - 20px);
}

/* ==== Support styles ==== */
#supportSection {
    color: #fff !important;
    padding: 60px 0;
    position: relative;
    z-index: 2;
    background-image: url(/img/graphic/support_bg_v1.jpg);
    background-color: rgba(255,255,255,0.9);
    background-size: cover;
    background-position: center center;
}
#supportSection h3, #supportSection p, #supportSection small, #supportSection a {
    color: #fff !important;
}
#supportSection h3 {
    color: #fff !important;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
}
#supportSection h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}
#supportSection h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #3dc37d;
    bottom: 0;
    left: calc(50% - 20px);
}
#supportSection h4 {
    color: #fff !important;
    font-weight: bold;
    border-left: 3px solid #3DC37D;
    padding-left: 7px;
}
#supportSection header p {
    color: #fff !important;
    text-align: center;
    padding-bottom: 30px;
}
#supportSection:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
#supportSection .container {
    position: relative;
    z-index: 2;
}
/* ==== Footer styles ==== */
#footer {
    font-size: 14px;
}
#footer .footer-top {
    color: #fff !important;
    background: #111;
    padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info h3 {
    font-size: 34px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    border-left: 4px solid #3dc37d;
}
#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #eee;
}
footer .footer-top h4 {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
}
#footer .footer-top h4::before {
    right: 0;
    background: #555;
}
#footer .footer-top h4::after {
    background: #3dc37d;
    width: 60px;
}
#footer .footer-top .footer-links {
    margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ddd;
}
#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul a {
    color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
    color: #3dc37d;
}
#footer .footer-top .footer-contact p {
    line-height: 26px;
}
#footer .copyright {
    text-align: center;
    padding-top: 30px;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
    background: #3dc37d;
    border: 0;
    width: 35%;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    cursor: pointer;
}
/* ==== Om os kasser ==== */
.workerBox {
    display: block;
    width: 80%;
    margin: 0 auto 30px auto;
    padding-bottom: 75px;
    overflow: hidden;
    position: relative;
    background-color: #3dc37d;
    border-radius: 35px;
}
.workerBox img {
    width: 100%;
    height: auto;
}
.workerBox h3 {
    color: #fff;
    margin: 0;
    background-color: #3dc37d;
    display: block;
    text-indent: 10px;
    padding-top: 10px;
    padding-left: 15px;
    width: 99%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workerBox h4 {
    color: #fff;
    font-style: italic;
    font-weight: 100;
    font-size: 1.1em;
    background-color: #3dc37d;
    display: block;
    padding-bottom: 20px;
    padding-left: 15px;
    text-indent: 10px;
}
.workerBox .descBox {
    position: absolute;
    top: 84%;
    left: 0;
    background-color: rgba(61, 195, 125, 0.85);
    height: 100%;
    transition: all .2s linear;
    overflow: scroll;
    width: 100%;
}
.workerBox .descBox::-webkit-scrollbar {
    width: 0 !important
}
.workerBox .descBox {
    overflow: -moz-scrollbars-none;
}
.workerBox .descBox {
    overflow: -moz-scrollbars-none;
}
.workerBox:hover .descBox {
    top: 0%;
}
.workerBox .descBox p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
    padding: 15px;
}
.workerBox .descBox p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 100;
    padding: 15px;
}