body{
    background: url('/img/background.jpg');
    background-size: cover;
    background-position: center;
}

content{
    max-width: 1200px;
    margin: auto;

    padding-bottom: 40px
}

.site-panels-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

    margin-top: 80px;
}
@media(max-width: 720px){
    .site-panels-container{
        margin-top: 0;
    }
}

.site-panels-container .panel{
    height: 240px;
    width: 320px;

    margin: 20px;

    background-color: rgba(255, 255, 255, 0.541);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;

    animation-name: pulsieren;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.site-panels-container .panel:hover{
    transform: scale(1.05);
}

.panel img{
    max-width: 100%;
    max-height: 120px;
    padding: 20px;
    box-sizing: border-box;
}
.panel div{
    padding: 20px;
    box-sizing: border-box;
    background-color: var(--content-color);

    height: 120px;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    text-decoration: none;
    color: black;
}
.panel div p{
    font-weight: bold;

    margin: 0;
    text-align: center;
}
.panel div p b{
    font-weight: 900;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);

    margin: 0;
    text-align: center;
}

@keyframes pulsieren{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
}

@media(max-width:740px){
    .site-panels-container .panel{
        height: 180px;
        width: 260px;
    }
    .panel img{
        max-width: 100%;
        max-height: 80px;
        padding: 8px;
    }
    .panel div{
        height: 100px;
        padding: 8px;
    }

    #kwikko-panel div{
        margin-top: 0px !important;
    }
}
@media(max-width:620px){
    .site-panels-container .panel{
        height: 150px;
        width: 230px;
    }
    .panel img{
        max-width: 100%;
        max-height: 90px;
        padding: 8px;
    }
    .panel div{
        height: 60px;
        padding: 8px;
    }
    .panel div p{
        font-size: 0.7rem;
    }

    #kwikko-panel div{
        margin-top: 3px !important;
    }
}
/*@media(max-width:340px){
    .site-panels-container .panel{
        height: 200px;
        width: 280px;

        margin-bottom: 40px;
    }
}*/

#kwikko-panel div{
    margin-top: 0px;
}

.infotext-container{
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 40px;

    background-color: rgba(255, 255, 255, 0.541);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.info-containter{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media(max-width: 940px){
    .info-containter{
        flex-wrap: wrap;
    }
    .info-containter img{
        margin: 0 !important;
    }
    .info-list p{
        margin-left: 0 !important;
        text-align: center;
    }
    .info-list {
        max-width: 100% !important;
    }
    .info-list .like-ul{
        margin-left: 0 !important;
    }
    .info-list .like-ul .left{
        margin-left: 0 !important;
    }
    .info-list .like-ul p{
        text-align: left;
    }
}
@media(max-width: 660px){
    .info-list .like-ul{
        display: block !important;
    }
}

.info-containter img{
    width: 300px;
    margin-left: 40px;
}

.info-list{
    text-align: left;
    max-width: 60%;
}
@media(max-width: 1080px){
    .info-list{
        max-width: 70%;
    }
}

.info-list p{
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--content-color);

    margin-left: 40px;
}

.info-list .like-ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: flex-start;

    margin-left: 50px;
}

.info-list .like-ul .left{
    margin-right: 20px
}

.info-list .like-ul .list-itm{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.info-list .like-ul .list-itm p{
    margin: 0;
    margin-bottom: 12px;
    color: black;
}
.info-list .like-ul .list-itm .bullet{
    background-color: var(--content-color);
    min-width: 10px;
    min-height: 10px;
    margin-top: 0.3rem;

    margin-right: 8px;
}

.bottom-logos{
    margin-top: 80px;
    margin-bottom: 80px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.bottom-logos .kwikkdeal-big{
    width: 60%;
}
.bottom-logos .claim{
    width: 90%;
    margin-top: 20px;
}


.contact-info{
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    margin-top: 40px;

    background-color: rgba(255, 255, 255, 0.541);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);

    font-weight: bold;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.contact-info a{
    font-size: 1.2rem;

    margin-left: 20px;
    margin-right: 20px;
}


.flags-container{
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    margin-bottom: 40px;
}
.flags-container img{
    height: 100px;
    margin: 20px;
}

@media(max-width: 500px){
    .flags-container{
        margin-bottom: 20px;
    }
    .flags-container a{
        width: 30%;
        height: auto;
        margin: 20px;
    }
    .flags-container img{
        width: 100%;
        height: auto;
        margin: 0px;
    }
}