* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }

body {
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    margin: 1px;
    background: linear-gradient(270deg, #2c5364, #203a43, #06789f);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
    overflow: auto;
    height: 100%;
}

#de .english {
    display: none;
}

#en .deutsch {
    display: none;
}

.container {
    display: flex;
    justify-content: center;
    padding-top: 180px;
}

.container-inner {
    width: 1000px;
    height: auto;
    position: relative;
    background-color: #08283D;
    -webkit-box-shadow: 0px 0px 5px black;
    box-shadow: 0px 0px 5px black;
}

.mainpicture {
}

.textbox {
    color: white;
    font-weight: lighter;
    line-height: 1.5em;
    padding-right: 2%;
    padding-left: 2%;
    padding-top: 13%;
    font-size: 17px;

}

.col {
    width: 50%;
    height: 100%;
    float: left;
}

.footer {
    width: 1000px;
    height: auto;
    text-align: center;
    position: absolute;
    bottom: -36px;
    left: 0;
    font-size: 16px;
    font-weight: lighter;
    color: white;
}

a {
    text-decoration: none;
    color: white;
}


.icon_web {
    float: left;
    margin-right: 15px;
}


.icon_website {
    float: left;
    margin-right: 4px;
}

.icon_facebook {
    float: left;
    margin-right: 4px;
}

.icon_instagram {
    float: left;
}

.iconbox {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.font_header {
color: white;
position: absolute;
right: 0px;
top: -50px;
}

h2 {
font-size: 30px;

}

.logo {
width: 71%;
top: -170px;
left: 50%;
transform: translateX(-50%);
position: absolute;
z-index: 10;
}


.background {
width: 100%;
height: 120%;
background-image: url(img/Pablo_Acosta_transp.svg);
background-repeat: no-repeat;
background-position: center 140%;
position: absolute;
z-index: auto;
margin-left: 0%;
}

.flexslider {
    margin: 0 !important;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@media (max-width: 1450px) {

    .container {
        padding-top: 100px;
        transform: scale(0.8);
    }

    .logo {
        top: -121px;
        width: 50%;
    }

}


@media (max-width: 920px) {

    .container {
        padding-top: 50px;
        transform-origin: top;
    }

    .background {
        height: 110%;
    }
}

@media (max-width: 820px) {
    
    body {
        overflow: auto;
    }

    .font_header h2 {
        font-size: 10pt;
        margin-top: 20px;
    }
    
    .container-inner {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 90%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
        margin-top: 100px;
        padding-bottom: 20px;
    }

    .textbox {
        color: white;
        font-weight: lighter;
        line-height: 1.5em;
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 20px;
        font-size: 16px;
        }
    
    .col {
        width: auto;
        height: auto;
        top: auto;
        left: auto;
        float: none;
    }   
    
    .mainpicture.col img {
        width: 100%;
        height: auto;
    }

    .iconbox {
        position: relative;
        bottom: auto;
        right: auto;
        z-index: auto;
        height: 20px;
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 10px;
    }


    .footer {
        width: auto;
        height: auto;
        text-align: center;
        margin-top: 0px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: lighter;
        padding-top: 40px;
        padding-bottom: 50px;
        bottom: -120px;
    }

    .background {
        display: none;
    }
  
}

@media (max-width: 530px) {
    .footer {
        width: auto;
        height: auto;
        text-align: center;
        margin-top: 0px;
        margin: 0 auto;
        font-size: 16px;
        font-weight: lighter;
        padding-top: 40px;
        padding-bottom: 50px;
        bottom: -150px;
    }



}