/* Reset & Basics */

/* Colors ---------------------------------------------------------------------------- */
/* $main_bg = #006a71; */
/* $link_hover = #a5cd39; */
/* $active_link_bg = #00565d; */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,strike,strong,tt,var,b,u,i,center,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;/* HOFOR 20210412 - font-size:100%; */ font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
table{border-collapse:collapse;border-spacing:0; max-width:98%;} /* HOFOR 20201116 */

/* Basic Styles */

html{height:100%}
body{-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:100%}

/* TwentyTwenty */

*,*::before,*::after{box-sizing:inherit;-webkit-font-smoothing:antialiased}

/* Typography */

h1{margin-bottom:15px}
h2,h3,h4,h5{margin-bottom:5px}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none}
p{margin:0 0 15px}
/*em,i{font-style:italic}*/
b,strong,dt{font-weight:700}
.big{/* HOFOR 20210412 - font-size:110%; */ line-height:180%}
.bypostauthor{border-color:#eee}
.gallery-caption{display:block}

/* HOFOR 20201029 - begin */
div.the_content_wrapper > h2{padding-top:25px}
/* HOFOR 20201029 - end */

/* HOFOR 20210806 - begin */
span.icon-menu-fine {font-size:22px}
span.icon-cancel-fine {font-size:22px}
/* HOFOR 20210806 - begin */

/* Code Hightlighter */
code,pre,q{font-family:Consolas,monospace!important;border:1px solid #e8e8e8;background:#fff;border-radius:3px}
code,q{padding:2px 4px;white-space:nowrap;margin:0 2px;color:#2991d6}
pre{padding:21px 15px 20px;margin:15px 0;display:block;line-height:21px!important;background:#fff;background:-moz-linear-gradient(to top,#fff 50%,#fafafa 50%);background:-webkit-linear-gradient(to top,#fff 50%,#fafafa 50%);background:-o-linear-gradient(to top,#fff 50%,#fafafa 50%);background:linear-gradient(to top,#fff 50%,#fafafa 50%);background-size:42px 42px;white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap}
code p,pre p{margin-bottom:0!important}

/* Links */

a, a:visited, a:focus{text-decoration:none;outline:0}
a:hover{text-decoration:underline}
p a, p a:visited{line-height:inherit}

/* Images */

img.scale-with-grid,#Content img{max-width:100%;height:auto}
#Content .is-cropped img{height:inherit}
.google-map img{max-width:none!important}
iframe{max-width:100%}

/* Buttons */

a.tp-button{background:none;font-family:inherit!important;height:auto!important;line-height:inherit!important;border-radius:0;letter-spacing:0!important;text-shadow:0 0 0!important;box-shadow:0 0 0!important;font-weight:400!important;border-width:1px!important}
a.button,a.tp-button,button,input[type="submit"],input[type="reset"],input[type="button"]{display:inline-block;padding:11px 20px;margin-bottom:15px;cursor:pointer;margin-right:7px;border:0;border-radius:5px;position:relative;overflow:hidden;/* HOFOR 20210510 - box-shadow:inset 0 0 0 1px rgba(0,0,0,.03),inset 0px 4px 3px -2px rgba(0,0,0,.07) */}
a.button_js{padding:0}
a.button.button_large,a.tp-button.button_large,button.button_large,input[type="submit"].button_large,input[type="reset"].button_large,input[type="button"].button_large{/* HOFOR 20210412 - font-size:110%; */ line-height:110%}
a.button .button_label{display:block;float:left;position:relative;z-index:2}

a.button .button_icon{display:block;float:left;background-color:rgba(0,0,0,.05)}
a.button .button_icon i{color:rgba(0,0,0,.5)}

a.button.button_dark .button_icon{background-color:rgba(255,255,255,.1)}
a.button.button_dark .button_icon i{color:rgba(255,255,255,.5)}

a.button.button_left .button_icon,a.tp-button.button_left .button_icon{float:left}
a.button.button_right .button_icon,a.tp-button.button_right .button_icon{float:right}

a.button .button_label{padding:11px 20px}
a.button .button_icon{padding:11px 12px}
a.button_large .button_label{padding:15px 30px}
a.button_large .button_icon{padding:15px 13px}

a.action_button{display:block;padding:11px 20px;line-height:21px;float:left;position:relative;box-sizing:border-box;border-radius:5px;overflow:hidden}
a.action_button:hover{text-decoration:none}

@media only screen and (min-width:768px){
	a:hover.button,a:hover.tp-button{text-decoration:none}
	a.button:after,a.tp-button:after,a.action_button:after,button:after,input[type="submit"]:after,input[type="reset"]:after,input[type="button"]:after{content:"";position:absolute;left:0;top:0;height:100%;width:0;/* HOFOR 20210510 background:rgba(0,0,0,.05); */ z-index:1;transition:all .3s}
	a.button:hover:after,a.tp-button:hover:after,a.action_button:hover:after,button:hover:after,input[type="submit"]:hover:after,input[type="reset"]:hover:after,input[type="button"]:hover:after{width:100%}
}

/* Buttons sizes */

a.button.button_size_1 .button_label{padding:10px 17px}
a.button.button_size_1 .button_icon{padding:10px 10px}
a.button.button_size_1,
a.tp-button.button_size_1,
button.button_size_1,
input[type="submit"].button_size_1,
input[type="reset"].button_size_1,
input[type="button"].button_size_1{/* HOFOR 20210412 - font-size:95%; */ line-height:95%}

a.button.button_size_3 .button_label{padding:15px 30px}
a.button.button_size_3 .button_icon{padding:15px 13px}
a.button.button_size_3,
a.tp-button.button_size_3,
button.button_size_3,
input[type="submit"].button_size_3,
input[type="reset"].button_size_3,
input[type="button"].button_size_3{/* HOFOR 20210412 - font-size:110%; */ line-height:110%}

a.button.button_size_4 .button_label{padding:18px 33px}
a.button.button_size_4 .button_icon{padding:18px 16px}
a.button.button_size_4,
a.tp-button.button_size_4,
button.button_size_4,
input[type="submit"].button_size_4,
input[type="reset"].button_size_4,
input[type="button"].button_size_4{/* HOFOR 20210412 - font-size:120%; */ line-height:120%}

/* Button full-width */

a.button.button_full_width,
button.button_full_width,
input[type="submit"].button_full_width,
input[type="reset"].button_full_width,
input[type="button"].button_full_width{width:100%;box-sizing:border-box;text-align:center}
a.button.button_full_width .button_icon{display:inline-block;float:none;background:none}
a.button.button_full_width .button_label{display:inline-block;float:none}

a.button_left.button_full_width .button_label{padding-left:0}
a.button_right.button_full_width .button_label{padding-right:0}

/* Buttons | Stroke */

.button-stroke a.button,.button-stroke a.tp-button,.button-stroke button,
.button-stroke input[type="submit"],.button-stroke input[type="reset"],.button-stroke input[type="button"]{border-width:2px;border-style:solid;border-radius:3px;background-color:transparent!important;box-shadow:inset 0 0 0 0;background-image:none}
.button-stroke a.button:after,.button-stroke a.tp-button:after,.button-stroke button:after,
.button-stroke input[type="submit"]:after,.button-stroke input[type="reset"]:after,.button-stroke input[type="button"]:after{display:none}

.button-stroke a.button,.button-stroke a.tp-button,.button-stroke button,
.button-stroke input[type="submit"],.button-stroke input[type="reset"],.button-stroke input[type="button"]{transition:all .3s;}
.button-stroke a:hover.button,.button-stroke a:hover.tp-button,.button-stroke button:hover,
.button-stroke input[type="submit"]:hover,.button-stroke input[type="reset"]:hover,.button-stroke input[type="button"]:hover{background-color:#828282}
.button-stroke a:hover.button.button_stroke_custom,.button-stroke a:hover.tp-button.button_stroke_custom{background-color:rgba(0,0,0,.05)!important}
.button-stroke a.button .button_icon{background:none}
.button-stroke a:hover.button .button_icon i,.button-stroke a.button.button_theme:hover .button_icon i{color:rgba(0,0,0,.5)!important}

.button-stroke a.button_left.button .button_label,.button-stroke a.button_left.button_large .button_label{padding-left:0}
.button-stroke a.button_right.button .button_label,.button-stroke a.button_right.button_large .button_label{padding-right:0}
.button-stroke a.button_left.button_large .button_icon{padding-left:27px}
.button-stroke a.button_right.button_large .button_icon{padding-right:27px}

.button-stroke a.action_button{padding:9px 18px;border:2px solid #747474;border-radius:3px;background-color:transparent;transition:color .3s, background-color .3s;}
.button-stroke a.action_button:after{display:none}

/* Buttons | Flat */

.button-flat a.button,.button-flat:not(.header-plain) a.action_button,.button-flat a.tp-button,.button-flat button,
.button-flat input[type="submit"],.button-flat input[type="reset"],.button-flat input[type="button"]{background-image:none;border-width:0;border-style:solid;border-radius:0;box-shadow:inset 0 0 0 0;-webkit-appearance:none}
.button-flat a.button .button_icon{background:none}
.button-flat a.button .button_icon i{color:inherit}

.button-flat a.button_left.button .button_label,.button-flat a.button_left.button_large .button_label{padding-left:0}
.button-flat a.button_right.button .button_label,.button-flat a.button_right.button_large .button_label{padding-right:0}
.button-flat a.button_left.button_large .button_icon{padding-left:27px}
.button-flat a.button_right.button_large .button_icon{padding-right:27px}

/* Buttons | Round */

.button-round a.button,.button-round:not(.header-plain) a.action_button,.button-round a.tp-button,.button-round button,
.button-round input[type="submit"],.button-round input[type="reset"],.button-round input[type="button"]{background-image:none;border-radius:50px;border-width:0;box-shadow:unset;-webkit-appearance:none}

.button-round a.button{padding-left:15px;padding-right:15px}

.button-round:not(.header-plain) a.action_button,.button-round a.tp-button,.button-round button,
.button-round input[type="submit"],.button-round input[type="reset"],.button-round input[type="button"]{padding-left:35px;padding-right:35px}

.button-round a.button .button_icon{background:none}
.button-round a.button .button_icon i{color:inherit}

.button-round a.button_left.button .button_label,.button-round a.button_left.button_large .button_label{padding-left:0}
.button-round a.button_right.button .button_label,.button-round a.button_right.button_large .button_label{padding-right:0}
.button-round a.button_left.button_large .button_icon{padding-left:27px}
.button-round a.button_right.button_large .button_icon{padding-right:27px}

@media only screen and (min-width:768px){
	.button-flat a.button:after,.button-flat a.action_button:after,.button-flat a.tp-button:after,.button-flat button:after,
	.button-flat input[type="submit"]:after,.button-flat input[type="reset"]:after,.button-flat input[type="button"]:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;z-index:1;transition:all .3s;background:rgba(1,0,0,.07);opacity:0}
	.button-flat a.button:hover:after,.button-flat a.action_button:hover:after,.button-flat a.tp-button:hover:after,.button-flat button:hover:after,
	.button-flat input[type="submit"]:hover:after,.button-flat input[type="reset"]:hover:after,.button-flat input[type="button"]:hover:after{width:100%;opacity:1}

	.button-round a.button:after,.button-round a.action_button:after,.button-round a.tp-button:after,.button-round button:after,
	.button-round input[type="submit"]:after,.button-round input[type="reset"]:after,.button-round input[type="button"]:after{content:"";position:absolute;left:0;top:0;height:100%;width:100%;z-index:1;transition:all .3s;background:rgba(1,0,0,.07);opacity:0}
	.button-round a.button:hover:after,.button-round a.action_button:hover:after,.button-round a.tp-button:hover:after,.button-round button:hover:after,
	.button-round input[type="submit"]:hover:after,.button-round input[type="reset"]:hover:after,.button-round input[type="button"]:hover:after{width:100%;opacity:1}
}

button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}

/* Buttons | Colors */

/* Red */
a.button.button_red,a.tp-button.red{background-color:#e7432b;color:#fff}
.button-stroke a.button.button_red,.button-stroke a.button.button_red .button_icon i,.button-stroke a.tp-button.red{color:#e7432b;border-color:#e7432b}
.button-stroke a:hover.button.button_red,.button-stroke a:hover.tp-button.red{background-color:#e7432b!important;color:#fff}
/* Blue */
a.button.button_blue,a.tp-button.blue{background-color:#2e96db;color:#fff}
.button-stroke a.button.button_blue,.button-stroke a.button.button_blue .button_icon i,.button-stroke a.tp-button.blue{color:#2e96db;border-color:#2e96db}
.button-stroke a:hover.button.button_blue,.button-stroke a:hover.tp-button.blue{background-color:#2e96db!important;color:#fff}
/* Turquoise */
a.button.button_turquoise,a.tp-button.turquoise{background-color:#22e387;color:#fff}
.button-stroke a.button.button_turquoise,.button-stroke a.button.button_turquoise .button_icon i,.button-stroke a.tp-button.turquoise{color:#22e387;border-color:#22e387}
.button-stroke a:hover.button.button_turquoise,.button-stroke a:hover.tp-button.turquoise{background-color:#22e387!important;color:#fff}
/* Yellow */
a.button.button_yellow,a.tp-button.yellow{background-color:#face43;color:#fff}
.button-stroke a.button.button_yellow,.button-stroke a.button.button_yellow .button_icon i,.button-stroke a.tp-button.yellow{color:#face43;border-color:#face43}
.button-stroke a:hover.button.button_yellow,.button-stroke a:hover.tp-button.yellow{background-color:#face43!important;color:#fff}
/* Grey */
a.button.button_grey,a.tp-button.grey{background-color:#8f8f8f;color:#fff}
.button-stroke a.button.button_grey,.button-stroke a.button.button_grey .button_icon i,.button-stroke a.tp-button.grey{color:#8f8f8f;border-color:#8f8f8f}
.button-stroke a:hover.button.button_grey,.button-stroke a:hover.tp-button.grey{background-color:#8f8f8f!important;color:#fff}
/* Navy */
a.button.button_navy,a.tp-button.navy{background-color:#3b5982;color:#fff}
.button-stroke a.button.button_navy,.button-stroke a.button.button_navy .button_icon i,.button-stroke a.tp-button.navy{color:#3b5982;border-color:#3b5982}
.button-stroke a:hover.button.button_navy,.button-stroke a:hover.tp-button.navy{background-color:#3b5982!important;color:#fff}
/* Orange */
a.button.button_orange,a.tp-button.orange{background-color:#ff8125;color:#fff}
.button-stroke a.button.button_orange,.button-stroke a.button.button_orange .button_icon i,.button-stroke a.tp-button.orange{color:#ff8125;border-color:#ff8125}
.button-stroke a:hover.button.button_orange,.button-stroke a:hover.tp-button.orange{background-color:#ff8125!important;color:#fff}
/* Green */
a.button.button_green,a.tp-button.green{background-color:#88be4c;color:#fff}
.button-stroke a.button.button_green,.button-stroke a.button.button_green .button_icon i,.button-stroke a.tp-button.green{color:#88be4c;border-color:#88be4c}
.button-stroke a:hover.button.button_green,.button-stroke a:hover.tp-button.green{background-color:#88be4c!important;color:#fff}
/* Darkgrey */
a.tp-button.darkgrey{background-color:transparent;color:#545454!important;border-color:#545454}
a:hover.tp-button.darkgrey{background-color:#545454;color:#fff!important}
/* Lightgrey */
a.tp-button.lightgrey{background-color:transparent;color:#fff;border-color:#fff}
a:hover.tp-button.lightgrey{background-color:#fff;color:#545454!important}

/* Icons */
@font-face{font-family:'asap';src:url(../fonts/Asap/Asap-Regular.ttf);}
@font-face{font-family:'asap-bold';src:url(../fonts/Asap/Asap-Bold.ttf);}
@font-face{font-family:'mfn-icons';src:url(../fonts/mfn-icons.eot?31690507);src:url(../fonts/mfn-icons.eot?31690507#iefix) format("embedded-opentype"),url(../fonts/mfn-icons.woff?31690507) format("woff"),url(../fonts/mfn-icons.ttf?31690507) format("truetype"),url(../fonts/mfn-icons.svg?31690507#mfn-icons) format("svg");font-weight:400;font-style:normal}
[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"mfn-icons";font-style:normal;font-weight:700;display:inline-block;text-decoration:none!important;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em}

.icon-acrobat:before{content:'\e800'}.icon-address:before{content:'\e801'}.icon-adjust:before{content:'\e802'}.icon-aim:before{content:'\e803'}.icon-air:before{content:'\e804'}.icon-alert:before{content:'\e805'}.icon-amazon:before{content:'\e806'}.icon-android:before{content:'\e807'}.icon-angellist:before{content:'\e808'}
.icon-appnet:before{content:'\e809'}.icon-appstore:before{content:'\e80a'}.icon-archive:before{content:'\e80b'}.icon-arrow-combo:before{content:'\e80c'}.icon-arrows-ccw:before{content:'\e80d'}.icon-attach:before{content:'\e80e'}.icon-attach-line:before{content:'\e80f'}.icon-attention:before{content:'\e810'}.icon-back:before{content:'\e811'}
.icon-back-in-time:before{content:'\e812'}.icon-bag:before{content:'\e813'}.icon-basket:before{content:'\e814'}.icon-battery:before{content:'\e815'}.icon-beaker-line:before{content:'\e816'}.icon-bell:before{content:'\e817'}.icon-bitbucket:before{content:'\e818'}.icon-bitcoin:before{content:'\e819'}.icon-block:before{content:'\e81a'}
.icon-blogger:before{content:'\e81b'}.icon-book:before{content:'\e81c'}.icon-book-open:before{content:'\e81d'}.icon-bookmark:before{content:'\e81e'}.icon-bookmarks:before{content:'\e81f'}.icon-box:before{content:'\e820'}.icon-briefcase:before{content:'\e821'}.icon-brush:before{content:'\e822'}.icon-bucket:before{content:'\e823'}
.icon-buffer:before{content:'\e824'}.icon-calendar:before{content:'\e825'}.icon-calendar-line:before{content:'\e826'}.icon-call:before{content:'\e827'}.icon-camera:before{content:'\e828'}.icon-camera-line:before{content:'\e829'}.icon-cancel:before{content:'\e82a'}.icon-cancel-circled:before{content:'\e82b'}.icon-cancel-squared:before{content:'\e82c'}
.icon-cart:before{content:'\e82d'}.icon-cc:before{content:'\e82e'}.icon-cc-by:before{content:'\e82f'}.icon-cc-nc:before{content:'\e830'}.icon-cc-nc-eu:before{content:'\e831'}.icon-cc-nc-jp:before{content:'\e832'}.icon-cc-nd:before{content:'\e833'}.icon-cc-pd:before{content:'\e834'}.icon-cc-remix:before{content:'\e835'}
.icon-cc-sa:before{content:'\e836'}.icon-cc-share:before{content:'\e837'}.icon-cc-zero:before{content:'\e838'}.icon-ccw:before{content:'\e839'}.icon-cd:before{content:'\e83a'}.icon-cd-line:before{content:'\e83b'}.icon-chart-area:before{content:'\e83c'}.icon-chart-bar:before{content:'\e83d'}.icon-chart-line:before{content:'\e83e'}
.icon-chart-pie:before{content:'\e83f'}.icon-chat:before{content:'\e840'}.icon-check:before{content:'\e841'}.icon-clipboard:before{content:'\e842'} /* .icon-clock:before{content:'\e843'} */ .icon-clock-line:before{content:'\e844'}.icon-cloud:before{content:'\e845'}.icon-cloud-line:before{content:'\e846'}.icon-cloud-thunder:before{content:'\e847'}
.icon-cloudapp:before{content:'\e848'}.icon-code:before{content:'\e849'}.icon-cog:before{content:'\e84a'}.icon-cog-line:before{content:'\e84b'}.icon-comment-fa:before{content:'\e84c'}.icon-comment-line:before{content:'\e84d'}.icon-compass:before{content:'\e84e'}.icon-credit-card:before{content:'\e84f'}.icon-cup:before{content:'\e850'}
.icon-cup-line:before{content:'\e851'}.icon-cw:before{content:'\e852'}.icon-database-line:before{content:'\e853'}.icon-delicious:before{content:'\e854'}.icon-desktop-line:before{content:'\e855'}.icon-diamond-line:before{content:'\e856'}.icon-digg:before{content:'\e857'}.icon-direction:before{content:'\e858'}.icon-disqus:before{content:'\e859'}
.icon-doc:before{content:'\e85a'}.icon-doc-landscape:before{content:'\e85b'}.icon-doc-line:before{content:'\e85c'}.icon-doc-text:before{content:'\e85d'}.icon-doc-text-inv:before{content:'\e85e'}.icon-docs:before{content:'\e85f'}.icon-dot:before{content:'\e860'}.icon-dot-2:before{content:'\e861'}.icon-dot-3:before{content:'\e862'}
.icon-down:before{content:'\e863'}.icon-down-bold:before{content:'\e864'}.icon-down-circled:before{content:'\e865'}.icon-down-dir:before{content:'\e866'}.icon-down-open:before{content:'\e867'}.icon-down-open-big:before{content:'\e868'}.icon-down-open-mini:before{content:'\e869'}.icon-down-thin:before{content:'\e86a'}.icon-download:before{content:'\e86b'}
.icon-drive:before{content:'\e86c'}.icon-droplet:before{content:'\e86d'}.icon-drupal:before{content:'\e86e'}.icon-duckduckgo:before{content:'\e86f'}.icon-dwolla:before{content:'\e870'}.icon-ebay:before{content:'\e871'}.icon-email:before{content:'\e872'}.icon-erase:before{content:'\e873'}.icon-eventasaurus:before{content:'\e874'}
.icon-eventbrite:before{content:'\e875'}.icon-eventful:before{content:'\e876'}.icon-export:before{content:'\e877'}.icon-eye:before{content:'\e878'}.icon-eye-line:before{content:'\e879'}.icon-fast-backward:before{content:'\e87a'}.icon-fast-forward:before{content:'\e87b'}.icon-feather:before{content:'\e87c'}.icon-fire-line:before{content:'\e87d'}
.icon-fivehundredpx:before{content:'\e87e'}.icon-flag:before{content:'\e87f'}.icon-flash:before{content:'\e880'}.icon-flashlight:before{content:'\e881'}.icon-flight:before{content:'\e882'}.icon-floppy:before{content:'\e883'}.icon-flow-branch:before{content:'\e884'}.icon-flow-cascade:before{content:'\e885'}.icon-flow-line:before{content:'\e886'}
.icon-flow-parallel:before{content:'\e887'}.icon-flow-tree:before{content:'\e888'}.icon-folder:before{content:'\e889'}.icon-food-line:before{content:'\e88a'}.icon-forrst:before{content:'\e88b'}.icon-forward:before{content:'\e88c'}.icon-gauge:before{content:'\e88d'}.icon-globe:before{content:'\e88e'}.icon-globe-line:before{content:'\e88f'}
.icon-gmail:before{content:'\e890'}.icon-googleplay:before{content:'\e891'}.icon-gowalla:before{content:'\e892'}.icon-graduation-cap:before{content:'\e893'}.icon-graduation-cap-line:before{content:'\e894'}.icon-grooveshark:before{content:'\e895'}.icon-guest:before{content:'\e896'}.icon-hackernews:before{content:'\e897'}.icon-heart-empty-fa:before{content:'\e898'}
.icon-heart-fa:before{content:'\e899'}.icon-heart-line:before{content:'\e89a'}.icon-help:before{content:'\e89b'}.icon-help-circled:before{content:'\e89c'}.icon-home:before{content:'\e89d'}.icon-hourglass:before{content:'\e89e'}.icon-html5:before{content:'\e89f'}.icon-ie:before{content:'\e8a0'}.icon-inbox:before{content:'\e8a1'}
.icon-inbox-line:before{content:'\e8a2'}.icon-infinity:before{content:'\e8a3'}.icon-info:before{content:'\e8a4'}.icon-info-circled:before{content:'\e8a5'}.icon-install:before{content:'\e8a6'}.icon-instapaper:before{content:'\e8a7'}.icon-intensedebate:before{content:'\e8a8'}.icon-itunes:before{content:'\e8a9'}.icon-key:before{content:'\e8aa'}
.icon-key-line:before{content:'\e8ab'}.icon-keyboard:before{content:'\e8ac'}.icon-klout:before{content:'\e8ad'}.icon-lamp:before{content:'\e8ae'}.icon-language:before{content:'\e8af'}.icon-lanyrd:before{content:'\e8b0'}.icon-layout:before{content:'\e8b1'}.icon-leaf:before{content:'\e8b2'}.icon-left:before{content:'\e8b3'}
.icon-left-bold:before{content:'\e8b4'}.icon-left-circled:before{content:'\e8b5'}.icon-left-dir:before{content:'\e8b6'}.icon-left-open:before{content:'\e8b7'}.icon-left-open-big:before{content:'\e8b8'}.icon-left-open-mini:before{content:'\e8b9'}.icon-left-thin:before{content:'\e8ba'}.icon-lego:before{content:'\e8bb'}.icon-level-down:before{content:'\e8bc'}
.icon-level-up:before{content:'\e8bd'}.icon-lifebuoy:before{content:'\e8be'}.icon-light-down:before{content:'\e8bf'}.icon-light-up:before{content:'\e8c0'}.icon-lightbulb-line:before{content:'\e8c1'}.icon-link:before{content:'\e8c2'}.icon-list:before{content:'\e8c3'}.icon-list-add:before{content:'\e8c4'}.icon-lkdto:before{content:'\e8c5'}
.icon-location:before{content:'\e8c6'}.icon-location-line:before{content:'\e8c7'}.icon-lock:before{content:'\e8c8'}.icon-lock-line:before{content:'\e8c9'}.icon-lock-open:before{content:'\e8ca'}.icon-login:before{content:'\e8cb'}.icon-logout:before{content:'\e8cc'}.icon-loop:before{content:'\e8cd'}.icon-macstore:before{content:'\e8ce'}
.icon-magnet:before{content:'\e8cf'}.icon-mail:before{content:'\e8d0'}.icon-mail-line:before{content:'\e8d1'}.icon-map:before{content:'\e8d2'}.icon-meetup:before{content:'\e8d3'}.icon-megaphone:before{content:'\e8d4'}.icon-megaphone-line:before{content:'\e8d5'}.icon-menu:before{content:'\e8d6'}.icon-mic:before{content:'\e8d7'}
.icon-minus:before{content:'\e8d8'}.icon-minus-circled:before{content:'\e8d9'}.icon-minus-squared:before{content:'\e8da'}.icon-mobile:before{content:'\e8db'}.icon-mobile-line:before{content:'\e8dc'}.icon-money-line:before{content:'\e8dd'}.icon-monitor:before{content:'\e8de'}.icon-moon:before{content:'\e8df'}.icon-mouse:before{content:'\e8e0'}
.icon-music:before{content:'\e8e1'}.icon-music-line:before{content:'\e8e2'}.icon-mute:before{content:'\e8e3'}.icon-myspace:before{content:'\e8e4'}.icon-network:before{content:'\e8e5'}.icon-newspaper:before{content:'\e8e6'}.icon-ninetyninedesigns:before{content:'\e8e7'}.icon-note:before{content:'\e8e8'}.icon-note-beamed:before{content:'\e8e9'}
.icon-note-line:before{content:'\e8ea'}.icon-openid:before{content:'\e8eb'}.icon-opentable:before{content:'\e8ec'}.icon-palette:before{content:'\e8ed'}.icon-paper-plane:before{content:'\e8ee'}.icon-paper-plane-line:before{content:'\e8ef'}.icon-params-line:before{content:'\e8f0'}.icon-pause:before{content:'\e8f1'}.icon-pencil:before{content:'\e8f2'}
.icon-pencil-line:before{content:'\e8f3'}.icon-phone:before{content:'\e8f4'}.icon-photo-line:before{content:'\e8f5'}.icon-picture:before{content:'\e8f6'}.icon-pinboard:before{content:'\e8f7'}.icon-plancast:before{content:'\e8f8'}.icon-play:before{content:'\e8f9'}.icon-plurk:before{content:'\e8fa'}.icon-plus:before{content:'\e8fb'}
.icon-plus-circled:before{content:'\e8fc'}.icon-plus-squared:before{content:'\e8fd'}.icon-pocket:before{content:'\e8fe'}.icon-podcast:before{content:'\e8ff'}.icon-popup:before{content:'\e900'}.icon-posterous:before{content:'\e901'}.icon-print:before{content:'\e902'}.icon-progress-0:before{content:'\e903'}.icon-progress-1:before{content:'\e904'}
.icon-progress-2:before{content:'\e905'}.icon-progress-3:before{content:'\e906'}.icon-publish:before{content:'\e907'}.icon-quora:before{content:'\e908'}.icon-quote:before{content:'\e909'}.icon-record:before{content:'\e90a'}.icon-reddit:before{content:'\e90b'}.icon-reply:before{content:'\e90c'}.icon-reply-all:before{content:'\e90d'}
.icon-resize-full:before{content:'\e90e'}.icon-resize-small:before{content:'\e90f'}.icon-retweet:before{content:'\e910'}.icon-right:before{content:'\e911'}.icon-right-bold:before{content:'\e912'}.icon-right-circled:before{content:'\e913'}.icon-right-dir:before{content:'\e914'}.icon-right-open:before{content:'\e915'}.icon-right-open-big:before{content:'\e916'}
.icon-right-open-mini:before{content:'\e917'}.icon-right-thin:before{content:'\e918'}.icon-rocket:before{content:'\e919'}.icon-rss:before{content:'\e91a'}.icon-search:before{content:'\e91b'}.icon-search-line:before{content:'\e91c'}.icon-share:before{content:'\e91d'}.icon-shareable:before{content:'\e91e'}.icon-shop-line:before{content:'\e91f'}
.icon-shuffle:before{content:'\e920'}.icon-signal:before{content:'\e921'}.icon-smashmag:before{content:'\e922'}.icon-songkick:before{content:'\e923'}.icon-sound:before{content:'\e924'}.icon-sound-line:before{content:'\e925'}.icon-stackoverflow:before{content:'\e926'}.icon-star:before{content:'\e927'}.icon-star-empty:before{content:'\e928'}
.icon-star-line:before{content:'\e929'}.icon-statusnet:before{content:'\e92a'}.icon-stop:before{content:'\e92b'}.icon-suitcase:before{content:'\e92c'}.icon-switch:before{content:'\e92d'}.icon-t-shirt-line:before{content:'\e92e'}.icon-tag:before{content:'\e92f'}.icon-tag-line:before{content:'\e930'}.icon-tape:before{content:'\e931'}
.icon-target:before{content:'\e932'}.icon-thermometer:before{content:'\e933'}.icon-thumbs-up:before{content:'\e934'}.icon-thumbs-down:before{content:'\e935'}.icon-thumbs-up-line:before{content:'\e936'}.icon-ticket:before{content:'\e937'}.icon-to-end:before{content:'\e938'}.icon-to-start:before{content:'\e939'}.icon-tools:before{content:'\e93a'}
.icon-traffic-cone:before{content:'\e93b'}.icon-trash:before{content:'\e93c'}.icon-trash-line:before{content:'\e93d'}.icon-trophy:before{content:'\e93e'}.icon-truck-line:before{content:'\e93f'}.icon-tv-line:before{content:'\e940'}.icon-up:before{content:'\e941'}.icon-up-bold:before{content:'\e942'}.icon-up-circled:before{content:'\e943'}
.icon-up-dir:before{content:'\e944'}.icon-up-open:before{content:'\e945'}.icon-up-open-big:before{content:'\e946'}.icon-up-open-mini:before{content:'\e947'}.icon-up-thin:before{content:'\e948'}.icon-upload:before{content:'\e949'}.icon-upload-cloud:before{content:'\e94a'}.icon-user:before{content:'\e94b'}.icon-user-add:before{content:'\e94c'}
.icon-user-line:before{content:'\e94d'}.icon-users:before{content:'\e94e'}.icon-vcard:before{content:'\e94f'}.icon-viadeo:before{content:'\e950'}.icon-video:before{content:'\e951'}.icon-videocam-line:before{content:'\e952'}.icon-vk:before{content:'\e953'}.icon-volume:before{content:'\e954'}.icon-w3c:before{content:'\e955'}
.icon-wallet-line:before{content:'\e956'}.icon-water:before{content:'\e957'}.icon-weibo:before{content:'\e958'}.icon-wikipedia:before{content:'\e959'}.icon-window:before{content:'\e95a'}.icon-wordpress:before{content:'\e95b'}.icon-xing:before{content:'\e95c'}.icon-yahoo:before{content:'\e95d'}.icon-yelp:before{content:'\e95e'}
.icon-youtube:before{content:'\e95f'}.icon-menu-fine:before{content:'\e960'}.icon-bag-fine:before{content:'\e961'}.icon-search-fine:before{content:'\e962'}.icon-cancel-fine:before{content:'\e963'}.icon-plus-fine:before{content:'\e964'}.icon-minus-fine:before{content:'\e965'}.icon-gplus-circled:before{content:'\f059'}.icon-github-circled:before{content:'\f09b'}
.icon-gplus:before{content:'\f0d5'}.icon-comment-empty-fa:before{content:'\f0e5'}.icon-instagram:before{content:'\f16d'}.icon-tumblr:before{content:'\f173'}.icon-windows:before{content:'\f17a'}.icon-foursquare:before{content:'\f180'}.icon-google:before{content:'\f1a0'}.icon-behance:before{content:'\f1b4'}.icon-steam:before{content:'\f1b6'}
.icon-spotify:before{content:'\f1bc'}.icon-database:before{content:'\f1c0'}.icon-qq:before{content:'\f1d6'}.icon-paypal:before{content:'\f1ed'}.icon-stripe:before{content:'\f1f5'}.icon-whatsapp:before{content:'\f232'}.icon-medium:before{content:'\f23a'}.icon-tripadvisor:before{content:'\f262'}.icon-chrome:before{content:'\f268'}.icon-scribd:before{content:'\f28a'}
.icon-github:before{content:'\f300'}.icon-flickr:before{content:'\f303'}.icon-flickr-circled:before{content:'\f304'}.icon-vimeo:before{content:'\f306'}.icon-vimeo-circled:before{content:'\f307'}.icon-twitter:before{content:'\f309'}.icon-twitter-circled:before{content:'\f30a'}.icon-facebook:before{content:'\f30c'}.icon-facebook-circled:before{content:'\f30d'}
.icon-facebook-squared:before{content:'\f30e'}.icon-pinterest:before{content:'\f312'}.icon-pinterest-circled:before{content:'\f313'}.icon-tumblr-circled:before{content:'\f316'}.icon-linkedin:before{content:'\f318'}.icon-linkedin-circled:before{content:'\f319'}.icon-dribbble:before{content:'\f31b'}.icon-dribbble-circled:before{content:'\f31c'}.icon-stumbleupon:before{content:'\f31e'}
.icon-stumbleupon-circled:before{content:'\f31f'}.icon-lastfm:before{content:'\f321'}.icon-lastfm-circled:before{content:'\f322'}.icon-rdio:before{content:'\f324'}.icon-rdio-circled:before{content:'\f325'}.icon-spotify-circled:before{content:'\f328'}.icon-dropbox:before{content:'\f330'}.icon-evernote:before{content:'\f333'}.icon-flattr:before{content:'\f336'}
.icon-skype:before{content:'\f339'}.icon-skype-circled:before{content:'\f33a'}.icon-renren:before{content:'\f33c'}.icon-sina-weibo:before{content:'\f33f'}.icon-picasa:before{content:'\f345'}.icon-soundcloud:before{content:'\f348'}.icon-mixi:before{content:'\f34b'}.icon-google-circles:before{content:'\f351'}.icon-vkontakte:before{content:'\f354'}
.icon-smashing:before{content:'\f357'}.icon-db-shape:before{content:'\f600'}.icon-sweden:before{content:'\f601'}.icon-logo-db:before{content:'\f603'}.icon-houzz:before{content:'\f27c'}.icon-snapchat:before{content:'\f2ac'}

/* bbPress */

.bbpress #Subheader .title{width:60%}
.bbpress #Subheader ul.breadcrumbs{width:40%}
.bbpress #Subheader ul.breadcrumbs .bbp-breadcrumb-current{margin:0}
.bbpress #bbpress-forums div.bbp-search-form{float:none;width:100%;margin-bottom:20px}
.bbpress #bbpress-forums #subscription-toggle{color:#ffffff}
.bbpress #bbpress-forums #bbp-search-form #bbp_search{width:100%;margin:0}
.bbpress #bbpress-forums div.bbp-topic-tags{clear:both;margin-bottom:20px}
.bbpress #bbpress-forums div.bbp-topic-tags p{margin:0}
.bbpress .widget_display_search .screen-reader-text{display:none}
.bbpress .widget_display_search #bbp_search{margin:0}
.bbpress .bbp_widget_login .bbp-logged-in h4{font-size:14px;font-weight:400}
.bbpress .bbp_widget_login .bbp-logged-in a.button{margin:0}
.bbpress .widget_display_views ul,.bbpress .widget_display_forums ul{list-style-type:square;padding:0 0 0 30px}
.bbpress .widget_display_views ul li a,.bbpress .widget_display_forums ul li a{display:block;padding:4px 0 7px 4px}

/* BuddyPress */

#buddypress{margin-bottom:40px}
#buddypress #whats-new-options{height:auto!important;overflow:visible!important}
#buddypress div.dir-search{margin:0}
#buddypress #search-members-form > *{float:left}
#buddypress div.dir-search input[type="text"],#buddypress li.groups-members-search input[type="text"]{padding:2px 3px;/* HOFOR 20210412 - font-size:100%;*/margin-right:5px;font-weight:400}
#buddypress div#subnav.item-list-tabs ul li > *{float:left}
#buddypress div#subnav.item-list-tabs ul li label{margin:10px 5px 0 0;font-weight:400}
#buddypress div#item-header div#item-meta{/* HOFOR 20210412 - font-size:100%*/}
#buddypress #message-recipients .highlight{background:none; color:inherit;}
#buddypress #message-recipients .button{display:inline;}

/* Search Functionality */

.search-term {
	background-color:var(--secondary-accent-color) !important;
	text-decoration:underline; /* HOFOR 20210802 */
}

/* HOFOR 20220311 - tweak most-relevant-search-box url with arrow - begin */
div.column > h2 > a:after,
div.column > a:after {
    content: "\2192" !important;
    font-family: 'Inter_new';
    display: inline-block;
    margin-left: 3px;
}
/* HOFOR 20220311 - tweak most-relevant-search-box url with arrow - end */

.post-title-search a {
	/*text-decoration:underline;*/
	color:var(--secondary-accent-color-dark);
}
.post-title-search h2 {
	margin-bottom:7px;
}

.post-title-search a:after {
	content:"\2192";
	font-family:'Inter_new';
	display:inline-block;
	margin-left:3px;
}

div.mest-relevant-block > p > a::after {
	content:"\2192";
	font-family:'Inter_new';
	display:inline-block;
	margin-left:3px;
}

div.mest-relevant-block > div.row > div.column > p > a::after {
	content:"\2192";
	font-family:'Inter_new';
	display:inline-block;
	margin-left:3px;
}

div.mest-relevant-block > div.row > div.column > ul > li > a::after {
	content:"\2192";
	font-family:'Inter_new';
	display:inline-block;
	margin-left:3px;
}

/* Contact Form 7 */

.wpcf7::after{clear:both;content:"";display:block}
.wpcf7-form .column{margin-bottom:10px}
.wpcf7-mail-sent-ok{border:none!important;/*margin:25px 0 0!important;*/padding:7px!important;background:#7DCC68!important;color:#fff;text-align:center;float:left;width:98%;box-sizing:border-box;margin:0 1%!important;}
.wpcf7-mail-sent-ng{border:none!important;/*margin:25px 0 0!important;*/padding:7px!important;background:#fb5455!important;color:#fff;text-align:center;float:left;width:98%;box-sizing:border-box;margin:0 1%!important;}
.cf7p-message .wpcf7-validation-errors{border:none!important;/*margin:25px 0 0!important;*/padding:7px!important;background:#fb5455!important;color:#fff;text-align:center;float:left;width:98%;box-sizing:border-box;margin:0 1%!important;}
body:not(.cf7p-message) .wpcf7-validation-errors{border:none!important;display:none!important}
/*body:not(.cf7p-message) .wpcf7-not-valid-tip{position:absolute!important;left:-50px!important;top:0!important;width:44px!important;height:44px!important;padding:0!important;background-color:#ed3b2e; text-indent:-9999px!important;padding:0;border:none!important}*/
body:not(.cf7p-message) .wpcf7-not-valid-tip {
	/* position:absolute !important; */
	/* left:0px !important; */
	/* top:-60 outcommented, as top needs a unit like px, so it results in an error */
	/*top:-60 !important;*/
	/* width:98%; */
	/* height:44px !important; */
	padding:10px !important;
	background-color:#b50000;
	/* text-indent:-9999px !important; */
	/* padding:0; */
	color:#ffffff;
	/* border:none!important; */
}
body:not(.cf7p-message) .wpcf7-not-valid-tip:after{content:'\e82a';font-family:"mfn-icons";position:absolute;left:18px;top:11px;font-size:20px;color:#fff;text-indent:0;display:none}
body:not(.cf7p-message) .wpcf7-not-valid-tip:before{content:'';position:absolute;left:15px;top:30px;background-color:#b50000;width:11px;height:11px;transform:rotate(45deg);display:none}
.wpcf7-captchar{margin-bottom:0}
span.wpcf7-form-control-wrap{width:100%;position:relative!important;display:inline-block;margin-bottom:3px}
span.wpcf7-form-control-wrap .wpcf7-date,span.wpcf7-form-control-wrap .wpcf7-quiz,span.wpcf7-form-control-wrap .wpcf7-number,span.wpcf7-form-control-wrap .wpcf7-select,span.wpcf7-form-control-wrap .wpcf7-text,span.wpcf7-form-control-wrap .wpcf7-textarea{width:100%;box-sizing:border-box;margin-bottom:0;font-family:Inter,sans-serif}
.wpcf7 input[type="submit"]{font-size:inherit;margin-bottom:0!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}

/* Contact Form 7 | Popup */
#popup_contact{position:fixed;right:20px;bottom:20px;z-index:9001}
#popup_contact > a.button{width:42px;height:42px;line-height:42px;font-size:20px;margin:0;text-align:center;color:rgba(0,0,0,.5);background:#f7f7f7;position:absolute;bottom:0;right:0}
#popup_contact > a.button:hover{text-decoration:none}
#popup_contact .popup_contact_wrapper{width:250px;padding:20px;background:#fbfbfb;position:absolute;bottom:65px;right:0;display:none}
#popup_contact.focus .popup_contact_wrapper{display:block}
#popup_contact .popup_contact_wrapper span.arrow{position:absolute;right:15px;bottom:-8px;margin:0 auto;width:0;height:0;display:block;border-top:8px solid #fbfbfb;border-right:8px solid transparent;border-left:8px solid transparent}
#popup_contact .popup_contact_wrapper form input[type="text"],#popup_contact .popup_contact_wrapper form input[type="email"],#popup_contact .popup_contact_wrapper form textarea{background:#fff;margin-bottom:10px}
#popup_contact .popup_contact_wrapper form textarea{resize:vertical;min-height:100px}
#popup_contact .popup_contact_wrapper form input[type="submit"]{margin:0;float:right}
#popup_contact .wpcf7-form.invalid > p:after{display:block}
#popup_contact .wpcf7-form-control-wrap{display:inline-block;margin-right:0;width:100%}
#popup_contact div.wpcf7 img.ajax-loader{margin-top:10px}

/* Easy Digital Downloads */

.edd_downloads_list .edd_download_inner{background:#fff;margin:0 4% 20px;padding:0 15px 20px}
.edd_downloads_list .edd_download_inner .edd_download_image{margin:0 -15px}
.edd_downloads_list .edd_download_inner .edd_download_title{padding-top:15px}
.edd_downloads_list .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper{text-align:right}
.edd_downloads_list .edd_download_inner .edd_download_buy_button .edd_purchase_submit_wrapper .edd-cart-added-alert{position:static;margin-top:15px}
.edd_downloads_list .edd_download_inner .edd_download_buy_button a.button{margin:0}
.edd_download_image{border-style:solid;border-width:8px;box-sizing:border-box;display:block;line-height:0;max-width:calc(100% + 30px);position:relative}
.edd_download_image:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0}
#edd_checkout_cart th,#edd_checkout_cart td{text-align:left;border-width:1px;border-style:solid;border-color:inherit;padding:10px}
#edd_checkout_cart .edd_cart_header_row th{font-weight:700;background:#f9f9f9;box-shadow:inset 0px 4px 3px -2px rgba(0,0,0,.04);padding:10px}
#edd_checkout_cart .edd_cart_tax_row th,#edd_checkout_cart .edd_cart_discount_row th{background:inherit}
#edd_checkout_cart tr:hover td a{color:inherit}
table#edd_purchase_receipt,table#edd_purchase_receipt_products{margin-bottom:40px}
#edd_checkout_form_wrap label,#edd_checkout_form_wrap span.edd-description{/* HOFOR 20210412 - font-size:100%*/}
#edd_checkout_form_wrap span.edd-description{margin-bottom:10px}
#edd_checkout_form_wrap input[type="text"],#edd_checkout_form_wrap input[type="email"],#edd_checkout_form_wrap input[type="password"],#edd_checkout_form_wrap textarea{padding:10px}
.edd-submit,#edd-purchase-button,input[type="submit"].edd-submit{padding:11px 20px;/* HOFOR 20210412 - font-size:100%;*/font-weight:400;border:inherit}
#edd_checkout_form_wrap #edd-login-account-wrap,#edd_checkout_form_wrap #edd-new-account-wrap,#edd_checkout_form_wrap #edd_final_total_wrap,#edd_checkout_form_wrap #edd_show_discount,#edd_checkout_form_wrap .edd-cart-adjustment{background:#fafafa none repeat scroll 0 0;color:#444;padding:14px 20px}

/* Google Map */

.gm-style button{border-radius:0;box-shadow:unset}

/* Gravity Forms */

.gform_wrapper label{font-weight:400;margin:.188em 0 .75em}
.gform_wrapper .top_label .gfield_label{font-weight:700}
.gform_wrapper input,.gform_wrapper select{margin:0}
.gform_wrapper input[type="checkbox"],.gform_wrapper input[type="radio"]{margin-left:3px}
.gform_wrapper div.validation_error{border:none!important;border-radius:5px;margin-bottom:30px;padding:20px!important;box-sizing:border-box;background:#fb5455;color:#fff!important;font-weight:400!important;font-size:inherit!important}
.gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{border:none!important}
.gform_confirmation_wrapper .gform_confirmation_message{border-radius:5px;margin-bottom:30px;padding:20px;background:#80B736;color:#fff}

table.gsurvey-likert td input{position:static}
table.gsurvey-likert td.gsurvey-likert-choice{background-image:unset}

/* Mailchimp */

#mc_embed_signup .clear{height:auto;overflow:visible;visibility:visible}
.mc4wp-form p > input{float:left;margin:0 3px}

/* Magnific Popup */

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:9042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}
.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:9043;position:fixed;outline:none!important;-webkit-backface-visibility:hidden}
.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}
.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.mfp-align-top .mfp-container:before{display:none}
.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:9045}
.-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}
.mfp-ajax-cur{cursor:progress}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}
.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}
.mfp-auto-cursor .mfp-content{cursor:auto}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none;background:none!important}
.mfp-loading.mfp-figure{display:none}
.mfp-hide{display:none!important}
.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:9044}
.mfp-preloader a{color:#CCC}
.mfp-preloader a:hover{color:#FFF}
.mfp-s-ready .mfp-preloader{display:none}
.mfp-s-error .mfp-content{display:none}
button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:none;padding:0;z-index:9046;box-shadow:none;touch-action:manipulation}
button::-moz-focus-inner{padding:0;border:0}
.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}
.mfp-close:hover,.mfp-close:focus{opacity:1}
.mfp-close:active{top:1px}
.mfp-close-btn-in .mfp-close{color:#333}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}
.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}
.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}
.mfp-arrow:active{margin-top:-54px}
.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}
.mfp-arrow:before,.mfp-arrow:after{content:''!important;display:block!important;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent;background:none}
.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}
.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}
.mfp-arrow-left{left:0}
.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}
.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3F3F3F}
.mfp-arrow-right{right:0}
.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}
.mfp-arrow-right:before{border-left:27px solid #3F3F3F}
.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}
.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}
.mfp-iframe-holder .mfp-close{top:-40px}
.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}
.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}
img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0;margin:0 auto}
.mfp-figure{line-height:0}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}
.mfp-figure small{color:#BDBDBD;display:block;font-size:12px;line-height:14px}
.mfp-figure figure{margin:0}
.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}
.mfp-title{text-align:left;line-height:18px;color:#F3F3F3;word-wrap:break-word;padding-right:36px}
.mfp-image-holder .mfp-content{max-width:100%}
.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}

.mfp-wrap button:after{width:0!important;height:0!important;background:none!important}
.button-flat .mfp-arrow:after, .button-round .mfp-arrow:after{top:8px;opacity:1}
.button-stroke .mfp-close{color:#fff!important}
.button-stroke .mfp-close:hover{background:none!important}
.button-stroke .mfp-arrow:hover{background:none!important}

.mfp-inline{display:block!important;position:relative;background:#FFF;padding:25px 30px;width:auto;max-width:500px;margin:20px auto;}
.mfp-inline p:nth-last-child(2){margin-bottom:0;}
.button-stroke .mfp-inline .mfp-close{color:#333!important}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}
	.mfp-img-mobile img.mfp-img{padding:0}
	.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}
	.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}
	.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}
	.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}
	.mfp-img-mobile .mfp-counter{right:5px;top:3px}
	.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}
}

@media all and (max-width:900px) {
	.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}
	.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}
	.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}
	.mfp-container{padding-left:6px;padding-right:6px}
}

/* Slick Slider */

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:grabbing}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px;outline:none}
[dir='rtl'] .slick-slide{float:right!important}
.slick-slide img{display:block;margin-left:auto;margin-right:auto;}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slider_pager .slick-dots{margin:0}

/* Slider Pro */

#Content .slider-pro img.sp-image{max-width:none}

/* Toolset */

.the_content_wrapper .pagination-dots{margin:0}

/* The Events Callendar */

.tribe-events-page-template #Subheader .title{width:60%}
.tribe-events-page-template #Subheader ul.breadcrumbs{width:40%}
.tribe-events-list .tribe-events-event-image + div.tribe-events-content{padding-right:0!important;}
#tribe-bar-views .tribe-bar-views-list{z-index:29}
#tribe-bar-form input[type="text"]{font-weight:400}
h2.tribe-events-page-title,#tribe-geo-results h2.tribe-events-page-title{font-weight:400}
.tribe-events-list-separator-month{font-weight:400}
#tribe-events-content .tribe-events-tooltip h4{font-weight:400}
.tribe-events-meta-group .tribe-events-single-section-title{font-weight:400}
.events-list .tribe-events-loop,.tribe-events-day .tribe-events-loop,.single-tribe_venue .tribe-events-loop,.single-tribe_organizer .tribe-events-loop{max-width:100%}
a.tribe-events-ical{margin-top:0}
.tribe-events-cal-links a.tribe-events-gcal{margin-top:0}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt{clear:left;font-weight:700;line-height:inherit}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd{float:inherit;line-height:inherit;list-style:none outside none;margin:0 0 0 110px;padding:10px 0}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd:after{display:none}
#tribe-bar-form{/*background-image:url(../images/stripes/stripes_5_b.png)*/}
.tribe-events-back{padding:15px 10px;margin-bottom:20px;/*background-image:url(../images/stripes/stripes_5_b.png)*/;box-sizing:border-box;overflow:hidden}
ul.tribe-events-sub-nav a,.tribe-events-back a{font-size:14px;font-weight:400}
.tribe-events-event-image{border:8px solid #f8f8f8;box-sizing:border-box;display:block;line-height:0}
.tribe-events-list-widget ol{padding:10px 0 0 30px}
.tribe-events-list-widget ol li{margin-bottom:20px;list-style-type:square;padding-left:4px}
.tribe-events-list-widget ol li:before{display:none}
.tribe-events-list-widget ol li h4{font-size:16px;line-height:20px;margin-bottom:5px}
.tribe-events-list-widget ol li .duration{font-weight:400;color:rgba(0,0,0,.4)}
.tribe-events-list-widget p.tribe-events-widget-link{margin-left:30px;padding-top:8px;border-top:1px solid rgba(0,0,0,0.08)}
.tribe-events-list-widget p.tribe-events-widget-link a{font-weight:400;font-size:13px}
.tribe-events-list-separator-month span{background:#fcfcfc}
.tribe-events-event-meta,.tribe-events-promo{color:#a8a8a8}
.tribe-events-calendar thead th{color:#444;border-color:rgba(0,0,0,0.08)}

/* UI Datepicker */

.ui-datepicker .ui-datepicker-title select{padding:inherit;width:auto;display:inline-block;margin:auto;-webkit-appearance:menulist}
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight{margin:-1px}
.ui-datepicker .ui-datepicker-calendar .ui-state-default{box-shadow:0 0 0 0 rgba(0,0,0,.0)}
.ui-datepicker table tr{border:0!important}
.ui-datepicker table tr td{border-width:0 1px 1px 0 !important;border-style:solid;border-color:#DEDEDE;padding:1px}
.ui-datepicker table td a,.ui-datepicker table td span{width:auto!important;display:block!important}
.ui-datepicker table tr:first-child td{background:inherit!important}
.ui-datepicker table tr:hover td{background:inherit!important;color:inherit!important}
.ui-datepicker table tr:hover td a{color:inherit!important}
.ui-datepicker table tr:nth-child(2n) td{background:inherit!important}

/* Visual Composer | Frontend Editor */

.wpb_wrapper > div{margin-bottom:35px}
.wpb_wrapper.ui-sortable .vc_call_to_action{background:none;border:none;padding:0}
body.layout-boxed .vc_row[data-vc-stretch-content="true"]{left:0!important;width:auto!important;margin-left:-2.7%;margin-right:-2.7%}
body.layout-boxed .vc_row-no-padding .wpb_column{padding:0}

.vc_images_carousel{width:auto!important}
.vc-hoverbox-block{-webkit-backface-visibility:hidden}

.wpb_wrapper .portfolio_group{font-size:inherit!important;line-height:inherit!important;color:inherit!important}
.wpb_wrapper .portfolio_group.flat .portfolio-item,.wpb_wrapper .portfolio_group.masonry-flat .portfolio-item{margin-bottom:0}
.wpb_wrapper .portfolio_group .portfolio-item .image_frame{margin-bottom:0}

.wpb_wrapper .wpcf7-form{display:inline-block;width:100%}

/* Grid 1240px */

body{min-width:960px}

body.admin-bar{position:relative}
/* #wpadminbar ~ div:nth-last-child(2){height:auto!important} */

#Wrapper{max-width:1240px;margin:0 auto;overflow:hidden}

.layout-boxed{padding:25px 0}
.layout-boxed.boxed-no-margin{padding:0}
.layout-boxed #Wrapper{box-shadow:0 0 15px rgba(0,0,0,.06)}

.layout-full-width{padding:0}
.layout-full-width #Wrapper{max-width:100%!important;width:100%!important;margin:0!important}

#Content{width:100%;padding:30px 0 30px 0;line-height:1.5} /* HOFOR 20210603 */
#Content.no-padding,.template-slider #Content,.with_aside #Content{padding-top:0}

/*.with_aside .sections_group{padding-top:30px}*/

.section{position:relative}
.section_wrapper,.container{max-width:1020px;margin:0 auto;position:relative}
.section.full-width > .section_wrapper{max-width:100%!important;padding-left:0!important;padding-right:0!important}
.section_wrapper:after,.container:after{clear:both;content:" ";display:block;height:0;visibility:hidden}
.section_wrapper.share-icons {
	display:flex;
	justify-content:flex-end;
	padding-bottom:25px;
	max-width:1020px !important;
}
.section_wrapper.share-icons .share-icons__icon:before {
	margin:0;
	line-height:1;
}
.section_wrapper.share-icons .share-icons__icon{
	font-size:24px;
	line-height:1;
	margin:0 7px;
}
.section_wrapper.share-icons .share-icons__icon--twitter{
	line-height:1.12;
}

.mcb-wrap{float:left;position:relative;z-index:1;box-sizing:border-box}
.mcb-wrap.move-up{z-index:28}
.mcb-wrap.divider{width:100%;height:0!important}

.columns{float:left;margin:0 1% 40px}
.column {float:left;margin:0}
/* outcommented to uphold a solid line */
/*.the_content_wrapper{margin:0 1%}*/
.column_content .the_content_wrapper{margin:0}

.sidebar,.widget-area{box-sizing:border-box}

/* Wrap | Equal Height */
.equal-height-wrap .mcb-wrap .mcb-wrap-inner{position:relative;float:left;width:100%}
.equal-height-wrap .mcb-wrap.valign-middle .mcb-wrap-inner{top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.equal-height-wrap .mcb-wrap.valign-bottom .mcb-wrap-inner{top:100%;-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}

/* Sizes */

/* .mcb-wrap */
.one-sixth.mcb-wrap			{ width:16.666%; }	/* 1/6 */
.one-fifth.mcb-wrap			{ width:20%; }			/* 1/5 */
.one-fourth.mcb-wrap		{ width:25%; }			/* 1/4 */
.one-third.mcb-wrap			{ width:33.333%; }	/* 1/3 */
.two-fifth.mcb-wrap			{ width:40%; }			/* 2/5 */

.one-second.mcb-wrap		{ width:50%; }			/* 1/2 */
.three-fifth.mcb-wrap		{ width:60%; }			/* 3/5 */
.two-third.mcb-wrap			{ width:66.666%; }	/* 2/3 */
.three-fourth.mcb-wrap	{ width:75%; }			/* 3/4 */
.four-fifth.mcb-wrap		{ width:80%; }			/* 4/5 */
.five-sixth.mcb-wrap		{ width:83.333%; }	/* 5/6 */
.one.mcb-wrap						{ width:100%; }		/* 1/1 */
.mcb-wrap-inner {height:100%;}
/* .column */
.one-sixth.column				{ width:14.666%; }	/* 1/6 */
.one-fifth.column				{ width:18%; }			/* 1/5 */
#Footer .widgets_wrapper .one-fifth.column { width:18.5%; }
#Footer .widgets_wrapper .one-fifth.column:first-child { width:26%; }
.one-fourth.column,
.four.columns						{ width:23%; }			/* 1/4 */
.one-third.column				{ width:31.333%; }	/* 1/3 */
.two-fifth.column				{ width:38%; }			/* 2/5 */


.one-second.column			{ width:48%; }			/* 1/2 */
.three-fifth.column			{ width:58%; }			/* 3/5 */
.two-third.column				{ width:64.666%; }	/* 2/3 */
.three-fourth.column		{ width:73%; }			/* 3/4 */
.four-fifth.column			{ width:78%; }			/* 4/5 */
.five-sixth.column			{ width:81.333%; }	/* 5/6 */
.one.column							{ width:100%; }			/* 1/1 */
.column {height:100%;}


.section.full-width > .one.column,
.section.full-width > .section_wrapper > .one.column,
.section.full-width .one.wrap .one.column{width:100%;margin:0}

/* .Sidebar | .with_aside */
.with_aside .content_wrapper{width:100%; max-width:1020px; margin:0 auto}
.with_aside .sections_group{width:75%;float:left}
.with_aside .section_wrapper{max-width:98%;max-width:calc(100% - 20px)}
.with_aside .four.columns{float:right;margin:0}

.aside_left .sections_group{float:right}
.aside_left .four.columns{float:left}

/* Sidebar - Both | .aside_both */
.aside_both .sections_group{width:60%;margin-left:20%}
.aside_both .sidebar.columns{width:18%}
.aside_both .sidebar-1{float:left!important;margin-left:-79%}

/* Column */

/* Column | Margin - Horizontal */
.no-margin-h .column							{ margin-left:0; margin-right:0; }
.no-margin-h .one-sixth.column		{ width:16.666%; }	/* 1/6 */
.no-margin-h .one-fifth.column		{ width:20%; }			/* 1/5 */
.no-margin-h .one-fourth.column		{ width:25%; }			/* 1/4 */
.no-margin-h .one-third.column		{ width:33.333%; }	/* 1/3 */
.no-margin-h .two-fifth.column		{ width:40%; }			/* 2/5 */

.no-margin-h .one-second.column		{ width:50%; }			/* 1/2 */
.no-margin-h .three-fifth.column	{ width:60%; }			/* 3/5 */
.no-margin-h .two-third.column		{ width:66.666%; }	/* 2/3 */
.no-margin-h .three-fourth.column	{ width:75%; }			/* 3/4 */
.no-margin-h .four-fifth.column		{ width:80%; }			/* 4/5 */
.no-margin-h .five-sixth.column		{ width:83.333%; }	/* 5/6 */
.no-margin-h .one.column					{ width:100%; }		/* 1/1 */

/* Column | Margin - Bottom */

/* set in section options */
.column.column_divider			{margin-bottom:0!important;height:auto!important}

.column-margin-0px .column	{ margin-bottom:0 !important;}
.column-margin-10px .column	{ margin-bottom:10px !important;}
.column-margin-20px .column	{ margin-bottom:20px !important;}
.column-margin-30px .column	{ margin-bottom:30px !important;}
.column-margin-40px .column	{ margin-bottom:40px !important;}
.column-margin-50px .column	{ margin-bottom:50px !important;}

/* set in item options */
.column-margin-0px.column		{ margin-bottom:0 !important;}
.column-margin-10px.column	{ margin-bottom:10px !important;}
.column-margin-20px.column	{ margin-bottom:20px !important;}
.column-margin-30px.column	{ margin-bottom:30px !important;}
.column-margin-40px.column	{ margin-bottom:40px !important;}
.column-margin-50px.column	{ margin-bottom:50px !important;}

/* Column | Equal Height */
.equal-height .column .column_attr{height:100%;box-sizing:border-box}

/* Column | Align */
.column_attr.align_left{text-align:left}
.column_attr.align_right{text-align:right}
.column_attr.align_center{text-align:center}
.column_attr.align_justify{text-align:justify}

/* Extra Content */
.extra_content .the_content_wrapper{margin:0}
.extra_content .has_content .the_content_wrapper,.extra_content .category_description .the_content_wrapper{margin-bottom:40px}

/* Clearing */

.no-padding{padding:0 !important;}
.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden}
.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}

/**/
/* Custom CSS starts here, and ends at the end of the file */
/**/
/* dynamic colors start */
:root{
	/* Outdated colors */
	/* --accent-color:#a5cd39; */
	/* --accent-color-dark:#006a71; */

	/* New colors */
	--secondary-accent-color:#c6ef75;
	--secondary-accent-color-dark:#0f464b;
	--main-background-color:#ffffff; /* HOFOR 20210806 white; */
	--color-sand-light:#e5e4e5;
	--color-sand:#bebeb4;
	--color-grey:#ccd2d7;
	--color-blue-light:#dbecf5;
	--color-grey-light:#ebedef;
	--color-grey-ultra-light:#f5f6f8;
	--main-textcolor:#0f464b;
	--secondary-textcolor:#000000; /* HOFOR 20210806 black; */
	--fontsize-subheadline:14px;
	--slider-buttons-top:0px;
}
/* dynamic colors end */

/* Font Material Icons start */
@font-face {
	font-family:'Material Icons';
	font-style:normal;
	font-weight:400;
	/*src:url(https://example.com/MaterialIcons-Regular.eot); !* For IE6-8 *!*/
	src:local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../fonts/materialicons/material_icons_normal.woff2) format('woff2');

}

@font-face {
	font-family:'Material Icons Outline';
	font-style:normal;
	font-weight:400;
	/*src:url(https://example.com/MaterialIcons-Regular.eot); !* For IE6-8 *!*/
	src:local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(../fonts/materialicons/material_icons_outline.woff2) format('woff2');
}


.material-icons {
	font-family:'Material Icons';
	font-weight:normal;
	font-style:normal;
	font-size:24px;  /* Preferred icon size */
	display:inline-block;
	line-height:1;
	text-transform:none;
	letter-spacing:normal;
	word-wrap:normal;
	white-space:nowrap;
	direction:ltr;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing:antialiased;
	/* Support for Safari and Chrome. */
	text-rendering:optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing:grayscale;

	/* Support for IE. */
	font-feature-settings:'liga';
}

.material-icons-outline { /* HOFOR 20210419 */
	font-family:'Material Icons Outline';
	font-weight:normal;
	font-style:normal;
	font-size:24px;  /* Preferred icon size */
	display:inline-block;
	line-height:1;
	text-transform:none;
	letter-spacing:normal;
	word-wrap:normal;
	white-space:nowrap;
	direction:ltr;
	padding-right:10px;

	/* Support for all WebKit browsers. */
	-webkit-font-smoothing:antialiased;
	/* Support for Safari and Chrome. */
	text-rendering:optimizeLegibility;

	/* Support for Firefox. */
	-moz-osx-font-smoothing:grayscale;

	/* Support for IE. */
	font-feature-settings:'liga';
}




/* Font Material Icons end */

/* Font Inter start */

/*@font-face {*/
/*	font-family:'Inter';*/
/*	font-style:normal;*/
/*	font-weight:400;*/
/*	!*font-display:swap;*!*/
/*	src:url("../fonts/Inter/Inter-Regular.woff2") format("woff2")*/
/*}*/

/* Font Inter end */

.column_sidebar_widget .widget{
	margin:0;
	padding:0;
}

.column button{
	width:calc(100% - 20px);
	margin:10px;
}

button{
	font-weight:400;
	font-size:14px;
}

/*.bulletpoint{*/
/*	display:inline-block;*/
/*	max-width:200px;*/
/*}*/

/*  Widget Styling Start */
.widget {
	margin-top:0px;
	padding-bottom:0px;
}

.widget--tastselv,
.widget--vvs-web{
	box-sizing:border-box;
	min-height:280px;
	height:100%;
	color:var(--main-background-color);
	background:var(--secondary-accent-color-dark);
	line-height:20px;
}

.widget--tastselv_main-container,
.widget--vvs-web_main-container {
	display:flex;
	flex-direction:column;
	min-height:280px;
	height:100%;
}

.widget--tastselv_text-container,
.widget--vvs-web_text-container {
	padding:20px;
}
.widget--tastselv_title,
.widget--vvs-web_title {
	color:#ffffff !important;
	background-color:#0f464b; /* HOFOR 20210812 */
}

.widget--vvs-web_title_color {
	color:var(--secondary-accent-color)
}
.widget--tastselv_list li,
.widget--vvs-web_list li {
	padding:2.3px 0;
}
.widget--tastselv a,
.widget--vvs-web a{
	color:var(--secondary-accent-color-dark);
	background:var(--secondary-accent-color);
	width:100%;
	margin:0 20px;
	padding:10px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	border-radius:5px
}
.widget--vvs-web a::before{
	content:'' !important;
}

.widget--tastselv a:hover,
.widget--vvs-web a:hover{
	filter:brightness(95%);
}

.widget--tastselv_button,
.widget--vvs-web_button {
	margin-top:auto;
	display:flex;
	margin-bottom:20px;
}
.widget--tastselv_button a,
.widget--vvs-web_button a{
	text-decoration:none !important;
	color:var(--secondary-accent-color-dark); /* HOFOR */
	background:var(--secondary-accent-color); /* HOFOR */
	padding:10px 15px; /* HOFOR */
	font-weight:500; /* HOFOR */
	border-radius:5px; /* HOFOR */
	
}
.widget--tastselv_button a:hover,
.widget--vvs-web_button a:hover{
	text-decoration:underline !important;
}
.column_sidebar_widget .widget > h3{
	/*font-size:var(--fontsize-subheadline);*/
	font-weight:400;
}

.widget_nav_menu .menu-privat-genveje-container .menu-item a,
.widget_nav_menu .menu-erhverv-genveje-container .menu-item a,
.widget_nav_menu .menu-installator-genveje-container .menu-item a{
	padding:5px;
	margin-left:-5px;
}

.widget_nav_menu .menu-privat-genveje-container .menu-item::after,
.widget_nav_menu .menu-erhverv-genveje-container .menu-item::after,
.widget_nav_menu .menu-installator-genveje-container .menu-item::after {
	display:none;
}

.widget_nav_menu{
	border:1.5px solid var(--secondary-accent-color-dark);
}

.widget_nav_menu h3{
	margin:0;
	padding-left:6px;
	padding-top:6px;
	font-weight:700;
	/*font-size:var(--fontsize-subheadline);*/
}

.widget_nav_menu .menu{
	background:var(--main-background-color);
	line-height:1.5;
}

 .widget_recent_entries h3{
	padding-left:6px;
	 margin-bottom:0px;
	 background-color:var(--secondary-accent-color-dark);
	 color:var(--main-background-color);
	 padding-top:6px;
	 padding-bottom:6px;
}

.trailer_box {
	background-color:var(--color-sand-light);
}

.trailer_box h2{
	font-weight:400;
}
/*  Widget Styling End */

/* Revolution slider styling start */
.mfn-rev-slider{
	margin-bottom:20px;
	background:white;
}
/* Revolution slider styling end */

/* Grid for the frontpage (add the classname:layout--four-columns) Start */
.layout--four-columns .section_wrapper{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-gap:20px;
	margin-bottom:20px;
	clear:both;
}

.layout--four-columns .section_wrapper .column{
	margin:0;
}
.layout--four-columns .column_sidebar_widget.sidebar-widget-pxy aside {
	padding:15px;
}
.layout__three-columns-and-sidebar .column_sidebar_widget.sidebar-widget-pxy aside {
	padding:15px;
}
.aside-widgets-template .column_sidebar_widget.sidebar-widget-pxy aside {
	padding:15px;
}
.aside-widgets-template .column_sidebar_widget.widget-news .Recent_posts ul li a{
	text-decoration:none;
}
.layout--four-columns .column_sidebar_widget .widget{
	padding-bottom:0;
}
.layout--four-columns .column_sidebar_widget .widget h2, 
.aside-widgets-template .column_sidebar_widget .widget h2,
.layout__three-columns-and-sidebar .column_sidebar_widget .widget h2 {
	line-height:1;
	color:var(--secondary-accent-color-dark);
	margin-bottom:20px;
}

.aside-widgets-template .column_sidebar_widget .widget .desc{
	color:var(--secondary-accent-color-dark);
}

.layout--four-columns .one-fourth.mcb-wrap {
	width:100%;
}
/*.layout--four-columns .divider{
	display:none;
}*/
.layout--four-columns .wrap{
	padding:0;
}

.layout--four-columns .story_box{
	margin-bottom:0;
}
.aside_left .sections_group{
transform:translateX(10px);
}
/* Grid for the frontpage (add the classname:layout--four-columns) End */

/* Grid for frontpage:layout__three-columns-and-sidebar) Start */

.layout__colums--frontpage .section_wrapper{
	width:100%;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
	/*transform:translateY(10px);*/
	margin-bottom:20px;
}

.layout__colums--frontpage .one-third.mcb-wrap {
	width:100%;
	height:100%;
}

.layout__colums--frontpage .wrap{
	padding:0;
}
.layout__colums--frontpage .column_sidebar_widget .widget {
	margin-bottom:0px;
	padding:0px;
}
.aside-widgets-template .section_wrapper {
	display:grid;
	grid-gap:20px;
}
/* Grid for the frontpage (add the classname:layout--four-columns) End */


/* Grid for the sidebar navigation page (add the classname in the section:layout__three-columns-and-sidebar) Start */
.layout__three-columns-and-sidebar .section_wrapper{
	width:100%;
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:20px;
	/*transform:translateY(10px);*/
	margin-bottom:20px;
}

.layout__three-columns-and-sidebar .one-third.mcb-wrap {
	width:100%;
	height:100%;
}

.height__default .column {
	height:unset;
}

.layout__three-columns-and-sidebar .wrap{
	padding:0;
}


.layout__three-columns-and-sidebar .column_sidebar_widget .widget {
	margin-bottom:20px;
}

.layout__two-columns .section_wrapper{
	width:100%;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-gap:20px;
	/*transform:translateY(10px);*/
	margin-bottom:20px;
}

.layout__two-columns .one-second.mcb-wrap {
	width:100%;
}
/* Grid for the sidebar navigation page (add the classname in the section:layout__three-columns-and-sidebar) End */

/* Columns with multiple elements (add the classname:column--multiple-elements) Start */
.column--multiple-elements{
	grid-row-gap:0px;
}

.column--multiple-elements .column_trailer_box{
	margin-bottom:20px !important;
	height:auto !important;
}

.column--multiple-elements .column_trailer_box:last-child {
	margin-bottom:0px !important;
	padding-bottom:0;
}

.section_wrapper:after {
	display:none;
}
/* Columns with multiple elements (add the classname:column--multiple-elements) End */


/* Grid for Info Page Start */
/*.info-template h2 {*/
/*	!*font-size:30px;*!*/
/*  !*font-weight:500;*!*/
/*}*/

/*.info-template h3 {*/
/*	!*font-size:24px;*!*/
/*  !*font-weight:500;*!*/
/*}*/

/*.info-template h3:not(:first-child) {*/
/*	margin-top:30px;*/
/*}*/
.info-template .map-middle {
	margin:40px 0;
}
.info-template .map-middle button {
	margin:0;
}
.info-template .float-right {
	float:right;
}
.info-template .subscription-module {
	margin-top:25px;
}
.info-template .info-template__drifts-news {
	background-color:var(--color-grey-ultra-light); 
}
.info-template .info-template__drifts-news .ul-first{
	padding:10px 15px;
}
.info-template .info-template__drifts-news--map-info {
	padding:15px 15px;
	color:var(--secondary-accent-color-dark);
}
.info-template .info-template__map-container p{
	margin-bottom:5px;
}
.info-template .info-template__map-container--icon{
	color:var(--secondary-accent-color-dark);
	width:22px;
	height:22px;
	margin-bottom:-4px;
	margin-left:-4px;
	padding:0 3px;
}
.info-template .info-template__link-box h2{
	/*text-transform:uppercase;*/
	width:100%;
	background-color:var(--secondary-accent-color-dark);
	color:#ffffff;
	/* padding:6px 15px; */
	padding:5px 10px;
	font-size:16px; /* 14px; */
}

.js .tmce-active .wp-editor-area {
	color:#000!important;
}

.wp-editor-area{
	color:#000!important;
}

.tmce-active{
	color:#000!important;
}

.info-template .info-template__link-box p{
	padding-left:15px;
	margin-bottom:5px;
}
.info-template .info-template__margin-box {
	margin:30px 0;
}
/* Grid for Info Page End */

/* Footer Widgets Start */

footer .widget--tastselv {
	margin-right:25px;
}

.footer-widget {
	margin-right:25px;
}

.fw-driftsinfobox-outer__box {
	margin-bottom:40px;
	background-color:#ffffff;
	padding-bottom:15px;
}

.fw-driftsinfobox-outer__box--head {
	background-color:var(--secondary-accent-color-dark);
	color:#fff;
	padding:5px 10px 1px 10px; /* HOFOR 20210412 - 3px 10px; */
	font-weight:600;
	/*text-transform:uppercase;*/
}

.fw-driftsinfobox-outer__box--head > h2 {
	color:#fff !important;
	font-size:16px !important;
	font-weight:600;
}

.fw-driftsinfobox-outer__logo-outer {
	display:flex;
	justify-content:center;
}
.fw-driftsinfobox-outer__box-cont {
	padding:0 10px;
}
.fw-driftsinfobox-outer__logo-outer--img {
	width:100px;
	height:auto;
}
.fw-driftsinfobox-outer__box-cont--op-situation {
	padding-top:19px; /* HOFOR 20210412 - 10px; */
	margin:0;
}

.footer-widget__title > h2 {
	font-weight:600; /* HOFOR 20210408 900; */
	font-size:16px; /* HOFOR 20210408 */
	padding-top:5px; /* HOFOR 20210412 */ 
}

.footer-widget__title {
	font-weight:900;
}
.footer-widget__p {
	margin:0;
}
.footer-widget__p--mail {
	text-decoration:underline;
}
.footer-widget ion-icon {
	vertical-align:middle;
}
.copyright-box {
	font-size:11px;
	text-align:center;
}
.copyright-box__link {
	text-decoration:underline;
}
/* Footer Widgets End */

/* Subheader and Breadcrumbs Start */
#Subheader{
	display:none;
	background-color:var(--main-background-color) !important;
	text-align:left;
}

#Content #Subheader .title{
	font-style:normal;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
	text-align:left;
}

#Content #Subheader .breadcrumbs{
	margin-left:0;
	width:730.19px;
	margin-bottom:10px;
}

body:not(.aside_left):not(.aside_both) #Content #Subheader .breadcrumbs{
	float:right;
	width:730.19px;
	/*margin:-25px 0 0 0;*/
}

/*body:not(.aside_left):not(.aside_both):not(.aside_right) #Content #Subheader .breadcrumbs{*/
/*	float:right;*/
/*	width:730.19px;*/
/*	margin:-25px 0 0 0;*/
/*}*/
/* Subheader and Breadcrumbs End */

/* Havekalender Months Styling Start */
/* hide tab-sections content on the garden calendar page and open them through script */
.section + .tab-section{
	display:none;
}

.tab-section .mcb-wrap .image_wrapper img {
	width:100%;
}

#Content .months .ui-tabs {
	padding:0 !important;
	display:flex;
	flex-direction:row;
	border-radius:0 !important;
	margin:0 auto;
}

#Content .months .ui-tabs .ui-tabs-panel {
	padding:0;
}

#Content .months .ui-tabs .arrow {
	background-color:var(--color-grey-ultra-light) !important;
	content:"";
	width:25px;
	height:50px;
	background-size:75%;
	background-repeat:no-repeat;
	background-position:center;
}

#Content .months .ui-tabs .arrow:hover {
	cursor:pointer;
}

#Content .months .ui-tabs .arrow-right {
	background-image:url("../images/icons/arrow_back.svg");
	margin-right:10px;
}

#Content .months .ui-tabs .arrow-left {
	background-image:url("../images/icons/arrow_forward.svg");
	margin-left:10px;
}

#Content .months .ui-tabs .ui-tabs-nav {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:calc(100% - 50px);
	overflow-y:hidden;
	overflow-x:scroll;
	-ms-overflow-style:none;  /* Hide scroll bar on Internet Explorer 10+ */
	/* the following line results in error:Property scrollbar-width doesn't exist :none, buf it is not there then the scrollbar will be visible on firefox */
    scrollbar-width:none;  /* Hide scroll bar on Firefox */
}

#Content .months .ui-tabs .ui-tabs-nav::-webkit-scrollbar { 
    display:none;  /* Hide scrollbar on Safari and Chrome */
}

#Content .months .ui-tabs .ui-tabs-nav li {
	background:var(--color-grey-ultra-light);
}

#Content .months .ui-tabs .ui-tabs-nav li:not(:first-child) {
	margin-left:10px;
}

#Content .months .ui-tabs .ui-tabs-nav li a{
	font-size:14px;
	color:var(--secondary-accent-color-dark);
	height:100%;
}

