﻿h1 {
    font-size: 1.855em;
    margin: 1.5em 0;
    line-height: 1.23;
}

h2 {
    font-size: 1.2em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1em;
    margin: 0.5em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

.salesunit-header {
    align-items: center;
    background: #1b1464;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    font-size: 17px;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 2rem;
    padding: 0.75em 30px;
}
    .salesunit-header h1 {
        color: white;
        font-size: 1.5em;
        margin: 0;
    }

    .salesunit-header h1:before {
        background-repeat: no-repeat;
        background-size: 34px 20px;
        content: '';
        display: inline-block;
        margin-right: 15px;
        height: 20px;
        width: 34px;
    }

.sales-unit-header-select {
    max-width: 50%;
}

@media all and (max-width: 600px) {
    .salesunit-header {
        align-items: start;
        flex-direction: column;
        gap: 10px;
        padding-top: 20px;
    }

    .sales-unit-header-select {
        max-width: 100%;
    }
}

.apollorejserdk h1:before {
    background-image: url('/content/Img/denmark.svg');
}
.apollomatkatfi h1:before {
	background-image:url('/content/Img/finland.svg');
}
.apollono h1:before {
    background-image:url('/content/Img/norway.svg');
}
.apollose h1:before {
    background-image:url('/content/Img/sweden.svg');
}
.apolloreizennl h1:before {
    background-image: url('/content/Img/netherlands.svg');
}