@charset "utf-8";
/* CSS Document */

/*
font-family: 'Titillium Web', Trebuchet, sans-serif;
font-family: 'Titillium Web', Trebuchet, 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:-webkit-optimize-contrast;/*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: 1000px;
    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 #404959;
}

/* 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 1rem/120% 'Titillium Web', Trebuchet, sans-serif;
    text-decoration: none;
}
.as_map ul li > *:focus
{
    background-color: #404959;
    border-color: #404959;
    color: #fff;
    outline: 1px dotted #404959;
}

/* Head */
.header_c
{
	width: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    z-index: 7;
	background-color: #fff;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.05);
}

.header_cc
{
    width: 100%;
    padding: 0 7px 0 0;
    max-width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #FFFFFF;
}
.header_cc .header_left
{
    display:flex;
    align-items:center;
    justify-content:flex-start;
    position:relative;
    padding-left:110px;
}

.h_logo
{
    top: 50%;
    left: 12px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    line-height: 50%;
    z-index: 1;
}

.h_logo img
{
    width: 98px;
    height: 51px;
}

.h_menu_c .menu
{
	display:table;
	width: 100%;
    margin: 0;
    z-index: 50;
    position: relative;
    padding: 0 20px 0 20px;
}

/* 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: 34px 0 39px;
	box-sizing: border-box;
    position: relative;
    font:600 1rem/150% 'Titillium Web', Trebuchet, sans-serif;
	color: #303030;
	text-decoration:none;
}
.menu li a span
{
    position:relative;
    padding:0 19px 0 16px;
}

.menu ul li a span:after
{
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    right:0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    content: '';
    background-color: #404959;
}

.menu > ul > li:last-child > a span:after
{
    content: none;
}
.menu > ul > li > a:hover,
.menu > ul > li > a:focus,
.menu > ul > li.opened > a,
.menu > ul > li.current_link > a,
.menu > ul > li.current_path > a
{
    text-decoration:underline;
    color:#B9B9C3;
}

.menu ul li ul
{
    width: 304px;
    padding: 21px 42px;
    position: absolute;
    top: 97px;
    left: 50%;
    transform:translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 2;
    text-align: left;
    display: block;
    background-color: #EDEDED;
    border-radius:3px;
}
.menu > ul > li.opened > ul::before,
.menu > ul > li:hover > ul::before,
.menu > ul > li:focus > ul::before
{
    position:absolute;
    top:-10px;
    left:50%;
    transform:translateX(-50%) rotate(45deg);
    width:20px;
    height:20px;
    background-color:#EDEDED;
    border-radius: 3px;
    content:'';
}

.menu > ul > li:hover > ul,
.menu > ul > li.opened > ul
{
    visibility: visible;
    opacity: 1;
}

.menu ul li ul li
{
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    position:static;
}

.menu ul li ul li a,
.menu ul li.current_link ul li a,
.menu ul li.current_path ul li a
{
    padding: 2px 0;
    color: #303030;
    transition: all ease 0.5s;
    text-decoration:none;
    text-transform:none;
    letter-spacing:0;
    font-weight:400;
    font-size:1rem;
    line-height:185%;
    width:100%;
}
.menu ul li ul li a span
{
    padding:0;
}
.menu ul li ul li a span::after
{
    content:none;
}
.menu > ul > li > ul > li.link_down a
{
    position:relative;
}
.menu > ul > li > ul > li.link_down > a::before
{
    content:'';
    position: absolute;
    top:50%;
    right:-12px;
    transform:translateY(-50%);
    width: 10px;
    height: 8px;
    z-index: 1;
    background: url(../img/icons/pfeil-rechts-navi.svg) no-repeat;
    background-size: 100% 100%;
}
.menu > ul > li > ul > li.link_down:hover > a::before,
.menu > ul > li > ul > li.link_down:focus > a::before,
.menu > ul > li > ul > li.link_down.opened > a::before
{
   content:'';
}

.menu > ul > li > ul > li.link_down:hover > a::after,
.menu > ul > li > ul > li.link_down:focus > a::after,
.menu > ul > li > ul > li.link_down.opened > a::after,
.menu > ul > li > ul > li.current_link > a::after,
.menu > ul > li > ul > li.current_path > a::after
{
    content:none;
    position: absolute;
    top:50%;
    right:-27px;
    transform:translateY(-50%) rotate(45deg);
    width:20px;
    height:20px;
    background-color:#EDEDED;
    border-radius:3px;
    z-index:3;
}
.menu ul li ul li:hover > a,
.menu ul li ul li:focus > a,
.menu ul li ul li.opened > a,
.menu ul li ul li.current_link > a,
.menu ul li ul li.current_path > a
{
    
    color:#303030;
    width:100%;
    text-decoration:underline;
}
.menu ul li ul li ul
{
    width: 304px;
    padding: 21px 31px;
    position: absolute;
    /*top: 0;*/
    top:auto;
    margin-top: -55px;
    left: 456px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 2;
    text-align: left;
    display: block;
    background-color: #B9B9C3;
    border-radius: 3px;
}
.menu > ul > li > ul > li.link_down:hover ul,
.menu > ul > li > ul > li.link_down:focus ul,
.menu > ul > li > ul > li.opened > ul
{
     opacity:1;
     visibility:visible;
}
/*.menu > ul > li:last-child > ul
{
    right: 0;
    left: auto;
}   */