#Content .months  .ui-tabs .ui-tabs-nav li.ui-state-active a{
	background-color:var(--secondary-accent-color) !important;
}

#Content .months  .ui-tabs .ui-tabs-nav li.ui-state-active a:after{
	display:none !important;
}


#Content .ui-tabs-nav li a {
	width:100%;
}
/* Havekalender Months Styling End */

.background-color__accent-dark{
	background-color:var(--secondary-accent-color-dark);
	color:var(--main-background-color);
	padding-right:20px;
	padding-left:20px;
}

.background-color__accent-dark h1{
	margin-top:20px;
	font-weight:700;
	font-size:28px;
	color:var(--main-background-color);
}

.background-color__accent-dark h1 + p{
	margin-right:20%;
	margin-left:20%;
}


.Recent_posts .desc h3{
	color:var(--secondary-accent-color-dark);
	font-size:14px;
	line-height:1.5;
	margin-bottom:10px;
	font-weight:600;
	display:inline;

}
.aside-widgets-template .column_sidebar_widget.widget-news .Recent_posts .desc h3:after{
	content:"\2192";
	font-family:'Inter_new';
	margin-left:4px;
}
.aside-widgets-template .column_sidebar_widget.widget-news .Recent_posts .desc a:after{
	display:none !important;
}
.aside-widgets-template .column_sidebar_widget.widget-news .Recent_posts .desc h3:hover{
	text-decoration:underline;
}
.Recent_posts ul li a .desc .date {
	color:var(--secondary-accent-color-dark) !important;
}

