/* HEADER TOP
======================================== */
header.header {
  position: relative;
}

.logo {
  width: 126px;
  margin: 15px 0 0 0;
}

@media (min-width: 768px) {
  header.header {
    height: 155px;
  }
  .logo {
    width: 160px;
    margin: 30px 0 0 0;
  }
}
@media (min-width: 992px) {
  .logo {
    width: 175px;
  }
}
/* QUICKlinks HEAD */
.logo-sub {
  position: absolute;
  top: 59px;
  left: 152px;
  display: none;
}

.logo-sub span {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 14px;
  color: #9b0057;
  line-height: 28px;
  padding: 0 5px;
  border-left: 1px solid #d9d9d9;
  float: left;
}

.logo-sub span:first-child {
  border: 0;
  padding: 0;
}

.logo-sub span:nth-child(2) {
  border: 0;
}

@media (min-width: 768px) {
  .logo-sub {
    display: block;
    top: 56px;
    left: 190px;
  }
  .logo-sub span {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media (min-width: 992px) {
  .logo-sub {
    top: 59px;
    left: 210px;
  }
  .logo-sub span {
    font-size: 18px;
  }
}
.ce-headline-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* LANG-MENU & SCOIALMEDIA-LINKS
======================================== */
.lang-social {
  position: absolute;
  top: 27px;
  right: 10px;
  width: 50%;
}

/* LANGUAGE */
.language {
  position: absolute;
  /*top:3px;
  right:20px;*/
}
.language i {
  font-size: 28px;
  color: #9b0057;
  display: inline-block;
  vertical-align: middle;
}
.language .bootstrap-select .btn {
  font-size: 15px;
  color: #292929;
  margin: 0;
  padding: 0 0 0 10px;
  border: 0;
  height: auto;
  line-height: inherit;
  border-radius: 0;
  background: transparent;
}
.language .bootstrap-select > select {
  opacity: 1 !important;
}

.language .bootstrap-select.open .btn {
  color: #333;
}

.language .bootstrap-select .btn:hover {
  background: transparent;
}

.language .bootstrap-select > .dropdown-toggle {
  width: auto;
}

.language .bootstrap-select .dropdown-toggle {
  box-shadow: none;
}

.language .bootstrap-select .btn-default.active,
.language .bootstrap-select .btn-default:active,
.language .open > .dropdown-toggle.btn-default,
.language .bootstrap-select .dropdown-toggle {
  background: #fff;
  outline: 0 !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

.language .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: 0;
  top: 3px;
  right: 23px;
}

.language .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  /*font-family:"icomoon"; font-size:13px; content:"\e902"; display:inline-block; vertical-align:top;*/
  display: none;
}

.language .bootstrap-select.open.btn-group .dropdown-toggle .caret:before {
  content: "\e905";
}

.language .dropdown-menu > li > a {
  padding: 3px 25px;
  background: transparent;
}

.language .dropdown-menu > li > a:hover {
  color: #9b0057;
}

.language .dropdown-menu > li > a[aria-selected=true] {
  color: #9b0057;
  background: transparent;
}

.language .dropdown-menu {
  padding: 5px 0;
  margin-left: -16px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .language {
    /*right:275px;*/
  }
}
/* SOCIALMEDIA */
.socialmedia ul li a.youtube--,
.socialmedia ul li a.twitter--,
.socialmedia ul li a.googleplus,
.socialmedia ul li a.skype {
  display: none;
}

.socialmedia ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 600px) {
  .socialmedia ul {
    display: flex;
    width: 70px;
    margin-top: -23px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .socialmedia ul li a {
    margin: 0 !important;
  }
}
.socialmedia ul li {
  float: left;
  margin: 0;
  padding: 0;
}

.socialmedia ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 100%;
  background: #f2f2f2;
  color: #666;
  line-height: 33px;
  text-align: center;
  margin: 0 5px;
}

.socialmedia ul li a:hover {
  color: #fff;
  background: #9b0057;
}

.socialmedia ul li a i {
  font-size: 19px;
  line-height: 33px;
}

.socialmedia ul li a.instagram i {
  font-size: 21px;
}

@media (min-width: 768px) {
  .lang-social {
    position: absolute;
    top: 53px;
    right: 0;
    width: 50%;
  }
  .socialmedia ul li a.twitter,
  .socialmedia ul li a.googleplus,
  .socialmedia ul li a.youtube,
  .socialmedia ul li a.skype {
    display: inline-block;
  }
  .socialmedia {
    display: inline;
    float: right;
    padding: 0 0 0 5px;
    /*border-left:1px solid #d9d9d9;*/
  }
  .socialmedia ul li a {
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 100%;
    background: #f2f2f2;
    color: #666;
    line-height: 34px;
    text-align: center;
    margin: 0 5px;
  }
  .socialmedia ul li a:hover {
    color: #fff;
    background: #9b0057;
  }
  .socialmedia ul li a i {
    font-size: 19px;
    line-height: 34px;
  }
  .socialmedia ul li a.instagram i {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  .lang-social {
    top: 56px;
  }
}
/* MENU
======================================== */
.navigation-items {
  position: relative;
  padding: 20px 0 0 0;
  z-index: 200;
}

.navigation-items button[data-toggle=dropdown] {
  position: relative;
  height: 75px;
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: #a80061;
  background: linear-gradient(to bottom, #a80061 0%, #990057 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a80061", endColorstr="#990057",GradientType=0 );
  padding: 0 0 0 15px;
}

/*.navigation-items button[data-toggle="dropdown"][aria-expanded="true"] {
	z-index:2;
}*/
.navigation-items button[data-toggle=dropdown][aria-expanded=true]:after {
  position: absolute;
  bottom: -13px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -12px;
  border-style: solid;
  border-width: 14px 13px 0 14px;
  border-color: #990057 transparent transparent transparent;
  content: "";
  z-index: 100000;
}

.navigation-items .searchbar-wrap button {
  border: 0;
}

.navigation-items button h4 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0 0 10px 0;
}

.navigation-items button h5 {
  font-size: 15px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.navigation-items button i {
  font-family: "icomoon";
  font-size: 28px;
  color: #fff;
  position: absolute;
  top: 23px;
  right: 15px;
  display: block;
}

.navigation-items button i.icon-inspirieren {
  font-size: 37px;
  top: 17px;
}

.navigation-items button i.icon-kontakt {
  font-size: 34px;
  top: 20px;
}

.navigation-items .dropdown-menu {
  width: calc(100% + 30px);
  top: inherit;
  margin: 0;
  padding: 40px 15px 40px 15px;
  /*overflow:hidden;*/
  border-radius: 0;
  border: 0;
  left: -15px;
  background: #fff;
  z-index: 100;
}

@media (min-width: 768px) {
  .navigation-items .dropdown-menu {
    padding: 40px 30px 40px 30px;
  }
}
/* DROPDOWN SEARCH DESTINATION */
.navigation-items .searchbar-wrap #search-form {
  position: relative;
  /*overflow:hidden;*/
}

.navigation-items .searchbar-wrap #search-form h5 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 22px;
  color: #9b0057;
  line-height: 28px;
  margin: 0;
  padding: 0 0 20px 0;
}

.navigation-items .searchbar-wrap input[type=text] {
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  border: 0;
  height: 50px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.navigation-items .searchbar-wrap #search-form h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 26px;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.navigation-items .searchbar-wrap #search-form button[type=submit] {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 18px;
  color: #fff;
  line-height: 41px;
  margin: 20px 0 0 0;
  padding: 0 20px;
  background: #9b0057;
  width: 100%;
  height: 50px;
  border-radius: 5px;
}

.navigation-items .searchbar-wrap #search-form button[type=submit]:hover,
.navigation-items .searchbar-wrap #search-form button[type=submit]:active,
.navigation-items .searchbar-wrap #search-form button[type=submit]:focus {
  background: #333;
}

@media (min-width: 768px) {
  .navigation-items {
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
    padding: 0;
  }
  .navigation-items .open:before {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    z-index: -1;
  }
  .navigation-items .stay-open:before {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    content: "";
    z-index: -1;
  }
  .navigation-items button[data-toggle=dropdown] {
    padding: 0 0 0 30px;
  }
  .navigation-items .searchbar-wrap,
  .navigation-items .inspiring-wrap,
  .navigation-items .contact-wrap {
    float: left;
    width: 33.33333333%;
  }
  .navigation-items .searchbar-wrap #search-form button[type=submit] {
    margin: 0 0 0 -1px;
  }
  .navigation-items .searchbar-wrap input[type=text] {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .navigation-items button h4 {
    font-size: 20px;
  }
  .navigation-items button h5 {
    font-size: 16px;
  }
  .navigation-items button i {
    right: 30px;
  }
  .navigation-items .searchbar-wrap #search-form button[type=submit] {
    font-size: 19px;
  }
}
/* DROPDOWN TRAVEL INSPIRATION */
.navigation-items .travels-list-wrap {
  padding: 0;
}

.navigation-items .travels-list-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-items .travels-list-wrap ul li {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #d9d9d9;
}

.navigation-items .travels-list-wrap ul li:first-child {
  padding: 0 0 15px 0;
}

.navigation-items .travels-list-wrap ul li:last-child {
  border-bottom: 0;
}

.navigation-items .travels-list-wrap ul li a {
  color: #000;
}

.navigation-items .travels-list-wrap ul li a:hover {
  color: #9b0057;
}

.navigation-items .travels-list-wrap ul li a .item-headline {
  font-family: "Frutiger LT W01_65 Bold1475746";
}

.navigation-items .travels-list-wrap ul li .item-headline {
  float: left;
  font-size: 19px;
  width: 70%;
  padding: 5px 0 10px 0;
}

.navigation-items .travels-list-wrap ul li .price-wrap {
  float: right;
  margin: 0;
}

@media (min-width: 992px) {
  .navigation-items .travels-list-wrap {
    margin: 0 -20px;
  }
  .navigation-items .travels-list-wrap ul li,
  .navigation-items .travels-list-wrap ul li:first-child {
    display: inline-block;
    width: 50%;
    padding: 10px 20px 10px 20px;
    margin-right: -4px;
    border-bottom: 1px solid #d9d9d9;
  }
  .navigation-items .travels-list-wrap ul li:nth-last-of-type(-n+2) {
    border-bottom: 0;
  }
}
/* DROPDOWN CONTACTS */
.contact-dropdown {
  text-align: center;
}

.contact-dropdown img {
  width: 80%;
  border-radius: 100%;
}

.contact-dropdown h5 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 22px;
  color: #9b0057;
  line-height: 28px;
  margin: 0;
  padding: 13px 0 5px 0;
}

.contact-dropdown p {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 18px;
  color: #000;
  margin: 0;
  padding: 0 0 5px 0;
}

.contact-dropdown p small {
  font-family: "Frutiger LT W01_55 Roma1475738";
  font-size: 16px;
  display: inline-block;
  padding: 0 0 40px 0;
}

.contact-dropdown .contact-dropdown-phone-mail {
  padding: 15px 0 0 0;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}

