.bg_white{background-color: #FFFFFF;}

.bg_dark{background-color: #f2f1ee;}



/* ==|== primary styles =====================================================
   Author: moxi 
   ========================================================================== */

body{
    font-family: 'Lora', serif;
	color: #6c6763 !important;
	font-size: 15px !important;
	background-color: #fff;
}
body *:focus{
    outline: none;
}

/* TEXT */
h1{
    font-family: 'Open Sans', sans-serif;
	font-size: 38px;
    font-weight: 300;
    line-height: 42px;
    text-transform: uppercase;
	margin-bottom: 50px
}

h2{
	font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #6c6763;
    line-height: 28px;
    font-weight: 400;
    margin: 0;
}
p + h2{
    margin-top: 50px;
}
#detail_content h2{
    margin-top: 50px;
    margin-bottom: 30px;
}
#detail_content h2.title_2{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 40px;
}
h3{
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
}
h3.open{
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
    text-transform: uppercase;
	margin-bottom: 20px;
    font-style: normal;
    font-weight: normal;
}
h3.no_margin{
    margin:  0;
}
h3.lora_label{
    display: inline;
}

h4{
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-transform: uppercase;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; 
    margin: 0 auto;
    max-width: 100%;
}
.strike > h4 {
    position: relative;
    display: inline-block;
}
.strike > h4:before,
.strike > h4:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #6d6865;
}
.strike > h4:before {
    right: 100%;
    margin-right: 15px;
}
.strike > h4:after {
    left: 100%;
    margin-left: 15px;
}

.intro{
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    margin: 30px 0 50px;
}
/*.map_content .intro{
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-top: 25px;
    margin-bottom: 25px;
}*/
.text ul{
    margin-left: 35px;    
    margin-bottom: 20px;
}
p{   
    margin-bottom: 25px;
}
pre{
    font-family: 'Lora', serif;
}
.text li, .intro_content li{
    margin-bottom: 7px;
}

a, .link{
    cursor: pointer;
    text-decoration: none;
}
a.more_link, span.more_link, .text a, .intro_content a{
    color: #006d72;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    text-decoration: none;
    cursor: pointer;
}
.text a, .intro_content a{
    font-size: 15px;
}
.text a:not(.mybutton):hover, .intro_content a:hover{
    color: #008C92;
}
a.more_link:hover, span.more_link:hover{
    color: #008C92;
}

.mybutton{
    font-family: 'Lora', serif;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    border: 1px solid #6d6865;
    color: #6d6865;
    padding: 10px 20px;
    margin-top: 70px;
    text-decoration: none;
    line-height: 16px;
    background: none;
}
.mybutton:hover{
    /*color: #000;*/
    background: #e5e2dc;
}
.box_link{
    cursor: pointer;
}
.error{
    color: red;
}
.success{
    color: green;
}

/*CONTENT ACCORDEON*/
.acc_title{
    padding-left: 30px;
    background-image: url(../pix/glossar_arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    cursor: pointer;
}
.acc_title:hover{
    color: #000;
}
.acc_title.active{
    background-image: url(../pix/glossar_arrow_up.svg);
}
.acc_content{
    display: none;
}
.acc_content + h3{
    margin-top: 50px;
}

/*GENERAL*/
#detail_content{
    max-width: 595px;
}
#plan_transport{
    margin: 20px 0 40px;
} 

/*HEADER*/
header{
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    width: 100%;
    z-index: 20;
}
header #head_top, header #head_bottom{
    position: fixed;
    width: 100%;
    z-index: 20;
}
header #head_top{
    background: url(../pix/texture.png);
    background-position: center top;
    padding: 20px 0 10px;
    z-index: 20;
    top: 0;
}
header #head_mid{
    background: url(../pix/texture.png);
    background-position: center -51px;
}
#logo, #byline{
    color: #f2f1ee;
    text-align: center;
}
#logo{
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#byline{
    font-family: 'Lora', serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 1px;
}

.meta-site a, .meta-lang a{
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    float: left;
}
.meta-site a.active, .meta-lang a.active,.meta-site a:hover, .meta-lang a:hover{
    color: #f2f1ee;
}
.meta-site a{
    padding-right: 25px;
}
.meta-lang a{
    padding-right: 15px;
}

.meta-site a div{
    width: 12px;
    height: 13px;
    background: url(../pix/home.svg);
    margin-top: 4px;
}
.meta-site a:hover div{
    background: url(../pix/home_h.svg);
}