/* Accordion Start */
#Content .accordion .answer a:after {
	content:"\2192";
	font-family:'Inter_new';
	margin-left:4px;
	font-weight:normal;
}
#Content .accordion .title,
#Content .accordion .icon-minus,
#Content .accordion .icon-plus,
#Content .accordion .answer h1,
#Content .accordion .answer h2,
#Content .accordion .answer h3,
#Content .accordion .answer h4,
#Content .accordion .answer h5,
#Content .accordion .answer h6{
	color:var(--secondary-accent-color-dark) !important;
}
#Content .accordion .title,
#Content .accordion .icon-minus,
#Content .accordion .icon-plus {
	color:var(--main-background-color) !important;
}
#Content .accordion > .title {
	display:none;
}
/* Accordion End */

/* Margin Between Main Content and Footer Start */
.entry-content{
	margin-bottom:30px;
}

.right-side-sidebar .column_image + .column_divider{
	margin-top:20px;
}

.right-side-sidebar{
	margin-left:60px;
}

.right-side-sidebar.mcb-wrap{
	width:calc(33.33% - 60px);
}

/* Margin Between Main Content and Footer End */

/* Link Icon Styling Start */

/*.story_box a {
	padding-left:6px;
	position:relative;
	font-size:18px;
	bottom:-3px;
}*/