.menu > ul > li:last-child > ul > li > ul
{
    left:-367px;
}

.header_cc .header_right
{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    position:relative;
    padding: 26px 0 31px;
}
.header_cc .header_right .h_phone,
.header_cc .header_right .h_email
{
    background-color:#404959;
    padding:0px 10px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 1px;
    border-radius:3px;
}
.header_cc .header_right a
{
    color:#FFF;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font:700 1rem/150% 'Titillium Web', Trebuchet, sans-serif;
    white-space: nowrap;
}
.header_cc .header_right a span
{
    margin-right:11px;
}
.header_cc .header_right .h_phone img
{
    width:19px;
    height:19px;
}
.header_cc .header_right .h_email img
{
    width:19px;
    height:14px;
}
.header_cc .header_right .h_phone:hover,
.header_cc .header_right .h_phone:focus,
.header_cc .header_right .h_email:hover,
.header_cc .header_right .h_email:focus
{
    background-color: #B9B9C3;
}


.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: #404959;
    border-radius: 4px;
    transition: background-color ease 0.3s;
    -webkit-transition: background-color ease 0.3s;
    font:600 0.75rem/120% 'Titillium Web', Trebuchet, 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: 97px 0 0;
    position: relative;
    z-index: 1;
    line-height: 50%;
}
.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;
    padding-bottom:29%;
}
.header_image_c .slick-list
{
    width: 100%;
    height: 100%;
}
.compat-object-fit
{
    background-size: cover;
    background-position: center center;
}
.header_image_c .header_image img
{
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
}
.header_image_c .header_image img.invisible
{
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

/*Header-image V1*/
/*.header_image_c img
{
    width: 100%;
}   */
.header_image .slick-dots
{
        bottom: 21px;
    left: 46px;
    transform:none;
    width:210px;
}
.header_image ul.slick-dots > li > button
{
    margin:8px;
    width:13px;
    height:13px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.header_image .slick-arrow
{
    top:auto;
    bottom:30px;
    transform:none;
    width:17px;
    height:11px;
}
.header_image .slick-arrow.slick-prev
{
    left: 27px;
}
.header_image .slick-arrow.slick-next
{
    right: auto;
    left: 257px;
}
.header_image .slick-arrow.slick-prev:before,
.header_image .slick-arrow.slick-next:before
{
    font-size: 24px;
}
/* Mobile menu */
.hamburger_c
{
    display: none;
}

.menu_slide_c
{
    display: none;
}
/*------------------marquee images--------------------*/
.marq_c
{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    width:100%;
    /*background: linear-gradient(180deg, rgba(185, 185, 195, 0.35) 0%, rgba(237, 237, 237, 0) 100%);*/
	background:linear-gradient(180deg, rgba(185, 185, 195, 2) 0%, rgba(237, 237, 237, 0) 40%);
}
.marq_c .title
{
    color:#707081;
    font:600 1.875rem/138% 'Titillium Web', Trebuchet, sans-serif;
    text-transform:uppercase;
    padding-top:32px;
    padding-left:35px;
}

#marqueecontainer
{
    position: relative;
    width: 100%; /*marquee width */
    height: 100px; /*marquee height */
    margin-top:90px;
    overflow: hidden;
    border: 0px ;
    padding: 120px 25px 25px 25px;
    max-width:188px;
    border-radius:3px;
    display:flex;
    align-items:center;
    justify-content:center;
}
#vmarquee
{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction: column;
}
#vmarquee p
{
    padding-top:8px;
}
#vmarquee  > *
{
    margin-top:0;
    padding-left:0;
    padding-right:0;
}
#vmarquee  > * img
{
    width:70px;
    height: auto;
}

/* 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;
}
/* Bild ober footer */
.footer_img_c
{
	width: 100%;
    /*float: left;
    z-index: 3;*/
    display: flex;
    justify-content: center;
    padding: 0px;
	margin:0px 0 -10px 0;
	
}
.footer_img {/*width:100%;text-align:center;*/}

/* Footer */
.footer_c
{
	width: 100%;
    float: left;
    z-index: 3;
    display: flex;
    justify-content: center;
    padding: 80px 24px 100px;
    background-color: #ffffff;
	
	
}

.footer_cc
{
    width: 100%;
    max-width: 1080px;
    text-align: center;
    color:#404959;
}
.footer_cc .footer_title {
	font-size:40px;
	font-weight:700;
	font-family:'Titillium Web', Trebuchet, sans-serif;
	text-transform:uppercase;
	
	
}
.footer_cc img {max-width:98px;}
.footer_cc a
{
    color:#404959;
    text-decoration: underline;
    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:600 20px/160% 'Titillium Web', Trebuchet, sans-serif;
}

.f_link_c
{
    margin: 26px 0 0;
    font:600 24px/160% 'Titillium Web', Trebuchet, 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 1rem/120% 'Titillium Web', Trebuchet, 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:300 0.813rem/120% 'Titillium Web', Trebuchet, sans-serif;
    letter-spacing: 0.006rem;
	    padding-top: 47px;
    /*border-top: 1px dashed #404959;*/
}

.f_impressum a
{
    margin: 0 12px;
}

.f_copyright
{
       position: absolute;
    bottom: 58px;
    /* right: 52px; */
    font: 400 1rem/120% 'Titillium Web', Trebuchet, sans-serif;
    opacity: 0.5;
    color: #979797;
}




@media(max-width:1488px)
{
    .header_cc
    {
        padding:0 26px 0 0;
    }
    .h_logo
    {
        left:31px;
    }
    .h_logo img
    {
        width: 90px;
        height: 47px;
    }
    .header_cc .header_left
    {
        padding-left:120px;
    }

    .h_menu_c .menu
    {
        padding-left:0;
        padding-right:0;
    }
    .header_cc .header_right .h_phone,
    .header_cc .header_right .h_email
    {
        padding:0 8px;
    }

    .header_cc .header_right a,
    .menu li a
    {
        font-size:0.9375rem;
    }

    .menu li a span
    {
        padding: 0 13px 0 10px;
    }

}
@media(max-width:1230px)
{
    .header_cc .header_right a span
    {
        display:none;
    }
    .header_cc .header_right .h_phone,
    .header_cc .header_right .h_email
    {
        padding:0 10px;
    }
    .h_logo
    {
        left:29px;
    }
    .h_logo img
    {
        width: 80px;
        height: 42px;
    }
    .header_cc .header_left
    {
        padding-left:108px;
    }
    .header_cc
    {
        padding: 0 24px 0 0;
    }
    .menu li a span
    {
        padding: 0 11px 0 8px;
    }
	.header_cc .header_right a,
    .menu li a
    {
        font-size:0.8375rem;
    }
}

@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;
    }
    .header_cc .header_right
    {
        padding-top:21px;
        padding-bottom:16px;
    }

 /*   .h_phone, .h_lang
    {
        margin: 0 9px;
        height: 70px;
    }

    .h_lang .h_lang_inner,
    .h_phone span
    {
        top: 70px;
    }  */


    /*Mobile Menu*/
    .hamburger_c
    {
        display:flex;
        align-items:center;
        justify-content:space-between;
        flex-direction:column-reverse;
        margin-left: 18px;
    }
    .hamburger_c .menu_title
    {
        color:#404959;
        font:600 1rem/138% 'Titillium Web', Trebuchet, sans-serif;
    }

    .hamburger
	{
        width: 36px;
		display:block;
		margin: 4px 0 3px 0;
        padding: 0;
		cursor:pointer;
        display: block;
        background: none;
        border: none;
	}

	.hamburger span
	{
		display:block;
		width: 100%;
        height: 3px;
        margin-bottom: 4px;
        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:auto;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity ease 1s;
        -webkit-transition: opacity ease 1s;

    	background: rgba(185, 185, 195, 0.97);
    }
    .menu_slide_c.opened
    {
        right: 0;
        opacity: 1;
    }

    .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: 19px;
        height: 16px;
    }

    .menusl_links .h_phone img
    {
        width: 19px;
        height: 19px;
    }
    .menusl .h_anfrage
    {
        margin-left: 0;
    }
    .menusl_links .h_anfrage
    {
        margin: 0;
    }


