/*#####################################*/
/*#               FONTS               #*/
/*#####################################*/

@font-face {
    font-family: 'Font1';
    src: url(../fonts/font1.eot);
    src: url(../fonts/font1.eot?iefix) format('embedded-opentype'),
        url(../fonts/font1.woff) format('woff'),
        url(../fonts/font1.ttf) format('opentype');
}

@font-face {
    font-family: 'Font2';
    src: url(../fonts/font2.eot);
    src: url(../fonts/font2.eot?iefix) format('embedded-opentype'),
        url(../fonts/font2.woff) format('woff'),
        url(../fonts/font2.ttf) format('truetype');
}

@font-face {
    font-family: 'Font3';
    src: url(../fonts/font3.eot);
    src: url(../fonts/font3.eot?iefix) format('embedded-opentype'),
        url(../fonts/font3.woff) format('woff'),
        url(../fonts/font3.ttf) format('opentype');
}

/*#####################################*/
/*#             GENERAL               #*/
/*#####################################*/

* {
    margin: 0em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-size: 1em;
    padding: 0em;
}

.content_container {
    display: block;
    margin: auto;
    width: 280px;
}

body {
    background: #eef6f8;
    background: -moz-linear-gradient(top, #d1e8f4 0%, #eef6f8 320px);
    background: -webkit-linear-gradient(top, #d1e8f4 0%, #eef6f8 320px);
    background: linear-gradient(to bottom, #d1e8f4 0%, #eef6f8 320px);
}

body .background {
    display: block;
    float: left;
    background-image: url(../images_mobile/background.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: 639px 450px;
    width: 100%;
}

body .cookies_container {
    display: block;
    float: left;
    border-bottom: 2px solid #fff;
    background-color: #EDF7F9;
    padding: 18px 8.75%;
    width: 82.5%;
}

.cookies_container .cookies_text {
    display: block;
    float: left;
    color: #706F6F;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 16px;
    width: 97%;
}

.cookies_text span {
    display: block;
    float: left;
    background-image: url(../images_mobile/cookies.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 40px 43px;
    width: 48px;
    height: 45px;
}

.cookies_text .cookies_link {
    color: #42b4d8;
    font-family: inherit;
    font-size: inherit;
}

/*#####################################*/
/*#              HEADER               #*/
/*#####################################*/

body .header_container {
    display: block;
    float: left;
    padding: 25px 0px 18px;
    width: 100%;
}

.header_container .condis_logo {
    display: block;
    margin: auto;
    width: 238px;
}

.condis_logo img {
    display: block;
    float: left;
    border: none;
}

/*#####################################*/
/*#               MAIN                #*/
/*#####################################*/

.main_container {
    display: block;
    float: left;
    width: 100%;
}

.main_container .white_container {
    display: block;
    float: left;
    position: relative;
    border-radius: 6px;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}

.white_container * {
    box-sizing: border-box;
}

.white_container .button1 {
    display: block;
    position: absolute;
    top: 458px;
    left: 15px;
    width: 251px;
    height: 37px;
}

.white_container .button2 {
    display: block;
    position: absolute;
    top: 1161px;
    left: 15px;
    width: 251px;
    height: 37px;
}

.white_container .blue_container {
    display: block;
    float: left;
    background-color: #4EC1E0;
    padding: 16px 18px 24px;
    width: 100%;
}

.blue_container h1 {
    display: block;
    float: left;
    color: #fff;
    font-family: 'Font1';
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
}

.blue_container iframe {
    display: block;
    float: left;
}

.white_container .bottom_container {
    display: block;
    float: left;
    padding: 15px 20px 25px;
    width: 100%;
}

.bottom_container p {
    display: block;
    float: left;
    color: #949494;
    font-family: 'Font2';
    font-size: 13px;
    line-height: 16px;
    width: 100%;
}

.bottom_container .app_container {
    display: block;
    float: left;
    width: 100%;
}

.bottom_container .text {
    display: block;
    float: left;
    margin-top: 25px;
    color: #28578C;
    font-family: 'Font2';
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.bottom_container a,
.bottom_container a + span {
    display: block;
    float: left;
    margin-top: 20px;
    color: #949494;
    font-family: 'Font2';
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    width: 105px;
}
.bottom_container a + a,
.bottom_container a + span {
    float: right;
}

.bottom_container img {
    display: block;
    float: left;
    border: none;
}

/*#####################################*/
/*#              FOOTER               #*/
/*#####################################*/

.footer_container {
    display: block;
    float: left;
    padding: 41px 0px;
    width: 100%;
}

.footer_container img {
    display: block;
    float: left;
}