@charset "UTF-8";
/* Themify Split 7.1.6 framework 7.2.1 */

/*/css/base.min.css*/
.tf_loader{width:1em;height:1em;overflow:hidden;display:inline-block;vertical-align:middle;position:relative}.tf_loader:before{content:'';width:100%;height:100%;position:absolute;top:0;left:0;text-indent:-9999em;border-radius:50%;box-sizing:border-box;border:.15em solid rgba(149,149,149,.2);border-left-color:rgba(149,149,149,.6);animation:tf_loader 1.1s infinite linear}@keyframes tf_loader{0{transform:rotate(0)}100%{transform:rotate(360deg)}}.tf_clear{clear:both}.tf_left{float:left}.tf_right{float:right}.tf_textl{text-align:left}.tf_textr{text-align:right}.tf_textc{text-align:center}.tf_textj{text-align:justify}.tf_text_dec{text-decoration:none}.tf_hide{display:none}.tf_hidden{visibility:hidden}.tf_block{display:block}.tf_inline_b{display:inline-block}.tf_vmiddle{vertical-align:middle}.tf_mw{max-width:100%}.tf_w{width:100%}.tf_h{height:100%}.tf_overflow{overflow:hidden}.tf_box{box-sizing:border-box}.tf_abs{position:absolute;top:0;right:0;bottom:0;left:0}.tf_abs_t{position:absolute;top:0;left:0}.tf_abs_b{position:absolute;bottom:0;left:0}.tf_abs_c{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tf_rel{position:relative}.tf_opacity{opacity:0}.tf_clearfix:after{content:"";display:table;clear:both}.loops-wrapper>.post,.woocommerce ul.loops-wrapper.products>li.product{float:left;box-sizing:border-box;margin-left:3.2%;margin-right:0;margin-bottom:3.2%;clear:none}.woocommerce .loops-wrapper.no-gutter.products>.product,body .loops-wrapper.no-gutter>.post{margin:0}.woocommerce .loops-wrapper.products.list-post>.product{margin-left:0}.tf_scrollbar{scroll-behavior:smooth;--tf_scroll_color:rgba(137,137,137,.2);--tf_scroll_color_hover:rgba(137,137,137,.4);scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w,10px);height:var(--tf_scroll_h,10px)}.tf_scrollbar::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color);background-clip:padding-box;border:2px solid transparent;border-radius:5px}.tf_scrollbar:hover{scrollbar-color:var(--tf_scroll_color_hover) transparent}.tf_scrollbar:hover::-webkit-scrollbar-thumb{background-color:var(--tf_scroll_color_hover)}.tf_close{position:relative;transition:transform .3s linear;cursor:pointer}.tf_close:after,.tf_close:before{content:'';height:100%;width:1px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:currentColor;transition:transform .25s}.tf_close:after{transform:translate(-50%,-50%) rotate(-45deg)}.tf_close:hover:after{transform:translate(-50%,-50%) rotate(45deg)}.tf_close:hover:before{transform:translate(-50%,-50%) rotate(135deg)}.tf_vd_lazy:fullscreen video{height:100%;object-fit:contain}