header #head_mid{
    padding: 20px 0;
    margin-top: 52px;
}
#mainnav{
    max-width: 1000px;
    margin: 0 auto;
}
#mainnav > li > div{
    display: table;
    width: 100%;
    background: url(../pix/mainnav_arrow.svg) no-repeat center right 15px;
}
#mainnav > li > div > a{
    text-align: center;
    padding: 0 30px 0 15px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background: none !important;
}
#mainnav > li{
    background: none;
}
#mainnav > li:hover, #mainnav > li.active{
    background: #fff;
}
#mainnav a{
    color: #000000;
    font-size: 20px;
    line-height:  60px;
    text-transform: uppercase;
}
.top-bar-section{
    background: #f0f0ef;
}
.top-bar-section .has-dropdown{
    position: static;
}
.top-bar-section .dropdown ul{
    display: table;
    max-width: 1000px;
    margin: 0 auto;
}
.top-bar-section .dropdown{
    background: #fff;
}
.top-bar-section .dropdown .dropdown_content{
	max-width: 1000px; 
	margin: 0px auto;	
	text-align: center;
    padding: 10px 0;
    line-height: 30px;
}
.top-bar-section .dropdown li{
    width: auto;
}
.top-bar-section #mainnav .dropdown a{
    background: #fff !important;
    padding: 0px 28px;
    text-align: center;
    line-height: normal;
    color: #999999;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    display: inline;
}
.top-bar-section #mainnav .dropdown li{
    background: #fff !important;
    
}
.top-bar-section #mainnav .dropdown a:hover, .top-bar-section #mainnav .dropdown a.active{
    color: #000;
}
.nav_shadow, .shadow{
    background: url(../pix/nav_shadow.png) repeat-x top;
    height: 9px;
    position: absolute;
    bottom: -9px;
    width: 100%;
    z-index: 10;
}
header #head_bottom{
    border-top: 1px solid #cfcecc;
    background: #f0f0ef;
    top: 186px;
    padding-bottom: 15px;
}
#home_top{
    position: relative;
}
.header_gallery{
    position: relative;
}
.header_gallery img{
    /*min-height: 275px;*/
    width: 100%;
}
.single .orbit-bullets, 
.single .orbit-prev, 
.single .orbit-next{
    display: none !important;
}
.header_gallery .orbit-prev, .header_gallery .orbit-next, .content_orbit .orbit-prev, .content_orbit .orbit-next, .gallery .orbit-prev, .gallery .orbit-next{
    display: none;
}
.orbit-prev span, .orbit-next span{
    display: none !important;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next{
    width: 45px;
    height: 45px;
}
.orbit-container .orbit-prev, .content_orbit .orbit-prev{
    background-image: url(../pix/arrow_left_w.svg);
    left: 45px;
}
.orbit-container .orbit-next, .content_orbit .orbit-next{
    background-image: url(../pix/arrow_right_w.svg);
    right: 45px;
}
.content_orbit .orbit-prev, .content_orbit .orbit-next{
    margin-top: -50px;
}
.single .orbit_trigger, html.touch .orbit_trigger{
    display: none;
}
.orbit_trigger{
    position: absolute;
    top: 0;
    bottom: 50px;
    width: 50%;
    z-index: 5;
    cursor: pointer;
}
.orbit_trigger.prev{
    left: 0;
}
.orbit_trigger.next{
    right: 0;
}

.header_gallery:hover .orbit-prev, .header_gallery:hover .orbit-next,
.content_orbit:hover .orbit-prev, .content_orbit:hover .orbit-next,
.gallery:hover .orbit-prev, .gallery:hover .orbit-next{
    display: block;
}

.main-section{
    padding-top: 50px;
    padding-bottom: 75px;
}
.header_gallery > .main-section{
    padding-top: 30px;
}

.gallery_desc{
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin: 15px auto 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1d1d1;
    max-width: 1000px;
}
.gallery_desc{
    text-align: center;
}
.gallery_desc.single{
    padding-top: 10px;
    margin-bottom: 25px;
}
.gallery_desc img{
    padding-bottom: 10px;
}
.gallery.single .orbit-bullets-container{
    display: none;
 }
.gallery.single + h1{
    margin-top: 50px;   
}
.gallery:not(.single) + h1{
    margin-top: 20px;   
}
.gallery{
    position: relative;
}

.scrollable{
    overflow: auto;
}

/*FOOTER*/
footer{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background: #252525;
    color: #cccccc;
    padding-top: 60px;
    padding-bottom: 40px;
}
footer h2{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}
footer b{
    color: #fff;
}
footer a{
    color: #fff;
    text-decoration: underline;
}
footer .footer_contact a{
    font-weight: 600;
}
footer a:hover, footer a:focus{
    color: #cccccc;
}
footer i{
    font-family: 'Lora', serif;
    font-size: 15px;
}
footer .logo_container{
    padding-top: 3px;
}
footer .partner_logo{
    margin-bottom: 30px;
}
/*.footer_contact, .footnav{
    padding-left: 80px;
}
.footer_contact .column{
    max-width: 280px;
}*/
#logo_lacs_foot, #logo_doubs_foot{
    max-width: 180px;
    width: 100%;
}
#logo_doubs_foot{
    max-width: 252px;
}

footer #copyright > div{
    display: table;
    height: 100%;
}
footer #copyright > div > div{
    display: table-cell;
    vertical-align: bottom;
}
/*HOME SUPERNEWS */
#supernews {
    position: relative;
}
#supernews .supernews {
    position: absolute;
    top: 200px;
    background-color: #006d72;
    width: 300px;
    right: 0;
    z-index: 1;
    padding: 1.5rem;
}
#supernews h2,
#supernews p {
    text-align:left;
}
#supernews p {
    color:#fff;
}
#supernews .sidebar_ele {
    text-align:center;
}

/*INTRO*/
#intro_wrapper{
    margin-top: -60px;
    margin-bottom: 50px;
    background: #fff;
    padding: 10px;
}
#intro{
    padding-top: 50px;
    border: 1px solid #6c6763;
    font-size: 16px;
    line-height: 23px;
}
.container_1 #intro{
    padding-top: 0;
    
}
.intro_content{
    margin-bottom: 35px;
}
#intro_large .content, #intro_small .content, #intro .content{
    padding: 0 50px;
}
.intro_content img{
    margin-bottom: 25px;
}
#intro_illu{
    max-width: 50vw;
    max-height: 100%;
}
.container_2 .header_gallery .orbit-bullets-container, .container_3 .header_gallery .orbit-bullets-container, .container_4 .header_gallery .orbit-bullets-container{
    display: none;
}

/*HOME*/
.intro_content.home .intro{
    padding-left: 0 !important;
}
.container_1 .bg_dark, #home_news{
    margin-bottom: 50px;
}
#no_news{
    height: 50px;
}
/*home logos*/
#home_right{
    margin-top: 25px;
    right: 0;
    bottom: 50px;
    top: 0;
}
#home_right h3{
    margin-top: 20px;
}
#home_right img{
    margin-top: 60px;
    width: 100%;
}
#home_right a:hover img{
    opacity: 0.8;
}
#logo_pdd{
    max-width: 130px;
}
#logo_park{
    max-width: 120px;
}
#logo_lacs{
    max-width: 220px;
}

/*home events*/
.events_container{
    max-height: 380px;
}
#home_events .events_container .events_inner{
    background: #f2f1ee;
    padding: 15px;
}
#home_events .strike{
    max-width: 190px;
    color: #6d6865;
    margin-bottom: 10px;
}
.events_container .event_ele{
    padding: 15px 0;
    cursor: pointer;
}
.events_container .event_ele:hover h2{
    color: #000;
}
.events_container .event_ele:not(:last-child){
    border-bottom: 1px solid #fff;
}
.event_date{
    font-family: 'Lora', serif;
    color: #006d72;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
}
#calendar_link{
    font-family: 'Lora', serif;
    color: #fff;
    background: #006d72;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
#calendar_link:hover{
    background: #009ba2;
}



#home_teaser{
    padding-left: 38px;
}
#teaser_bg{
    background: url(../pix/zucht_home.png) no-repeat right center;
    height: 450px;
    width: 100%;
    position: relative;
}
.teaser_overlay{
    width: 60%;
    height: 45%;
    background: #fff;
    margin: auto;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 55px;
}
.teaser_overlay_inner{
    border: 1px solid #6c6763; 
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
}
.teaser{
    border: 1px solid #6c6763; 
    height: 100%;
    width: 100%;
    text-align: center;
    display: table;
}
.overlay_text{
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
}
.overlay_text h2{
    margin: 5px 0 20px;
}