.link-icon-small {
	position:relative;
	bottom:-2px;
	margin-left:-4px;
	padding-right:4px;

}

/* Link Icon Styling End */

/* Print Hidden Classes Start */
@media print {
	.noprint,
	.menu_wrapper,
	.secondary_menu_wrapper,
	.sidebar-1,
	.right-side-sidebar,
	.grecaptcha-badge,
	.custom-social-icons,
	footer {
	   visibility:hidden;
	   display:none;
	}
}
/* Print Hidden Classes End */

/* Custom Login Stylesheet Start */
body.login {
	background-color:var(--secondary-accent-color-dark);
	font-family:'Inter', arial, sans-serif;
	min-width:inherit !important;

}

body.login div#login h1 a {
	background-image:url('/wp-content/themes/betheme-child/images/HOFOR_Logo_Negativ.png');
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
}

body.login div#login form {
	border-color:#ffffff;
}

body.login div#login form label {
	color:#ffffff !important;
}

body.login div#login form .dashicons {
	color:var(--secondary-accent-color-dark);
}

body.login div#login form p.submit input#wp-submit {
	background:#ffffff;
	/*border-color:#ffffff;*/
	color:var(--main-textcolor);
}

body.login div#login form p.submit input#wp-submit:hover {
	background:var(--secondary-accent-color);
	border-color:var(--secondary-accent-color-dark);
}