.contact-dropdown .contact-dropdown-phone-mail p {
  font-family: "Frutiger LT W01_55 Roma1475738";
  font-size: 16px;
  line-height: 31px;
  margin: 0;
  padding: 0;
}

.contact-dropdown a[href^="tel:"] {
  color: #000;
}

.contact-dropdown a[href^="tel:"] {
  color: #9b0057;
}

@media (min-width: 768px) {
  .contact-dropdown {
    text-align: left;
  }
  .contact-dropdown img {
    width: 100%;
  }
  .contact-dropdown p small {
    padding: 0;
  }
  .contact-dropdown .contact-dropdown-phone-mail {
    margin: 30px 0 0 0;
  }
  .contact-dropdown .contact-dropdown-phone-mail p {
    text-align: left;
    display: inline-block;
    margin-right: -4px;
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .contact-dropdown .contact-dropdown-phone-mail {
    margin: 13px 0 0 20px;
    padding: 0;
    border-top: 0;
  }
  .contact-dropdown .contact-dropdown-phone-mail p {
    display: block;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .contact-dropdown .contact-dropdown-phone-mail {
    margin: 12px 0 0 20px;
  }
}
/* STAGE
======================================== */
section.slide {
  position: relative;
  z-index: 50;
  overflow: hidden;
}

.start-slider {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  background: #424242;
}

.slider-item-inner-wrap,
.item-image {
  position: relative;
}

.slider-capture-wrap {
  position: relative;
  z-index: 3;
}

.slider-capture-wrap .container {
  padding: 0;
}

.slider-capture-text {
  position: relative;
  padding: 20px 15px;
}

.slider-capture-wrap h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #9b0057;
  line-height: 39px;
  margin: 0;
  padding: 0 0 15px 0;
}

.slider-capture-wrap h4 {
  font-size: 18px;
  color: #000;
  line-height: 28px;
}

.slider-capture-wrap a {
  font-size: 16px;
  color: #fff;
  line-height: 41px;
  margin: 15px 0 0 0;
  padding: 0 43px 0 20px;
  background: #9b0057;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

.slider-capture-wrap a:hover {
  background: #333;
}

.slider-capture-wrap a:after {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 20px;
  font-weight: 900;
}

.start-slider .owl-dots {
  position: relative;
  padding: 0 0 20px 0;
  text-align: center;
  z-index: 2;
}

.start-slider .owl-dot span {
  border-color: #666;
  background: transparent;
}

.start-slider .owl-dot.active span {
  background: #666;
  border-color: #666;
}

@media (min-width: 1200px) {
  .slider-capture-wrap .container {
    padding: 0 15px;
    height: 100%;
  }
  .item-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
    z-index: 2;
    content: "";
  }
  .slider-capture-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
  }
  .slider-capture-text {
    position: relative;
    margin: 0 auto;
    max-width: 600px;
    top: 50%;
    transform: translateY(-50%);
  }
  .slider-capture-wrap h3 {
    font-size: 40px;
    color: #fff;
    line-height: 52px;
    padding: 0 0 15px 0;
  }
  .slider-capture-wrap h4 {
    font-size: 22px;
    color: #fff;
    line-height: 33px;
    padding: 0 20px;
  }
  .slider-capture-wrap a {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
  }
  .slider-capture-wrap a:hover {
    color: #9b0057;
    background: #fff;
    border: 1px solid #fff;
  }
  .start-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0;
  }
  .start-slider .owl-dot span {
    border-color: #fff;
    background: transparent;
  }
  .start-slider .owl-dot.active span {
    background: #fff;
    border-color: #fff;
  }
}
/* LANGUAGE-ICONS START
======================================== */
.start-travel-language {
  padding: 40px 0 4px 0;
  text-align: center;
}

.start-travel-language * {
  transition: all 0.3s;
}

.start-travel-language i {
  font-size: 50px;
  color: #fff;
  text-align: center;
  line-height: 117px;
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 100%;
  background: #9b0057;
}

.start-travel-language .lang-icon.french i {
  font-size: 78px;
}

.start-travel-language .lang-icon.spanish i {
  font-size: 44px;
}

.start-travel-language span {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 23px;
  padding: 24px 0 0 0;
  display: block;
}

.start-travel-language a:hover i {
  background: #333;
}

.start-travel-language [class*=col-] {
  padding: 0 0 30px 0;
}

.start-travel-language h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 20px 0 20px 0;
}

@media (min-width: 768px) {
  .start-travel-language {
    margin: 31px 0 0 0;
    padding: 50px 0 50px 0;
    text-align: center;
  }
  .start-travel-language [class*=col-] {
    padding: 0;
  }
  .lang-icon {
    padding: 15px 0;
    border-left: 1px solid #d9d9d9;
  }
  .lang-icon.first {
    border-left: 0;
  }
}
/* DESTINATIONS START
======================================== */
.start-travel-destination {
  padding: 31px 0 0 0;
  text-align: center;
}

.start-travel-destination h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.start-travel-destination p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
}

.start-travel-destination ul {
  list-style: none;
  margin: 0;
  padding: 35px 0 0 0;
}

.start-travel-destination ul li {
  float: left;
  width: 50%;
  margin: 0;
  padding: 5px 0;
  text-align: left;
}

.start-travel-destination ul li a {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 18px;
  color: #9b0057;
  margin: 0;
  padding: 3px 36px 2px 18px;
  position: relative;
  display: inline-block;
}

.start-travel-destination ul li a:hover {
  color: #000;
}

.start-travel-destination ul li a:before {
  font-family: "icomoon";
  font-size: 15px;
  content: "\e904";
  position: absolute;
  top: 2px;
  right: 17px;
}

.start-travel-destination hr {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 25px 0 31px 0;
  padding: 0;
}

