/*@charset "utf-8";*/

/* GENERAL ------------------------------------------------------------------ */
/* pt-sans-regular - latin */
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
        url("") format('woff2'),
        url("") format('woff');
}

body {
    height:100%;
    font:14px 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;
    color:#626363;
    background:#fff;
    margin:0;
    padding:0
}

img {
    /*border: medium none;*/
    /*line-height: normal;*/
    /*    padding: 0;
        vertical-align: middle;*/
    border-style: none;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
}
/*main img {
     Only render when in viewport 
    content-visibility: auto;
  }
img[data-sizes="auto"] { 
    display: block; width: 100%; 
}*/

.myLHeigth {
    line-height: 1.6;
}

.lHeigth {
    line-height: 2.0;
}

*, *::before, *::after{
    box-sizing:border-box;
}

.fluid_wrapper {
    display:block;
    width:100%;
    margin:0;
    padding: 0 8px;
    text-align:left;
    word-wrap:break-word;
    position:relative
}

.container, #fluid_footer, #copyright {
    display:block;
    margin:0 auto;
}

.fluid_clear {
    display:block;
}
.fluid_clear::before, .fluid_clear::after {
    display:table;
    content:"";
}
.fluid_clear, .fluid_clear::after {
    clear:both;
}

a {
    color:#1a6797;
    outline:none;
    text-decoration:none;
}
a:hover{
    color:#626363;
}

/* Titles ------------------------------------------------------------------- */

h3, h4, .heading {
    color:#626363;
    border-color:inherit;
    font-family:Arial, Helvetica, sans-serif;
}

h1, h2 {
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 0;
    float:left !important;
    width:100%;
    color: #1a6797;
    font-size: 38px;
    font-weight: normal;
    text-align: center;
}

h3 {
    color: #626363;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-left: 0;
    padding-top: 0;
    float:left;
    width:100%;
}


/* Fluid_topbar menu */

.button_topbar {
    float:right;
    border:none;
    margin-right:0;
    /*height:35px;*/
    /*width:128px;*/
    margin-top:-4px;
    font-size:13px;
    font-weight:bold;
    background-color:#1a6797;
    color:#fff;
    border-radius:6px;
    /*padding: 8px 10px 8px 10px;*/
}
.button_topbar a {
    color: white !important;
    padding: 10px 16px;
    text-decoration: none;
    background-color: #1a6797 !important;
    /*border-radius:6px !important;*/
    /*width: 128px !important;*/
}

.booking_button {
    float:left;
    border:none;
    margin:0;
    height:47px;
    width:auto;
    margin-top: 6px;
    font-size:18px;
    font-weight:bold;
    background-color:#1a6797;
    color:#fff;
    /*font-family:'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;*/
    border-radius:6px;
    padding: 8px 20px 8px 20px;
}

#flughafen span a {
    color: #fff;
    background-color:#1a6797;
    /*padding-left: 5px;*/
    line-height: 30px;
}

#hafen span a {
    color: #fff;
    background-color:#1a6797;
    /*padding-left: 5px;*/
    line-height: 30px;
}
.trustpi {
    margin-bottom: -10px;
    margin-top: 20px;
}
.award_cont {
    text-align: center;
}
.award {
    margin-top: 34px;
}

/* Content Area
----------------------------------------------------------------------------- */
.container {
    padding:15px 10px;
    position:relative;
}

/* Rows */
/*.row0, .row0 a { color:#1a6797; background-color:#f3f3f3; }*/
.row1, .row1 a {
    color:#1a6797;
    /*background-color:#FFFFFF;*/
}
/*.row2 {
    color:#626363;
    background:url("/javax.faces.resource/images/shadows/main_shadow.png.xhtml?ln=desktop") no-repeat scroll center top #1a6797; 
    margin-top: 0px;
    padding: 30px 0;
}*/
.row3{
    color:#626363;
    background-color:#ffffff;
    border-top:1px solid #e7e6e6;
}
.row4{
    color:#626363;
    background-color:#f7f7f7;
    border-top:1px solid #e7e6e6;
}
/*.row5, .row5 a{color:#626363; background-color:#ffffff; }*/
/*.row6{color:#FFFFFF; background-color:#96AFAA; }*/
/*.row6 a{color:#1a6797; background-color:#FFFFFF; }*/

/* Fluid footer
----------------------------------------------------------------------------- */
#fluid_footer{
    padding:20px 0;
}

.invest {
    cursor:pointer;
    /*background:url("/javax.faces.resource/images/wagnis_100.jpg.xhtml?ln=desktop") no-repeat;*/
    display:block;
    width:100px;
    height:100px;
}


