@charset "UTF-8";
/* Themify Parallax 5.7.2 framework 5.6.7 */

/*/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);--tf_scroll_w:10px;--tf_scroll_h:10px;scrollbar-color:var(--tf_scroll_color) transparent;scrollbar-width:thin}.tf_scrollbar::-webkit-scrollbar{width:var(--tf_scroll_w);height:var(--tf_scroll_h)}.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)}

/*/css/themify.common.css*/
iframe{
    border:0
}
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
}
.module_row .col-full{
    width:100%
}
.themify_builder .direction-rtl{
    flex-flow:row-reverse wrap-reverse
}
/* Hover Animation */
.module-buttons:hover,
.module_row:hover,
.module_column:hover,
.page-loaded .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 */
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
}
.module.themify_builder_slider_wrap{
    transition:none
}
div.module_column{
    margin-left:3.2%;
    margin-right:0;
    float:left;
    /* top aligned */
    align-items:flex-start;
    align-content:flex-start
}
.module_column.col6-1{
    width:14%
}
.module_column.col5-1{
    width:17.44%
}
.module_column.col4-1{
    width:22.6%
}
.module_column.col4-2,
.module_column.col2-1{
    width:48.4%
}
.module_column.col4-3{
    width:74.2%
}
.module_column.col3-1{
    width:31.2%
}
.module_column.col3-2{
    width:65.6%
}
/*NARROW*/
.gutter-narrow > .module_column{
    margin-left:1.6%
}
.gutter-narrow > .col6-1{
    width:15.33%
}
.gutter-narrow > .col5-1{
    width:18.72%
}
.gutter-narrow > .col4-1{
    width:23.8%
}
.gutter-narrow > .col4-2,
.gutter-narrow > .col2-1{
    width:49.2%
}
.gutter-narrow > .col4-3{
    width:74.539%
}
.gutter-narrow > .col3-1{
    width:32.266%
}
.gutter-narrow > .col3-2{
    width:66.05%
}
/*NONE*/
.gutter-none > .module_column{
    margin-left:0;
    margin-right:0
}
.gutter-none > .col6-1{
    width:16.666%
}
.gutter-none > .col5-1{
    width:20%
}
.gutter-none > .col4-1{
    width:25%
}
.gutter-none > .col4-2,
.gutter-none > .col2-1{
    width:50%
}
.gutter-none > .col4-3{
    width:75%
}
.gutter-none > .col3-1{
    width:33.333%
}
.gutter-none > .col3-2{
    width:66.666%
}
/* first column */
.gutter-narrow > .module_column.first,
.module_column.col-full,
.module_column.first{
    margin-left:0;
    clear:left
}
/*CLEARFIX*/
.module:after{
    content:"";
    display:table;
    clear:both
}
/*RESETS*/
.ui,
.ui > li,
.themify_builder ul.loops-wrapper{
    margin:0;
    padding:0;
    list-style:none
}
/*SIZES*/
.ui.builder_button.large{
    font-size:120%;
    padding:10px 20px
}
.ui.builder_button.small{
    font-size:70%;
    padding:5px 10px
}
.xlarge .ui.builder_button{
    padding:.935em 1.875em
}
/*DEFAULT STYLES*/
.module_row .ui.builder_button{
    text-decoration:none
}
.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,background-color .3s linear,padding .3s linear,border .3s linear,box-shadow .3s linear;
    padding:.625em 1.25em;
    box-shadow:none
}
.ui.builder_button:hover{
    background:#f1f1f1
}
.ui > li.current,
.ui > li.current:hover{
    background:#666;
    box-shadow:inset 0 2px 3px rgba(0,0,0,.2)
}
.ui > li.current > a{
    color:#fff
}
.ui.transparent{
    background:transparent;
	box-shadow:none;
	border:none;
    /* for transparent style inherit color */
    color:inherit
}
/*MODULE*/
.module-title{
    font-size:1.2em;
    margin:0 0 1.2em
}
.module img{
    border:none;
	max-width:100%;
	height:auto;
    vertical-align:bottom
}
.module-slider{
    margin-bottom:2.5em
}
video[poster]{
	object-fit:cover
}
/*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
}
/*BACKGROUND MODE*/
.themify_builder .repeat{
    background-repeat:repeat
}
.themify_builder .repeat-x{
    background-repeat:repeat-x
}
.themify_builder .repeat-y{
    background-repeat:repeat-y
}
.themify_builder .repeat-none{
    background-repeat:no-repeat
}
.themify_builder .fullcover{
    background-size:cover
}
.themify_builder .best-fit-image{
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat
}
.themify_builder .builder-bg-fixed{
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:cover
}
/* ROW */
/* for third party theme default row width */
.module_row > .row_inner,
.module-layout-part .module_row.fullwidth_row_container > .row_inner{
	width:1160px;
	max-width:100%;
	margin:0 auto
}
.themify_builder .module_row.fullheight .module_subrow,
.sidebar-none .themify_builder .module_row{
    width:100%
}
.module_row.fullwidth > .row_inner{
    width:100%;
    max-width:100%
}
/*BEST-FIT*/
.best-fit{
    background:#000
}
.best-fit-vertical{
    top:0!important;
    left:1%!important;
    right:1%!important;
    width:auto!important;
    height:100%!important;
    margin:auto!important
}
.best-fit-horizontal{
    top:10%!important;
    left:0!important;
    bottom:10%!important;
    width:100%!important;
    height:auto!important;
    margin:auto!important
}
/* iOS doesn't support fixed attachment */
@supports (-webkit-touch-callout: none) {
	.themify_builder_row { background-attachment: scroll !important; }
}
/*COLUMN ALIGNMENT*/
/* FLEX BOX */
.row_inner,
.module_column,
.subrow_inner{
    display:flex;
    flex-flow:wrap
}
.col_auto_height > .module_column{
    height:100%
}
.col_align_middle.col_auto_height{
    align-items:center
}
.col_align_bottom.col_auto_height:not(.direction-rtl){
    align-items:flex-end
}
/*FULLHEIGHT ROW*/
.module_row.fullheight{
    min-height:100vh;
    display:flex;
    width:100%
}
.fullheight > .row_inner > .module_column,
.fullheight > .row_inner{
    min-height:inherit
}
/* top aligned */
.col_align_top > .module_column{
    align-items:flex-start;
    align-content:flex-start
}
/* center aligned */
.col_align_middle > .module_column,
.fullheight > .row_inner > .col-full{
    align-items:center;
    align-content:center			
}
/* bottom aligned */
.col_align_bottom > .module_column{
    align-items:flex-end;
    align-content:flex-end
}
.module-plain-text:after{
    display:contents!important
}
/*MEDIA QUERIES*/
@media screen and (max-width:1260px){
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container > .row_inner{
		max-width:94%
	}
	.module-layout-part .module_row.fullwidth > .row_inner,
	.module_row.fullwidth > .row_inner{
		max-width:100%
	}
}
@media screen and (max-width:760px){
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container > .row_inner{
		max-width:90%
	}
}
@media (min-width:681px) and (max-width:959px){
    .module_column.col6-1{
        width:31.2%;
    }
    .gutter-narrow > .module_column.col6-1{
        width:32.266%
    }
    .direction-rtl:not(.tb_grid_classes) > .col6-1:nth-of-type(3),
    div:not(.direction-rtl):not(.tb_grid_classes) > .col6-1:nth-of-type(4){
        margin-left:0;
        clear:left
    }
    .gutter-none > .module_column.col6-1{
        width:33.333%
    }
}
@media screen and (max-width:680px){
	.themify_map.tf_map_loaded{
        width:100%!important;
	}
    .ui.builder_button,
    .ui.nav li a{
        padding:.525em 1.15em
    }
    .gutter-narrow:not(.tb_grid_classes) > .module_column,
    .gutter-none:not(.tb_grid_classes) > .module_column,
    div:not(.tb_grid_classes) > .module_column{
        margin-left:0;
        width:100%;
        max-width:100%;
        float:none
    }
    .module_row div:not(.tb_grid_classes) > .module_column.col6-1{
        width:48.4%;
        margin-left:3.2%
    }
    div.gutter-narrow:not(.tb_grid_classes) > .module_column.col6-1:nth-of-type(2n+1),
    .direction-rtl:not(.tb_grid_classes) > .col6-1:nth-of-type(2n),
    div:not(.direction-rtl):not(.tb_grid_classes) > .col6-1:nth-of-type(2n+1){
        margin-left:0;
        clear:left
    }
    div.gutter-narrow:not(.tb_grid_classes) > .module_column.col6-1{
        width:49.2%;   
        margin-left:1.6%
    }
    div.gutter-none:not(.tb_grid_classes) > .module_column.col6-1{
        width:50%;
        margin-left:0
    }
    .fullheight > .row_inner > .module_column:not(.col-full),
    .fullheight > .row_inner{
        min-height:0
    }
}

