body {
    font-family: 'Open Sans', sans-serif;
    /* letter-spacing: -0.5px;
    word-spacing: -3px; */
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 14px;
}

.exo {
    font-family: 'Exo', sans-serif;
    letter-spacing: -0.5px;
    word-spacing: -4px;
}

.space {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
}

a {
    text-decoration: none;
    color: #009FE3;
}

.accent-text {
    color: #009FE3;
}

.col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.main-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.container {
    margin: 0 auto;
}

.section {
    width: 960px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.form-element-space {
    margin-right: 16px !important;
}

[dir="rtl"] .form-element-space {
    margin-right: 0;
    margin-left: 16px !important;
}

/* ----------------- backToTopBtn ------------------------- */


#backToTopBtn {
    display: inline-block;
    background-color: #009FE3;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#backToTopBtn span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

/* #backToTopBtn::after {
    content: "sdadasdsads";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
} */

#backToTopBtn:hover {
    cursor: pointer;
    background-color: #2d96e2;
}

#backToTopBtn.show {
    opacity: 1;
    visibility: visible;
}

/*---------------- section1: ----------------*/

.header-section {
    height: 800px;
    background: url('../img/main-img.jpg') no-repeat center center fixed;
    background-size: cover;
    justify-content: stretch;
    align-items: stretch;
    background-attachment: scroll;
}

.header-section .header {
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.35);

}

.header-section .header .header-content img {
    width: 200px;
}

.header-section .header .container {
    align-items: center;
}

.header-section .header .flags-container .flag {
    padding: 0 5px;
    width: 30px;
}

.header-section .headline {
    padding: 10% 45% 0 20%;
    color: #333;
    font-weight: 400;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
}

.header-section .headline p {
    margin: 30px 0;
    font-size: 3.2em;
}

.header-section .headline .big {
    font-size: 3.5em;
    font-weight: 600;
    border-bottom: 4px solid #009FE3;
}

.header-section .headline img {
    width: 180px;
}

/* ---------------- section2: Abstract ----------------*/
.abstract-section {
    padding: 112px 0;
}

.abstract-section .passenger-img {
    flex: 1;
    justify-content: flex-end;
    padding-right: 24px;
}

.abstract-section .passenger-text {
    flex: 1;
    padding-top: 48px;
}

.abstract-section .passenger-text .abstract-title {
    font-size: 2.6em;
    font-weight: 500;
}

.abstract-section .passenger-text .passenger-list {
    margin-bottom: 10px;
    list-style-type: none;
}

.abstract-section .passenger-text .passenger-list li {
    font-size: 1.8em;
    font-weight: 600;
    padding: 12px 0;
    align-items: center;
}

.abstract-section .passenger-text .passenger-list li img {
    margin-right: 15px;
}

.abstract-section .passenger-text .passenger-list li a {
    color: #333;
}

.abstract-section .passenger-text .passenger-list li a:hover {
    text-decoration: underline;
    color: #009FE3;
}


/*---------------- section3: Video ----------------*/
.video-section {
    background-color: #F9F9F9;
    padding: 56px 0;
}

.video-section .container {
    align-items: center;
}

.video-section .video {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0.6;
    justify-content: flex-end;
}

.video-section .video video {
    width: 560px;
}

.video-section .video-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    flex: 0.4;
    padding: 24px;
}

.video-section .video-text .video-title {
    font-size: 2.2em;
    font-weight: 500;
    padding-bottom: 12px;
}

.video-section .video-text .video-description {
    text-align: justify;
}


/*---------------- section4: Reason ----------------*/
.reason-section {
    align-items: center;
    justify-content: center;
    padding: 56px 0;
}

.reason-section .reason-title-container {
    padding: 36px 0;
}

.reason-section .reason-title-container .reason-title {
    /* text-align: left; */
    font-size: 2.2em;
    padding-left: 24px;
}

.reason-section .reason-container .box-row .reason-box {
    flex: 1;
    padding: 36px;
}

.reason-section .reason-container .box-row .reason-box .box-icon {
    width: 56px;
}


.reason-section .reason-container .box-row .reason-box .box-text {
    margin-left: 16px;
}

.reason-section .reason-container .box-row .reason-box .box-text .box-title {
    font-size: 1.6em;
    margin-bottom: 12px;
    font-weight: 600;
    height: 56px;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
}

