﻿@font-face {
    font-family: GothamProMedium;
    src: url('fonts/GothaProMed.eot');
    src: url('fonts/GothaProMed.eot') format('embedded-opentype'), url('fonts/GothaProMed.woff2') format('woff2'), url('fonts/GothaProMed.woff') format('woff'), url('fonts/GothaProMed.ttf') format('truetype'), url('fonts/GothaProMed.svg#GothaProMed') format('svg');
}

@font-face {
    font-family: 'GothaProReg';
    src: url('fonts/GothaProReg.eot');
    src: url('fonts/GothaProReg.eot') format('embedded-opentype'), url('fonts/GothaProReg.woff2') format('woff2'), url('fonts/GothaProReg.woff') format('woff'), url('fonts/GothaProReg.ttf') format('truetype'), url('fonts/GothaProReg.svg#GothaProReg') format('svg');
}

@font-face {
    font-family: 'GothaProLig';
    src: url('fonts/GothaProLig.eot');
    src: url('fonts/GothaProLig.eot') format('embedded-opentype'), 
        url('fonts/GothaProLig.woff2') format('woff2'), url('fonts/GothaProLig.woff') format('woff'), url('fonts/GothaProLig.ttf') format('truetype'), url('fonts/GothaProLig.svg#GothaProLig') format('svg');
}

*{margin:0; padding:0;}

.clear {
    clear: both;
}

.hidden {display:none;}

.menusubline {
    height: 2px;
    border-top: 2px solid #d3d3d3;
}

.sub_menu {
    font-family: GothaProReg;
    border-bottom: 2px dotted #d3d3d3;
    padding: 20px 0;
}

    .sub_menu > ul {
margin:0;
padding:0;
    }

    .sub_menu > ul li {
        display: inline;
    }

.sub_menu a{
    text-decoration:none;
    color:#003366;
    font-size:18px;
    padding-right:18px;
}

    .sub_menu a.active {
        color: #cc0033;
    }
        .main_canvas {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
}

#top_box a {
    font-family: GothamProMedium;
    font-size: 15px;
    color: #003366;
    text-decoration: none;
    margin-left: 0;
    text-transform: uppercase;
    padding-bottom: 2px;
}

    #top_box a:hover {
        color: #cc0033;
    } 
    
    #main_menu>a.active {
        border-bottom: 3px solid #cc0033;
        color: #cc0033;
    }

#brandmauer {
    height: 412px;
    background-image: url(../Content/brandmauer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-family: GothaProReg;
    color: white;
}

    #brandmauer h1 {
        padding-top: 100px;
        font-size: 50px;
        text-transform: uppercase;
        font-weight: 100;
    }

    #brandmauer p {
        margin-top: 44px;
        font-size: 14px;
        line-height: 22px;
    }

#top_box {
    min-height: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.main_logo_link {
    display: block;
    flex-shrink: 0;
}

#main_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
}

@media (min-width: 992px) {
    #main_menu {
        gap: 15px;
    }
}

.menu-toggler {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 8px;
    border: 1px solid #003366;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
}

.menu-toggler-bar {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #003366;
    border-radius: 1px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggler.menu-open .menu-toggler-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggler.menu-open .menu-toggler-bar:nth-child(2) {
    opacity: 0;
}

.menu-toggler.menu-open .menu-toggler-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}


div.hp_parag.last{
    border:none;
    margin-bottom:50px;
}

.hp_parag {
    padding: 45px 0;
    border-bottom: 1px dotted #808080;
}

div.hp_parag.sw_features img {
    width: 120px;
    height: 120px;
}

div.sw_features h3, h3.feedback_h3 {
    font-family: GothaProReg;
    font-size: 18px;
    text-transform: uppercase;
}

    h3.feedback_h3 > a{
color:#cc0033;
text-decoration:none;
border-bottom:1px dotted #cc0033;
    }
    
    div.sw_features ul {
        list-style: none;
    }

