
/*
RTS KREUZFAHREN.DE
DEVELOPER: SEBASTIAN ANGELONE

1.0 => SITE ELEMENTS
2.0 =>  HEADER (NAVIGATION)
2.1 =>  FOOTER
*/

@font-face { 
    font-family: "BenchNine"; 
    src: url("../fonts/BenchNine.ttf"); 
    }
    @font-face { 
        font-family: "Abel"; 
        src: url("../fonts/Abel-Regular.ttf"); 
    }
    @font-face { 
        font-family: "BenchNine"; 
        font-weight: normal;
        src: url("../fonts/BenchNine-Regular.ttf"); 
    }
    @font-face { 
        font-family: "BenchNineBold"; 
        font-weight:bold;
        src: url("../fonts/BenchNine-Bold.ttf"); 
    }
    
body{
    background-color: #ffffff;
    font-family: 'Abel', sans-serif, serif;
    overscroll-behavior: none;
}
p{
    font-family: 'Abel', sans-serif, serif;
    font-size: 20px!important;
}
h1,h2,h3,h4,h5,h6{
    text-align: center;
    font-family: 'BenchNineBold', sans-serif, serif!important;
    color: #05bdd2;
    text-transform: uppercase;
}

@media all and (min-width: 960px) {
h1{
    font-size: 44px;
  }
    h2{
    font-size: 34px;
}
}

@media all and (max-width: 959px) and (min-width: 600px) {
h1{
    font-size: 44px;
  }
        h2{
    font-size: 34px;
}
}

@media all and (max-width: 599px) and (min-width: 50px) {
h1{
    font-size: 6vw;
  }
        h2{
    font-size: 4vw;
}
    .logo img {
        height: 40px!important;
    }
    .menu ul{
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background: #fff;
    height: 100vh;
    width: 100vw;
    display: none!important;
    flex-direction: column!important;
    justify-content: center!important;
    margin: 0;
    padding: 0;
    }
    .menu i{
    font-size: 32px;
    cursor: pointer;
    }
    .menu.active i{
    z-index: 999999999;
    font-weight: 900;
    right: 20px;
    top: 25px;
    position: fixed!important;
    }
    .menu.active ul{
        display: flex!important;
    }
    }
    .menu.active ul li {
    display: flex;
    flex-direction: column;
    font-size: 32px!important;
    padding: 20px;
    list-style: none;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif, serif;
    align-items: center;
    position: relative;
}
}