body.login div#login p#nav a,
body.login div#login p#backtoblog a {
	color:#ffffff;
}

body.login div#login p#nav a:hover,
body.login div#login p#backtoblog a:hover {
	color:var(--secondary-accent-color);
}
/* Custom Login Stylesheet End */

/* Tastselvservice Content Start */
#Content .tastselvservice__content ul{
	color:inherit;
} 

#Content .tssknap a {
	color:#ffffff;
	padding:1em;
    background-color:var(--secondary-accent-color-dark);
    border-radius:5px;
	text-decoration:none;
}

#Content .tssknap a:hover {
	text-decoration:underline;
}
/* Tastselvservice Content End */

.content_slider {
	margin-bottom:20px;
}

/* Content Lists Styling Start */
.the_content_wrapper ul,
.the_content_wrapper ol,
.the_content_wrapper ul li,
.the_content_wrapper ol li {
	color:var(--main-textcolor);
}

/* Hidden Content Start*/
.hidden-content {
	display:none;
}
/* Hidden Content End*/

/* Image Caption Styling Start */
/*.column_image.one.column { */
/*	width:100%;*/
/*}*/

/*.ui-state-active{*/
/*	!*background:none;*!*/
/*}*/

.tabs_centered.ui-tabs .ui-tabs-nav{
	border:none;
}