@media (min-width: 768px) {
  .start-travel-destination {
    padding: 51px 0 0 0;
    text-align: center;
  }
  .start-travel-destination hr {
    margin: 30px 0 51px 0;
  }
  .start-travel-destination p {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .start-travel-destination ul li {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 -4px 20px 0;
    padding: 0;
    border-left: 1px solid #d9d9d9;
    text-align: center;
  }
  .start-travel-destination ul li:first-child {
    border: 0;
  }
}
@media (min-width: 992px) {
  .start-travel-destination p {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .start-travel-destination p {
    max-width: 60%;
  }
}
/* SELECT JOURNEY START
======================================== */
.select {
  position: relative;
  margin: 40px 0 0 0;
  padding: 0 0 30px 0;
}

.media-image-text-wrap {
  margin: 0 0 40px 0;
}

.select .media-image-text-capture {
  position: relative;
  background-color: #333;
}

.select .media-image-text-capture:after {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  border-bottom: 7px solid #9b0057;
  content: "";
  z-index: 2;
}

.select .media-image-text-capture:before {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  z-index: 2;
  content: "";
  transition: all 0.3s;
}

.select a:hover .media-image-text-capture:before {
  opacity: 0;
}

.select .media-image-text-capture h3 {
  position: absolute;
  bottom: 22px;
  width: 100%;
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 22px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  margin: 0;
  padding: 0 30px;
  z-index: 3;
}

.select .media-image-text-description {
  padding: 22px 10px 0 10px;
  text-align: center;
}

.select .media-image-text-description p {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .select {
    margin: 60px 0 0 0;
    padding: 0 0 40px 0;
  }
  .select .columns-3-col-wrap .col-sm-4 {
    position: relative;
    float: none;
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  .select .media-image-text-wrap img {
    float: left;
    width: 45%;
    margin: 0 30px 0 0;
  }
  .select .media-image-text-capture h3 {
    position: relative;
    display: inline;
    bottom: inherit;
    width: 100%;
    font-family: "Frutiger LT W01_65 Bold1475746";
    font-size: 22px;
    color: #000;
    line-height: 31px;
    text-align: left;
    margin: 0;
    padding: 10px 0 0 0;
    z-index: 3;
  }
  .select .media-image-text-capture:before,
  .select .media-image-text-capture:after {
    display: none;
  }
  .select .media-image-text-wrap img {
    border-bottom: 7px solid #9b0057;
  }
  .select .media-image-text-description {
    text-align: left;
    border: 0;
    padding: 8px 10px 0 10px;
  }
}
@media (min-width: 992px) {
  .select .columns-3-col-wrap .col-sm-4 {
    float: left;
    width: 33.33333%;
    height: auto;
  }
  .select .media-image-text-wrap img {
    float: none;
    width: 100%;
    margin: 0;
    border: 0;
  }
  .select .media-image-text-capture:before,
  .select .media-image-text-capture:after {
    display: block;
  }
  .select .media-image-text-capture h3 {
    position: absolute;
    bottom: 22px;
    width: 100%;
    font-family: "Frutiger LT W01_65 Bold1475746";
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    z-index: 3;
  }
  .select .media-image-text-description {
    padding: 22px 10px 0 10px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .select .media-image-text-capture h3 {
    font-size: 22px;
    line-height: 31px;
    padding: 0 80px;
  }
}
/* OFFERS START
======================================== */
.offer {
  padding: 10px 0 0 0;
}

.offer hr {
  display: none;
}

.offer a {
  position: relative;
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #d9d9d9;
}

.offer .item-inner-capture h2 {
  padding: 20px 0 6px 0 !important;
}

.offer a:hover .item-inner-capture h2 {
  color: #9b0057;
}

.offer a:hover .item-more {
  background: #333;
}

@media (min-width: 768px) {
  .offer {
    padding: 30px 0 0 0;
  }
  .offer .item-inner-capture h2 {
    padding: 3px 0 6px 0 !important;
  }
}
@media (min-width: 992px) {
  .offer {
    padding: 60px 0 0 0;
  }
  .offer .item-image-wrap {
    margin: 0;
  }
  .offer hr {
    display: block;
    margin: 30px 0;
  }
  .offer a {
    padding: 0;
    border-bottom: 0;
  }
  .offer .item-inner-capture h2 {
    padding: 20px 0 6px 0 !important;
  }
}
@media (min-width: 1200px) {
  .offer .item-inner-capture h2 {
    padding: 0 0 6px 0 !important;
  }
}
/* OFFER TEASER
======================================== */
.offertop {
  position: relative;
  margin: 11px 0 0 0;
  padding: 60px 0 10px 0;
}

.offertop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 24px #fff;
  border-left: solid 24px transparent;
  border-right: solid 24px transparent;
}

@media (min-width: 768px) {
  .offertop {
    padding: 60px 0 30px 0;
  }
}
@media (min-width: 992px) {
  .offertop {
    padding: 60px 0;
  }
}
/* TEASER LIST
======================================== */
.travels-list-wrap .travels-list-item {
  margin-bottom: 40px;
}

.travels-list-wrap .travels-list-item a {
  display: block;
  overflow: hidden;
}

.travels-list-wrap .travels-list-item.item-small {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.travels-list-wrap .travels-list-item.item-small .item-more {
  float: right;
  clear: none;
}

.travels-list-wrap .travels-list-item.item-small .price-wrap {
  float: left;
  margin: 29px 0 0 0;
}

.travels-list-wrap .travels-list-item.item-small .price {
  font-size: 25px;
}

.travels-list-wrap .travels-list-item.item-small a:hover .item-more {
  background: #333;
}

@media (min-width: 768px) {
  .travels-list-wrap .travels-list-item.item-small .price-container {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
  }
  .travels-list-wrap .travels-list-item.item-small a {
    position: relative;
    height: 100%;
    padding: 0 0 40px 0;
  }
  .travels-list-wrap .travels-list-item.item-small .price {
    font-size: 29px;
  }
  .travels-list-wrap .travels-list-item.item-small {
    margin: 0 0 30px 0;
    padding: 0 0 40px 0;
  }
}
/* TEASER SMALL
======================================== */
.item-inner-capture h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #000;
  line-height: 27px;
  margin: 0;
  padding: 24px 0 7px 0;
}

.item-inner-capture p {
  font-size: 15px;
  color: #000;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

/* TEASER BUTTON */
.item-more {
  clear: left;
  float: right;
  display: inline-block;
  color: #fff;
  line-height: 41px;
  margin: 23px 0 0 0;
  padding: 0 20px;
  background: #9b0057;
  height: 41px;
  border-radius: 5px;
  transition: all 0.3s;
}

.item-more:hover {
  background: #333;
}

.item-more i {
  font-size: 21px;
  padding: 10px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}

.item-more i:before {
  font-family: "icomoon";
  font-size: 15px;
  content: "\e904";
}

.biglink,
p .biglink {
  font-size: 16px;
  clear: left;
  display: inline-block;
  color: #fff; /*line-height:41px;*/
  white-space: normal;
  margin: 23px 0 0 0;
  padding: 9px 43px 8px 20px;
  background: #9b0057; /*height:41px;*/
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
}

.biglink:hover,
p .biglink:hover {
  color: #fff;
  background: #333;
}

.biglink i,
p .biglink i {
  font-size: 21px;
  padding: 10px 0 0 5px;
  display: inline-block;
  vertical-align: top;
}

.biglink:after {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  content: "\f105";
  position: absolute;
  top: 5px;
  right: 20px;
  font-weight: 900;
}

.price-wrap {
  float: left;
  margin: 20px 0 0 0;
}

.price-from-wrap {
  font-size: 16px;
  color: #000;
  padding: 0 7px 0 0;
}

.price {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 32px;
  color: #9b0057;
}

.travels-outer-wrap .equal-height {
  position: relative;
}

.price-container.small-teaser-start .price-wrap {
  float: left;
  margin: 29px 0 0 0;
}

.price-container.small-teaser-start .price-from-wrap {
  padding: 0;
}

.price-container.small-teaser-start .price {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 26px;
  color: #9b0057;
}

.price-container.small-teaser-start .item-more {
  clear: none;
}

@media (min-width: 1200px) {
  .price-container.small-teaser-start .price-wrap {
    float: right;
  }
}
@media (min-width: 1600px) {
  .price-container.small-teaser-start .price-wrap {
    float: left;
  }
}
@media (min-width: 1800px) {
  .price-container.small-teaser-start {
    position: absolute;
    width: calc(100% - 30px);
    bottom: 0;
  }
}
/* TEASER BIG
======================================== */
.item-big {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  background: rgb(155, 0, 87);
}

.item-big .item-big-image {
  position: relative;
}

@media (min-width: 768px) {
  .item-big .item-big-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
    z-index: 0;
    content: "";
    transition: all 0.3s;
  }
}
@media (min-width: 992px) {
  .item-big .item-big-image:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .item-big .item-big-image:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
    z-index: 0;
    content: "";
    transition: all 0.3s;
  }
}
/* TEASER BIG CAPTION */
.item-big .item-inner-capture {
  position: relative;
  overflow: hidden;
  padding: 14px 30px 15px 20px;
}

.item-big .item-inner-capture h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  margin: 0;
  padding: 5px 0 10px 0;
}

.item-big .item-inner-capture h3 {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
  margin: 0;
  padding: 0;
}

/* TEASER BIG BUTTON */
.item-big .item-more {
  float: none;
  color: #9b0057;
  margin: 0 0 0 20px;
  background: #fff;
}

.item-big .item-more:hover,
.item-big a:hover .item-more {
  color: #fff;
  background: #333;
}

/* TEASER BIG PRICE */
.item-big .price-wrap {
  float: left;
  margin: 18px 0 0 20px;
}

.item-big .price-from-wrap {
  font-size: 18px;
  color: #fff;
}

.item-big .price {
  font-size: 34px;
  color: #fff;
}

/* TEASER BIG PRICE */
.item-big .item-more {
  float: right;
  margin: 15px 20px 0 0;
  clear: none;
}

@media (min-width: 768px) {
  .item-inner-capture h2 {
    padding: 24px 0 7px 0;
  }
  .item-big {
    margin: 0 0 30px 0;
    padding: 0;
  }
  .item-big .item-inner-capture {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 14px 30px 15px 20px;
    background: rgba(155, 0, 87, 0.8);
  }
  .item-big .price-wrap {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 85px;
    right: 30px;
  }
  .item-big .item-more {
    float: none;
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .item-big {
    margin: 0;
    padding: 0 0 30px 0;
  }
  .item-big .item-inner-capture {
    position: relative;
    top: inherit;
    left: inherit;
  }
  .item-big .price-wrap {
    position: relative;
    top: inherit;
    bottom: inherit;
    right: inherit;
    float: left;
    margin: 26px 0 0 20px;
  }
  .item-big .item-more {
    float: right;
    margin: 20px 0 0 0;
    clear: none;
  }
}
@media (min-width: 1200px) {
  .item-big {
    padding: 0;
  }
  .item-big .price-wrap {
    float: none;
    margin: 0;
    position: absolute;
    bottom: 85px;
    right: 30px;
  }
  .item-big .item-inner-capture {
    position: absolute;
    top: 35px;
    left: 0;
    padding: 14px 30px 15px 20px;
    background: rgba(155, 0, 87, 0.9);
  }
  .item-big .item-more {
    float: none;
    position: absolute;
    bottom: 30px;
    right: 30px;
    margin: 0;
  }
}
/* BIG IMAGE-TEASER */
.start-travelog-top .ce-right .ce-gallery {
  float: none;
}

.start-travelog-top .ce-right {
  position: relative;
  margin: 0 0 41px 0;
  padding: 0 0 40px 0;
  background: #9b0057;
}

.start-travelog-top .ce-left .ce-gallery,
.start-travelog-top .ce-column {
  float: none;
}

.start-travelog-top .ce-right h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #fff;
  line-height: 29px;
  margin: 0;
  padding: 30px 40px 13px 30px;
}

.start-travelog-top .ce-right h3 a {
  color: #fff;
}

.start-travelog-top .ce-right h5 {
  font-size: 20px;
  color: #fff;
  line-height: 29px;
  margin: 0;
  padding: 0 30px 14px 30px;
}

.start-travelog-top .ce-right p {
  font-size: 15px;
  color: #fff;
  text-align: left;
  line-height: 27px;
  margin: 0;
  padding: 0 30px 0 30px;
}

.start-travelog-top .ce-right .item-more {
  float: none;
  color: #9b0057;
  margin: 23px 0 0 0;
  background: #fff;
}

.start-travelog-top .ce-right .item-more:hover {
  color: #fff;
  background: #333;
}

@media (min-width: 768px) {
  .start-travelog-top .ce-right {
    margin: 0 0 51px 0;
  }
}
@media (min-width: 992px) {
  .start-travelog-top .ce-right p {
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .start-travelog-top .ce-right .ce-gallery {
    float: right;
  }
  .start-travelog-top .ce-right {
    padding: 0;
  }
}
/* OFFERS START
======================================== */
.start-travelog-top {
  position: relative;
  margin: 40px 0 0 0;
}

.start-travelog-top h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  text-align: center;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.start-travelog-top p {
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin: 0;
  padding: 0 10px;
}

.start-travelog {
  position: relative;
  margin: 51px 0 0 0;
  padding: 60px 0 26px 0;
}

.start-travelog:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 24px #fff;
  border-left: solid 24px transparent;
  border-right: solid 24px transparent;
}

.start-travelog-list-view .article h2,
.start-travelog-list-view .article a h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #000;
  line-height: 29px;
  margin: 0;
  padding: 0 0 7px 0;
}

.start-travelog-list-view .article {
  padding: 0 0 40px 0;
}

.start-travelog-list-view .article .header {
  padding: 24px 0 0 0;
}

.start-travelog-list-view .article .news-img-wrap {
  text-align: center;
}

.start-travelog-list-view .article .news-img-wrap img {
  max-width: 80%;
}

.start-travelog-list-view .article .item-more {
  float: left;
  margin: 12px 0 0 0;
}

.start-travelog-list-readmore hr {
  margin: 0 0 30px 0;
}

.start-travelog-list-readmore {
  text-align: center;
}

.start-travelog-list-readmore h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #000;
  line-height: 29px;
  margin: 0;
  padding: 0;
}

.start-travelog-list-readmore .item-more {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #9b0057;
  margin: 15px 0 0 0;
  background: none;
  float: none;
}

.start-travelog-list-readmore .item-more:hover {
  color: #000;
}

.start-travelog-list-readmore .item-more i {
  font-size: 26px;
  padding: 7px 0 0 5px;
}

.start-travelog-list-view .article a .teaser-text {
  color: #000;
}

@media (min-width: 768px) {
  .start-travelog {
    padding: 60px 0 46px 0;
  }
  .start-travelog-top {
    position: relative;
    margin: 60px 0 0 0;
  }
  .start-travelog-top p {
    max-width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .start-travelog-list-view .article .news-img-wrap img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .start-travelog-top p {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .start-travelog-top p {
    max-width: 60%;
  }
  .start-travelog-list-view .article .teaser-text {
    padding: 0 20px 0 0;
  }
}
/* BLOG-TEASER
======================================== */
.start-blog {
  margin: 40px 0 0 0;
}

.start-blog .article {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  background: #f2f2f2;
}

.start-blog .article .content-wrap {
  position: relative;
  padding: 22px 20px 0 20px;
}

.start-blog .article time {
  font-size: 15px;
  color: #878787;
}

.start-blog .article a {
  height: 100%;
}

.start-blog .article h2,
.start-blog .article a h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #000;
  line-height: 29px;
  margin: 0;
  padding: 1px 0 12px 0;
}

.start-blog .article a:hover h2 {
  color: #9b0057;
}

.start-blog .article .teaser-text {
  position: relative;
}

.start-blog .article .item-more {
  float: none;
  margin: 12px 0 0 20px;
}

.start-blog hr {
  margin: 40px 0 0 0;
}

@media (min-width: 768px) {
  .start-blog {
    margin: 60px 0 0 0;
  }
  .start-blog .article {
    padding: 0 0 40px 0;
  }
  .start-blog .article .content-wrap {
    position: relative;
    padding: 22px 20px 30px 20px;
  }
  .start-blog .article .item-more {
    position: absolute;
    bottom: 25px;
    left: 20px;
    margin: 0;
  }
}
/* BLOG-LIST-DETAIL
======================================== */
.news-wrap .list-view .article {
  padding: 20px 0;
}

.news-wrap .list-view .col-sm-12.col-md-12:first-child .article {
  padding: 0 0 20px 0;
}

.news-wrap .list-view .article img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}

