@charset "utf-8";
::selection {
  color: #fff;
  background: #D73F37;
}
::-moz-selection {
  color: #fff;
  background: rgba(215, 63, 55, 0.9);
}
/*  PRELOADER   */
#preloader {
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  background: #E5E5E5;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#preloader .preloader_logo_c {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#preloader .preloader_logo_c img {
  width: 368px;
  height: 248px;
}
#preloader .flowers_c {
  position: static;
}
/*
#preloader .flowers_c .left_flower
{
    position: absolute;
}

#preloader .flowers_c .right_flower
{
    position: absolute;
}*/
.mobile_anfrage_c {
  display: none;
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
/* COOKIE */
#cks_overlay {
  background: #EBEBEB !important;
  background-size: 670px auto !important;
  padding: 5px 0 !important;
  max-width: 408px;
  bottom: 20px;
  right: auto;
  left: 20px;
  text-align: center !important;
}
.cks_inner, .cks_inner a {
  color: #D73F37 !important;
  font: 300 1rem/170% Karla, Open Sans, Arial, sans-serif !important;
}
.cks_inner {
  background: url("../img/cookies.svg") no-repeat center top 8px / 43px auto;
}
.cks_inner p {
  padding: 60px 20px 20px 20px !important;
  float: none !important;
}
.cks_inner p:before {
  content: 'Cookies.';
  width: 100%;
  color: #D73F37;
  font: 600 2rem/130% Poppins, Arial, sans-serif !important;
  display: block;
}
.cks_btn {
  width: 100px !important;
  height: 40px !important;
  box-shadow: none !important;
  border: 1px solid #D73F37;
  position: static !important;
  left: auto !important;
  top: auto !important;
  background-color: #fff !important;
  border-radius: 10px !important;
  font: 300 1.063rem/170% Karla, Open Sans, Arial, sans-serif !important;
  color: #D73F37 !important;
  margin: 20px auto 22px auto !important;
  transition: box-shadow 0.5s;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cks_btn:hover {
  box-shadow: 2px 2px 0 #3b3b3b;
   !important;
}
/*
IPhone Querformat font-size bug
*/
html {
  -webkit-text-size-adjust: 100% !important;
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: #F8F7F5 url(../img/bgs/band_hintergrund.svg) repeat-y top right 1%;
  background-size: 500px 3037px;
  top: 0 !important;
}
/* Hide google translate banner on top of the screen */
body > .skiptranslate .goog-te-banner-frame {
  display: none !important;
}
body > .skiptranslate {
  background-color: transparent !important;
}
* {
  outline: none;
  box-sizing: border-box;
}
img {
  /*image-rendering:pixelated;*/
  image-rendering: -webkit-optimize-contrast;
}
a img {
  border: 0px solid;
}
a.art_anchor {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  font-size: 0;
}
p {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.content p {
  float: none;
}
body .ui-widget {
  font-size: 11px;
}
.sc_only {
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.page_c {
  width: 100%;
  min-width: 850px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1025px) {
  .page_c {
    min-width: 320px;
  }
  body .ui-widget {
    font-size: 14px;
  }
  .mobile_anfrage_c {
    position: fixed;
    bottom: 0px;
    display: block;
    color: #fff;
    background: #FB6156;
    font: 700 1rem/120% Karla, Arial, sans-serif;
    z-index: 100;
    width: 100%;
    padding: 14px 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(120, 113, 120, 0.66);
    box-shadow: 0px 0px 17px 0px rgba(120, 113, 120, 0.66);
  }
  .mobile_anfrage_c a, .mobile_anfrage_c a:hover {
    color: #fff;
    text-decoration: none;
  }
}
@media only screen and (max-width: 650px) {
  body .ui-widget {
    font-size: 16px;
  }
}
.offscreen {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
*:focus {
  outline: none;
}
.focus-visible {
  outline: 2px dotted #CB1D36;
}
/* Accessibility map */
.as_map_c {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.as_map {
  height: 28px;
  margin: -250px auto 0 auto;
  display: table;
  table-layout: fixed;
  padding: 3px 25px 14px 10px;
  ;
  background-color: #FFFFFF;
  transition: margin-top 400ms;
  -webkit-transition: margin-top 400ms;
}
.as_map.opened {
  margin-top: 0;
}
.as_map ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.as_map ul li {
  float: left;
  margin: 15px 10px;
}
.as_map ul li > * {
  padding: 5px 15px;
  background-color: #d7cfcc;
  font: 400 1.250rem/120% 'Montserrat', "Trebuchet MS", sans-serif;
  color: #231F1D;
  text-decoration: none;
  line-height: 20px;
}
.as_map ul li > *:focus {
  background-color: #FFFFFF;
  outline: 1px dotted #231F1D;
}
/* Head */
.head_c {
  width: 100%;
  float: left;
  position: relative;
  z-index: 5;
}
.header_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.head_c .logo_c {
  position: absolute;
  top: 105px;
  left: 6%;
  z-index: 2;
}
.head_c .logo_c_gruppenziel {
  position: absolute;
  top: 455px;
  left: 6%;
  z-index: 2;
}
.head_c .logo_c_touristikpartner {
  position: absolute;
  top: 517px;
  left: 7%;
  z-index: 2;
}
.head_c .logo_c_busziel {
      position: absolute;
    top: 604px;
    left: 6.6%;
    z-index: 2;
}
.head_c .logo_c_sporterzieher {
      position: absolute;
    top: 703px;
    left: 6%;
    z-index: 2;
}
.head_c .logo_c .logo {
  width: 333px;
  height: 324px;
  background: url(../img/logos/logo_with_badge.svg);
  background-size: 100% 100%;
}
.head_c .logo_c_gruppenziel .gruppenziel {
  width: 120px;
  height: 47px;
  background: url(../img/logos/gruppenhotel-josef-top-gruppenziel-2021.png);
  background-size: 100% 100%;
}
.head_c .logo_c_touristikpartner .touristikpartner {
  width: 80px;
  height: 80px;
  background: url(../img/logos/gruppenhotel-josef-offizieller-touristikpartner.png);
  background-size: 100% 100%;
}
.head_c .logo_c_busziel .busziel {
  width: 95px;
  height: 88px;
  background: url(../img/logos/busreisen-top-busziel-salzburgerland.png);
  background-size: 100% 100%;
}
.head_c .logo_c_sporterzieher .sporterzieher {
  width: 120px;
  height: 58px;
  background: url(../img/logos/sporterzieher-logo.png);
  background-size: 100% 100%;
}
.header_links {
  position: fixed;
  top: 25px;
  left: 44px;
  display: flex;
  flex-direction: column;
}
.header_links > a {
  width: 46px;
  height: 41px;
  background-size: auto 41px;
  background-position: top left;
  margin-top: 10px;
  position: relative;
}
.header_links > a:hover, .header_links > a:focus {
  background-position: top right;
}
.header_links > a .hint {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 55px;
  top: 0;
  width: 250px;
  height: 45px;
  background: url(../img/bgs/bg_text.png);
  background-size: 100% 100%;
  font: 400 1.125rem/167% Karla, Arial, sans-serif;
  color: #FFF;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.7s;
}
.header_links > a:hover .hint, .header_links > a:focus .hint {
  opacity: 1;
  visibility: visible;
}
.header_links > .gtranslate_c {
  display: none;
}
.header_links .gallery {
  background-image: url(../img/icons/galerie_sprite.png);
}
.header_links .phone {
  background-image: url(../img/icons/phone_sprite.png);
}
.header_links .mail {
  background-image: url(../img/icons/mail_sprite.png);
}
.header_links .vt_icon {
  background-image: url(../img/icons/360.png);
}
.gtranslate_c {
  position: fixed;
  top: 15px;
  right: 0;
  width: 193px;
  height: 74px;
  background: url(../img/bgs/bg_language.png);
  background-size: 100% 100%;
  padding: 10px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font: 700 0.875rem/120% Karla, Arial, sans-serif;
  color: #FFF;
  z-index: 1;
}
.anfrage_c {
  position: fixed;
  top: 100px;
  right: 0;
  width: 193px;
  height: 74px;
  background: url(../img/bgs/bg_language.png);
  background-size: 100% 100%;
  padding: 10px 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font: 700 1rem/120% Karla, Arial, sans-serif;
  color: #FFF;
  z-index: 0;
}
.anfrage_c a, .anfrage_c a:hover {
  color: #fff;
  text-decoration: none;
}
.gtranslate_c .lang_icon {
  width: 17px;
  height: 13px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  margin-right: 5px;
}
.gtranslate_c .fa {
  margin-left: 4px;
}
.gtranslate_c .gtranslate_inner {
  display: none;
  box-sizing: border-box;
  position: absolute;
  right: 204px;
  top: -11px;
}
.gtranslate_c.opened .gtranslate_inner {
  display: flex;
  flex-direction: column;
  padding: 25px 15px;
  min-width: 205px;
  background: url(../img/bgs/bg_translate.png);
  background-size: 100% 100%;
}
.gtranslate_c .gtranslate_inner > * {
  width: 100%;
}
.gtranslate_c .gtranslate_inner .lang_c {
  border-bottom: 1px dotted #ffffff;
  padding-bottom: 10px;
}
.gtranslate_c .gtranslate_inner .lang_c a {
  font: 700 1rem/170% Karla, Open Sans, Arial, sans-serif !important;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.gtranslate_c .gtranslate_inner .lang_c a:hover, .gtranslate_c .gtranslate_inner .lang_c a:focus {
  text-decoration: underline;
}
.gtranslate_c .gtranslate_inner .lang_c a img {
  width: 21px;
  height: 16px;
  margin-right: 5px;
}
.gtranslate_c .gtranslate_inner .h_google_tr {
  width: 100%;
}
.goog-te-gadget-simple {
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  padding: 3px !important;
}
.header_bottom {
  width: 100%;
  float: left;
  margin-top: 240px;
}
/*Desktop menu*/
.h_menu_c {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 1;
  position: relative;
  padding-left: 15%;
  padding-right: 15%
}
.h_menu_c .menu {
  display: table;
  margin: 0;
  z-index: 50;
  position: relative;
  float: left;
  background: #F8F7F5;
}
.menu ul {
  margin: 0;
  padding: 0;
  float: left;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
.menu li {
  margin: 0;
  list-style: none;
  display: inline-block;
  z-index: 2;
  text-transform: none;
}
.menu > ul > li {
  position: relative;
}
.menu ul:last-child li {}
.menu ul > li:last-child {
  margin-right: 0;
  padding-right: 12px;
  background: #D73F37;
  border-radius: 13px;
}
.menu ul > li > ul > li:last-child {
  background: #fff;
  padding-right: 0px;
}
.menu li a {
  display: inline-block;
  margin: 0;
  padding: 0px 12px 0px;
  box-sizing: border-box;
  position: relative;
  font: 700 0.938rem/267% Karla, Arial, sans-serif;
  text-transform: uppercase;
  color: #454545;
  text-decoration: none;
  transition: color ease 0.7s, padding ease 0.7s;
  -webkit-transition: color ease 0.7s, padding ease 0.7s;
}
.menu li:last a {
  color: #ffffff;
}
.menu li li *:focus {
  /*outline: none;*/
  border: none;
}
.menu > ul > li > a:hover, .menu > ul > li.opened > a, .menu > ul > li > a:focus, .menu > ul > li.current_link > a, .menu > ul > li.current_path > a {
  color: #D83F37;
}
.menu > ul > li > a {
  z-index: 6;
}
.menu > ul > li:last-child > a {
  padding-right: 0;
  color: #ffffff;
}
.menu li a span {
  position: relative;
}
.menu > ul > li > ul {
  position: absolute;
  width: 220px;
  margin: 0;
  padding: 15px 0 50px;
  box-sizing: border-box;
  z-index: 5;
  top: 58px;
  right: 0%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  text-align: left;
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
}
.menu > ul > li.opened > ul {
  visibility: visible;
  opacity: 1;
}
/*
.menu > ul > li:last-child.opened > ul
{
    left: auto;
    right: 0;
}
*/
.menu li li {
  width: 100%;
  position: relative;
}
.menu li li a {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: block;
  text-transform: none;
  text-align: left;
  position: relative;
  font-weight: 400;
  line-height: 230%;
  letter-spacing: 0.02em;
  color: #273330;
  text-align: center;
  z-index: 2;
  transition: opacity ease 0.7s, color ease 0.7s;
}
.menu li li a span {
  border-bottom: 2px solid transparent;
  transition: border-color ease 0.7s;
}
.menu li li a:hover span, .menu li li a:focus span, .menu li li.current_link > a span, .menu li li.current_path > a span {
  border-color: #D83F37;
}
/* Mobile menu */
.mobile_menu_btn {
  display: none;
}
.menu_slide_c {
  right: 99999px;
  position: absolute;
}
/*Head Image*/
.header_image_c {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 20px;
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header_image_c .header_image_c_c {
  position: relative;
  width: 100%;
  padding-bottom: 48%;
}
.header_image_c .header_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.header_image_c .header_image .slick-list {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header_image_c .header_image img.invisible {
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
}
.compat-object-fit {
  background-size: cover;
  background-position: center center;
}
.header_image img.current {
  z-index: 5;
}
.header_image_c .slick-arrow {
  width: 29px;
  height: 44px;
  background-size: 100% 100%;
  padding: 0;
  cursor: pointer;
}
.header_image_c .slick-arrow::before {
  content: none !important;
}
.header_image_c .slick-arrow.slick-prev {
  left: 30px;
  background-image: url(../img/icons/arrow_left.svg);
}
.header_image_c .slick-arrow.slick-next {
  right: 30px;
  background-image: url(../img/icons/arrow_right.svg);
}
/*Dots */
.header_image_c .slick-dots {
  bottom: 15px;
}
.header_image_c ul.slick-dots > li > button {
  width: 13px;
  height: 13px;
  margin: 6px;
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px;
  padding: 0;
}
/* Main */
.main_c {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  float: left;
}
.main {
  width: 100%;
  float: left;
  min-height: 500px;
  padding-bottom: 100px;
  overflow: hidden;
  position: relative;
  float: left;
  z-index: 1;
}
/* Footer */
.footer_c {
  width: 100%;
  float: left;
  padding-top: 210px;
  padding-bottom: 30px;
  background-color: #D73F37;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
.footer_logos_c {
  width: 100%;
  float: left;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;
}
.footer_top {
  width: 100%;
  max-width: 1060px;
  float: left;
  font: 300 0.938rem/186% Montserrat, Arial, sans-serif;
  color: #FFF;
  text-transform: uppercase;
}
.footer_top .columns {
  width: 100%;
  padding: 30px 20px 20px;
  display: flex;
  justify-content: center;
  position: relative;
}
.footer_top .columns .col {
  padding: 20px;
  min-width: 280px;
}
.footer_top .columns .col.contact {
  text-align: right;
}
.footer_top a {
  color: #FFF;
  text-decoration: none;
}
.footer_top a:hover, .footer_top a:focus {
  text-decoration: underline;
}
.footer_top .col .title {
  font-weight: 600;
  position: relative;
}
.footer_top .col .title > span {
  display: inline-block;
  padding-left: 13px;
  padding-right: 10px;
  margin-bottom: 5px;
  position: relative;
}
.footer_top .col .title > span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 27px;
  background: url(../img/bgs/bg_text.png);
  background-size: 100% 100%;
}
.footer_top .col .title > span span {
  position: relative;
  z-index: 2;
}
.footer_top .col .contact_links {
  margin-top: 35px;
  font-weight: 600;
}
.footer_top .col .contact_links a {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer_top .col .contact_links img {
  margin-left: 14px;
}
.footer_top .col .contact_links .phone_icon {
  width: 26px;
  height: 20px;
}
.footer_top .col .contact_links .mail_icon {
  width: 26px;
  height: 15px;
}
.footer_top .col .contact_links .vt_icon {
  width: 26px;
  height: 15px;
}
.footer_top .col.footer_logo_c {
  padding-left: 100px;
  padding-right: 100px;
}
.footer_top .footer_logo_c img {
  width: 196px;
  height: 170px;
}
.footer_top .col.social_links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer_top .col.social_links a {
  display: flex;
  align-items: center;
  margin-top: 8px;
}
.footer_top .col.social_links a:first-child {
  margin-top: 0;
}
.footer_top .col.social_links a img {
  margin-right: 19px;
}
.footer_top .col.social_links .facebook_icon {
  width: 22px;
  height: 22px;
}
.footer_top .col.social_links .gallery_icon {
  width: 22px;
  height: 16px;
}
.footer_top .col.social_links .anreise_icon {
  width: 22px;
  height: 23px;
}
.footer_top .col.social_links .enquiry_btn {
  padding: 21px 23px 18px;
  font: 400 1rem/120% Karla, Arial, sans-serif;
  letter-spacing: 0.125em;
  background-color: #FB6156;
  border-radius: 10px;
  transition: all ease 0.7s;
  margin-top: 20px;
}
.footer_top .col.social_links .enquiry_btn:hover, .footer_top .col.social_links .enquiry_btn:focus {
  background-color: #F8F7F5;
  color: #FB6156;
  text-decoration: none;
}
.impressum {
  width: 100%;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font: 400 0.75rem/120% Karla, Arial, sans-serif;
  color: #FFF;
}
.impressum a {
  color: #FFF;
  text-decoration: none;
}
.impressum a:hover, .impressum a:focus {
  text-decoration: underline;
}
.impressum > * {
  margin-left: 5px;
  margin-right: 5px;
}
.impressum .algo_link {
  margin-left: 14px;
}
.impressum .algo_logo {
  width: 39px;
  height: 12px;
  margin-left: 4px;
}
/*GOOGLE MAPS*/
#maprahmen {
  border: none;
  width: 100%;
}
#karte {
  width: 100%;
  height: 550px;
}
#input-hintergrund {
  padding: 12px;
  background: #ECECEC;
}
#inputaddress {
  background-color: #fff;
  border: 0 none;
  float: left;
  height: 20px;
  margin: 0 12px 0 0;
  padding: 12px;
  max-width: 400px;
  width: 100%;
  color: #001C36;
}
#mapsButton1 {
  padding: 13px 25px;
  transition: all 500ms;
  color: #fff;
  text-decoration: none;
  font: 400 1em/110% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background: #CA1233;
  border: none;
  cursor: pointer;
}
@media(max-width: 1790px) {
  .head_c .logo_c .logo {
    width: 215px;
    height: 209px;
  }
  .header_bottom {
    margin-top: 170px;
  }
  .head_c .logo_c_gruppenziel {
    top: 325px;
  }
  .head_c .logo_c_touristikpartner {
    top: 380px;
  }
  .head_c .logo_c_busziel {
    top: 460px;
  }
	.head_c .logo_c_sporterzieher {
    top: 553px;
  }
}
@media(max-width: 1480px) {
  .head_c .logo_c {
    left: 5%;
  }
}
@media(max-width: 1400px) {
  .header_image_badge {
    top: -8px;
    right: calc(15% - 60px);
  }
  .header_image_badge img {
    width: 220px;
    height: 217px;
  }
}
@media(max-width: 1360px) {
  .head_c .logo_c {
    top: 20px;
    left: 50%;
    margin-left: -75px;
  }
  .head_c .logo_c .logo {
    width: 150px;
    height: 146px;
  }
}
@media(max-width: 1250px) {
  .head_c .logo_c_gruppenziel {
    top: 271px;
  }
  .head_c .logo_c_touristikpartner {
    top: 330px;
  }
  .head_c .logo_c_busziel {
    top: 409px;
  }
	.head_c .logo_c_sporterzieher {
    top: 504px;
  }
}
@media(max-width:1025px) {
  #preloader .preloader_logo_c img {
    width: 250px;
    height: 168px;
  }
  .head_c .logo_c {
    z-index: 0;
  }
  .head_c .logo_c_gruppenziel {
    top: 79px;
    left: 1%;
  }
  .head_c .logo_c_touristikpartner {
   top: 134px;
    left: 3%;

  }
  .head_c .logo_c_busziel {
        top: 209px;
    left: 2%;
  }
	.head_c .logo_c_sporterzieher {
top: 296px;
    left: 1%;
  }
  .anfrage_c {
    display: none;
  }
  body {
    background-size: 300px 1822px;
  }
  .as_map_c {
    display: none !important;
  }
  .header_top {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px 22px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    transition: background-color ease 0.7s;
  }
  body.menu_opened .header_top {
    background-color: #D73F37;
  }
  .header_links {
    flex-direction: row;
    position: relative;
    top: auto;
    left: auto;
    order: 1;
    z-index: 12;
  }
  .header_links > a {
    margin-top: 0;
    margin-right: 13px;
    width: 41px;
    height: 36px;
    background-size: auto 36px;
  }
  .header_links > a:last-of-type {
    margin-right: 0;
  }
  .header_links > a .hint {
    display: none;
  }
  .head_c .logo_c {
    top: 72px;
  }
  .head_c .logo_c .logo {
    background-image: url(../img/logos/logo_red.svg);
    width: 128px;
    height: 117px;
  }
  .head_c > .gtranslate_c {
    display: none;
  }
  .header_bottom {
    margin-top: 207px;
  }
  #deskmenu {
    display: none;
  }
  /*Mobile Menu*/
  .mobile_menu_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font: 400 0.938rem/120% Verveine, Georgia, sans-serif;
    color: #E24D45;
    text-transform: uppercase;
    position: relative;
    order: 2;
  }
  body.menu_opened .mobile_menu_btn::before {
    content: "close";
    color: #FFF;
    position: absolute;
    top: 50%;
    left: -38px;
    transform: translateY(-50%);
  }
  .mobile_menu_btn > span {
    margin-top: 3px;
    opacity: 1;
    transition: opacity ease 0.7s;
  }
  body.menu_opened .mobile_menu_btn > span {
    opacity: 0;
  }
  .mobile_menu_btn .mmbico {
    width: 31px;
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .mobile_menu_btn .mmbico > * {
    width: 45px;
    height: 3px;
    float: left;
    opacity: 1;
    background-color: #FFF;
    transition: transform ease 0.5s;
    -webkit-transition: -webkit-transform ease 0.5s;
  }
  body.menu_opened .mobile_menu_btn .one {
    margin: 0 !important;
    transform: rotate(45deg) translate(5px, 13px);
    -webkit-transform: rotate(45deg) translate(5px, 13px);
  }
  body.menu_opened .mobile_menu_btn .two {
    opacity: 0;
  }
  body.menu_opened .mobile_menu_btn .three {
    transform: rotate(-45deg) translate(-8px, 1px);
    -webkit-transform: rotate(-45deg) translate(-8px, 1px);
  }
  .mobile_menu_btn .mmbico > * {
    width: 31px;
    height: 3px;
    margin: 0;
    background-color: #E24D45;
  }
  .mobile_menu_btn .mmbico > div {
    margin: 5px 0 0 0;
    transform: rotate(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) translate(0, 0);
    opacity: 1;
  }
  body.menu_opened .mobile_menu_btn .mmbico > * {
    width: 45px;
    height: 3px;
    float: left;
    background-color: #FFF;
    transition: transform ease 0.5s;
    -webkit-transition: -webkit-transform ease 0.5s;
    margin: 0;
  }
  /*Mobile Menu*/
  #mobilemenu {
    display: block;
    position: absolute;
    width: 100vw;
    height: calc(100vh - 60px);
    top: 60px;
    right: -100vw;
    background-color: #D73F37;
    overflow-y: auto;
    transition: right ease 0.7s, opacity ease 0.7s;
    opacity: 0;
    z-index: 11;
  }
  body.menu_opened #mobilemenu {
    right: 0;
    opacity: 1;
  }
  .mobile_menu_content {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    padding-bottom: 280px;
    position: relative;
    min-height: calc(100vh - 60px);
    background: url(../img/bgs/weltkugel.png) no-repeat bottom right;
    background-size: 188px auto;
  }
  .mobile_menu_content_c {
    width: 100%;
    max-width: 370px;
    padding: 55px 25px 20px;
  }
  #mobilemenu ul {
    margin: 0;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    text-align: center;
    list-style-type: none;
  }
  #mobilemenu .mobile_menu_content_c > ul > li > a {
    display: block;
    width: 100%;
    font: 400 0.875rem/180% Karla, Arial, sans-serif;
    padding: 5px 0;
    color: #F8F7F5;
    letter-spacing: .02em;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
  }
  #mobilemenu .mobile_menu_content_c > ul > li > a > span {
    display: inline-block;
    padding: 0 20px;
    transition: background ease 0.7s;
  }
  #mobilemenu .mobile_menu_content_c > ul > li.current_link > a span, #mobilemenu .mobile_menu_content_c > ul > li.current_path > a span, #mobilemenu .mobile_menu_content_c > ul > li > a:hover span, #mobilemenu .mobile_menu_content_c > ul > li > a:focus span {
    background: url(../img/bgs/bg_text.png);
    background-size: 100% 100%;
  }
  /*
    #mobilemenu .mobile_menu_content_c > ul > li.link_down > a::after
    {
        content: "";
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        width: 9px;
        height: 6px;
        background: url(../img/icons/arrow-down-white.svg);
        background-size: 100% 100%;
        opacity: 0.4;
        transition: transform ease 0.7s;
    }

    #mobilemenu .mobile_menu_content_c > ul > li.link_down.opened > a::after
    {
        transform: rotate(180deg);
    }
    */
  #mobilemenu .mobile_menu_content_c > ul > li > ul {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: all ease 0.7s;
  }
  #mobilemenu .mobile_menu_content_c > ul > li.opened > ul {
    max-height: 400px;
    padding-top: 5px;
    padding-bottom: 30px;
  }
  #mobilemenu .mobile_menu_content_c > ul > li > ul > li {
    width: 100%;
    padding: 0;
  }
  #mobilemenu .mobile_menu_content_c > ul > li > ul > li > a {
    font: 400 0.875rem/230% Karla, Arial, sans-serif;
    color: #F8F7F5;
    letter-spacing: .02em;
    text-decoration: none;
    color: #FFF;
    text-transform: none;
  }
  #mobilemenu .mobile_menu_content_c > ul > li > ul > li > a > span {
    padding: 0 !important;
    background-color: transparent !important;
  }
  #mobilemenu .mobile_menu_content_c > ul > li > ul > li.current_link > a > span {
    border-bottom: 2px solid #FF5951;
  }
  .header_links > .gtranslate_c {
    display: block;
    width: auto;
    height: auto;
    background: none;
    position: relative;
    top: auto;
    right: auto;
    color: #000;
    transition: all ease 0.7s;
  }
  body.menu_opened .header_links > .gtranslate_c {
    color: #FFF;
  }
  .header_links .gtranslate_inner {
    top: 40px;
  }
  .header_bottom {
    padding: 0;
  }
  .header_image_c {
    padding-left: 70px;
    padding-right: 70px;
  }
  .header_image_c .slick-arrow.slick-prev {
    left: 20px;
  }
  .header_image_c .slick-arrow.slick-next {
    right: 20px;
  }
  .main {
    padding-bottom: 50px;
  }
  /*FOOTER*/
  .footer_c {
    padding-top: 40px;
  }
  .footer_top .columns {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
  .footer_top .columns .col {
    padding: 20px 40px !important;
  }
  .footer_top .col.footer_logo_c {
    order: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .footer_top .columns .col.contact {
    order: 2;
  }
  .footer_top .col.social_links {
    order: 3;
  }
  .impressum {
    justify-content: center;
  }
}
@media(max-width: 850px) {
  .head_c .logo_c_gruppenziel {
    top: 83px;
    left: 3%;
  }
  .head_c .logo_c_touristikpartner {
    top: 159px;
    left: 3%;
  }
  .head_c .logo_c_busziel {
    top: 268px;
    left: 1%;
  }
}
@media(max-width: 850px) {
  .header_image_c .slick-dots {
    display: none !important;
  }
}
@media(max-width: 650px) {
  body {
    background-image: none;
  }
  #preloader .preloader_logo_c img {
    width: 180px;
    height: 121px;
  }
  .header_image_badge {
    display: none;
  }
  .header_image_c {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header_image_c .slick-arrow {
    width: 18px;
    height: 27px;
  }
  .flowers_c .left_flower {
    width: 50px;
  }
  .flowers_c .right_flower {
    width: 50px;
  }

  /* FOOTER */
  .footer_c {
    padding-top: 40px;
    padding-bottom: 160px;
  }
  .footer_top .columns {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
  }
  .footer_top .columns .col {
    padding: 15px 25px !important;
    width: 100%;
    max-width: 320px;
  }
  .footer_top .col.footer_logo_c {
    order: 2;
  }
  .footer_top .footer_logo_c img {
    width: 145px;
    height: 125px;
  }
  .footer_top .columns .col.contact {
    order: 1;
    text-align: center;
  }
  .footer_top .col .contact_links a {
    justify-content: flex-start;
  }
  .footer_top .col .contact_links img {
    order: 1;
    margin-left: 0;
    margin-right: 10px;
  }
  .footer_top .col .contact_links span {
    order: 2;
  }
  .footer_top .col.social_links .enquiry_btn {
    padding: 24px 32px;
    align-self: center;
    margin-top: 38px;
  }
  .impressum {
    margin-top: 20px;
  }
  .impressum .algo_link {
    position: absolute;
    right: -29px;
    transform: rotate(-90deg);
    bottom: 420px;
  }
}
/* ANIMATIONS */
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible !important;
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.fadeIn2 {
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-delay: 3.5s;
}
.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-delay: 0.5s;
}
.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
}
.fadeInDown {
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-delay: 2s;
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-delay: 2.5s;
}
.fadeInUpHeaderImageText {
  animation-name: fadeInUpHeaderImageText;
  animation-duration: 1s;
  animation-delay: 4s;
}
.slideInLeft {
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-delay: 2.5s;
}
.slideInRight {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-delay: 2s;
}
.slideInRight2 {
  animation-name: slideInRight;
  animation-duration: 1s;
  animation-delay: 3s;
}
.moveRight {
  animation-name: moveRight;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}