.full {
    width: 100%;
}
#fluid_footer ul {
    list-style-type: none;
    padding:0
}

#fluid_footer ul li {
    border-bottom: 1px solid #e7e6e6;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

#fluid_footer ul li:last-child {
    border-bottom:none
}


/*#fluid_footer h3 { color: #626363; font-size:14px; background:none; margin-bottom:15px }*/

/*#fluid_footer span {
    background: #f7f7f7 none repeat scroll 0 0;
    padding-right: 8px;
    position: relative;
    z-index: 2 }*/

/*#fluid_footer .title{margin:0 0 30px 0; padding:0 0 8px 0; border-bottom:1px solid; font-size:16px; border-bottom:1px solid #e4e2e2; font-size:14px}*/

/*#fluid_footer .linklist li{margin-bottom:10px;}*/
/*#fluid_footer .linklist li:last-child{margin-bottom:0;}*/

/*#fluid_footer .smallfont{font-size:.8em; margin:0;}*/

/*#fluid_footer input, #fluid_footer fluid_button{border:none; border-radius:5px;}*/
/*#fluid_footer input{display:block; width:100%; padding:8px;}*/

/*#fluid_footer fluid_button{padding:6px 12px; font-weight:bold; text-transform:uppercase; cursor:pointer;}*/

/* fluid_menu fluid_footer
----------------------------------------------------------------------------- */

#fluid_footer .fluid_menu a {
    background: url("/javax.faces.resource/images/sprite_li.png.xhtml?ln=desktop") no-repeat 0 5px;
    color:#626363;
    padding-left:20px
}
/*#fluid_footer .fluid_menu a:hover { color:#1a6797  }*/


.truststrip-link {
    text-decoration: underline;
    text-underline-offset: 2px;
}
/* Grid (also used in homepage)
--------------------------------------------------------------------------------------------------------------- */
.full, .one_half, .one_third, .one_quarter, .one_quarter_plus {
    display:inline-block;
    float:left;
    margin:0;
    padding-left: 10px;
    list-style:none;
}
/*.fl_right {  float:right; }
.fl_left {   float:left; }*/

.fl_right, .imgr{
    float:right;
}
.fl_left, .imgl{
    float:left;
}

/*.one_fifth {
    width: 18.7%;
}*/
.first{
    margin-left:0 !important;
    clear:left;
}

.one_quarter{
    width:22.6%;
}
/*.one_quarter_original{width:22.69938650306748%;}*/
/*.customized_fluid_sidebar{width:32.1994%; display:inline-table; }*/
.one_third {
    width:31.288%;
}
.one_half {
    width:50%;
    margin:0 ;
}
/*.two_third{width:65.6441717791411%;}*/
/*.customized_container{width:66.23312883435584%; }*/
/*.three_quarter{width:74.23312883435584%;}*/
.one_half {
    margin-bottom:5px
}
.one_quarter_plus{
    width:28%
}
/*.one_quarter_small {width:17.5%; }*/
/*.one_quarter_small2 {width:20%; }*/


/* fluid_copyright
----------------------------------------------------------------------------- */
#copyright{
    padding:12px 0;
}
#copyright *{
    margin:0;
    padding:0;
}



/* Google search Field
----------------------------------------------------------------------------- */
/*.pac-container {
    background-color: #1a6797 !important;
    z-index: 1200 !important;
}
.pac-item:hover {
    background-color: rgb(94, 175, 205) !important;
    color: black !important;
}
.pac-item {
    color: white !important;
    padding: 0px 8px !important;
    border-radius: 0px !important;
    border-top: 0px none !important;
      font-size: 15px !important; 
}
.pac-item-query {
    color: white !important;
}*/
/* Fluid_banner
----------------------------------------------------------------------------- */

/*.fluid_banner { width:100%; margin-bottom:15px !important; position:relative; position:relative; float:left }*/
/*.fluid_banner img { padding:0; margin:0; float:left; border:none; width:100% }*/

/* Fluid Header
----------------------------------------------------------------------------- */

/*#fluid_header #fluid_logo {
    padding:0; 
    height:62px; 
    width:238px; 
    position:relative; 
    float:left;
    margin-top:14px }
#fluid_logo h1 { 
    margin:0; 
    padding:0; 
}*/

.img_style {
    border: 5px solid #f6f3f3;
}
.cls {
    min-height: 433px;
}

/* fluid_breadcrumb 
----------------------------------------------------------------------------- */