#home_news{
    margin-top: 50px;
}
#home_news .strike{
    margin-bottom: 10px;
}
.home_news_content{
    padding-left: 30px;
}
.home_news_date{
    margin-bottom: 5px;
}
#home_news .orbit-bullets{
    display: inline-block;
    padding: 0 15px;
    background: #fff;
    margin-bottom: 0;
}
#home_news hr{
    /*position: relative;*/
    width: 100%;
    top: -30px;
    border-color: #6c6763;
    margin-top: -9px;
}
#home_news .orbit-next, #home_news .orbit-prev{
    left: auto;
    bottom: 35px;
    background: red;
    top: auto;
    width: 40px;
    height: 35px;
}
#home_news .orbit-prev{
    right: 100px;
    background: url(../pix/arrow_left.svg) no-repeat center;
}
#home_news .orbit-next{
    right: 15px;
    background: url(../pix/arrow_right.svg) no-repeat center;
}

/*SIDEBAR*/
.sidebar_ele{
    margin-bottom: 30px;
}
.sidebar_text{
     padding: 35px 25px;
     text-align: center;
}
.sidebar_text.left-align {
    text-align:left;
}
.sidebar_ele .sidebar_text h2, .sidebar_ele .sidebar_text a h2{
    color: inherit;
    margin-bottom: 30px;
}
.sidebar_ele .mybutton{
    margin-top: 15px;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
.sidebar_ele a:hover{
    opacity: 0.8;
}
.sidebar_ele .mybutton, .sidebar_ele h2{
    color: #fff;
    border-color: #fff;
}
.sidebar_ele .mybutton:hover{
    color: #ccc;
    background: inherit;
}
#sidebar_glossar{
    background: #f2f1ee;
    color: #6c6763;
}
#sidebar_glossar h3{
    cursor: pointer;
    font-size: 15px;
    padding-left: 20px;
    background: url(../pix/glossar_arrow.svg) no-repeat center left;
    background-size: 13px;
    margin-bottom: 5px;
}
#sidebar_glossar h3:hover{
    color: #afa59d;
}
#sidebar_glossar h3.active{
    background: url(../pix/glossar_arrow_up.svg) no-repeat center left;
    background-size: 13px;
}
#sidebar_glossar .sidebar_text{
    text-align: left;
}
.glossar_entry{
    margin-bottom: 10px;
}
.glossar_desc{
    display: none;
}
#sidebar_map{
    color: #fff;
    background: #9bad80;
}
#sidebar_events{
    background: #006d72;
    color: #fff;
}

#sidebar_breeder{
    background: #afacaa;
    color: #fff;
}
#horse_img{
    width: 500px;
    max-width: none;
    /*overflow: visible;
    max-width: none;*/
    position: absolute;
    bottom: 500px;
    right: -560px;
}


/*MAP*/
#home_map{
    /*padding: 0 0.9375rem;*/
    margin-bottom: 25px;
}
.map_wrapper {
    height: 100%;
    position: relative;
    width: 100%;
}
.map_alert{
    position: relative;
}
.map_alert .alert_text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #fff;
    background: #006d72;
    padding: 10px 20px 15px;
}
.map_wrapper #map_top {
    position: absolute;
    z-index: 1;
    width: 100%;
}
.map_controls{
    padding-top: 20px;
    padding-right: 20px;
    float: right;
}
.map_wrapper .map_controls .map_control {
    background-color: #6d6865;
    cursor: pointer;
    float: left;
    line-height: 10px;
    border-left: 1px solid #817c78;
    padding: 9px;
    text-align: center;
}
.map_wrapper .map_controls .map_control:first-child { margin-left: 0; }
.map_wrapper .map_controls .map_control img {
    display: inline-block;
    height: auto;
    width: 16px;
}
.map_wrapper .map_controls .map_control:hover img {
    opacity: 0.5;
}
#back{
    border: none;
}
.map_wrapper .map_controls #back:not(.active) {
    opacity: 0.5;
}


.map_content_wrapper{
    height: 100%;
    
}
.map_content_top, .page-details{
    background: #f2f1ee;
}
#map{
    width: 100%;
    height: 700px;
}
.map_content_top{
    padding: 20px;
    border-bottom: 1px solid #fff;
    display: table;
    width: 100%;
}
.map_content_top .strike{
    width: 120px;
    margin-bottom: 35px;
}
.map_content_top .category{
    position: relative;
    display: table-cell;
    font-family: 'Lora', serif;
    color: #fff;
    background: #006d72;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    vertical-align: middle;
    min-height: 50px;
    padding: 5px;
    width: 25%;
    box-sizing: border-box;
    border-left: 10px solid #f2f1ee;
    cursor: pointer;
}
.map_content_top .category.active{
    cursor: default;
}
.map_content_top .category_arrow{
    width: 12px;
    height: 12px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;
    display: none;
}
.map_content_top .category.active .category_arrow{
    display: block;
}
.map_content_top .info{
    color: #6d6865;
    width: 12%;
    background: #e5e2dc;
    border: 1px solid #6d6865;
}
.map_content_top .info .category_arrow{
    background: #e5e2dc;
    border-right: 1px solid #6d6865;
    border-bottom: 1px solid #6d6865;
    width: 11px;
    height: 11px;
}
.map_content_top .category_1, .map_content_top .category_1 .category_arrow{
    background: #b3461a;
}
.map_content_top .category_1:not(.active):hover, .map_content_top .category_1 .category_arrow:not(.active):hover{
    background: #d85521;
}
.map_content_top .category_2, .map_content_top .category_2 .category_arrow{
    background: #698997;
}
.map_content_top .category_2:not(.active):hover, .map_content_top .category_2 .category_arrow:not(.active):hover{
    background: #85afc1;
}
.map_content_top .category_3, .map_content_top .category_3 .category_arrow{
    background: #62775f;
}
.map_content_top .category_3:not(.active):hover, .map_content_top .category_3 .category_arrow:not(.active):hover{
    background: #758e72;
}

.map_content_wrapper .detail_container{
    height: 548px;
}
.container_40 .detail_container{
    max-width: 570px;
}

.detail_block{
    border-bottom: 1px solid #fff;
    padding: 20px;
}
/*.detail_block.category{
    min-height: 90px;
}*/
.detail_block .space{
    height: 15px;
}
.detail_block:last-child{
    border-bottom: 0;
}
.detail_block p, .detail_block h3:not(:first-child){
    margin-top: 25px;
}
.detail_block h3 + p{
    margin-top: 5px;
}
.detail_block.text{
    padding-bottom: 40px;
}

