@charset "utf-8";
/* CSS Document */

/*
font: 400 1rem/120% 'Montserrat', Verdana, sans-serif;
*/

/* COOKIE */
#cks_overlay {
    background-color: #817D77 !important;
    padding: 0 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 50% !important;
    top: auto !important;
    transform: translateX(-50%);
    max-width: 1440px !important;
}

.cks_inner
{
    width: 100% !important;
    margin: 0 !important;
    position: relative !important;
}

.cks_inner, .cks_inner a {
    color: #fff !important;
    font: 400 0.875rem/120% 'Montserrat', Verdana, sans-serif !important;
}

.cks_inner:before
{
    width: 80px;
    height: 22px;
    position: absolute;
    left: 26px;
    top: 26px;
    content: 'Cookies:';
    font: 700 1.125rem/22px 'Montserrat', Verdana, sans-serif;
}

.cks_inner p {
   padding: 30px 185px 30px 120px !important;
}

.cks_btn {
    width: 160px !important;
    height: 100% !important;
    margin-top: 0 !important;
    top: 0 !important;
    right: 0 !important;
    position: relative;

    background-color: #78746F !important;
    color: #fff !important;
    text-align: center !important;
    transform: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 0 !important;
    transition: background-color ease 0.5s;
}

.cks_btn:hover,
.cks_btn:focus
{
    background-color: #67645F !important;
}

.cks_btn:before
{
    content: 'ok';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font: 600 1.0625rem/22px 'Montserrat', Verdana, sans-serif;
}

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

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

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

a img
{
	border: 0px solid;
}
a.art_anchor
{
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	font-size: 0;
}
p
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.content p
{
	float: none;
}
body .ui-widget { font-size: 11px; }
.sc_only { width: 0px; height: 0px; overflow: hidden; }

.page_c
{
	width: 100%;
    max-width: 1440px;
    margin: 0 auto;
	overflow: hidden;
	position: relative;
    float: none;
	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 #839748;
}

/* 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: 9px 25px 9px 10px;
    background-color: #FFFFFF;
    transition: margin-top 400ms;
    -webkit-transition: margin-top 400ms;
    box-shadow: 0 0 10px -5px #555;
}
.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: 7px 15px;
    background-color: transparent;
    border: 2px solid #7d7d7d;
    transition: border 0.5s ease, background-color 0.5s ease, color 0.5s ease;
    -webkit-transition: border 0.5s ease, background-color 0.5s ease, color 0.5s ease;
    color: #030303;
    font:500 0.875rem/120% 'Montserrat', Verdana, sans-serif;
    text-decoration: none;
}
.as_map ul li > *:focus
{
    background-color: #839748;
    border-color: #839748;
    color: #fff;
    outline: 1px dotted #839748;
}

/* Head */
.header_c
{
	width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 7;
	background-color: #fff;
}