/*/themify-builder/css/modules/parallax.css*/
.themify_builder .builder-parallax-scrolling{
    background-attachment:fixed!important;
    background-repeat:no-repeat!important;
    background-position:center; /* don't add !important here so user can change position with builder styling */
	transition:background-position 0s!important
}
@media (hover:hover){
	.themify_builder .builder-parallax-scrolling{
		background-size:cover
	}
}
@media(hover:none){
	/* for touch devices */
	.themify_builder .builder-parallax-scrolling{
		background-attachment:scroll!important
	}
}
/*/wp-content/themes/parallax/styles/modules/header-full-height.css*/
.header-full-height #headerwrap{
	height:100vh;
	display:table
}
.header-full-height #headerwrap #header{
	width:100%;
	height:100%;
	display:table
}
.header-full-height #headerwrap #header .hgroup{
    display:table-cell;
    vertical-align:middle
}
.header-full-height #headerwrap.fixed-header{
	height:auto
}
/*/wp-content/themes/parallax/styles/modules/sidebar.css*/
#sidebar{
	width:24%;
	padding:5.75% 0 10%;
	float:right;
	font-size:.9em;
	line-height:1.7em
}
.full_width #sidebar{
	width:auto;
	float:none
}
/* search widget */
#sidebar #searchform{
	position:static
}
#sidebar #searchform #s{
	width:93%
}
@media screen and (max-width:768px){
	#sidebar{
		width:100%;
		max-width:100%;
		float:none;
		clear:both;
	}
}
/*/css/modules/search-form.css*/
.tf_s_dropdown input[type="text"]{
    background-color:#fff;
    color:#000;
    margin:0;
    width:auto;
    height:auto;
    max-width:100%;
    min-width:auto;
    min-height:auto;
    display:inline-block;
    box-shadow:none
}
.tf_search_icon{
    padding:9px 11px 10px;
    border-radius:50em;
    cursor:pointer;
    line-height:normal
}
.tf_search_icon:hover{
    background:rgba(150,150,150,.15)
}
.tf_icon_wrap{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:2px;
    font-size:1.2em;
    line-height:1
}
.tf_icon_wrap + input[type="text"],
.tf_icon_wrap + .tf_loader + input[type="text"]{
    padding-left:36px;
}
.tf_s_dropdown .tf_icon_wrap{
    left:12px
}
/*/wp-content/themes/parallax/styles/modules/search-form.css*/
#header #searchform-wrap{
	vertical-align:middle;
}
#header #searchform{
	width:34px;
	z-index:1
}
#header #searchform:hover{
	color:#000
}
#header #searchform #s{
	width:2em;
	color:#a9a9a9;
	padding:.35em .5em;
	background-color:#fff;
	border:none;
	border-radius:5em;
	transition:.7s;
	transition-property:width,color,opacity,padding-left;
	opacity:0;
	max-width:none;
	margin:0;
}
#header #searchform #s:focus,
#header #searchform:hover #s{
	width:140px;
	color:#333;
	opacity:1;
	padding-left:2.25em
}
#headerwrap #searchform .icon-search{
	position:absolute;
	left:0;
	top:0;
	font-style:normal;
	line-height:1em;
	border:1px solid;
	border-radius:100%;
	padding:.5em;
	z-index:1
}
#headerwrap #searchform:focus .icon-search,
#headerwrap #searchform:hover .icon-search{
	border-color:#fff
}
#headerwrap #searchform #s:focus + .icon-search{
	border-color:#fff;
	color:#000
}
/*/themify-builder/css/modules/post.css*/
.post{
    margin-bottom:2.2em;
    box-sizing:border-box
}
.post-title a{
    text-decoration:none
}
.post-video{
    margin:0 0 1em
}
.post-content{
    min-width:120px;
    padding:0;
    position:static
}
.module-post p.post-meta{
    margin:0 0 .6em
}
.post-meta .post-author,
.post-meta .post-category,
.post-meta .post-tag,
.post-meta .post-author,
.post-meta .post-comment a,
.post-meta span{
    margin-right:.3em
}
.post-date{
    margin:0 0 .5em;
    display:block
}
.builder-posts-wrap .post-image img{
    max-width:100%;
    height:auto
}
.builder-posts-wrap.grid4 .post-title{
    font-size:130%
}
.builder-posts-wrap.grid3 .post-title{
    font-size:150%
}
.builder-posts-wrap.grid2 .post-title,
.builder-posts-wrap.grid2-thumb .post-title{
    font-size:160%
}
.builder-posts-wrap.list-thumb-image .post-title{
    font-size:140%
}
.builder-posts-wrap.list-large-image .post-title{
    font-size:200%
}
.builder-posts-wrap.grid2-thumb .post-image{
    width:20%;
    float:left;
    margin:0 1.5em 1em 0
}
.builder-posts-wrap.list-thumb-image .post-image{
    max-width:20%;
    float:left;
    margin:0 1.5em 1em 0
}
.tb_fullwidth_image .post-image img,
.builder-posts-wrap.list-large-image .post-image img,
.builder-posts-wrap.list-thumb-image .post-image img{
    width:100%
}
.builder-posts-wrap.list-thumb-image .post-content,
.builder-posts-wrap.grid2-thumb .post-content{
    overflow:hidden
}
.builder-posts-wrap.list-post .post-content{
    width:auto
}
.builder-posts-wrap.list-large-image .post-image{
    max-width:64%;
    float:left;
    margin:0 1.5em 1em 0
}
/* reset post content min-width */
.col2-1 .builder-posts-wrap.grid3 .post-content,
.col2-1 .builder-posts-wrap.grid4 .post-content,
.col3-1 .builder-posts-wrap.grid2 .post-content,
.col3-1 .builder-posts-wrap.grid3 .post-content,
.col3-1 .builder-posts-wrap.grid4 .post-content,
.col3-2 .builder-posts-wrap.grid2 .post-content,
.col3-2 .builder-posts-wrap.grid3 .post-content,
.col3-2 .builder-posts-wrap.grid4 .post-content,
.col4-1 .builder-posts-wrap.grid2 .post-content,
.col4-1 .builder-posts-wrap.grid3 .post-content,
.col4-1 .builder-posts-wrap.grid4 .post-content,
.col4-2 .builder-posts-wrap.grid2 .post-content,
.col4-2 .builder-posts-wrap.grid3 .post-content,
.col4-2 .builder-posts-wrap.grid4 .post-content{
    min-width:50%
}
/*image appearance*/
.module.rounded .post-image img{
    border-radius:8px
}
.module.bordered .post-image img{
    border:solid 1px rgba(0,0,0,.15);
    background:#fff;
    padding:3px;
    box-sizing:border-box
}
.module.drop-shadow .post-image img{
    box-shadow:0 1px 8px 2px rgba(0,0,0,.15)
}
.module.circle .post-image img{
    border-radius:50em
}
@media screen and (max-width:680px){
    .builder-posts-wrap.grid2 .post,
    .builder-posts-wrap.grid3 .post,
    .builder-posts-wrap.grid4 .post{
        clear:both;
        width:auto;
        float:none;
        margin-left:0;
        margin-right:0
    }
    .post-content{
        overflow:visible!important
    }
}
/*/css/grids/list-post.css*/
.woocommerce .loops-wrapper.products.list-post > .product,
.loops-wrapper.list-post > .post{
    width:100%;
    min-height:0;
    clear:both;
    float:none;
    margin:0 0 2.5em
}
.loops-wrapper.list-post.products.no-gutter > .product,
.loops-wrapper.list-post.no-gutter > .post{
    padding:0
}
/*/wp-content/themes/parallax/styles/modules/grids/list-post.css*/
.loops-wrapper.list-post .post{
	margin-bottom:3.75em;
	text-align:left
}
.loops-wrapper.list-post .post-content{
	overflow:visible
}
@media screen and (max-width:680px){
    .loops-wrapper.list-post .post-content{
            overflow:visible;
    }
    .loops-wrapper.list-post .post-image{
             max-width:100%;
             width:100%;
             float:none;
             margin-right:0
    }
}
/*/css/grids/grid2-thumb.css*/
.loops-wrapper.products.grid2-thumb > .product,
.loops-wrapper.grid2-thumb > .post{
    width:48.4%
}
.loops-wrapper.products.grid2-thumb > .product:nth-of-type(2n+1),
.loops-wrapper.grid2-thumb > .post:nth-of-type(2n+1){
    margin-left:0;
    clear:left
}
@media screen and (max-width:680px){
	.loops-wrapper.grid2-thumb > .post{
		width:100%;
		margin-left:0;
		float:none
	}
}
/*/wp-content/themes/parallax/styles/modules/grids/grid2-thumb.css*/
.loops-wrapper.grid2-thumb .post{
	text-align:left
}
.loops-wrapper.grid2-thumb .post-title{
	font-size:170%;
	padding:0
}
.loops-wrapper.grid2-thumb .post-image{
	 max-width:58%;
	 float:left;
	 margin-right:6%;
	 min-width:120px
}
.loops-wrapper.grid2-thumb .post-content{
	overflow:hidden
}
@media screen and (max-width:680px){
    .loops-wrapper.grid2-thumb .post-image{
            width:auto;
            min-width:0
    }
    .loops-wrapper.grid2-thumb .post-content{
            overflow:visible
    } 
}
/*/wp-content/themes/parallax/styles/modules/footer.css*/
#footerwrap{
	background-color:#000
}
#footer{
	color:#fff;
	clear:both;
	padding:1.25em 0 4.5em;
	font-size:.9em;
	line-height:1.6em;	
}
#footer a:hover{
	color:#fff
}
/* footer text */
.footer-text{
	font-size:.85em;
	display:block;
	margin:0 auto;
	padding-top:1.84em;
	text-align:center;
	letter-spacing:.01em
}
.footer-text a:hover{
	text-decoration:underline
}
/* footer widget */
.footer-widgets{
	margin-top:2em
}
#footer .widget li{
	border-color:#2b2b2b
}

