@charset 'utf-8';

::selection
{
    color: #fff;
    background: #d73f37;
}

::-moz-selection
{
    color: #fff;
    background: rgba(215, 63, 55, .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(.2);
                transform: scale(.2);
        opacity: 0;
    }

    60%
    {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }

    100%
    {
        -webkit-transform: scale(.7);
                transform: scale(.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 .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;
    display: none !important;
}

*
{
    outline: none;
    box-sizing: border-box;
}

img
{
    /*image-rendering:pixelated;*/
    image-rendering: -webkit-optimize-contrast;
}

a img
{
    border: 0 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: 0;
    height: 0;
    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: 0;
        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: 0 0 17px 0 rgba(120, 113, 120, .66);
                box-shadow: 0 0 17px 0 rgba(120, 113, 120, .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: #fff;
            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: #fff;
    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 .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 .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: 0 3px 4px rgba(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 #fff;
    padding-bottom: 10px;
}

.gtranslate_c .gtranslate_inner .lang_c a
{
    font: 700 1rem/170% Karla, Open Sans, Arial, sans-serif !important;
    color: #fff;
    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;
    width: 100%;
    display: flex;
    justify-content: center;
}

.menu > ul
{
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-left: 190px;
    padding-right: 190px;
    list-style: none;
    position: relative;
}

.menu > ul > li
{
    margin: 0 10px;
    list-style: none;
    display: inline-block;
    z-index: 2;
    text-transform: none;
}

.menu > ul > li
{
    position: relative;
}

.menu > ul > li:last-child
{
    position: absolute;
    right: 0;
    margin-right: 0;
}

.menu > ul > li > a
{
    display: inline-block;
    margin: 0;
    padding: 13px 38px;
    box-sizing: border-box;
    position: relative;
    font: 700 1.25rem/200% Karla, Arial, sans-serif;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    background-color: #e24d45;
    border: 2px solid #e24d45;
    border-radius: 10px;
}

.menu > ul > li:nth-child(2) > a
{
    background-color: #484848;
    border-color: #484848;
}

.menu > ul > li:nth-child(3) > a
{
    background-color: transparent;
    color: #e24d45;
}

.menu > ul > li.link_down > a span
{
    display: inline-block;
    position: relative;
    padding-right: 22px;
}

.menu > ul > li.link_down > a span::after
{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background: url(../img/icons/angle_bottom_white.svg);
    background-size: 100% 100%;
    transition: transform ease .7s;
}

.menu > ul > li.link_down.opened > a span::after
{
    transform: translateY(-50%) rotate(180deg);
}

.menu > ul > li.link_down:nth-child(3) > a span::after
{
    background-image: url(../img/icons/angle_bottom_red.svg);
}

.menu li li *:focus
{
    /*outline: none;*/
    border: none;
}



.menu > ul > li > a
{
    z-index: 6;
}

.menu li a span
{
    position: relative;
}

.menu > ul > li > ul
{
    position: absolute;
    width: 330px;
    margin: 0;
    padding: 45px 20px 70px;
    box-sizing: border-box;
    z-index: 5;
    top: 88px;
    left: 50%;
    transform: translateX(-50%);
            transition: all ease .4s;
    -webkit-transition: all ease .4s;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    border: 1px solid #E24D45;
}

.menu > ul > li.opened > ul
{
    visibility: visible;
    opacity: 1;
}

.menu > ul > li > ul > li
{
    width: 100%;
    text-align: center;
}

.menu > ul > li > ul > li > a
{
    display: inline-block;
    font: 700 1.125rem/110%  Karla, Arial, sans-serif;
    color: #484848;
    letter-spacing: .05em;
    padding: 7px 0;
    text-decoration: none;
    transition: color ease .7s;
    text-decoration: center;
}

.menu > ul > li > ul > li > a > span
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.menu > ul > li > ul > li > a > span span:not(:first-child)
{
    font-size: .875rem;
    line-height: 110%;
    font-weight: 500;
}

.menu > ul > li > ul > li.current_link > a,
.menu > ul > li > ul > li > a:hover,
.menu > ul > li > ul > li > a:focus
{
    color: #E24D45;
    text-decoration: underline;
}

.menu > ul > li > ul > li.main_item > a
{
    font-size: 1.375rem;
    text-transform: uppercase;
    color: #E24D45;
    letter-spacing: .05em;
    margin-bottom: 40px;
    padding-top: 70px;
    position: relative;
}

.menu > ul > li > ul > li.main_item > a::before
{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100% 100%;
}

.menu > ul > li:first-child > ul > li.main_item > a::before
{
    width: 49px;
    height: 45px;
}

.menu > ul > li.opened:first-child > ul > li.main_item > a::before
{
    background-image: url(../img/icons/boys.png);
}

.menu > ul > li:nth-child(2) > ul > li.main_item > a::before
{
    width: 63px;
    height: 40px;
}

.menu > ul > li.opened:nth-child(2) > ul > li.main_item > a::before
{
    background-image: url(../img/icons/bus.png);
}

.menu > ul > li:nth-child(3) > ul > li.main_item > a::before
{
    width: 42px;
    height: 42px;
}

.menu > ul > li.opened:nth-child(3) > ul > li.main_item > a::before
{
    background-image: url(../img/icons/castle.png);
}

.menu > ul > li:nth-child(4) > ul > li.main_item > a::before
{
    width: 48px;
    height: 43px;
}

.menu > ul > li.opened:nth-child(4) > ul > li.main_item > a::before
{
    background-image: url(../img/icons/heart.png);
}

.menu > ul > li > ul > li > ul
{

    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0 0 40px;
}

.menu > ul > li > ul > li:last-child > ul
{
    padding-bottom: 0;
}

.menu > ul > li > ul > li > ul > li
{
    width: 100%;
    text-align: center;
}

.menu > ul > li > ul > li > ul > li > a
{
    display: inline-block;
    font: 400 1.125rem/110%  Karla, Arial, sans-serif;
    color: #484848;
    letter-spacing: .05em;
    padding: 5px 0;
    text-decoration: none;
    transition: color ease .7s;
}

.menu > ul > li > ul > li > ul > li.current_link > a,
.menu > ul > li > ul > li > ul > li > a:hover,
.menu > ul > li > ul > li > ul > li > a:focus
{
    color: #E24D45;
    text-decoration: underline;
}

.menu > ul > li > ul > li > ul > li > a > span
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.menu > ul > li  > ul > li > ul > li > a > span span:not(:first-child)
{
    font-size: .875rem;
    line-height: 110%;
    font-weight: 500;
}

/*
.menu > ul > li:last-child.opened > ul
{
    left: auto;
    right: 0;
}
*/

/* 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: 37px;
    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: #fff;
    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 .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: .125em;
    background-color: #fb6156;
    border-radius: 10px;
    transition: all ease .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 .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: 1650px)
{
    .menu > ul
    {
        padding-left: 135px;
        padding-right: 135px;
    }

    .menu > ul > li
    {
        margin: 0 5px;
    }

    .menu > ul > li > a
    {
        padding: 8px 20px;
        font-size: 1rem;
    }

}

@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: 1200px)
{
    .menu > ul
    {
        justify-content: flex-start;
        padding-left: 0;
    }

    .menu > ul > li:first-child > ul
    {
        left: 0;
        transform: none;
    }

}

@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: #fff;
        transition: background-color ease .7s;
    }

    body.menu_opened .header_top
    {
        background-color: #5A5A5A;
    }

    .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 .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 .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 .5s;
        -webkit-transition: -webkit-transform ease .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 .5s;
        -webkit-transition: -webkit-transform ease .5s;
        margin: 0;
    }

    /*Mobile Menu*/
    #mobilemenu
    {
        display: block;
        position: absolute;
        width: 100vw;
        height: calc(100vh - 60px);
        top: 60px;
        right: -100vw;
        background-color: #5A5A5A;
        overflow-y: auto;
        transition: right ease .7s, opacity ease .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: 320px;
        padding: 28px 23px 20px;
    }

    #mobilemenu ul
    {
        margin: 0;
        padding: 20px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        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: 700 1.25rem/180% Karla, Arial, sans-serif;
        padding: 14px 55px 13px 35px;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
        background-color: #E24D45;
        border-radius: 10px;
        border: 2px solid #E24D45;
        position: relative;
        text-align: left;
        margin-top: 17px;
    }

    #mobilemenu .mobile_menu_content_c > ul > li:first-child > a
    {
        margin-top: 0;
    }

    #mobilemenu .mobile_menu_content_c > ul > li:nth-child(2) > a
    {
        background-color: #484848;
        border-color: #484848;
    }

    #mobilemenu .mobile_menu_content_c > ul > li:nth-child(3) > a
    {
        background-color: #FFF;
        color: #E24D45;
    }


    #mobilemenu .mobile_menu_content_c > ul > li.link_down > a::after
    {
        content: "";
        position: absolute;
        top: 50%;
        right: 32px;
        transform: translateY(-50%);
        width: 12px;
        height: 8px;
        background-size: 100% 100%;
        transition: transform ease 0.7s;
    }

    body.menu_opened #mobilemenu .mobile_menu_content_c > ul > li.link_down > a::after
    {
        background-image: url(../img/icons/angle_bottom_white.svg);
    }

    body.menu_opened #mobilemenu .mobile_menu_content_c > ul > li.link_down:nth-child(3) > a::after
    {
        background-image: url(../img/icons/angle_bottom_red.svg);
    }

    #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%;
        background-color: #FFF;
        border-radius: 10px;
        max-height: 0;
        overflow: hidden;
        padding: 0 25px;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all ease .7s;
    }

    #mobilemenu .mobile_menu_content_c > ul > li.opened > ul
    {
        max-height: 500px;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 13px;
        margin-bottom: 5px;
        border: 1px solid #E24D45;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li
    {
        width: 100%;
        padding: 0;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li > a
    {
        display: inline-block;
        font: 600 1.125rem/120% Karla, Arial, sans-serif;
        color: #484848;
        letter-spacing: .02em;
        text-decoration: none;
        text-transform: none;
        padding: 6px 0;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li > a > span
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li > a > span span:not(:first-child)
    {
        font-size: .875rem;
        line-height: 110%;
        font-weight: 500;
    }


    #mobilemenu .mobile_menu_content_c > ul > li > ul > li.main_item > a
    {
        color: #E24D45;
        font-size: 1.375rem;
        text-transform: uppercase;
        letter-spacing: normal;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li.current_link > a
    {
        font-weight: 700;
    }

     #mobilemenu .mobile_menu_content_c > ul > li > ul > li > ul
    {
        padding: 0 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        transition: all ease .7s;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li > ul > li
    {
        width: 100%;
        padding: 0;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li > ul > li > a
    {
        display: inline-block;
        font: 400 1rem/120% Karla, Arial, sans-serif;
        color: #484848;
        letter-spacing: .02em;
        text-decoration: none;
        text-transform: none;
        padding: 4px 0;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li > ul > li.current_link > a
    {
        font-weight: 700;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li > ul > li > a > span
    {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    #mobilemenu .mobile_menu_content_c > ul > li > ul > li > ul > li > a > span span:not(:first-child)
    {
        font-size: .875rem;
        line-height: 110%;
        font-weight: 500;
    }

    .header_links > .gtranslate_c
    {
        display: block;
        width: auto;
        height: auto;
        background: none;
        position: relative;
        top: auto;
        right: auto;
        color: #000;
        transition: all ease .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;
    }
}

@media(max-width: 400px)
{
    .header_links
    {
        align-items: center;
    }

    .header_links > a
    {
        margin-right: 10px;
        width: 29px;
        height: 26px;
        background-size: auto 26px;
    }

    body.menu_opened .mobile_menu_btn::before
    {
        content: none;
    }
}

/* ANIMATIONS */
.hidden
{
    visibility: hidden;
}

.visible
{
    visibility: visible !important;
}

.fadeIn
{
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: .5s;
}

.fadeIn2
{
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-delay: 3.5s;
}

.fadeInLeft
{
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: .5s;
}

.fadeInRight
{
    animation-name: fadeInRight;
    animation-duration: .5s;
    animation-delay: .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: .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: .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: .55;
    }

    60%
    {
        opacity: .36;
    }

    100%
    {
        opacity: .14;
    }
}

@-webkit-keyframes head_anim
{
    from
    {
        opacity: .55;
    }

    60%
    {
        opacity: .36;
    }

    100%
    {
        opacity: .14;
    }
}

.fadeInUp2
{
    animation-name: fadeInUp2;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: .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: #fff;
        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;
    }
}