.news-wrap .list-view .article h2,
.news-wrap .list-view .article a h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #000;
  line-height: 29px;
  margin: 0;
  padding: 34px 0 12px 0;
}

.news-wrap .list-view .article a:hover h2 {
  color: #9b0057;
}

.news-wrap .list-view .article .item-more {
  margin: 13px 0 0 0;
}

.news-wrap .list-view .col-sm-12:last-child hr {
  display: none;
}

.page-content-right .text-right {
  background: #f2f2f2;
  padding: 11px 30px 30px 30px;
}

.page-content-right h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #000;
  margin: 0;
  padding: 20px 0 13px 0;
}

.page-content-right .text-right {
  text-align: left;
}

.page-content-right .text-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-content-right .text-right ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d9d9d9;
}

.page-content-right .text-right ul li:last-child {
  border-bottom: 0;
}

.page-content-right .text-right ul li a {
  display: inline-block;
  padding: 8px 0 8px 15px;
  position: relative;
}

.page-content-right .text-right ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  content: "\f105";
  position: absolute;
  top: 4px;
  left: 0;
  font-weight: 900;
}

@media (min-width: 768px) {
  .news-wrap .list-view .col-sm-12.col-md-12:first-child .article {
    padding: 20px 0;
  }
  .news-wrap .list-view .article img {
    margin: 0;
    max-width: 100%;
  }
  .news-wrap .list-view .article h2,
  .news-wrap .list-view .article a h2 {
    padding: 14px 0 12px 0;
  }
}
/* BLOG-DETAIL
======================================== */
.news-backlink-wrap {
  padding: 40px 0 0 0;
}

.news-backlink-wrap a {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #9b0057;
  margin: 15px 0 0 0;
  padding: 0 0 0 20px;
  position: relative;
}

.news-backlink-wrap a:hover {
  color: #000;
}

.news-backlink-wrap a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  content: "\f104";
  position: absolute;
  top: -3px;
  left: 0;
  font-weight: 900;
}

.news-text-wrap h3 {
  line-height: 1.6em;
  padding-bottom: 30px;
}

.news-related-wrap {
  padding: 40px 0 0 0;
}

.news-related-wrap h4 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #000;
  margin: 0;
}

.shariff {
  padding: 40px 0 0 0;
}

/* SOCIAL-LINKS / NEWSLETTER
======================================== */
.start-socialmedia .text-icon-element-wrap {
  padding: 40px 0 0 0;
}

.start-socialmedia .text-icon-element-wrap .left {
  width: 70px;
  margin: 0 auto;
}

.start-socialmedia .text-icon-element-wrap .right {
  text-align: center;
}

.start-socialmedia .text-icon-element-wrap .right a h3,
.start-socialmedia .text-icon-element-wrap .right h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin: 0;
  padding: 15px 0 8px 0;
}

.start-socialmedia .text-icon-element-wrap .icon.rounded {
  width: 70px;
  height: 70px;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}

.start-socialmedia .text-icon-element-wrap .icon.rounded i {
  font-size: 36px;
  line-height: 70px;
}

.start-socialmedia .text-icon-element-wrap .icon.rounded i.fab.fa-newsletter {
  font-size: 26px;
  font-family: "icomoon";
  content: "\e911";
}

.start-socialmedia .text-icon-element-wrap .icon.rounded i.fab.fa-check {
  font-size: 26px;
  font-family: "icomoon";
  content: "\e910";
}

.start-socialmedia .text-icon-element-wrap .item-more {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 18px;
  color: #9b0057;
  margin: 0;
  padding: 0;
  background: none;
  float: none;
}

.start-socialmedia .text-icon-element-wrap .item-more:hover {
  color: #000;
}

.start-socialmedia .text-icon-element-wrap .item-more i {
  font-size: 25px;
  padding: 7px 0 0 5px;
}

@media (min-width: 1200px) {
  .start-socialmedia .text-icon-element-wrap .left {
    float: left;
    width: 25%;
  }
  .start-socialmedia .text-icon-element-wrap .right {
    float: left;
    width: 75%;
    padding: 0 0 0 12px;
    text-align: left;
  }
  .start-socialmedia .text-icon-element-wrap .right a h3,
  .start-socialmedia .text-icon-element-wrap .right h3 {
    padding: 5px 0 8px 0;
  }
}
@media (min-width: 1600px) {
  .start-socialmedia .text-icon-element-wrap .left {
    width: 20%;
  }
  .start-socialmedia .text-icon-element-wrap .right {
    width: 80%;
  }
  .start-socialmedia .text-icon-element-wrap .icon.rounded {
    width: 75px;
    height: 75px;
  }
  .start-socialmedia .text-icon-element-wrap .icon.rounded i {
    line-height: 75px;
  }
}
/* READMORE FOOTER START
======================================== */
.start-blog-list-readmore {
  padding: 4px 0 0 0;
  text-align: center;
}

.start-blog-list-readmore h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #000;
  line-height: 29px;
  margin: 0;
  padding: 0;
}

.start-blog-list-readmore hr {
  display: none;
}

.start-blog-list-readmore .item-more {
  float: none;
  background: none;
  font-size: 20px;
  margin: 11px 0 0 0;
  font-family: "Frutiger LT W01_65 Bold1475746";
  color: #9b0057;
}

.start-blog-list-readmore .item-more:hover {
  color: #000;
}

.start-blog-list-readmore .item-more i {
  font-size: 26px;
  padding: 7px 0 0 5px;
}

@media (min-width: 768px) {
  .start-blog-list-readmore {
    padding: 24px 0 0 0;
    text-align: center;
  }
}
/* FOOTER
======================================== */
footer {
  padding: 0 0;
}

.footer-bottom {
  padding: 0 0 40px 0;
}

.footer-bottom .container {
  border-top: 1px solid #d9d9d9;
  padding-top: 16px;
  color: #888;
}

ul.footer-navigation {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}

ul.footer-navigation li {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0;
  border-left: 1px solid #d9d9d9;
}

ul.footer-navigation li:first-child {
  border-left: 0;
}

ul.footer-navigation li a {
  color: #888;
  display: inline-block;
  padding: 0 12px 0 13px;
}

ul.footer-navigation li a:hover {
  color: #000;
}

ul.footer-navigation li:first-child a {
  display: inline-block;
  padding: 0 11px 0 0;
}

@media (min-width: 992px) {
  ul.footer-navigation {
    float: right;
    padding: 0;
  }
}
/* POP-TOPICS */
.footer-top {
  margin: 32px 0 0 0;
  padding: 33px 0 32px 0;
}

.page-subpage .footer-top {
  margin: 0;
}

.footer-top h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #000;
  margin: 0;
  padding: 40px 0 20px 0;
}

.footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-top ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 10px 18px;
}

.footer-top ul li:before {
  font-family: "icomoon";
  font-size: 15px;
  color: #9b0057;
  content: "\e904";
  position: absolute;
  top: -1px;
  left: 0;
}

@media (min-width: 768px) {
  .footer-top {
    margin: 54px 0 0 0;
    padding: 53px 0 42px 0;
  }
  .footer-top h3 {
    padding: 0 0 20px 0;
  }
}
.footer-partner {
  padding: 54px 0 60px 0;
}
.footer-partner h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #000;
  margin: 0;
  padding: 0 0 30px 0;
}
.footer-partner .ce-column {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  padding: 0 0 30px 0;
}
.footer-partner .ce-gallery figure {
  display: block;
  text-align: center;
}
.footer-partner .ce-column img {
  display: block;
  max-width: 175px;
  margin: 0 auto;
}
.footer-partner .ce-center .ce-outer,
.footer-partner .ce-center .ce-inner {
  float: none;
  right: inherit;
}

@media (min-width: 992px) {
  .footer-partner .ce-column {
    padding: 0;
  }
}
#copyright {
  color: #000;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: -99999999999px;
  position: absolute;
  width: auto;
}

/* PARTNER DETAIL */
.frame-partnerFrame {
  text-align: center;
  padding: 0 0 40px 0;
}
.frame-partnerFrame h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 23px;
  padding: 0 0 30px 0;
}
.frame-partnerFrame img {
  display: block;
  max-width: 70%;
  margin: 0 auto 30px auto;
}
.frame-partnerFrame .ce-row {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 620px) {
  .frame-partnerFrame .ce-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .frame-partnerFrame {
    padding: 0 25px 40px 25px;
  }
}
@media (min-width: 1200px) {
  .frame-partnerFrame {
    padding: 0 40px 60px 40px;
  }
  .frame-partnerFrame img {
    max-width: 60%;
  }
}
/* THEME ILLU SUB
======================================== */
.item-detail-header {
  position: relative;
  max-width: 1920px;
  margin: 0 auto 40px auto;
}

.item-detail-inner-capture {
  position: relative;
  padding: 30px 30px 30px 0;
  background: #f2f2f2;
  /*background:rgba(155,0,87,1);*/
}

.item-detail-inner-capture .container {
  height: 100%;
}

.item-detail-inner-capture h1 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #9b0057;
  line-height: 39px;
  margin: 0;
  padding: 0 0 10px 0;
}

.item-detail-inner-capture h2 {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .item-detail-header {
    margin: 0 auto 60px auto;
  }
  .item-detail-inner-capture {
    padding: 30px 30px 30px 10px;
  }
}
@media (min-width: 992px) {
  .item-detail-header:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
    z-index: 2;
    content: "";
  }
  .item-detail-inner-capture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    text-align: center;
    z-index: 2;
    padding: 0;
  }
  .capture-text {
    display: table;
    width: 100%;
    height: 100%;
  }
  .capture-text-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .item-detail-inner-capture h1 {
    font-size: 40px;
    color: #fff;
    line-height: 52px;
  }
  .item-detail-inner-capture h2 {
    font-size: 22px;
    color: #fff;
    line-height: 33px;
    padding: 0 15%;
  }
}
@media (min-width: 1200px) {
  .item-detail-inner-capture h2 {
    padding: 0 25%;
  }
}
/* TRAVEL LIST-PAGE
======================================== */
/*.page-subpage header {
	padding:80px 0 0 0;
}

.page-subpage header h2 {
	font-family:"Frutiger LT W01_65 Bold1475746"; font-size:33px; color:#9b0057; line-height:43px; }*/