.detail_block .list_image{
    max-width: 32.5%;
    width: 100%;
    box-sizing: border-box;
    padding-right: 15px;
}
.detail_block .list_image + .right{
    max-width: 67.5%;
    width: 100%;
}
.info_mobile{
    width: 100%;
    padding: 0.9375rem;
    padding-right: 50px;
    background: #f2f1ee url(../pix/arrow_right.svg) no-repeat right 20px center;
    background-size: 20px;
    padding-right: 50px;
}
/*.info_mobile a.more_link{
    display: block;
}*/
h3.color_1{
    color: #b3461a;
}
h3.color_2{
    color: #698997;
}
h3.color_3{
    color: #62775f;
}
.route_link{
    display: none;
}
body.show_route_links .route_link{
    display: inline; 
}

#travel_mode_container {
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
}

/* ==============
    Compass-Styles
   ============== */
.section_markers { display: none; }
.closest-markers_container{
    padding: 0 0.9375rem;
}
.closest-marker{
    background: #f2f1ee;
    border-top: 1px solid #d7d5d2;
    border-bottom: 1px solid #d7d5d2;
}
.closest-marker .marker_description_wrapper {
    padding: 10px 0.9375rem 5px;
    border-top: 1px solid #d7d5d2;
    background: url(../pix/arrow_right.svg) no-repeat right 20px center;
    background-size: 20px;
}
.closest-marker .marker_description_wrapper .description{
    padding-right: 40px;
}
.closest-marker{
    margin-bottom: 15px; 
}

.closest-marker .info{
    position: relative;
    border-top: 1px solid #d7d5d2;
}
.closest-marker .info div{
    height: 30px;
}
.closest-marker .info .control-distance{
    margin: 0 50px;
    line-height: 30px;
    text-align: left;
    font-weight: bold;
}
.closest-marker .info .control-direction, .closest-marker .info a{
    position: absolute;
    width: 30px;
    bottom: 0;
}
.closest-marker .info .control-direction{
    left: 0;
}
.closest-marker .info a{
    right: 0;
    height: 100%;
    text-align: center;
    background: #6c6763;
}
.closest-marker .info a img{
    margin-top: 5px;
    width: 20px;
}

/*.closest-marker .info .control-direction.direction-n{ background: url(../pix/map/control-arrows.png) no-repeat scroll -3% center; }
.closest-marker .info .control-direction.direction-ne { background: url(../pix/map/control-arrows.png) no-repeat scroll 13% center; }
.closest-marker .info .control-direction.direction-e { background: url(../pix/map/control-arrows.png) no-repeat scroll 27.5% center; }
.closest-marker .info .control-direction.direction-se { background: url(../pix/map/control-arrows.png) no-repeat scroll 42.5% center; }
.closest-marker .info .control-direction.direction-s { background: url(../pix/map/control-arrows.png) no-repeat scroll 57% center; }
.closest-marker .info .control-direction.direction-sw { background: url(../pix/map/control-arrows.png) no-repeat scroll 71.5% center; }
.closest-marker .info .control-direction.direction-w { background: url(../pix/map/control-arrows.png) no-repeat scroll 86% center; }
.closest-marker .info .control-direction.direction-nw{ background: url(../pix/map/control-arrows.png) no-repeat scroll 102.5% center; }*/
.closest-marker .info .control-direction {
    /*background-size: auto 30px !important;*/
    width: 40px;
}
.closest-marker .info .control-direction:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../pix/arrow_direction.svg) no-repeat center;
    background-size: 17px;
}
.closest-marker .info .control-direction.direction-n{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.closest-marker .info .control-direction.direction-ne{
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.closest-marker .info .control-direction.direction-e{
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.closest-marker .info .control-direction.direction-se{
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}
.closest-marker .info .control-direction.direction-sw{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.closest-marker .info .control-direction.direction-w{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.closest-marker .info .control-direction.direction-nw{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.back-to-map-section{
    padding: 15px 0.9375rem;
    display: block;
}
/*@media screen and (orientation: portrait) {
    .closest-marker .info { height: auto; }
    .closest-marker .info .control { height: 40px; padding: 15px; }
    
    .closest-marker .info .control-distance { font-size: 36px; line-height: 40px; margin: 0 72px; }
    .closest-marker .info .control-info { background-size: 40px auto !important; width: 40px; }
}*/
/*.closest-marker .info .control-info {
    background: url(../pix/map/control-info.png) no-repeat scroll center center transparent;
    
}
.closest-marker.active .info:after {
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 30px solid #31353a;
    bottom: -28px;
    display: block;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -35px;
    position: absolute;
    width: 0;
}
.closest-marker .info .description { display: none; }
.closest-marker_description {
    display: none;
    clear: both;
    padding: 36px 0 0;
}
.closest-marker_description .marker_description_wrapper {
    background-color: #ffffff;
    padding: 20px;
}
.closest-marker_description .marker_description {
    display: block;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}
.closest-marker_description .description {
    color: #000000;
    font-family: 'Merriweather', serif;
    font-size: 26px;
    margin-right: 140px;
}
.closest-marker_description .date {
    border-left: 1px solid #cccccc;
    height: 100%;
    padding: 0 0 0 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 120px;
}
.closest-marker_description .date p {
    font-size: 40px; font-weight: bold; line-height: 35px; margin: 0;
}
.closest-marker_description .date p.time {
    color: grey; font-size: 22px; line-height: 27px;
}


*/

/*RULES*/
#rules .orbit-container{
    overflow-y: visible;
}
.rule p{
    margin-bottom: 0;
}
#rules{
    margin-top: 50px;
    margin-bottom: 55px;
    padding: 0 0.9375rem;
}
#rules ul{
    margin: 10px auto;
    cursor: pointer;
}
#rules ul ul{
    list-style-type: disc;
    margin: 0;
}
#rules .rule_text{
    padding: 15px 0 15px 30px;
}
#rules .rule_count{
    padding: 15px 0;
    text-align: right;
    padding-right: 10px;
}
#rule_14 .rule_text{
    padding: 10px;
}
#rules .rule_img{
    padding: 0;
    max-width: 180px;
}
#rules .orbit-prev, #rules .orbit-next{
    width: 40px;
    height: 35px;
    margin-top: -15px;
}
#rules .orbit-prev{
    left: 0;
    background: url(../pix/arrow_left.svg) no-repeat center;
}
#rules .orbit-next{
    right: 0;
    background: url(../pix/arrow_right.svg) no-repeat center;
}
#rules .orbit-bullets-container{
    display: none;
}
#rule_14{
    font-size: 11px;
}
#detail_container.rules_lightbox, #detail_container.rules_lightbox #blind{
    background: rgba(0,0,0,0.7);
}
#detail_container.rules_lightbox #overlay_container{
    padding: 0;
}
#detail_container.rules_lightbox #detail{
    max-width: 790px;
    background: #fff;
    height: auto;
    margin: auto;
    position: absolute;
    top: 50%;
    margin-top: -165px;
    left: 0;
    right: 0;
}
#detail_container.rules_lightbox #detail > .column{
    padding: 10px;
}
#detail_container.rules_lightbox #detail_img{
    margin: 0;
    padding: 0;
}
#detail_container.rules_lightbox #detail_desc{
    text-align: left;
    font-size: 15px;
    font-style: normal;
    padding-left: 30px;
}
#detail_container.rules_lightbox #detail_desc *{
    color: #6c6763 !important;
}
#detail_desc.no_img, #detail_desc.no_img *{
    padding-left: 0 !important;
}
#detail_desc strong{
    padding: 0!important;
}
#detail_container.rules_lightbox #pager{
    position: absolute;
    color: #fff;
    bottom: -30px;
    right: 15px;
    font-family: 'Lora', serif;
}