/*/wp-content/themes/parallax/styles/modules/back-top.css*/
#footer .back-top{
	text-transform:uppercase;
	display:block;
	width:31%;
	margin:3.25em auto 0;
	padding-bottom:1.75em;
	text-align:center;
	border-bottom:1px solid #2b2b2b
}
#footer .back-top a{
	display:inline-block;
	color:var(--theme_accent);
	transition:color .5s ease-in-out
}
#footer .back-top a:before{
	content:"";
	width:1em;
	height:1em;
	font-size:22px;
	border:3px solid transparent;
	border-top-color:inherit;
	border-left-color:inherit;
	transform:rotate(45deg);
	display:block;
	transition:top .2s linear;
	position:relative;
	top:0;
	margin:0 auto .48em auto
}
#footer .back-top a:hover:before{
	top:-10px
}
/*/wp-content/themes/parallax/styles/modules/footer-nav.css*/
/* footer menu */
.footer-nav{
	padding:0;
	margin:40px 0 10px;
	text-align:center
}
.footer-nav li{
	padding:0;
	margin:0 10px;
	list-style:none;
	display:inline-block;
}
.footer-left-col .footer-nav li,
.footer-right-col .footer-nav li,
.footer-horizontal-left .footer-nav li,
.footer-horizontal-right .footer-nav li{
	margin-left:0
}
.footer-horizontal-right .footer-nav{
	text-align:right
}
.footer-right-col .footer-nav{
	text-align:left
}
@media screen and (max-width: 680px){
	.footer-nav{
		padding:0;
		margin:0
	}
}
/*/wp-content/themes/parallax/style.css*/
/*
Theme Name:Themify Parallax
Theme URI:https://themify.me/themes/parallax
Version:5.7.2
Description:Created by <a href="http://www.themify.me">Themify</a>.
Author:Themify
Author URI:https://www.themify.me
License:GNU General Public License v2.0
License URI:http://www.gnu.org/licenses/gpl-2https://trauredner-pfaffenhofen.de/wp-content/themeshtml
Copyright:(c) 2016 Themify.
Tags:featured-images,translation-ready,custom-menu
Text Domain:themify
Required Plugins:themify-portfolio-post

---------

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).
*/

