#container {
    margin: 0;
    padding: 0;
}

img.flag {
    height: 25px;
    border: 1px solid #888;
}

.hero-introduction a {
    color: white;
}

.hero-caption {
    display: none;
    background-color: transparent;
    font-size: 32px;
    line-height: 36px;
    padding-top: 10px;
    text-align: center;
    padding: 5pt;
    background: #333333;
    background: rgba(0, 0, 0, 0.50);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero-unit {
    padding: 10px;
    padding-left: 100px;
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    margin-top: -20px;
    border-radius: 0;
    height: 600px;
    max-width: 800px;
}

h1.hero-title {
    font-size: 48px;
    line-height: 54px;
    font-weight: bold;
    margin-top: 30px;
    color: var(--primary);
}

.hero-introduction {
    font-size: 24px;
    line-height: 33px;
    margin-top: 50px;
    max-width: 700px;
    font-weight: normal;
}

.hero-unit .buttons {
    text-align: left;
    margin-top: 50px;
}

.hero-unit .btn-primary,
.hero-unit .btn-secondary {
    font-size: 24px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid var(--primary);
}

.hero-unit .btn-secondary {
    background-color: var(--background-color);
    color: var(--primary);
    margin-left: 20px;
    min-width: 180px;
}

.hero-unit .btn-secondary:hover {
    background-color: var(--menu-background);
}

.container {
    max-width: none;
    width: auto;
    padding: 0;
}

.subbox {
    text-align: center;
    width: 33%;
    padding: 20px;
    background: var(--menu-background);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.gratisbox {
    display: none;
    background: var(--menu-background);
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 14px;
}

.gratisbox ul {
    list-style-type: none;
    padding: 0;
}

.gratisbox ul li i {
    margin-right: 10px;
}

.icon-background {
    color: var(--menu-hover) !important;
}

#integration {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

#integration > div {
    background: var(--menu-background);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 25%;
    padding: 20px;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -2;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 25s linear infinite;
    bottom: -150px;
    background-color: var(--menu-background);
    z-index: -2;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

#h1smaforetag {
    display: none;
}

@media (max-width: 767px) {

    .hero-unit .btn-primary,
    .hero-unit .btn-secondary {
        padding-right: 10px;
        padding-left: 10px;
    }

    .hero-introduction {
        font-size: 24px;
        line-height: 30px;
    }

    .hero-unit .btn-secondary {
        min-width: 0;
    }

    #integration {
        box-sizing: border-box;
        flex-direction: column;
        margin: 0;
    }

    #integration > div {
        box-sizing: border-box;
        width: auto;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    #h1bokfpgm, #h1smaforetag {
        display: inline;
        font-size: 36px;
    }

    .gratisbox {
        display: block;
    }

}

.hero-banner {
    display: none;
}

@media (min-width: 1100px) {
    .hero-banner {
        display: block;
        font-size: 24px;
        line-height: 40px;
        font-weight: bold;
        color: white;
        padding: 15px;
        padding-bottom: 4px;
        padding-top: 8px;
        _background-color: transparent;
        _background: #333333;
        _background: rgba(0, 0, 0, 0.30);
        text-align: center;
        margin-top: 30px;
        margin-right: 0px;
    }

    .hero-banner2 {
        font-size: 16px;
        font-style: italic;
    }
}

.hero-image {
    width: 300px;
    z-index: -1;
    margin-left: 100px;
    background-image: url(../images/mobilescreen.png?v=2);
    background-size: contain;
    background-repeat: no-repeat;
}

.subbox-row {
    display: flex;
    flex-direction: row;
    margin-left: 20px;
    margin-right: 20px;
}

.login-form {
    display: none;
}

.imagetext {
    background-color: var(--menu-background); 
    padding: 20px;
    padding-left: 50px; 
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    flex-grow: 4;
}

.imagetext ul {
    max-width: 500px;
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.imagetext ul li {
    padding-bottom: 10px;
    padding-top: 10px;
}

.imagephoto {
    height: 400px;
    width: 518px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: url(../images/people.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.imagephoto_mobile {
    display: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.imageandtext {
    margin-top: 20px; 
    margin-left: 20px;
    margin-right: 20px;
    display: flex; 
    flex-direction: row; 
    padding: 10px; 
    box-sizing: border-box;		
}

.fa-li i {
    font-size: 18px;
}

.subbox {
    _animation: fadeIn 3s;
    animation-fill-mode: forwards;
    _opacity: 0;
}

.subbox:nth-child(2) {
    animation-delay: 0.3s;
}

.subbox:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.subbox .fa {
    color: var(--primary);
}

.subbox h3 {
    margin-top: 20px;
    font-size: 24px;
}

@media (max-width: 1200px) {

    .imagephoto {
        display: none;
    }

    .imagephoto_mobile {
        display: block;
        height: 500px;
        width: 234px;
        background-image: url(../images/people_mobile.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }

    .imagetext {
        padding-left: 20px;
    }
}

@media (max-width: 979px) {
    .hero-unit {
        margin-right: 0px;
        margin-left: -20px;
        padding-right: 30px;
        padding-left: 50px;
    }

    h1.hero-title {
        margin-top: 30px;
    }

}

@media (max-width: 767px) {
    .hero-unit {
        _padding: 10px;
        _padding-left: 20px;
        _padding-right: 20px;
        padding-bottom: 40px;
        margin-top: -20px;
        margin-right: 0px;
        height: auto;
    }

    h1.hero-title {
        margin-top: 30px;
        text-align: center;
        font-size: 42px;
    }

    .hero-unit .buttons {
        text-align: center;
    }

    .hero-image {
        display: none;
    }

    .subbox-row {
        flex-direction: column;
        align-items: center;
    }

    .subbox {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    form.login-form {
        display: block;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 30px;
        margin-top: 30px;
        max-width: none;
    }

    .imageandtext {
        padding: 0;
    }

    .imagephoto_mobile {
        display: none;
    }

    .imagetext {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;		
    }


}

@media (max-width: 480px) {
    #lasmerButton {
        display: none
    }

    #h1bokfpgm, #h1smaforetag {
        font-size: 30px;
    }

}
