/* CSS Mini Reset */
/******************/
html{color:#000;}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

.clear{ clear:both; }
.nopadl{ padding-left:0px !important;	}
.nopadr{ padding-right:0px !important; }
.nopad{padding-left:0px !important; padding-right:0px !important; }
.input_wrongdiv{ display:none; color:#ff0000; }
.after_send{ display:none; }
/* FONTS */
@font-face{
    font-family: "BC-Falster-Grotesk-Regular";
    src: url("fonts/BC-Falster-Grotesk-Regular-5eff2d62beb194306abca5585932f2b5.woff2") format("woff2"),
         url("fonts/BC-Falster-Grotesk-Regular-5eff2d62beb194306abca5585932f2b5.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: "BC-Falster-Grotesk-Bold";
    src: url("fonts/BC-Falster-Grotesk-Bold-10facbc9bbbd4b9dd3311fadd4a2b189.woff2") format("woff2"),
         url("fonts/BC-Falster-Grotesk-Bold-10facbc9bbbd4b9dd3311fadd4a2b189.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* STYLES */
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}
strong{
    font-family: "BC-Falster-Grotesk-Bold";
}
.italic{
    font-style: italic;
}
body{
    font-family: "BC-Falster-Grotesk-Regular";
    font-weight:normal;
}
a:hover{
	color:rgb(22,22,22);
}
.input_wrongdiv{
	color:red;
}
.input_wrongdiv, .after_send{
	display:none;
}

h1{
    font-size:32px;
    line-height:43px;
    font-weight:700;
    margin-bottom:20px;
}
h2{
    font-family: "BC-Falster-Grotesk-Bold";
    font-size:16px;
    line-height:16px;
    font-weight:400;
    margin-bottom:10px;
}
.row100{
    width:100%;
    float:left;
    position:relative;
}
.center{
    width:1400px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
}/*
.center.center2{
    padding-right:100px;
}*/

/* SHARE */
#selectionSharerPopover-inner, #selectionSharerPopover::after{
	background:#000;
}
::-moz-selection { background:#000; color:#FFF; }
::selection { background:#000; color:#FFF; }
#selectionSharerPopover-inner, #selectionSharerPopover .selectionSharerPopover-arrow{
	border-color:#000 !important;
	border-radius: 0px;
}
#selectionSharerPopover .selectionSharerPopover-arrow{
	border: 2px solid #000;
}
#selectionSharerPopover::after{
	box-shadow: none;
}
.selectionSharerPopover-clip, #selectionSharerPopover::after, a.telegram{
	display: none !important;
}


/* HEADER */
header{
    height:80px;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    border-bottom:1px solid #000;
    z-index:1000;
    background:#FFF;
        border-bottom: 5px solid #B7DF7C;
}
#logo{
    margin-top: 14px;
    margin-left: 30px;
    width: 200px;
}
#btn_nav, .mobnav{
	display: none;
}
#back{
    margin-left:-15px;
    margin-top:25px;
    margin-bottom:25px;
    display: inline-block;
}

/* CONTENT */
#content{
    height:100vh;
    overflow: hidden;
    color:#000;
    position:relative;
    float:left;
    width:100%;
    padding-top:80px;
}
.section{
    width:50px;
    float:left;
    transition:all 1s ease-in-out;
    height:100%;
    -ms-overflow-style:none;  /* IE and Edge */
    scrollbar-width:none;  /* Firefox */
    overflow-x:hidden;
    overflow-y:auto;
}
.section.act .section_tag, .section:hover .section_tag{
    background:whitesmoke;
}
.section::-webkit-scrollbar{
    display:none;
}
.section_inner{
    position: relative;
    float: left;
    width:100%;
    width:calc(100vw - 150px);
}
#section_home{
    width:0px;
}
#section_home .gall_ov{
	display: block !important;
}
#section_home.act{
    width:calc(100% - 150px);
}
.section:not(#section_home).act{
    width:calc(100% - 100px);
}
.section_tag{
    width:50px;
    border-left:1px solid #000;
    border-right:1px solid #000;
    height:100%;
    height:calc(100vh - 80px);
    position:relative;
    cursor:pointer;
    margin-right:-1px;
    background:#FFF;
    float:left;
    z-index:100;
    position: absolute;
}
.section_tag span{
    transform:rotate(-90deg);
    text-align:right;
    width:200px;
    display:block;
    position:absolute;
    top:110px;
    left:-78px;
}
.section_content{
    position:relative;
    float:left;
    width:calc(100% + 50px);
    height:auto;
    padding-left:50px;
}