/************************************************************************************
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
}
html{
  scroll-behavior:smooth
}
img,fieldset{
    border:0
}
/* set html5 elements to block */
.widget li,#main-nav,.menu,
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}
/* clearfix */
.widget li:after,.menu:after{
	content:"";
	display:table;
	clear:both
}
/* audio */
audio,
iframe,object{
	max-width:100%
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
:root{
	--theme_accent:#cca800;
	--theme_accent_semi:rgba(0,0,0,.8);
}
body{
	font:normal 1em/1.62em 'Poppins', Arial, sans-serif;
	color:#555;
	background-color:#fff;
	overflow-wrap:break-word;
	-webkit-font-smoothing:antialiased
}
a{
	color:var(--theme_accent);
	text-decoration:none;
	outline:none
}
p{
	margin:0 0 1.8em;
	padding:0
}
small{
	font-size:87%
}
blockquote{
	font:italic 110%/130% "Times New Roman", Times, serif;
	padding:8px 30px 15px
}
ins{
	text-decoration:none
}

/* LIST
================================================ */
ul,ol{
	margin:1em 0 1.4em 24px;
	padding:0
}
li{
	margin:0 0 .5em 0;
	padding:0
}

/* HEADINGS
================================================ */
h1,h2,h3,h4,h5,h6{
	color:#000;
	line-height:1.4em;
	padding:0;
	margin:0 0 .5em;
	font-weight:700;
	overflow-wrap:normal
}
h1{
	font-size:3.4em;
	line-height:1.2em;
	letter-spacing:-.03em
}
h2{
	font-size:2.6em;
	line-height:1.2em;
	letter-spacing:-.02em
}
h3{
	font-size:1.5em
}
h4{
	font-size:1.2em;
	margin:0 0 .3em
}
h5{
	font-size:1.2em
}

/* FORM
================================================ */
/* form input */
input,textarea,select,input[type=search],button{
	font-size:100%;
	font-family:inherit;
	max-width:100%
}
input:read-write,
input:read-only,
input[type=radio],
input[type=checkbox],
select,
textarea{
	background:#fff;
	border:1px solid #ccc;
	padding:.6em;
	max-width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border-radius:8px
}
input:read-write,
input:read-only{
    margin:0 1em .4em 0;
    width:17em
}
input[type=number]{
	width:7em
}
input[type=checkbox]+label{
	display:inline-block
}
textarea{
	width:100%;
	min-height:13.5em;
	margin:0
}
select{
	padding-right:30px;
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke-linecap='round' width='100' height='100' stroke='rgba(55,55,55,.9)' stroke-width='3'%3E%3Cpolyline points='2.7,2.3 49.1,57.2 95.5,2.3 '/%3E%3C/svg%3E") no-repeat;
	background-size:12px;
	background-position:calc(100% - 8px) calc(50% + 3px)
}
input[type=radio],
input[type=checkbox]{
	border-radius:6px;
	clear:none;
	cursor:pointer;
	padding:0;
	margin:0 .3em 0 0;
	width:20px;
	height:20px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	line-height:1;
	outline:none;
	-webkit-appearance:none
}
input[type=radio]{
	border-radius:100%
}
input[type="checkbox"]:checked:before{
	content:"";
	display:inline-block;
	width:70%;
	height:30%;
	margin-bottom:4px;
	margin-left:1px;
	border-left:1px solid;
	border-bottom:1px solid;
	transform:rotateZ(-45deg) skewY(-10deg)
}
input[type="radio"]:checked:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	border-radius:100%;
	background-color:#444;
	width:12px;
	height:12px
}
/* form input:focus */
select:focus,
textarea:focus,
input:read-write:focus,
input:read-only:focus{
	border-color:var(--theme_accent);
	box-shadow:0 3px 12px rgba(0,0,0,.1);
	outline:none
}
/* form button */
input[type=reset],
input[type=submit],
button{
	background-color:#000;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	font-size:.95em;
	padding:.6em 1.6em;
	cursor:pointer;
	border:none;
	border-radius:30px;
	letter-spacing:.02em;
	-webkit-appearance:none;
	appearance:none;
	outline:none;
	transition:background .3s,color .3s, transform .3s
}
/* form input:hover */
input[type=reset]:hover,
input[type=submit]:hover,
button:hover{
	background-color:#000;
	color:#d5b000;
	box-shadow:0 5px 10px rgba(0,0,0,.1);
	transform:translateY(-1px)
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
input,textarea,.post,.author-box,.widget,img{
    box-sizing:border-box
}
/* main page width */
.pagewidth,
.module_row>.row_inner,
.module-layout-part .module_row.fullwidth_row_container>.row_inner{
    width:1160px;
    max-width:100%;
    margin:0 auto
}
.module_row.fullwidth>.row_inner{
    width:100%
}
/* content */
#content{
    width:71%;
    padding:5.75% 0;
    float:left
}

/* set relative position */
.post,
#site-logo,
.post-image,
#site-description,
.col2-1,
.col3-1,
.col3-2,
.col4-1,
.col4-2,
.col4-3{
    position:relative
}

/* fullwidth content */
.full_width #layout{
    width:100%;
    max-width:100%
}
.full_width #content{
    padding:0;
    width:auto;
    float:none
}

/************************************************************************************
GRID
*************************************************************************************/
.col4-1,
.col4-2,
.col4-3,
.col3-1,
.col3-2,
.col2-1{
	margin-left:3.2%;
	float:left
}
.col4-1{
	width:22.6%
}
.col4-2,.col2-1{
	width:48.4%
}
.col4-3{
	width:74.2%
}
.col3-1{
	width:31.2%
}
.col3-2{
	width:65.6%
}
.col.first,
.col4-1.first,
.col4-2.first,
.col4-3.first,
.col3-1.first,
.col3-2.first,
.col2-1.first{
	margin-left:0;
	clear:left
}

/************************************************************************************
HEADER
*************************************************************************************/
#headerwrap{
	background:#000 url('https://trauredner-pfaffenhofen.de/wp-content/themes/parallax/images/header.jpg') no-repeat 50% -10px/cover;
	z-index:100!important;
	color:#fff
}
#headerwrap.header-gallery,
#headerwrap[data-bg]{
	background-image:none
}
#header{
    height:500px;
    z-index:1
}
#header .hgroup{
    display:flex;
    justify-content:center;
    flex-direction:column
}
.home.header-block #headerwrap,
.home.header-block #headerwrap #header{
    height:100vh
}
#header #searchform #s:focus,
#header #searchform:hover #s{
    padding-left:2.2em;
    padding-right:1em
}
.header-block.fixed-header-on #pagewrap{
    padding-top:500px
}
.home.header-block.fixed-header-on #pagewrap{
    padding-top:100vh
}
.home.header-block.fixed-header-on.transparent-header #pagewrap{
	padding-top:0
}
.header-block #header,
body:not([class*='header-']) #header{
    width:100%
}
body:not(.mobile_menu_active).header-block #header,
body:not(.mobile_menu_active):not([class*='header-']) #header{
    max-width:none
}
/* NAVBAR TOP */
.header-block.nav-bar-top #main-nav-wrap{
    top:0;
    bottom:auto;
    position:fixed
}
.no-fixed-header.header-block.nav-bar-top #main-nav-wrap,
.themify_builder_active.header-block.nav-bar-top #main-nav-wrap{
    position:absolute
}
.header-block.nav-bar-top.home #main-nav ul{
    bottom:auto;
    top:100%;
    transform-origin:top
}
.header-block.nav-bar-top.home #main-nav ul ul,
.nav-bar-top.home #main-nav ul ul{
    bottom:auto;
    top:0;
    transform-origin:left
}

