article
{
    flex: 5;
    text-align: left;
}

aside
{
    flex: 2;
    flex-direction: row;
}

body
{
    margin: 0%;
    background: #f5f8fb;
    background: #2c3130 url(../Bilder/pattern3.png) repeat;
}

.color-change
{
    animation: mymove 5s infinite;
}

@keyframes mymove{
    50% {color: #B6BD00;}
}

.container
{
    width: 84%;
}

@media (max-width: 1300px){
    .flex-container{
        flex-direction: column;
    }
}

.flex-container
{
    flex: 1;
    display: flex;
    padding-bottom: 0.8cm;
    padding-top: 0.8cm;
}

@media (max-width: 1300px){
    .flex-container-footer{
        flex-direction: column;
        align-items: center;
    }
}

.flex-container-footer
{
    flex: 1;
    display: flex;
    padding-bottom: 0.8cm;
    padding-top: 0.8cm;
}

.flex-container-column
{
    display: flex;
    flex-direction: column;
}

.footer
{
    background-color: #00467d;
    box-sizing: border-box;
    color: white;
    text-align: center;
}

h2
{
    color:#B6BD00;
    font: 28px/28px 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.icon-picture
{
    height: 55px;
    width: 180px;
}

p
{
    font-family: open sans, helvetica, sans serif;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.picture
{
    float: left;
    width: 100%;
    height: 100%;
}