﻿@charset "utf-8";

/*  PRELOADER   */
.preloader
{
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff !important;
}

.preloader .preloader_logo
{
    width: 194px;
    height: 198px;
    position: absolute;
    top: calc( 50% - 97px);
    left: calc(50% - 99px);
    background: url(../img/logo/logo.png);
    background-size: cover;
    -webkit-animation: scale-up-center 5s ease both;
    animation: scale-up-center 5s ease both;
}

@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 {
    width: 100%;
    max-width: 477px;
    min-height: 30px;
    padding: 135px 30px 35px;
    overflow: hidden;
    position: fixed;
    left: 30px;
    bottom: 0px;
    z-index: 10000002;
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    background-color: #202124;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.14);
    text-align: center;
}

#cks_overlay::after
{
    content: "Cookies.";
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding-top: 48px;
    background: url(../img/icons/cookie.svg) no-repeat top center;
    background-size: 36px 34px;
    font: 800 2.5rem/120% Montserrat, Verdana, sans-serif;
    color: #FFF;
}

#cks_overlay .cks_inner {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    font: 400 1rem/125% Lato, Tahoma, sans-serif;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#cks_overlay .cks_inner p
{
    width: 100%;
    float: none;
    padding: 0;
    margin: 0;
}

#cks_overlay .cks_btn
{
    width: 150px;
    height: 40px;
    padding: 9px 25px 11px;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
    background: #F8FF3E;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    /*font: 700 1.063rem/120% Lato, Tahoma, sans-serif;*/
    font-size: 0;
    letter-spacing: -0.03em;
    color: #131315;
    text-align: center;
    cursor: pointer;
}

#cks_overlay .cks_btn::after
{
    content: "OK";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font: 700 1.063rem/120% Lato, Tahoma, sans-serif;
}

#cks_dtext iframe
{
    overflow: scroll;
}

@media(max-width: 650px)
{
    #cks_overlay
    {
        max-width: 100%;
        left: 0;
    }

}

/*
IPhone Querformat font-size bug
*/
html
{
    -webkit-text-size-adjust: 100% !important;
}

body
{
	margin: 0;
	padding: 0;
    overflow-x: hidden;
	background-color: #fff;
    top: 0 !important;
}

body.noscroll
{
    overflow: hidden;
}

/* 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; }

.myhidd
{
    opacity: 0;
    visibility: 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; }
}
@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;
    background-color: #202124;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.03);
    z-index: 5;
    position: relative;
    display: flex;
    justify-content: center;
}

.header_c
{
    width: 100%;
    max-width: 1440px;
    padding-left: 45px;
    padding-right: 25px;
    float: left;
    display: flex;
    justify-content: space-between;
}

.head_c .right
{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.head_c .header_links
{
    display: flex;
    align-items: center;
    padding-top: 13px;
    font: 500 0.75rem/192% Montserrat, Verdana, sans-serif;
    color: #ACACAC;
    font-style: italic;
    position: relative;
    z-index: 2;
}

.head_c .header_links > *
{
}

.head_c .header_links > a
{
    color: #ACACAC;
    text-decoration: underline;
    margin-left: 8px;
    margin-right: 8px;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

.head_c .header_links > a:hover,
.head_c .header_links > a:focus
{
    text-decoration: none;
    color: #FFF;
}

.head_c .header_links .lang_selector
{
    display: flex;
    align-items: center;
    font-style: normal;
}

.head_c .header_links .lang_selector a
{
    color: #ACACAC;
    text-decoration: none;
    transition: color ease 0.7s;
}

.head_c .header_links .lang_selector a:hover,
.head_c .header_links .lang_selector a:focus
{
    text-decoration: underline;
    color: #FFF;
}

.head_c .header_links .switch
{
    width: 33px;
    height: 16px;
    background-color: #3d3d3f;
    border-radius: 8px;
    margin-left: 7px;
    margin-right: 7px;
    position: relative;
}

.head_c .header_links .switch.active_de::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #D4D3D3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.head_c .header_links .switch.active_en::after
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 16px;
    background-color: #D4D3D3;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.gtranslate_c
{
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-left: 8px;
    position: relative;
}

.gtranslate_c::after
{
    content: none;
}

.gtranslate_c .link_t:hover,
.gtranslate_c.opened .link_t
{
    opacity: 1;
    text-decoration: underline;
}

.gtranslate_c.opened
{
    opacity: 1 !important;
}

.gtranslate_c .lang_icon
{
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.gtranslate_c .fa
{
    font-size: 0.875rem;
    transition: transform ease 0.5s;
    -webkit-transition: -webkit-transform ease 0.5s;
    margin-left: 5px;
}

.gtranslate_c.opened .fa
{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.gtranslate_c .gtranslate_inner
{
    display: none;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 30px;
}

.gtranslate_c.opened .gtranslate_inner
{
    display: flex;
    flex-direction: column;
    padding: 10px;
    min-width: 205px;
    background-color: #202124;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.gtranslate_c .gtranslate_inner > *
{
    width: 100%;
}

.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;
}

.head_c .logo_c
{
    padding-top: 18px;
    padding-bottom: 12px;
}

.head_c .logo_c img
{
    width: 219px;
}

/*Translate*/