.header_cc
{
    width: 100%;
    padding: 0 24px;
    max-width: 1488px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.h_logo
{
    top: 50%;
    left: 24px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 50%;
}

.h_logo img
{
    width: 187px;
    height: 51px;
}

.h_menu_c .menu
{
	display:table;
	width: 100%;
    margin: 0;
    z-index: 50;
    position: relative;
}

/* desktop menu */
.menu ul
{
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
}


.menu li
{
	margin: 0;
    padding: 0;
	list-style: none;
	display: inline-block;
	z-index: 2;
    position: relative;
	text-transform: none;
    float: left;
}

.menu li a
{
    display: inline-block;
	margin:0;
	padding: 29px 20px;
	box-sizing: border-box;
    position: relative;
    font:500 0.875rem/120% 'Montserrat', Verdana, sans-serif;
	color: #303030;
	text-decoration:none;
}

.menu ul li a:before
{
    width: 0;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    content: '';
    background-color: #839748;
    transition: width ease 0.5s;
    -webkit-transition: width ease 0.5s;
}

.menu > ul > li > a:hover::before,
.menu > ul > li > a:focus::before,
.menu > ul > li.opened > a:before
{
    width: 100%;
}

.menu > ul > li > a:after
{
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
    background-color: #ededed;
}

.menu > ul > li:last-child > a:after
{
    content: none;
}

.h_phone
{
    margin: 0 10px 0 22px;
    position: relative;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.h_phone > img
{
    width: 18px;
    height: 18px;
}

.h_phone a
{

    display: inline-block;
    padding: 12px 18px;
    background-color: #85817a;
    position: absolute;
    top: 74px;
    right: 9999px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
    text-decoration: none;
    font:500 0.875rem/120% 'Montserrat', Verdana, sans-serif;
    color: #fff;
}

.h_phone:hover a,
.h_phone:focus a,
.h_phone.opened a
{
    right: -20px;
    opacity: 1;
}

.h_phone a:before
{
    width: 20px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 19px;
    content: '';
    background: url(../img/icons/caret-down.svg);
    background-size: cover;
}

.h_lang
{
    margin: 0 22px 0 10px;
    height: 74px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.h_lang .h_lang_opener
{
    width: 19px;
    height: 19px;
}

.h_lang .h_lang_inner
{
    display: inline-block;
    padding: 12px 18px;
    background-color: #85817a;
    position: absolute;
    top: 74px;
    right: 9999px;
    opacity: 0;
    transition: opacity ease 0.5s;
    -webkit-transition: opacity ease 0.5s;
}

.h_lang.opened .h_lang_inner
{
    right: -20px;
    opacity: 1;
}

.h_lang .h_lang_inner:before
{
    width: 20px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 19px;
    content: '';
    background: url(../img/icons/caret-down.svg);
    background-size: cover;
}

.h_anfrage
{
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 16px 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background-color: #839748;
    border-radius: 4px;
    transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    font:600 0.75rem/120% 'Montserrat', Verdana, sans-serif;
}

.h_anfrage:before
{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    z-index: 1;
    background-color: transparent;
    transition: background-color ease 0.5s;
}

.h_anfrage:hover:before,
.h_anfrage:focus:before
{
    background-color:rgba(0,0,0,0.15);
}

.h_anfrage span
{
    z-index: 3;
    position: relative;
}



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

/*Header-image V1*/
.header_image_c img
{
    width: 100%;
}

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

.menu_slide_c
{
    display: none;
}

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

/* Footer */
.footer_c
{
	width: 100%;
    float: left;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding: 120px 24px 100px;
    background-color: #85817a;
}

.footer_cc
{
    width: 100%;
    max-width: 380px;
    text-align: center;
    color: #fff;
}

.footer_cc a
{
    color: #fff;
    text-decoration: none !important;
    position: relative;
}

.footer_cc a:before
{
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: width ease 0.5s;
    -webkit-transition: width ease 0.5s;
    background-color: #fff;
}

.footer_cc a:hover::before,
.footer_cc a:focus::before
{
    width: 100%;
}

.f_addr
{
    font:400 1.063rem/160% 'Montserrat', Verdana, sans-serif;
}

.f_link_c
{
    margin: 26px 0 0;
    font:500 1.563rem/160% 'Montserrat', Verdana, sans-serif;
}

.f_link_c a:before
{
    height: 2px;
}

.f_btn
{
    margin: 32px 0 0;
    padding: 13px 15px;
    display: inline-block;
    transition: box-shadow ease 0.3s;
    -webkit-transition: box-shadow ease 0.3s;
    border-radius: 0.125rem;
    box-shadow: 0 0 0 1px #FFF;
    font:500 0.875rem/120% 'Montserrat', Verdana, sans-serif;
}

.f_btn:before
{
    content: none !important;
}

.f_btn:hover,
.f_btn:focus
{
    box-shadow: 0 0 0 2px #FFF;
}

.f_impressum
{
    width: 100%;
    margin: 34px 0 0;
    display: flex;
    justify-content: center;
    font:500 0.813rem/120% 'Montserrat', Verdana, sans-serif;
    letter-spacing: 0.006rem;
}

.f_impressum a
{
    margin: 0 12px;
}

.f_copyright
{
    position: absolute;
    bottom: 28px;
    right: 52px;
    font:400 0.875rem/120% 'Montserrat', Verdana, sans-serif;
    opacity: 0.5;
    color: #fff;
}


/*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:1200px)
{
    .h_phone,
    .h_lang
    {
        margin: 0 18px;
    }
}

@media(max-width:1025px)
{
    .cks_inner, .cks_inner a
    {
        font-size: 0.75rem !important;
    }

    .cks_inner p
    {
        padding: 56px 140px 30px 30px !important;
    }

    .cks_inner:before
    {
        left: 30px !important;
        top: 25px !important;
    }

    .cks_btn
    {
        width: 117px !important;
    }

    body
    {
        padding: 0;
    }

    .as_map_c
    {
        display: none !important;
    }

    .h_menu_c .menu
    {
        display: none;
    }

    .h_phone, .h_lang
    {
        margin: 0 9px;
        height: 70px;
    }

    .h_lang .h_lang_inner,
    .h_phone span
    {
        top: 70px;
    }

    /*Mobile Menu*/
    .hamburger
	{
        width: 24px;
		display:block;
		margin: 0 0 0 25px;
        padding: 0;
		cursor:pointer;
        display: block;
        background: none;
        border: none;
	}

	.hamburger span
	{
		display:block;
		width: 100%;
        height: 2px;
        margin-bottom: 5px;
        border-radius: 1px;
        background-color: #303030;
        box-shadow: 0 0 10px -7px #888;
	}

    .hamburger span:last-child
    {
        margin-bottom: 0;
    }

    /*Mobile Menu*/
    .menu_slide_c
    {
    	width: 100vw;
        height: 100vh;
    	padding: 0;
    	position: fixed;
    	top:0px;
    	right: 99999px;
    	z-index: 100;
    	overflow-y:scroll;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity ease 1s;
        -webkit-transition: opacity ease 1s;

    	background: rgba(133, 129, 122, 0.97);;
    }
    .menu_slide_c.opened
    {
        right: 0;
        opacity: 1;
    }

    .menu_slide_c .menusl
    {
    	width: 100%;
    	position: relative;
    	z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .menusl .h_anfrage
    {
        margin-left: 0;
    }

    .menusl ul
    {
    	width:100%;
    	margin:0;
    	padding:30px 0;
    	overflow:hidden;
    }

    .menusl ul li
    {
    	width:100%;
    	margin:0;
    	padding:6px 0;
    	list-style:none;
        text-align: center;

        font: 500 1.1875rem/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:inline-block;
    	color: #fff;
        position: relative;
        text-decoration: none;
    }

    .menusl ul li a:before
    {
        width: 0;
        height: 2px;
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: #839748;
        transition: width ease 0.5s;
        -webkit-transition: width ease 0.5s;
    }

    .menusl ul li a:hover:before,
    .menusl ul li a:focus:before,
    .menusl ul li a.opened:before
    {
        width: 100%;
    }

    .menusl_close
    {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 24px;
        right: 24px;
        cursor: pointer;
        z-index: 10;
    }

    .menusl_close:before,
    .menusl_close:after
    {
        width: 33px;
        height: 3px;
        position: absolute;
        left: 50%;
        top: 50%;
        content: '';
        background-color: #fff;
    }

    .menusl_close:before
    {
        transform: translate(-50%,-50%) rotate(45deg);
        -webkit-transform: translate(-50%,-50%) rotate(45deg);
        transform-origin: center;
        -webkit-transform-origin: center;
    }

    .menusl_close:after
    {
        transform: translate(-50%,-50%) rotate(-45deg);
        -webkit-transform: translate(-50%,-50%) rotate(-45deg);
        transform-origin: center;
        -webkit-transform-origin: center;
    }

    .menusl_links
    {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 40px 0 0;
    }

    .menusl_links > *
    {
        margin: 0 10px;
        height: auto;
        line-height: 50%;
    }

    .menusl_links .h_email img
    {
        width: 24px;
        height: 17px;
    }

    .menusl_links .h_phone img
    {
        width: 21px;
        height: 20px;
    }

    .menusl_links .h_anfrage
    {
        margin: 0;
    }

    .header_image_c
    {
        margin-top: 70px;
    }

    .footer_c
    {
        padding-bottom: 140px;
    }

    .f_copyright
    {
        bottom: 75px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}

@media(max-width:650px)
{
    .cks_inner p
    {
        padding: 60px 35px 27px 28px !important;
    }

    .cks_inner:before
    {
        top: 30px !important;
    }

    .cks_btn
    {
        width: 48px !important;
        height: 48px !important;
    }

    .cks_btn:before
    {
        width: 14px !important;
        height: 14px !important;
        content: '' !important;
        background: url(../img/icons/close.svg);
        background-size: cover;
    }

    .footer_c
    {
        padding: 105px 20px 170px;
    }

    .f_addr
    {
        font-size: 0.938rem;
    }

    .f_link_c
    {
        font-size: 1.25rem;
    }

    .f_copyright
    {
        bottom: 113px;
    }
}

@media(max-width:520px)
{
    .header_cc
    {
        padding: 0 17px;
    }

    .h_logo
    {
        left: 17px;
    }

    .h_logo img
    {
        width: 153px;
        height: 41px;
    }

    .header_cc > .h_anfrage
    {
        display: none;
    }

    .h_phone, .h_lang
    {
        margin: 0 8px;
        height: 60px;
    }

    .h_lang .h_lang_inner, .h_phone span
    {
        top: 60px;
    }

    .h_phone > img,
    .h_lang > img
    {
        width: 21px;
        height: 21px;
    }

    .hamburger
    {
        margin: 0 0 0 8px;
    }

    .header_image_c
    {
        margin-top: 60px;
    }
}