div.sw_features ul>li {
    border-left: 4px solid #d3d3d3;
    padding:0;
    padding-left: 10px;
    margin: 14px 0;
    line-height:18px;
}


    .hp_parag h1 {
    font-family: GothamProMedium;
    font-size: 32px;
    color: #003366;
    font-weight: normal;
    padding-bottom: 40px;
}

.uppercase {
    text-transform: uppercase;
}

        div.hp_parag div.text h2 {
        font-family: GothamProMedium;
        font-size: 30px;
        color: #003366;
        text-transform: uppercase;
        font-weight: normal;
        padding-bottom:20px;
    }

    .hp_parag p, ul {
        line-height: 22px;
        padding-bottom: 20px;
    }

    .hp_parag ul>li{
        padding:10px 0;
    }

.hp_parag {
    font-family: GothaProLig;
    font-size: 14px;
    font-weight: 600;
}

div.hp_parag>h2.cblue{color:#003366;}

.blue_button {
    text-decoration:none;
    background-color:#003366;
    border-radius:5px;
    color:white;
    text-transform:uppercase;
    font-size:16px;
    padding:10px 15px;
    cursor:pointer;
    margin-top:25px;
}

    .blue_button:hover {
        background-color:#cc0033;
    }
    
    
    .hp_parag > div.text {
        width: 546px;
        float: left;
    }

        .hp_parag > div.text a {
            color: #cc0033;
        }

    .hp_parag > div.picture {
        float: left;
        padding-left: 95px;
    }

div.hp_colaps_btn {
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    width: 205px;
    cursor:pointer;
}

div.hp_colaps_btn_en {
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: uppercase;
    margin-top: 10px;
    display: block;
    width: 110px;
    cursor: pointer;
}

div.hp_colaps_btn.more {
    border: 1px solid #003366;
    color: #003366;
}

div.hp_colaps_btn_en.more {
    border: 1px solid #003366;
    color: #003366;
}

    div.hp_colaps_btn.less {
        border: 1px solid #cc0033;
        color: #cc0033;
    }

div.hp_colaps_btn_en.less {
    border: 1px solid #cc0033;
    color: #cc0033;
}

.col_3 {
    margin:0;
    width: 320px;
    float: left;
    font-family: GothaProLig;
    font-size: 14px;
    font-weight:bold;
    padding-right:50px;
    
}

div.col_3 img {
    margin-bottom: 20px;
    height:180px;
}

div.col_3 p {
    text-align:left;
}

div.hp_parag h2 {
    text-align:left;
    font-family: GothamProMedium;
    font-size: 25px;
    color: black;
    text-transform: uppercase;
    font-weight: normal;
    padding-bottom:20px;
}

div.hp_parag>div.col_3 h2 {
    padding:20px 0;
}

    div .col_3.central {
    margin: 0 50px;
}

ul.special_marker {
    font-family: GothaProLig;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}

    ul.special_marker li {
        background: url(../Content/li_marker.png) no-repeat left top;
        list-style: none;
        padding:0 30px;
        margin: 15px 0;
    }

.govnobox {
    border: 1px solid #003366;
    padding: 10px 25px;
}

ul.qa_list {
    
}

    ul.qa_list li {
        background: url(../Content/qli_marker.png) no-repeat 0% 3%;
        list-style: none;
        padding: 0 30px;
        margin: 15px 0;
        margin: 5px 0;
    }

    ul.qa_list>li>p {
    margin:0;
    padding:0;
    line-height:20px;
    }
    
    ul.qa_list h3 {
        color: #cc0033;
        font-size: 15px;
        font-weight:bold;
    }

.bgr_pic {
    background: url(../Content/mobile/screenphones.jpg) no-repeat right bottom;
    height:415px;
    overflow:hidden;
    margin-bottom:-7px;
}

.no_pdng_btm {
padding-bottom:0;
}

div.hp_parag div.govnobox > h2 {
    font-size: 16px;
}

#partners {
    margin-top: 30px;
    background-color: #edeeef;
    padding: 40px 0;
}

    #partners h2 {
        text-transform: uppercase;
        font-family: GothamProMedium;
        font-size: 19px;
        font-weight:normal;
        padding:20px 0;
    }