/*
MAIN NAVIGATION
================================================ */
.header-block #main-nav-wrap,
body:not([class*='header-']) #main-nav-wrap{
	background-color:var(--theme_accent_semi);
	position:absolute;
	z-index:9999;
	bottom:0;
	left:0;
	width:100%;
	padding:0;
	margin:0
}
#main-nav{
	text-align:center;
	overflow:visible;
	margin:0
}
#main-nav li{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	position:relative
}
/* main level link */
#main-nav a{
	font-weight:500;
	color:inherit;
	display:block;
	padding:22px 0;
	margin:0 12px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.015em
}
/* main level link :hover */
#main-nav a:hover,
#main-nav .current_page_item > a,
#main-nav .current-menu-item > a,
#main-nav .current_page_item > a:hover,
#main-nav .current-menu-item > a:hover{
	color:var(--theme_accent)
}
/* sub-levels link */
#main-nav ul a{
	font-weight:normal;
	font-size:.95em;
	color:#010101;
	text-transform:none;
	padding:10px 20px;
	margin:0;
	display:block;
	width:210px;
	background:none;
	box-sizing:border-box
}
#main-nav ul li:first-child > a{
	border-top:none
}
/* sub-levels link :hover */
#main-nav ul a:hover{
	background:rgba(0,0,0,.05);
	color:var(--theme_accent)
}
#main-nav ul{
	margin:0 0 0 -99px;
	padding:10px 0;
	list-style:none;
	position:absolute;
	background-color:#fff;
	z-index:1000;
	opacity:0;
	left:50%;
	transition:all .4s ease;
	text-align:center;
	border-radius:8px;
	box-shadow:0 0 0 1px rgba(0,0,0,.1), 0 4px 12px 2px rgba(0,0,0,.12)
}
#main-nav ul li{
	background:none;
	padding:0;
	margin:0;
	float:none
}
/* sub-levels dropdown */
#main-nav ul ul{
	margin:0;
	top:-10px;
	text-align:left
}
.dropdown-menu-style #menu-icon-dropdown,
#main-nav ul ul:after{
	display:none
}
#main-nav ul{
	transform:scale(1,0);
	transform-origin:top
}
#main-nav ul ul{
	left:100%;
	transform:scale(0,1);
	transform-origin:left
}
/* show dropdown ul */
@media (hover:hover){
	#main-nav li:hover > ul,
	/* tab keyboard menu nav */
	#main-nav li > a:focus + .sub-menu,
	#main-nav li > .sub-menu:focus-within{
		opacity:1;
		transform:scale(1,1)
	}
}
@media (hover:none){
	#main-nav .menu-item-has-children > a{
            padding-right:35px
	}
	#main-nav li .child-arrow{
            margin-left:7px;
            border-radius:100%;
            display:inline-block;
            padding:0;
            right:5px;
            top:50%;
            margin-top:-17px
	}
	#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
	}
}
.menu-item-has-children .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, background-color .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
}
.child-arrow:hover{
	background-color:rgba(180,180,180,.3);
}
.toggle-on > a .child-arrow{
	transform:rotateZ(180deg)
}
/* home navigation */
.home #main-nav ul{
	bottom:100%;
	transform-origin:bottom
}
.home #main-nav ul ul{
	bottom:auto;
	transform-origin:left
}
.home .fixed-header #main-nav ul{
	bottom:auto;
	top:100%;
	transform-origin:top
}
.home .fixed-header #main-nav ul ul{
	top:-5px;
	transform-origin:left
}

/* Edge Menu */
.home #main-nav li.edge > ul,
#main-nav li.edge > ul{
	left:auto;
	right:0;
	transform-origin:right
}
.home #main-nav ul li.edge > ul,
#main-nav ul li.edge > ul{
	left:auto;
	right:100%
}
#main-nav li.edge > ul:before{
	left:auto;
	right:0
}
.fixed-header #main-nav ul li.edge > ul:before,
#main-nav ul li.edge > ul:before{
	left:auto;
	right:-19px;
	transform:rotate(180deg)
}
.mobile-menu-visible{
	position:relative;
	overflow-y:hidden
}
.body-overlay{
	display:none;
	background-color:rgba(0,0,0,.7);
	width:100%;
	height:100%;
	position:fixed;
	right:300px;
	top:0;
	z-index:10000;
	box-shadow:inset -1px 0 13px rgba(0,0,0,.13)
}
.body-overlay-on{
	display:block
}
#menu-icon{
	display:none;
	text-decoration:none;
	position:relative;
	margin:0;
	color:#fff;
	line-height:1;
	border-radius:100%;
	padding:11px 10px
}
#menu-icon:hover{
	background:rgba(180,180,180,.3);
}
.menu-icon-inner{
	width:20px;
	height:16px
}
.menu-icon-inner:before,
.menu-icon-inner:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	transition:transform .7s ease;
	border-top:2px solid;
	box-sizing:border-box
}
.menu-icon-inner:before{
	top:0;
	height:100%;
	transform:none;
	border-bottom:2px solid
}
#menu-icon-close{
	color:inherit;
	position:absolute;
	text-decoration:none;
	top:.75em;
	right:1em;
	padding:9px;
	min-width:1em;
	min-height:1em;
	border-radius:100%;
	transform-origin:center;
	transition:transform .3s linear;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
#menu-icon-close:before,
#menu-icon-close:after{
	content:'';
	display:block;
	background-color:currentColor;
	position:absolute;
	transform:translate(-50%,-50%) rotate(45deg);
	left:50%;
	top:50%;
	width:1px;
	height:60%
}
#menu-icon-close:after{
	transform:translate(-50%,-50%) rotate(-45deg);
}
#menu-icon-close:hover{
	transform:rotate(90deg) scale(1.1);
	background:rgba(180,180,180,.3);
}
/*
FIXED HEADER
================================================ */
#headerwrap.fixed-header{
	background:var(--theme_accent_semi);
	position:fixed!important;
	top:0;
	left:0
}
#headerwrap.fixed-header,
#headerwrap.fixed-header #header{
	height:auto!important
}
#headerwrap.fixed-header .header-bar,
#headerwrap.fixed-header #searchform-wrap,
#headerwrap.fixed-header #site-description,
#headerwrap .tf_sticky_logo,/* hide sticky header logo */
#headerwrap.fixed-header .tf_sticky_logo,
#headerwrap.fixed-header .tf_sticky_logo + span,
#headerwrap.fixed-header .tf_sticky_logo + img{
	display:none
}
#headerwrap.fixed-header #main-nav-wrap{
	position:static
}
#headerwrap.fixed-header .tf_sticky_logo{
	display:block
}
#headerwrap.fixed-header #site-logo img{
	max-height:60px;
	width:auto;
	transition:all .3s
}

/************************************************************************************
PAGE
*************************************************************************************/
/* page title */
.page-title{
	text-transform:uppercase
}