/*/css/themify.common.css*/
iframe{
    border:0
}
a{
	cursor:pointer
}
a:focus,input:focus,button:focus,select:focus,textarea:focus,.button:focus{
    outline:1px dotted rgba(150,150,150,.2)
}
.tf_focus_heavy button:focus,
.tf_focus_heavy a:focus,
.tf_focus_heavy input:focus,
.tf_focus_heavy select:focus,
.tf_focus_heavy textarea:focus,
.tf_focus_heavy .button:focus{
    outline:2px solid rgba(0,176,255,.8)
}
.tf_focus_none a,
.tf_focus_none button:focus,
.tf_focus_none a:focus,
.tf_focus_none input:focus,
.tf_focus_none select:focus,
.tf_focus_none textarea:focus,
.tf_focus_none .button:focus{
    outline:none
}
.tf_large_font{
    font-size:1.1em
}
.screen-reader-text{
	border:0;
	clip:rect(1px, 1px, 1px, 1px);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute;
	width:1px;
	word-wrap:normal!important
}
.screen-reader-text:focus{
    background-color:#f1f1f1;
    border-radius:3px;
    box-shadow:0 0 2px 2px rgba(0,0,0,.6);
    clip:auto!important;
    color:#21759b;
    display:block;
    font-size:.875rem;
    font-weight:700;
    height:auto;
    left:5px;
    line-height:normal;
    padding:15px 23px 14px;
    text-decoration:none;
    top:5px;
    width:auto;
    z-index:100000
}
.skip-to-content:focus{
    clip-path:none
}
.post-image .themify_lightbox{
    position:relative;
    display:block;
    max-width:100%
}
.post-image .themify_lightbox .zoom{
    width:35px;
    height:35px;
    background:rgba(0,0,0,.3);
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    border-radius:100%
}
.post-image .themify_lightbox .zoom .tf_fa{
    vertical-align:middle;
    color:#fff;
    stroke-width:1px;
    line-height:100%;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%)
}
.post-image .themify_lightbox:hover .zoom{
    background:rgba(0,0,0,.6)
}
.pswp:not(.pswp--open){display:none}
.ptb_map button,
.themify_map button{
    border-radius:0
}
/*/themify-builder/css/themify-builder-style.css*/
.module_row,
.module_subrow,
.module_column,
.module_row .module{
    position:relative;
    box-sizing:border-box
}
/* Hover Animation */
.module-buttons:hover,
.module_row:hover,
.module_column:hover,
.module-image img:hover,
.module-accordion i,
.module{
    transition:.5s ease;
    transition-property:background,font-size,line-height,color,padding,margin,border,border-radius,box-shadow,text-shadow,filter,transform
}
/* fix gutenberg empty p tag bug */
.entry-content > p:first-of-type:empty,
.entry-content > p:first-of-type+p:empty{
    margin:0;
    padding:0
}
/*GRID*/
.module_row{/* fix Chrome bug */
	display:flex;
	flex-wrap:wrap;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.themify_builder_slider_wrap{
    transition:none
}
.module_row[data-tbfullwidthvideo],.module_subrow[data-tbfullwidthvideo],.module_column[data-tbfullwidthvideo]{
	background-size:cover
}
/*GRID*/
.row_inner,
.subrow_inner{
    display:grid;
    --gutter:3.2%;
    --narrow:1.6%;
    --none:0;
    --align_start:flex-start;
    --align_center:center;
    --align_end:flex-end;
    --auto_height:stretch;
    --align_items:var(--auto_height);
    --align_content:var(--align_start);
    --colg:var(--gutter);
    --c1:1fr;
    --c2:1fr 1fr;
    --c3:1fr 1fr 1fr;
    --c4:1fr 1fr 1fr 1fr;
    --c5:1fr 1fr 1fr 1fr 1fr;
    --c6:1fr 1fr 1fr 1fr 1fr 1fr;
    --c1_2:1fr 2.1025fr;
    --c2_1:2.1025fr 1fr;
    --c1_3:1fr 3.2831fr;
    --c3_1:3.2831fr 1fr;
    --c1_1_2:1fr 1fr 2.1415fr;
    --c1_2_1:1fr 2.1415fr 1fr;
    --c2_1_1:2.1415fr 1fr 1fr;
    --col:repeat(auto-fit,minmax(1%,1fr));
	grid:var(--row,none)/var(--col);
    grid-template-areas:var(--area);
    grid-auto-columns:1fr;
    gap:var(--rowg,0) var(--colg);
    align-content:var(--align_content);
    align-items:var(--align_items);
    /*css variables for responsive columns(the first letter is the cols count, next the selected grid, e.g 3_2:3 is count ,2 the grid),so users can change it by custom css*/
    --area5_3:"col1 col1 col2 col2 col3 col3"
              "col4 col4 col5 col5 . .";

    --area5_1_2:"col1 col2 col2" "col3 col4 col5";

    --area5_2_1:"col1 col1 col2" "col3 col4 col5";

    --area5_1_3:"col1 col2 col2 col2"
                "col3 col4 col4 col4"
                "col5 col5 col5 col5";

    --area5_3_1:"col1 col1 col1 col2"
                "col3 col4 col4 col5";

    --area5_1_1_2:"col1 col2 col3 col3"
                  "col4 col4 col5 col5";

    --area5_1_2_1:"col1 col2 col2 col3"
                  "col4 col4 col5 col5";

    --area5_2_1_1:"col1 col1 col2 col3"
                  "col4 col4 col5 col5";	
    /*Css  Auto grid*/
    --aream2_auto:"col1" "col2";
    --aream3_auto:"col1" "col2" "col3";
    --aream4_auto:"col1" "col2" "col3" "col4";
    --aream5_auto:"col1" "col2" "col3" "col4" "col5";
    --areat6_auto:"col1 col2 col3" "col4 col5 col6";/*6 cols for tablet*/
    --aream6_auto:"col1 col2" "col3 col4" "col5 col6";/*6 cols for mobiile*/
    --areat7_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7";
    --aream7_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7";
    --areat8_auto:"col1 col2" "col3 col4" "col5 col6" "col7 col7" "col8 col8";
    --aream8_auto:"col1" "col2" "col3" "col4" "col5" "col6" "col7" "col8"
}
div.module_column{
    width:auto;
    max-width:none;
    margin-left:0;
    margin-right:0;
    min-width:0;
    float:none;
    align-items:inherit;
    align-content:inherit;
    grid-template-columns:minmax(0,1fr);
    display:grid
}
.col_align_middle,/*deperecated,backward compatibility*/
.fullheight > .tb_col_count_1{
    --align_content:var(--align_center)
}
.gutter-narrow{/*deperecated,backward compatibility*/
   --colg:var(--narrow)
}
.gutter-none{/*deperecated,backward compatibility*/
   --colg:var(--none)
}
.module_column:nth-of-type(1){
    grid-area:col1
}
.module_column:nth-of-type(2){
    grid-area:col2
}
.module_column:nth-of-type(3){
    grid-area:col3
}
.module_column:nth-of-type(4){
    grid-area:col4
}
.module_column:nth-of-type(5){
    grid-area:col5
}
.module_column:nth-of-type(6){
    grid-area:col6
}
.module_column:nth-of-type(7){
    grid-area:col7
}
.module_column:nth-of-type(8){
    grid-area:col8
}
.module_column:nth-of-type(9){
    grid-area:col9
}
.module_column:nth-of-type(10){
    grid-area:col10
}
.module_column:nth-of-type(11){
    grid-area:col11
}
.module_column:nth-of-type(12){
    grid-area:col12
}
.module_column:nth-of-type(13){
    grid-area:col13
}
.module_column:nth-of-type(14){
    grid-area:col14
}
.module_column:nth-of-type(15){
    grid-area:col15
}
.module_column:nth-of-type(16){
    grid-area:col16
}
/*DON'T USE THE CLASS direction_rtl, will be removed in the future, need for backward compatibility*/
.direction_rtl > .module_column:nth-of-type(1){
    z-index:16
}
.direction_rtl > .module_column:nth-of-type(2){
    z-index:15
}
.direction_rtl > .module_column:nth-of-type(3){
    z-index:14
}
.direction_rtl > .module_column:nth-of-type(4){
    z-index:13
}
.direction_rtl > .module_column:nth-of-type(5){
    z-index:12
}
.direction_rtl > .module_column:nth-of-type(6){
    z-index:11
}
.direction_rtl > .module_column:nth-of-type(7){
    z-index:10
}
.direction_rtl > .module_column:nth-of-type(8){
    z-index:9
}
.direction_rtl > .module_column:nth-of-type(9){
    z-index:8
}
.direction_rtl > .module_column:nth-of-type(10){
    z-index:7
}
.direction_rtl > .module_column:nth-of-type(11){
    z-index:6
}
.direction_rtl > .module_column:nth-of-type(12){
    z-index:5
}
.direction_rtl > .module_column:nth-of-type(13){
    z-index:4
}
.direction_rtl > .module_column:nth-of-type(14){
    z-index:3
}
.direction_rtl > .module_column:nth-of-type(15){
    z-index:2
}
.direction_rtl > .module_column:nth-of-type(16){
    z-index:1
}
.tb_col_count_1>.module_column{
	grid-area:auto
}
.tb_col_count_2{
	--area:"col1 col2"
}
.tb_col_count_3{
	--area:"col1 col2 col3"
}
.tb_col_count_4{
	--area:"col1 col2 col3 col4"
}
.tb_col_count_5{
	--area:"col1 col2 col3 col4 col5"
}
.tb_col_count_6{
	--area:"col1 col2 col3 col4 col5 col6"
}
.tb_col_count_7{
	--area:"col1 col2 col3 col4 col5 col6 col7"
}
.tb_col_count_8{
	--area:"col1 col2 col3 col4 col5 col6 col7 col8"
}
/*CLEARFIX*/
.module:after{
    content:"";
    display:table;
    clear:both
}
/*RESETS*/
.module_row ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
.module_row .ui{
	background-image:var(--tb_app_gr,none);
	background-color:var(--tb_pr_bg,#F7F7F7);
	box-shadow:var(--tb_app_shadow,none);
	border-radius:var(--tb_app_r,0);
	color:var(--tb_pr_color,#555)
}
.ui.builder_button{
    text-decoration:none;
    position:relative; 
    border:solid 1px rgba(0,0,0,.05);
    display:inline-block;
    line-height:130%;
    transition:color .3s linear;
	transition-property:color,background-color,padding,border,box-shadow;
    padding:.625em 1.25em
}
.builder_button:hover{
	text-decoration:none;
	background-color:var(--tb_pr_hover_bg,#f1f1f1)
}
.module .ui.builder_button{
    text-decoration:none
}
.ui.transparent{
	--tb_pr_bg:transparent;
	--tb_pr_hover_bg:transparent;
	--tb_pr_color:#555;
	--tb_app_r:0;
	--tb_app_gr:none;
	--tb_app_shadow:none;
	border:0;
    /* for transparent style inherit color */
    color:inherit
}
.transparent.gradient{
	--tb_app_gr:linear-gradient(to bottom, rgba(255,255,255,.45) 0%,rgba(255,255,255,0) 100%)
}
/*SIZES*/
.ui.large.builder_button{
    font-size:120%;
    padding:10px 20px
}
.ui.small.builder_button{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:0;
    vertical-align:bottom
}
.module-slider{
    margin-bottom:2.5em
}
/*Widget Module*/
.module-widget .widget{
    margin:0
}
.wp-caption{
    max-width:100%
}
/*Map Module*/
.module-map button{
    border-radius:0
}
.module-map .gm-style-mtc img{
    vertical-align:baseline;
    margin-right:5px
}
.row_inner{
    width:1160px;
    margin:0 auto
}
/* fullwidth row */
.module_row.fullheight .module_subrow,
.module_row.fullwidth > .row_inner{
	max-width:100%;
    width:100%
}
/* iOS doesn't support fixed attachment */
@supports(-webkit-touch-callout:none){
    .module_row,.module_subrow,.module_column{background-attachment:scroll!important}
}
/*FULLHEIGHT ROW*/
.module_row.fullheight{
    min-height:100vh
}
.fullheight > .row_inner > .module_column,
.fullheight > .row_inner{
    min-height:inherit
}
.module-plain-text:after{
    display:contents!important
}
/*MEDIA QUERIES*/
@media (max-width:1260px){
    .row_inner{
        max-width:94%
    }
}
@media (max-width:760px){
    .row_inner{
		max-width:90%
    }
}
.themify_builder .builder-parallax-scrolling{
	transition:background-position-y 0s
}
@supports not(cursor:grab){
	.builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
/*/styles/modules/sidebar-none.css*/

.sidebar-none #content{
	width:100%
}
	
@media(max-width:760px){
	/* sidebar */
	.sidebar-none .featured-area .post-image{
		width:100%;
		position:relative!important;
		float:none
	}
	.sidebar-none .featured-area .top-post-meta-wrap{
		width:100%;
		position:absolute
	}
}
/*/styles/modules/split-loader.css*/
.split-loader{
	position:fixed;
	left:0;
	top:0;
	z-index:105;
	background-color:var(--theme_accent);
}
.split-spinner{
	width:50px;
	height:50px;
	background-color:#fff;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	animation:rotateplane 1.2s infinite ease-in-out;
}
.split-spinner .tf_fa{
		background:0;
		display:block;
		color:#fff;
		font-size:3.2em;
}
@keyframes rotateplane{
	0%{ 
		transform:perspective(120px) rotateX(0deg) rotateY(0deg);
	} 50%{ 
		transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);
	} 100%{ 
		transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}
/*/styles/modules/site-logo.css*/
#site-logo{
    margin:0;
    padding:0;
    line-height:1em;
    font-family:'Montserrat', sans-serif;
    font-size:2.250em;
    text-transform:uppercase;
    letter-spacing:-.04em;
}
#site-logo a{
	text-decoration:none;
}
#site-logo a:hover{
	text-decoration:none;
}

/*http://bauernkomitee.ch/wp-includes/css/dist/block-library/common.min.css*/
:root{--wp-block-synced-color:#7a00df;--wp-block-synced-color--rgb:122,0,223;--wp-bound-block-color:var(--wp-block-synced-color);--wp-editor-canvas-background:#ddd;--wp-admin-theme-color:#007cba;--wp-admin-theme-color--rgb:0,124,186;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-10--rgb:0,107,160.5;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-theme-color-darker-20--rgb:0,90,135;--wp-admin-border-width-focus:2px}@media (min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}.wp-element-button{cursor:pointer}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}.has-fit-text{white-space:nowrap!important}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*/themify-builder/css/modules/text.css*/
.drop-cap > :first-child:first-letter,
.tb_text_dropcap > .tb_text_wrap:first-child:first-letter,
.tb_text_dropcap > .tb_text_wrap > :first-child:first-letter{
    font-size:2.85em;
    float:left;
    line-height:.4em;
    padding:.425em .375em;
    background-color:var(--theme_accent,#0f70e8);
    color:#fff;
    margin-right:.325em;
    margin-top:.15em;
    margin-bottom:.25em
}
.tb-text-more-link-indicator{
    display:block;
    height:3px; 
    margin:5px 0; 
    background:rgba(55,55,55,.6)
}

/*/themify-builder/css/modules/cover.css*/
.builder_row_cover{
    z-index:0;
    contain:strict;
    transform:translateZ(0)
}
.builder_row_cover:before,
.builder_row_cover:after{
    height:100%;
    width:100%;
    position:absolute;
    top:0; 
    left:0;
    content:'';
    display:block;
    transition:opacity .5s ease-in-out,background-color .5s ease-in-out
}
.builder_row_cover:after{
    opacity:0
}
.tb_visual_hover > .builder_row_cover:after,
.module_row:hover > .builder_row_cover:after,
.module_subrow:hover > .builder_row_cover:after,
.module_column:hover > .builder_row_cover:after{
    opacity:1
}
/*/themify-builder/css/modules/buttons.css*/
.module-buttons-item + .module-buttons-item{
    margin-left:.4em
}
.module-buttons em{
    font-size:var(--tb_mb_f,16px);
	line-height:1
}
.module-buttons span{
	font-size:var(--tb_mb_s);
    margin-left:.2em;
    margin-right:.2em
}
/* size */
.module-buttons.small{
    --tb_mb_f:12px;
	--tb_mb_s:.8em
}
.module-buttons.large{
    --tb_mb_f:24px;
	--tb_mb_s:1.2em
}
.module-buttons.xlarge{
    --tb_mb_f:36px;
	--tb_mb_s:1.4em
}
/* button styles */
.module.module-buttons .ui:not(.transparent){
    color:var(--tb_pr_color,#555)
}
.module-buttons.rounded a{
    --tb_app_r:8px
}
.module-buttons.circle a{
    --tb_app_r:50em
}
.module.module-buttons .transparent{
    border:0
}
.module.module-buttons.transparent a.ui{
	background:0;
    border:0;
	--tb_pr_color:var(--tb_pr_bg,#555)
}
@media (max-width:680px){
    .module-buttons{
        --tb_mb_s:.9em
    }
    .module-buttons.xlarge,
    .module-buttons.large{
        --tb_mb_s:1.1em
    }
}
/*/themify-builder/css/modules/buttons_styles/outline.css*/
.module.module-buttons.outline a.ui{
	border:1px solid var(--tb_pr_bg,#fff);
    background:0;
	box-shadow:none
}
.module-buttons.outline a.ui:not(.transparent){
    color:var(--tb_pr_bg,#fff)
}
.module-buttons.outline a:hover{
	--tb_pr_color:#fff
}
.module-buttons.outline .tb_default_color:hover,
.module-buttons.outline .light-green:hover{
	--tb_pr_color:#000
}
.module.module-buttons.outline .ui:hover{
    color:var(--tb_pr_color);
    background-color:var(--tb_pr_bg,#fff)
}
/*/themify-builder/css/modules/buttons_styles/fullwidth.css*/
.buttons-fullwidth .module-buttons-item,
.buttons-fullwidth .module-buttons-item a{
    box-sizing:border-box;
    width:100%;
    text-align:center
}
.buttons-fullwidth .module-buttons-item + .module-buttons-item{
    margin-left:0;
    margin-top:.4em
}
/*/style.css*/
/*!
Theme Name:Themify Split
Theme URI:https://themify.me/themes/split/
Version:7.1.6 
Description:Created by <a href="http://www.themify.me">Themify</a>.
Author:Themify
Author URI:http://www.themify.me
License:GNU General Public License v2.0
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Copyright:(c) Themify.
Tags:themify,featured-images,translation-ready,custom-menu,sidebar
Text Domain:themify
---------

DO NOT EDIT THIS FILE.

If you need to override theme styling,please add custom CSS in Appearance > Customize > Custom CSS or a child theme (https://themify.me/docs/child-theme).
*/

/************************************************************************************
1. RESET
*************************************************************************************/
html,body,address,blockquote,div,dl,form,h1,h2,h3,h4,h5,h6,ol,p,pre,table,ul,
dd,dt,li,tbody,td,tfoot,th,thead,tr,button,del,ins,map,object,
a,abbr,acronym,b,bdo,big,br,cite,code,dfn,em,i,img,kbd,q,samp,small,span,
strong,sub,sup,tt,var,legend,fieldset,figure{
	margin:0;
	padding:0
}

img,fieldset{
	border:0
}

/* set img max-width */
img{
	box-sizing:border-box
}

/* set html5 elements to block */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{ 
	display:block
}
/* iframes and objects max-width (for embed media) */
iframe,object,embed,audio{
	max-width:100%
}

/************************************************************************************
2. GENERAL STYLING
*************************************************************************************/
:root{
	--theme_accent:#00be8a;
	--theme_accent_semi:rgba(0,190,138,.8)
}
/* FONT FACE GENERATE
================================================ */
@font-face{
  font-family:'themify_theme_icon';
  font-display:swap;
  src:url(data:application/octet-stream;base64,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) format('woff')
}

/* GENERIC
================================================ */
body{
	font:1em/1.75em 'Roboto Slab',serif;
	overflow-wrap:break-word;
	color:#232930;
	-webkit-font-smoothing:antialiased;
	-moz-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
	background:#fff
}
a{
	text-decoration:none;
	outline:none;
	color:var(--theme_accent);
	transition:.3s ease-in-out
}
p{
	padding:0;
	margin:0 0 2.438em
}
small{
	font-size:87%
}
blockquote{
	font-size:1.2em;
	line-height:1.4em;
	padding:.8em 2em 1em;
	margin:0 0 1.2em;
	position:relative
}
blockquote:before{
	content:'\201C';
	font-size:3.3em;
	position:absolute;
	margin-left:-.5em;
	margin-top:.2em
}
ins{
	text-decoration:none
}

/* LIST
================================================ */
ul,ol{
	margin:0 0 1.4em 1.6em;
	padding:0
}
li{
	margin:0 0 1em;
	padding:0
}

/* HEADINGS
================================================ */
h1,h2,h3,h4,h5,h6{
	font-family:'Sorts Mill Goudy',serif;	
	line-height:1.3em;
	margin:0 0 .4em;
	overflow-wrap:normal;
	font-weight:normal	
}
h1{
	font-size:4em;
	letter-spacing:-.04em
}
h2{
	font-family:'Sorts Mill Goudy',serif;
	font-size:3.5em;
	letter-spacing:-.03em
}
h3{
	font-family:'Sorts Mill Goudy',serif;
	font-style:italic;
	font-size:2em;
	margin-bottom:.6em
}
h4{
	font-family:'Montserrat',sans-serif;
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:.05em
}
h5{
	font-size:1.3em
}
h6{
	font-size:1.1em
}

/* FORM
================================================ */
/* form input */
input,textarea,select,input[type=search],button{
	font-size:100%;
	font-family:inherit;
	max-width:100%
}
textarea,input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=number],input[type=tel],input[type=date],input[type=datetime],input[type=datetime-local],input[type=month],input[type=time],input[type=week]{
	border:2px solid rgba(0,0,0,0.1);
	padding:.4em .8em;
	margin:.6em 0;
	max-width:100%;
	-webkit-appearance:none;
	box-sizing:border-box;
	border-radius:3px
}
input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=tel]{
	width:15em
}
input[type=number]{
	width:7em
}

/* text area */
textarea{
	width:100%;
	min-height:8em
}

/* form input:focus */
textarea:focus,input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=date]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus{
	outline:none
}

/* form button */
input[type=reset],input[type=submit],button{
	background-color:var(--theme_accent);
	border-radius:5em;
	border:0;
	color:#fff;
	cursor:pointer;
	font-size:.9em;
	padding:.7em 1.5em;
	text-transform:uppercase;
	letter-spacing:.16em;
	text-shadow:0 0 1px #fff;
	margin-top:.3em;
	transition:.3s ease-in-out;
	-webkit-appearance:none
}

/* form input:hover */
input[type=reset]:hover,input[type=submit]:hover,button:hover{
	background-color:#000;
	color:#fff
}

/************************************************************************************
3. STRUCTURE
*************************************************************************************/
/* set general layout containers box-sizing */
#main-nav,.post,.author-box,.widget,.col4-1,.col4-2,.col4-3,.col3-1,.col3-2,.col2-1{
	box-sizing:border-box
}

/* main page width */
.pagewidth,
.row_inner{
	width:1320px;
	max-width:100%;
	margin:0 auto
}

/* content */
#content{
	width:65%;
	float:left;
	padding:6.2% 0
}
/* full_width content */
.full_width #layout{
    width:100%;
	max-width:100%;
    display:block
}
.full_width #content{
	width:100%;
    padding:0;
    float:none
}
/************************************************************************************
4. GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col3-1{
	float:left;
	margin-left:3.2%
}
.col4-1{
	width:22.6%
}
.col4-2{
	width:48.4%
}
.col3-1{
	width:31.2%
}
.col4-1.first,
.col4-2.first,
.col3-1.first{
	margin-left:0;
	clear:left
}

/************************************************************************************
5. HEADER
*************************************************************************************/
#headerwrap{
	background-color:var(--theme_accent_semi);
	color:#fff;
	z-index:302;
	top:0;
	padding:1em 0
}
#headerwrap a{
	color:#fff
}
#header{
	width:94%
}
.fixed-header-enabled #headerwrap{
    position:-webkit-sticky; /*for safari*/
    position:sticky
}
.transparent-header #headerwrap{
    position:fixed
}
/* 
MAIN NAVIGATION
================================================ */
.sidemenu{
	display:inline
}
#main-nav{
	float:left;
	font-family:'Montserrat',sans-serif;
	margin: 0 0 0 1.6em;
}
#main-nav li{
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	display:inline-block
}