.headtop_right a.lang_b
{
	color: #605d57;
	text-decoration: none;
	padding: 10px 16px;
	border-left: 1px solid rgba(153, 151, 147, 0.2);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.headtop_right a.lang_b img.flag
{
	margin-right: 4px;
	margin-top: -3px;
}
.headtop_right a.lang_b img.translate_icon
{
	margin-left: 4px;
}
.translate .translate_i
{
	position: absolute;
    top: -200px;
    right: -15px;
    opacity: 0;
    transition: opacity 0.7s;
	background: #E9E7E6;
	box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
	width: 250px;
	padding: 25px;
}
.translate.opened .translate_i {
    opacity: 1;
    top: 36px;
}
.translate.opened .translate_i  > span > a
{
	font: 400 0.75rem/1.2rem "laca-text", "Trebuchet MS", Helvetica, "sans-serif";
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	color: #3b3936;
	text-decoration: none;
	padding-bottom: 5px;
}
.translate.opened .translate_i > span
{
	display: inline-block;
	width:100%;
	border-bottom: 1px solid rgba(153, 151, 147, 0.3);
	margin-bottom: 10px;
}

/*Desktop menu*/
.h_menu_c
{
    display: flex;
    align-items: center;
    padding-top: 6px;
    margin-right: 170px;
    position: relative;
    z-index: 1;
}

.h_menu_c .open_search
{
    margin-left: 25px;
}

.h_menu_c .open_search img
{
    width: 13px;
    height: 13px;
}

.h_menu_c .phone_link
{
display: none;
}

.h_menu_c .menu
{
	display: table;
    margin: 0;
    z-index: 50;
    position: relative;
    float: left;
}

.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;
}

.menu li a
{
    display: inline-block;
	margin:0;
	padding: 14px 20px 18px;
	box-sizing: border-box;
    position: relative;

    font: 500 0.938rem/120% Montserrat, Verdana, sans-serif;
	color: #ACACAC;
	text-decoration:none;
    transition: color ease 0.7s, padding ease 0.7s;
    -webkit-transition: color ease 0.7s, padding ease 0.7s;
    text-transform: uppercase;
}

.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: #F8FF3E;
}

.menu > ul > li > a
{
    z-index: 6;
}

.menu li a span
{
    position: relative;
}

.menu > ul > li > ul
{
	position:absolute;
	width: 239px;
	margin:0;
	padding: 0;
    box-sizing: border-box;
	z-index:5;
	top: 48px;
	left:-5000px;
    transition: opacity ease 0.7s;
    -webkit-transition: opacity ease 0.7s;
	background:#F8FF3E;
    border-top: 1px solid #202124;
    text-align: left;
    opacity: 0;
}

.menu > ul > li.opened > ul
{
    left: 20px;
    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: 14px 30px;
    box-sizing: border-box;
    display: block;
    text-transform: none;
    font: 500 0.938rem/120% Montserrat, Verdana, sans-serif;
    color: #202124;
    text-align: left;
    position: relative;
    z-index: 2;
    transition: opacity ease 0.7s, color ease 0.7s;
}

.menu li li a span
{
    transition: opacity ease 0.7s;
}

.menu li li a:hover span,
.menu li li a:focus span,
.menu li li.opened > a span
{
    opacity: 0.8;
    color: #3D3D3F;
}

.menu li li.current_link > a,
.menu li li.current_path > a
{
    text-decoration: underline;
}

.menu li li a::before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
    height: 1px;
    background-color: #202124;
    opacity: 0.1;
}

.menu li li:last-child a::before
{
    content: none;
}

.menu li li.link_down::after
{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 6px;
    height: 12px;
    background: url(../img/icons/arrow_right.svg);
    background-size: 100% 100%;
}

.menu li li.link_down > a:hover::after,
.menu li li.link_down > a:focus::after,
.menu li li.link_down.opened > a::after
{
    content: "";
    position: absolute;
    top: 0;
    right: -18px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25.5px 0 25.5px 18px;
    border-color: transparent transparent transparent #F8FF3E;
}
/*
.menu li li > a:hover::before,
.menu li li.opened > a::before,
.menu li li > a:focus::before,
.menu li li.current_link > a::before,
.menu li li.current_path > a::before
{
    content: none;
}
*/

.menu > ul > li > ul > li > ul
{
	position:absolute;
	width: 237px;
	margin:0;
	padding: 0;
    box-sizing: border-box;
	z-index:1;
	top: 0;
	left:-5000px;
    transition: opacity ease 0.7s;
    -webkit-transition: opacity ease 0.7s;
	background: #202124;
    text-align: left;
    opacity: 0;
}

.menu > ul > li > ul > li.opened > ul
{
    left: 239px;
    opacity: 1;
}