.default-list-content header h2, .default-content header h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 34px;
  color: #9b0057;
  line-height: 43px;
  padding: 11px 0 0 0;
}
.default-list-content header h3, .default-content header h3 {
  font-size: 22px;
  color: #000;
  line-height: 1.7em;
  max-width: 1050px;
  margin: 0;
  padding: 0 0 44px 0;
}
.default-list-content .text-icon-element-wrap, .default-content .text-icon-element-wrap {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0 0;
}
.default-list-content .text-icon-element-wrap .left, .default-list-content .text-icon-element-wrap .right, .default-content .text-icon-element-wrap .left, .default-content .text-icon-element-wrap .right {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.default-list-content .text-icon-element-wrap .left, .default-content .text-icon-element-wrap .left {
  width: 10%;
}
.default-list-content .text-icon-element-wrap .right, .default-content .text-icon-element-wrap .right {
  width: 90%;
  float: right;
}
.default-list-content .text-icon-element-wrap .left i, .default-content .text-icon-element-wrap .left i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #9b0057;
  border-radius: 100%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
}
.default-list-content .text-icon-element-wrap .right p, .default-content .text-icon-element-wrap .right p {
  font-size: 19px;
  margin: 0;
  padding: 0 20px 0 22px;
}
.default-list-content .travels-outer-wrap, .default-content .travels-outer-wrap {
  padding: 15px 0 0 0;
}
@media (min-width: 768px) {
  .default-list-content .default-list-content .text-icon-element-wrap, .default-content .default-list-content .text-icon-element-wrap {
    padding: 50px 0 9px 0;
  }
}
@media (min-width: 1200px) {
  .default-list-content .default-list-content .text-icon-element-wrap, .default-content .default-list-content .text-icon-element-wrap {
    padding: 50px 0 30px 0;
  }
  .default-list-content .default-list-content .text-icon-element-wrap .left i, .default-content .default-list-content .text-icon-element-wrap .left i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* TRAVEL DETAIL-PAGE
======================================== */
/* TRAVEL HEADLINE AND GENERAL INFO */
/*.travel-head {
	padding:49px 0 0 0;
}*/
.travel-head h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 34px;
  color: #9b0057;
  line-height: 43px;
}

.travel-head h4 {
  font-size: 22px;
  color: #000;
  line-height: 33px;
  max-width: 1050px;
}

/* BENEFITS */
.travel-head-info {
  position: relative;
  padding: 10px 0 0 0;
}

.travel-head-info h5 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 23px;
  margin: 0;
  padding: 0 0 30px 0;
}

.travel-head-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.travel-head-info ul li {
  position: relative;
  color: #9b0057;
  margin: 0 0 10px 0;
  padding: 0 0 0 15px;
}

.travel-head-info ul li:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  content: "\f105";
  position: absolute;
  top: -1px;
  left: 0;
  font-weight: 900;
}

.advantage-wrap {
  padding: 30px 0 30px 0;
}

.info-wrap {
  padding: 10px 0;
}

.dates-wrap p {
  position: relative;
  padding: 0 0 0 66px;
}

.dates-wrap p span {
  color: #9b0057;
}

.dates-wrap p:before {
  font-family: "icomoon";
  font-size: 45px;
  color: #333;
  content: "\e90f";
  position: absolute;
  top: 11px;
  left: 0;
}

.dates-wrap {
  margin: 30px 0 0 0;
  padding: 30px;
  border-left: 0;
  background: #f2f2f2;
}

.dates-wrap .price-wrap {
  float: none;
  display: block;
  padding: 25px 0 0 0;
  border-top: 1px solid #d9d9d9;
}

.dates-wrap .booking-button {
  padding: 19px 0 10px 0;
}

.dates-wrap button {
  font-size: 16px;
  color: #fff;
  line-height: 41px;
  margin: 0;
  padding: 0 43px 0 20px;
  background: #9b0057;
  height: 40px;
  border-radius: 5px;
  border: 0;
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}

.dates-wrap button:hover {
  background: #333;
}

.dates-wrap button:after {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 20px;
  font-weight: 900;
}

.dates-wrap .contact-button button {
  background: #666;
}

.dates-wrap .contact-button button:hover {
  background: #333;
}

@media (min-width: 768px) {
  .travel-head-info {
    margin: 50px 0 0 0;
    padding: 3px 0 0 0;
  }
  .info-wrap {
    padding: 30px;
    border-left: 1px solid #d9d9d9;
  }
  .dates-wrap {
    margin: 60px 0 0 0;
  }
}
@media (min-width: 992px) {
  .dates-wrap {
    margin: 0;
  }
  .school-place-info-image img {
    margin: 0;
  }
}
/* SCHOOL LOCATION + MAP */
.school-place-info {
  position: relative;
  margin: 40px 0 0 0;
  padding: 40px 0 22px 0;
}

.school-place-info-image img {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 80%;
}

.school-place-info h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 10px 0 20px 0;
}

.school-place-info h5 {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0 24px 0;
}

@media (min-width: 768px) {
  .school-place-info {
    margin: 60px 0 0 0;
    padding: 50px 0 42px 0;
  }
  .school-place-info h3 {
    padding: 0 0 20px 0;
  }
  .school-place-info-image img {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .school-place-info-image img {
    margin: 0;
    max-width: 360px;
  }
}
/* MAP INFO */
.item-detail-mapinfo {
  position: relative;
  padding: 30px 0 0 0;
}

.mapinfo-content {
  padding-bottom: 50px;
}

.item-detail-mapinfo h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.item-detail-mapinfo h5 {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0 24px 0;
}

/* FACTS */
.item-detail-mapinfo-facts {
  margin: 50px 0 0 0;
  padding: 31px 0 21px 0;
  text-align: center;
}

.item-detail-mapinfo .item-detail-mapinfo-facts h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 0;
}

.item-detail-mapinfo-facts span {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 26px;
  color: #000;
  position: relative;
}

.item-detail-mapinfo-facts span:before {
  font-family: "icomoon";
  font-size: 50px;
  color: #9b0057;
  content: "\e906";
  display: block;
  padding: 50px 0 30px 0;
}

.item-detail-mapinfo-facts span.population:before {
  content: "\e906";
}

.item-detail-mapinfo-facts span.sundays:before {
  font-size: 62px;
  content: "\e908";
  top: 2px;
}

.item-detail-mapinfo-facts span.airport:before {
  font-size: 32px;
  content: "\e907";
  top: 3px;
}

.facts {
  border-top: 1px solid #ccc;
  margin: 50px 0 0 0;
  padding: 30px 0 0 0;
}

.facts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.facts ul li {
  position: relative;
  margin: 0;
  padding: 0 0 10px 0;
  color: #9b0057;
}

.facts ul li:before {
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  content: "\f105";
  color: #9b0057;
  display: inline-block;
  vertical-align: top;
  padding: 0 2px 0 0;
  font-weight: 900;
}

@media (min-width: 768px) {
  .item-detail-mapinfo {
    padding: 51px 0 0 0;
  }
  .item-detail-mapinfo-facts {
    margin: 61px 0 0 0;
    padding: 51px 0 41px 0;
  }
}
@media (min-width: 992px) {
  .item-detail-mapinfo .item-detail-mapinfo-facts h3 {
    padding: 0 0 10px 0;
  }
  .mapinfo-content {
    padding-right: 50px;
  }
  .mapinfo-googlemap {
    padding-top: 50px;
  }
  .item-detail-mapinfo h3 {
    padding: 0 0 20px 0;
  }
}
.mapinfo-googlemap {
  background-color: #f2f2f2;
  border: 1px solid #474747;
  text-align: center;
}
.mapinfo-googlemap button {
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.mapinfo-googlemap button:hover, .mapinfo-googlemap button:focus {
  background-color: #373737;
  color: #ffffff;
}
.mapinfo-googlemap.loaded {
  padding: 0px;
}
.mapinfo-googlemap.loaded button, .mapinfo-googlemap.loaded p {
  display: none;
}

/* SCHOOL IMPRESSIONS */
.item-detail-impressions {
  position: relative;
  padding: 41px 0 10px 0;
}

.item-detail-impressions h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  text-align: center;
  line-height: 40px;
  margin: 0;
  padding: 0 0 40px 0;
}

.item-detail-impressions .owl-dots {
  position: relative;
  padding: 30px 0 0 0;
  bottom: inherit;
}

.item-detail-impressions .owl-dot span {
  border-color: #bbb;
  background: #fff;
}

.item-detail-impressions .owl-dot.active span {
  background: #333;
  border-color: #333;
}

@media (min-width: 768px) {
  .item-detail-impressions {
    padding: 51px 0 20px 0;
  }
}
/* COURSE INFO */
.course-infos {
  position: relative;
  margin: 31px 0 0 0;
  padding: 30px 0 22px 0;
}

.course-infos h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.course-infos .col-md-12 h5 {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0 35px 0;
  max-width: 90%;
}

.course-infos .row .col-md-6 h5 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 19px;
  color: #9b0057;
  line-height: 30px;
  margin: 0;
  padding: 0 0 5px 0;
}

/* COURSE ACCORDION */
.course-wrap {
  padding: 60px 0;
}

.course-wrap-head {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}

.course-wrap-head h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 25px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 0 0 15px 0;
  position: relative;
}

.course-wrap-head h3:before {
  display: block;
  vertical-align: middle;
  margin: 0 auto 20px auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #9b0057;
  font-family: "icomoon";
  font-size: 29px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  content: "\e900";
}

.course-wrap-head h5 {
  /*font-size:19px; color:#000; line-height:30px; margin:0 ; padding:0 0 24px 0;*/
  display: none;
}

.course-wrap-head h3 {
  font-size: 28px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

@media (min-width: 768px) {
  .course-infos {
    padding: 51px 0 42px 0;
  }
  .course-wrap-head {
    max-width: 85%;
  }
  .course-wrap-head h3 {
    font-size: 30px;
  }
  .course-wrap-head h3:before {
    display: inline-block;
    margin: 0 20px 0 0;
  }
}
@media (min-width: 992px) {
  .course-wrap-head {
    max-width: 70%;
  }
}
/* COURSE ACCORDION INTRO */
.course-wrap-intro {
  padding: 30px 0 30px 0;
  background: #fff;
}

.course-wrap-intro h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.course-wrap-intro h4 {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0 24px 0;
  max-width: 95%;
}

.course-wrap-intro p {
  font-size: inherit;
  padding: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.course-wrap-intro ul {
  list-style: none;
  margin: 0;
  padding: 40px 0 40px 0;
}

.course-wrap-intro ul li {
  font-size: 17px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .course-wrap-intro {
    padding: 30px 60px 30px 30px;
    border-bottom: 30px solid #f2f2f2;
  }
}
/* COURSE GENERAL INFORMATION */
.course-info-wrap {
  background: #fff;
}

.course-info-wrap h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #000;
  padding: 0 0 20px 0;
}

.course-info-wrap h4 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #000;
  margin: 0;
  padding: 0 0 20px 0;
}

.course-info-wrap p {
  position: relative;
  overflow: hidden;
  margin: 40px 0 0 0;
}

.panel-body .course-info-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-info-facts ul li {
  position: relative;
  color: #9b0057;
  margin: 0;
  padding: 0 0 10px 15px;
}

.course-info-facts ul li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  color: #9b0057;
  content: "\f105";
  font-weight: 900;
}

.course-info-facts ul li span {
  color: #000;
  padding: 0 0 0 4px;
  display: inline-block;
}

.course-info-facts ul li strong {
  font-family: "Frutiger LT W01_55 Roma1475738";
  color: #9b0057;
}