.fz-12{
    font-size: 12px!important;
}
.fz-16{
    font-size: 16px!important;
}
/* 2.0 HEADER START */
.top_line{
    height: 50px;
    width: 100%;
    background-color: #05bdd2;
    color: #ffffff;
    display: flex;
    font-family: 'Abel', sans-serif, serif;
    align-items: center;
    font-size: 22px;
    justify-content: space-between;
}
.top_line div div a {
    color:#ffffff;
    text-decoration: none;
}
.top_line div div a:hover {
    color:#efefef;
    text-decoration: none;
}
header{
    height: 100px;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
    transition: ease-in-out .3s;
    display: flex!important;
    position: sticky;
    z-index: 222;
    top:0px;
}
header.sticky nav .logo img{
    height: 50px; 
    max-height: 100%;
    width:auto;
}
header nav .logo img{
    height: 70px; 
    max-height: 100%;
    width:auto;
    transition: ease-in-out .3s;
}
#header-wrapper{
height: 150px;
transition: ease-in-out .3s;
}
#header-wrapper.active{
    height: 150px;
}
nav{
    display: flex!important;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
nav ul{
    display: flex!important;
    flex-direction: row;
    margin:0;
    padding: 0;
}
nav ul li {
    display: flex;
    flex-direction: row;
    font-size: 22px!important;
    padding: 10px;
    list-style: none;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif, serif;
    align-items: center;
    position: relative;
}
nav ul li a {
    color: #b4afa9;
    text-decoration: none;
    transition: all ease .3s;
}
nav ul li a:hover {
    color: #f6ae31;
    text-decoration: none;
}
nav ul li ul  {
    display: none!important;
    padding: 0;
    position: absolute;
    top: 30px;
    left: 0;
    background: #ffffff;
    padding: 20px;
    box-shadow: 1px 2px 2px #000;
    font-size: 14px;
    border-radius: 5px;
}
nav ul li:hover ul  {
    display: block!important;
    padding: 0;
}
nav ul li ul li  {
    font-size: 14px;
}
.sticky{
    position: fixed;
    top: 0;
    height: 70px!important;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    z-index: 999;
}
/* 2.0 HEADER START */
/* 2.1 FOOTER START */
footer{
    display: flex;
}
.footer_section_1{
    background-color: #05bdd2;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
}
.footer_section_1_info{
    justify-content: flex-start;
    justify-self: center;
    text-align: center;
}
.footer_section_1_info p{
    text-align: center;
    font-size: 16px;
    font-family: 'Abel', sans-serif, serif;
}
.footer_section_1_info p b{
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 5%;
    font-family: 'BenchNine', sans-serif, serif;
}
.footer_section_1_info img{
    text-align: center;
    width: 45%;
    margin: 5%;
}
.footer_section_2{
    display: flex;
    background-color: #cecece;
    /* background-color: #ffffff; */
    width: 100%;
    color: #656565;
    font-family: 'Abel';
    align-items: center;
}
.footer_section_2_info{
    font-size: 16px;
    align-items: center;
    padding: 10px;
    font-family: 'Abel', sans-serif, serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.footer_section_2_info p{
    font-size: 32px;
    align-items: center;
    font-family: 'BenchNine', sans-serif, serif;
}
.footer_section_2_info s{
    font-size: 14px;
    text-decoration: none;
    font-family: 'Abel', sans-serif, serif;
}
.footer_section_2_info b{
    font-size: 14px;
    font-family: 'BenchNine', sans-serif, serif;
}
.footer_section_2_info i{   
    margin-right:10px;
    font-size: 32px;
}
.footer_section_2_info form input{
    height: 25px;
    border-radius: 5px;
    border:none;
    padding: 25px;
    color: #656565;
    margin-right: 10px;
}
.footer_section_2_info form button{
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
    border:none;
    background: #656565;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
}
.footer_section_2_info form button:hover{
    background: #f6ae31;
}
.footer_section_3{
    background-color: #ffffff;
    width: 100%;
    color: #656565;
    font-family: 'Abel', sans-serif, serif;
    align-items: center;
    margin-top: 10px;
}
.footer_section_3_info{
    font-size: 16px;
    font-family: 'Abel', sans-serif, serif;
}
.footer_section_3_info i{   
    font-size: 28px;
    padding-right: 20px;
    transition: all ease .2s; 
}
.footer_section_3_info i:hover{   
    color:#f6ae31;
}
.footer_section_3_info p{   
    width: 100%;
    font-size: 16px;
    font-family: 'Abel', sans-serif, serif;
}
.footer_section_3_info span{   
    width: 100%;
}
.footer_section_3_info span p{  
    font-size: 10px;
    width: 100%;
}
.footer_section_4{
    width: 100%;
    font-family: 'Abel';
}
.footer_section_4 div div ul{
    margin:0;
    padding: 0;
    margin-right: 10px;
}
.footer_section_4 div div ul p{
    flex-flow: column;
    font-size: 18px;
    font-family: 'BenchNine';
    color: #656565;
}
.footer_section_4 div div ul li{
    list-style: none;
    color:#656565;
    font-size: 13px;
    font-family: 'Abel';
}
.footer_section_4 div div ul li a{
    text-decoration: none;
    color:#656565;
    padding-bottom: 3px;
}
.footer_section_4 div div ul li a:hover{
    text-decoration: none;
    color:#f6ae31;
}
.footer_section_5{
    width: 100%;
    color: #656565;
    border-top: 1px solid #efefef;
    font-family: 'Abel';
}

.footer_section_5 div ul{
    display:flex;
    margin: 0!important;
    padding: 0!important
}
.footer_section_5 div ul li{
    display:flex;
    padding: 10px;
    list-style: none;
}
.footer_section_5 div ul li a{
    text-decoration: none;
    color:#656565;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'BenchNine';
}
.footer_section_5 div ul li a:hover{
    text-decoration: none;
    color:#f6ae31;
}
/* 1.1 FOOTER ENDE */

/* 2.0 FRONTPAGE */
.frontpage_search{
    position: absolute;
    top: 120px;
    z-index: 1;
    height: 500px;
    background-position: center;
    background-size: cover;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.frontpage_search_inbox {
    position: relative;
    width: 100%;
    height: 450px;
    margin-bottom: 100px;
}
.frontpage_search .box{
    margin-bottom: -100px;
    height: auto;
    padding: 5px 15px 5px 15px;
    background: #ffffff;
    width: 100%;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.frontpage_search .box h3{
    margin: 0;
    font-size: 36px;
}
.product_slider{
position: relative;
width: 100%;
height: auto;
}
.product_slider div{
  width: 100%;  
  align-content: stretch;
  outline: none;
  padding: 10px;
  margin-left:-10px;
}
.product_slider p{
    font-size: 16px;
    font-family: 'BenchNine';
    text-transform: uppercase;
    color: #f6ae31;
    border-bottom: 1px solid #efefef;
    padding: 10px;
    padding-left: 0;
  }
.product_slider div img{
    object-fit: cover; 
    width: 100%;  
    height: 200px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: transform .2s ease;
  }

  .product_slider div img:hover{
      transform: scale(1.02);
      cursor: pointer;
  }
  .product_slider div img:active{
    transform: scale(1.02);
    cursor: grab;
}
/*SLICK*/
.arrow-left{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px!important;
    width: 50px!important;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    position: absolute!important;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
}
.arrow-right{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px!important;
    width: 50px!important;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
    transition: transform .3s ease-in;
}
.arrow-left:active , .arrow-right:active{
    height: 55px!important;
    width: 55px!important;
    transition: .3s ease all;
}
/*SLICK END*/

.cards{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding: 0!important;
    margin: 0px!important;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    width: 100%;
    height: auto;
    transition: .3s ease all;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    outline: none;
}
.cards i{
    color: #f6ae31;
    padding-right: 10px;
}
.cards span:nth-child(1){
    color: #ababab;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    font-size: 14px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.cards span:nth-child(2){
    color: #05bdd2;
    text-transform: uppercase;
    font-family: 'BenchNine', sans-serif;
    font-size: 22px;
    padding-bottom: 70px;
}
.cards span:nth-child(3){
    color: #f6ae31;
    font-family: 'BenchNine', sans-serif;
    font-size: 14px;
    padding-top: 10px;
    text-align: right;
    position: absolute;
    border-top: 1px dashed #cecece;
    right: 0;
    bottom: 15px;
}
.cards span:nth-child(3) b{
    color: #f6ae31;
    font-size: 32px;
    font-family: 'BenchNine', sans-serif;
}
.cards:hover{
    transform: scale(1.02);
    box-shadow: 0px 4px 15px rgba(0,0,0,0.5);
    text-decoration: none;
}
.cards img{
    height: 200px;
    min-height: 200px;
    width: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    position: relative;
}
.cards .cruise_logo{
    width: auto;
    height: 50px;
    min-height: 0;
    position: absolute;
    top: 15px;
    background: #fff;
    border-radius: 5px 0px 0px 5px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
    right: 0px;
    padding: 10px;
    overflow: hidden;
}

/* BUTTON */
.button_half{
    background: #f6ae31!important;
    border-radius: 5px;
    font-size: 22px!important;
    color: #fff!important;
    text-align: center;
    width: 50%;
    padding: 15px;
    line-height: 50px!important;
    height:50px!important;
    font-family: 'BenchNine'!important;
    text-transform: uppercase;
    transition: .3s ease all;
    padding-left: 5%;
    padding-right: 5%;
    text-decoration: none;
    white-space: nowrap;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}
.button_half:active{
    background: #e49e26!important;
}
.button_half:hover{
    font-family: 'BenchNine', sans-serif;
    padding-left: 12%;
    padding-right: 12%;
    text-decoration: none;
}
.button_full{
    background: #f6ae31;
    border-radius: 5px;
    font-size: 22px;
    color: #fff!important;
    text-align: center;
    width: 50%;
    padding: 15px;
    transition: .4s ease all;
    font-family: 'BenchNine', sans-serif;
    text-transform: uppercase;
    padding-left: 30%;
    padding-right: 30%;
    -webkit-touch-callout: none; 
    -webkit-user-select: none; 
     -khtml-user-select: none;
       -moz-user-select: none; 
        -ms-user-select: none; 
            user-select: none; 
}
.button_full:active{
    background: #e49e26;
}
/* BUTTON END */

/* FRONTPAGE MAGAZINE */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
  
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  
  .pace-inactive {
    display: none;
  }
  
  .pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 9999999999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 3px;
  }
  .input-search{
      background: #f2f2f2!important;
      box-shadow: none!important;
      padding-left:0!important;
  }

  .input-search .inside{
      text-align: center;
      justify-content: center;
}
.input-modal{
    top:0!important;
}
.dateselect{
    outline: none;
    border: 0;
    background: 0;
    text-align: center;
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    color: #646465;
    text-transform: uppercase;
    width: 100%;
}
.dateselect::-webkit-input-placeholder{
    color: #646465;
}
.dateselects{
    background-color: #f2f2f2;
    color: #656565;
    height: 50px;
    font-weight: bold;
    width: 100%;
    display: flex;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    border: 0;
    padding: 5px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.searchbutton{
    width: 100%!important;
    background: #f6ae31!important;
    color: #fff!important;
    height: 50px!important;
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.input-search[data-title="Type"]{
    background: none!important;
    color: #f6ae31;
}
.input-search[data-title="Type"]::after{
    background: none!important;
    border: solid #f6ae31;
    position: absolute;
    content: "";
    top: calc(50% - 5px);
    transform: translate(0,-50%);
    right: 20px;
    color: #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: inherit;
    -webkit-transform: rotate(45deg);
}
.input-search[data-title="Type"] .input-modal{
    background: #fff!important;
    color:#646464!important;
}

.input-search[data-title="Reiseziel"] .inside::before{
    font-family: "Font Awesome 5 Free";
    content: "\f3c5";
    padding: 10px;
    margin-left: -20px;
}
.input-search[data-title="Type"] .inside::before{
    font-family: "Font Awesome 5 Free";
    content: "\f072";
    padding: 10px;
    margin-left: -20px;
}
.input-search[data-title="Schiffe"] .inside::before{
    font-family: "Font Awesome 5 Free";
    content: "\f21a";
    padding: 10px;
    margin-left: -20px;
}
.input-search[data-title="Reederein"] .inside::before{
    font-family: "Font Awesome 5 Free";
    content: "\f655";
    padding: 10px;
    margin-left: -20px;
}
.input-search{
    font-family: 'Abel', sans-serif!important;
    text-transform: uppercase;
    font-size: 16px;
}
.input-search[data-title="Calendar"] .inside::before{
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    padding: 10px;
    margin-left: -20px;
}

.dateselects{
    font-family: 'Abel', sans-serif!important;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
}
.dateselects::before{
    font-family: "Font Awesome 5 Free";
    content: "\f073";
    padding-right: 5px;
    padding-left: 15px;
}
.person .result::before{
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-weight: bold;
    color: #f6ae31;
    padding: 10px;
    margin-left: -30px;
    top: 0px;
    display: flex;
    align-self: center;
}
.person{
    background: #fff;
    border-radius: 5px;
    position: relative;
    width: 100%;
    transition: .4s ease all;
    font-family: 'Abel', sans-serif;
    text-transform: uppercase;
    color:#f6ae31;
    font-size: 16px;
}
.person .result{
    background: #fff;
    border-radius: 5px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    padding-left: 15px;
    white-space: nowrap;
    display: flex;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    -o-user-select: none;
    justify-content: center;
}
.person .selector{
   background: #fff;
   border-radius: 5px;
   position: absolute;
   width: 100%;
   top:39px;
   min-height:100px; 
   display: none;
   padding: 10px;
   background: #fff;
   z-index: 88888888;
   border-radius: 5px;
   box-shadow: 0 0 15px rgba(0,0,0,0.3);
   -webkit-touch-callout: none; 
   -webkit-user-select: none; 
    -khtml-user-select: none;
      -moz-user-select: none; 
       -ms-user-select: none; 
           user-select: none; 
}
.selector{
    color: #646464;
}
.selector i{
    color: #656565;
    font-size: 22px!important;
}
.person .selector.open{
   display: block;
   z-index: 999;
}
.box-child{
   width: 100%;
   padding: 10px;
}
.person-select i {
   font-size: 34px;
}
.child-select i {
   font-size: 34px;
}
.site_text p{
    font-size: 20px!important;
    font-family: 'Abel', sans-serif!important;
}
.offset-50{
    margin-top:-50px!important;
}
.cardimage{
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    transition: transform .1s ease-in;
}
.cardimage:hover{
    transform: scale(1.05);
}
.cardimage img{
    height: 200px;
    object-fit: cover;
}
.cardimage::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 50%);
    width: 100%;
    height: 100%;
}
.cardimage p {
    position: absolute;
    bottom: 0;
    left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    z-index: 2;
    text-shadow: 0 0 5px rgba(0,0,0,0.7);
}
.product_slider div a{
    outline: none;
    text-decoration: none;
}
.news img{
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    min-height: 250px;
    object-fit: cover;
}
.mainimage{
    min-height: 250px;
    max-width: 100%;
    object-fit: cover;
    
}
.pagination span:hover, .pagination a:hover {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    color: #e49e26;
    text-decoration: none;
}

.pagination span, .pagination a {
    border: none;
    margin: 5px;
    padding: 10px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    font-weight: bold;
    height: 40px;
    width: 40px;
    transition: .2s ease all;
}

.pagination li.current span{
    background: #f2f2f2;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    color: #000;
}
.pagination li.disabled span{
display: none;
}

.pagination li.more span:hover, .pagination li.more a:hover {
    background: #fff;
    box-shadow: none;
    color: #000;
    text-decoration: none;
}

.pagination_nav{
    display: flex!important;
    justify-content: center;
    margin-top: 20px;
    max-width: 100%;
}