/*#fluid_breadcrumb{
    padding:0; 
}
#fluid_breadcrumb h1 { 
    color: #fff;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-weight: normal;	
} */

/* Fluid fluid_sidebar 
---------------------------------------------------------------------------- */
/*
.fluid_sidebar .sdb_holder{margin-bottom:0px; position:relative; float:left; width:100%;  }
.fluid_sidebar .sdb_holder:last-child {margin-bottom:0;}
.sdb_holder ul li { border-bottom:1px solid #e7e6e6; padding:10px; }
.sdb_holder ul { list-style-type: none; padding: 0px; margin:0; background:#f7f7f7; float:left; width:100%; border-top:1px solid #e7e6e6;   }*/



/* HOMEPAGE
---------------------------------------------------------------------------- */
.resp_link {
    font-size: 16px;
    font-weight: bold;
}
.group {
    float:left;
    position:relative;
    width:100%;
}
.group h3 {
    margin-top:0;
    text-transform:uppercase;
    font-size:17px;
    color:#1a6797;
    margin-bottom:15px;
    margin-top: 15px;
}
.group h4 {
    font-size:15px;
}

.advt_cont {
    width:82%;
    margin:0 auto !important;
}
.cont_advt {
    margin-top:15px;
    margin-bottom:10px;
    float: left;
    height: auto;
    width:100%;
    position:relative;
}

.arrow_first {
    width:auto;
    display: inline-table;
    position:relative;
    float:left;
    margin-top:25px;
    margin-right:40px
}
.arrow_last {
    width:auto;
    display: inline-table;
    position:relative;
    float:left;
    margin-top:20px;
    margin-left:4px
}
.advantages {
    width:auto;
    display:inline-table;
    position:relative;
    float:left;
}
.check {
    width:100%;
    list-style-type:none;
    padding:0;
}
.check li {
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
    padding-top:10px;
    color:#8d8d8d;
    height:40px;
    padding-left:50px;
    background: url("/javax.faces.resource/images/check.png.xhtml?ln=desktop") no-repeat;
    /*background: url(../images/check.png) no-repeat 0 0;*/
    font-weight:600;
    text-transform:uppercase;
}

.show-fluid_menu {
    /*    text-decoration: none;
        background: #ffffff;*/
    /*text-align: center;*/
    padding: 10px 0;
    display: none;
    font-weight:bold;
    color:#626363;
    /*width:100px;*/
    position:absolute;
    top:15px;
    right:20px;
    font-size: 18px;
}

/*.btn_x {
    display: inline-block;
    width: auto;
    min-width: 113px;
    margin: 8px 0 0 0;
    padding: 10px 15px;
    cursor: pointer;
    font:bold 13px 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif;
    height:42px;
    border:none;
    background:url("/javax.faces.resource/images/sprite_n.png.xhtml?ln=desktop") 0 -73px no-repeat; 
}*/

/* Slide
--------------------------------------------------------------------------- */

.slider-ctn {
    background: #f7f7f7 none repeat scroll 0 0;
    max-width:1000px;
    width:100%;
    margin:0 auto;
    position:relative;
    padding: 0;
}
.slider-ctn img {
    width:100%;
}
.slider-ctn a {
    padding: 0;
    margin: 0;
}
.wraper_slide {
    width:100%;
    margin:0 auto;
    position:relative;
    padding-top:5px;
    border-top:#e7e6e6 1px solid;
    background: #f7f7f7;
}


/* Video + Banner_box
--------------------------------------------------------------------------- */

.video_home {
    width:49%;
    margin:0 auto !important;
}

.fluid_video {
    border: 5px solid #f6f3f3;
    float: left;
    height: 265px;
    width:100%;
    position:relative;
    margin: 25px 0;
}

/*.fluid_banner_box { 
    border: 5px solid #f6f3f3;
    float: left;
    height: auto;
    width:100%;
    position:relative;
    background:#f2f9fb url("/javax.faces.resource/images/airport-parking1.jpg.xhtml?ln=desktop") no-repeat scroll right top;
    padding: 15px 15px; 
}	 	*/

/*.fluid_banner_box h2 { margin-bottom:0; margin-top:0;  }*/
/*.fluid_banner_box h3 { border-bottom:none; background:none; margin-top:0;  }*/

/* Home Icone Services
--------------------------------------------------------------------------------------------------------------- */

.icon_one{
    background-position: -294px -1px;
}
.icon_two{
    background-position: -354px -1px
}
.icon_three{
    background-position: -411px -1px
}
.icon_four{
    background-position: 0 -1px
}
.icon_five{
    background-position: -56px -1px
}
.icon_six{
    background-position: -114px -1px
}
.icon_seven{
    background-position: -173px -1px
}

