* 
{
    box-sizing: border-box;
}

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

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

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

@media (max-width: 991px){
    .button-top{
        display: none;
    }
}

.button-top
{
    margin-left: 94%; 
    position: sticky; 
    bottom: 65px;
}

.close 
{
    color: black;
    position: absolute;
    right: 8px;
    font-size: 35px;
    font-weight: bold;
    z-index: 1;
}

.close:hover,
.close:focus 
{
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

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

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

.column
{
    float: left;
    width:  33.33%;
    padding: 20px;
}

@media (max-width: 1300px){
    .column{
        width: 100%;
    }
}

.container
{
    width: 84%;
}

.content-button
{
    text-align: center;
}

.cursor 
{
    cursor: pointer;
}

.first-row
{
    flex: 1;
    /*flex-direction: row;*/
}

@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;
}

.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;;
}

.hover-shadow:hover
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.icon-picture
{
    width: 5.5cm;
    height: 5.5cm;
}

@media (max-width: 1300px){
    .icon-picture{
        width: 5.75cm;
        height: 5.75cm;
    }
}

@media (max-width: 760px){
    .icon-picture{
        width: 4.5cm;
        height: 4.5cm;
    }
}

img 
{
    margin-bottom: -4px;
}

img.hover-shadow 
{
    transition: 0.3s;
}

.modal
{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 74%;
    overflow: auto;
}

.modal-content
{
    position: relative;
    padding: 0;
    width: 90%;
    height: 60%;
    max-width: 1200px;
}

.mySlides 
{
    display: none;
}

.next 
{
    right: 0;
    border-radius: 3px 0 0 3px;
}

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

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

.prev
{
    left: 0;
    border-radius: 3px 0 0 3px;
}

.prev,
.next 
{
    cursor: pointer;
    position: absolute;
    top: 75%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

@media (max-width: 1250px) and (min-width: 1100px){
    .prev,.next{
        top: 70%
    }
}

@media (max-width: 1099px){
    .prev,.next{
        top: 65%;
    }
}

@media (max-width: 1100px){
    .prev,.next{
        top: 60%;
    }
}

@media (max-width: 800px){
    .prev,.next{
        top: 55%;
    }
}

@media (max-width: 650px){
    .prev,.next{
        top: 50%;
    }
}

@media (max-width: 550px){
    .prev,.next{
        top: 45%;
    }
}

.prev:hover,
.next:hover
{
    background-color: rgba(189, 189, 189, 0.8);
}

.row:after
{
    content: "";
    display: table;
    clear: both;
}

.second-row
{
    flex: 1;
    /*flex-direction: row;*/
}

.third-row
{
    flex: 1;
    /*flex-direction: row;*/
}