
@charset "utf-8";
body {
    background-color: #fff;
    font-family: Open Sans,sans-serif;
    margin: 0;
    padding: 0;
}
* {
    outline: medium none;
}
.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 #446725;
}
a {
    text-decoration: none;
}
a img {
    border: 0 solid;
}
p {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.content p {
    float: none;
}
body .ui-widget {
    font-size: 11px;
}
.page_c {
    min-width: 850px;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 1;
}
@media only screen and (max-width: 950px) {
    .page_c {
        min-width: 320px;
    }
    body .ui-widget {
        font-size: 14px;
}
}
@media only screen and (max-width: 480px) {
    body .ui-widget {
        font-size: 16px;
    }
}
/* 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% 'Crimson Text', Georgia, serif;
    color: #231F1D;
    text-decoration: none;
    line-height: 20px;
}
.as_map ul li > *:focus { background-color: #FFFFFF; outline: 1px dotted #819A1D; }
.head_c {
    background-color: #fff;
    height: 103px;
    position: fixed;
    width: 100%;
    z-index: 4;
}
.head_c .head {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px 0 70px;
	width:100%;
	display:table;
	position:relative;
	z-index:4;
}
.head_c .head .logo {
    float: left;
    margin-top: 21px;
	margin-bottom:3px;
}
.head_c .head .logo a img {
    width: 100%;
}
.top_links_ct {
    float: right;
    font-weight: 600;
}
.head .online_shop {
    background-color: #446725;
    color: #fff;
    float: right;
    font-weight: bold;
    line-height: 42px;
    padding: 0 15px;
}
.head .online_shop:hover {
    background-color: #b81f1f;
}
body.blue .head .online_shop {
    background-color: #88BB43;
}
body.blue .head .online_shop:hover {
    background-color: #0288b5;
}
.h_socials_c {
	overflow:hidden;
	float:right;
	margin:8px 25px 0 0;
}
.h_socials_c a img {
    float: left;
    height: 23px;
    margin: 0 6px;
}
.h_socials_c > * {
    float: left;
}
.top_links_ct .top_links {
    color: #89929d;
    float: left;
    line-height: 42px;
}
.top_links_ct .top_links .lang_ct {
    float: left;
    margin-left: 13px;
    margin-right: 18px;
}
.top_links_ct .top_links .lang_ct a {
    color: #89929d;
}
/*Languages*/
.h_lang_c 
{
	width: 60px;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: table;
    cursor: pointer;    
    height: 36px;    
    z-index: 2;
	position:relative;
	line-height:120%;
	color: #89929D;
}

.h_lang_c .curr_lang
{
	width:100%;
	padding: 11px 16px 11px 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	background-image:url(../img/icons/lang.png);
	background-position:11px center;
	background-repeat:no-repeat;
	background-size: 22px auto;
	-webkit-background-size:22px auto;	
}

.h_lang_c:hover .curr_lang
{		
	background-image:url(../img/icons/lang_w.png) !important;
	background-color:#88BB43;
	color:#fff;
}

body.blue .h_lang_c .curr_lang
{
	background-image:url(../img/icons/lang_b.png);
	
}

body.blue .h_lang_c:hover .curr_lang
{
	background-color:#88BB43;
}

.h_lang_c .curr_lang span
{
	padding:0 20px 0 0;
	background-image:url(../img/arrows/arr_down_g.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 10px auto;
	-webkit-background-size:10px auto;
}

.h_lang_c:hover .curr_lang span
{
	background-image:url(../img/arrows/arr_down_w.png);
}

.h_lang_c .langs 
{
    display: none;
	width: 205px;    
	padding: 4px 20px 12px;  
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
    left: 0;      
    top: 41px;
	
	background-color: #88BB43;
}

body.blue .h_lang_c .langs 
{
	background-color:#88BB43;
}



.h_lang_c:hover .langs
{
	display:block;
}

.h_lang_c .langs > a
{
	width: 100%;
	display:block;
    font-size: 16px;
    font-weight: bold;   
    margin: 5px 0;
    text-decoration: none;
	letter-spacing:0.05em;
	text-transform:none;
    
	color: #fff !important;
}

.h_lang_c .langs > a:hover
{
	
}

.h_lang_c .langs > a span
{
	width:100%;
	display:block;
	padding:5px 20px 5px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	background-image:url(../img/arrows/arr_menu_white.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size: 11px auto;
	-webkit-background-size: 11px auto;
}

.h_lang_c .langs > a:hover span
{
	background-image:url(../img/arrows/slr.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 10px auto;
	-webkit-background-size: 10px auto;
}

.top_links_ct .top_links a.tel {
    color: #89929d;
    margin-right: 44px;
}
.top_links_ct .top_links a.tel:hover {
    color: #88BB43;
}
body.blue .top_links_ct .top_links a.tel:hover {
    color: #0296ca;
}
.top_links_ct .top_links a.tel img {
    display: none;
}
.top_links_ct .top_links a.email {
    margin-right: 32px;
}
.top_links_ct .top_links a.search {
}
.top_links_ct .top_links a.email img {
    vertical-align: middle;
    width: 28px;
}
.top_links_ct .top_links a.search img {
    height: 29px;
    vertical-align: middle;
}
.menu-ct
{
    margin: 23px auto 0;
    position: relative;
    width: 100%;
}
.menu-ct.startp
{
    margin-top:18px;
}

body.blue .menu-ct
{
	margin: 22px auto 0;
}
/*body.blue .menu-ct
{
	margin-top:25px;
}*/
.menu-ct .menu_inner {
    height: 46px;
    left: 50%;
    margin: auto auto auto -568px;
    max-width: 1100px;
    position: absolute;
    width: 100%;
	z-index:2;
}
.menu_inner .menu_inner_rel
{
	width:100%;
	display:table;
	position:relative;
	z-index:2;
}

body.blue .menu-ct .menu,
body.blue .menu-ct .menu_right
{
    background-color: #88BB43;
}
.image_slider_ct {
    position: relative;
    z-index: 0;
}
.image_slider_ct .image_slider {
    position: relative;
}
.image_slider {
    height: 90vh;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.image_slider.head_image img {
    left: 50%;
    margin-left: -1000px;
    position: fixed;
    width: 2000px;
    z-index: 0;
}
.head_image_ctl {
    display: table;
    margin: -29px auto 0;
    position: relative;
    top: -3vh;
    z-index: 3;
}
.head_image_ctl .dot.current, .head_image_ctl .dot:hover {
    background-image: url("../img/icons/dot_current.png");
}
.head_image_ctl .dot {
    background-image: url("../img/icons/dot.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 29px;
    width: 22px;
}
.image_slider_ct .sl_btn_ct {
    position: absolute;
    top: 36%;
    width: 100%;
}
.image_slider_ct .sl_btn {
    background-repeat: no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    height: 99px;
    position: absolute;
    width: 71px;
}
.image_slider_ct .sl_btn.sl_btn_left {
    background-image: url("../img/arrows/sll.png");
    left: 10%;
}
.image_slider_ct .sl_btn.sl_btn_right {
    background-image: url("../img/arrows/slr.png");
    right: 10%;
}
.main {
    border-top: 8px solid #446725;
    position: relative;
    z-index: 2;
}
body.blue .main {
    border-top: none;
    position: relative;
    z-index: 2;
}
.bgimage_ct {
}
.bgimage_ct .bgimage {
    position: relative;
	height:84vh;
}
.bgimage_ct .bgimage img {
	top:103px;
    left: 50%;
    margin-left: -1001px;
    position: fixed;
    z-index: 2;
}
.top_title_ct {
    background-image: url("../img/bgs/whitetr.png");
    clear: both;
    float: none;
    left: 0;
    margin-top: -224px;
    overflow: auto;
    position: relative;
    top: -100px;
    width: 900px;
    z-index: 3;
}
.top_title_ct .top_title {
    float: right;
    margin: 47px 52px 30px;
}
.top_title_ct .top_title .title {
    color: #446725;
    float: left;
    font-family: Fjalla One;
    font-size: 100px;
    line-height: 104px;
    margin-left: 34px;
}
.top_title_ct .top_title .stitle {
    color: #446725;
    float: left;
    font-size: 50px;
    font-weight: 700;
    line-height: 47px;
    text-align: right;
}
.top_title_ct .top_title .stitle2 {
    color: #446725;
    float: left;
    font-size: 50px;
    font-weight: 700;
    line-height: 47px;
    text-align: right;
}
.top_title_ct .top_title .btn_ct {
    clear: both;
    float: none;
    text-align: right;
    width: 100%;
}
.top_title_ct .top_title .btn_ct .btn {
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 43px;
}
.top_title_ct .top_title .btn_ct .btn.gruen {
    background-color: #446725;
    background-image: url(../img/icons/bergerlebnisse.svg);
	background-position: 8px center;
    background-size: 24px auto;
  /* margin-right: 4px;*/
    padding: 0 20px 0 41px;
}
.top_title_ct .top_title .btn_ct .btn.gruen_l {
    background-color: #88BB43;
	background-image: url(../img/icons/winter.svg);
	background-position: 10px center;
    background-size: 24px auto;
    padding: 0 20px 0 40px;
}
.top_title_ct .top_title .btn_ct .btn.orange {
    background-color: #FF8000;
	background-image: url(../img/icons/adventure.svg);
	background-position: 12px center;
    background-size: 24px auto;
    padding: 0 20px 0 37px;
}
.top_title_ct .top_title .btn_ct .btn:hover {
    background-color: #fff;
}
.top_title_ct .top_title .btn_ct .btn.gruen:hover {
    color: #446725;
	background-image: url(../img/icons/bergerlebnisse_gr.svg);
}
.top_title_ct .top_title .btn_ct .btn.gruen_l:hover {
    color: #88BB43;
	background-image: url(../img/icons/winter_gr.svg);
}
.top_title_ct .top_title .btn_ct .btn.orange:hover {
    color: #FF8000;
	background-image: url(../img/icons/adventure_o.svg);
}
.art_element.mainboxes {
    margin-top: 0 !important;
}
.art_element.mainboxes .art_inner {
    max-width: 1200px;
    padding-bottom: 0;
}
.mainbox_ct {
    background-color: #fff;
    overflow: auto;
    width: 100%;
}
.mainbox_ct .mainbox_inner {
    margin: 0 auto;
    max-width: 1200px;
    overflow: auto;
    padding-top: 25px;
}
.mainbox_ct .mainbox {
    float: left;
    margin-bottom: 67px;
}
.mainbox_ct .mainbox .text_ct {
    background-color: #446725;
    margin-top:-8px;
}
.mainbox_ct .mainbox .text_ct .title {
    color: #fff;
    font-family: "Fjalla One",sans-serif;
    font-size: 20px;
    letter-spacing: 1.5px;
	text-decoration:none;
}

.mainbox_ct .mainbox .text_ct .title:hover
{
	text-decoration:underline;
}

.mainbox_ct .mainbox .text_ct .title a
{
	text-decoration:none;
}

.mainbox_ct .mainbox .text_ct .title a:hover
{
	text-decoration:underline;
}

.mainbox_ct .mainbox .text_ct .stitle {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.mainbox_ct .mainbox .text_ct .text {
    color: #fff;
    font-size: 13px;
    line-height: 25px;
    margin-top: 17px;
}
.mainbox_ct .mainbox .text_ct a.button {
    background-color: #fff;
    color: #446725;
	border: 1px solid #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 46px;
    margin-top: 15px;
    padding: 0 13px;
	text-decoration:none;
}
.mainbox_ct .mainbox .text_ct a.button:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
	text-decoration:none;
    color: #fff;
}
.mainbox_ct .mainbox .img_ct img {
    width: 100%;
}
.mainbox_ct .mainbox.online_buchen {
    background-color: #446725;
    margin-right: 4.5%;
    width: 66%;
}
.mainbox_ct .mainbox.online_buchen .text_ct {
    float: left;
    height: auto;
    padding: 32px 38px 28px 30px;
    text-align: right;
    width: 46%;
    margin-top: 0;
}
.mainbox_ct .mainbox.online_buchen .text_ct .stitle {
   /* padding-top: 10px;*/
}
.mainbox_ct .mainbox.online_buchen .img_ct {
    float: right;
    width: 54%;
    line-height: 50%;
}
.mainbox.kalis {
    width: 29.5%;
}
.mainbox.klettern {
    width: 30.5%;
}
.mainbox.langlaufen {
    margin: 0 4.7%;
    width: 30.5%;
}
.mainbox.kalis .text_ct {
    margin-top: -10px;
    padding: 28px 28px 14px;
    position: relative;
    text-align: right;
}
.mainbox.klettern .text_ct {
    background-color: #FF8000;
    padding: 28px 30px 15px;
    text-align: right;
}
.mainbox.langlaufen .text_ct {
    background-color: #88BB43;
    padding: 28px 30px 15px;
    text-align: right;
}
.mainbox.kalis .text_ct .title {
}
.mainbox.klettern .text_ct .stitle {
    color: #fff;
}
.mainbox.langlaufen .text_ct .stitle {
    color: #fff;
}
.mainbox.video {
    position: relative;
    width: 29.6%;
}
.mainbox.video .img_ct .youmax-video-tnail {
    width: 100%;
}
.mainbox.video .text_ct {
}
.mainbox.video .text_ct a.button {
    background-color: #e7eced;
    float: left;
    height: 95px;
    margin: 0;
    padding: 18px 0;
    width: 33.333%;
}
.mainbox.video a.button span {
    background-position: center 0;
    background-repeat: no-repeat;
    color: #87929d;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    padding-top: 43px;
    text-align: center;
}
.mainbox.video a.button.webcam span {
    background-image: url("../img/icons/video1.png");
    background-position: center 9px;
    background-size: 31px auto;
    border-right: 1px solid #c7cbcf;
}
.mainbox_ct .mainbox.video .text_ct a.button.vid span {
    background-image: url("../img/icons/play.png");
    background-size: 31px auto;
    border-right: 1px solid #c7cbcf;
}
.mainbox_ct .mainbox.video .text_ct a.button.bgal span {
    background-image: url("../img/icons/bgal.png");
    background-position: center 5px;
    background-size: 35px auto;
}

.mainbox_ct .mainbox.video .text_ct a.button.gutschein span {
    background-image: url("../img/icons/einkaufswagen.png");
    background-position: center 5px;
    background-size: 28px auto;
}

.mainbox_ct .mainbox.video .text_ct a.button:hover {
    background-color: #446725;
    border: medium none;
}
.mainbox.video a.button:hover span {
    border-right: 1px solid #446725;
    color: #fff;
}
.mainbox.video .ytbutton {
    cursor: pointer;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 33%;
    width: auto !important;
}
.mainbox.per {
    margin-bottom: 0;
    margin-right: 4.7%;
    width: 65.7%;
}
.mainbox.per .img_ct {
}
.mainbox.per .img_ct img {
}
.mainbox.per .text_ct {
    padding: 24px 47px 16px;
    text-align: right;
}
.mainbox.per .text_ct .stitle {
    padding-top: 2px;
}
.mainbox.pkind {
    margin-bottom: 0;
    width: 29.5%;
}
.mainbox.pkind .img_ct img {
}
.mainbox.pkind .text_ct {
    padding: 24px 47px 16px;
    text-align: right;
}
.mainbox.pkind .text_ct .stitle {
    margin-top: 2px;
}
.floatingmenu_ct {
    position: absolute;
    right: 0;
    top: 260px;
    z-index: 3;
}
.menulinks_ct {
    position: relative;
    z-index: 2;
}
.floatingmenu_ct .floatingmenu {
    margin-bottom: 3px;
    position: relative;
}
.floatingmenu_ct .floatingmenu a {
    background-color: #88BB43;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 45px;
    width: 45px;
}
.floatingmenu_ct .floatingmenu a:hover {
    background-color: #446725; 
}
.floatingmenu_ct .floatingmenu.social a {
    background-image: url("../img/icons/social.png");
    background-size: 26px auto;
}
.floatingmenu_ct .floatingmenu.video a {
    background-image: url("../img/icons/video.png");
    background-size: 24px auto;
}
.floatingmenu_ct .floatingmenu.wetter a {
    background-image: url("../img/icons/wetter.png");
    background-size: 26px auto;
}
.floatingmenu_ct .floatingmenu.bgal a {
    background-image: url("../img/icons/urlaubsplan.png");
    background-size: 24px auto;
}

.floatingmenu_ct .floatingmenu.gutschein a {
    background-image: url("../img/icons/gutschein-einkaufswagen.png");
    background-size: 24px auto;
}

.floatingmenu_ct .floatingmenu a.open {
    background-color: #446725;
    background-image: url("../img/icons/cross.png");
    background-size: 18px 18px;
}
.floatingmenu .cbox_ct {
    left: -228px;
    position: absolute;
    top: 0;
    width: 228px;
}
.floatingmenu .cbox_ct .title {
    background-color: #446725;
    color: #fff;
    display: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
}
.floatingmenu .cbox_ct .cbox {
    background-color: #fff;
    display: none;
    overflow: auto;
}
.floatingmenu .cbox_ct .cbox a {
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: left;
    height: 114px;
    text-align: center;
    width: 114px;
}
.floatingmenu_ct .floatingmenu.social a.fb {
    background-image: url("../img/logos/social/f.png");
}
.floatingmenu_ct .floatingmenu.social a.gplus {
    background-image: url("../img/logos/social/g.png");
}
.floatingmenu_ct .floatingmenu.social a.twit {
    background-image: url("../img/logos/social/t.png");
}
.floatingmenu_ct .floatingmenu.social a.yt {
    background-image: url("../img/logos/social/y.png");
}
.floatingmenu_ct .floatingmenu.social a.inst {
    background-image: url("../img/logos/instagram_l.svg");
	background-size: 45px auto;
	-webkit-background-size: 45px auto;
}
.content {
    background-color: #fff;
    clear: both;
    float: none;   
    padding-bottom: 40px;
}
.footer_c {
    background-color: #fff;
    border-top: 8px solid #446725;
    position: relative;
    z-index: 2;
}
body.blue .footer_c {
    border-top: 8px solid #88BB43;
}
.footer_c .footer {
    margin: 0 auto;
    max-width: 1200px;
    overflow: auto;
    padding: 98px 17px 29px;
}
.footer_c .footer .title {
    color: #446725;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-align: center;
}
body.blue .footer_c .footer .title {
    color: #88BB43;
}
.footer_c .footer .stitle {
    color: #aaaaaa;
    font-size: 16px;
    letter-spacing: 5.5px;
    margin-bottom: 44px;
    text-align: center;
}
.footer_c .footer .fbox {
    float: left;
    width: 70%;
}
.footer_c .footer .fbox .title {
    color: #3e3e3e;
    font-size: 15px;
    text-align: left;
}
.footer_c .footer .fbox .text_ct {
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    width: 27%;
}
.footer_c .footer .fbox .text_ct span {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 300;
}
.footer_c .footer .fbox .text_ct a {
    color: #3e3e3e;
    font-size: 15px;
    font-weight: 300;
}
.footer_c .footer .fbox .img_ct {
    float: left;
    margin-left: 8%;
    width: 55.6%;
}
.footer_c .footer .fbox .img_ct img {
    width: 100%;
}
.footer_c .footer .logos {
    float: right;
    width: 30%;
}
.footer_c .footer .logos a {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 37%;
}
.footer_c .footer .logos a:nth-child(2n) {
    float: right;
}
.footer_c .footer .logos a.space {
    margin-bottom: 15px;
}
.footer_c .footer .logos a img {
    width: 100%;
}
.footer_c .footer .logos a.f_logo5
{
	width:30%;
}

.footer_links_ct {
    background-color: #fff;
    padding-bottom: 80px;
}
.footer_links_ct .footer_links {
    margin: 0 auto;
    max-width: 1200px;
    overflow: auto;
    padding: 0 17px;
}
.footer_links_ct .footer_links .social {
    float: left;
}
.footer_links_ct .footer_links .social a {
    margin-right: 35px;
}
.footer_links_ct .footer_links .social a img {
    height: 23px;
    vertical-align: middle;
}
.footer_links_ct .footer_links .social a.yt img {
    height: 18px;
}
.impressum {
    float: right;
}
.impressum a {
    color: #a1a8b1;
    font-size: 13px;
    margin-left: 14px;
}
.mobile_menu_btn_c {
    display: none;
}
.menu_slide_layers.closed {
    display: none;
}
.do_top {
    bottom: 4%;
    cursor: pointer;
    position: fixed;
    right: 4%;
    z-index: 4;
}
.impressum a:hover, .footer_c .footer .fbox .text_ct a:hover {
    color: #88BB43;
    text-decoration: underline;
}
body.blue .impressum a:hover, body.blue .footer_c .footer .fbox .text_ct a:hover {
    color: #88BB43;
    text-decoration: underline;
}
.main_footer_c {
    background-color: #ffffff;
}
.social_ct {
    background-color: #ffffff;
    margin: 0 auto;
    max-width: 1000px;
    padding: 45px 0 27px;
	width:100%;
	overflow:hidden;
}

.social_ct > div
{
	float:left;	
	height:20px;
	margin:3px 0;
}

.social_ct img
{
	height:20px;
	float:left;
	margin:0 5px 0 0;
}

.s_facebook_c iframe
{
	max-width:100px;
}

.social_ct .s_twitter_c
{
	margin-right:5px;
}

.social_ct .s_twitter_c img
{
	margin-right:0;
}


@media only screen and (max-width: 1245px) {
.mainbox_ct .mainbox.online_buchen .text_ct {
    box-sizing: border-box;
    width: 60%;
}
.mainbox_ct .mainbox.online_buchen .img_ct {
    box-sizing: border-box;
    padding: 20px 20px 20px 0;
    width: 40%;
}
}
@media only screen and (max-width: 950px) {
    .as_map_c
    {
        display: none !important;
    }
.head_c {
    height: 60px;
    position: relative;
}
.head_c .head {
    max-width: 600px;
    overflow: visible;
    padding: 0;
    position: relative;
}
.head_c .head .logo {
    margin-top: 10px;
    width: 106px;
}
.head .online_shop {
    left: 0;
    position: absolute;
    top: 60px;
}
.bgimage_ct .bgimage img
{
	position:absolute;
}
.bgimage_ct .bgimage
{
	height:356px;
}
.menu-ct {
    display: none;
}
.h_socials_c {
    display: table;
    float: none;
    left: 50%;
    margin-bottom: auto;
    margin-left: -53px;
    margin-right: 0;
    margin-top: auto;
    position: absolute;
    right: 0;
    top: 65px;
}
.image_slider_ct {
    border: 0 none;
}
.image_slider_ct .image_slider {
    height: 400px;
}
.image_slider_ct .image_slider img {
    border: medium none aqua;
    bottom: auto;
    margin-left: -475px;
    position: absolute;
    top: 0;
    width: 950px;
}
.head_image_ctl {
    display: none;
}
.floatingmenu_ct {
    top: 185px;
}
.image_slider_ct .sl_btn_ct {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 546px;
    position: relative;
    top: -71px;
}
.image_slider_ct .sl_btn {
    width: 37px;
}
.bgimage_ct {
    border-bottom: 8px solid #446725;
	overflow:hidden;
}

body.blue .bgimage_ct
{
	border-bottom: 8px solid #88BB43;
}

.bgimage_ct .bgimage img {
    margin-left: -475px;
    width: 950px;
	top:auto;
}
.main {
    border-top: medium none;
}
.mainbox_ct {
    position: relative;
    width: 100%;
}
.mainbox_ct .mainbox_inner {
    max-width: 600px;
    overflow: visible;
    padding-top: 18px;
}
.mainbox_ct .mainbox {
    margin-bottom: 7px;
}
.mainbox.video .text_ct a.button {
    height: 89px;
}
.mobile_menu_btn_c {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
}
.mobile_menu_btn {
    background-color: #446725;
    background-image: url("../img/icons/menu.png");
    background-position: 83px center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 45px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 10px;
    width: 114px;
}
body.blue .mobile_menu_btn
{
	background-color:#88BB43;
}
.menu_slide_layers {
    position: absolute;
    right: 0;
	top:0;
    width: 50%;
    z-index: 91;
}
.top_title_ct {
    background-color: #fff;
    background-image: none;
    clear: both;
    float: none;
    margin: 0;
    overflow: visible;
    position: static;
    top: auto;
    width: 100%;
}
.top_title_ct .top_title {
    float: none;
    margin: 0 auto;
    text-align: center;
}
.top_title_ct .titlect {
    background-color: #446725;
    padding: 23px 0 20px;
    text-align: center;
}
.top_title_ct .top_title .title {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 65px;
    line-height: 75px;
}
.top_title_ct .top_title .stitle {
    color: #fff;
    display: inline-block;
    float: none;
    font-size: 30px;
    line-height: 33px;
}
.top_title_ct .top_title .btn_ct {
    margin-top: 18px;
    position: relative;
    text-align: center;
}
.mainbox_ct .mainbox.online_buchen {
    background-color: #446725;
    height: auto;
    margin-right: 0;
    padding: 26px 26px 17px 17px;
    width: 100%;
}
.mainbox_ct .mainbox.online_buchen .text_ct {
    height: auto;
    padding: 0 18px 0 0;
    width: 53%;
}
.mainbox_ct .mainbox.online_buchen .img_ct {
    padding: 0;
    width: 46.6%;
}
.mainbox.kalis {
    margin: 0 0 6px;
    padding-right: 3.5px;
    width: 50%;
}
.mainbox.klettern {
    padding-left: 3.5px;
    width: 50%;
}
.mainbox.langlaufen {
    margin-left: 0;
    margin-right: 0;
    padding-right: 3.5px;
    width: 50%;
}
.mainbox.kalis .text_ct {
    margin-top: -13px;
}
.mainbox.video {
    float: left;
    padding-left: 3.5px;
    width: 50%;
}
.mainbox.video .text_ct {
    position: relative;
}
.mainbox.per {
    margin-right: 0;
    width: 100%;
}
.mainbox.pkind {
    width: 50%;
}
.footer_c {
}
.footer_c .footer {
    max-width: 600px;
    padding: 73px 3% 113px;
}
.footer_c .footer .title {
}
.footer_c .footer .stitle {
    margin-top: 8px;
}
.footer_c .footer .fbox {
    width: 100%;
}
.footer_c .footer .fbox .title {
    letter-spacing: normal;
}
.footer_c .footer .fbox .text_ct {
    font-size: 15px;
    font-weight: 100;
    width: 40%;
}
.footer_c .footer .fbox .img_ct {
    float: right;
    margin: 14px 0 0;
    width: 56.3%;
}
.footer_c .footer .logos {
    margin-top: 66px;
    width: 100%;
}
.footer_c .footer .logos a {
    margin-left: 5.9% !important;
    width: 20%;
}
.footer_c .footer .logos a.f_logo5
{
	width:16%;
}
.footer_c .footer .logos a:first-child {
    margin-left: 0 !important;
}
.footer_c .footer .logos a:nth-child(2n) {
    float: none;
}
.footer_c .footer .logos a.space {
    float: none;
    margin: 0;
}
.footer_c .footer .logos a img {
    width: 100%;
}
.footer_links_ct {
}
.footer_links_ct .footer_links {
    max-width: 600px;
}
.impressum a.sitemap {
    background-image: url("../img/icons/sitemap.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 19px auto;
    padding-left: 27px;
}
.impressum a.imp {
    background-image: url("../img/icons/info.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding-left: 20px;
}
.social_ct {
    max-width: 600px;
    position: relative;
}
}
@media only screen and (max-width: 630px) {

.top_title_ct .titlect {
    text-align: right;
}
	
	
.head_c {
    height: auto;
}
.head_c .head {
    height: auto;
    max-width: 320px;
	z-index:2;
}
.head_c .head .logo {
}
.head .online_shop {
    letter-spacing: 1.6px;
    line-height: 45px;
    padding-right: 13px;
}
.top_links_ct {
    width: 62%;
	z-index:3;
	position:relative;
}
.top_links_ct .top_links {
    color: #89929d;
    float: right;
    line-height: 42px;
}
.top_links_ct .top_links .lang_ct {
    margin: 0;
}
.top_links_ct .top_links a.tel {
    margin-left: 10px;
    margin-right: 10px;
}
.top_links_ct .top_links a.tel span {
    display: none;
}
.top_links_ct .top_links a.tel img {
    display: inline;
    vertical-align: middle;
    width: 21px;
}
.top_links_ct .top_links a.email {
    margin-right: 10px;
}
.top_links_ct .top_links a.search {
}
.top_links_ct .top_links a.email img {
    display: inline;
    vertical-align: middle;
}
.top_links_ct .top_links a.search img {
    display: inline;
    vertical-align: middle;
}
.h_lang_c .langs
{
	left:auto;
	right:0;
}
.floatingmenu_ct {
    top: 110px;
}
.bgimage_ct .bgimage
{
	height:245px;
}

.h_socials_c {
    /*left: 50%;
    margin: auto 0 auto -90px;*/
	left: 0;
    margin: auto auto auto -7px;
    top: 64px;
}

.image_slider_ct .image_slider {
    height: 295px;
}
.image_slider_ct .image_slider img {
    margin-left: -300px;
    width: 600px;
}
.image_slider_ct .sl_btn_ct {
    max-width: 320px;
}
.mainbox_ct .mainbox_inner {
    max-width: 320px;
}
.mainbox_ct .mainbox {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
	position:relative;
	z-index:3;
}
.mobile_menu_btn_cc
{
	width:100%;
	height:55px;
	background-color:#fff;
	position:relative;
	z-index:1;
}

.mobile_menu_btn_c {
    max-width: 320px;
    top: 10px;
	z-index:2;
	position:relative;
}
.mobile_menu_btn {
    position: absolute;
    right: 0;
    top: 0;
}
.menu_slide_layers {
}
.top_title_ct {
    background-color: #446725;
}
.top_title_ct .top_title {
    max-width: 250px;
}
.top_title_ct .titlect {
	padding:15px 0 10px;
}
.top_title_ct .top_title .title {
    font-size: 40px;
    line-height: 40px;
    margin-left: 9px;
}
.top_title_ct .top_title .stitle {
    font-size: 15px;
    line-height: 20px;
}
.top_title_ct .top_title .btn_ct {
    margin-top:0;
	text-align: right;
	padding-bottom:7px;
}
.top_title_ct .top_title .btn_ct .btn {
    height: 45px;
    padding: 0;
    width: 45px;
}
.top_title_ct .top_title .btn_ct .btn span {
    display: none;
}
.top_title_ct .top_title .btn_ct .btn.gruen {
    background-color: #709053;
    background-image: url("../img/icons/bergerlebnisse.svg");
    padding: 0;
}
.top_title_ct .top_title .btn_ct .btn.orange {
    background-color: #fba854f5;
    background-image: url("../img/icons/adventure.svg");
    padding: 0;
}
	.top_title_ct .top_title .btn_ct .btn.gruen_l {
    background-color: #a2d260;
    background-image: url("../img/icons/winter.svg");
    padding: 0;
}
	
	
.mainbox_ct .mainbox_inner
{
	padding-top:13px;
}
.mainbox_ct .mainbox.online_buchen {
    padding: 26px 16px 26px 15px;
}
.mainbox_ct .mainbox.online_buchen .text_ct {
    padding: 0;
    width: 100%;
}
.mainbox_ct .mainbox.online_buchen .img_ct {
    margin: 15px 0;
    width: 100%;
}
.mainbox_ct .mainbox.online_buchen .img_ct img {
}
.mainbox.kalis {
    padding-right: 0;
    width: 100%;
}
.footer_c .footer {
    max-width: 320px;
    padding: 73px 3% 19px;
}
.footer_c .footer .title {
    font-size: 18px;
}
.footer_c .footer .stitle {
    font-size: 14px;
}
.footer_c .footer .fbox .text_ct {
    width: 100%;
}
.footer_c .footer .fbox .img_ct {
    width: 100%;
}
.footer_c .footer .logos {
}
.footer_c .footer .logos a {
    margin: 0 0 30px !important;
    width: 37%;
}
.footer_c .footer .logos a.f_logo5
{
	width:32%;
}
.footer_c .footer .logos a:first-child {
}
.footer_c .footer .logos a:nth-child(2n) {
    margin-left: 24% !important;
}
.footer_c .footer .logos a.space {
    margin: 0;
}
.footer_c .footer .logos a img {
}
.footer_links_ct {
}
.footer_links_ct .footer_links {
    max-width: 320px;
    padding: 0;
}
.footer_links_ct .footer_links .social {
    float: none;
    width: 100%;
}
.footer_links_ct .footer_links .social a {
    display: inline-block;
    margin: 0;
    text-align: center;
    width: 24%;
}
.impressum {
    float: none;
    padding-top: 20px;
    text-align: center;
}
.impressum a {
    margin: 0;
}
.impressum a.sitemap {
    margin-right: 19px;
}
.impressum a.imp {
    margin-right: 19px;
}
.social_ct {
    max-width: 320px;
}
}
.menu {
    float: right;
    overflow: visible;
    position: static;
    background-color: #446725;
	z-index:2;
}
.menu_right
{
	width: 50%;
	height: 46px;
    float: right;
    position: relative;
    z-index: 1;
	background-color: #446725;
}
.wetter_s {
    color: #88929d;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.wetter_s .wetter_s_top {
    background-color: #e7eced;
    overflow: auto;
}
.wetter_s .wetter_s_bottom {
    display: none;
}
.wetter_s .wetter_s_top .wetter_s_box {
    background-color: #e7eced;
    float: left;
    margin: 28px 0;
    text-align: center;
    width: 50%;
}
.wetter_s .wetter_s_top .wetter_s_box:first-child {
    background-color: #f0f3f4;
    margin: 0;
    padding: 28px 0;
    width: 100%;
}
.wetter_s .wetter_s_top .wetter_s_box img.wetter_s_icon {
    width: 44px;
}
.wetter_s .wetter_s_top .wetter_s_box:first-child p.wetter_s_day {
    padding-bottom: 14px;
}
.wetter_s .wetter_s_top .wetter_s_box:first-child img.wetter_s_icon {
    float: left;
    margin: 0 1.5% 0 17.5%;
    width: 25%;
}
.wetter_s .wetter_s_top .wetter_s_box:first-child p.wetter_s_temp {
    float: left;
    font-size: 24px;
    padding: 14px 0;
    width: 50%;
}
.wetter_s .wetter_s_top .wetter_s_box:nth-child(2) {
    border-right: 1px solid #c7cbcf;
    box-sizing: border-box;
}
.menu ul {
    list-style: outside none none;
    margin: 0;
    overflow: visible;
    padding: 0;
	position:static;
}
.menu ul li {
    float: left;
    overflow: visible;
    width: auto;
	position:static;
}
.menu > ul > li:hover,
.menu > ul > li:focus,
.menu ul li a.top_link.current_path
{
    background-color: #88BB43;
    display: block;
}
body.blue .menu > ul > li:hover,
body.blue .menu > ul > li:focus,
body.blue .menu ul li a.top_link.current_path
{
    background-color: #446725;
    display: block;
}
.menu ul li a.top_link {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 46px;
    padding: 0 24px;
    text-transform: uppercase;
	cursor:pointer;
}
.menu ul li ul {
   /* background-color: #fff;*/
    display: none;
    float: right;
    left: auto;
    position: absolute;
    right: 0;
	top:46px;
    white-space: nowrap;
    width: 100%;
	text-align:right;
}

.menu ul li:first-child
{
    position: relative;
}

.menu ul li:first-child ul
{
    left: 0;
    right: auto;
}

.menu ul li:hover ul,
.menu ul li:focus ul
{
    display: inline-block !important;
}
.menu ul li ul li {
    background-color: #e7eced;
    display: inline-block;
    float: none;
    max-width: 278px;
    padding: 25px 0;
    position: relative;
    width: 25%;
	text-align:left;
}
.menu > ul > li > ul > li
{
	float:left;
}

.menu ul li ul li a {
    color: #446725;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.7px;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 0;
}

.menu ul li.blue > a
{
	color:#199FCD;
}

.menu ul li ul li ul {
    background-color: #e7eced;
    display: block;
    float: left;
    left: 0;
    padding-top: 19px;
    position: relative;
    right: auto;
    top: 0;
    white-space: normal;
    width: 100%;
}
.menu ul li ul li:nth-child(2n) {
    background-color: #fff;
}
.menu ul li ul li:nth-child(2n) ul {
    background-color: #fff;
}
.menu ul li ul li ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: block;
    padding: 0;
    width: auto;
}
.menu ul li ul li ul li a {
    background-image: url("../img/arrows/rr.png");
    background-position: 25px center;
    background-repeat: no-repeat;
    color: #9ba4ac;
    display: block;
    font-family: arial,sans-serif;
    font-size: 15px;
    font-weight: 100;
    letter-spacing: normal;
    padding: 9px 25px 9px 21.5%;
}

.menu ul li ul li ul li a span
{
	cursor:pointer;
}

.menu ul li ul li.blue ul li a
{
	background-image:url(../img/arrows/rb.png);
}

.menu ul li ul li ul li a:hover,
.menu ul li ul li ul li a:focus,
.menu ul li ul li ul li a.current_link
{
    background-color: #446725 !important;
    background-image: url("../img/arrows/rw.png");
    color: #fff;
}

.menu ul li ul li.blue ul li a:hover,
.menu ul li ul li.blue ul li a:focus,
.menu ul li ul li.blue ul li a.current_link
{
    background-color: #199FCD !important;
}
.menu ul li ul li ul li:hover a {
}
.menu ul li ul li ul li:hover a span {
}
.menu .smenuimage {
    display: block;
    padding: 0 23px 16px;
    position: relative;
}
.menu .smenuimage img {
    width: 100%;
}
.menu ul li ul li ul li.smenuimage:hover,
.menu ul li ul li ul li.smenuimage:focus
{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.menu li.submenu_col1 > ul
{
	width:25%;
}

.menu li.submenu_col1 > ul > li
{
	width:100%;
}

.menu li.submenu_col2 > ul
{
	width:50%;
}

.menu li.submenu_col2 > ul > li
{
	width:50%;
}

.menu li.submenu_col3 > ul
{
	width:75%;
}

.menu li.submenu_col3 > ul > li
{
	width:33.33%;
}

/*Mobile Menu*/
.menu_slide_layers {
    background-image: url("../img/bgs/menubg.png");
    width: 100%;
	right:-100%;
}
.menu_slide_layers .menu_close {
    background-image: url("../img/icons/cross.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 17px;
    font-weight: 600;
    margin-right: 17px;
    padding: 16px 41px 16px 20px;
}
/*.menu_slide_layers .menusls {
    background-color: #ffffff;
    float: right;
    overflow: hidden;
    padding-top: 21px;
    position: relative;
    right: 0;
    width: 50%;
}
.menu_slide_layers {
}
.menu_slide_layers ul {
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.menu_slide_layers .menusls > ul {
    margin-top: 21px;
}
.menu_slide_layers ul li {
}
.menu_slide_layers ul li a {
    background-image: url("../img/arrows/rr.png");
    background-position: 20px center;
    background-repeat: no-repeat;
    color: #9aa4ac;
    display: block;
    font-family: Raleway,sans-serif;
    font-size: 17px;
    font-weight: 700;
    padding: 12px 20px 12px 48px;
    text-transform: uppercase;
}
.menu_slide_layers ul li a:hover, .menu_slide_layers ul li a.top_link.current_path {
    background-color: #da2b2b !important;
    background-image: url("../img/arrows/rw.png");
    color: #fff;
}
.menu_slide_layers ul li ul {
    display: none;
    left: 100%;
}
.menu_slide_layers ul li ul.opened {
    display: block;
}
.menu_slide_layers ul li ul li a {
    background-image: url("../img/icons/openr.png");
    background-position: 95% 15px;
    background-size: 17px auto;
    color: #da2b2b;
    display: block;
    height: auto;
    overflow: auto;
    padding: 13px 20px 12px 30px;
    position: static;
}
.menu_slide_layers ul li ul li a:hover, .menu_slide_layers ul li > ul > li > a.current_path {
    background-color: #da2b2b;
    background-image: url("../img/icons/openw.png");
    color: #fff;
}
.menu_slide_layers ul li ul li ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    display: none;
    position: static;
}
.menu_slide_layers ul li ul li:nth-child(2n) {
    background-color: #f3f5f6;
}
.menu_slide_layers ul li ul li:nth-child(2n):hover {
    background-color: #da2b2b !important;
}
.menu_slide_layers ul li ul li:nth-child(2n) ul {
}
.menu_slide_layers ul li ul li:nth-child(2n):hover ul {
    background-color: #f3f5f6 !important;
}
.menu_slide_layers ul li ul li ul li {
}
.menu_slide_layers ul li ul li ul li a {
    background-image: url("../img/arrows/rr.png");
    background-position: 30px center;
    background-size: auto auto;
    color: #9ba4ac;
    font-family: arial;
    font-size: 16px;
    font-weight: 500;
    padding-left: 60px;
    text-transform: none;
}
.menu_slide_layers ul li ul li ul li a:hover, .menu_slide_layers ul li ul li ul li a.current_path {
    background-image: url("../img/arrows/rw.png");
}
.menu_slide_layers ul li ul li.back_link {
    background-image: url("../img/arrows/lg.png") !important;
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: auto auto;
    color: #9aa4ac;
    cursor: pointer;
    font-family: Raleway,sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px 12px 48px;
    text-transform: uppercase;
}
.menu_slide_layers ul li ul li.back_link:hover {
    background-color: transparent;
}
.menu_slide_layers ul li ul li ul li:nth-child(2n) {
    background-color: transparent;
}
.menu_slide_layers ul li ul li.opened > a {
    background-color: #da2b2b;
    background-image: url("../img/icons/closew.png");
    color: #fff;
}
.menu_slide_layers #msmenu-42 > a {
    background-image: url("../img/icons/openb.png");
    color: #01aef0;
}
.menu_slide_layers #msmenu-42:hover > a {
    background-color: #01aef0;
    background-image: url("../img/icons/openw.png");
    color: #fff;
}
.menu_slide_layers #msmenu-42.opened > a {
    background-color: #01aef0;
    background-image: url("../img/icons/closew.png");
    color: #fff;
}
.menu_slide_layers #msmenu-42 ul li a {
    background-image: url("../img/arrows/rb.png");
}
.menu_slide_layers #msmenu-42 ul li:hover {
}
.menu_slide_layers #msmenu-42 ul li:hover a {
    background-color: #01aef0 !important;
    background-image: url("../img/arrows/rw.png");
    color: #fff;
}
.menu_slide_layers #msmenu-42 ul li.smenuimage:hover {
    background-color: transparent !important;
}*/

.menu_slide_layers .menusl_c
{
	width: 50%;
	padding-top: 21px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: right;
	position: relative;
	z-index: 1;
	overflow:hidden;
	right: 0;
	
	background-color: #ffffff;
	
	font-family: 'Roboto', sans-serif;
}

.menu_slide_layers .menusl
{
	width:100%;
	display:table;
	position:relative;
	z-index:1;
	right:0;
}

.menu_slide_layers .menusl .menuslbox
{
	width: 100%;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	top: 0px;
	left: -100%;
	z-index: 2;
}
.menu_slide_layers .menusl .menuslbox.current
{
	left: 0%;
}

.menusl ul
{
	margin:0;
	padding:0;
}

.menusl ul li
{
	width:100%;
	padding:0;
	margin:1px 0;
	list-style:none;
	overflow:hidden;
    display: block;
	
    font-family: Raleway,sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-decoration:none;
    text-transform: uppercase;
}

.menusl ul li a
{
	width:100%;
	padding: 12px 20px 12px 48px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:block;
	
	
	background-image: url("../img/arrows/rr.png");
    background-position: 20px center;
    background-repeat: no-repeat;
	color: #9aa4ac;
}

.menusl ul li a:hover,
.menusl ul li a:focus,
.menusl ul li.current_path a,
.menusl ul li.current_link a
{
	background-color: #446725 !important;
    background-image: url("../img/arrows/rw.png") !important;
    color: #fff;
}

.menusl .submenu .back_link
{
    cursor: pointer;
    font-family: Raleway,sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.menusl .submenu .back_link a
{
	width:100%;
	overflow:hidden;
	padding: 12px 20px 12px 48px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:block;
	
	text-decoration:none;
	background-image: url("../img/arrows/lg.png");
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: auto auto;
	
	color: #9aa4ac;
}

.menusl .submenu .back_link a:hover,
.menusl .submenu .back_link a:focus
{
	background-color: #446725 !important;
    background-image: url(../img/arrows/lw.png);
    color: #fff;
}


.menusl .submenu .back_link a:hover,
.menusl .submenu .back_link a:focus
{
	text-decoration:none;	
	color:#fff;
}

.menusl .mm_parent_accord 
{
	width:100%;
	margin-top:2px;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow:hidden;
	display: block;
	
	background-color:#fff;
}

.menusl .mm_parent_accord:nth-child(2n)
{
	background-color: #f3f5f6;
}

.menusl .mm_parent_accord .title
{
	padding: 13px 20px 13px 30px;
	cursor:pointer;
	background-image: url(../img/icons/closew.png);
    background-position: 95% 15px;
    background-size: 17px auto;
	-webkit-background-size: 17px auto;
	background-repeat:no-repeat;
	background-color: #446725;
	
	font-family: Raleway,sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
	color: #fff;
	
}

.menusl .mm_parent_accord.closed .title
{
	background:none;
	background-image: url(../img/icons/openr.png);
	background-position: 95% 15px;
    background-size: 17px auto;
	-webkit-background-size: 17px auto;
	background-repeat:no-repeat;
	color: #446725;
}

.menusl .mm_parent_accord:hover.closed .title
{
	background-color: #446725 !important;
	background-image:url(../img/icons/openw.png);
    color: #fff;
}

.menusl .mm_parent_accord .title span
{
	width:100%;
	display:block;
	padding:0 32px 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image:url(../img/icons/close1.png);
	background-position:right center;
	background-repeat:no-repeat;
	background-size: 19px auto;
	-webkit-background-size:19px auto;
}

.menusl .mm_parent_accord.closed .title span
{
	background-image:url(../img/icons/open1.png);
}

.menusl .mm_parent_accord .inner
{
	width:100%;
	padding:0;
	overflow:hidden;
}

.menusl .mm_parent_accord.closed .inner
{
	display:none;
}

.menusl .mm_parent_accord li
{   
    font-family: arial;
    font-size: 16px;
    font-weight: 500;
}

.menusl .mm_parent_accord li a
{
	padding-left:60px;
	background-position: 30px center;
	color: #9ba4ac;
	text-transform: none;
}

.menusl .mm_parent_accord.blue .title
{
	background-color: #88BB43;
    background-image: url("../img/icons/closew.png");
    color: #fff;
}

.menusl .mm_parent_accord.blue.closed .title:hover
{
	background-color: #88BB43 !important;
    background-image: url("../img/icons/openw.png");
    color: #fff;
}

.menusl .mm_parent_accord.closed.blue .title
{
	background-color:inherit;
	background-image: url("../img/icons/openb.png");
    color: #88BB43;
}

.menusl .mm_parent_accord.blue li a
{
	background-image: url("../img/arrows/rb.png");
}

.menusl .mm_parent_accord.blue li:hover a,
.menusl .mm_parent_accord.blue li:focus a,
.menusl .mm_parent_accord.blue li.current_path a,
.menusl .mm_parent_accord.blue li.current_link a
{
	background-color: #88BB43 !important;
	background-image:url(../img/arrows/rw.png);
    color: #fff;
}


@media only screen and (max-width: 1230px) {
.menu-ct .menu_inner {
    left:0;
	right:0;
	margin:auto;
    
}

.menu-ct .menu_inner .menu
{
	padding-right:92px;
}

}

@media only screen and (max-width: 1150px) {
.menu {
    position: static;
}
.menu ul li ul {
    float: left;
    margin: 0 auto;
    right: 0;
    width: 100%;
}
.menu ul li ul li, .menu #dsmenu-1 > ul > li, .menu #dsmenu-52 > ul > li, .menu #dsmenu-61 > ul > li {
    width: 25%;
}

.menu ul li:first-child ul
{
    width: 275px;
}

}
@media only screen and (max-width: 630px) {
.head .online_shop
{
	letter-spacing:0;
}
.menu_slide_layers .menusl_c
{
	width:280px;
}
.menu_slide_layers .menu_close
{
	margin-right: 10px;
    padding: 16px 5px 16px 20px;
}
.menu_slide_layers .menu_close {
}
.menu_slide_layers .menu_close span {
    display: none;
}

.social_ct
{
	padding-top:0;
}
}