/* main level link */
#main-nav a{
	display:block;
	padding:.5em .63em 1em;
	margin:0;
	text-decoration:none;
	position:relative
}
#main-nav li a:after{
	content:'';
	display:block;
	border-bottom:solid 4px #fff;
	width:0;
	height:4px;
	position:absolute;
	bottom:6px;
	left:0;
	transition:width .7s
}

/* main level link :hover & current link */
#main-nav li:hover a:after,
#main-nav .current_page_item > a:after,
#main-nav .current-menu-item > a:after{
	width:100%
}

/* sub-levels link */
#main-nav ul a{
	font-size:.95em;
	color:#666;
	padding:10px 0;
	display:block;
	width:180px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	text-align:center;
	margin:0 15px
}
#main-nav ul li:last-child > a{
	border:0
}
/* sub-levels link :hover */
#main-nav ul a:hover{
	color:var(--theme_accent)
}

/* dropdown ul */
#main-nav ul{
	background-color:#fff;
	border:solid 1px #000;
	border-radius:3px;
	font-size:.95em;
	list-style:none;
	margin:20px 0 0 -106px;
	padding:5px 0;
	position:absolute;
	z-index:100;
	visibility:hidden;
	opacity:0;
	left:50%;
	top:100%;
	transition:all .2s
}
#main-nav ul:after,
#main-nav ul:before{
	content:" ";
	height:0;
	width:0;
	bottom:100%;
	position:absolute;
	pointer-events:none;
	border: 12px solid transparent;
	border-bottom-color: #000;
	left:50%;
	margin-left:-12px

}
#main-nav ul:after{
	border-bottom-color:#fff;
	border-width:10px;
	left:50%;
	margin-left:-10px
}
/* Arrow on left side for sub sub level menu */
#main-nav ul ul:after,
#main-nav ul ul:before{
	content:" ";
	left:-10px;
	top:24px;
	height:0;
	width:0;
	position:absolute;
	border: 10px solid transparent;
	border-right-color: var(--theme_accent);
	margin-top:-10px;
	pointer-events:none
}
#main-nav ul ul:before{
	border-right-color:#ddd;
	border-width:11px;
	margin-top:-11px
}
#main-nav ul li{
	background:0;
	float:none;
	display:block
}
/* sub-levels dropdown */
#main-nav ul ul{
	left:100%;
	top:-7px;
	margin-top:0;
	margin-left:20px
}
@media (hover:hover){
	#main-nav li:hover>.sub-menu{
		visibility:visible;
		opacity:1;
		margin-top:0
	}
	#main-nav li li:hover > ul{
		margin-left:0
	}
}
@media (hover:none){
	#main-nav .has-sub-menu> a{
		padding-right:40px
	}
	#main-nav li .child-arrow{
		margin-left:7px;
		border-radius:100%;
		display:inline-block;
		padding:0;
		right:5px;
		top:50%;
		margin-top:-22px
	}
	#main-nav .toggle-on > a > .child-arrow{
		background:rgba(214,214,214,.4)
	}
	#main-nav li>.sub-menu{
		display:none
	}
	#main-nav li.toggle-on> .sub-menu{
		transform:scale(1,1);
		opacity:1;
		visibility:visible
	}
}
.has-sub-menu .child-arrow{
	display:none;
	cursor:pointer;
	z-index:12;
	width:36px;
	height:36px;
	border-radius:100%;
	position:absolute;
	right:0;
	top:4px;
	transition:transform .3s
}
.child-arrow:before,
.child-arrow:after{
	top:50%;
	left:12px;
	content:'';
	position:absolute;
	transition:transform .3s ease-in-out;
	height:1px;
	width:8px;
	transform:rotate(45deg);
	background:currentColor;
	z-index:9999;
	border-radius:10px
}
.child-arrow:after{
	left:17px;
	transform:rotate(-45deg)
}
.toggle-on > a .child-arrow:after,
.toggle-on > a .child-arrow:before{
	left:10px;
	width:15px
}
.toggle-on > a .child-arrow{
	transform:rotateZ(180deg)
}
.menu-icon-inner{
	border-bottom:5px solid;
	width:1.5em;
	height:1.2em
}
.menu-icon-inner:before,
.menu-icon-inner:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	transition:all .7s ease;
	border-bottom:5px solid;
	transition-property:transform
}
.menu-icon-inner:after{
	top:50%
}
body.mobile-menu-visible{
	overflow-y:hidden
}
.body-overlay{
	display:none;
	background-color:rgba(255,255,255,.7);
	width:100%;
	height:100%;
	position:fixed;
	right:300px;
	top:0;
	z-index:310;
	box-shadow:inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay-on{
	display:block
}

/************************************************************************************
6. PAGE
*************************************************************************************/
/* page title */
.page-title{
	margin:0 0 0.938em;
	padding:0;
	font-family:'Montserrat', sans-serif;
	font-size:4em;
	line-height:110%
}

/*
AUTHOR PAGE
================================================ */
.author-bio{
	margin:0 0 2em
}
.author-bio .author-avatar{
	float:left;
	margin:0 15px 0 0
}
.author-bio .author-avatar img{
	background-color:#fff;
	padding:5px;
	border:solid 1px #ccc
}
.author-bio .author-name{
	margin:0 0 .5em;
	padding:0;
	font-size:1.6em
}
.author-posts-by{
	margin:0 0 1.5em;
	padding:1em 0 0;
	font-size:1.4em;
	text-transform:uppercase;
	border-top:solid 4px rgba(118,118,118,.3)
}

/************************************************************************************
7. POST
*************************************************************************************/
.post{
	margin-bottom:1.6em
}

/* post content */
.post-content{
	min-width:120px
}

/* post title */
.post-title{
	font-size:3.5em;
	font-family:'Montserrat', sans-serif;
	line-height:1.1em;
	margin:0 0 .6em;
	padding:0;
	letter-spacing:-.025em
}
.post-title a{
	text-decoration:none;
	color:inherit
}

/* post image */
.post-image{
	margin:0 0 1.25em
}
.post-image img{
	vertical-align:bottom
}
.grid4 .post-image img,
.grid3 .post-image img,
.grid2 .post-image img{
	width:100%;
	vertical-align:bottom
}
.post-image.left{
	float:left;
	margin-right:1em
}
.post-image.right{
	float:right;
	margin-left:1em
}

/* top post meta */
.top-post-meta{
	margin:0 0 .95em
}
/* post category */
.post-category{
	font-size:.9em;
	line-height:1.6em;
	letter-spacing:.08em;
	margin:0 0 .5em;
	padding:0;
	text-transform:uppercase
}

/* post meta */
.post-meta{
	font-size:.8em;
	line-height:1.6em;
	margin:0 0 1em;
	padding:0;
	text-transform:uppercase
}
.post-meta a{
	text-decoration:none
}
.post-meta span{
	margin-right:.6em
}
.post-meta .post-meta-inline{
	display:block;
	margin:1em 0 1.3em
}

/* post author */
.post-author{
	letter-spacing:.08em;
	display:inline-block
}

/* post date */
.post-date{
	display:inline-block;
	margin-right:1.5em;
	letter-spacing:.05em;
	vertical-align:middle
}
.post-date span{
	margin-right:0
}
.post-date:before,
.post-tag:before,
.post-comment:before{
	content:'\e801'; /* ti-tag */
	display:inline-block;
	font-family:'themify_theme_icon';
	font-style:normal;
	font-weight:normal;
	margin-right:10px;
	vertical-align:middle
}
.post-date:before{
	content:'\e800'; /* ti-calendar */
	font-size:1.35em
}

/* post tag */
.post-tag{
	letter-spacing:.04em
}
.post-tag:before{
	content:'\e801'; /* ti-tag */
	font-size:1.65em;
	margin-right:5px
}

/* post comment */
.post-comment:before{
	content:'\e806'; /* ti-comment */
	font-size:1.35em
}

/* author avatar */
.author-avatar{
	display:inline-block;
	vertical-align:middle;
	padding:0;
	margin:0
}
.author-avatar img{
	max-width:80px
}
.author-avatar .avatar{
	border-radius:100%
}
/* reduce avatar img size for grid layouts */
.loops-wrapper .author-avatar img{
	margin:0 .4em 0 0;
	width:30px
}
/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box{
	margin:1em 0 4em;
	border:0
}
.author-box .author-avatar{
	float:left;
	margin:0 1.1em 0 0;
	padding:0
}
.author-box .author-name{
	margin:0 0 .3em
}
/************************************************************************************
POST PAGINATION (the <nextpage> tag)
*************************************************************************************/
.post-pagination{
	text-align:right;
	margin:.5em 0 2em
}
.post-pagination strong{
	margin-right:3px
}
.post-pagination a{
	margin-left:3px;
	margin-right:3px
}
/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	margin-bottom:15px
}
.post-video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}
/************************************************************************************
8. SIDEBAR
*************************************************************************************/
.widget{
	margin:0 0 3em
}
.widgettitle{
	margin:0 0 1.2em;
	padding:0;
	font-family:'Montserrat',sans-serif;
	font-size:1.4em;
	color:inherit;
	text-transform:uppercase;
	letter-spacing:-.01em
}
.widget ul{
	margin:0;
	padding:0
}
.widget li{
	margin:0;
	padding:.4em 0;
	list-style:none;
	clear:both
}
.widget ul ul{
	margin:6px 0 -6px;
	padding:0;
	border-top:none
}
.widget ul ul li{
	margin:0;
	padding-left:10px
}
/************************************************************************************
8.1 WIDGET STYLES
*************************************************************************************/
/* calendar widget */
.widget #wp-calendar{
	width:100%
}
.widget #wp-calendar caption{
	font-weight:bold;
	padding-bottom:10px
}
.widget #wp-calendar td{
	width:31px;
	padding:4px 2px;
	text-align:center
}
/* twitter widget */
.widget .twitter-list li{
	padding:0;
	margin:0 0 1.2em
}
.widget .twitter-list .twitter-timestamp{
	font-style:italic;
	display:block;
	padding-top:.1em
}
.widget .follow-user{
	margin:0;
	padding:5px 0
}
/* links widget */
.widget .links-list img,.widget_links img{
	vertical-align:middle
}
/* recent comments widget */
.recent-comments-list .avatar{
	margin-right:12px;
	float:left
}
/* add white bg to facebook badge iframe */
iframe[src*="facebook"]{
	background-color:#fff
}