/*
AUTHOR PAGE
================================================ */
.author-bio{
	margin:0 0 1.875em
}
.author-bio .author-avatar{
	float:left;
	margin:0 15px 0 0
}
.author-bio .author-avatar img{
	border-radius:5px
}
.author-bio .author-name{
	margin:0 0 .2em;
	padding:0;
	font-size:160%
}
.author-posts-by{
	margin:0 0 20px;
	padding:10px 0 0;
	font-size:140%;
	text-transform:uppercase;
	border-top:solid 1px rgba(118,118,118,.3);
}
/************************************************************************************
POST
*************************************************************************************/
.post{
	margin-bottom:2.5em;
	box-sizing:border-box
}

/* post title */
.post-title{
	margin:0 0 .5em;
	padding:0;
	font-size:2.4em;
	font-weight:bold;
	letter-spacing:normal;
	text-transform:none
}
.post-title a{
	text-decoration:none;
	color:inherit
}
/* post-date */
.post-date{
	color:#a3a3a3;
	display:block;
	margin:0 0 1em;
	font-size:.9em;
	position:relative;
}

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

/* post-image */
.post-image{
	margin:0 0 1em
}
.post-image.left{
	float:left;
	margin-right:1em
}
.post-image.right{
	float:right;
	margin-left:1em
}
.post-image img{
	vertical-align:bottom;
	border-radius:8px
}

/* post meta */
.post-meta{
	padding:0;
	text-transform:uppercase;
	line-height:1.4em;
	font-size:.8em;
	letter-spacing:.04em;
	margin:0 0 1em;
	position:relative; /* smooth IE text opacity */
	color:#d7d7d7
}
.post-meta a{
	font-weight:500;
	text-decoration:none
}
.post-meta .separator{
    opacity:.5;
    margin-left:5px;
    margin-right:5px
}

/************************************************************************************
POST VIDEO (css for fluid video)
*************************************************************************************/
.post-video,.embed-youtube{
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	margin-bottom:15px
}
.post-video iframe,
.post-video embed,
.embed-youtube iframe,
.embed-youtube embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%
}

/************************************************************************************
AUTHOR BOX
*************************************************************************************/
.author-box{
	margin:15px 0
}
.author-box .author-avatar{
	float:left;
	margin:0 15px 5px 0
}
.author-box .author-name{
	margin:0 0 5px
}

/************************************************************************************
POST NAVIGATION (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
}
/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget{
	margin:0 0 2.25em;
	overflow-wrap:break-word
}
.widgettitle{
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 .7em;
	padding:0;
	letter-spacing:.04em;
}
.widget ul{
	margin:0;
	padding:0
}
.widget li{
	margin:0;
	padding:.8em 0;
	list-style:none;
	clear:both;
	border-top:solid 1px rgba(200,200,200,.4);
}
.widget ul ul{
	margin:6px 0 -6px 0;
	padding:0;
	border-top:none
}
.widget ul ul li{
	margin:0;
	padding-left:10px
}

/************************************************************************************
WIDGET STYLES
*************************************************************************************/
/* 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
}

/************************************************************************************
LOAD MORE BUTTON
*************************************************************************************/
#load-more{
	margin:30px 0 10px
}
#load-more a{
	background-color:#000;
	color:#d5b000;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	font-size:1em;
	padding:10px 25px 7px;
	border-radius:0;
	border:none;
	display:none
}
#load-more a:hover{
	background-color:#8ab6eb;
	color:#fff
}

/************************************************************************************
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{
	font-size:95%;
	line-height:120%;
	margin:.5em 0
}

/************************************************************************************
ATTACHMENT SINGLE VIEW
*************************************************************************************/
.attachment.single-attachment,
.single-attachment .attachment{
	float:none;
	margin:0;
	text-align:left
}

/************************************************************************************
SHORTCODES
*************************************************************************************/
/* button */
a.shortcode.button.white{
	color:#333!important
}
.module-buttons-item span,
a.shortcode.button{
	font-size:.95em;
	font-weight:600;
	letter-spacing:.02em;
	text-transform:uppercase
}

/************************************************************************************
IMAGE FILTER
*************************************************************************************/
.post-image,
.post-img,
.module-feature-image,
.slide-image{
    transition:.3s ease-in-out;
    transition-property:border,padding,width
}

/************************************************************************************
BUILDER
*************************************************************************************/
.module-title{
	font-weight:700;
	margin:0 0 .6em;
	padding:0;
	text-transform:none;
	text-transform:none;
	letter-spacing:0
}
/* feature module */
.module-feature .module-feature-title{
	margin:1em 0 .3em
}
/* Disable background attachment on iOS devices */
@supports (-webkit-touch-callout:none){
	#headerwrap{
		background-attachment:scroll!important;
		background-position:center!important
	}
}
@media screen and (max-width:1260px){
	.pagewidth,
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container > .row_inner{
            max-width:90%
	}
	#pagewrap,
	.default_width #layout .module_row > .row_inner,
	.module-layout-part .module_row.fullwidth > .row_inner,
	.module_row.fullwidth > .row_inner{
            max-width:100%
	}
}
@media screen and (max-width:768px){
	#headerwrap #header,
	.module_row > .row_inner,
	.module-layout-part .module_row.fullwidth_row_container .row_inner{
		max-width:90%
	}
	#content{
		width:100%;
		max-width:100%;
		float:none;
		clear:both
	}
}

@media screen and (max-width:680px){
	h1{
		font-size:2.2em
	}
	h2{
		font-size:1.8em
	}
	h3{
		font-size:1.4em
	}
	h4{
		font-size:1.2em
	}
	.post-title{
		font-size:1.6em
	}
	/*GRID*/
	.col4-1,
	.col4-2, 
        .col2-1,
	.col4-3,
	.col3-1,
	.col3-2	{
		margin-left:0!important;
		width:100%!important;
		max-width:100%!important
	}
	#headerwrap{
		z-index:998
	}
	.loops-wrapper{
		margin-left:0!important
	}
	.loops-wrapper .post{
		width:100%!important;
		max-width:100%!important;
		margin-left:0!important;
		float:none!important
	}
}

/*/wp-content/themes/parallax/skins/blue/style.css*/
/*
Skin Name: Blue
Version: 1.0
Description: Skin for Parallax
*/
:root{
	--theme_accent:#15a3c6;
	--theme_accent_semi:rgba(21,163,198,.8);
}
/* links */
a,
.post-nav .arrow,
.widget a {
	color: var(--theme_accent);
}

/* buttons */
input[type=reset],
input[type=submit],
button,
.pagenav .current,
#load-more a {
	background-color: var(--theme_accent);
	border-color: #138fad;
	color: #fff;
}
input[type=reset]:hover,
input[type=submit]:hover,
button:hover,
.pagenav a:hover,
#load-more a:hover {
	background-color: #19b8e0;
}

textarea:focus, input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus {
	border-color: var(--theme_accent);
}

/* headerwrap, nav-bar and footerwrap */
.footer-horizontal-left .back-top a,
.footer-horizontal-right .back-top a,
.footer-left-col .back-top a,
.footer-right-col .back-top a,
.header-rightpane.mobile_menu_active #headerwrap #menu-icon,
.header-leftpane.mobile_menu_active #headerwrap #menu-icon,
#headerwrap,
.header-block #main-nav-wrap,
body:not([class*='header-']) #main-nav-wrap,
#footerwrap {
	background-color: var(--theme_accent);
}
.mobile_menu_active .menu-icon-wrap,
.body-overlay,
.header-block #main-nav-wrap,
body:not([class*='header-']) #main-nav-wrap,
.header-block .fixed-header #main-nav-wrap,
body:not([class*='header-']) .fixed-header #main-nav-wrap {
	background-color: var(--theme_accent_semi);
}
body:not(.mobile_menu_active).header-minbar .sidemenu,
body:not(.mobile_menu_active).header-slide-out .sidemenu,
.header-overlay.mobile-menu-visible #headerwrap {
	background-color: var(--theme_accent_semi);
}