.menu > ul > li > ul > li > ul li a
{
    color: #FFFFFF;
    font-size: 0.938rem;
}

.menu li li li.current_link > a,
.menu li li li.current_path > a
{
    color: #F8FF3E;
    text-decoration: none;
}

.menu li li li.opened > a,
.menu li li li > a:hover span,
.menu li li li > a:focus span
{
    opacity: 0.7;
    color: #FFF;
}

.menu li li li a::before
{
    background-color: #E9E9E9;
}

/* 4th level menu */
.menu > ul > li > ul > li > ul > li > ul
{
	position:absolute;
	width: 238px;
	margin:0;
	padding: 0;
    box-sizing: border-box;
	z-index:5;
	top: 0;
	left:-5000px;
    transition: opacity ease 0.7s;
    -webkit-transition: opacity ease 0.7s;
	background: #E9E9E9;
    padding: 20px 0 !important;
    text-align: left;
    opacity: 0;
    border-left: 1px solid #DDD;
    box-shadow: inset 0 1px 2px rgba(0, 0,2, 0.2);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0,2, 0.2);
}

.menu > ul > li > ul > li > ul > li.opened > ul
{
    left: 236px;
    opacity: 1;
}

.menu > ul > li > ul > li > ul > li > ul li a
{
    font-weight: 400;
    padding-right: 18px;
}

.menu > ul > li > ul > li > ul > li > ul li a::after
{
    content: none !important;
}

.menu li li li li > a:hover,
.menu li li li li.opened > a,
.menu li li li li > a:focus,
.menu li li li li.current_link > a,
.menu li li li li.current_path > a
{
    background-color: transparent;
}

.menu li li li li a::before
{
    background-color: #DDD;
    content: " ";
    width: calc(100% - 48px);
}

/* Search */
#search_c
{
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    background-color: #202124;
    transition: top ease 0.5s;
    -webkit-transition: top ease 0.5s;
}

#search_c.opened
{
    top: 0;
}

#search_c .search_top
{
    width: 100%;
    float: left;
    position: relative;
}

#search_c .search_top .close
{
    position: absolute;
    top: 81px;
    right: 20%;
    padding-left: 37px;
    font: 600 1.563rem/120% Montserrat, Verdana, sans-serif;
    text-transform: uppercase;
    color: #FFF;
    cursor: pointer;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

#search_c .search_top .close::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url(../img/icons/close.svg);
    background-size: 100% 100%;
    margin-right: 11px;
}

#search_c .search_top .close:hover,
#search_c .search_top .close:focus
{
    color: #ACACAC;
}

#search_c .search_bottom
{
    width: 100%;
    float: left;
}

#search_c .search_content
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 780px;
}

#search_c .search_content form
{
    display: block;
    float: left;
    border-bottom: 3px solid #F8FF3E;
    padding-top: 60px;
}

#search_c .search_content input
{
    display: block;
    float: left;
    width: 630px;
    height: 54px;
    box-sizing: border-box;
    background: none;
    border: none;
    font: 600 2.188rem/120% Montserrat, Verdana, sans-serif;
    color: #FFF;
}

#search_c .search_content input::placeholder
{
    color: #FFF;
    opacity: 1;
}
/*
#search_c .search_content input:focus
{
    outline: none !important;
}
*/
#search_c .search_content .search_submit
{
    display: block;
    float: left;
}

#search_c .search_content .search_submit img
{
    width: 44px;
    height: 44px;
}

#search_c .search_logo
{
    position: absolute;
    left: 11%;
    top: 0;
    z-index: 2;
}

#search_c .search_logo img
{
    width: 169px;
    height: 207px;
}

/*Head Image*/
.header_image_c
{
    width: 100%;
    height: 629px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.header_image_c::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.14) 50%); /*linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.24) 50%);*/
    z-index: 2;
}

body.start .header_image_c
{
    height: 1084px;
}

.header_image_c .header_image
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-image ease 1s;
    -webkit-transition: background-image ease 1s;
    position: relative;
    z-index: 1;
}

.header_image_c .slider_image
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header_image_c .slider_image.current
{
    z-index: 2;
}

.header_image_c .header_image img
{
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}

.header_image_c .header_image .slick-slide
{
    width: 100% !important;
    height: 100% !important;
}

.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;}

body.start .header_image_c::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 5.65%;
    background: url(../img/bg/grunge-header.png);
    background-size: 100% auto;
    z-index: 7;
}

.header_image_text
{
    position: absolute;
    width: 100%;
    max-width: 550px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header_image_text .title
{
    font: 400 9.375rem/120% BrushUp, Tahoma, sans-serif;
    text-transform: uppercase;
    color: #FFF;
}

.header_image_text .links a
{
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font: 800 0.813rem/110% Montserrat, Verdana, sans-serif;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.08em;
    color: #FFF;
}

.header_image_text .links a:hover,
.header_image_text .links a:focus
{
    text-decoration: none;
}

/* Video Slider */
video.headervideo
{
    position: relative;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);

}