/* reset twitter embed max-width to 100% */
#content .twitter-tweet-rendered{
	max-width:100%!important
}
#content .twt-border{
	max-width:100%!important;
	min-width:180px!important
}
/************************************************************************************
SHORTCODE BUTTON
*************************************************************************************/
a.shortcode.button{
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	letter-spacing:.04em
}
a.shortcode.button.large,
a.shortcode.button.xlarge{
	font-weight:normal
}

/************************************************************************************
10. BUILDER STYLING
*************************************************************************************/
/* module title */
.themify_builder .module-title{
	margin:1.4em 0 1.6em;
	padding:1em 0 0;
	font-size:1.4em;
	text-transform:uppercase;
	letter-spacing:1px
}
/* Disable background attachment on iOS devices */
@supports (-webkit-touch-callout:none){
	#headerwrap{
		background-attachment:scroll!important;
		background-position:center!important
	}
}

/************************************************************************************
11. WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft,img.aligncenter,img.alignright,img.alignnone{
	margin-bottom:1em
}
.alignleft{
	float:left;
	margin-right:2em
}
.alignright{
	float:right;
	margin-left:2em
}
.aligncenter{
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto
}
.wp-caption{
	text-align:center;
	margin-bottom:1em;
	max-width:100%
}
.wp-caption-text{
	margin:.5em 0
}

/* attachment page */
body.attachment{
	width:auto;
	float:none;
	position:static
}
.single .attachment.post{
	width:auto;
	float:none
}
/* clearfix */
 .widget li:after,.menu:after{
	content:"";
	display:table;
	clear:both
}
/*PAGE LOAD/UNLOAD SPLIT EFFECT*/
.hidden-view{
	background-color:var(--theme_accent)
}
#pagewrap{
	opacity:0; /* hide pagewrap when loading */
	transition:opacity .5s ease-out
}
.ready-view #pagewrap{
	opacity:1
}
/*FOOTER*/
#footerwrap{
	background-color:var(--theme_accent);
	color:#fff;
	padding:1.2em 0
}
#footerwrap a{
	color:#fff
}
#footer{
	font-size:.9em;
	line-height:1.6em	
}
.footer-widgets .widget{
	margin:1em 0
}
/* footer text */
.footer-text{
	clear:both;
	font-size:85%
}
.footer-text .one{
	float:left
}
.footer-text .two{
	float:right;
	text-align:right
}
.back-top{
	width:60px;
	height:35px;
	top:-54px;
	bottom:100%
}
.back-top a{
	background-color:var(--theme_accent);
	display:inline-block;
	width:100%;
	height:100%;
	line-height:35px;
	position:relative
}
.back-top:hover a{
	background-color:#000
}
.back-top a:before{
	content:'';
	display:block;
	width:1em;
	height:1em;
	border:1px solid transparent;
	border-left-color:inherit;
	border-top-color:inherit;
	transform:rotateZ(45deg) translate(-50%,-50%);
	transform-origin:0 0;
	position:absolute;
	top:60%;
	left:50%;
	transition:all .3s linear;
	transition-property:transform,top
}
@media(max-width:1400px){
	#layout,
	.pagewidth,
	.row_inner{
		max-width:94%
	}
	.default_width #layout .row_inner{
		max-width:100%
	}
}