/* HOME */
#home_btm h2{
	text-transform: uppercase;
}
#default{
    padding-top:50px;
    position: relative;
    float: left;
    width:100%;
    height:calc(100vh - 80px);
    overflow: auto;
    padding-bottom:25px;
}
#default a{
    color:#000;
}
#default h2{
    font-size:32px;
    line-height:43px;
    font-weight:700;
    margin-bottom:20px;
    margin-top:50px;
}
.gall_inner{
    position:relative;
    width:100%;
    float:left;
}
.gall_inner > img{
    width:100%;
}
.galll_inner video{
    transition: transform .5s ease;
}
.blurr video{
/*    filter:blur(100px); */
}
.gall_ov{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:100;
    background:rgba(255,255,255,0);
}
.gall_ov .center{
    height:100%;
}
.gall_play{
    position: absolute;
    width:80px;
    left:calc(50% - 40px);
    top:calc(50% - 40px);
	opacity: 0;
    cursor: pointer;
}
#section_home .gall_text{
	bottom: -150px;
}
.gall_text{
    font-family: "BC-Falster-Grotesk-Bold";
    position: absolute;
    left: 0px;
	bottom: -120px;
    font-size: 32px;
    line-height: 43px;
    color: #B7DF7C;
}
.gall_text_mob{
    display: none;
}
.gall_text h2{
    text-transform: uppercase;
}
#home_center{
    padding-top:45px;
    position:relative;
    float:left;
    width:100%;
}
.teaser_box img.teaser_img_mob{
    display: none;
}
.teaser_element{
    cursor: pointer;
}
.teaser_box{
    font-size:16px;
    line-height:22px;
    margin-bottom:25px;
}
.teaser_box h2{
    text-transform: uppercase;
}
.teaser_box:first-of-type{
    margin-left:0px;
}
.teaser_box a{
    color:#000;
}
.teaser_box a:hover, .teaser_element:hover{
    text-decoration:none;
    opacity:0.5;
}
.teaser_box img{
    display:block;
    margin-top:15px;
}
#home_bg{
    position:relative;
    float:left;
    width:100%;
}
#home_btm{
    padding-top:150px;
    padding-bottom:120px;
    position:relative;
    float:left;
    width:100%;
}
.home_text{
    padding-right:40px;
    margin-top:35px;
    column-count:2;
    column-gap: 40px;
    hyphens: auto;
    -webkit-hyphens: auto
}
.home_text:before, .home_text:after{
    position:absolute;
    font-size:100px;
    line-height:18px;
    color:#000;
}
.home_text:before{
    content:"«";
    left:-50px;
    top:-5px;
    display: none;
}
.home_text:after{
    display: none;
    font-size:60px;
    content:"»";
    right:-50px;
    bottom:13px;
}
.home_text_box{
    width:100%;
    float: left;
    position: relative;
}
.home_text2{
    margin-top:40px;
    font-size: 14px;
    /*font-style: italic;*/
}
.home_text2 strong{
    color:#000;
    font-size:28px;
    line-height:28px;
    margin-bottom:5px;
    display: block;
}

/* AUDIO */
#audio_player{
	width:500px;
	position: fixed;
	left:calc(50% - 250px);
	top:50%;
	color:#FFF;
	background:rgba(119,111,96,0.9);
	z-index:101;
	padding:35px;
	display:none;
    font-size:16px;
	line-height:20px;
    transform: translateY(-50%)
}
#audio_close{
	cursor: pointer;
	position: absolute;
	top:30px;
	right:30px;
	z-index:100;
}
#audio_info{
	font-size:13px;
	line-height:18px;
	margin-top:55px;
	float: left;
	width:100%;
	position: relative;
}
#audio_progressbar{
	height:3px;
	background:#FFF;
	margin-top:50px;
    display: none;
}
#progressbar_inner{
	height:3px;
	background:#000;
	width:0px;
	position: relative;
	float: left;
}
#progressbar_inner:after{
	content:' ';
	width:9px;
	height:9px;
	background:#000;
	position: absolute;
	right:-9px;
	top:-3px;
	border-radius: 50%;
}
#player{
	display:none;
}
#audio_pause{
	cursor: pointer;
	width:57px;
	height:57px;
	background:url("../img/audio_play.svg") center center no-repeat;
	background-size:100% !important;
}
#audio_pause.act, #audio_pause:hover{
	background-size:100% !important;
	background:url("../img/audio_pause.svg") center center no-repeat;
}