.reason-section .reason-container .box-row .reason-box .box-text .box-desc {
    text-align: justify;
}

/*---------------- section5: Main ----------------*/
.main-section .main-title {
    background-color: #F9F9F9;
    border-radius: 10px;
    font-size: 2.2em;
    font-weight: 500;
    padding: 12px 0;
    text-align: center;
}

.main-section .main-content {
    padding: 36px 0;
}

.main-section .main-content .content-container:first-child {
    padding-right: 64px;
}

.main-section .main-content .content-container .content-title {
    text-align: center;
    padding: 16px 0;
}

.main-section .main-content .content-container .content-title h2.title {
    font-weight: 300;
    font-size: 2em;
    margin: 0;
}

.main-section .main-content .content-container .content-title h6.subtitle {
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    color: #888;
}

.main-section .main-content .content-container .content-box-container {
    flex: 1;
}

.main-section .main-content .content-container .content-box-container .content-box {
    flex: 1;
    border: 1px solid #EAEAEA;
    margin: 16px;
    border-radius: 10px;

    transition: all ease 200ms;
}

.main-section .main-content .content-container .content-box-container .content-box:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.07);
}

.content-box:hover .CTA {
    background-color: #009FE3;
    background-image: linear-gradient(to top, #009fe3, #1c9ae3, #2d96e2, #3b91e0, #478cde);
    color: #fff;
}

.content-box .header {
    background-color: #F9F9F9;
    padding: 4px 0;
    text-align: center;
}

.content-box .title {
    text-align: center;
    padding: 16px 28px;
    font-size: 1.25em;
}

.content-box .text {
    flex: 1;
    /* text-align: left; */
    color: #888;
    padding: 16px 28px;
    font-size: 1.1em;
    line-height: 28px;
}

.content-box .icon {
    text-align: center;
    padding: 16px;
}

.content-box .CTA {
    margin: 16px 28px;
    cursor: pointer;
    background-color: #F9F9F9;
    padding: 16px;
    box-shadow: none;
    border-radius: 5px;
    border: 0;
    transition: all ease 200ms;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    border: 1px solid #ccc;
    color: #888;
}

.content-box .CTA:hover {
    background-color: #478CDE;
    background-image: linear-gradient(to bottom, #009fe3, #1c9ae3, #2d96e2, #3b91e0, #478cde);
}

/*---------------- section6: footer ----------------*/
.footer-section {
    background-color: #333;
    padding: 12px;
}

.footer-section .container {
    color: #fff;
    align-items: center;
    text-align: center;
}


/*---------------- Pages-header ----------------*/
.page-header-section {
    background-color: #333;
    padding: 24px;
}

/*------------------- form  -------------------*/

.form-section {
    padding: 56px 0;
}

.form-section .form-header {
    background-color: #F9F9F9;
    padding: 24px;
    font-size: 18px;
    font-weight: 500;
}

.form-section .form-header .badge {
    background-color: #13C448;
    color: #fff;
    border-radius: 3px;
    padding: 1px 5px;
    margin-right: 5px
}

.form-section .form-header .title {
    font-size: 2rem;
    margin: 8px 0;
}

.form-section .form-header .subtitle {
    font-size: 1rem;
    font-weight: 300;
    margin: 8px 0;
}


.form-section .form-container {
    padding: 24px;
}

.form-section .form-container .form-element {
    margin: 16px 0;
    flex: 1;
}

.form-section .form-element .label-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.form-section .form-element .label-container .en-label {
    flex: unset;
}

.form-section .form-element label {
    margin-bottom: 8px;
    flex: 1;
    font-weight: 300;
    font-size: 0.95rem;
}

.sig {
    width: 620px;
}

.sig .clear-btn {
    color: #009FE3;
    margin-right: 10px;
}

.sig .clear-btn:hover {
    text-decoration: underline;
    cursor: pointer;
}

.sig .submit-btn {
    background-color: #009FE3;
    color: #fff;
    border: 0;
    padding: 8px 12px;
    font-size: 0.95rem;
    font-weight: 400;
    border-radius: 2.5px;
    cursor: pointer;
}

#sig-canvas {
    background-color: #eee;
    border: 1px solid #ddd;
    cursor: crosshair;
}

input,
select {
    border: 1px solid #ddd;
    border-radius: 2.5px;
    outline: 0;
    background-color: #eee;
    font-weight: 500;
    padding: 16px;
    font-size: 1.1rem;
    flex: 1;
    /* margin-right: 10px; */
}

/* input:required:invalid, */
input:focus:invalid {
    /* insert your own styles for invalid form input */
    border: 1px solid red;
    background: snow;
}

.submitBtn {
    background-color: #009FE3;
    background-image: linear-gradient(to top, #009fe3, #1c9ae3, #2d96e2, #3b91e0, #478cde);
    color: #fff;
    border: 0;
    padding: 24px;
    font-size: 1.25rem;
    font-weight: 500;
    cursor: pointer;
}

.submitBtn:hover {
    background-color: #478CDE;
    background-image: linear-gradient(to bottom, #009fe3, #1c9ae3, #2d96e2, #3b91e0, #478cde);
}

input:disabled {
    background: #eee !important;
    color: #777 !important;
    cursor: default !important;
}

/* ------------------Payment ---------------- */

.payment-section .payment-header {
    background-color: #F9F9F9;
    padding: 36px 24px;
}

.payment-section .payment-header h1 {
    font-weight: 500;
    font-size: 2rem;
    margin: 0;
}

.payment-section .payment-header h3 {
    font-weight: 400;
    font-size: 1.25rem;
    margin: 0;
}

.payment-section .payment-container {
    padding: 16px 0;
}

.payment-section .payment-container .payment-box {
    flex: 1;
    border: 1px solid #EAEAEA;
    margin: 16px;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);

    transition: all ease 200ms;
}

.payment-section .payment-container .payment-box:hover {
    color: #009FE3
}

.payment-box .header {
    text-align: center;
}

.payment-box .header .title {
    font-size: 1.25em;
    font-weight: 600;
}

.payment-box .header .subtitle {
    font-size: 1.1em;
}

.payment-box .content {
    padding-top: 16px;
    justify-content: center;
    align-items: baseline;

}

.payment-box .content .euro {
    font-size: 1.8rem;

}

.payment-box .content .price {
    font-size: 2.8em;
    font-weight: 300;

    padding: 0 5px;

}

.payment-box .content .priod {}


.payment-section .payment-footnote p {
    margin: 10px;
    font-size: 0.9em;
}


/* imprint */
.imprint-section .imprint-header {
    background-color: #F9F9F9;
    padding: 48px 24px;
}

.imprint-section .imprint-header h1 {
    font-weight: 500;
    font-size: 2.2rem;
    margin: 0;
}

/* embassy */
.embassy-section .embassy-header {
    background-color: #F9F9F9;
    padding: 36px 24px;
}

.embassy-section .embassy-header h1 {
    font-weight: 500;
    font-size: 2.2rem;
    margin: 0;
}

.embassy-section .embassy-content h3 {
    font-size: 1.1rem;
    /* margin: 0; */
}

.embassy-section .embassy-content p {
    font-size: 1rem;
    line-height: 24px;
    margin: 0;
}

.embassy-section .chart-container {
    padding-bottom: 36px;
}

.embassy-section .chart-container .chart-title {
    background-color: #F9F9F9;
    border-radius: 10px;
    font-size: 2.2em;
    font-weight: 500;
    padding: 12px 0;
    text-align: center;
    margin: 24px 0;
}

.embassy-section .chart-container .chart-box {
    flex: 1;
    border: 1px solid #EAEAEA;
    margin: 8px;
    border-radius: 5px;
    padding: 24px;
    text-align: center;
    color: #333;
    font-size: 1.2rem;

    transition: all ease 200ms;

}

.embassy-section .chart-container .chart-box:hover {
    background: #009FE305;
    color: #009FE3;
    border: 1px solid #009FE3;
}

body[dir="rtl"] .embassy-section .exo {
    font-family: 'Exo', sans-serif;
}


/* ================================================ 
------------------ economy ---------------------
==================================================*/
.economy-container {
    padding: 76px 48px;
}

.economy-container .content {
    padding: 56px;
}

.economy-container .content h1 {
    color: #664AB5;
    margin: 0;
    font-size: 2.5rem;
    letter-spacing: -1.5px;
    line-height: 46px;
    font-weight: 300;
}

.economy-container .content>a.button-container {
    background-color: #13C448;
    color: #fff;
    padding: 12px 6px;
    display: block;
    border-radius: 5px;
}

.economy-container .content>a.button-container>.button {
    text-align: center;
    font-size: 1.5rem;
    font-size: 1.25rem;
    align-items: center;
    justify-content: center;
}

.economy-container .content>a.button-container>.button>img {
    margin-left: 10px;
}

body[dir="rtl"] .economy-container .content>a.button-container>.button>img {
    margin-right: 10px;
}

/* ================================================ 
---------------- blockedAccount -------------------
==================================================*/
#coracle {
    height: 3600px;
}

/* ================================================ 
------------------ RESPONSIVE ---------------------
==================================================*/

@media only screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }

    .video-section .video video {
        width: 100% !important;
    }

    .abstract-section {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 32px 0;
    }

    .abstract-section .passenger-img {
        justify-content: center;
    }

    .abstract-section .passenger-img img {
        width: 35%;
    }

    .abstract-section .passenger-text {
        text-align: center;
        padding: 24px;
    }

    .abstract-section .passenger-text .abstract-title {
        font-size: 2rem;
    }

    .abstract-section .passenger-text .passenger-list li {
        font-size: 1.2rem;
    }

    .abstract-section .passenger-text .passenger-list li img {
        width: 18px;
    }

    .video-section .video-text .video-title {
        font-size: 1.5rem;
    }

    .reason-section .reason-container .box-row .reason-box .box-text .box-title {
        font-size: 1.2rem;
    }

    .reason-section .reason-container .box-row .reason-box .box-icon img {
        width: 30px;
    }

    .reason-section .reason-title-container .reason-title {
        font-size: 1.4rem;
    }

    .header-section .headline .big {
        font-size: 2.2rem;
    }

    .header-section .headline p {
        font-size: 2.5rem;
    }

    .reason-section .reason-title-container .tk-icon img {
        width: 20%;
        padding-bottom: 18px;
    }

    #coracle {
        height: 5100px !important;
    }

}