.icon_one:hover  {
    background-position: -294px -56px
}
.icon_two:hover  {
    background-position:-354px -56px
}
.icon_three:hover {
    background-position:-411px -56px
}
.icon_four:hover {
    background-position: 0 -56px
}
.icon_five:hover  {
    background-position: -56px -56px
}
.icon_six:hover {
    background-position: -114px -56px
}
.icon_seven:hover {
    background-position: -173px -56px
}

.icon_five {
    width:295px;
    margin-right:7px;
}
.icon_six {
    width:295px;
}

/*.icon_six { width:295px; margin-right:7px; }
.icon_six .circle {background-position:-294px 0; }
.icon_six:hover .circle, .icon_six.active .circle {background-position:-294px -56px;}*/
.icon_seven {
    width:295px;
}
.icon_seven .circle {
    background-position:-354px 0;
}
.icon_seven:hover .circle, .icon_seven.active .circle {
    background-position:-354px -56px;
}


/* Home Services
--------------------------------------------------------------------------------------------------------------- */
#services {
    padding:0px 0;
    position:relative;
    float:left;
    margin-top:20px;
    margin-bottom:20px;
}
.service{
    display:block;
    position:relative;
    width:100%;
    min-height:80px;
    margin:0;
    padding:0 0 0 70px;
    box-sizing:border-box;
}
.service *{
    margin:0;
    padding:0;
}

/*.icon { 
    background: url("/javax.faces.resource/images/features/icons.png.xhtml?ln=desktop") no-repeat scroll 0 0;  
}*/
.service .icon{
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:50px;
    height:50px;
    background-repeat: no-repeat;
}
.service .heading{
    margin-bottom:10px;
    border-bottom:none;
}
.service.largeicon{
    min-height:110px;
    padding:0 0 0 100px;
}

.fl_logo {
    position:relative;
    float:left;
    margin-bottom:30px;
    margin-top:0;
    padding:0;
    width:100%
}
.fl_logo img {
    margin-right: 43px
}
.fl_logo img:last-child {
    margin-right:0
}


/*#fluid_menu li.hallo {
    color: #1a6797; 
    padding-top:3px; 
    margin-right: 15px; 
}
#fluid_menu li.hallo:after { 
    background-image: none; 
}*/

/**********************************************/
.rt_shift {
    float: right;
}
.topnav {
    /*background-color: #1A6797;*/
    background-color: #FFFFFF;
    overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #1A6797;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
}
a.customer {
    font-weight: normal;
}
/* Add an aktive class to highlight the current page */
.aktive {
}
.act_med {
    display: block !important
}
.act_med2 {
    display: none !important
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}
dl {
    width: 25px;
    height: 4px;
    background-color: #FFF;
    /*background-color: #1A6797;*/
    margin: 3px 0 0 0;
}
/* Dropdown container - needed to position the dropdown content */
.dropdown {
    float: left;
    overflow: hidden;
}
/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
    font-size: 17px;
    font-weight: bold;
    border: none;
    outline: none;
    color: #1A6797;
    padding: 10px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}
/* Style the dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    font-size: 16px;
    font-weight: normal;
    float: none;
    color: black;
    padding: 10px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
/* Change the color of links on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #ddd;
    color: black;
}
/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}
/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
    display: block;
}
.caret-down {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    /*border-top: 5px solid\9;*/
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
/**********************************************/


/***********************  Primeoverride  ***********************/
.ui-widget {
    font-family: 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif !important;
    font-size: 16px !important;
}

/** firefox **/
:-moz-placeholder {
    font-weight: normal !important;
}

input::-webkit-input-placeholder {
    font: 20px 'PT Sans', Arial, Tahoma, Verdana, Sans-Serif !important;
    font-weight: bold !important;
    /*color: red !important;*/
}
/***********************  Primeoverride  ***********************/

/* Media Queries
--------------------------------------------------------------------------- */
@-ms-viewport{
    width:device-width;
}

/* Max Wrapper Width - Laptop, Desktop etc.
---------------------------------------------------------------------------- */
@media screen and (min-width:950px) {

    /* GENERAL-------------------------------------------------------------- */
    .container, #fluid_footer, #copyright {
        max-width:960px !important;
    }

}