.loader_c
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
    z-index: -1;
    display: block;
    opacity: 0;
    animation-name: loading;
    animation-duration: 3s;
}

.loader {
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #98804D;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;

    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

/* Spinner */
.sk-fading-circle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
                    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
                    transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
                    transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
                    transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
                    transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
                    transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
                    transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
                    transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
                    transform: rotate(300deg);
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
                    transform: rotate(330deg);
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
                    animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
                    animation-delay: -1s;
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
                    animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
                    animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
                    animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
                    animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
                    animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
                    animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
                    animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
                    animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
                    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}

.fixed_buttons
{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.fixed_buttons a.btn
{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 18px;
    font: 700 0.688rem/120% Montserrat, Verdana, sans-serif;
    color: #FFF;
    text-decoration: none;
    background-color: #3D3D3F;
    border-radius: 8px 8px 0 0;
    transition: background-color ease 0.7s, padding ease 0.7s;
    position: relative;
}

.fixed_buttons a.btn:hover,
.fixed_buttons a.btn:focus
{
    background-color: #FF4F52;
    padding-top: 15px;
    padding-bottom: 15px;
}

.fixed_buttons a.buchen
{
    margin-left: 2px;
    background-color: #F8FF3E;
    color: #202124;
    padding-top: 8px;
    padding-bottom: 8px;
}

.fixed_buttons a.buchen:hover,
.fixed_buttons a.buchen:focus
{
    background-color: #EBF233;
}

.fixed_buttons a.btn img
{
    margin-right: 10px;
}

.fixed_buttons a.aktivitaten img
{
    width: 15px;
    height: 15px;
}

.fixed_buttons a.buchen img
{
    width: 19px;
    height: 19px;
}

.fixed_buttons a.buchen::after
{
    content: "";
    width: 138px;
    height: 213px;
    position: absolute;
    bottom: 7px;
    right: 0;
    background: url(../img/icons/superman_buchen_neu.png);
    background-size: 100% 100%;
    z-index: 2;
    transition: bottom ease 0.7s;
}

.fixed_buttons a.buchen:hover::after ,
.fixed_buttons a.buchen:focus::after
{
    bottom: 17px;
}

/* Mobile menu */
.mobile_menu_btn
{
    display: none;
}

.menu_slide_c
{
    right: 99999px;
    position: absolute;
}

/* Breadcrumbs */
.breadcrumb
{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    margin-bottom: -20px;
    position: relative;
    z-index: 2;
}

.breadcrumb ol
{
    width: 100%;
    max-width: 1246px;
    float: none;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 45px;
}

body.price_page .breadcrumb ol
{
    max-width: 1342px;
}

.breadcrumb ol li
{
    font: 500 0.688rem/200% Montserrat, Verdana, sans-serif;
    color: #666;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb ol li a
{
    color: #666;
    text-decoration: underline;
}

.breadcrumb ol li a:hover,
.breadcrumb ol li a:focus,
.breadcrumb ol li a.active
{
    text-decoration: none;
    color: #666;
}

.breadcrumb ol li .sep
{
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #F63F45;
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
}

.breadcrumb ol li a.back_btn
{
    display: inline-block;
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 4px 16px;
    font: 700 0.813rem/150% Lato, Tahoma, sans-serif;
    color: #131315;
    text-decoration: none;
    transition: background-color ease 0.7s, border-color ease 0.7s;
    -webkit-transition: background-color ease 0.7s, border-color ease 0.7s;
    margin-right: 14px;
    position: relative;
}

.breadcrumb ol li a.back_btn:hover,
.breadcrumb ol li a.back_btn:focus
{
    border-color: transparent;
}

.breadcrumb ol li a.back_btn::after
{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 2px solid #000;
    border-radius: 100px;
    opacity: 0;
    transition: opacity ease 0.7s;
}

.breadcrumb ol li a.back_btn:hover::after,
.breadcrumb ol li a.back_btn:focus::after
{
    opacity: 1;
}

/* Main */
.main_c
{
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
    float: left;
    background-color: #F7F7F7;
}
.main
{
	width: 100%;
    float: left;
	min-height: 500px;
	overflow: hidden;
	position: relative;
    float: left;
    padding-bottom: 100px;
	z-index: 1;
}

/* Footer */
.footer_c
{
	width: 100%;
    float: left;
    position: relative;
    z-index: 2;
}

.footer_top
{
    width: 100%;
    float: left;
    background: linear-gradient(180.46deg, rgba(36, 36, 36, 0.209384) 3.02%, rgba(255, 255, 255, 3e-05) 52.16%, rgba(27, 27, 27, 0.3) 96.44%), #3C3C3E;
    background-blend-mode: soft-light, normal;
    display: flex;
    justify-content: center;
}

#no_btn
{
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 66px;
    height: 66px;
    background-color: #F8FF3E;
    z-index: 99;
    cursor: pointer;
    display: none;
}

#no_btn::after
{
    content: "\f106";
    font-family: FontAwesome;
    font-size: 2rem;
    color: #202124;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#activities_c.opened #no_btn
{
    display: block;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .footer_top
   {
        background: #3C3C3E;
   }

}

.footer_top_c
{
    width: 100%;
    max-width: 1240px;
    padding: 60px 45px 50px;
}

.footer_top form
{
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
}

.footer_top form .title
{
    font: 400 2.5rem/120% BrushUp, Tahoma, sans-serif;
    letter-spacing: -0.03em;
    color: #DDE33B;
}

.footer_top form .title span
{
    color: #FFF;
}

.footer_top form input
{
    width: 400px;
    height: 45px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: 25px;
    margin-right: 25px;
    background: #FFF url(../img/icons/newsletter.svg) no-repeat right 20px center;
    background-size: 45px 19px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    border: none;
    font: 400 0.813rem/120% Lato, Tahoma, sans-serif;
    font-style: italic;
    color: #202124;
}

.footer_top form input::placeholder
{
    opacity: 1;
}

.footer_top form .newsletter_submit
{
    display: block;
    border: 1px solid #FFFFFF;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 10px 26px;
    font: 700 1.063rem/120% Lato, Tahoma, sans-serif;
    letter-spacing: -0.03em;
    color: #FFF;
    text-decoration: none;
    transition: border-color ease 0.7s, color ease 0.7s;
}

.footer_top form .newsletter_submit:hover,
.footer_top form .newsletter_submit:focus
{
    border-color: #F8FF3E;
    color: #F8FF3E;
}

.footer_bottom
{
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    background: #202124 url(../img/bg/bg_footer.jpg) no-repeat bottom right;
    background-size: 580px auto;
}

.footer_bottom_c
{
    width: 100%;
    max-width: 1240px;
    padding: 140px 45px 50px;
}

.footer_bottom .row
{
    display: flex;
    justify-content: space-between;
}

.footer_bottom .row.top
{
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer_bottom .columns
{
    display: flex;
}

.footer_bottom .footer_logo
{
    width: 284px;
    height: 70px;
    margin-bottom: 40px;
}

.footer_bottom .button_c
{
    display: flex;
    align-items: flex-end;
}

.footer_bottom .button_c a
{
    display: inline-block;
    padding: 8px 33px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    font: 700 0.813rem/120% Lato, Tahoma, sans-serif;
    color: #FFF;
    text-decoration: none;
    position: relative;
    transition: border-color ease 0.7s;
}

.footer_bottom .button_c a:hover,
.footer_bottom .button_c a:focus
{
    border-color: transparent;
}

.footer_bottom .button_c a::after
{
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 100px;
    opacity: 0;
    transition: opacity ease 0.7s;
}

.footer_bottom .button_c a:hover::after ,
.footer_bottom .button_c a:focus::after
{
    opacity: 1;
}

.footer_bottom .button_c img
{
    width: 90px;
    height: auto;
    margin-lefT: 18px;
}

.footer_bottom .col.contact
{
    margin-left: 115px;
    padding-top: 20px;
    font: 400 0.875rem/121% Lato, Tahoma, sans-serif;
    color: #FFF;
}

.footer_bottom .col.contact .title
{
    font: 700 0.813rem/130% Montserrat, Verdana, sans-serif;
    color: #AAA;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer_bottom .col.contact .contact_links
{
    padding-top: 15px;
}

.footer_bottom .col.contact a
{
    display: block;
    color: #FFF;
    font-size: 1.125rem;
    text-decoration: none;
}

.footer_bottom .col.contact a.mail_link
{
    color: #f8ff3e;
    text-decoration: underline;
}

.footer_bottom .footer_links .title
{
    font: 700 0.813rem/130% Montserrat, Verdana, sans-serif;
    text-transform: uppercase;
    color: #AAA;
    padding-bottom: 10px;
}

.footer_bottom .footer_links a
{
    display: block;
    width: 256px;
    padding: 12px 30px 12px 0;
    border-bottom: 2px solid rgba(102, 102, 102, 0.5);
    font: 400 0.75rem/150% Montserrat, Verdana, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    transition: color ease 0.7s;
    -webkit-transition: color ease 0.7s;
}

.footer_bottom .footer_links a:hover,
.footer_bottom .footer_links a:focus
{
    color: #f8ff3e;
}

.footer_bottom .footer_links a:last-child
{
    border: none;
}

.footer_bottom .footer_links a::after
{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border: 2px solid rgba(248, 255, 62, 0.5);
    border-radius: 50%;
    background: url(../img/icons/pfeil-gelb.svg) no-repeat center;
    background-size: 6px 11px;
}

.footer_bottom .impressum_c
{
    padding-top: 30px;
}

.footer_bottom .impressum a
{
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    font: 500 0.688rem/150% Montserrat, Verdana, sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #AAA;
}

.footer_bottom .impressum a:hover,
.footer_bottom .impressum a:focus
{
    text-decoration: underline;
}

.footer_bottom .impressum a:first-child
{
    margin-left: 0;
}

.footer_bottom .copyright
{
    padding-top: 15px;
    font: 400 0.75rem/150% Montserrat, Verdana, sans-serif;
    color: rgba(255,255,255,0.4);
}

.footer_bottom .copyright a
{
    color: rgba(255,255,255,0.4);
    text-decoration: none;
}

.footer_bottom .copyright .algo_logo
{
    width: 46px;
    height: 14px;
    margin-left: 10px;
}

.footer_bottom .footer_logos
{
    display: flex;
    align-items: center;
    padding-top: 25px;
}

.footer_bottom .footer_logos .logos
{
    display: flex;
    align-items: center;
}

.footer_bottom .footer_logos .logos img
{
    margin: 10px 8px;
}

.footer_bottom .footer_logos .logos .flogo1
{
    width: 65px;
}

.footer_bottom .footer_logos .logos .flogo2
{
    width: 89px;
}

.footer_bottom .footer_logos .logos .flogo3
{
    width: 63px;
}

.footer_bottom .footer_logos .logos .flogo4
{
    width: 41px;
}

.footer_bottom .footer_logos .logos .flogo5
{
    width: 82px;
}

.footer_bottom .footer_logos .social_links
{
    display: flex;
    align-items: center;
    margin-left: 25px;
}

.footer_bottom .footer_logos .social_links a
{
    display: block;
    margin: 0 3px;
}

.footer_bottom .footer_logos .social_links img
{
    width: 24px;
    height: 24px;
}

/*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: 1600px)
{
    .header_image_c
    {
        height: 503px;
    }

    body.start .header_image_c
    {
        height: 867px;
    }
}

@media(max-width: 1400px)
{
    .header_image_c
    {
        height: 440px;
    }

    body.start .header_image_c
    {
        height: 758px;
    }
}

@media(max-width: 1200px)
{
    .h_menu_c
    {
        margin-right: 0;
    }

    .header_image_c
    {
        height: 377px;
    }

    body.start .header_image_c
    {
        height: 650px;
    }
}

@media(max-width: 1160px)
{
    .footer_top form input
    {
        width: 250px;
    }

}

@media(max-width:1025px)
{
    .as_map_c
    {
        display: none !important;
    }

    .header_c
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .head_c .logo_c img
    {
        width: 164px;
    }

    .h_menu_c
    {
        padding-top: 6px;
    }

    .h_menu_c .open_search
    {
        margin-left: 30px;
        margin-right: 30px;
    }

    .h_menu_c .open_search img
    {
        width: 19px;
        height: 19px;
    }

    #deskmenu
    {
        display: none;
    }

    /*Mobile Menu*/
    .mobile_menu_btn
	{
		display:block;
		margin:0;
		padding:0;
		cursor:pointer;
	}

    .mobile_menu_btn .mmbico
    {
        width: 30px;
        display: inline-block;
        position: relative;
        z-index: 2;
    }
    .mobile_menu_btn.closed .mmbico
    {
    }
    .mobile_menu_btn .mmbico > *
    {
    	width: 30px;
    	height: 3px;
    	float: left;
    	opacity: 1;
        background-color: #FFF;
        transition: transform ease 0.5s;
        -webkit-transition: -webkit-transform ease 0.5s;
    }
    .mobile_menu_btn .one
    {
        margin: 0 !important;
    	transform: rotate(45deg) translate(4px, 2px);
    	-webkit-transform: rotate(45deg) translate(4px, 2px);
    }
    .mobile_menu_btn .two { opacity: 0; }
    .mobile_menu_btn .three {
    	transform: rotate(-45deg) translate(2px, 0);
    	-webkit-transform: rotate(-45deg) translate(2px, 0);
    }
    .mobile_menu_btn.closed .mmbico > * { height: 2px; margin: 0; }
    .mobile_menu_btn.closed .mmbico > div
    {
    	margin: 5px 0 0 0;
        transform: rotate(0deg) translate(0,0);
    	-webkit-transform: rotate(0deg) translate(0,0);
        opacity: 1;
    }

    /*Mobile Menu*/
    .menu_slide_c
    {
    	width: 320px;
    	float: left;
        padding: 0;
        box-sizing: border-box;
    	position: absolute;
    	top:76px;
    	right: 0;
    	z-index: 6;
    	overflow:hidden;
    	position:absolute;
    	z-index:3;
        box-shadow: 0 10px 10px -5px #666;

    	background: #F8FF3E;
    }
    .menu_slide_c.closed
    {
    	display: none;
    }

    .menu_slide_c .menusl
    {
    	width: 100%;
    	float: left;
    	position: relative;
    	z-index: 1;
    	overflow: hidden;
    }
    .menu_slide_c .menusl .menuslbox
    {
    	width: 100%;
        padding:20px 36px 20px;
        box-sizing: border-box;
    	position: absolute;
    	top: 0px;
    	left: -100%;
    	z-index: 2;
    }
    .menu_slide_c .menusl .menuslbox.current
    {
    	left: 0%;
    }
    .menusl ul
    {
    	width:100%;
    	margin:0;
    	padding:10px 0;
    	overflow:hidden;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    }

    .menusl ul li
    {
    	width:100%;
    	margin:0;
    	padding:0;
    	box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	list-style:none;


        font:500 1rem/120% Montserrat, Verdana, sans-serif;
    	letter-spacing:0;
    }

    .menusl ul li:hover,
    .menusl ul li.current_link,
    .menusl ul li.current_path
    {

    }

    .menusl ul li a
    {
    	display:block;
    	width:100%;
        margin: 0;
    	padding:10px 0;
    	text-decoration:none;

        color: #202124;
        text-decoration: none;
        border-bottom: 1px solid rgba(32,33,36,0.1);
        text-transform: uppercase;
    }

    .menusl ul li:last-child a
    {
        border-bottom: none;
    }

    .menusl ul li a span
    {
    }

    .menusl ul li.sub_links a
    {
        position: relative;
    }

    .menusl ul li.sub_links a::after
    {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .menusl ul li a:focus
    {
        border: none;
        outline: none;
    }

    .menusl ul li:hover a,
    .menusl ul li a:focus,
    .menusl ul li.current_link a,
    .menusl ul li.current_path a
    {
        opacity: 0.8;
        color: #3D3D3F;
    }

    /*Mobile Submenu*/
    .menusl .submenu
    {
        box-sizing: border-box;
    }

    .menusl .submenu li
    {
        font-size: 0.875rem;
    }

    .menusl .submenu li,
    .menusl .submenu li:nth-child(2n+1)
    {
    }

    .menusl .submenu li a
    {

    }

    .menusl .submenu li:hover a,
    .menusl .submenu li a:focus,
    .menusl .submenu li.current_path a,
    .menusl .submenu li.current_link a
    {
    }

    .menusl .submenu li a span
    {
    }

    .menusl .submenu li:hover a span,
    .menusl .submenu li a:focus span,
    .menusl .submenu li.current_path a span,
    .menusl .submenu li.current_link a span
    {

    }

    .menusl .submenu li.mm_parent
    {
        text-transform: uppercase;
        font-size: 1rem;
    }

    .menusl .submenu li.mm_parent a
    {
    }

    .menusl .submenu li.mm_parent a span
    {
        padding: 17px 0;
    }


    .menusl .submenu li.mm_parent a span::before
    {
        content: none;
    }

    .menusl .submenu li.mm_parent:hover a span,
    .menusl .submenu li.mm_parent a:focus span,
    .menusl .submenu li.mm_parent.current_link a span,
    .menusl .submenu li.mm_parent.current_path a span
    {

    }

    .menusl .submenu li.back_link
    {
        border-bottom: none;
    }

    .menusl .submenu li.back_link a
    {
        position: relative;
        padding-left: 20px;

    }

    .menusl .submenu li.back_link a::before
    {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: '\f100';
        font-family: "FontAwesome";
        font-size:16px;
    }

    .menusl .submenu li.back_link a:hover
    {
    }

    .header_image_c
    {
        height: 322px;
    }

    body.start .header_image_c
    {
        height: 555px;
    }

    .header_image_text .title
    {
        font-size: 7rem;
    }

    .header_image_text .links a
    {
        font-size: 0.75rem;
        margin-left: 5px;
        margin-right: 5px;
    }

    /* Search */
    #search_c .search_top .close
    {
        right: 40px;
        top: 40px;
        font-size: 1rem;
        padding-left: 24px;
    }

    #search_c .search_top .close::before
    {
        width: 16px;
        height: 16px;
    }

    #search_c .search_content
    {
        width: 280px;
    }

    #search_c .search_content input
    {
        width: 260px;
        font-size: 1rem;
        height: 25px;
    }

    #search_c .search_content .search_submit img
    {
        width: 20px;
        height: 20px;
    }

    .fixed_buttons a.buchen::after
    {
        width: 100px;
        height: 154px;
    }

    .main
    {
        padding-bottom: 50px;
    }

    /*FOOTER*/
    .footer_top form
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer_top form .title
    {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .footer_top form input
    {
        width: 280px;
        margin-left: 0;
    }

    .footer_bottom_c
    {
        padding: 50px 45px 50px;
    }

    .footer_bottom .row
    {
        flex-wrap: wrap;
        align-items: center;
        position: relative;
    }

    .footer_bottom .row.top
    {
        padding-bottom: 60px;
    }

    .footer_bottom .columns
    {
        flex-wrap: wrap;
        width: 50%;
    }

    .footer_bottom .columns .col
    {
        width: 100%;
    }

    .footer_bottom .col.contact
    {
        margin-left: 0;
        padding-top: 20px;
    }

    .footer_bottom .footer_logo
    {
        width: 255px;
        height: 63px;
        margin-bottom: 20px;
    }

    .footer_bottom .button_c > *
    {
        display: none !important;
    }

    .footer_bottom .footer_logos .social_links
    {
        position: absolute;
        top: -40px;
        right: 0;
    }

}

@media(max-width: 850px)
{
    .breadcrumb ol
    {
        padding-left: 40px;
        padding-right: 40px;
    }

}

@media(max-width: 720px)
{
    .head_c .header_links > a.anreise
    {
        display: none;
    }

}

@media(max-width: 650px)
{
    .page_c
    {
        padding-top: 75px;
    }

    .head_c
    {
        position: fixed;
        top: 0;
        left: 0;
    }

    .head_c .header_links
    {
        padding: 0;
        width: 0;
        height: 0;
    }

    .head_c .header_links > *
    {
        display: none;
    }

    .head_c .header_links .gtranslate_c
    {
        display: flex;
        position: absolute;
        top: 23px;
        right: 80px;
        width: 61px;
    }

    .head_c .logo_c
    {
        padding-top: 16px;
        padding-bottom: 15px;
    }

    .h_menu_c
    {
        padding-top: 24px;
    }

    .h_menu_c .phone_link
    {
        display: block;
        margin-right: 20px;
    }

    .h_menu_c .phone_link img
    {
        width: 19px;
        height: 19px;
    }

    .header_image_c
    {
        height: 204px;
    }

    .fixed_buttons
    {
        right: 50%;
        transform: translateX(50%);
        min-width: 350px;
    }

    .fixed_buttons a.buchen::after
    {
        content: none;
    }

    body.start .header_image_c
    {
        height: 352px;
    }

    .header_image_text .title
    {
        font-size: 4rem;
    }

    .header_image_text .links
    {
        display: none;
    }

    /* Breadcrumbs*/
    .breadcrumb ol li a.back_btn
    {
        display: none;
    }

    #no_btn
    {
        width: 45px;
        height: 45px;
    }

    /* FOOTER */
    .footer_top form
    {
        flex-direction: column;
    }

    .footer_top form .title
    {
        font-size: 2.188rem;
    }

    .footer_top form input
    {
        margin-right: 0;
        width: 100%;
        max-width: 320px;
    }

    .footer_top form .newsletter_submit
    {
        margin-top: 25px;
    }

    .footer_bottom
    {
        border-top: 2px solid #FFF;
    }

    .footer_bottom_c
    {
        padding: 50px 90px 85px;
        position: relative;
    }

    .footer_bottom .row
    {
        justify-content: center;
    }

    .footer_bottom .row.top
    {
        padding-top: 130px;
        padding-bottom: 50px;
    }

    .footer_bottom .row.top::after
    {
        content: "";
        position: absolute;
        right: -85px;
        bottom: 90px;
        width: 99px;
        height: 108px;
        background: url(../img/icons/superman_uebersicht.png);
        background-size: 100% 100%;
    }

    .footer_bottom .row > *
    {
        width: 256px;
    }

    .footer_bottom .footer_logo
    {
        position: absolute;
        top: 33px;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer_bottom .footer_logo img
    {
        width: 255px;
        height: 63px;
    }

    .footer_bottom .footer_links
    {
        order: 1;
    }

    .footer_bottom .columns
    {
        order: 2;
    }

    .footer_bottom .footer_links a
    {
        font-size: 0.688rem;
    }

    .footer_bottom .footer_links a::after
    {
        width: 26px;
        height: 26px;
    }

    .footer_bottom .col.contact
    {
        padding-top: 40px;
    }

    .footer_bottom .button_c
    {
        width: 256px;
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .footer_bottom .button_c a
    {
        display: block !important;
    }

    .footer_bottom .impressum_c
    {
        width: 100%;
        text-align: center;
    }

    .footer_bottom .footer_logos
    {
        width: 100%;
        justify-content: center;
    }

    .footer_bottom .footer_logos .logos img
    {
        margin: 10px 5px;
    }

    .footer_bottom .footer_logos .logos .flogo1
    {
        width: 43px;
    }

    .footer_bottom .footer_logos .logos .flogo2
    {
        width: 60px;
    }

    .footer_bottom .footer_logos .logos .flogo3
    {
        width: 42px;
    }

    .footer_bottom .footer_logos .logos .flogo4
    {
        width: 27px;
    }

    .footer_bottom .footer_logos .logos .flogo5
    {
        width: 55px;
    }

}

@media(max-width: 480px)
{
    .footer_bottom_c
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer_bottom .row.top::after
    {
        right: -25px;
    }
}

@media(max-width: 400px)
{
    .page_c
    {
        padding-top: 67px;
    }

    .h_menu_c .open_search
    {
        margin-left: 20px;
        margin-right: 20px;
    }

    .head_c .logo_c img
    {
        width: 130px;
    }

}

@media(max-width: 350px)
{
    .fixed_buttons a img
    {
        display: none;
    }

    .fixed_buttons a.buchen
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes loading
{
    0% { display: none; opacity: 1; z-index: 100;}
    1% { display: block; opacity: 1; }
    50% { display: block; opacity: 1; }
    90% { display: block; opacity: 0; }
    100% { display: none !important; opacity: 0; z-index: -1;}
}