@media (min-width: 768px) {
  .course-info-wrap {
    padding: 40px 30px;
    border-bottom: 30px solid #f2f2f2;
  }
  .course-info-wrap h3 {
    text-align: center;
  }
  .course-info-facts.first {
    padding: 15px 0;
    border-left: 0;
  }
  .course-info-facts {
    margin: 20px 0 0 0;
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .course-info-facts {
    padding: 15px 30px;
    border-left: 1px solid #d9d9d9;
  }
}
/* COURSE PRICE TABLE */
.course-price-table {
  padding: 40px 0;
  background: #fff;
}

.course-price-table h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.course-price-table .table th {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 16px;
  color: #000;
  padding: 18px 15px;
  width: 20%;
  background: #f2f2f2;
  border: 0;
}

.course-price-table .table tbody th {
  font-size: 20px;
  font-family: inherit;
  line-height: 32px;
}

.course-price-table .table td,
.course-price-table .table tbody th {
  font-size: 19px;
  color: #000;
  line-height: 32px;
  border: 0;
}

.course-price-table .table td {
  padding: 12px 15px;
}

.course-price-table .table td strong {
  font-size: 23px;
  color: #9b0057;
}

p.course-info {
  margin: 0;
  padding-top: 15px;
  text-align: center;
}

@media (min-width: 768px) {
  .course-price-table {
    padding: 40px 30px;
    border-bottom: 30px solid #f2f2f2;
  }
  .course-price-table h3 {
    text-align: center;
  }
  p.course-info {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    text-align: center;
  }
}
/* SMALL PRINT */
p.small-print {
  padding: 50px 0 0 0;
}

/* ACTIVITIES */
.activities {
  position: relative;
  margin: 60px 0 0 0;
  padding: 31px 0 11px 0;
}

.activities h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.activities h5 {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0 24px 0;
}

.activities-slider {
  margin: 30px 0 0 0;
}

.activities .activities-highlights h5 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0 15px 0;
}

.activities-highlights ul {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}

.activities-highlights ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0 20px 0 22px;
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 19px;
  color: #9b0057;
}

.activities-highlights ul li:before {
  font-family: "icomoon";
  font-size: 16px;
  content: "\e904";
  position: absolute;
  top: 0;
  left: 0;
}

.activities .owl-dots {
  padding: 20px 0;
}

.activities .owl-dot span {
  border-color: #bbb;
}

.activities .owl-dot.active span {
  border-color: #333;
  background: #333;
}

@media (min-width: 768px) {
  .activities {
    padding: 51px 0 21px 0;
  }
}
@media (min-width: 992px) {
  .activities h5 {
    padding: 0 30px 0 0;
  }
}
/* HOTEL INFO */
.hotel-title h4 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 23px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0 15px 0;
  display: inline-block;
}

.hotel-title span {
  padding: 0 0 0 30px;
}

.accommodation-wrap .owl-carousel {
  margin: 50px 0 0 0;
}

/* COURSE PLAN */
/*.tabs-wrap {
	position:relative;
	margin:60px 0 0 0;
	padding:40px 0;
}

.table {
	margin:0;
	padding:0;
}

.course-wrap .table > thead > tr > th {
	font-size:15px;
	font-weight:normal;
	border:0;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	border:0;

	font-size:19px;
	padding-top:16px;
	padding-bottom:16px;
}
*/
/* HOTEL ACCORDION */
.accommodation-wrap {
  position: relative;
  padding: 0px 0;
}

.accommodation-wrap-head {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
  text-align: center;
}

.accommodation-wrap-head h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 25px;
  color: #9b0057;
  line-height: 40px;
  margin: 0;
  padding: 0 0 15px 0;
  position: relative;
}

.accommodation-wrap-head h3:before {
  display: block;
  vertical-align: middle;
  margin: 0 auto 20px auto;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #9b0057;
  font-family: "icomoon";
  font-size: 29px;
  color: #fff;
  text-align: center;
  line-height: 70px;
  content: "\e901";
}

.accommodation-wrap-head h5 {
  /*font-size:19px; color:#000; line-height:30px; margin:0 ; padding:0 0 24px 0;*/
  display: none;
}

.accommodation-wrap-head p {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0;
}

.panel-group {
  margin: 20px 0 0 0;
  padding: 0;
  background: #f2f2f2;
}

.panel-group .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.panel-group .panel {
  margin: 0;
  border: 0;
  background: transparent;
}

.panel-group .panel + .panel {
  margin: 0;
  border-top: 1px solid #ddd;
}

.panel-heading {
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.panel-heading h4 a {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 16px;
  color: #000;
  line-height: 26px;
  position: relative;
  margin: 0;
  padding: 15px 30px 15px 40px;
  display: block;
  background: #fff;
}

.panel-heading h4 a:hover {
  color: #fff;
  background: #666;
}

.panel-heading h4 a:before {
  position: absolute;
  top: 0;
  left: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  content: "\f107";
  text-align: center;
  line-height: 56px;
  font-weight: 900;
}

.panel-heading h4 a[aria-expanded=true] {
  color: #fff;
  background: #9b0057;
}

.panel-heading h4 a[aria-expanded=true]:before {
  color: #fff;
  content: "\f106";
  font-weight: 900;
}

.panel-heading h4 a span {
  font-family: "Frutiger LT W01_55 Roma1475738";
  font-size: 16px;
  padding: 10px 30px 0 0;
  display: block;
}

.panel-heading h4 a span strong {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  padding: 0 0 0 5px;
}

.panel-heading h4 a:hover span strong,
.panel-heading h4 a[aria-expanded=true] span strong {
  color: #fff;
}

.accommodation-single h3 span {
  font-family: "Frutiger LT W01_55 Roma1475738";
  font-size: 16px;
  padding: 10px 30px 0 0;
  display: inline;
}

.accommodation-single h3 span strong {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  padding: 0 0 0 5px;
}

.panel-body {
  padding: 0 !important;
  border: 0;
  background: transparent;
}

.panel-body .owl-dots {
  padding: 20px 0;
}

.panel-body .owl-dot span {
  border-color: #bbb;
}

.panel-body .owl-dot.active span {
  border-color: #333;
  background: #333;
}

@media (min-width: 768px) {
  .accommodation-wrap-head {
    max-width: 85%;
  }
  .accommodation-wrap-head h3 {
    font-size: 30px;
  }
  .accommodation-wrap-head h3:before {
    display: inline-block;
    margin: 0 20px 0 0;
  }
  .panel-group .panel {
    margin: 0 0 5px 0;
  }
  .panel-group .panel + .panel {
    margin: 0 0 5px 0;
    border: 0;
  }
  .panel-group {
    padding: 30px;
  }
  .panel-heading h4 a {
    font-size: 19px;
    line-height: 30px;
    padding: 15px 0 15px 50px;
  }
  .panel-heading h4 a span {
    padding: 0 30px 0 0;
    float: right;
    display: inline;
  }
  .panel-heading h4 a:before {
    top: 2px;
    left: 20px;
  }
}
@media (min-width: 992px) {
  .accommodation-wrap-head {
    max-width: 70%;
  }
}
/* HOTEL ACCORDION INTRO */
.intro {
  padding: 30px 0 30px 0;
  background: #fff;
}

.intro h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.intro h4 {
  font-size: 19px;
  color: #000;
  line-height: 30px;
  margin: 0;
  padding: 0 0 24px 0;
  max-width: 95%;
}

.intro p {
  font-size: inherit;
  padding: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .intro {
    padding: 30px 60px 30px 30px;
    border-bottom: 30px solid #f2f2f2;
  }
}
/* HOTEL ACCORDION PRICE TABLE */
.accommodation-price-table {
  padding: 40px 0;
  background: #fff;
}

.accommodation-price-table h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 0 0 25px 0;
}

.accommodation-item {
  margin: 0 0 30px 0;
  padding: 30px 15px;
  background: #f2f2f2;
  border-left: 4px solid #9b0057;
}

.accommodation-price-table .accommodation-item h3 {
  font-size: 28px;
  color: #9b0057;
  text-align: left;
  padding-left: 15px;
}

.accommodation-item .table {
  margin: 12px 0 0 0;
}

.accommodation-item ul {
  list-style: none;
  margin: 0;
  padding: 0 5px 0 0;
}

.accommodation-item ul li {
  font-family: "Frutiger LT W01_65 Bold1475746";
}

.accommodation-item ul li span {
  font-family: "Frutiger LT W01_55 Roma1475738";
  color: #9b0057;
}

.accommodation-price-table .table th {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 16px;
  color: #000;
  padding: 18px 15px; /*width:20%;*/
  background: #f2f2f2;
  border: 0;
}

.accommodation-price-table .accommodation-item .table th {
  padding: 0 15px 18px 15px; /*width:20%;*/
  background: #f2f2f2;
  border: 0;
}

.accommodation-price-table .table tbody th {
  font-size: 20px;
  font-family: inherit;
  line-height: 32px;
}

.accommodation-price-table .table td,
.accommodation-price-table .table tbody th {
  font-size: 16px;
  color: #000;
  line-height: 32px;
  border: 0;
}

.accommodation-price-table .table td {
  padding: 10px 15px;
}

.accommodation-price-table .accommodation-item .table td {
  padding: 5px 15px;
}

.accommodation-price-table .table td strong {
  font-size: 20px;
  color: #9b0057;
}

@media (min-width: 768px) {
  .accommodation-item {
    padding: 30px;
  }
  .accommodation-price-table h3 {
    text-align: center;
  }
  .accommodation-price-table {
    padding: 40px 30px;
    border-bottom: 30px solid #f2f2f2;
  }
}
@media (min-width: 992px) {
  .accommodation-item .table {
    margin: 0;
  }
}
/* HOTEL ACCORDION GENERAL INFORMATION */
.accommodation-info-wrap {
  background: #fff;
}

.accommodation-info-facts {
  margin: 20px 0 0 0;
}

.accommodation-info-wrap h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #000;
  padding: 0 0 20px 0;
}

.accommodation-info h4 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #000;
  margin: 0;
  padding: 0 0 20px 0;
}

.panel-body .accommodation-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accommodation-info ul li {
  position: relative;
  color: #9b0057;
  margin: 0;
  padding: 0 0 10px 15px;
}

.accommodation-info ul li ul li {
  padding: 0;
}

.accommodation-info ul li:before {
  position: absolute;
  top: -1px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  color: #9b0057;
  content: "\f105";
  font-weight: 900;
}

.accommodation-info ul li ul li:before {
  display: none;
}

.accommodation-wrap .accommodation-info ul li span {
  font-family: "Frutiger LT W01_55 Roma1475738";
  padding: 0 0 0 4px;
}

.accommodation-info p {
  text-align: center;
  margin: 0;
  padding: 40px 0 0 0;
}

@media (min-width: 768px) {
  .accommodation-info-wrap {
    padding: 40px 30px;
    border-bottom: 30px solid #f2f2f2;
  }
  .accommodation-info-wrap h3 {
    text-align: center;
  }
  .accommodation-info-facts {
    padding: 15px 20px;
  }
  .accommodation-info-facts.first {
    padding: 15px 0;
    border-left: 0;
  }
}
@media (min-width: 992px) {
  .accommodation-info-facts {
    padding: 15px 30px;
    border-left: 1px solid #d9d9d9;
  }
}
/* BOOKING FOOTER */
.travels-footer-wrap {
  padding: 31px 0 30px 0;
}