/*NEWS*/
#news h4{
    margin-bottom: 50px;
}
#news .strike{
    width: 170px;
}


/*GRID*/
[class*="block-grid-"] > li {
     clear: none !important;
}
.grid_ele h2{
    margin-top: 0px;
    padding-bottom: 10px;
    padding-right: 30px;
}
.grid_ele h3{
    margin-top: 30px;
}
.grid_ele .more_link{
    margin-top: 10px;
    padding-bottom: 25px;
    display: block;
}
.main-section .main:not(#team) .grid_ele, #suggestions .grid_ele{
    cursor: pointer;
}
.main-section .main:not(#team) .grid_ele:hover, #suggestions .grid_ele:hover{
    opacity: 0.8;
}
.grid_ele a:not(.more_link){
    color: #6c6763 !important;
    text-decoration: none !important;
}
.grid_inner{
    position: relative;
    cursor:pointer;
}
.button_container{
    text-align: center;
    margin-bottom: 50px;
}
#news .grid_inner{
    background: #f2f1ee;
    text-align: center;
    height: 100%;
}
#news .grid_text{
    padding: 0 20px;
}
.blind{
    width: 100%;
    background: #ccc;
    height: 320px;
}

/*SIDEBAR*/
.sidebar > div:not(:last-child){
    margin-bottom: 30px;
}
.sidebar > div:first-child h2{
    line-height: 2rem;
    margin-bottom: 2rem;
}
.sidebar .news_ele{
    margin-bottom: 25px;
}

/*GALLERY*/
.container_12 .strike{
    width: 170px;
}
.gallery_cat{
    width: 100%;
    margin-top: 30px;
    position: relative;
    
}
.gallery_cat .title_container{
    max-width: 60%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
}
.detail_arrow{
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 20px;
}
.gallery_cat .cat_title{
    color: #fff;
    margin: 0;
}

#gallery_grid{
    margin-top: 45px;
    margin-left: -15px;
    margin-right: -15px;
}

.testimonial:before {
    content:"“";
    position:absolute;
    z-index:1;
    display:block;
    margin-left:-10px;
}

.testimonial:after {
    content:"”";
    display:inline;
    padding-left:5px;
}

.gallery_ele{
    position: relative;
    box-sizing: border-box;
    border: 15px #fff solid;
    overflow: hidden;
    cursor: pointer;
}
.gallery_ele .gallery_image{
    width: 100%;
}
.gallery_ele .img_overlay{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
}
.gallery_ele .img_overlay .overlay_text{
    color: #fff;
    font-size: 20px;
    font-style: italic;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    text-align: center;
}

.gallery_ele img{
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -ms-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out
}
.gallery_ele:hover img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    /*width: 110%;
    max-width: none;
    position: relative;
    left: -5%;
    top: -5%;*/
}
#image_count{
    display: none;
}
/*GALLERY LIGHTBOX*/
.detail_content{
    display: none;
}
#detail_container{
    position: fixed;
    overflow-y: auto;
    width: 100%;
    right: 0;
    bottom: 0;
    top: 0;
    background: #000;
    display: none;
    z-index: 300;
}
#detail_container #blind{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 400;
    background: #000;
}
#overlay_container{
    padding-top: 15vh;
    height: 100vh;
}
#detail{
    height: 100%;
    position: relative;
}
.gallery_detail_content{
    position: absolute;
    bottom: 5vh;
    width: 100%;
    padding-top: 3vh;
    max-height: 10vh;
    border-top: 1px solid #8e8e8d;
}
#detail *{
    color: #fff !important;
}
#detail_img{
    margin: 0 auto 30px;
    display: block;
    width: auto;
    max-height: 70vh;
    padding-bottom: 5vh;
}
#download{
    display: none;
    font-size: 16px;
    font-style: italic;
    text-decoration: underline;
}
#detail_desc{
    text-align: left;
    font-size: 16px;
    font-style: italic;
}

#pager{
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: right;
}
#close, #next, #prev{
    cursor: pointer;
    position: fixed;
}
#close{
    top: 5vh;
    right: 0.9375rem;
    width: 40px;
    height: 40px;
    max-width: 5vh;
    max-height: 5vh;
}
#next, #prev{
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
}
#next{
    right: 45px;
}
#prev{
    left: 45px;
}

.orbit-timer{
    display: none;
}
.orbit-bullets li{
    width: 11px;
    height: 11px;
    margin-right: 15px;
    background: #d3d1d0;
}
.orbit-bullets li.active{
    background: #6d6865;
}

/*TABLE*/
table#downloads, table#links, table#events{
    /*table-layout: fixed;*/
    border-collapse: collapse;
    width: 100%;
}

table#downloads tr td, table#links tr td, table#events tr td{
    border-top: 1px solid #b5b3b1;
    line-height: 23px;
    padding: 12px 12px 12px 0;
    vertical-align: top;
}
table#events .month{
    border-top: 0;
}
table#events td{
    vertical-align: top;
}
table#downloads tr:last-child td, table#links tr:last-child td, table#events tr:last-child td{
    border-bottom: 1px solid #b5b3b1;
}
table#links tr td:last-child:not(.category), table#downloads tr td:last-child:not(.category), table#events tr td:last-child:not(.year){
    text-align: right; 
}
table#downloads tr:not(:first-child) td.category, table#links tr:not(:first-child) td.category, table#events tr:not(:first-child) td.category{
    padding-top: 40px;
}
table#downloads tr:first-child td.category, table#links tr:first-child td.category, table#events tr:first-child td.category{
    border-top: none;
}
table#downloads tr td b{
    font-size: 16px;
}