#Content .ui-tabs .ui-tabs-nav li a{
	background:var(--color-grey-ultra-light);
}

/* Print Icon Styling Start */
ion-icon[name='print']:hover, 
ion-icon[name='print-sharp']:hover, 
ion-icon[name='print-outline']:hover{
	cursor:pointer;
}
/* Print Icon Styling End */

/* Custom slider css */
.slider__custom a.button .button_icon i {
	color:var(--secondary-accent-color-dark);
}
/* Single Post Page Styling Start */
.single-post #Subheader .title{
	width:100%;
}

/* Automatic Icons start */
.entry-content a:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
	margin-right:3px;
	transform:translateY(2px);
}

.entry-content .share-icons a:before, .entry-content .share-icons a:after{
	display:none !important;
}
.entry-content .share-icons a {
	text-decoration:none !important;
}

.entry-content a[href^="http://"]:after, .entry-content a[href^="https://"]:after, .entry-content a[href^="/"]:after{
	content:"\2192";
	font-family:'Inter_new';
	margin-left:2px;
	transform:translateY(0px);
	display:inline-block;
}

.entry-content a[href^="http://"]:before, .entry-content a[href^="https://"]:before, .entry-content a[href^="/"]:before{
	display:none;
}

.entry-content a[target="_blank"]:before{
	content:"\open_in_new";
	font-family:'Material Icons';
	display:inline-block;
}

