body {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

body > div {
    padding-top: 1rem;
}

h1, h2, h3 {
    width: 100%;
    text-align: left;
    text-transform: uppercase;
}

h1 {
    font-size: 2rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

h2 {
    font-size: 1.4rem;
}

h1.headline {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
}

h1.headline:after {
    content: "";
    position: absolute;
    border-top: 4px solid #dfdedc;
    left: 42%;
    bottom: 0;
    width: 15%;
    height: 0;
}

p {
    font-size: 1.1rem;
    line-height: 1.5;
    /*color: #000000;*/
}

li {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #000000;
}

.headline-white p {
    color: #FFFFFF;
}

#header {
    height: 50px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    background: #000427;
}

#header img {
    height: 45px;
    padding-top: 2px;
}

@media screen and (max-width: 400px) {
    #header img {
        padding-top: 10px;
        height: 35px;
    }
}

#header .countries img {
    height: 1.5rem;
}

#header .container {
    text-align: left;
}

#header .countries img {
    height: 1.5rem;
}

#main {
    padding-top: 70px;
    position: relative;
}

#main .bg-img {
    width: 100%;
    background-color: #f1f1f1;
}

.moodImage1 {
    height: 35rem;
    background: url("img/bg-1.jpg") no-repeat bottom center;
    background-size: cover;
    /*width: 100%;*/
}

.moodImage1 .container div {
    max-width: 500px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    color: #58b3e0;
}

.moodImage1 .container p {
    padding: 0;
    margin: 0;
    text-align: center;
}

.moodImage2 {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.moodImage2 .container {
    display: flex;
    flex-direction: row;
}


.moodImage2 .headline,
.moodImage2 .smallContainer h3 {
    color: #58b3e0;
}

.moodImage2 .smallContainer h3,
.moodImage2 .smallContainer p {
    text-align: center;
}

.moodImage3 h1 {
    color: #58b3e0;
}

.moodImage3 h1,
.moodImage3 p {
    text-align: center;
}

.moodImage3 img {
    max-width: 100%;
}

.moodImage4 {
    height: 60rem;
    margin-bottom: 4rem;
    background: url("img/bg-2.jpg") no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 2000px) {
    .moodImage1 {
        height: 27rem;
    }
    .moodImage4 {
        height: 29rem;
    }
}

@media screen and (max-width: 1500px) {
    .moodImage1 {
        height: 23rem;
    }
    .moodImage4 {
        height: 23rem;
    }
}

@media screen and (max-width: 1200px) {
    .moodImage1 {
        height: 20rem;
    }
    .moodImage4 {
        height: 20rem;
    }
}

@media screen and (max-width: 1000px) {
    .moodImage1 {
        height: 18rem;
    }
    .moodImage4 {
        height: 18rem;
    }
}

@media screen and (max-width: 768px) {
    .moodImage1 {
        height: 11.45rem;
    }
    .moodImage4 {
        height: 12rem;
    }
}

@media screen and (max-width: 600px) {
    .moodImage1 {
        height: 8rem;
    }
    .moodImage4 {
        height: 8rem;
    }
}


.moodContentCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.moodContentCenter div {
    text-align: center;
}

.moodContentCenter h1,
.moodContentCenter h2 {
    padding: 0;
    margin: 0;
    text-align: center;
}

.moodContentLeft {
    display: flex;
    align-items: center;
    height: 32rem;
    max-width: 50%;
    text-align: left;
}

.moodContentLeft h1,
.moodContentLeft h2,
.moodContentLeft p {
    color: #FFFFFF;
    text-align: left;
}

.moodImage1 h1 {
    text-transform: uppercase;
    font-size: 2.5rem;
}

.button a {
    color: #FFFFFF;
    text-decoration: none;
    border: 1px solid #58b3e0;
    padding: 1rem 4rem;
    border-radius: 0.2rem;
}

.button a:hover {
    background-color: #d1b3d6;
}

.container {
    z-index: 1;
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    text-align: left;
    overflow: hidden;
}

.container.align-row {
    display: flex;
    flex-direction: row;
}

.verticalContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.smallContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    width: 33%;
    flex-grow: 2;
    background: #fbfbfb;
    margin: 0.5rem;
}

.smallContainer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}

.smallContainer img {
    height: 40px;
    padding-bottom: 10px;
}

.smallContainer img.fullWidth {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.smallContainer p {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
}

.smallContainer2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    max-width: 50%;
    margin: 0;
}

.smallContainer2 .content {
    padding: 2rem;
}

.smallContainer2 h3 {
    color: #58b3e0;
}

.smallContainer2 h3,
.smallContainer2 p {
    text-align: center;
}

.numbering {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.numbering .circle {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    background: #bc89ce;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}

.numbering .line {
    width: 100%;
    height: 3px;
    background: rgb(188,137,206);
    background: radial-gradient(circle, rgba(188,137,206,1) 0%, rgba(255,255,255,1) 95%);
}

.horizontalContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

span {
    font-size: 0.7rem;
    color: #58b3e0;
    margin: 0;
}

.contactContainer {
    border: 1px solid #f5f6f8;
    border-radius: 0.5rem;
    max-width: 400px;
}

.contactContainerInline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.contactContainerInline p {
    margin: 0;
}

.jquery-modal {
    z-index: 1000;
}

.modal {
    max-width: 800px;
}

@media screen and (max-width: 640px) {
    .modal {
        max-width: 90%;
    }
}

.modal-content h1 {
    position: relative;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: center;
}

.modal-content h1:after {
    content: "";
    position: absolute;
    border-top: 2px solid #000000;
    left: 42%;
    bottom: 0;
    width: 15%;
    height: 0;
}

.modal-content h2 {
    font-size: 1.2rem;
    padding-top: 1.5rem;
}

.modal-content h2,
.modal-content h3 {
    text-align: left;
}

.modal-content p {
    color: #b2b2b2;
}

.modal-content p strong{
    padding-top: 1rem;
    color: #000000;
}

.modal-content ul,
.modal-content li {
    color: #b2b2b2;
}

.modal-content a {
    color: #1c1b29;
    text-decoration: none;
}

.modal-content-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#footer {
    background-color: #000000;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#footer span {
    color: #58b3e0;
}

#footer .container {
    text-align: center;
}

.footerLinks,
.footerLinks a {
    font-size: 1.2rem;
    padding: 0.5rem;
    color: #58b3e0;
    text-decoration: none;
}

.footerLinks a:hover {
    color: #d1b3d6;
}

@media screen and (max-width: 800px) {
    #header img {
        margin-left: 0.5rem;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .container.align-row {
        flex-direction: column;
    }

    .container.align-row.row-reverse{
        flex-direction: column-reverse;
    }

    .container.align-row .pic1,
    .container.align-row .pic2 {
        min-height: 10rem;
    }

    .smallContainer,
    .smallContainer2 {
        width: 100%;
        max-width: unset;
    }

    .moodImage2 .container,
    .moodImage4 .container,
    .container.align-row.three {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .moodImage4 .container .smallContainer {
        margin: 0 0 0.5rem;
    }
}