/* main navigation */
#main-nav a:hover,
#main-nav .current_page_item a,
#main-nav .current-menu-item a,
#main-nav .current_page_item a:hover,
#main-nav .current-menu-item a:hover {
	color: #333;
}

/* back-top and footer widget list border */
.back-top,
#footer .widget li {
	border-color: #128eaa;
}

/* footer */
#footer {
	color: #fff;
}
.back-top a:before,
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #333;
}

.mobile_menu_active #mobile-menu {
	background-color: var(--theme_accent);
}

/* WooCommerce
================================================ */
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce ul.products li.product .button {
    background-color: var(--theme_accent);
	color: #fff;
}
.woocommerce form input[type="tel"]:focus {
	border-color: var(--theme_accent);
}
/* hover */
.woocommerce nav.woocommerce-pagination ul li a:focus:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover:hover,
.woocommerce nav.woocommerce-pagination ul li span.current:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce ul.products li.product .button:hover {
	background-color: #19b8e0;
}
/*/wp-content/uploads/themify-css/themify-builder-442-generated.css*/
/* Generated from tbuilder_layout_part: sidebar-blog */
.themify_builder_content-442 .tb_qxf4739.module-post.module .post-title,.themify_builder_content-442 .tb_qxf4739.module-post.module .post-title a{font-size:20px;}
.themify_builder_content-442 .tb_kkvp361.module-post.module .post-title,.themify_builder_content-442 .tb_kkvp361.module-post.module .post-title a{font-size:20px;}

/*/wp-content/uploads/themify-customizer-5.6.7-5.7.2.css*/
/* Themify Customize Styling */
#body {	
	padding: 20px; 
}
#headerwrap {	background-image: url(https://trauredner-pfaffenhofen.de/wp-content/uploads/2021/04/trauredner-max-foerster_header.jpg);
	background-size: cover; 
}
.fixed-header #headerwrap #site-logo a img {		width: 200px;
	height: 200px; 
}
body #site-logo a img {		width: 250px;
	height: 77px; 
}
#site-logo {		position:fixed;

	top: 0px;
	right: 0px;
	bottom: 0px;left: auto; 
}
#site-description {	display: none; 
}
#main-nav a {		font-weight:bold;
 
}
@media screen and (max-width: 1024px) { /* Themify Customize Styling */
.fixed-header #headerwrap #site-logo a img {		width: 200px;
	height: 200px; 
}
body #site-logo a img {		width: 250px;
	height: 77px; 
}
 }@media screen and (max-width: 768px) { /* Themify Customize Styling */
.fixed-header #headerwrap #site-logo a img {		width: 200px;
	height: 200px; 
}
body #site-logo a img {		width: 250px;
	height: 77px; 
}
 }@media screen and (max-width: 680px) { /* Themify Customize Styling */
.fixed-header #headerwrap #site-logo a img {		width: 200px;
	height: 200px; 
}
body #site-logo a img {		width: 250px;
	height: 77px; 
}
 }
/* START MOBILE MENU CSS */
@media screen and (max-width:1000px){
/*/wp-content/themes/parallax/mobile-menu.css*/
/* reset absolute elements to static */
.social-widget,
#site-logo,
#site-description{
	position:static!important;
	float:none;
	clear:both;
	padding:0;
	margin:0
}
#header{
    height:auto;
	padding:10px 0
}
#headerwrap.fixed-header #header{
	text-align:inherit; /* make left text align on sticky header */
}
.header-block .fixed-header#headerwrap #header{
	padding-top:10px;
	padding-bottom:10px
}
.header-block #header,
body:not([class*='header-']) #header{
	height:500px
}
.menu-icon-wrap{
	background-color:var(--theme_accent_semi);
	min-height:64px;
	z-index:1
}
body:not(.nav-bar-top) .menu-icon-wrap{
	position:absolute;
	bottom:0;
	right:0;
	width:100%;
	z-index:inherit
}
#headerwrap.fixed-header .menu-icon-wrap{
	position:absolute;
	right:3%;
	z-index:auto;
	width:auto
}

/*
SITE LOGO
================================================ */
#site-logo{
	font-size:30px;
	margin:5px 5px 5px 0
}

/*
SITE DESCRIPTION
================================================ */
#site-description{
    font-size:0.95em;
    margin:0 0 5px
}

/*
SOCIAL WIDGET
================================================ */
#header .social-widget{
	display:block;
	margin:0 0 1em;
	float:none
}

/*
SEARCHFORM
================================================ */
#header #searchform-wrap{
	display:block;
	margin:0 0 1em;
	float:none
}
#header #searchform{
	width:100%
}
#header #searchform #s{
	opacity:1;
	width:100%;
	max-width:none;
	box-sizing:border-box;
	padding:.35em .35em .35em 2.25em;
	position:static;
	right:0
}
#header #searchform .icon-search{
	color:#000;
	border:none;
	left:0
}
#header #searchform #s:focus,
#header #searchform:hover #s{
	width:100%;
	padding-left:2.25em
}
/*
MOBILE NAV BUTTON
================================================ */
/* menu icon */
#menu-icon{
	display:block;
	position:absolute;
	top:9px;
	right:5%;
	z-index:1999
}

/* slide menu close */
#menu-icon-close{
	display:block
}

/*
MAIN NAV (MOBILE)
================================================ */
/* Mobile Menu Styles */
.sidemenu{
	height:100%;
	width:300px;
	padding:50px 25px 20px;
	background-color:#000;
	color:#fff;
	display:none;
	overflow-y:scroll;
	-webkit-overflow-scrolling:touch;
	position:fixed;
	top:0;
        right:-300px;
	z-index:11111;
        text-align:left;
	transition:right .2s ease-in-out
}
#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.fixed-header{
	left:-300px
}
.sidemenu-left,
.sidemenu-left #headerwrap.fixed-header{
	left:300px
}
.sidemenu-left #mobile-menu.sidemenu-on{
	left:0
}

body:not(.dropdown-menu-style) #pagewrap #main-nav-wrap{
	position:static;
	background-color:transparent
}