table#events h2{
    margin-bottom: 0;
}
table#events strong{
    display: block;
    margin-bottom:  5px;
}
table#events tr td:nth-child(1){
    width: 20%;
}
table#events tr td:nth-child(2){
    width: 65%;
}
table#events tr td:nth-child(3){
    width: 15%;
}

/*CONTACT*/
#address{
    margin: 25px 0 30px;
}
#map_canvas{
    margin-top: 25px;
    height: 400px;
} 
.gm-style-mtc{
    display: none;
}    

/*SHOP*/
.container_11 .strike{
    max-width: 120px;
}
#filter{
    /*margin-top: 50px;*/
    margin-bottom: 35px;
}
#filter table td{
    min-width: 120px;
    box-sizing: border-box;
    font-size: 16px;
}
#filter .filter_checkbox{
    background-image: url(../pix/checkbox.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 2px;
}
#filter .filter_checkbox.checked{
    background-image: url(../pix/checkbox_active.svg);
}
#filter .filter{
    border-top: 1px solid #b5b3b1;
}
#filter .filter_cat{
    padding: 20px 10px;
    font-weight: bold;
    font-style: italic;
}
#filter .filter_lang{
    padding: 5px 10px;
    color: #6d6865;
    background: #f2f1ee;
}
#filter .filter_lang .filter_checkbox{
    background-image: url(../pix/checkbox_lang.svg);
}
#filter .filter_lang .filter_checkbox.checked{
    background-image: url(../pix/checkbox_lang_active.svg);
}

.product-intro .text ol {
    padding-left:41px;
}

.is-related-link a {
    font-weight:700;
    font-style:italic;
    color:#006d72;
    transition:color 0.3s ease;
}

.is-related-link a:hover {
    color:#008C92;
}

@media screen and (max-width:768px) {
    .is-related-link {
        padding-bottom:1.5rem;
    }
}

#products.has-grey-bg {
    padding-top:50px;
    background-color:#f2f1ee;
}

#products .nr {
    position: absolute;
    z-index:10;
    top: 15px;
    left: 15px;
    border-radius: 100%;
    background: #345b62;
    width: 25px;
    height: 25px;
    line-height: 24px;
    color: #fff;
    text-align: center;
}
#products .grid_ele .show_on_map {
    margin-left: 30px;
}
#products .grid_ele .more_link {
    display: inline-block !important;
}

#products .picto.producer {
    position:absolute;
    width: 18px;
    left:50px;
    margin-top:15px;
}

#products .grid_inner img.hide-for-small.is-fallback {
    border:1px dotted #ccc;
}
#products .grid_inner img.hide-for-small.is-fallback:last-of-type {
    display:none !important;
}

#products .grid_inner > img.hide-for-small {
    width:320px;
    height:320px;
    object-fit: cover;
    transition:opacity 0.3s ease;
}

#products .grid_inner:hover > img.hide-for-small {
    opacity:0.7;
}

#products .grid_inner img.show-for-small {
    width:610px;
    max-width:100%;
    height:auto;
    object-fit: cover;
}
#products .grid_inner .grid_text {
    height:176px;
}

#suggestions .strike, #products .strike {
    max-width: 185px;
    margin: 0 auto 60px;
}

body.container_29 .load-map {
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #fff;
    z-index: 5;
    text-align: center;
}

body.container_29 .load-map img {
    z-index: 100;
    height: 100px;
    width: auto;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

body.container_29 .map_controls {
    border-radius: 0 0 3px 3px;
    position: absolute;
    right: 20px;
    z-index: 1;
    -webkit-box-shadow: 0 0 5px 1px rgba(233,233,233,1);
    box-shadow: 0 0 5px 1px rgba(233,233,233,1);
}

body.container_29 .map_controls .map_control {
    background-color: #fff;
    cursor: pointer;
    float: left;
    line-height: 10px;
    border-left: 1px solid #e9e9e9;
    padding: 9px;
    text-align: center;
}

body.container_29 .map_controls .map_control img {
    display: inline-block;
    height: auto;
    width: 16px;
    vertical-align:middle;
}
body.container_29 #products .esriPopup .info .picto {
    position:absolute;
    top:5px;
    left:5px;
}
body.container_29 #products .esriPopup .info .picto.producer {
    width:14px;
}
body.container_29 .esriPopup,
body.container_29 .esriPopup .esriPopupWrapper {
    border-radius:0;
}
body.container_29 .esriPopup .esriPopupWrapper .sizer {
    width:200px;
}

body.container_29 .esriPopup .contentPane {
    height:auto;
    max-height:max-content;
    padding:0;
    overflow:auto;
    font-family:"Lora", times, serif;
}
body.container_29 .esriPopup .contentPane .info_content {
    padding:10px;
}
body.container_29 .esriPopup .contentPane .info_content h2 {
    margin:0 0 5px;
}
body.container_29 .esriPopup .contentPane .info_content a {
    text-decoration:none;
    color:#006d72;
    font-weight:700;
}
body.container_29 .esriPopup .contentPane .close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 25px;
    height: 25px;
    padding: 2px;
    cursor: pointer;
    background: rgba(255, 255, 255, .5);
}

body.container_29 #sidebar_downloads.sidebar_ele,
body.container_29 #sidebar_links.sidebar_ele,
body.container_29 #sidebar_contact.sidebar_ele {
    background: #f2f1ee;
    color: #6c6763;
    text-align: left;
}
body.container_29 #sidebar h2 {
    margin-bottom: 20px;
    color: #6c6763;
}
body.container_29 #sidebar_downloads a,
body.container_29 #sidebar_links a,
body.container_29 #sidebar_contact a {
    color: #006d72;
    font-family: 'Lora', serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3px;
    display: block;
}
body.container_29 #sidebar .map {
    max-height: 300px;
}

/* FORM */
table.form_table{
    border: 0;
    width: 100%;
    margin-top: 20px;
}
table.form_table tr{
    background: none !important;
}
table.form_table tr td{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
}
table.form_table tr td.form_label{
    max-width: 145px;
    padding-right:10px;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}