@media(max-width:760px){
	#layout,
	.pagewidth{
		max-width:90%
	}
	#content{
		width:100%;
		max-width:100%;
		float:none;
		clear:both;
		display:block
	}
	.single .featured-area .post-image img{
		position:relative
	}
	.top-excerpt-wrap{
		max-width:none;
		font-size:.9em;
		line-height:normal;
		margin-top:1em
	}
	.post-meta{
		font-size:.75em;
		margin:0 0 1em
	}
	.post-author{
		margin-bottom:.95em
	}
	.author-avatar .avatar{
		width:26px
	}
	.post-tag{
		margin-top:1em
	}	
	.post-title{
		font-size:1.7em;
		margin-bottom:.7em
	}
}
@media(max-width:680px){
	h1{
		font-size:2em
	}
	h2{
		font-size:1.8em
	}
	h3{
		font-size:1.6em
	}
	h4{
		font-size:1.2em
	}
	.col4-1,
	.col4-2, .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	{
		margin-left:0;
		width:100%;
		max-width:100%
	}
	.footer-text .one,
	.footer-text .two{
		float:none;
		text-align:left
	}
}

/*-child/style.css*/
/*
Theme Name: Themify Split Child
Description: A child theme of Themify Split
Template: themify-split
Author: jenchef (info@josefender.ch)
*/

/* Woohoo! Let's customize! */