/* RESULTS */
.result .gall_text{
	color: #fff;
	width: 40%;
	min-width: 400px;
	max-width: 100%;
	top: inherit;
	bottom: 50px;
}
.results_content{
    position:relative;
    float:left;
    width:100%;
    height:100%;
    padding-top:0;
    /*padding-bottom:80px;*/
}
.progress{
    position: fixed;
    top:80px;
    height: 5px;
    background-color: #000;
    transition: all linear 0.1s;
	width: 0px;
    z-index: 100;
	display: none;
    border-radius: 0px;
}
.section_content_2 .progress {
	left:50px;
}
.section_content_8 .progress {
	left:100px;
}
.section_content_3 .progress {
	left:150px;
}
.section_content_4 .progress {
	left:200px;
}
.results_top{
    margin-bottom:100px;
    position: relative;
    float: left;
    width:100%;
}
.results_share{
    margin-bottom:50px;
    position: relative;
    float: left;
    width:100%;
    font-size:14px;
    line-height:19px;
}
.results_center{
    position: relative;
    float: left;
    width:100%;
    font-size:22px;
    line-height:30px;
    margin-bottom:70px;
    hyphens: auto;
    -webkit-hyphens: auto
}
.results_bottom img{
    position: relative;
    float: left;
    width:200%;
    margin-bottom:25px;
}
.res_img{
    margin-bottom:100px;
}
.res_label{
    margin-bottom:50px;
    position: relative;
    float: left;
    width:100%;
    font-size:14px;
    line-height:24px;
    font-style: italic;
}
.res_outer .res_box h2{
    font-size:22px;
    line-height:32px;
    margin-bottom:20px;
    text-transform: none;
}
.res_box{
    hyphens: auto;
    -webkit-hyphens: auto;
    position: relative;
    float: left;
    width:100%;
    margin-bottom:40px;
}
.res_box a{
    color:#FFF;
}
.res_nav{
    font-size:16px;
    position: relative;
    float: left;
    width:100%;
}
.res_nav.sticky{
    position: fixed;
    top:110px;
    z-index:10000;
}
.res_jump{
    color:#000;
    display: block;
    margin-bottom:10px;
    opacity:0.5;
    cursor: pointer;
}
.res_jump.act, .res_jump:hover{
    text-decoration: none;
    opacity:1;
}
.goalteaser {
	margin-bottom: 40px;
	float: left;
}
.goalteaser img{
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
}
.goalteaser h2{
	margin-bottom: 5px;
}
.goalteaser a{
	color: #000;
	text-decoration: none;
}
.goalteaser span{
	color: #9ABE66;
}
.res_outer h2{
	margin-top: 50px;
}
.greenback h2 {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  text-transform: none;
}
.res_box {
	padding-left: 15px;
}
.greenback{
	background: #F6FAF2;
	padding: 50px 0 150px;
	width: 100%;
    left: 0;
    position: relative;
    float: left;
	margin-top: 80px;
}
.greenback .results_bottom{
	float: none;
}
ol{
    padding:25px 0px;
}
ol li{
    counter-increment: list;
    margin-bottom:25px;
}
ol li:last-child{
    margin-bottom: 0px;
}
ol li:before{
    width:30px;
    content:"—  "counter(list);
    left:-55px;
    display: block;
    position: absolute;
    text-align: left;
}
.res_g_outer{
    width:200%;
}
.res_g_title{
    width:100%;
    position: relative;
    float: left;
    border-bottom:1px solid #707070;
    margin-bottom:100px;
}
.res_g_title_click{
    width:15%;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-bottom:-2px;
}
.res_g_title_click.cat2.act, .res_g_title_click.cat2:hover{
    border-bottom:4px solid #707070;
}
.res_g_title_click.cat3.act, .res_g_title_click.cat3:hover{
    border-bottom:4px solid #E6BE52;
}
.res_g_title_click.cat4.act, .res_g_title_click.cat4:hover{
    border-bottom:4px solid #FFF;
}
.res_g_inner{
    position: relative;
    float: left;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    margin-bottom:170px;
}
.res_g_icon{
    margin-bottom:70px;
    position: relative;
    float: left;
    width:33.3333%;
    transition: all .5s ease-in-out;
    padding-right:25px;
    display: none;
    flex-wrap: wrap;
    align-items:center;
}
.res_g_icon2{
    display: flex;
}
.res_g_icon:first-of-type{
    margin-left:0px;
}
.res_g_icon.size3{
    font-size:40px;
    line-height:45px;
}
.res_g_icon.size3 img{
    width:100%;
}
.res_g_icon.size3 .perc{
    font-size:30px;
}
.res_g_icon.size2{
    font-size:32px;
    line-height:37px;
}
.res_g_icon.size2 small{
    font-size:16px;
    line-height:21px;
    display: block;
}
.res_g_icon.size2 img{
    width:80%;
}
.res_g_icon.size2 .perc{
    font-size:24x;
}
.res_g_icon.size1{
    font-size:22px;
    line-height:27px;
}
.res_g_icon.size1 img{
    width:50%;
}
.res_g_icon.size1 .perc{
    font-size:18x;
}
.res_g_icon.size0{
    font-size:16px;
    line-height:21px;
}
.res_g_icon.size0 img{
    width:33.3333%;
}
.res_g_icon.size0 .perc{
    font-size:16x;
}
.res_icon_left, .res_icon_right{
    width:50%;
    position: relative;
    float: left;
}
.res_icon_img img{
    width:100%;
}
.res_icon_text{
    padding-left:25px;
    color:#000;
}
.res_icon_img img{
    float:right;
}
.res_icon_img{
    text-align: center;
}
.res_hidden{
    opacity:0;
}
.res_img_title, .res_img_title2{
    font-size:18px;
    line-height:32px;
    float: left;
    width:200%;
    float: left;
    position: relative;
    font-family: "BC-Falster-Grotesk-Bold";
    margin-bottom:25px;
}
.res_img_title2{
    margin-bottom:25px;
    font-family: "BC-Falster-Grotesk-Regular";
}
.res_img_title3{
    margin-bottom:0px;
}
/* OVERLAY */
.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color:#ffffffbf;
    z-index: 992000;
}
.overlaycontent h2{
	margin-bottom: 40px;
}
.overlaycontent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 60px 40px 40px;
	z-index: 9999;
	width: 75%;
	max-height: 95vh;
	max-width: 750px;
	box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.5);
}
.overlaywrap .home_top, .overlaywrap .home_bottom, .overlaywrap footer, .overlaywrap header, .overlaywrap .newstitlw .overlaywrap #knt{
	display: none;
}
.close-button {
	position: absolute;
    top: 3px;
    right: 35px;
    cursor: pointer;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #fff !important;
    font-weight: bold;
}
.overlaycontent.simpli_item{
	margin: 0;
	text-align: left;
	overflow-y: scroll;
}
.overlaycontent .newscontent{
	max-width: inherit;
}
.overlaycontent img, .overlaycontent video{
	padding: 35px 0;
}
.overlaycontent h2{
	margin-bottom: 2px;
}
#hash{
	position: absolute;
	top: 55px;
	right: 40px;
}
#location{
	color: #000;
	margin-top: 20px;
	display: block;
}
#greenline{
	width: 100%;
	background: #B7DF7C;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.overlaycontent .button{
	color: #fff;
	background: #9ABE66;
	margin-top: 40px;
	display: inline-block;
	padding: 12px 27px;
	cursor: pointer;
}
/* PIES */
.pie_img img{
    width:100%;
    position: relative;
    float: left;
}
.pie_legen_outer{
    margin-bottom:15px;
}
.pie_legend{
    /*background:rgba(80,79,78,0.86);*/
    width:100%;
    position: relative;
    float: left;
    font-size:16px;
    line-height:24px;
/*    color:#FFF; */
}
.pie_legend h2{
    font-size:16px;
    line-height:24px;
    margin-bottom:10px;
    padding-top:15px;
    margin-top:40px;
    font-weight:400;
    text-transform: none;
    float: left;
    position: relative;
    width:100%;
    border-top:1px solid #000;
}