.travels-footer-wrap h3 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 30px;
  color: #9b0057;
  text-align: center;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.travels-footer-wrap h5 {
  font-size: 19px;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  padding: 0 0 35px 0;
  width: 95%;
}

.travels-footer-buttons {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0 0 0;
  text-align: center;
}

.travels-footer-wrap button {
  font-size: 16px;
  color: #fff;
  line-height: 41px;
  margin: 0 auto 15px auto;
  padding: 0 43px 0 20px;
  background: #9b0057;
  height: 40px;
  border-radius: 5px;
  border: 0;
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}

.travels-footer-wrap button:hover {
  background: #333;
}

.travels-footer-wrap button:after {
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  content: "\f105";
  position: absolute;
  top: -1px;
  right: 20px;
  font-weight: 900;
}

.back-to-list {
  padding: 20px 0 0 0;
  text-align: center;
}

.back-to-list a {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 20px;
  color: #9b0057;
  margin: 15px 0 0 0;
  padding: 0 0 0 20px;
  position: relative;
}

.back-to-list a:hover {
  color: #000;
}

.back-to-list a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 26px;
  content: "\f104";
  position: absolute;
  top: -3px;
  left: 0;
  font-weight: 900;
}

.travels-footer-wrap .contact-button button {
  background: #666;
}

.travels-footer-wrap .contact-button button:hover {
  background: #333;
}

@media (min-width: 768px) {
  .travels-footer-wrap {
    padding: 41px 0 40px 0;
  }
  .back-to-list {
    padding: 40px 0 0 0;
  }
  .travels-footer-buttons .booking-button,
  .travels-footer-buttons .contact-button {
    display: inline-block;
  }
  .travels-footer-wrap button {
    font-size: 16px;
    color: #fff;
    line-height: 41px;
    margin: 0 0 0 15px;
    padding: 0 43px 0 20px;
    background: #9b0057;
    height: 40px;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    width: auto;
    position: relative;
    transition: all 0.3s;
  }
}
@media (min-width: 992px) {
  .travels-footer-wrap h5 {
    width: 80%;
  }
}
/* STICKYNAV
======================================== */
nav.sticky,
nav.sticky.affix-top {
  position: relative;
  height: 57px;
  background: #fff;
  z-index: 50;
  display: none;
  margin: 0 0 50px 0;
}

nav.sticky .nav-tabs.item-detail-tabs {
  margin: 0;
  padding: 0;
}

nav.sticky .nav-tabs.item-detail-tabs li {
  margin: 0 1px 0 0;
}

nav.sticky .nav-tabs.item-detail-tabs li a,
nav.sticky .nav-tabs.item-detail-tabs li a:hover,
nav.sticky .nav-tabs.item-detail-tabs li a:focus,
nav.sticky .nav-tabs.item-detail-tabs li a:active,
nav.sticky .nav-tabs.item-detail-tabs li a:active:focus {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #f2f2f2;
  margin: 0;
  padding: 17px 30px 16px 30px;
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 17px;
  color: #000;
}

nav.sticky .nav-tabs.item-detail-tabs li.active a,
nav.sticky .nav-tabs.item-detail-tabs li.active a:hover,
nav.sticky .nav-tabs.item-detail-tabs li.active a:focus,
nav.sticky .nav-tabs.item-detail-tabs li.active a:active,
nav.sticky .nav-tabs.item-detail-tabs li.active a:active:focus {
  font-family: "Frutiger LT W01_65 Bold1475746";
  background: #9b0057;
  color: #fff;
}

nav.sticky .nav-tabs.item-detail-tabs li.active a:after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -12px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #9b0057 transparent transparent transparent;
  content: "";
}

@media (min-width: 1200px) {
  nav.sticky,
  nav.sticky.affix,
  nav.sticky.affix-top {
    display: block;
  }
  nav.sticky.affix {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  }
  nav.sticky.affix + div,
  nav.sticky.affix + section {
    padding-top: 107px;
  }
  nav.sticky.affix .nav-tabs {
    border: 0;
  }
}
/* TEXT-PAGE
======================================== */
/*.default-list-content .frame-type-header header {
	margin:49px 0 0 0;
}*/
/* NO-HEAD-PAGE
======================================== */
.nohead-content {
  padding-top: 20px;
}

.nohead-content .frame-type-text header h1 {
  padding: 0;
}

.nohead-content h3 {
  font-size: 22px;
  padding: 25px 0 20px 0;
}

@media (min-width: 768px) {
  .nohead-content {
    padding-top: 50px;
  }
}
.colpage-content header h1 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 34px;
  color: #9b0057;
  line-height: 43px;
  margin: 0;
  padding: 0 0 45px 0;
}

/* FORM
======================================== */
.tx-powermail {
  padding: 38px 0 60px 0;
}

.tx-powermail .container-fluid {
  padding: 0;
}

.tx-powermail h3 {
  display: none;
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 34px;
  color: #9b0057;
  line-height: 43px;
  margin: 0;
  padding: 0 0 60px 0;
}

.tx-powermail .btn-group {
  display: none;
}

.tx-powermail .btn-group:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d9d9d9;
  content: "";
  z-index: 1;
}

.tx-powermail .btn-group .btn,
.tx-powermail .btn-group .btn.btn-primary,
.tx-powermail .btn-group .btn:focus,
.tx-powermail .btn-group .btn.btn-primary:focus {
  color: #000;
  outline: 0;
  box-shadow: none;
}

.tx-powermail .btn-group .btn {
  font-size: 17px;
  color: #000;
  border-radius: 0;
  margin: 0 -1px -1px 0;
  padding: 18px 30px 16px 30px;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  z-index: 2;
}

.tx-powermail .btn-group .btn:hover,
.tx-powermail .btn-group .btn:focus {
  font-size: 17px;
  color: #000;
  border-radius: 0;
  margin: 0 -1px -1px 0;
  padding: 18px 30px 16px 30px;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
  z-index: 2;
}

.tx-powermail .btn-group .btn.btn-primary {
  font-family: "Frutiger LT W01_65 Bold1475746";
  color: #000;
  margin: 0 -1px 0 0;
  padding: 18px 30px 16px 30px;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #fff;
}

.tx-powermail fieldset {
  clear: both;
  margin: 0;
  padding: 40px 5px 30px 5px;
  border: 1px solid #d9d9d9;
}

.tx-powermail .powermail_fieldwrap {
  float: left;
  width: 100%;
  padding: 10px 15px;
}