.moveLeft {
  animation-name: moveLeft;
  animation-duration: 3s;
  animation-delay: 3s;
  animation-iteration-count: infinite;
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 6s;
  animation-delay: 0;
}
.animated {
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0.2;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpHeaderImageText {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0) translate(-50%, -50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes moveRight {
  0% {
    transform: none;
  }
  20% {
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
  }
  40% {
    transform: none;
  }
  100% {
    transform: none;
  }
}
@keyframes moveLeft {
  0% {
    transform: none;
  }
  20% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  40% {
    transform: none;
  }
  100% {
    transform: none;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}
@keyframes head_anim {
  from {
    opacity: 0.55;
  }
  60% {
    opacity: 0.36;
  }
  100% {
    opacity: 0.14;
  }
}
@-webkit-keyframes head_anim {
  from {
    opacity: 0.55;
  }
  60% {
    opacity: 0.36;
  }
  100% {
    opacity: 0.14;
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes a {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes a {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.footer_logos {
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 37px 48px;
  box-sizing: border-box;
}
.footer_logos img {
  margin: 0 35px;
}
.footer_logos img.logo1 {
  width: 140px;
}
.footer_logos img.logo2 {
  width: 90px;
}
.footer_logos img.logo3 {
  width: 120px;
}
.footer_logos img.logo4 {
  width: 80px;
}
.footer_logos img.logo5 {
  width: 164px;
}
.footer_logos img.logo6 {
  width: 164px;
}
.footer_logos img.logo7 {
  width: 100px;
}
@media(max-width:1025px) {
  .footer_logos_c {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-bottom: 140px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
  }
  .footer_logos img {
    height: auto;
  }
  .footer_logos img {
    margin: 10px 25px;
  }
  .footer_logos img.logo1 {
    width: 120px;
  }
  .footer_logos img.logo2 {
    width: 50px;
  }
  .footer_logos img.logo3 {
    width: 100px;
  }
  .footer_logos img.logo4 {
    width: 50px;
  }
  .footer_logos img.logo5 {
    width: 100px;
  }
  .footer_logos img.logo6 {
    width: 100px;
  }
  .footer_logos img.logo7 {
    width: 80px;
  }
}

@media(max-width:850px) {
  .head_c .logo_c_gruppenziel {
    top: 83px;
    left: 1%;
  }
  .head_c .logo_c_gruppenziel .gruppenziel {
    width: 80px;
    height: 31px;
  }
  .head_c .logo_c_touristikpartner {
    top: 133px;
    left: 2%;
  }
  .head_c .logo_c_touristikpartner .touristikpartner {
    width: 50px;
    height: 50px;
  }
  .head_c .logo_c_busziel {
    top: 131px;
    left: 79%;
  }
  .head_c .logo_c_busziel .busziel {
    width: 66px;
    height: 61px;
  }
	.head_c .logo_c_sporterzieher {
       top: 86px;
    left: 77%;
  }
  .head_c .logo_c_sporterzieher .sporterzieher {
    width: 80px;
    height: 38px;
	}}