/*
.green{ color:#59B588; }
.yellow{ color:#B9D384; }
.pie_legend h2.blue{ color:#B7CBE4; }
.pie_2_0{ color:#ebc05f; }
.pie_2_6{ color:#eefafc; }

*/
.green1{ background:#89BE93; }
.green2{ background:#A1CBA9; }
.green3{ background:#B8D8BE; }
.green4{ background:#DBE8E1; }
.yellow1{ background:#B9D384; }
.blue1{ background:#B7CBE4; }
.pie_2_1{ background:#bc8c28; }
.pie_2_2{ background:#e2a730; }
.pie_2_3{ background:#f5b336; }
.pie_2_4{ background:#fde0ae; }
.pie_2_5{ background:#fff7ea; }
.pie_2_7{ background:#b2b2b2; }
.pie_2_8{ background:#FFF; }
.pie_legend h2:first-of-type{
    margin-top:0px;
}
.legend_click{
    float: left;
    position: relative;
    width:calc(100% - 28px);
    cursor: pointer;
    margin-bottom:20px;
    text-indent: -28px;
    margin-left:28px;
}
area.legend_click{
    display: none;
}
.legend_click:hover{
    opacity:0.5;
}
.legend_dot{
    margin-right:10px;
    width:12px;
    height:12px;
    display: inline-block;
    border-radius: 50%;
}
.pie_legend_footer{
    margin-top:10px;
    float: left;
    position: relative;
    width:100%;
    padding-top:15px;
    font-size:14px;
    line-height:24px;
    color:#000;
    border-top:1px solid #000;
    margin-bottom:150px;
}

/* MAPS */
.map_img img{
    width:100%;
    margin-bottom:50px;
}
#map_5_info{
    position: relative;
    float: left;
    width:100%;
    margin-bottom:50px;
    margin-left: -15px;
}

/* RECOMMENDATION */
#rec_content{
    position:relative;
    float:left;
    width:100%;
    height:100%;
    padding-bottom:15px;
	background-color: #9abe66;
}
#rec_content h2{
    /*padding-left:6px;*/
    text-transform: uppercase;
    margin-bottom:35px;
}
.rec_slider, #bg_slider{
    width:100%;
    padding-top:220px;
    background: #9ABE66;
	padding-bottom: 50px;
}
.rec_slider .slick-dots{
    bottom: inherit;
    top:0px;
    display: flex;
}
.rec_slider .slick-dots li{
    counter-increment: dot;
    width:auto;
    flex-grow: 1;
    border-top:4px solid rgba(255,255,255,0.5);
    margin:0px;
    font-size:30px;
    color:rgba(255,255,255,0.5);
    font-family: "BC-Falster-Grotesk-Bold";
}
.rec_slider .slick-dots li.slick-active, .rec_slider .slick-dots li:hover{
    border-top:4px solid #000;
    color:#000;
}
.rec_slider .slick-dots li button{
    display: none;
}
.rec_slider .slick-dots li:first-of-type:before{
    /*content:counter(dot);*/
	content:"Vision";
}
.rec_slider .slick-dots li:before{
    /*content:counter(dot);*/
	content:"Mission";
}
.rec_slider .slick-dots li:last-of-type:before{
    /*content:counter(dot);*/
	content:"Werte";
}
.rec_title,.rec_slider h1.heading {
	color: #fff;
}
.rec_slider h1.heading{
	font-size: 40px;
    line-height: 50px;
	font-family: "BC-Falster-Grotesk-Bold";
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
#rec_content{
	padding-bottom: 0;
}
.rec_nr{
	display: none;

    font-size:76px;
    line-height:101px;
    color:#FFF;
    font-family: "BC-Falster-Grotesk-Bold";
    text-align: right;
    padding-right:25px;
    margin-top:-10px;
	margin-left: 0;
}
.rec_icons, .rec_title, .rec_text   {
	margin-left: 150px;
}
.rec_text{
    hyphens: auto;
    -webkit-hyphens: auto
    color:#000;
    font-size:40px;
    line-height:50px;
}
/*.rec_text strong{
    color:#000;
}*/
.fourbox{
	width: 50%;
    display: inline-block;
    float: left;
	padding: 0 130px 50px 0;
	font-size: 30px;
	line-height: 38px;
}
.fourbox h1{
	font-size: 35px !important;
}
.rec_text:not(:has(.fourbox)){
	padding-right: 130px;
	max-width: 1250px;
}
.rec_icons{
    padding-left:20px;
    margin-bottom:25px;
}
.rec_icon{
    display: block;
    float:right;
    margin-right:35px;
    font-size:14px;
    color:#000;
}
.rec_icon:hover{
    color:#000;
    cursor: pointer;
}
.rec_icon img{
    float:left;
    margin-right:10px;
    height:20px;
}
.rec_text_small{
	display: none;

    color:#000;
    margin-top:100px;
    font-size:16px;
    line-height:24px;
    width:70%;
    hyphens: auto;
    -webkit-hyphens: auto
}
.rec_text_small a{
    color:#000;
}
.rec_text_small img, .rec_text_small_inner{
    float: left;
    position:relative;
}
.rec_text_small img{
    width:16px;
    margin-right:10px;
    margin-top:5px;
}
.rec_text_small_inner{
    width:calc(100% - 30px);
}

/* BACKGROUND */
#bg_slider{
    padding-top:0px;
}
#bg_slider .slick-dots{
    bottom: 0px;
    display: flex;
    background:#FFF;
}
#bg_slider .slick-dots li{
    counter-increment: dot;
    flex-grow: 1;
    border-top:4px solid #b6ae9f;
    margin:0px;
}
#bg_slider .slick-dots li.slick-active, #bg_slider .slick-dots li:hover{
    border-top:4px solid #000;
}
#bg_slider .slick-dots li button{
    display: none;
}
#bg_slider .slick-dots li:before{
    content:counter(dot);
}
.bg_text{
    margin-bottom:150px;
}
.bg_text img{
    margin-right:170px;
    width:250px;
    float: left;
    position: relative;
    margin-top:70px;
}
.slick_nav_outer{
    position: relative;
    float: left;
    width:100%;
    padding:50px 0px;
}
.slick_nav{
    display: block;
    float: left;
    width:100%;
    cursor: pointer;
    font-size:16px;
    line-height:26px;
    color:#000;
    opacity:0.37;
}
.slick_nav:hover, .slick_nav.act{
    opacity:1;
}
#bg_bottom{
    background:#FFF url(../img/bg_home.png) center top no-repeat;
    background-size:100% auto;
    position:relative;
    float:left;
    width:100%;
    height:100%;
    background-blend-mode: multiply;
    padding-top:190px;
}
.simpli_mod_team{
    margin-top:150px;
    margin-bottom:100px;
    position: relative;
    float: left;
    width:100%;
}
.team_cat{
    position: relative;
    float: left;
    width:100%;
    border-bottom:1px solid #c2beba;
    margin-bottom:50px;
}
.team_cat:last-of-type{
    border-bottom:none;
    padding-bottom:0px;
    margin-bottom:0px;
}
.team_box{
    margin-bottom:45px;
}
.team_box:nth-child(8){
    margin-right:33.33333%;
}
.team_img{
    display: inline-block;
    overflow: hidden;
    margin-bottom:5px;
}
.team_img img{
    width:100%;
    transition: transform .5s ease;
}
.team_img img:hover{
    transform: scale(1.1);
}
.team_info{
    color:#000;
}

/* FOOTER */
footer{
    position: relative;
    float: right;
    padding-bottom:50px;
    width:calc(100vw - 150px);
    padding-left:65px;
    background:whitesmoke;
    /*box-shadow: 0px -5px 10px 0px rgba(0,0,0,0.05);*/
}
.static_1{
    padding-top:70px;
}
.static_1 a{
	color: #000;
}
#seco{
    max-width:290px;
}
.static_2 img{
    margin-top:-100px;
    width:410px;
}
.static_3{
    padding-top:170px;
    padding-left:50px;
}
.static_3 a, #mobnav_links > a{
    float: right;
    color:#000;
    display: inline-block;
    margin-right:40px;
    font-family: "BC-Falster-Grotesk-Bold";
}
.langnav{
    float: right;
}
.langnav a{
    display: none;
    text-transform: uppercase;
    font-family: "BC-Falster-Grotesk-Regular";
    color:#000;
}
.langnav a.act{
    display: block;
    float: right;
    font-family: "BC-Falster-Grotesk-Bold";
}
.langnav:hover a{
    display: block;
}

/* ETC */
video{
    width:100%;
}
/*
.embed-container{
 	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	width:100%;
	height:auto;
}
.embed-container iframe, .embed-container video{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}*/
.col-12{
    float:left;
}


#cookie_wrapper{
    position:fixed;
    left:0px;
    bottom:0px;
    padding:7px 15px;
    background:#000;
    z-index: 100;
    width:100%;
    color:#FFF;
}
#cookie_wrapper a{
    color:#FFF;
}
#cookie_accept{
    margin-left:15px;
}
@media print {
    @page {
        /*size: landscape;*/
		margin: 0;
    }
    body {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
		margin: 0;
		width: 100% !important;
		overflow: visible !important;
    }
	.rec_slider,.rec_content,.section_inner,.section_content  {
		width: 100% !important;
		overflow: visible !important;
	}
	.section:not(#section_home).act {
		margin-left: -50px;
		width: calc(100% + 50px);
	}
	.rec_text{
		font-size: 25px !important;
		line-height: 34px !important;
		width: 70% !important;

	}
	.section:not(.act) {
		display: none !important;
	}
	.rec_icons, .rec_title, .rec_text{
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.rec_slider {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	footer{
		display: none;
	}
}