.entry-content a[target="_blank"]:after{
	display:none;
}

.entry-content a[href^="mailto"]:before {
	content:"\mail_outline";
	display:inline-block;
	font-size:16px;
}

.entry-content a[href^="mailto"]:after{
	display:none;
}


a.no_icon[href^="mailto"]{
	text-decoration:underline;
}


.entry-content a[href^="tel:"]:before {
	content:"\e0cd";
	display:inline-block;
}


.entry-content a[href^="tel:"]:after {
	display:none;
}

.entry-content a[href^="/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.entry-content a[href^="http://www.hofor.dk/wp-content/"]:after{
	display:none;
}

.entry-content a[href^="http://www.hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.entry-content a[href^="http://hofor.dk/wp-content/"]:after{
	display:none;
}

.entry-content a[href^="http://hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.entry-content a[href^="/wp-content/"]:after{
	display:none;
}

.entry-content a[href^="https://www.hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.entry-content a[href^="https://www.hofor.dk/wp-content/"]:after{
	display:none;
}

.entry-content a[href^="https://hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.entry-content a[href^="https://hofor.dk/wp-content/"]:after{
	display:none;
}
/* Automatic Icons end */

/* HOFOR - 20201127 - automatic icons in posts - begin */
.the_content_wrapper a:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
	margin-right:3px;
	transform:translateY(2px);
}


/* hotspot-ikoner på regninger renses for ekstra ikon a:before - 20201201 - begin */
div.the_content_wrapper > div.hotspot-container > a.info-icon[id^=".icon"][id^=".dropin"].cq-dropInDown > :before {
    content:"" !important;
}
/* Hotspot-ikoner på regninger renses for ekstra ikon a:before - 20201201 - end */


.the_content_wrapper .share-icons a:before, .the_content_wrapper .share-icons a:after{
	display:none !important;
}
.the_content_wrapper .share-icons a {
	text-decoration:none !important;
}

.the_content_wrapper a[href^="http://"]:after, .the_content_wrapper a[href^="https://"]:after, .the_content_wrapper a[href^="/"]:after{
	content:"\2192";
	font-family:'Inter_new';
	margin-left:2px;
	transform:translateY(0px);
	display:inline-block;
}

.the_content_wrapper a[href^="http://"]:before, .the_content_wrapper a[href^="https://"]:before, .the_content_wrapper a[href^="/"]:before{
	display:none;
}

.the_content_wrapper a[target="_blank"]:before{
	content:"\open_in_new";
	font-family:'Material Icons';
	display:inline-block;
}

.the_content_wrapper a[target="_blank"]:after{
	display:none;
}

.the_content_wrapper a[href^="mailto"]:before {
	content:"\mail_outline";
	display:inline-block;
	font-size:16px;
}

.the_content_wrapper a[href^="mailto"]:after{
	display:none;
}


a.no_icon[href^="mailto"]{
	text-decoration:underline;
}


.the_content_wrapper a[href^="tel:"]:before {
	content:"\e0cd";
	display:inline-block;
}


.the_content_wrapper a[href^="tel:"]:after {
	display:none;
}

.the_content_wrapper a[href^="/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.the_content_wrapper a[href^="http://www.hofor.dk/wp-content/"]:after{
	display:none;
}

.the_content_wrapper a[href^="http://www.hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.the_content_wrapper a[href^="http://hofor.dk/wp-content/"]:after{
	display:none;
}

.the_content_wrapper a[href^="http://hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.the_content_wrapper a[href^="/wp-content/"]:after{
	display:none;
}

.the_content_wrapper a[href^="https://www.hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.the_content_wrapper a[href^="https://www.hofor.dk/wp-content/"]:after{
	display:none;
}

.the_content_wrapper a[href^="https://hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.the_content_wrapper a[href^="https://hofor.dk/wp-content/"]:after{
	display:none;
}

/* HOFOR - 20201127 - automatic icons in posts - end */








div.footer-widget > p.footer-widget__p a:before{
	font-family:'Material Icons';
	display:inline-block;
	margin-right:3px;
	transform:translateY(2px);
}

div.footer-widget > p.footer-widget__p a[href^="mailto"]:before {
	content:"\mail_outline";
	display:inline-block;
	font-size:16px;
}

div.footer-widget > p.footer-widget__p a[href^="tel:"]:before {
	content:"\e0cd";
	display:inline-block;
}





/* this will insert arrows on archive pages */
.post-desc .entry-title a:after{
	content:"\2192";
	font-family:'Inter_new';
	display:inline-block;
	margin-left:3px;
}

.no_icon:before{
	display:none !important;
}

.no_icon:after{
	display:none !important;
}


.internal:before, .external:before, .download:before, .mail:before, .phone:before{
	font-family:'Material Icons';
	display:inline-block!important;
	margin-right:3px;
}

.internal > a:before, .external > a:before, .download > a:before, .mail > a:before, .phone > a:before{
	display:none!important;
}

.internal > a:after, .external > a:after, .download > a:after, .mail > a:after, .phone > a:after{
	display:none!important;
}

.internal:after{
	content:"\2192";
	font-family:'Inter_new';
	display:inline-block;
	margin-left:3px;
}

.external:before{
	content:"\open_in_new" !important;
}

.download:before{
	content:"\save_alt" !important;
}

.mail:before{
	content:"\mail_outline" !important;
}

.phone:before{
	content:"\e0cd" !important;
}

i.fa{
	display:none;
}

.entry-content .widget_nav_menu a:before{
	content:"\e5cc";
	font-family:'Material Icons';
	/*content:"\chevron_right";*/
}

.widget--tastselv_button a:before, .widget--tastselv_button a:after{
	display:none !important;
}

.widget--tastselv_button .entry-content a{
	text-decoration:none;
}

.story_box h3:after{
	content:"\2192";
	font-family:'Inter_new';
	margin-left:4px;
}

.story_box h2:after{
	content:"\2192";
	font-family:'Inter_new';
	margin-left:4px;
}
.story_box a:after{
	display:none !important;
}
a.slick-arrow:before{
	display:none;
}

.tabs_wrapper a:before{
	display:none;
}

.tab-section a:before{
	display:none;
}

/*.ui-tabs .ui-tabs-nav li.ui-state-active a{*/
/*	color:var(--secondary-accent-color-dark)!important;*/
/*}*/

/*.ui-tabs .ui-tabs-nav li.ui-state-active a:after{*/
/*	color:var(--secondary-accent-color-dark)!important;*/
/*}*/

.widget_mfn_recent_posts a:before{
	display:none;
}

.widget_mfn_recent_posts a:after{
	font-weight:600;
}

.entry-content a.button:after{
	display:none;
}
.entry-content a.button:before{
	display:none;
}

.tssknap a:after{
	display:none!important;
}
.tssknap a:before{
	display:none!important;
}

/*.slider__custom .play_pause:before{*/
/*	display:none;*/
/*}*/

/* Automatic Icons end */


/* Link styling start */

.entry-content a{
	text-decoration:none;
}

/*.entry-content a .date{*/
/*	text-decoration:none;*/
/*}*/

.entry-content a:hover{
	text-decoration:underline;
}

.entry-content a:hover{
	text-decoration:underline;
}

/*.tssknap a{*/
/*	text-decoration:underline;*/
/*}*/

.entry-content a > .button_label:hover{
	text-decoration:underline;
}

input[type="submit"]:hover{
	text-decoration:underline;
}

#Content input[type="submit"]{
	background-color:var(--secondary-accent-color);
	color:var(--secondary-accent-color-dark)
}

/* Automatic Icons for right sidebar */
.sidebar-2 a:before{
	content:"\save_alt";
	font-family:'Material Icons Outline'; /* HOFOR 20210902 */
	display:inline-block;
	margin-right:3px;
	transform:translateY(2px);
}

.sidebar-2 .share-icons a:before, .sidebar-2 .share-icons a:after{
	display:none !important;
}
.sidebar-2 .share-icons a {
	text-decoration:none !important;
}

.sidebar-2 a[href^="http://"]:after, .sidebar-2 a[href^="https://"]:after, .sidebar-2 a[href^="/"]:after{
	content:"\2192";
	font-family:'Inter_new';
	transform:translateY(0px);
	display:inline-block;
}

.sidebar-2 a[href^="http://"]:before, .sidebar-2 a[href^="https://"]:before, .sidebar-2 a[href^="/"]:before{
	display:none;
}

.sidebar-2 a[target="_blank"]:before{
	content:"\open_in_new";
	font-family:'Material Icons';
	display:inline-block;
}

.sidebar-2 a[target="_blank"]:after{
	display:none;
}

.sidebar-2 a[href^="mailto"]:before {
	content:"\mail_outline";
	display:inline-block;
}

.sidebar-2 a[href^="mailto"]:after{
	display:none;
}

.sidebar-2 a[href^="tel:"]:before {
	content:"\e0cd";
	display:inline-block;
}


.sidebar-2 a[href^="tel:"]:after {
	display:none;
}

.sidebar-2 a[href^="/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.sidebar-2 a[href^="http://www.hofor.dk/wp-content/"]:after{
	display:none;
}

.sidebar-2 a[href^="http://www.hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.sidebar-2 a[href^="/wp-content/"]:after{
	display:none;
}

.sidebar-2 a[href^="https://www.hofor.dk/wp-content/"]:before{
	content:"\save_alt";
	font-family:'Material Icons';
	display:inline-block;
}

.sidebar-2 a[href^="https://www.hofor.dk/wp-content/"]:after{
	display:none;
}

/* Automatic Icons end */


/* Link styling start */

.entry-content a{
	text-decoration:none;
}

/*.entry-content a .date{*/
/*	text-decoration:none;*/
/*}*/

.entry-content a:hover{
	text-decoration:underline;
}

.entry-content a:hover{
	text-decoration:underline;
}

/*.tssknap a{*/
/*	text-decoration:underline;*/
/*}*/

.entry-content a > .button_label:hover{
	text-decoration:underline;
}

input[type="submit"]:hover{
	text-decoration:underline;
}

#Content input[type="submit"]{
	background-color:var(--secondary-accent-color);
	color:var(--secondary-accent-color-dark)
}

/* Link styling end */


@media only screen and (max-width:767px){
	.single-post #Subheader .container {
		max-width:90% !important;
	}
}
/* Single Post Page Styling End */

/* Focus Styling - Martin Start */
:focus { 
	outline:2px dashed var(--secondary-accent-color) !important; 
	-webkit-box-shadow:0 0 0 2px var(--secondary-accent-color-dark) !important;
	-moz-box-shadow:0 0 0 2px var(--secondary-accent-color-dark) !important;
	box-shadow:0 0 0 2px var(--secondary-accent-color-dark) !important;
	z-index:9999;
}

div.the_content_wrapper > map#Map > area:focus,
div.the_content_wrapper > map#Map > area:active,
div.the_content_wrapper > map#Map > area:hover{ 
	outline:2px dashed var(--secondary-accent-color-dark) !important; 
	-webkit-box-shadow:0 0 0 2px var(--secondary-accent-color) !important;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
	-moz-box-shadow:0 0 0 2px var(--secondary-accent-color) !important;  /* Firefox 3.5 - 3.6 */
	/* box-shadow:0 0 0 2px var(--secondary-accent-color) !important; */
	
	box-shadow:inset 2px 2px 2px var(--secondary-accent-color), inset -2px -2px -2px var(--secondary-accent-color-dark) !important;
	z-index:99999 !important;
}
/* Focus Styling - Martin End */

/* focus slider */

.slick-slide > a:focus {
	margin:1px;
	border:2px dashed var(--secondary-accent-color-dark) !important;

	box-shadow:0 0 0 2px var(--secondary-accent-color) !important;
	z-index:9999;
}