.partner_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 20px 30px 20px;
}

#footer {
    background-color: #003366;
    color: white;
    padding-top: 40px;
    padding-bottom: 55px;
    line-height: 1.3;
}

    .first_row {
        font-family: GothaProReg;
        font-size: 12px;
        line-height: 1.3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
    }

.cpright {
    flex: 1 1 480px;
    line-height: 1.3;
}

.eml {
    flex: 0 0 auto;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: right;
}

.eml a{
    text-decoration:none;
    color:white;
    padding-left:5px;
}

.second_row {
    margin-top: 30px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

#contactform {
max-width:780px;
}

#contactform label.error,
#contact-widget-body label.error,
.contact-form-error {
    color: #cc0033;
    font-size: 12px;
    text-transform: none;
}

#contact-widget-body label.error {
    margin-top: 4px;
}

.contact-form-error {
    margin: 0 0 12px;
}

.contact-form-success h2 {
    font-family: GothamProMedium;
    font-size: 22px;
    color: #003366;
    font-weight: normal;
    margin: 0 0 16px;
    padding: 0;
}

.hp_parag .contact-form-success .contact-form-success-line,
.contact-form-success .contact-form-success-line {
    margin: 0 0 14px;
    padding: 0;
    line-height: 1.5;
    font-weight: normal;
}

.contact-form-success .contact-form-success-line:last-child {
    margin-bottom: 0;
}

.contact-form-success-email {
    font-family: GothamProMedium;
    font-weight: 700;
    color: #003366;
}

#contact-widget-body .contact-form-success h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

#contact-widget-body .contact-form-success-line {
    font-size: 13px;
    margin-bottom: 12px;
}

.contact-form-success-back {
    display: inline-block;
    margin-top: 18px;
    padding: 10px 18px;
    border: none;
    border-radius: 5px;
    background-color: #003366;
    color: #fff;
    font-family: GothamProMedium;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.contact-form-success-back:hover {
    background-color: #cc0033;
}

#contact-widget-body .contact-form-success-back {
    font-size: 13px;
    margin-top: 14px;
}

.contact-form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.contact-form-actions [type="submit"],
.contact-form-actions .contact-widget-submit {
    margin-top: 0;
}

.contact-form-clear {
    align-self: center;
    color: #003366;
    font-family: GothaProReg;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px dotted #003366;
    cursor: pointer;
}

.contact-form-clear:hover {
    color: #cc0033;
    border-bottom-color: #cc0033;
}

#contact-widget-body .contact-form-clear {
    font-size: 13px;
}

.contact-form-actions [type="submit"]:disabled,
.contact-form-actions .contact-widget-submit:disabled {
    opacity: 0.55;
    cursor: not-allowed;
}

.contact-form-error-wrap {
    margin-bottom: 16px;
}

.contact-widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10050;
    font-family: GothaProReg;
}

.contact-widget-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 18px;
    border: none;
    border-radius: 28px;
    background-color: #003366;
    color: #fff;
    font-family: GothamProMedium;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 51, 102, 0.35);
}

.contact-widget-toggle:hover {
    background-color: #cc0033;
}

.contact-widget-toggle-text {
    max-width: 140px;
    line-height: 1.2;
    text-align: left;
}

.contact-widget-panel {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    width: 340px;
    max-width: calc(100vw - 40px);
    max-height: min(520px, calc(100vh - 100px));
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.contact-widget-panel[hidden] {
    display: none !important;
}

.contact-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background-color: #003366;
    color: #fff;
}

.contact-widget-title {
    font-family: GothamProMedium;
    font-size: 15px;
    text-transform: uppercase;
}

.contact-widget-close {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    padding: 0 4px;
}

.contact-widget-body {
    padding: 16px;
    overflow-y: auto;
}