.tx-powermail .powermail_fieldwrap_type_textarea.powermail_fieldwrap_reiseteilnehmer,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_text,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_html,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_bemerkung,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_unterkunft,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_marker,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_gutscheincode,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_sonstiges,
.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_absenden,
.tx-powermail .powermail_fieldwrap.powermail_tab_navigation {
  width: 100%;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_text {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 15px;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_type_html {
  padding: 0 0 20px 15px;
}

.tx-powermail .powermail_field h3 {
  display: block;
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 28px;
  color: #000;
  line-height: 40px;
  margin: 0;
  padding: 0 0 20px 0;
}

.tx-powermail .powermail_label {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 16px;
  font-weight: normal;
}

.tx-powermail input[type=text],
.tx-powermail input[type=email],
.tx-powermail input[type=date],
.tx-powermail select,
.tx-powermail textarea {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.tx-powermail input[type=submit] {
  display: inline-block;
  color: #fff;
  line-height: 41px;
  margin: 23px 0 0 0;
  padding: 0 20px;
  background: #9b0057;
  height: 41px;
  border-radius: 5px;
  border: 0;
}

.tx-powermail input[type=submit]:hover {
  background: #333;
}

.tx-powermail textarea {
  min-height: 120px;
}

.tx-powermail input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.tx-powermail input[type=text]::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.tx-powermail input[type=text]:-ms-input-placeholder {
  color: #999;
}

.tx-powermail input[type=text]::-webkit-input-placeholder {
  color: #999;
}

.tx-powermail .checkbox {
  float: left;
  margin: 10px 15px 0 0;
}

.tx-powermail .checkbox label {
  padding: 0;
}

.tx-powermail .bootstrap-select .btn {
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 5px;
  height: 42px;
  background: #fff;
  width: 100%;
  outline: 0 !important;
}

.tx-powermail .bootstrap-select .btn:hover,
.tx-powermail .bootstrap-select .btn:focus {
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 6px 12px;
  border: 1px solid #d9d9d9;
  border-color: #d9d9d9;
  border-radius: 5px;
  height: 42px;
  background: #fff;
  width: 100%;
  outline: 0 !important;
}

.tx-powermail .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.tx-powermail .bootstrap-select .dropdown-menu {
  border-radius: 5px;
  max-height: 350px !important;
}

.powermail_fieldwrap.powermail_tab_navigation .btn.btn-primary {
  position: relative;
  color: #fff;
  background: #9b0057;
  border-radius: 5px;
  border: 0;
  text-indent: -9999px;
  text-align: center;
  padding: 7px 17px;
}

.powermail_fieldwrap.powermail_tab_navigation .btn.btn-primary:before {
  position: absolute;
  top: 5px;
  left: 8px;
  font-family: "icomoon";
  font-size: 18px;
  color: #fff;
  content: "\e904";
  text-indent: 0;
}

.powermail_fieldwrap.powermail_tab_navigation .btn.btn-warning {
  position: relative;
  color: #fff;
  background: #9b0057;
  border-radius: 5px;
  border: 0;
  text-indent: -9999px;
  text-align: center;
  padding: 7px 17px;
}

.powermail_fieldwrap.powermail_tab_navigation .btn.btn-warning:before {
  position: absolute;
  top: 5px;
  left: 8px;
  font-family: "icomoon";
  font-size: 18px;
  color: #fff;
  content: "\e903";
  text-indent: 0;
}

@media (min-width: 768px) {
  .tx-powermail .powermail_fieldwrap {
    float: left;
    width: 50%;
    padding: 10px 15px;
  }
}
@media (min-width: 992px) {
  .tx-powermail .btn-group {
    display: inline-block;
    position: relative;
    width: 100%;
    margin: 0 0 -1px 0;
  }
  .tx-powermail fieldset {
    clear: both;
    margin: 0;
    padding: 40px 15px 30px 15px;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  .tx-powermail fieldset.layout1 {
    clear: both;
    margin: 0;
    padding: 40px 15px 30px 15px;
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
  }
  /*.powermail_tab_navigation {
  	display:none;
  }*/
  .tx-powermail .powermail_fieldwrap {
    float: left;
    width: 33.33333%;
    padding: 10px 15px;
  }
}
.tx-mailchimp {
  clear: both;
  margin: 0 0 60px 0;
  padding: 30px 30px 30px 30px;
  /*border:1px solid #d9d9d9;*/
  background: #f2f2f2;
}

.frame-type-text header h1 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 34px;
  color: #9b0057;
  line-height: 43px;
  padding: 40px 0 0 0;
}

.form-horizontal label,
.form-horizontal .control-label {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
}

.form-horizontal .form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-horizontal .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-horizontal .form-group {
  margin: 0 0 15px 0;
}

.form-horizontal input[type=submit] {
  display: inline-block;
  color: #fff;
  line-height: 41px;
  margin: 23px 0 0 0;
  padding: 0 20px;
  background: #9b0057;
  height: 41px;
  border-radius: 5px;
  border: 0;
  float: right;
}

.form-horizontal input[type=submit]:hover {
  background: #333;
}

.tx-powermail .powermail_fieldwrap.powermail_fieldwrap_absenden input[type=submit] {
  float: right;
}

/* SCROLL-TOP
======================================== */
.scroll-top {
  position: fixed;
  right: 15px;
  bottom: 20px;
  display: inline-block;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  background: #9b0057;
  text-align: center;
}

.scroll-top i {
  font-family: "icomoon";
  font-size: 22px;
  color: #fff;
  line-height: 38px;
}

.scroll-top a {
  display: block;
}

.scroll-top a span {
  display: none;
}

@media (min-width: 768px) {
  .scroll-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 60px;
  }
  .scroll-top i {
    font-size: 24px;
    line-height: 48px;
  }
}
/* SITEMAP
======================================== */
.frame-type-menu_pages h2 {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 34px;
  color: #9b0057;
  line-height: 43px;
}

.frame-type-menu_pages ul {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 0;
}

.frame-type-menu_pages ul li {
  float: left;
  width: 30%;
  margin: 0;
  padding: 10px 10px 15px 0;
}

.frame-type-menu_pages ul li a {
  font-size: 18px;
  color: #000;
  margin: 0; /*padding:0 0 0 16px;*/
  position: relative;
}

.frame-type-menu_pages ul li a:hover {
  color: #9b0057;
}

/*.frame-type-menu_pages ul li a:before {
	font-family:"Font Awesome 5 Free"; font-size:23px; content:"\f105"; position:absolute; top:-3px; left:0; font-weight: 900; }*/
/* SEARCH
======================================== */
.tx-indexedsearch-searchbox {
  position: relative;
  padding: 0 0 80px 0;
}

.tx-indexedsearch-form input[type=submit] {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 18px;
  color: #fff;
  line-height: 41px;
  margin: 20px 0 0 0;
  padding: 0 20px;
  background: #9b0057;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 0;
}

.tx-indexedsearch-form .row {
  padding: 30px 0;
  background: #f2f2f2;
}

.tx-indexedsearch-form input[type=submit]:hover,
.tx-indexedsearch-form input[type=submit]:active,
.tx-indexedsearch-form input[type=submit]:focus {
  background: #333;
}

.tx-indexedsearch-form input[type=text] {
  width: 100%;
  font-size: 16px;
  border-radius: 5px;
  border: 0;
  height: 50px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #d9d9d9;
}

.tx-indexedsearch-form label {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 34px;
  font-weight: normal;
  color: #9b0057;
  line-height: 43px;
  margin: 0;
  padding: 0 0 30px 0;
}

.search-term-container {
  margin: -40px 0 0 0;
}

@media (min-width: 768px) {
  .tx-indexedsearch-form .row {
    padding: 30px 10px 30px 10px;
  }
  .tx-indexedsearch-form input[type=submit] {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .tx-indexedsearch-form input[type=submit] {
    margin: 0;
  }
  .tx-indexedsearch-form input[type=text] {
    font-size: 18px;
  }
}
.tx-indexedsearch-icon,
.tx-indexedsearch-result-number,
.tx-indexedsearch-info {
  display: none;
}

h3.search-term {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #9b0057;
  line-height: 29px;
  margin: 0;
  padding: 0;
}

.tx-indexedsearch-browsebox {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tx-indexedsearch-browsebox.bottom {
  padding: 0 0 80px 0;
}

.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.tx-indexedsearch-res {
  padding: 24px 20px 22px 0;
  border-bottom: 1px solid #d9d9d9;
}

.tx-indexedsearch-browsebox li a {
  color: #000;
  display: inline-block;
  padding: 2px 10px;
  border-left: 1px solid #d9d9d9;
}

.tx-indexedsearch-browsebox li:first-child a {
  padding: 0 10px 0 0;
  border: 0;
}

.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a,
.tx-indexedsearch-browsebox li a:hover {
  color: #9b0057;
}

.tx-indexedsearch-res h3,
.tx-indexedsearch-res h3 a {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 24px;
  color: #000;
  line-height: 29px;
  margin: 0;
  padding: 0 0 12px 0;
}

.tx-indexedsearch-res h3 span,
.tx-indexedsearch-res h3 a:hover {
  color: #9b0057;
}

.tx-indexedsearch-res p {
  color: #666;
  margin: 0;
  padding: 0;
}

ul.tx-indexedsearch-browsebox {
  margin: 30px 0 0 0;
  padding: 0 0 20px 0;
}

.no-result {
  margin: -40px 0 0 0;
  padding: 0 0 60px 0;
}

.no-result p {
  font-family: "Frutiger LT W01_65 Bold1475746";
  font-size: 18px;
  color: #000;
  line-height: 29px;
  margin: 0;
  padding: 0;
}

.search-term-container + h3 + .no-result {
  margin: 20px 0 0 0;
}

.search-autocomplete-results .tx-indexedsearch-autocomplete {
  top: 47px;
  left: 15px;
  width: calc(100% - 30px) !important;
}

.navigation-items .search-autocomplete-results .tx-indexedsearch-autocomplete {
  position: absolute;
  width: calc(100% - 30px) !important;
  top: 47px;
  left: 15px;
}

/* COOKIE-MELDUNG
======================================== */
.cc_container {
  padding: 15px;
  border: 0;
  background: #333 !important;
  overflow: visible !important;
}

.cc_container .cc_message {
  font-size: 14px !important;
  color: #ccc;
  line-height: 22px !important;
}

.cc_container .cc_btn {
  font-size: 14px !important;
}

.cc_container p {
  padding-top: 15px !important;
  padding-bottom: 5px !important;
}

.cc_container a.cc_more_info {
  color: #fff;
}

.cc_container .cc_btn {
  width: 100%;
  margin-left: 0;
  float: none;
  max-width: 100%;
}

@media (min-width: 500px) {
  .cc_container .cc_message {
    font-size: 12px !important;
  }
  .cc_container .cc_btn {
    font-size: 12px !important;
  }
  .cc_container p {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .cc_container {
    font-size: 12px;
    padding: 10px;
  }
  .cc_container p {
    padding-top: 2px !important;
    padding-bottom: 0 !important;
    max-width: 80%;
  }
  .cc_container .cc_btn {
    width: 33%;
    margin-left: 0;
    float: right;
    max-width: 120px;
  }
  .cc_container .cc_message {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .cc_container .cc_message {
    text-align: center;
    font-size: 14px !important;
  }
  .cc_container p {
    font-size: 14px !important;
    max-width: 100%;
    padding-top: 3px !important;
  }
  .cc_container .cc_btn {
    font-size: 14px !important;
  }
}
@media (min-width: 1400px) {
  .cc_container:before {
    background: #333;
    position: absolute;
    width: 1000%;
    height: 100%;
    top: 0;
    left: -100%;
    content: "";
    z-index: -1;
  }
  .cc_container {
    max-width: 1170px;
    margin: 0 auto;
  }
}
/* SUB-HEADER
======================================== */
/*.sub-header {
	position:relative;
}

.sub-header header {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:red;
}
*/
/* ADDITIONAL GRID STYLES
======================================== */
.container {
  position: relative;
}

@media (min-width: 1600px) {
  .container {
    width: 1380px;
  }
}
img {
  width: 100%;
  height: auto;
}

/* HELPERS
======================================== */
.ce-headline-left {
  text-align: left;
}

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

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

/* OWL SLIDER */
.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #fff;
  background: transparent;
}

.owl-dot.active span {
  border: 1px solid #fff;
  background: #fff;
}

.owl-dot,
.owl-dot.active {
  background: none;
  border: 0;
  margin: 0 5px;
  padding: 0;
}

/* TABLES */
table.table th {
  font-weight: normal;
}

/* TAB-CONTENT / TABS IN ACCORDION */
.panel .nav-tabs {
  position: relative;
  margin: 20px 0 0 0;
  border: 0;
  text-align: center;
  z-index: 2;
}

.panel .nav-tabs > li,
.panel .nav-tabs > li.active {
  position: relative;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 -5px -2px 0;
  border: 0;
}

.panel .tab-content {
  border: 1px solid #d9d9d9;
}

.panel .tab-content > .tab-pane {
  padding: 30px 30px 0 30px;
}

.panel .nav-tabs > li > a {
  font-size: 17px;
  color: #000;
  border-radius: 0;
  margin: 0;
  padding: 18px 30px 16px 30px;
  background: #f2f2f2;
  border-color: #d9d9d9;
}

.panel .nav-tabs > li > a:hover,
.panel .nav-tabs > li > a:focus {
  font-size: 17px;
  color: #000;
  border-radius: 0;
  margin: 0;
  padding: 18px 30px 16px 30px;
  background: #f2f2f2;
  border-color: #d9d9d9;
}

.panel .nav-tabs > li.active > a,
.panel .nav-tabs > li.active > a:focus,
.panel .nav-tabs > li.active > a:hover {
  font-family: "Frutiger LT W01_65 Bold1475746";
  color: #000;
  margin: 0;
  background: #fff;
  border-left-color: #d9d9d9;
  border-top-color: #d9d9d9;
  border-right-color: #d9d9d9;
  border-bottom-color: #fff;
}

.panel .tab-content > .tab-pane {
  padding: 30px 0 0 0;
}

@media (min-width: 768px) {
  .panel .tab-content > .tab-pane {
    padding: 30px 30px 10px 30px;
  }
}
/* TABLES */
.table-striped > tbody > tr {
  background-color: #f2f2f2;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #fff;
}

.table-responsive {
  border: 0;
}

@media (min-width: 768px) {
  .table-responsive {
    border: 0;
  }
}
/* BACKGROUNDS */
.light-bg {
  background: #f2f2f2;
}

.ci-bg {
  position: relative;
  background: #9b0057;
}

.container-wrap.ci-bg {
  position: relative;
  background: #9b0057;
  color: #ffffff;
  margin: 31px 0 51px 0;
  padding: 50px 0 50px 0;
}

.container-wrap.ci-bg p,
.container-wrap.ci-bg h1,
.container-wrap.ci-bg h2,
.container-wrap.ci-bg h3 {
  color: #ffffff;
}

.container-wrap.ci-bg a.biglink.biglinkbright {
  background: #ffffff;
  color: #9b0057;
}

.bg-grey {
  position: relative;
  background: #f2f2f2;
}

.btn {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  background-color: #9b0057;
  border-radius: 5px;
  transition: all 0.3s;
}
.btn:focus, .btn:hover {
  background-color: #750846;
}
.btn:active {
  background-color: #520330;
}
.btn.btn-white {
  background-color: #fff;
  color: #9b0057;
}
.btn.btn-white:focus, .btn.btn-white:hover {
  background-color: rgba(242, 242, 242, 0.9137254902);
}
.btn.btn-white:active {
  background-color: rgba(230, 230, 230, 0.7843137255);
}/*# sourceMappingURL=Main.min.css.map */