/* focus slider end */

/* skip link start */
.skiplink{
	opacity:0;
	transform:translateY(-200px);
	height:0px;
}
/* skip link end */

/* hideme h1 start */
span.hideme h1 {
	opacity:0;
	transform:translateY(-200px);
	height:0px;
	margin-top:-15px;
}
/* hideme h1 end */


.the_content_wrapper ul li{
	margin-left:24px;
}

/* Hide Photo div added by default by Muffin Builder Start */
.info-template .info-template__drifts-news .photo {
	display:none;
}

.photo:empty {
	display:none !important;
}
/* Hide Photo div added by default by Muffin Builder End */

/* Archives page start */


.post-title h2{
	display:inline;
	color:var(--secondary-accent-color-dark);
}

#Content .post-title h2 a{
	text-decoration:none;
}

#Content h2 a:hover{
	color:var(--secondary-accent-color-dark);
	text-decoration:underline;
}

.enhanced-text-widget p{
	color:var(--secondary-accent-color-dark);
}

.enhanced-text-widget .post-date{
	color:var(--secondary-accent-color-dark);
}

a.post-title:before{
	display:none;
}
a.post-title:after{
	content:"\2192";
	font-family:'Inter_new';
	transform:translateY(0px);
	margin-left:3px;
	text-decoration:none;
	display:inline-block;
}

a.post-title h2 a{
	text-decoration:underline;
	color:var(--secondary-accent-color-dark);
}

.post-title h2 a{
	color:var(--secondary-accent-color-dark);
}

a.post-title h2:hover{
	text-decoration:none;
}

.post-excerpt{
	color:var(--secondary-accent-color-dark);
}

.post-excerpt{
	font-size:14px;
}

a.post-title{
	/*text-decoration:none;*/
	color:var(--secondary-accent-color-dark);
}

#Filters{
	display:none;
}

.post-date + h2{
	margin-bottom:0;
}

/* Archives page end */

/* ForsynOmeter start */

.background__grey{
	background-color:var(--color-grey-ultra-light);
}

.background__grey-dark{
	background-color:var(--color-grey);
	color:var(--secondary-accent-color-dark);
}

.background__grey-middle{
	background-color:var(--color-grey-light);
	color:var(--secondary-accent-color-dark);
}

.background__highlight{
	background-color:var(--secondary-accent-color-dark);
	color:var(--secondary-accent-color);
}

.background__highlight > h2{
	background-color:var(--secondary-accent-color-dark);
	color:var(--secondary-accent-color);
}

.background__highlight_reverse {
	background-color:var(--secondary-accent-color);
	color:var(--secondary-accent-color-dark);
}

.background__highlight_light{
	background-color:var(--secondary-accent-color);
}

.padding__small{
	padding:6px;
}

.margin__small{
	margin-bottom:6px;
}

.forsynometer__h2 > h2{
	padding-top:15px;
	font-size:30px;
	line-height:30px;
}

.entry-content .list__checkmark ul{
	list-style:none;
	margin:0;
}

.list__checkmark li{
	display:flex;
}

.list__checkmark li:before{
	content:'\e876';
	font-family:'Material Icons';
	display:inline-block;
	margin-right:5px;
	font-size:18px;
}

.no_icon span:before{
	display:none !important;
}

.no_icon span:after{
	display:none !important;
}

/*.column_button .button.no_icon{*/
/*	padding-left:0;*/
/*}*/

	/*.columns__two-no-responsive{*/
/*	display:grid;*/
/*	grid-template-rows:1fr 1fr;*/
/*	grid-gap:10px;*/
/*}*/
.background__grey.column_visual ul{
	padding-right:10px;
}

/* ForsynOmeter end */

/* class for adding border start */
.border__primary-color{
	border:1px solid var(--secondary-accent-color-dark);
	padding:10px;
}

/* figcaption for gutenberg editor start */

.wp-block-image figcaption{
	color:var(--secondary-accent-color-dark);
	text-align:left;
	max-width:fit-content;
	padding:10px;
	margin-top:-6px;
	background-color:var(--color-grey-ultra-light);
}

figcaption{
	width:fit-content;
}

figure{
	/* width:fit-content; */
}

/* right sidebar styling */
.sidebar-2 h2{
background-color:var(--secondary-accent-color-dark);
padding:10px;
color:var(--main-background-color);
	/*-ms-word-break:break-all;*/
	/*word-break:break-all;*/
	/* depricated tag, outcommented and replaced with word-break:normal;	overflow-wrap:anywhere; */
	/* word-break:break-word; */
	word-break:normal;
	overflow-wrap:anywhere;
	/*-webkit-hyphens:auto;*/
	/*-moz-hyphens:auto;*/
	/*hyphens:auto;*/
	font-size:16px;
	line-height:20px;
}
/* right sidebar end */

/* layout with double sidebar start */
/* important needed to overrule inline styling */
.aside_both #Content .sections_group {
	width:48% ;
	margin-left:27.5% ;
}

.aside_both #Content .sidebar-1.columns {
	width:26%;
	margin-left:-76.1%;
}

.aside_both #Content .sidebar-2 {
	width:22%;
	padding-right:0;
	padding-top:30px;
}

.sidebar-2 .widget{
	margin-top:24px;
}

.sidebar-2 .sidebar-margin__long-breadcrumbs2{
	margin-top:40px;
}

/* layout with double sidebar end */

/* for all input fields start */
/*input{*/
/*	border-color:var(--secondary-accent-color-dark)!important;*/
/*}*/
.sections_group:not(.breadcrumbs) .entry-title{
	margin-top:20px;
}

/* Search Page Start */
.title-results {
	display:block;
	margin-top:20px;
}
/* Search Page End */

/* Mest Relevant Block Start */
.mest-relevant-block {
	border:1px solid var(--secondary-accent-color-dark);
	border-left:8px solid var(--secondary-accent-color-dark);
	padding:20px;
	margin-top:10px;
	margin-bottom:20px;
}
.mest-relevant-block .row {
	width:100%;
	display:flex;
	margin-bottom:10px;
}

.mest-relevant-block .row .column {
	flex:1;
    margin-right:5%;
}
/* Mest Relevant Block End */

/* remove to top button start */
#back_to_top{
	display:none;
}
/* remove to top button end */

/* contact-form-7 */
/***************************************/

.wpcf7-form label.error{

	color:#fff;

	font-size:14px;

	float:none;

	padding-left:5px;

	background-color:#b50000;

	line-height:26px;

	border-radius:3px;

	margin-top:-10px;

}



div.wpcf7 {

	margin:0;

	padding:0;

}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color:#b50000 !important;
	color:#ffffff !important;
	background-color:#b50000 !important;
	font-weight:700;
	border-radius:3px;
}

div.wpcf7-response-output {
	padding:10px !important;
	margin:0px !important;
	background-color:#0f464b;
	color:#ffffff;
	font-weight:700;
	border-radius:3px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color:#0f464b !important;
}





div.wpcf7 .screen-reader-response {

	position:absolute;

	overflow:hidden;

	clip:rect(1px, 1px, 1px, 1px);

	height:1px;

	width:1px;

	margin:0;

	padding:0;

	border:0;

}

div.wpcf7-mail-sent-ok {

	border:2px solid #0f464b;

	background-color:#0f464b;

	color:#fff;

	font-weight:700;

}

div.wpcf7-mail-sent-ng {

	border:2px solid #b50000;

	background-color:#b50000;

	color:#fff;

}

div.wpcf7-spam-blocked {

	border:2px solid #b50000;

	background-color:#b50000;

	color:#fff;

}

div.wpcf7-validation-errors {

	background-color:#b50000;

	color:#ffffff;

	font-weight:700;

	border-radius:3px;

	padding:5px 10px 10px 10px;

	border:0px solid #b50000;

	width:95%;

}

span.wpcf7-form-control-wrap {

	position:relative;

}

span.wpcf7-not-valid-tip {

	font-size:1em;

	display:block;

	background-color:#b50000;

	color:#fff;

	padding-left:10px;

	padding-right:10px;

	padding-top:3px;

	padding-bottom:3px;

	border-radius:3px;

	/*HOFOR - margin-top:-3px; */
	
	font-weight:700 !important;

}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position:absolute;
	top:100%;
	/* left:30 need a unit, could be px, so it is outcommented */
	/*left:30;*/
	z-index:100;
	border:1px solid #b50000;
	background:#b50000;
	padding:.2em .8em;
}

span.wpcf7-list-item {

	margin-left:0.5em;

}

.wpcf7-display-none {

	display:none;

}

div.wpcf7 img.ajax-loader {

	border:none;

	vertical-align:middle;

	margin-left:4px;

}

div.wpcf7 div.ajax-error {

	display:none;

}

div.wpcf7 .placeheld {

	color:#888;

}
/* contact-form-7 end */

/* h1 margin start */

h1{
	margin-top:20px;
}

/* h1 margin end*/

/* copyright icon Footer start */
#Footer .fontsize__small{
	font-size:14px;
}
/* copyright icon Footer end */

/* Date in posts start */
.date.section_wrapper{
	margin-bottom:20px;
}
/* Date in posts end */


/* HOFOR 20201029 - begin */
/* div.textwidget.widget-text{
	padding:10px;
} */
div.column.mcb-column.mcb-item-ea817431b.one-second.column_visual.info-template__padding-right h2,
div.column.mcb-column.mcb-item-fd1e52722.one-second.column_visual.float-right.responsive-margin h2,
div.column.mcb-column.mcb-item-44y31zmnu.one.column_visual h2{padding-top:25px}

div.column.mcb-column.mcb-item-ay7xecmcm.one.column_visual {padding:15px;background-color:#F5F6F8;}
/* HOFOR 20201029 - end */


/* HOFOR 20201116 - begin */
/* .search-query::placeholder {color:#0f464b !important; opacity:0.7;} */
.search-query::placeholder {
  color:#0f464b; /* #6f9092; #577d80; #3f6b6e; #0f464b; */
  opacity:1; /* Firefox */
}
.search-query:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#0f464b; /* #6f9092; #577d80; #3f6b6e; #0f464b; */
}
.search-query::-ms-input-placeholder { /* Microsoft Edge */
color:#0f464b; /* #6f9092; #577d80; #3f6b6e; #0f464b; */
}
/* HOFOR 20201116 - end */

/* HOFOR 20210318 - Tweak Width on News colunm on frontpage when responsive - begin */
@media only screen and (max-width:959px){
	div.wrap.mcb-wrap.mcb-wrap-a43c3fefd.one-second.valign-top.clearfix, div.wrap.mcb-wrap.mcb-wrap-e67069ee0.one-second.valign-top.clearfix, div.wrap.mcb-wrap.mcb-wrap-124d00dac.one-second.valign-top.clearfix, div.wrap.mcb-wrap.mcb-wrap-8748f436a.one-second.valign-top.clearfix, div.wrap.mcb-wrap.mcb-wrap-a9f1500b2.one-second.valign-top.clearfix {
    		width:100%;
	}
}
/* HOFOR 20210318 - Tweak Width on News colunm on frontpage when responsive - end */

/* HOFOR 20210413 - Force Google Recaptcha v3 g-recaptcha-response class to disapear - begin */
textarea#g-recaptcha-response-100000.g-recaptcha-response {
	display:none !important;
}
/* HOFOR 20210413 - Force Google Recaptcha v3 g-recaptcha-response class to disapear - begin */

/* HOFOR 20210412 - Search on responsive pages - begin */
.responsive-search-hofor {
	padding-bottom:0px;
	display:inline-flex;
}
/* HOFOR 20210412 - Search on responsive pages - end */

/* HOFOR 20210422 - JobAPI adjustment - begin */
div.jobapi_outer {
	margin-top:30px; /* HOFOR 20220913 - 60px; */
	margin-bottom:30px; /* HOFOR 20220913 - 60px; */
	border-top:1px solid #0f464b;
	/* HOFOR 20210805 - border-bottom:1px solid #0f464b; */
}
div.jobapi_inner {
	margin-top:30px; /* HOFOR 20220913 - 60px; */
	margin-bottom:30px; /* HOFOR 20220913 - 60px; */
}
/* HOFOR 20210422 - JobAPI adjustment - end */

/* HOFOR 20210426 - begin */
select.hofor-missing-arrow {
visibility:visible !important;
-webkit-appearance:listbox !important;
}
/* HOFOR 20210426 - end */


/* HOFOR vimeo video 20220527 - begin */
h1.videotitle {
  font-size: 30px;
  /* line-height: 36px; */
  font-weight: 500;
  letter-spacing: 0px;
  float: left;
  margin-top: calc(0% - 20%);
  z-index: 200;
  position: absolute;
  color: var(--secondary-accent-color-dark);
  background-color: var(--main-background-color);
  padding: 25px 40px;
}
h1.videotitle.hofor_left_menu {
	font-size: 30px;
	/* line-height: 36px; */
	font-weight: 500;
	letter-spacing: 0px;
	float: left;
	margin-top: calc(0% - 25.3%);
	z-index: 200;
	position: absolute;
	color: var(--secondary-accent-color-dark);
	background-color: var(--main-background-color);
	padding: 25px 40px;
  }
h2.videotitle {
  font-size: 30px;
  /* line-height: 36px; */
  font-weight: 500;
  letter-spacing: 0px;
  float: left;
  margin-top: calc(0% - 20%);
  z-index: 200;
  position: absolute;
  color: var(--secondary-accent-color-dark);
  background-color: var(--main-background-color);
  padding: 25px 40px;
}
/* HOFOR vimeo video 20220527 - begin */

/* HOFOR pop up - builder tweak - 20220531 - begin */
div.sgpb-main-html-content-wrapper > p > a[href^="http://"]:after, div.sgpb-main-html-content-wrapper > p > a[href^="https://"]:after, div.sgpb-main-html-content-wrapper > p > a[href^="/"]:after{
	content:"\2192";
	font-family:'Inter_new';
	margin-left:2px;
	transform:translateY(0px);
	display:inline-block;
}
/* HOFOR pop up - builder tweak - 20220531 - end */