.form_label.top{
    vertical-align: top;
}
.table_space{
    height: 50px;
}
table.form_table input[type="text"], table.form_table input[type="email"], table.form_table input[type="number"], table.form_table textarea, table.form_table select, table.form_table input[type="date"]{
    background: #f2f1ee;
    border: 1px solid #afacaa;
    width: 100%;
    margin: 0;
}
table.form_table select {
    background: #f2f1ee url("../pix/arrow-down.png") right center no-repeat;
}
table.form_table input[type="text"]:focus, table.form_table input[type="email"]:focus, table.form_table textarea:focus{
    border: 1px solid #6c6763;
}
table.form_table input[type="submit"]{
    padding-left: 50px;
    padding-right: 50px;
    height: 45px;
    margin-top: 0;
}
table.form_table textarea{
    height: 150px;
}
table.form_table.form_voucher tr td:first-of-type {
    width:35%;
    margin-right:2%;
}
table.form_table.form_voucher tr td:last-of-type {
    width:63%;
}
.gm-style-mtc{
    display: none;
}
.radio.madame{
    margin-left: 25px;
}
.radio_group > div{
    margin-bottom: 20px;
    display: table;
}
.radio_group.anrede > div{
    margin-bottom: 0;
}
.radio_label{
    display: table-cell;
    line-height: 17px;
    vertical-align: top;
}
.radio, .checkbox{
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #afacaa;
    background: #f2f1ee;
    border-radius: 1000px;
    margin-right: 10px;
    cursor: pointer;
}
.radio.active:before, .checkbox.active:before{
    position: absolute;
    top: 2px;
    left: 2px;
    content: "";
    border-radius: 1000px;
    width: 11px;
    height: 11px;
    background: #6c6763;
}
.radio_ele{
    display: inline;
}
.radio_left {
    display:block;
    float:left;
    width:8%;
}
.radio_right {
    display:block;
    float:right;
    width:92%;
    padding-left:0.25rem;
}
.radio_left .radio {
    margin-top:0.25rem;
}
.checkbox, .checkbox.active:before{
    border-radius: 1px;
}




/* Small ONLY*/
/*@media only screen and (max-width: 40em) {*/
@media only screen and (max-width: 40.0625em) {
    .container_1 #logo{
        font-size: 35px;
        line-height: 40px;        
    }
    #logo{
        font-size: 19px;
        line-height: 22px;
    }
    header #head_top{
        padding-bottom: 0;
    }
    body:not(.container_1) #byline{
        display: none;
    }
    .tab-bar .menu-icon, .tab-bar{
        height: 35px;
    }
    /*nav*/
    nav.tab-bar{
        background: none;
    }
    nav.tab-bar .right-small{
        border: none;
        width: auto;
        height: auto;
    }
    .off-canvas-wrap.move-left .right-off-canvas-menu{
        box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    }
    .exit-off-canvas{
        box-shadow: none !important;
    }
    .tab-bar .menu-icon span:after{
        box-shadow: 0 0 0 2px #fff, 0 11px 0 2px #fff, 0 22px 0 2px #fff !important;
        top: 2px;
        left: auto;
        right: 0;
        margin-top: 0;
        width: 25px;
    }
    aside .off-canvas-list dd, aside .off-canvas-list dl{
        margin: 0;
    }
    aside ul.off-canvas-list li a{
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        font-size: 16px;
        line-height: 44px;
        border-bottom: none !important;
        margin: 0 25px;
        padding-left: 0;
        font-weight: 600;
        line-height: normal;
    }
    aside ul.off-canvas-list li a.parent{
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
        border-bottom: 1px solid #8e8e8d !important;
    }
    aside .off-canvas-list dd.active > a{
        color: #fff;
        background: none;
    }
    aside ul.off-canvas-list li .links{
        padding-left: 25px;
    }
    aside ul.off-canvas-list li .links a{
        margin-left: 0;
    }
     aside ul.off-canvas-list li .links.active a, aside ul.off-canvas-list.aside_meta li a.active{
        color: #fff;
     }
    aside ul.off-canvas-list .content.active{
        padding-left: 25px;
    }
    aside ul.off-canvas-list li .links:last-child{
        border-bottom: 1px solid #8e8e8d !important;
    }
    aside .aside_meta{
        margin-top: 30px;
    }
    /*header*/
    header{
        position: relative;
    }
    #head_top{
        position: fixed;
        z-index: 20;
    }
    #head_top .nav_shadow{
        display: none !important;
    }
    #head_top.scroll .nav_shadow{
        display: block !important;
    }	    
    #head_bottom{
        padding-top: 56px;
    }
    
    #intro .content {
        padding: 0 20px;
    }
    
    .home_buttons .column:nth-child(2), .home_buttons .column:last-child{
        margin-left: -1px;
    }
    .footer_contact{
        padding-left: 0.9375rem;
    }
    .address_container{
        border: 0;
    }
    #detail_content .button_container{
        text-align: center;        
            
    }    
    /*sidebar*/
    .sidebar{
        margin-top: 50px;
    }
    #sidebar{
        margin-top: 30px;
        padding-top: 15px;
        background: #252525;
    }
    #sidebar h2{
        font-size: 20px;
        padding-right: 30px;
    }
    .sidebar_ele h2, .sidebar_ele a h2{
        margin-bottom: 0;
    }
    .sidebar_ele:not(#sidebar_shop) .detail_arrow{
        top: 50%;
        height: 30px;
        margin-top: -15px;
    }
    .sidebar_ele{
        padding-right: 30px;
    }
    .sidebar_ele{
        position: relative;
        margin-bottom: 15px;
    }
    .sidebar_text{
        padding: 15px 15px;
        text-align: left;
    }
    .main-section{
        padding-bottom: 0px;
    }
    .grid_ele h3{
        margin-top: 15px;
            
    }
    
    /*home*/
    .container_1 #intro_wrapper{
        margin-bottom: 0;
    }
    #home_right{
        margin-top: 0;
    }
    #logo_lacs, #home_events{
        margin-bottom: 30px;
    }
    #home_teaser{
        padding: 0 0.9375rem;
    }
    .teaser_overlay{
        min-width:  250px;
    }
    #teaser_bg{
        height: 350px;
    }
    .teaser_overlay{
        height: auto;
    }
    .container_1 .bg_dark{
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }
    .home_news_image{
        height: auto;
        margin-bottom: 30px;
    }
    .home_news_content{
        padding-left: 0.9375rem;
    }    
    /*#home_news .orbit-bullets-container{
        padding-bottom: 10px;
    }*/
    #home_news .orbit-prev, #home_news .orbit-next{
        display: none;
    }    
    .events_container{
        max-height: none;
    }
    /*map*/
    .container_22 .main-section, .container_40 .main-section{
        padding-top: 0;
    }
    .map_content_top{
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .map_content_top .category{
        font-size: 12px;
    }
    .detail_block.text{
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .map_wrapper .map_controls {
        left: 0px;
        top: 0;
    }
    .map_wrapper .map_controls .map_control img{
        width: 25px;
    }
    .map_wrapper .map_controls .map_control.map_control-options img{
        width: 24px;
    }
    
    #map_wrapper.contact{
        margin-bottom: 50px;
    }
    /*gallery*/
    .container_12 .main-section{
        padding-top: 0;
    }
    .gallery_slide{
        width: 100%;
        height: 660px;
    }
    .header_gallery .gallery_desc{
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; 
    }
    .gallery_cat h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: normal;
    }
    #download{
        display: none;
    }
    
    
    /*MAP*/
    #map{
        height: 300px;
    }
    #home_map{
        padding: 0;
    }
    .map_content_wrapper .detail_container{
        height: auto;
    }
    #travel_mode_container {
        top: 43px;
    }
    
    /*DIVERS*/
    #detail_content{
        max-width: none;
    }    

    table#downloads tr td{
        width: 70%;
        /*margin-left: 25%;*/
    }
    table#downloads tr td:first-child{
        width: 30%;
    }
    table#links{
        max-width: 100%;
    }
    
    #filter table td{
        display: block;
        padding-bottom: 5px;
    }
    
    .column a:last-child .gallery_cat{
        margin-bottom: 50px;
    }
    
    .radio.madame{
        margin-left: 0;
    }

    
    .grid_text{
        text-align: left;
    }
    
    #bymoxi {
        display: none;
    }
    
    #rules .orbit-prev, #rules .orbit-next{
        display: none !important;
    }
    
    .address_container{
        margin-bottom: 80px;
    }
    

}