.contact-widget-intro {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 12px;
    font-weight: normal;
}

#contact-widget-form label {
    display: block;
    margin-top: 10px;
    margin-bottom: 4px;
    font-size: 13px;
    color: #003366;
    text-transform: uppercase;
}

#contact-widget-form input,
#contact-widget-form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    font-family: GothaProReg;
    font-size: 14px;
}

#contact-widget-form textarea {
    resize: vertical;
    min-height: 88px;
}

.contact-widget-submit {
    margin-top: 14px;
    padding: 10px 18px;
    border: none;
    border-radius: 5px;
    background-color: #003366;
    color: #fff;
    font-family: GothamProMedium;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.contact-widget-submit:hover {
    background-color: #cc0033;
}

.contact-widget-submit:disabled {
    opacity: 0.7;
    cursor: wait;
}

#contact-widget-body h2 {
    font-family: GothamProMedium;
    font-size: 18px;
    color: #003366;
    font-weight: normal;
}

@media (max-width: 480px) {
    .contact-widget {
        right: 12px;
        bottom: 12px;
        left: 12px;
    }

    .contact-widget-toggle {
        width: 100%;
        justify-content: center;
    }

    .contact-widget-panel {
        width: 100%;
        right: 0;
        left: 0;
    }
}

#contactform input, textarea {
    display: block;
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
}

input#submitBtn {
    width: 150px;
    text-transform: uppercase;
    color: white;
    background-color: #003366;
}
input#submitBtn:disabled {
    cursor:not-allowed;
    background-color:#d3d3d3;
    color:black;
}

.g-recaptcha {
        padding: 15px 0;
    }

.error{
    color:#cc0033;
    display:block;
    margin-bottom:10px;
}

.col_block {
    padding: 20px 0;
    display: inline;
}

.sw_features div.col_3{
    min-height:390px;
}

.mobileapi div.col_3{
    min-height:450px;
}

.webapi div.col_3 {
    min-height: 470px;
}

.start-div-icon{
    width:30px;
    height:30px;
    border:2px solid blue;
    border-radius:10px;
}

.row{
    margin:0;
    padding:0;
}

#map {
    padding: 0;
}

#toolbody {
    padding:25px;
    padding-bottom:0;
    font-family: 'GothaProReg';
}

#eta{
    font-size:40px;
}

#tablo span.glyphicon {
    color: gray;
    font-size: 30px;
    padding-right:10px;
}

#distance {
    font-size: 40px;
}

#tablo {
    font-weight:bold;
    font-family: 'GothaProReg';
    margin-top: 20px;
}

#lang_link {
    margin-left: 0;
}

#lang_link > a {
    margin: 0;
    padding: 1px 3px;
}

    #lang_link > a.active {
        background-color: #003366;
        color: white;
        border: 1px solid #003366;
        border-radius: 5px;
    }

.info_legend{
    font-size:13px;
    width:300px;
    background-color:white;
    padding:7px 10px 0 15px;
    border-radius:10px;
    border: 1px solid #808080;
}

.td_lbl{
}

.vehicle_param_tbl td{
    padding-bottom:10px;
    padding-right:5px;
}

.vehicle_param_tbl input{
    width:70px;
}

.price-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 10px 0 20px;
    font-family: GothaProLig;
    font-size: 14px;
    font-weight: normal;
}

.price-table th,
.price-table td {
    border: 1px solid #d3d3d3;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
}

.price-table th {
    font-family: GothamProMedium;
    font-weight: normal;
    color: #003366;
    background-color: #f5f5f5;
}

.price-table td:nth-child(2) {
    white-space: nowrap;
}

.hp_parag .price-table + p a {
    color: #cc0033;
}

.cityguide-hero {
    padding-top: 20px;
    padding-bottom: 30px;
}

.cityguide-hero img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.cityguide-hero h1 {
    padding-bottom: 12px;
}

