/* ########################################################################## */
/* STYLE */
/* ########################################################################## */

@font-face {
    font-family: "Euclid Flex";
    font-style: normal;
    font-weight: 500;
    src: url('/fonts/EuclidFlex-Medium.otf]]');
}

html,
body {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #585857;
}

a {
    color: #2dafe5;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover {
    color: #585857;
}

h1, h1 *,
h2, h2 *,
h3, h3 *,
h4, h4 *,
h5, h5 *,
h6, h6 * {
    font-family: "Euclid Flex", 'Arial', 'Helvetica', sans-serif;
}

h1, h1 * {
    font-size: 32px;
    font-weight: 400;
    color: #585857;
    line-height: 37px;
}

h2, h2 * {
    font-size: 40px;
    font-weight: 400;
    color: #2dafe5;
    line-height: 1.25;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.image-size-s {
    max-height: 150px;
}

.image-size-m {
    max-height: 300px;
}

.image-size-l {
    max-height: 450px;
}

#page {
    padding: 0 0 3.5rem 0;
    overflow: hidden;
}

.container-fluid {
    max-width: 1098px;
    /*max-width: 1600px;*/
    margin: 0 auto;
}

header {
    display: flex;
    align-items: flex-end;
    margin-bottom: 4.5rem;
}

.logo_text,
.logo_image {
    width: 50%;
    display: flex;
}

.logo_text {
    padding: 3.5rem 0 0 0;
    justify-content: flex-start;
}

.logo_image {
    width: 100%;
    justify-content: flex-end;
}

.logo_image img {
    max-height: 150px;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#content {

}

#content h2 {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

#content p {
    margin-bottom: 1rem;
}

footer {
    padding: 2rem 0;
    background-color: #ebebeb;
}

footer * {
    font-size: 12px;
}

/* ########################################################################## */
/* RESPONSIVE */
/* ########################################################################## */

@media (max-width: 1200px) {
    #page {
        padding: 0 2rem 2rem 2rem;
    }

    footer {
        padding: 2rem;
    }

    .container-fluid {
        max-width: 100%;
    }

    .logo_text {
        font-size: 26px;
        line-height: 29px;
    }

    .logo_image img {
        max-height: 120px;
    }
}

@media (max-width: 890px) {
    .logo_text {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .logo_text {
        display: none;
    }

    .logo_text, .logo_image {
        width: 100%;
        /*padding-top: 3.5rem;*/
        padding-top: 1.5rem;
    }
}

@media (max-width: 480px) {
    h2, h2 * {
        font-size: 30px;
    }

    p img {
        height: auto;
        max-width: 100%;
    }
}

/* ########################################################################## */
/* VERZE 2 */
/* ########################################################################## */

.content_v2 strong,
.content_v2 .text-bold {
    font-weight: bold;
}

.content_v2 .text-blue {
    color: #2dafe5;
}

.content_v2 p.image-right {
    width: 100%;
    display: inline-block;
    text-align: justify;
}

.content_v2 p.image-right img {
    float: right;
    margin-left: 1.5rem;
}

.content_v2 img.m-t--1 {
    margin-top: -30px;
}

.content_v2 .image-size-s {
    max-height: 160px;
}

.content_v2 ul {
    list-style: none outside none;
}

.content_v2 ul li {
    display: block;
    line-height: 1.25;
    margin-bottom: 10px;
    padding-left: 30px;
}

.content_v2 ul li:before {
    content: '';

    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 10px;

    display: inline-block;
    position: relative;
    top: -1px;

    background-color: #2dafe5;
    margin-right: 20px;
    margin-left: -30px;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.content_v2 .speech-bubble-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content_v2 .speech-bubble {
    width: auto;
    /*width: 70%;*/
    position: relative;
    background: #fff;
    padding: 40px;
    margin: 1rem 0;
    border: 2px solid #666;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.content_v2 .speech-bubble:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 33%;
    right: auto;
    top: auto;
    bottom: -40px;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.content_v2 .speech-bubble:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: calc(33% + 2px);
    right: auto;
    top: auto;
    bottom: -35px;
    border: 18px solid;
    border-color: #fff transparent transparent #fff;
}

.content_v2 .speech-bubble ul li {
    display: block;
    font-weight: bold;
    padding-left: 0;
}

.content_v2 .speech-bubble ul li:before {
    display: none;
}

@media (max-width: 480px) {
    .content_v2 p.image-right img {
        width: 100%;
        height: auto;
        max-height: 100%;
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 1.5rem;
        float: none;
    }
}

@media (max-width: 679px) {
    .content_v2 .speech-bubble {
        width: 100%;
    }
}

@media (max-width: 539px) {
    .content_v2 .speech-bubble {
        padding: 30px;
    }
}