/* Medium */
@media only screen and (min-width: 40.0625em) {
    #head_top{
        position: static;
        padding-bottom: 38px;
        /*border-bottom: 1px solid #e5e5e5;*/
    }
    .meta-lang a:first-child{
        padding-right: 0;
    }                       
    header #head_mid {
        margin-bottom: 60px;
        padding: 25px 0 30px;
    }
    /*header #head_mid.head_drop_active{
        margin-bottom: 121px;
    }
    header #head_mid.head_drop_active.organisation{
        margin-bottom: 183px;
    }*/
    #head_bottom{
        padding-top: 0;
    }
    #mainnav{
        display: table;
        width: 100%;
    }
    #mainnav a{
        line-height: 23px;
        height: 60px;
    }
    #mainnav .has-dropdown.active .dropdown{
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        z-index: 98;
        top: 60px;
    }
    .top-bar-section ul li{
        display: table-cell;
        float: none;
    }
    aside .off-canvas-list dd, aside .off-canvas-list dl{
        margin: 0;
    }
    .meta-lang a{
        float: right;
        /*padding-left: 15px;*/
    }
    .main_content{
        padding-right: 115px;
    }
    
    #intro_wrapper{
        margin-top: -130px;
    }
    #carte_small{
        display: none !important;
    }
    #home_right .row > div:not(:first-child){
        margin-top: 10px;
    }
    #home_right{
        position: absolute;
    }
    
    .gallery_cat .title_container{
        max-width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
        bottom: auto;
    }
    #close{
        top: 45px;
        right: 45px;
    }
    #detail_desc{
        font-size: 14px;
        text-align: center;
    }
    
    #rules ul li.rule > div{
        -webkit-box-shadow: 0px 0px 10px 0 #ccc;
        box-shadow: 0px 0px 10px 0 #ccc;
    }
    #rules ul li.rule{
        padding: 0 60px;
    }
    #rules_pdf{
        padding-left: 60px;
        padding-top: 10px;
    }
    /*GRID*/
    .moxi_grid {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        grid-gap: 30px;
        list-style-type: none;
    }
    .grid_ele h2{
        padding-bottom: 30px;
        padding-right: 0;
    }
    .detail_arrow{
        bottom: 20px;
    }
    /*gallery*/
	.gallery_slide{
	   height: 600px;
	}
    .project_container:last-child{
        border-bottom: 1px solid #b5b3b1;
    }

    
    /*downloads*/
    table#downloads tr td:nth-child(1){width: 18%}
    table#downloads tr td:nth-child(2){width: 32%}
    table#downloads tr td:nth-child(3){width: 15%}
    table#downloads tr td:nth-child(4){width: 15%}
    table#downloads tr td:nth-child(5){width: 20%}
    
    .container_17 table#downloads tr td:nth-child(1){width: 35%}
    .container_17 table#downloads tr td:nth-child(3){width: 20%}
    .container_17 table#downloads tr td:nth-child(4){width: 20%}
    .container_17 table#downloads tr td:nth-child(5){width: 25%}
 
    table .more_link.hide-for-small{
        display: inline !important;
    }
    #bymoxi {
        display: none;
    }
    
    
    
}

/* Large */	
/*@media only screen and (min-width: 54.063em) { */
@media only screen and (min-width: 1024px) {
    /*HOME*/
    #home_right .row > div{
        margin-top: 0;
    }
    #home_right .home_button {
        display: table-cell;
    }
    #home_right .row > div:not(.foo){
        margin-top: 0;
    }
    #home_right .row > div:nth-child(2){
        padding: 0 5px;
    }
    #home_right .home_button.carte_large{
        display: table-cell;
    }
    #home_right .home_button.carte_small{
        display: none;
    }
    #dropdown_4 li{
        float: none;
        border: none;
        width: auto;
    }
    /*header #head_mid.head_drop_active{
        margin-bottom: 106px !important;
    }*/
    #filter table td{
        padding-right: 60px; 
    }
    #bymoxi {
        right: 3px;
        position: absolute;
        top: 360px;
        z-index: 1;
        text-align: left;
        display: block;
    }
}


/*firefox nav position*/
@-moz-document url-prefix() {
    .anchor {
        top: 15px;
    }
}





/* ==|== helper styles =====================================================
   Author: moxi 
   ========================================================================== */
.hidden{display: none}
.clear{clear: both}





/*tinymce Admin styles*/
#tinymce .content_gallery{
    width: 256px;
    height: 205px;
    background: url(../../admin/assets/pix/gallery.png) no-repeat center;
    background-size: cover;
    color: transparent;
}
.gallery_placeholder{
    display: block;
}
.gallery_placeholder:after, .gallery_placeholder:before {
    content:"\000A";
    white-space: pre;
}