div.hp_parag h2.cityguide-tagline {
    font-family: GothamProMedium;
    font-size: 24px;
    color: #003366;
    text-align: left;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    padding: 0 0 5px;
    line-height: 1.2;
}

.cityguide-platforms {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 12px 20px;
    padding: 0;
    margin: 0;
}

.cityguide-platforms span {
    display: inline-block;
    color: #003366;
    font-family: GothaProReg;
    font-size: 9px;
    line-height: 12px;
    text-transform: uppercase;
    text-align: center;
}

.cityguide-platforms img {
    display: block;
    margin: 0 auto 4px;
    height: 40px;
    width: auto;
}

.cityguide-spotlight .spotlight-item,
.cityguide-advantages .advantage-item {
    width: 48%;
    float: left;
    margin-bottom: 30px;
    min-height: 100px;
    padding: 0 16px;
    box-sizing: border-box;
}

.cityguide-spotlight .spotlight-item:nth-child(odd),
.cityguide-advantages .advantage-item:nth-child(odd) {
    margin-right: 4%;
}

.cityguide-spotlight .spotlight-item img {
    float: left;
    margin: 0 16px 10px 0;
    width: 70px;
    height: 70px;
}

.cityguide-spotlight h3,
.cityguide-advantages h3 {
    font-family: GothamProMedium;
    font-size: 16px;
    color: #003366;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: normal;
}

.cityguide-spotlight p,
.cityguide-advantages p {
    padding-bottom: 10px;
    font-weight: normal;
}

.cityguide-advantages .advantage-item img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 14px;
    float: none;
}

.cityguide-advantages .advantage-item ul {
    font-weight: normal;
    padding-bottom: 0;
}

.cityguide-quotes blockquote {
    border-left: 4px solid #d3d3d3;
    margin: 0 0 20px;
    padding: 0 0 0 16px;
    font-style: italic;
    font-weight: normal;
}

.cityguide-quotes cite {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #808080;
    font-style: normal;
}

.cityguide-about-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.cityguide-about-item {
    width: 33.333%;
    padding: 0 20px 36px;
    box-sizing: border-box;
    font-family: GothaProLig;
    font-size: 14px;
    font-weight: bold;
}

.cityguide-about-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 16px;
    display: block;
}

.cityguide-about-item h3 {
    font-family: GothamProMedium;
    font-size: 16px;
    color: #003366;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 10px;
}

.cityguide-about-item p {
    font-weight: normal;
    padding-bottom: 0;
    line-height: 22px;
}

@media (max-width: 900px) {
    .cityguide-about-item {
        width: 50%;
    }
}

@media (max-width: 560px) {
    .cityguide-about-item {
        width: 100%;
    }

    .cityguide-spotlight .spotlight-item,
    .cityguide-advantages .advantage-item {
        width: 100%;
        margin-right: 0;
        padding: 0 8px;
    }
}

@media (max-width: 991px) {
    .main_canvas {
        padding-left: 16px;
        padding-right: 16px;
    }

    .menu-toggler {
        display: flex;
        margin-right: 8px;
    }

    #main_menu {
        display: none;
        order: 3;
        width: 100%;
        flex: 1 1 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px 8px 20px;
        margin-top: 8px;
        border-top: 1px solid #d3d3d3;
        box-sizing: border-box;
    }

    #main_menu.menu-open {
        display: flex;
    }

    #main_menu > a {
        margin-left: 0;
        margin-bottom: 12px;
        font-size: 14px;
        padding-left: 4px;
    }

    #main_menu > a.active {
        border-bottom: none;
        padding-left: 8px;
        border-left: 3px solid #cc0033;
    }

    #main_menu #lang_link {
        margin-left: 0;
        margin-top: 4px;
        padding-left: 4px;
    }

    #footer .first_row {
        flex-direction: column;
        align-items: flex-start;
    }

    #footer .cpright,
    #footer .eml {
        flex: 1 1 100%;
        width: 100%;
        text-align: left;
    }

    #footer .eml {
        margin-top: 4px;
    }
}