@media screen and (min-width:180px) and (max-width:950px) {

    /*.search { width:85%; }*/

    #fluid_logo {
        width: 100%;
    }

    #fluid_logo h1 {
        margin-bottom: 15px;
    }

    .container, #fluid_footer, #copyright {
        max-width: 100%;
    }
    /*    #fluid_header {
            padding:15px 0; 
        }
        #fluid_header #fluid_logo {
            margin-top:5px; 
        }*/


    #copyright p:first-of-type {
        margin-bottom:10px;
    }



    /*    .fluid_banner_box h2 { font-size:19px; margin-bottom:2px; width:150px; }  
        .fluid_banner_box h3 { margin-bottom:0 } 
        .fluid_banner_box h4 { margin-bottom:7px;  } 	
        .fluid_banner_box { padding: 10px 15px  }	*/


    .advt_cont {
        width:100%;
        margin:0 auto !important;
    }
    .check li {
        font-size:12px;
    }

}


/* Smartphone + Tablet
---------------------------------------------------------------------------- */
@media screen and (min-width:180px) and (max-width:750px) {

    /*.search { width:100%; }*/
    .fl_left, .fl_right {
        display:block;
        float:none;
    }

    /* Grids
    ---------------------------------------------------------------------------- */
    .one_half, .one_third, .one_quarter {
        display:block;
        float:none;
        width:auto;
        margin:0;
        padding:0;
    }


    .one_half {
        float:left;
        width:100%;
        margin-bottom:10px;
    }
    .one_half:last-child {
        margin-bottom:0
    }

    /* Header
    ---------------------------------------------------------------------------- */
    /*    #fluid_header{text-align:center; }
        #fluid_header #fluid_logo {margin:0 0 15px 0; }
    
         Menù
        ---------------------------------------------------------------------------- 
        #fluid_topbar ul{float:left; width:100%; position: static; display: none;  }
        #fluid_topbar li {
            margin-bottom: 2px;
            border-bottom:1px solid #e7e6e6;
            padding:0px 16px 10px 5px; 		
        }
    
        #fluid_topbar ul li, li a {
            width: 100%;			
        }
    
        #fluid_topbar .show-fluid_menu {
            display:block; 
        }
    
        #fluid_topbar .show-fluid_menu:hover {
            cursor:pointer;
        }
    
        #fluid_topbar li ul li a {
            text-align:center;  
        }*/

    #fluid_footer {
        padding-bottom:20px;
    }


    /* Services
    ------------------------------------------------------------------------ */
    .service {
        margin-bottom:20px;
    }

    .advt_cont {
        width:100%;
        margin:0 auto !important;
    }
    .check li {
        font-size:13px;
        height: 50px;
    }
    .arrow_first {
        display:none;
    }
    .arrow_last {
        display:none;
    }

    .video_home {
        width:100%;
        margin:0 auto !important;
    }

    .button_topbar {
        margin-top:8px !important;
        margin-bottom:10px !important;
        position:relative;
        float:left;
    }
}

@media screen and (max-width:750px) {
    h2 {
        font-size: 28px;
    }
    /* GENERAL
    ---------------------------------------------------------------------- */
    /*.cerca_content { min-width:200px; width:50%; }*/

    .fluid_video {
        border:none
    }

    /*    .container {
            padding-top: 5px;
            padding-bottom: 5px;
        }*/

    .row2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .act_med {
        display: none !important
    }
    .act_med2 {
        display: block !important
    }
    .topnav {
        background-color: #1A6797;
    }
    .topnav .logo .rel {
        color: #85bd14;
        font-weight: bold;
        font-size: 18px;
    }
    .topnav .logo span {
        color: white;
        font-weight: bold;
        font-size: 18px;
    }
    a.logo.aktive {
        background-color: #1A6797;
    }

    .logo {
        height: 40px;
        width: auto;
    }
    .topnav a {
        font-size: 12px;
    }
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .button_topbar a {
        display: none;
    }
    .topnav i.icon {
        float: right;
        display: block;
        background-color: #1A6797;
        margin: 10px 10px;
    }
    .topnav.responsive {
        position: relative;
        background-color: #1A6797
    }
    .topnav.responsive i.icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
        color: white;
    }
    .topnav.responsive .dropdown {
        float: none;
    }
    .topnav.responsive .dropdown-content {
        position: relative;
    }
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }
    .dropdown .dropbtn {
        color: white;
        font-size: 12px;
    }
    .topnav.responsive .dropdown-content a {
        color: black;
    }
    .img_style {
        border: 2px solid #f6f3f3;
    }
    .cls {
        min-height: 278px;
    }
    #services {
        margin-top: 0
    }
    .container {
        padding: 0
    }

    .booking_button {
        margin-bottom: 10px;
    }
    .award {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