/* main nav */
#main-nav{
	clear:both;
	text-align:left;
	width:auto;
	max-width:none;
	margin:0 0 35px;
	float:none
}
#main-nav li{
	clear:both;
	float:none;
	padding:0;
	position:static;
	display:block
}
#main-nav a,
#main-nav ul a{
	font:inherit;
	text-transform:inherit;
	background:none;
	width:auto;
	display:block;
	padding:.6em 0;
	margin:0;
	color:#fff;
	border:none;
	letter-spacing:normal;
	position:relative
}
#main-nav a:hover,
#main-nav ul a:hover{
	background:none;
	color:var(--theme_accent)
}
.menu-item-has-children .child-arrow{
	display:inline-block
}
/* dropdown */
#main-nav ul{
	position:static;
	display:block;
	margin:0;
	padding:0 0 0 1em;
	background:none;
	border:none;
	opacity:1;
	visibility:visible;
	transform:none;
	text-align:inherit;
	box-shadow:none
}
#main-nav li > .sub-menu{
	display: none
}
#main-nav ul ul{
	transform:none
}
#main-nav ul{
	overflow:hidden;
	transition:max-height .5s ease-in-out
}
#main-nav .dropdown-open > ul,
#main-nav .toggle-on+ul{
	max-height:2000px
}

/* CSS 3 Animation menu elements */
#main-nav li{
	transition:.4s ease-in-out;
        transition-property:opacity,transform; 
	transform:translate(40px, 0)!important;
	margin-left:0;
	opacity:0
}
.mobile-menu-visible #main-nav li{
	opacity:1;
	transform:translate(0, 0) !important
}
.mobile-menu-visible #main-nav > li:nth-child(1){
  transition-delay:100ms
}
.mobile-menu-visible #main-nav > li:nth-child(2){
  transition-delay:200ms
}
.mobile-menu-visible #main-nav > li:nth-child(3){
  transition-delay:300ms
}
.mobile-menu-visible #main-nav > li:nth-child(4){
  transition-delay:400ms
}
.mobile-menu-visible #main-nav > li:nth-child(5){
  transition-delay:500ms
}
.mobile-menu-visible #main-nav > li:nth-child(6){
  transition-delay:600ms
}
.mobile-menu-visible #main-nav > li:nth-child(7){
  transition-delay:700ms
}
.mobile-menu-visible #main-nav > li:nth-child(8){
  transition-delay:800ms
}
.mobile-menu-visible #main-nav > li:nth-child(9){
  transition-delay:900ms
}
.mobile-menu-visible #main-nav > li:nth-child(10){
  transition-delay:1000ms
}
.mobile-menu-visible #main-nav > li:nth-child(11){
  transition-delay:1100ms
}
.mobile-menu-visible #main-nav > li:nth-child(12){
  transition-delay:1200ms
}
.mobile-menu-visible #main-nav > li:nth-child(13){
  transition-delay:1300ms
}
.mobile-menu-visible #main-nav > li:nth-child(14){
  transition-delay:1400ms
}
.mobile-menu-visible #main-nav > li:nth-child(15){
  transition-delay:1500ms
}

#headerwrap.fixed-header .header-bar,
#headerwrap.fixed-header .social-widget,
#headerwrap.fixed-header #searchform-wrap{
	display:block
}

#headerwrap #main-nav .has-mega-column > .children,
#headerwrap #main-nav .has-mega-column > .children > li > ul,
#headerwrap #main-nav .has-mega-column > .sub-menu,
#headerwrap #main-nav .has-mega-sub-menu .mega-sub-menu,
#headerwrap #main-nav .has-mega-column > .sub-menu > li > ul,
#headerwrap #main-nav .has-mega-sub-menu:hover .mega-sub-menu{
	opacity:1;
	transform:none;
	padding-top:0;
	padding-bottom:0
}

/* header slider pagination */
#gallery-controller .tf_carousel_nav_wrap{
	visibility:hidden;
	opacity:0
}

/*
HEADER FULLHEIGHT
================================================ */
.header-full-height #header{
	background-position:initial
}
.header-full-height #header{
	display:table-cell;
	vertical-align:middle
}
.header-full-height #header .hgroup{
	display:block
}

/*
DROPDOWN MENU STYLE
================================================ */
.dropdown-menu-style.header-block #header{
	height:500px
}
.dropdown-menu-style.header-block #headerwrap{
	background-position:center
}
.dropdown-menu-style.header-block #headerwrap.fixed-header{
	background-color:var(--theme_accent_semi)!important
}
.dropdown-menu-style.header-block .fixed-header#headerwrap #header,
.dropdown-menu-style.header-block #headerwrap #header{
	padding:0;
	max-width:none
}
.dropdown-menu-style #headerwrap #mobile-menu{
    position:static;
    width:auto;
    background:none;
    padding:inherit;
    overflow:inherit;
    text-align:inherit;
    height:auto;
    display:block
}

/* Dropdown Menu Searchform */
.dropdown-menu-style #header #searchform{
	width:120px;
	margin:auto;
	transition:width .7s
}
.dropdown-menu-style #header #searchform:hover{
	width:180px
}
/* Main Nav Wrap */
.dropdown-menu-style #headerwrap #main-nav-wrap{
	text-align:center
}
.dropdown-menu-style.header-block #headerwrap #main-nav-wrap{
	position:absolute;
	min-height:60px
}
.dropdown-menu-style #headerwrap #main-nav{
	background:var(--theme_accent_semi);
	display:none;
	width:100%;
	max-width:225px;
	margin:auto;
	margin-left:-113px;
	position:absolute;
	z-index:1111;
	text-align:center;
	left: 50%;
	top:100%;
	padding:10px 16px;
	max-height:70vh;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch
}
.dropdown-menu-style.header-block #headerwrap #main-nav{
	bottom:100%;
	top:auto
}
.nav-bar-top.dropdown-menu-style #headerwrap #main-nav,
.dropdown-menu-style.header-block #headerwrap.fixed-header #main-nav{
	bottom:auto;
	top:100%
}
body:not(.dropdown-menu-style) #headerwrap #main-nav{
	display:block !important
}
.dropdown-menu-style #main-nav li{
	opacity:1;
	transform:none !important;
	clear:both;
	float:none;
	display:block;
	border-top:1px solid rgba(255, 255, 255, 0.10)
}
.dropdown-menu-style #main-nav li:first-child{
	border:none
}
.dropdown-menu-style #pagewrap #headerwrap #main-nav ul{
	padding:0;
	max-height:none
}
.dropdown-menu-style.body-overlay-on{
	right:0
}
/* Dropdown Menu Fixed Header */
.dropdown-menu-style.header-block #headerwrap.fixed-header .header-bar,
.dropdown-menu-style #headerwrap.fixed-header .social-widget,
.dropdown-menu-style #headerwrap.fixed-header #searchform-wrap,
.dropdown-menu-style #headerwrap #menu-icon-close{
	display:none
}
.dropdown-menu-style #headerwrap.fixed-header .hgroup,
.dropdown-menu-style #gallery-controller .carousel-nav-wrap{
	display:block
}
.dropdown-menu-style #headerwrap.fixed-header #main-nav-wrap{
	position:static
}
.dropdown-menu-style #menu-icon-dropdown{
	color:#fff;
	display:inline-block;
	text-decoration:none;
	margin:0;
	text-transform:uppercase;
	padding:17px 0;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
	z-index:2
}
.dropdown-menu-style #menu-icon-dropdown .menu-icon-inner{
	width:13px;
	height:12px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px
}
.nav-bar-top.dropdown-menu-style #menu-icon-dropdown{
	bottom:auto;
	top:0
}
.dropdown-menu-style #menu-icon-dropdown span{
	vertical-align:middle
}
}
/* END MOBILE MENU CSS */