@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    .header-content>img {
        width: 80%;
    }

    .header-section {
        height: 550px;
    }

    .header-section .header .flags-container {
        margin-top: 16px;
    }

    .header-section .headline {
        margin: 0;
        padding: 24px;
        text-align: center;
        align-items: center;
    }

    .reason-section {
        padding: 36px 0;
    }

    .abstract-section {
        align-items: center;

    }


    .abstract-section .passenger-img img {
        width: 60%;
    }


    .reason-title-container {
        text-align: center;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .header-content,
    .video-container,
    .main-content,
    .main-section .main-content .content-container .content-box-container,
    .box-row,
    .payment-container-row,
    .footer-section .container,
    .chart-row,
    .economy-container,
    .coracle-header {
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .sig {
        width: 100%;
    }

    .main-section .main-content .content-container:first-child {
        padding: 0;
    }

    .hide {
        display: none;
    }

    .economy-container {
        padding: 0 20px;
    }


    #coracle {
        height: 4400px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 600px) {
    .video-section .video video {
        width: 360px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .video-section .video video {
        width: 480px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .video-section .video video {
        width: 480px;
    }

    .header-section .headline {
        padding: 10% 35% 0 10%;
    }

    body[dir="rtl"] .header-section .headline {
        padding: 10% 40% 0 20%;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

/* ================================================ 
------------------ RTL-support ---------------------
==================================================*/
body[dir="rtl"] {
    font-family: 'Shabnam', sans-serif;
    word-spacing: -2px;
    letter-spacing: -0.2px;
}

body[dir="rtl"] input,
select {
    margin: 0;
    direction: ltr;
    font-family: 'Shabnam', sans-serif;

}

body[dir="rtl"] .exo {
    font-family: 'Shabnam', sans-serif;
}

body[dir="rtl"] .main-section .main-content .content-container:first-child {
    padding: 0;
    padding-left: 64px;
}

body[dir="rtl"] .abstract-section .passenger-text .passenger-list li {
    font-weight: 500;
}

body[dir="rtl"] .abstract-section .passenger-text .passenger-list li img {
    margin: 0;
    margin-left: 15px;
}

body[dir="rtl"] .reason-section .reason-title-container .reason-title {
    padding-right: 15px;
    font-weight: bold;
}

body[dir="rtl"] .reason-section .reason-container .box-row .reason-box .box-text {
    margin: 0;
    margin-right: 16px;
}

body[dir="rtl"] .reason-section .reason-container .box-row .reason-box .box-text .box-title {
    font-weight: 500;
}

body[dir="rtl"] .sig .clear-btn {
    margin-left: 10px;
}