/*/wp-content/uploads/themify-css/themify-builder-121-generated.css*/
/* Generated from page: startseite */
.themify_builder_content-121 .tb_78y8474.module_row{background-attachment:scroll;background-position:100% 28.75%;text-align:center;background-size:cover;background-repeat:no-repeat;background-image:url(https://bauernkomitee.ch/wp-content/uploads/2023/07/Sihlsee.jpg)}
.themify_builder_content-121 .tb_78y8474.module_row,.themify_builder_content-121 .tb_78y8474.module_row p,.themify_builder_content-121 .tb_78y8474.module_row h1,.themify_builder_content-121 .tb_78y8474.module_row h2,.themify_builder_content-121 .tb_78y8474.module_row h3:not(.module-title),.themify_builder_content-121 .tb_78y8474.module_row h4,.themify_builder_content-121 .tb_78y8474.module_row h5,.themify_builder_content-121 .tb_78y8474.module_row h6,.themify_builder_content-121 .tb_78y8474.module_row a,.themify_builder_content-121 .tb_vxjt744.module_column,.themify_builder_content-121 .tb_vxjt744.module_column p,.themify_builder_content-121 .tb_vxjt744.module_column h1,.themify_builder_content-121 .tb_vxjt744.module_column h2,.themify_builder_content-121 .tb_vxjt744.module_column h3:not(.module-title),.themify_builder_content-121 .tb_vxjt744.module_column h4,.themify_builder_content-121 .tb_vxjt744.module_column h5,.themify_builder_content-121 .tb_vxjt744.module_column h6,.themify_builder_content-121 .tb_9pgq020.module_column,.themify_builder_content-121 .tb_9pgq020.module_column p,.themify_builder_content-121 .tb_9pgq020.module_column h1,.themify_builder_content-121 .tb_9pgq020.module_column h2,.themify_builder_content-121 .tb_9pgq020.module_column h3:not(.module-title),.themify_builder_content-121 .tb_9pgq020.module_column h4,.themify_builder_content-121 .tb_9pgq020.module_column h5,.themify_builder_content-121 .tb_9pgq020.module_column h6,.themify_builder_content-121 .tb_9pgq020.module_column a,.themify_builder_content-121 .tb_ka9b245.module_column,.themify_builder_content-121 .tb_ka9b245.module_column p,.themify_builder_content-121 .tb_ka9b245.module_column h1,.themify_builder_content-121 .tb_ka9b245.module_column h2,.themify_builder_content-121 .tb_ka9b245.module_column h3:not(.module-title),.themify_builder_content-121 .tb_ka9b245.module_column h4,.themify_builder_content-121 .tb_ka9b245.module_column h5,.themify_builder_content-121 .tb_ka9b245.module_column h6,.themify_builder_content-121 .tb_jad1246.module_column,.themify_builder_content-121 .tb_jad1246.module_column p,.themify_builder_content-121 .tb_jad1246.module_column h1,.themify_builder_content-121 .tb_jad1246.module_column h2,.themify_builder_content-121 .tb_jad1246.module_column h3:not(.module-title),.themify_builder_content-121 .tb_jad1246.module_column h4,.themify_builder_content-121 .tb_jad1246.module_column h5,.themify_builder_content-121 .tb_jad1246.module_column h6,.themify_builder_content-121 .tb_jad1246.module_column a,.themify_builder_content-121 .tb_5va6950.module_row,.themify_builder_content-121 .tb_5va6950.module_row p,.themify_builder_content-121 .tb_5va6950.module_row h1,.themify_builder_content-121 .tb_5va6950.module_row h2,.themify_builder_content-121 .tb_5va6950.module_row h3:not(.module-title),.themify_builder_content-121 .tb_5va6950.module_row h4,.themify_builder_content-121 .tb_5va6950.module_row h5,.themify_builder_content-121 .tb_5va6950.module_row h6,.themify_builder_content-121 .tb_5va6950.module_row a,.themify_builder_content-121 .tb_cgw0000.module_column,.themify_builder_content-121 .tb_cgw0000.module_column p,.themify_builder_content-121 .tb_cgw0000.module_column h1,.themify_builder_content-121 .tb_cgw0000.module_column h2,.themify_builder_content-121 .tb_cgw0000.module_column h3:not(.module-title),.themify_builder_content-121 .tb_cgw0000.module_column h4,.themify_builder_content-121 .tb_cgw0000.module_column h5,.themify_builder_content-121 .tb_cgw0000.module_column h6{color:#fff}
.themify_builder_content-121 .tb_23ne064.module-text.module .tb_text_wrap h1{font-family:"Josefin Slab";font-weight:500;text-shadow:0 0 13px #2b2b2b}
.themify_builder_content-121 .tb_23ne064.module-text.module h1{font-size:60px}
.themify_builder_content-121 .tb_rp0h744.module-text.module .tb_text_wrap h3:not(.module-title),.themify_builder_content-121 .tb_bfrn607.module-text.module .tb_text_wrap h2{text-shadow:0 0 13px #2b2b2b}
.themify_builder_content-121 .tb_rp0h744.module-text{padding-bottom:60px;padding-top:60px}
.themify_builder_content-121 .tb_rp0h744.module-text.module h2{line-height:35px;font-size:35px}
.themify_builder_content-121 .tb_rp0h744.module-text.module .tb_text_wrap h2{text-shadow:0 0 13px #2b2b2b;font-family:"Josefin Sans";font-weight:300}
.themify_builder_content-121 .tb_klx3009.module_row>.row_inner,.themify_builder_content-121 .tb_psjf245.module_row>.row_inner{--align_content:var(--align_center);--colg:var(--none)}
.themify_builder_content-121 .tb_vxjt744.module_column{padding:10%;text-align:center;background-color:#f7f7f7}
.themify_builder_content-121 .tb_vxjt744.module_column>.builder_row_cover::before{background-color:#f7f7f7}
.themify_builder_content-121 .tb_rbty467.module-text.module .tb_text_wrap h2,.themify_builder_content-121 .tb_lrkf451.module-text.module .tb_text_wrap h2,.themify_builder_content-121 .tb_gv8b447.module-text.module .tb_text_wrap h2,.themify_builder_content-121 .tb_q49e965.module-text.module .tb_text_wrap h2,.themify_builder_content-121 .tb_2uke342.module-text.module .tb_text_wrap h2,.themify_builder_content-121 .tb_hez8708.module-text.module .tb_text_wrap h2{font-style:normal}
.themify_builder_content-121 .tb_rbty467.module-text,.themify_builder_content-121 .tb_etyg342.module-buttons,.themify_builder_content-121 .tb_3yrk497.module-buttons,.themify_builder_content-121 .tb_2uke342.module-text,.themify_builder_content-121 .tb_0xzr31.module-buttons,.themify_builder_content-121 .tb_e1b5593.module-buttons,.themify_builder_content-121 .tb_hlzo383.module-buttons{text-align:left}
.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap p,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap blockquote,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap h1,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap h2,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap h3,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap h4,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap h5,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap h6,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap li,.themify_builder_content-121 .tb_rbty467.module-text .tb_text_wrap span,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap p,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap blockquote,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap h1,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap h2,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap h3,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap h4,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap h5,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap h6,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap li,.themify_builder_content-121 .tb_lrkf451.module-text .tb_text_wrap span,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap p,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap blockquote,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap h1,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap h2,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap h3,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap h4,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap h5,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap h6,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap li,.themify_builder_content-121 .tb_2r0w246.module-text .tb_text_wrap span,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap p,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap blockquote,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap h1,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap h2,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap h3,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap h4,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap h5,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap h6,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap li,.themify_builder_content-121 .tb_e1ls288.module-text .tb_text_wrap span{background-clip:border-box;background-image:none;color:#2b2b2b}
.themify_builder_content-121 .tb_rbty467.module-text.module h2,.themify_builder_content-121 .tb_gv8b447.module-text.module h2,.themify_builder_content-121 .tb_2uke342.module-text.module h2,.themify_builder_content-121 .tb_2r0w246.module-text.module h2,.themify_builder_content-121 .tb_bfrn607.module-text.module h2,.themify_builder_content-121 .tb_nn4c807.module-text.module h2{font-size:45px}
.themify_builder_content-121 .tb_lrkf451.module-text,.themify_builder_content-121 .tb_hez8708.module-text{font-size:20px;text-align:left}
.themify_builder_content-121 .tb_etyg342.module-buttons a,.themify_builder_content-121 .tb_3yrk497.module-buttons a,.themify_builder_content-121 .tb_0xzr31.module-buttons a,.themify_builder_content-121 .tb_e1b5593.module-buttons a,.themify_builder_content-121 .tb_hlzo383.module-buttons a,.themify_builder_content-121 .tb_5d3h296.module-buttons a{font-style:normal;font-family:"Montserrat";font-weight:500}
.themify_builder_content-121 .tb_etyg342.module-buttons .module-buttons-item a:hover,.themify_builder_content-121 .tb_etyg342.module-buttons .module-buttons-item a:hover span,.themify_builder_content-121 .tb_etyg342.module-buttons .module-buttons-item a:hover i,.themify_builder_content-121 .tb_etyg342.module-buttons .module-buttons-item a,.themify_builder_content-121 .tb_etyg342.module-buttons .module-buttons-item a span,.themify_builder_content-121 .tb_etyg342.module-buttons .module-buttons-item a i,.themify_builder_content-121 .tb_3yrk497.module-buttons .module-buttons-item a,.themify_builder_content-121 .tb_3yrk497.module-buttons .module-buttons-item a span,.themify_builder_content-121 .tb_3yrk497.module-buttons .module-buttons-item a i,.themify_builder_content-121 .tb_0xzr31.module-buttons .module-buttons-item a,.themify_builder_content-121 .tb_0xzr31.module-buttons .module-buttons-item a span,.themify_builder_content-121 .tb_0xzr31.module-buttons .module-buttons-item a i,.themify_builder_content-121 .tb_e1b5593.module-buttons .module-buttons-item a:hover,.themify_builder_content-121 .tb_e1b5593.module-buttons .module-buttons-item a:hover span,.themify_builder_content-121 .tb_e1b5593.module-buttons .module-buttons-item a:hover i,.themify_builder_content-121 .tb_e1b5593.module-buttons .module-buttons-item a,.themify_builder_content-121 .tb_e1b5593.module-buttons .module-buttons-item a span,.themify_builder_content-121 .tb_e1b5593.module-buttons .module-buttons-item a i{color:#2b2b2b}
.themify_builder_content-121 .tb_etyg342.module-buttons i,.themify_builder_content-121 .tb_etyg342.module-buttons span,.themify_builder_content-121 .tb_3yrk497.module-buttons i,.themify_builder_content-121 .tb_3yrk497.module-buttons span,.themify_builder_content-121 .tb_0xzr31.module-buttons i,.themify_builder_content-121 .tb_0xzr31.module-buttons span,.themify_builder_content-121 .tb_e1b5593.module-buttons i,.themify_builder_content-121 .tb_e1b5593.module-buttons span,.themify_builder_content-121 .tb_hlzo383.module-buttons i,.themify_builder_content-121 .tb_hlzo383.module-buttons span,.themify_builder_content-121 .tb_5d3h296.module-buttons i,.themify_builder_content-121 .tb_5d3h296.module-buttons span{background-clip:border-box;background-image:none;color:#2b2b2b;font-size:18px}
.themify_builder_content-121 .tb_etyg342.module-buttons .module-buttons-item a{background-image:none;background-color:rgba(0, 189, 139, .49);margin-left:-5px}
.themify_builder_content-121 .tb_etyg342.module-buttons.module .module-buttons-item a:hover,.themify_builder_content-121 .tb_hlzo383.module-buttons.module .module-buttons-item a{border:0.5px solid #00be8a}
.themify_builder_content-121 .tb_etyg342.module-buttons .module-buttons-item a:hover,.themify_builder_content-121 .tb_3yrk497.module-buttons .module-buttons-item a:hover,.themify_builder_content-121 .tb_3yrk497.module-buttons .module-buttons-item a,.themify_builder_content-121 .tb_hlzo383.module-buttons .module-buttons-item a,.themify_builder_content-121 .tb_5d3h296.module-buttons .module-buttons-item a{background-image:none;background-color:#f7f7f7}
.themify_builder_content-121 .tb_etyg342.module-buttons.module .module-buttons-item a{border:0.5px solid rgba(0, 189, 139, .46)}
.themify_builder_content-121 .tb_9pgq020.module_column{background-image:url(https://bauernkomitee.ch/wp-content/uploads/2023/07/pexels-pixabay-221076-scaled.jpg);padding:10%;text-align:left;background-position:50% 50%;background-attachment:scroll;background-size:cover;background-repeat:no-repeat}
.themify_builder_content-121 .tb_9pgq020.module_column>.builder_row_cover::before{background-color:rgba(0, 189, 145, .02)}
.themify_builder_content-121 .tb_gv8b447.module-text{font-size:16px}
.themify_builder_content-121 .tb_q49e965.module-text,.themify_builder_content-121 .tb_e1ls288.module-text,.themify_builder_content-121 .tb_avyy23.module-text,.themify_builder_content-121 .tb_gh125.module-text{font-size:20px}
.themify_builder_content-121 .tb_3yrk497.module-buttons .module-buttons-item a:hover,.themify_builder_content-121 .tb_3yrk497.module-buttons .module-buttons-item a:hover span,.themify_builder_content-121 .tb_3yrk497.module-buttons .module-buttons-item a:hover i,.themify_builder_content-121 .tb_0xzr31.module-buttons .module-buttons-item a:hover,.themify_builder_content-121 .tb_0xzr31.module-buttons .module-buttons-item a:hover span,.themify_builder_content-121 .tb_0xzr31.module-buttons .module-buttons-item a:hover i,.themify_builder_content-121 .tb_hlzo383.module-buttons .module-buttons-item a,.themify_builder_content-121 .tb_hlzo383.module-buttons .module-buttons-item a span,.themify_builder_content-121 .tb_hlzo383.module-buttons .module-buttons-item a i,.themify_builder_content-121 .tb_5d3h296.module-buttons .module-buttons-item a,.themify_builder_content-121 .tb_5d3h296.module-buttons .module-buttons-item a span,.themify_builder_content-121 .tb_5d3h296.module-buttons .module-buttons-item a i{color:#00be8a}
.themify_builder_content-121 .tb_3yrk497.module-buttons.module .module-buttons-item a,.themify_builder_content-121 .tb_0xzr31.module-buttons.module .module-buttons-item a{border:0.5px solid #f7f7f7}
.themify_builder_content-121 .tb_ka9b245.module_column{background-image:url(https://bauernkomitee.ch/wp-content/uploads/2023/07/pexels-philip-ackermann-1666021-scaled.jpg);padding:10%;text-align:center;background-color:#f7f7f7;background-position:50% 50%;background-attachment:scroll;background-size:cover;background-repeat:no-repeat}
.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap p,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap blockquote,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap h1,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap h2,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap h3,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap h4,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap h5,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap h6,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap li,.themify_builder_content-121 .tb_2uke342.module-text .tb_text_wrap span,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap p,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap blockquote,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap h1,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap h2,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap h3,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap h4,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap h5,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap h6,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap li,.themify_builder_content-121 .tb_hez8708.module-text .tb_text_wrap span{background-clip:border-box;background-image:none;color:#f7f7f7}
.themify_builder_content-121 .tb_0xzr31.module-buttons .module-buttons-item a{background-image:none;background-color:#f7f7f7;margin-left:-5px}
.themify_builder_content-121 .tb_jad1246.module_column{background-color:rgba(0, 189, 142, .12);padding:10%;text-align:left}
.themify_builder_content-121 .tb_e1b5593.module-buttons.module .module-buttons-item a{border:0.5px solid #2b2b2b}
.themify_builder_content-121 .tb_e1b5593.module-buttons .module-buttons-item a:hover{background-image:none;background-color:rgba(0, 189, 139, .49)}
.themify_builder_content-121 .tb_5va6950.module_row{background-attachment:scroll;background-position:50% 50%;background-size:cover;background-repeat:no-repeat;background-image:url(https://bauernkomitee.ch/wp-content/uploads/2023/07/DSC01122-scaled.jpg)}
.themify_builder_content-121 .tb_5va6950.module_row>.row_inner{--col:1.003fr .997fr;--align_content:var(--align_center)}
.themify_builder_content-121 .tb_i734444.module_column{padding-bottom:0}
.themify_builder_content-121 .tb_etfq900.module_column{padding-left:7%;padding-top:15%;padding-right:10%}
.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap p,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap blockquote,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap h1,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap h2,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap h3,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap h4,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap h5,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap h6,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap li,.themify_builder_content-121 .tb_avyy23.module-text .tb_text_wrap span{text-shadow:0 0 38px #2b2b2b;background-clip:border-box;background-image:none;color:#f0f5f4}
.themify_builder_content-121 .tb_hlzo383.module-buttons .module-buttons-item a:hover,.themify_builder_content-121 .tb_hlzo383.module-buttons .module-buttons-item a:hover span,.themify_builder_content-121 .tb_hlzo383.module-buttons .module-buttons-item a:hover i,.themify_builder_content-121 .tb_5d3h296.module-buttons .module-buttons-item a:hover,.themify_builder_content-121 .tb_5d3h296.module-buttons .module-buttons-item a:hover span,.themify_builder_content-121 .tb_5d3h296.module-buttons .module-buttons-item a:hover i{color:#f7f7f7}
.themify_builder_content-121 .tb_hlzo383.module-buttons .module-buttons-item a:hover{background-image:none;background-color:rgba(0, 189, 139, .67)}
.themify_builder_content-121 .tb_iqhc117.module_row{background-image:url(https://bauernkomitee.ch/wp-content/uploads/2023/07/Altendorf.jpg);background-size:cover;--tbBg:parallax;background-attachment:fixed;background-repeat:no-repeat;background-position:50% 50%;text-align:center}
.themify_builder_content-121 .tb_iqhc117.module_row>.builder_row_cover::before{background-color:rgba(0, 189, 142, .22)}
.themify_builder_content-121 .tb_bqn4807.module_subrow>.subrow_inner{--col:1fr 2fr 1fr;--colg:var(--none)}
.themify_builder_content-121 .tb_cgw0000.module_column>.builder_row_cover::before{background-color:rgba(0, 189, 139, .63)}
.themify_builder_content-121 .tb_cgw0000.module_column{padding:6% 10%}
.themify_builder_content-121 .tb_5d3h296.module-buttons .module-buttons-item a:hover{background-image:none;background-color:#00bd8e}
.themify_builder_content-121 .tb_5d3h296.module-buttons{text-align:center}
.themify_builder_content-121 .tb_5d3h296.module-buttons.module .module-buttons-item a:hover{border:1px solid #f7f7f7}

@media(max-width:1024px){
.themify_builder_content-121 .tb_5va6950.module_row>.row_inner{--col:none}
}
@media(max-width:680px){
.themify_builder_content-121 .tb_klx3009.module_row>.row_inner,.themify_builder_content-121 .tb_psjf245.module_row>.row_inner,.themify_builder_content-121 .tb_5va6950.module_row>.row_inner{--area:var(--aream2_auto)}
.themify_builder_content-121 .tb_vxjt744.module_column{padding:28% 8% 13%}
.themify_builder_content-121 .tb_9pgq020.module_column,.themify_builder_content-121 .tb_ka9b245.module_column{padding:13% 5% 13% 8%}
.themify_builder_content-121 .tb_jad1246.module_column{padding:13% 8%}
.themify_builder_content-121 .tb_i734444.module_column{padding-left:5%}
.themify_builder_content-121 .tb_etfq900.module_column{padding:5%}
.themify_builder_content-121 .tb_bqn4807.module_subrow>.subrow_inner{--col:none;--area:var(--aream3_auto)}
.themify_builder_content-121 .tb_cgw0000.module_column{padding:3% 5% 1%}
.themify_builder_content-121 .tb_5d3h296.module-buttons{padding-bottom:33px}
}
/*/wp-content/uploads/themify-customizer-7.2.1-7.1.6.css*/
/* Themify Customize Styling */
body {	
	font-family: "Montserrat";	font-weight:500;

	color: #2b2b2b; 
}
a {		text-decoration:underline;

	color: #2b2b2b; 
}
a:hover {	
	color: #00be8a; 
}
h1 {		font-weight:400;
 
}
h2 {	
	font-family: "Josefin Sans";	font-weight:300;
 
}
h6 {	
	font-family: "Montserrat";	font-weight:400;
	font-size:23px;

	color: #00be8a; 
}
body #site-logo a {	
	font-family: "Montserrat";	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	font-weight:400;
	font-size:25px;
	text-transform:capitalize; 
}
#site-logo {	
	margin-right: 155px; 
}
#site-description {	
	font-family: "Montserrat";	font-style:italic;
	font-weight:500;
	font-style:italic;
	font-size:13px;
	line-height:10px;
	text-align:left;
	color: #e10f1a;display: none; 
}
#main-nav {	
	margin-left: 2px; 
}
.post-title, .post-title a {		font-size:38px;

	color: #00be8a; 
}
.post-title a:hover {	
	color: #2b2b2b; 
}
.post-meta {		text-transform:capitalize; 
}
.post-meta a {	
	color: #00be8a;	font-style:normal;
 
}
.post-meta a:hover {	
	color: #2b2b2b; 
}
.more-link:hover {	
	color: #00be8a; 
}
.page-title {		font-size:35px;
 
}
#sidebar .widgettitle {	
	color: #00be8a;	text-transform:capitalize; 
}
#footer a:hover {	
	color: #2b2b2b; 
}

/* START MOBILE MENU CSS */
@media screen and (max-width:1024px){
/*/mobile-menu.css*/
#header{
	height:auto;
}

/* reset absolute elements to static */
#site-logo, 
#site-description{
	position:static;
	float:none;
	clear:both;
	margin:0;
	padding:0;
}

/* site logo */
#site-logo{
	font-size:30px;
}

/* header widget */
.header-widget{
	position:static;
	float:none;
	text-align:left;
	clear:both;
	margin:0;
}
.header-widget .widget{
	margin:0 0 10px;
}

/* menu icon */
#menu-icon{
	position:absolute;
	display:block;
	top:50%;
	right:10px;
	text-decoration:none;
	font-size:1.2em;
	transform:			translateY(-50%);
}

/* 
MENU PANEL
================================================ */
/* Mobile Menu Styles */
.sidemenu{
	transition:.2s ease-in-out;
        transition-property:left,right;
	height:100%;
	width:250px;
	padding:50px 25px 20px;
	background-color:var(--theme_accent);
	display:none;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	position:fixed;
	top:0;
	z-index:111;
}
#mobile-menu{
	right:-300px;
}
#mobile-menu.sidemenu-on{
	right:0;
}
.sidemenu-active{
	position:relative;
}
.sidemenu-active,
.sidemenu-active #headerwrap{
	left:0;
	transition:left .2s ease-in-out;
}
.sidemenu-right,
.sidemenu-right #headerwrap{
	left:-250px;
}
.sidemenu-left,
.sidemenu-left #headerwrap{
	left:250px;
}

/* mobile menu panel link */
#mobile-menu-panel a{
	color:#fff;
	text-decoration:none;
}

/* slide menu close */
#menu-icon-close{
	position:absolute;
	display:block;
	text-decoration:none;
	top:10px;
	right:20px;
	font-size:1.4em;
}
#menu-icon-close:after{
	content:'\e808';
	font-family:'themify_theme_icon';
}
#menu-icon-close:hover{
	color:#000;
}

/* main nav */
#main-nav-wrap{
	display:block;
}
#main-nav{
	position:static;
	width:auto;
	height:auto;
	padding:0;
	margin:15px 0 50px;
	background:0;
	border:0;
	text-align:left;
	float:none;
	clear:both;
}
#main-nav li{
	float:none;
	display:block;
	border:0;
	background:0;
	clear:both;
}

/* sub level */
#main-nav ul{
	position:static;
	width:auto;
	height:auto;		
	display:none;
	border:0;
	margin:0;
	padding:0 0 0 1em;
	background:0;
	visibility:visible;
	opacity:1;
	clear:both;
}
/* menu link */
#main-nav a,
#main-nav ul a{
	width:auto;
	display:block;
	border:0;
	padding:.6em 0;
	margin:0;
	color:#fff;
	font-size:100%;
	font-weight:bold;
	line-height:1.5em;
	background:0;
	text-decoration:none;
	border-bottom:solid 1px rgba(255,255,255,.3);
}
#main-nav ul a{
	font-weight:normal;
	font-size:.95em;
	text-align:left;
}
#main-nav li a:after,
#main-nav a:after,
#main-nav ul:after,
#main-nav ul:before{
	display:none;
}

/* menu hover */
#main-nav a:hover,
#main-nav ul a:hover,
#main-nav a:hover,
#main-nav .current_page_item > a, 
#main-nav .current-menu-item > a{
	color:#fff;
}
.has-sub-menu .child-arrow{
	display:inline
}
/* 
SEARCH FORM
================================================ */
#searchform-wrap{
	float:none;
}
#headerwrap #searchform{
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	float:none;
	clear:both;
	margin:0 0 1em;
	padding:0;
	width:auto;
}
#headerwrap #searchform #s{
	width:100%;
	float:none;
	transition:none;
	background-color:#fff;
	opacity:1;
}
#headerwrap #searchform #s:focus,
#headerwrap #searchform #s:hover,
#headerwrap #searchform .icon-search:hover + #s{
	width:100%;
	color:#000;
}
#headerwrap #searchform .icon-search:before{
	padding:0;
	color:#000;
}

/* 
SOCIAL WIDGET
================================================ */
.social-widget{
	margin:0 0 1em;
	position:static;
	float:none;
}
.social-widget .widgettitle{
	display:block;
	margin:0 0 .4em;
}
}
/* END MOBILE MENU CSS */