/*-------------------------*/

      /*  .menu_slide_c .menusl
    {
    	width: 100%;
    	position: relative;
    	z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .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% 'Titillium Web', Trebuchet, 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: #404959;
        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%;
    }   */
    .menu_slide_c .menusl
    {
/*        width: 100%;       */
        float: left;
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding:46px 32px;
    }

    .menusl ul
    {
        width:100%;
        margin:0;
        padding:0;
        overflow:hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .menusl ul li {
        list-style: none;
    }
    .menusl > ul > li {
        width: 100%;
        border-bottom: 1px dotted rgba(255,255,255,0.5);
        position:relative;
    }
    .menusl > ul > li > a
    {
        display: inline-block;
        font:600 1.2rem/150% 'Titillium Web', Trebuchet, sans-serif;
        color: #303030;
        text-decoration: none;
        text-transform: none;
        position: relative;
        padding: 13px 26px 12px 0;
        width:100%;
        transition:color ease 0.5s;
    }
    .menusl > ul > li.link_down > a::before
    {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        width: 13px;
        height: 8px;
        background: url(../img/icons/arrow_menu.svg) no-repeat center;
        background-size: 100% 100%;
        transition: all ease 0.5s;
    }
    .menusl > ul > li.link_down.opened > a::before
    {
        transform: rotate(-90deg);
    }
    .menusl > ul > li > a:hover,
    .menusl > ul > li > a:focus,
    .menusl > ul > li.current_path > a,
    .menusl > ul > li.current_link a
    {
        text-decoration:underline;
        color:#EDEDED;/*#B9B9C3;*/
    }
    .menusl ul > li.current_path > a
    {
        text-decoration:underline;
        font-weight:600;
    }

/*    .menusl > ul > li > a span
    {
        position: relative;
    }
    .menusl > ul > li > a span::before
    {
        content:'';
        position:absolute;
        bottom:-2px;
        left:50%;
        transform:translateX(-50%);
        width:100%;
        height:7px;
        background-color:transparent;
        transition:background-color ease 0.5s;
    }

    .menusl > ul > li > a:hover span::before,
    .menusl > ul > li > a:focus span::before,
    .menusl ul > li.current_path > a span::before,
    .menusl > ul > li.current_link a span::before
    {
        background-color: #FE434B;
    }       */
    .menusl > ul > li > ul
    {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        transition: all ease 0.7s;
        max-height: 0;
        padding: 0;
        overflow: hidden;
    }
    .menusl li.opened ul
    {
        max-height: 1030px;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .menusl > ul > li li
    {
        padding: 0;
    }
    .menusl > ul > li li a,
    .menusl > ul > li.current_link li a
    {
        display: inline-block;
        font:400 1rem/186% 'Titillium Web', Trebuchet, sans-serif;
        color: #303030;
    /*    opacity:0.6;    */
        text-decoration: none;
        text-transform: none;
/*        transition: all ease 0.5s;*/
        padding:5px 18px;
    }
    .menusl > ul > li > ul > li > a:hover,
    .menusl > ul > li > ul > li > ul > li > a:hover,
    .menusl > ul > li > ul > li > a:focus,
    .menusl > ul > li > ul > li > ul > li > a:focus,
    .menusl > ul > li > ul > li.current_link > a
    {
        color: #303030;
        font-weight:600;
        text-decoration:underline;
    }
    .menusl > ul > li > ul > li > ul > li.current_link > a
    {
        text-decoration: underline;
    }
    .menusl > ul > li > ul > li > ul > li > a::before
    {
        content: "-";
        display: inline-block;
        margin-right: 2px;
    }
    /*----------------submeniu links------------*/
    .h_submeniu_links_c
    {
        padding: 54px 0 28px;
        font:400 1rem/186% 'Titillium Web', Trebuchet, sans-serif;
    }
    .h_submeniu_links_c,
    .h_submeniu_links_c > *,
    .h_submeniu_links_c .f_right_links
    {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .h_submeniu_links_c a
    {
        color:#303030;
        text-decoration:none;
        transition:all ease 0.5s;
        position:relative;
    }
    .h_submeniu_links_c a::after
    {
        content:'';
        position: absolute;
        bottom:-8px;
        left:0;
        width:100%;
        height:7px;
        background-color:transparent;
        transition:all ease 0.5s;
    }

    .h_submeniu_links_c a:hover::after,
    .h_submeniu_links_c a:focus::after
    {
        background-color:#FE434B;
    }

 /*   .h_submeniu_links_c .f_links > *
    {
        display:flex;
        align-items:center;
        justify-content:flex-start;
        margin-bottom:18px;
    }

    .h_submeniu_links_c .f_links svg
    {
        margin-right:13px;
    }
    .h_submeniu_links_c .f_aparth
    {
        margin-top:10px;
    }
    .h_submeniu_links_c .f_aparth > span:first-child
    {
        margin-right:12px;
    }

    .h_submeniu_links_c .f_si
    {
        margin-top:21px;
        font-weight:400;
        font-size:1.125rem;
        line-height:120%;
        letter-spacing:0.03em;
        text-transform:uppercase;
    }
    .h_submeniu_links_c .f_right_links > *
    {
        margin-bottom:12px;
    }
    .h_submeniu_links_c .f_right_links a > span:last-child
    {
        margin-left:3px;
    }
    .h_submeniu_links_c .f_social
    {
        margin-top:14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .h_submeniu_links_c .f_social a
    {
        margin-right:17px;
    }    */
/*--------------------------*/





    .header_image_c
    {
        margin-top: 77px;
    }

    .marq_c .title
    {
        font-size:1.5rem;
        padding-left:28px;
        padding-top:23px;
    }
    #marqueecontainer
    {
        padding: 19px;
        max-width: 145px;
    }
    #vmarquee img
    {
        width:104px;
        height:auto;
    }
    #vmarquee p
    {
        padding-top:7px;
    }
    .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;
    }
    .h_logo
    {
        left: 22px;
    }
    .h_logo img
    {
        width: 61px;
        height: 32px;
    }
    .header_image .slick-arrow
    {
        bottom:20px;
    }

    .header_image .slick-arrow.slick-prev
    {
        left: 20px;
    }
    .header_image .slick-arrow.slick-prev:before,
    .header_image .slick-arrow.slick-next:before
    {
        font-size: 15px;
    }
    .header_image .slick-dots
    {
        left: 46px;
        width: 150px;
        bottom:15px;
    }
    .header_image ul.slick-dots > li > button
    {
        margin: 5px;
        width: 10px;
        height: 10px;
    }
    .header_image .slick-arrow.slick-next
    {
        left: 200px;
    }
    .marq_c .title
    {
        font-size:1rem;
        padding-left:22px;
        padding-top:14px;
    }
    #marqueecontainer
    {
        padding: 14px;
        max-width: 103px;
    }
    #vmarquee img
    {
        width:74px;
    }
    #vmarquee p
    {
        padding-top:5px;
    }
    .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:369px)
{
    .marq_c .title
    {
        font-size: 1rem;
        padding-left: 15px;
        padding-top: 10px;
    }
    #marqueecontainer
    {
        padding: 10px;
        max-width: 93px;
    }

}
