/*
  Theme Name: Boligportal Bostadsportal
  Template: Divi
  Description:  Childtheme til Boligportal Bostadsportal
  Author:       Høks - Nicolai Kibsgaard
  Author URI:   http://hoeks.dk
  Version:      1.0.0
  Text Domain:  boligportal
*/

@import url("../Divi/style.css");

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

/*** 1 - Generelt ***/
body {
    color: #474750;
    background-color: #fff;
    font: 13px/1.5;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}
#main-content .container {
    padding: 40px 0;
}
.et_fixed_nav.et_show_nav #page-container {
    padding-top: 60px!important;
}
h1 {
  font-size: 36px;
  font-weight: 600;
}
.bg-overlay {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    pointer-events: none;
}
p {
  padding-bottom: 2em;
}

/*** 2.0 - Header ***/
header#main-header {
    height: 60px;
}
.et_fullwidth_nav #main-header .container {
    padding: 0;
}

/*** 2.1 - Menu ***/
.et_header_style_left #et-top-navigation {
    padding: 0!important;
}
#top-menu > li {
    padding: 0;
    border-left: 1px solid #dadada;
    display: block;
    float: left;
}
.et_header_style_left #et-top-navigation nav>ul>li>a {
    color: #474747;
    display: block;
    height: 60px;
    padding: 20px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    transition: none;
}
.et_header_style_left #et-top-navigation nav>ul>li:hover>a {
    color: #51a1e6;
}
#top-menu .menu-item-has-children>a:first-child:after {
    top: 50%;
    transform: translateY(-50%);
    padding-right: 10px;
}
#top-menu > li.menu-item-has-children a {
    padding-right: 30px!important;
}
.nav li ul {
    right: 0;
    border: 1px solid #dadada!important;
    box-shadow: none;
    width: auto;
    padding: 0;
    padding-bottom: 20px;
}
#top-menu li li {
    padding: 0;
    display: block;
    float: none;
}
.et_header_style_left #et-top-navigation nav>ul>li li>a {
    color: #474747;
    display: block;
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    transition: none;
    width: auto;
    white-space: nowrap;
}
.et_header_style_left #et-top-navigation nav>ul>li li:hover>a {
    color: #51a1e6;
}

/*** 2.2 - Logo ***/
.et_header_style_left .logo_container {
    float: left;
    position: absolute;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/*** 3.0 - Sidebar ***/
body #page-container #et-main-area #sidebar {
    padding-right: 40px;
    padding-left: 0;
    width: 100%;
    position: relative;
    padding-bottom: 0;
}
body #page-container .sidebar-container {
    width: 25%;
    float: left;
    display: block;
}
.et_left_sidebar #main-content .container:before,
.et_right_sidebar #main-content .container:before {
  display: none;
}
body #page-container #et-main-area #sidebar::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: -20px;
    height: 100%;
    width: 1px;
    background: #dadada;
    display: none;
}
body #page-container #et-main-area #sidebar div:last-child {
    margin-bottom: 0;
}

/*** 3.1 - Sidebar indhold ***/
.widget_search input#s {
    height: 100%;
    width: 100%;
    padding: 0 10px;
    color: #474750;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: border .1s,-webkit-box-shadow .1s;
    transition: border .1s,-webkit-box-shadow .1s;
    transition: border .1s,box-shadow .1s;
    transition: border .1s,box-shadow .1s,-webkit-box-shadow .1s;
}
.widget_search input#searchsubmit {
    color: #fff;
    background: #EE7134;
    border: 1px solid #EE7134;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
}
.et_pb_widget li a {
    color: #474750;
}
.et_pb_widget li a:hover {
    color: #51a1e6;
}
.et_pb_widget a {
    color: #474750;
}

/*** 3.2 - BD related posts ***/
#sidebar .et_pb_widget .bp_related_posts_title {
    display: none;
}
#sidebar .et_pb_widget .bp_related_posts.list .bp_related_post_single {
    border: none;
    padding-bottom: 0;
    margin-bottom: 10px;
}
#sidebar .et_pb_widget .bp_related_posts.list .bp_related_post_single:last-child {
    padding-bottom: 10px;
}
#sidebar .et_pb_widget .bp_related_posts.list .bp_related_post_single .related_text {
    width: calc(100% - 60px);
    float: right;
    font-size: 13px;
    line-height: 16px;
}
.bp_related_posts.grid .bp_related_post_single .related-inner {
    height: 100%;
    background: #f7f7f7;
}
.bp_related_posts.grid {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.bp_related_posts.grid article {
    width: 50%;
    float: left;
    padding: 15px;
}

/*** 4.0 main area ***/
body #page-container #left-area {
    padding-left: 0;
    padding-right: 40px;
}

/*** 5.0 - Index/Archive side ***/

/*** 5.1 - Pagination ***/

nav.pagination {
    text-align: center;
}
nav.pagination ul {
    padding: 0!important;
}
nav.pagination li a,
nav.pagination li a:hover,
nav.pagination li.active a,
nav.pagination li.disabled {
    text-decoration:none;
}
nav.pagination li {
    display: inline;
}
nav.pagination li a,
nav.pagination li.active a {
    background: #fff;
    border: solid 1px #ccc;
    color: #52A1E6;
    display: inline-block;
    margin: 1px;
    padding: 0 15px;
    border-radius: 2px;
    margin: 5px;
    line-height: 40px;
    cursor: pointer;
}
nav.pagination li.active a {
    background-color: #52A1E6;
    border-color: #52A1E6;
    color: white;
    cursor: default;
}
nav.pagination li:not(.active) a:hover {
    background-color: #e5f1fb;
    color: #52A1E6;
}

/*** 5.2 - Blog layout ***/
.et_pb_post .entry-featured-image-url {
    margin-bottom: 15px;
}
.page-template-page-uden-sidebar p.post-meta,
.page-template-page-uden-sidebar p.post-meta a,
.single p.post-meta,
.single p.post-meta a,
.page-template-default p.post-meta,
.page-template-default p.post-meta a {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #808080;
}

/*** 6.0 - Single post ***/
.page-template-page-uden-sidebar #main-content,
.single #main-content,
.page-template-default #main-content {
    background: #f7f7f7;
}

/*** 6.1 - top billede ***/
.page-template-page-uden-sidebar .et_post_meta_wrapper.top_meta
.single .et_post_meta_wrapper.top_meta
.page-template-default .et_post_meta_wrapper.top_meta {
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-template-page-uden-sidebar .et_post_meta_wrapper.top_meta .post-information
.single .et_post_meta_wrapper.top_meta .post-information
.page-template-default .et_post_meta_wrapper.top_meta .post-information {
    background: #fff;
    padding: 50px;
    text-align: center;
    max-width: 80%;
}
.page-template-page-uden-sidebar .et_post_meta_wrapper.top_meta .post-information h1.entry-title
.single .et_post_meta_wrapper.top_meta .post-information h1.entry-title
.page-template-default .et_post_meta_wrapper.top_meta .post-information h1.entry-title {
    margin-bottom: 10px;
    font-size: 50px;
    font-weight: 700;
}
.page-template-page-uden-sidebar .et_post_meta_wrapper.top_meta .post-information p.post-meta, .single .et_post_meta_wrapper.top_meta .post-information p.post-meta a,
.single .et_post_meta_wrapper.top_meta .post-information p.post-meta, .single .et_post_meta_wrapper.top_meta .post-information p.post-meta a,
.page-template-default .et_post_meta_wrapper.top_meta .post-information p.post-meta, .page-template-default .et_post_meta_wrapper.top_meta .post-information p.post-meta a {
    color: #5a5a5a;
}
.page-template-page-uden-sidebar .et_post_meta_wrapper.top_meta .post-information p.post-meta a:hover,
.single .et_post_meta_wrapper.top_meta .post-information p.post-meta a:hover,
.page-template-default .et_post_meta_wrapper.top_meta .post-information p.post-meta a:hover {
    color: #51a1e6;
}

/*** 6.2 - Indholdsområde ***/
.et_pb_post .entry-content {
    padding-top: 0;
}
body.page-template-page-uden-sidebare #page-container #left-area,
body.single #page-container #left-area,
body.page-template-default #page-container #left-area {
    padding: 0;
}
.page-template-page-uden-sidebar .et_pb_post,
.single .et_pb_post,
.page-template-default .et_pb_post {
    padding: 40px;
    padding-top: 0;
    margin-bottom: 0;
}
.single #content-area,
.page-template-page-uden-sidebar #content-area,
.page-template-default #content-area {
    width: 100%;
    background: #fff;
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    margin-top: calc(-15vh - 40px);
    border-radius: 3px;
    overflow: hidden;
}
.single .content-container,
.page-template-page-uden-sidebar .content-container,
.page-template-default .content-container {
    padding-top: 30px;
}
.metaindhold {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.metaindhold::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 1px;
    background: #d4d4d4;
    content: '';
}



/*** Kommentarer ***/
.page-template-page-uden-sidebar #comment-wrap,
.single #comment-wrap,
.page-template-default #comment-wrap {
    padding: 40px;
}
.page-template-page-uden-sidebar #commentform,
.single #commentform,
.page-template-default #commentform {
    padding-bottom: 0;
}
.page-template-page-uden-sidebar #comment-wrap a,
.single #comment-wrap a,
.page-template-default #comment-wrap a {
    color: #474750;
}
.page-template-page-uden-sidebar h3#reply-title,
.single h3#reply-title,
.page-template-default h3#reply-title {
    font-size: 30px;
}

/*** 6.4 - BP related posts ***/
.page-template-page-uden-sidebar .related-posts-plugin.related_foot,
.single .related-posts-plugin.related_foot,
.page-template-default .related-posts-plugin.related_foot {
    padding: 40px;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_posts,
.single .related-posts-plugin.related_foot .bp_related_posts,
.page-template-default .related-posts-plugin.related_foot .bp_related_posts {
    margin-bottom: 0;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_post_single .related_image,
.single .related-posts-plugin.related_foot .bp_related_post_single .related_image,
.page-template-default .related-posts-plugin.related_foot .bp_related_post_single .related_image {
    margin-bottom: 0;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_post_single .related_image a,
.single .related-posts-plugin.related_foot .bp_related_post_single .related_image a,
.page-template-default .related-posts-plugin.related_foot .bp_related_post_single .related_image a {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img,
.single .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img,
.page-template-default .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img {
    max-width: 5000px!important;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img.high,
.single .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img.high,
.page-template-default .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img.high {
    width: 100%;
    height: auto;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img.wide,
.single .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img.wide,
.page-template-default .related-posts-plugin.related_foot .bp_related_posts .bp_related_post_single .related_image img.wide {
    width: auto;
    height: 100%;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_posts,
.single .related-posts-plugin.related_foot .bp_related_posts,
.page-template-default .related-posts-plugin.related_foot .bp_related_posts {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_post_single .related_text,
.single .related-posts-plugin.related_foot .bp_related_post_single .related_text,
.page-template-default .related-posts-plugin.related_foot .bp_related_post_single .related_text {
    background: #f7f7f7;
    padding: 20px;
    font-size: 13px;
    text-align: center;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot .bp_related_post_single .related_text a,
.single .related-posts-plugin.related_foot .bp_related_post_single .related_text a,
.page-template-default .related-posts-plugin.related_foot .bp_related_post_single .related_text a {
    color: #474750;
}
.page-template-page-uden-sidebar .related-posts-plugin.related_foot h3.bp_related_posts_title,
.single .related-posts-plugin.related_foot h3.bp_related_posts_title,
.page-template-default .related-posts-plugin.related_foot h3.bp_related_posts_title {
    font-size: 30px;
}
p.readtime {
    color: #808080;
}
.page-template-page-uden-sidebar p.post-meta,
.single p.post-meta,
.page-template-default p.post-meta {
    margin-bottom: 0;
}
h4.widgettitle {
    font-size: 26px;
    font-weight: 700;
}
.bp_related_posts .entry-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}
.bp_related_posts.grid article {
    margin-bottom: 20px;
}

/*** 7.0 - Breadcrumbs ***/
.breadcrumb-container {
    background: #f7f7f7;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
}
.breadcrumb-container a {
    color: #353945;
}
.breadcrumb-container a:hover {
    color: #51a1e6;
}

/*** 8.0 - Knapper ***/
a.btn,
.blog-front-top form#searchform input#searchsubmit,
.index-top-section form#searchform input#searchsubmit {
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    padding: 10px 18px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: border-color .1s,-webkit-box-shadow .1s;
    transition: border-color .1s,-webkit-box-shadow .1s;
    transition: border-color .1s,box-shadow .1s;
    transition: border-color .1s,box-shadow .1s,-webkit-box-shadow .1s;
    background-color: #ed692c;
    border-color: #ed692c;
    color: #fff;
    text-decoration: none;
}
.blog-front-top form#searchform input#searchsubmit,
.index-top-section form#searchform input#searchsubmit {
    border: none;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    position: relative;
    line-height: 31px;
    vertical-align: top;
    width: auto;
    padding: 12px 15px;
    margin: 0;
}
a.btn:hover,
.blog-front-top form#searchform input#searchsubmit:hover,
.index-top-section form#searchform input#searchsubmit:hover {
    background-color: #ee7841;
}

/*** 9.0 - Footer ***/
.et_pb_footer_columns4 footer#main-footer {
    background: #343a40;
    color: #fff;
    clear: both;
    font-size: 13px;
    overflow: hidden;
    padding: 40px 10px 0;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets {
	padding: 0;
	padding-bottom: 40px;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget h4.title {
	color: #fff;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
    text-transform: unset;
    padding: 0;
}
#footer-widgets .footer-widget a,
#footer-widgets .footer-widget li a {
    color: rgba(255, 255, 255, 0.5)!important;
    font-size: 14px;
    font-weight: 600;
	transition: all ease .1s;
}
#footer-widgets .footer-widget a:hover,
#footer-widgets .footer-widget li a:hover {
    color: rgba(255, 255, 255, 1)!important;
}
.et_pb_footer_columns4 footer#main-footer > .container {
	max-width: 1200px;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget {
    padding: 0;
    line-height: 16px;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget ul li {
  padding: 0;
  line-height: 19px;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget ul li::before {
    display: none;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget a.app-icon {
    border: 1px solid #424244;
    border-radius: 3px;
    display: inline-block;
    padding: 8px 10px 5px 10px;
    position: relative;
    width: 50px;
    margin-right: 8px;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget a.app-icon:last-child {
    margin-right: 0;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget ul li a.app-icon {
    width: 75%;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget a.app-icon:hover {
  background: #424244;
text-decoration: none;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget a.app-icon span {
    line-height: 22px;
    display: inline-block;
    height: 22px;
    vertical-align: top;
    margin-left: 10px;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget img.footer-icon {
    height: 22px;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget .some {
    text-align: center;
    height: 40px;
    line-height: 25px;
}
.et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget .some img.footer-icon {
    height: 16px;
}
#bottom-footer .inner-bottom {
    padding-top: 20px;
}
#bottom-footer .inner-bottom img.footer-logo {
    height: 30px;
}
.et_pb_footer_columns4 footer#main-footer #bottom-footer {
    background: rgba(0,0,0,.1);
}
.et_pb_footer_columns4 footer#main-footer #bottom-footer > .container {
	max-width: 1200px;
}
.et_pb_footer_columns4 footer#main-footer #bottom-footer > .container .inner-bottom {
	padding: 30px 0;
}
.et_pb_footer_columns4 footer#main-footer #bottom-footer > .container .inner-bottom .bottom-text {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 600;
}
@media screen and (min-width: 981px) {
    .et_pb_footer_columns4 footer#main-footer {
        padding-top: 60px;
    }
    .et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget {
        width: auto;
        margin: 0;
		margin-right: 30px;
    }
    .et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget:last-child {
        width: 25%;
        margin-left: 15%;
        text-align: right;
    }
    .et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget {
        width: 100%;
    }
}

/*** Forside ***/
.blog-front-top {
    text-align: center;
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(https://boligportal.dk/info/wp-content/uploads/2018/11/blog-bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.blog-front-top * {
    position: relative;
}
.blog-front-top h1, .blog-front-top h3,
.index-top-section h1, .index-top-section h3 {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.9);
    text-shadow: 0 2px 0 rgba(0,0,0,.5), 0 0 35px rgba(0,0,0,.3);
}
.blog-front-top form#searchform,
.index-top-section form#searchform {
  margin-top: 18px;
}
.blog-front-top form#searchform input#s,
.index-top-section form#searchform input#s {
    border-radius: 3px;
    color: #474747!important;
    border: none;
    display: inline-block;
    font-size: 18px;
    position: relative;
    line-height: 31px;
    vertical-align: middle;
    width: 340px;
    padding: 12px 15px;
    margin-right: 8px;
}
.blog-front-content,
.info-front-content {
    margin-left: -15px;
    margin-right: -15px;
}
.info-front-content .col-sm-4 {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.blog-front-content .col-sm-4 {
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.blog-front-content .col-sm-4 .col-frontpage {
    background: #f7f7f7;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.blog-front-content .col-sm-4 .col-frontpage .inner-frontpage {
    position: relative;
    float: left;
    width: 25%;
}
.blog-front-content .col-sm-4 .col-frontpage .inner-frontpage .bg-overlay {
    background: rgba(0,0,0,0.4);
}
.blog-front-content .col-sm-4 .col-frontpage .inner-frontpage > a {
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed {
    width: calc(70% + 16px);
    float: left;
    margin: 0 -8px;
    padding: 16px;
    min-height: 300px;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed article {
    width: 33.33%;
    float: left;
    padding: 0 8px;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed article .entry-summary .readtime {
    padding-bottom: 10px;
}
.blog-front-content .col-sm-4 .col-frontpage .inner-frontpage span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    z-index: 2;
    text-shadow: 0 2px 0 rgba(0,0,0,.5);
    width: 90%;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}
.blog-front-content .col-sm-4 .col-frontpage .inner-frontpage img {
    display: block;
    width: 100%;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed article:last-child {
    margin-bottom: 0;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed article header h2.entry-title {
    font-size: 16px;
    line-height: 20px;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed article .entry-summary {
    font-size: 12px;
    line-height: 16px;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed article a {
    color: #333;
    text-decoration: none;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed article a img.page-thumb {
    width: 100%;
}
.blog-front-content .col-sm-4 .col-frontpage .frontpage-blog-feed article .entry-summary time {
    margin-bottom: 5px;
    display: block;
}
.blog-front-content .col-sm-4 .col-frontpage .blog-bottom-button {
    background: #e4e4e4;
    width: 5%;
    float: left;
    position: relative;
}
.blog-front-content .col-sm-4 .col-frontpage .blog-bottom-button a.btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    background-color: transparent;
    background-image: url(https://www.sowohnt.de/blog/wp-content/uploads/sites/5/2019/03/arrow_darker2.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}
.info-front-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.info-front-content .col-sm-4 {
    height: auto;
    margin-bottom: 30px;
}
.info-front-content .col-sm-4 > div {
    background: #fff;
    height: 100%;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    border-radius: 3px;
    overflow: hidden;
}
h2.front-heading {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}
.info-front-content .col-sm-4 .main-item {
    height: 150px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.info-front-content .col-sm-4 .main-item::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    content: '';
}
.info-front-content .col-sm-4 .main-item .item-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 0 rgba(0,0,0,.5);
    width: 90%;
    text-align: center;
    line-height: 30px;
}
.info-front-content .col-sm-4 > div > ul > li > ul {
    padding: 15px 20px;
}
.info-front-content .col-sm-4 > div > ul > li > ul > li > ul {
    margin-top: 10px;
}
.info-front-content .col-sm-4 > div > ul > li > ul li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 10px;
    line-height: 20px;
}
.info-front-content .col-sm-4 > div > ul > li > ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    color: #e4681b;
    font-weight: 900;
    height: 20px;
    width: 8px;
    background-image: url(https://boligportal.dk/info/wp-content/themes/Boligportal-info/assets/img/listitem.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.info-front-content .col-sm-4 > div > ul > li > ul li a {
    color: #000;
    font-size: 15px;
}
.info-front-content .col-sm-4 > div > ul > li > ul li a:hover {
    text-decoration: underline;
}
.page-template-page-front #main-content .container {
    padding: 0;
    max-width: 1200px;
}
.page-template-page-front #main-content .home-page-section {
    padding: 10px 0;
}
.page-template-page-front .home-page-section.with-bg {
    background: #f7f7f7;
}

/*** Index/kategori/søgeresultat side ***/

.index-top-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 15vh;
}
.index-top-section * {
    position: relative;
}
.search #main-content,
.archive #main-content {
    background: #f7f7f7;
}
.grid-container {
    margin-top: calc(-15vh - 40px);
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 40px;
}
.grid-container .inner {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-container .breadcrumb-container {
    top: -40px;
    position: relative;
    margin-left: -40px;
    margin-right: -40px;
}
.grid-container article {
    width: 100%;
    margin: 0;
    padding-left: 15px;
    float: left;
    padding-right: 15px;
    margin-bottom: 30px;
}
@media screen and (min-width: 600px) and (max-width: 980px) {
  .grid-container article:nth-child(2n+1) {
    clear: left;
  }
  .grid-container article {
      width: 50%;
  }
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .grid-container article:nth-child(3n+1) {
    clear: left;
  }
  .grid-container article {
      width: 33.33%;
  }
}
@media screen and (min-width: 1201px) {
  .grid-container article:nth-child(4n+1) {
    clear: left;
  }
  .grid-container article {
      width: 25%;
  }
}
.grid-container article a {
    color: #333;
    text-decoration: none;
}
.grid-container article h2.entry-title {
    font-size: 16px;
    line-height: 20px;
}
.grid-container article .entry-summary {
    font-size: 12px;
    line-height: 16px;
}
.grid-container article .entry-summary time {
    margin-bottom: 0;
    display: block;
}
.index-top-section {
    height: 50vh;
    background-position: center;
    background-size: cover;
    position: relative;
}
.index-top-section .blog-top-title {
    text-align: center;
    padding-top: 15vh;
}
.index-top-section .blog-top-title h1.cat-title {
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,.9);
    text-shadow: 0 2px 0 rgba(0,0,0,.5), 0 0 35px rgba(0,0,0,.3);
    position: relative;
    z-index: 1;
}
.sidebar-bottom-container {
    margin-top: 40px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    padding: 40px;
}
.sidebar-bottom-container.left {
    width: 100%;
    float: left;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}
.sidebar-bottom-container.right {
    width: 100%;
    float: left;
    margin-right: 0;
}
.sidebar-bottom-container.left .et_pb_widget {
  text-align: center;
}
.sidebar-bottom-container #sidebar {
    padding: 0!important;
}
.sidebar-bottom-container #sidebar .et_pb_widget {
    width: 100%;
    float: left;
}
.sidebar-bottom-container #sidebar ul.menu li {
    display: inline-block;
}
.sidebar-bottom-container #sidebar ul.menu li:after {
    content: ' / ';
}
.sidebar-bottom-container #sidebar ul.menu li:last-child:after {
    content: '';
}
.sidebar-bottom-container #sidebar .widget_text {
    margin-bottom: 0;
}
.grid-container article header {
    position: relative;
}
.grid-container article header .overimage {
    position: absolute;
    background: #212121;
    color: #ffffff;
    font-size: 11px;
    padding: 0 10px;
    font-weight: 700;
    top: 0px;
    right: 0;
    box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.15);
    border-bottom-left-radius: 3px;
}


/** infoside **/
.content-container.with.sidebar {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content-container.with.sidebar article {
    width: 75%;
}
.content-container.with.sidebar .sidebar-info-container {
    width: 25%;
}
.content-container.with.sidebar .sidebar-info-container .et_pb_widget {
    background: #f7f7f7;
    width: calc(100% - 40px);
    border: 1px solid #efefef;
    border-radius: 3px;
    padding: 15px 20px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.0);
    margin-bottom: 30px;
}
.content-container.with.sidebar .sidebar-info-container .et_pb_widget .menu .main-item {
    background: transparent!important;
}
.content-container.with.sidebar .sidebar-info-container .et_pb_widget .menu li.menu-item-has-children .main-item {
    margin-bottom: 10px;
}
.content-container.with.sidebar .sidebar-info-container .et_pb_widget .menu li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 10px;
    line-height: 20px;
}
.content-container.with.sidebar .sidebar-info-container .et_pb_widget .menu li::before {
    content: '';
    position: absolute;
    left: 0px;
    color: #e4681b;
    font-weight: 900;
    height: 20px;
    width: 8px;
    background-image: url(https://boligportal.dk/info/wp-content/themes/Boligportal-info/assets/img/listitem.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.content-container.with.sidebar .sidebar-info-container .et_pb_widget .menu li ul li {
    margin-left: -14px;
}
.content-container.with.sidebar .sidebar-info-container .et_pb_widget .menu li.current-menu-item > a {
    font-weight: 700;
}
.content-container.with.sidebar .sidebar-info-container h4.widgettitle {
    font-size: 20px;
}
.pagebottom-container {
    padding: 40px;
    padding-top: 0;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-direction: row;
}
.pagebottom-container .page-bottom-item {
    padding: 0 15px;
    width: 33.33%;
}

/*** mailchimp signup ***/

.mc4wp-form-fields input.text, .mc4wp-form-fields input.title, .mc4wp-form-fields input[type=email], .mc4wp-form-fields input[type=password], .mc4wp-form-fields input[type=tel], .mc4wp-form-fields input[type=text], .mc4wp-form-fields select, .mc4wp-form-fields textarea {
    background-color: #fff;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    color: #474750;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 40px;
    border: 1px solid #d4d4d4;
    border-radius: 3px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    -webkit-transition: border .1s,-webkit-box-shadow .1s;
    transition: border .1s,-webkit-box-shadow .1s;
    transition: border .1s,box-shadow .1s;
    transition: border .1s,box-shadow .1s,-webkit-box-shadow .1s;
}
.mc4wp-form-fields input[type="submit"] {
    color: #fff;
    background: #EE7134;
    border: 1px solid #EE7134;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px;
    height: 50px;
    margin: 0;
    line-height: 50px;
    font-size: 16px;
    display: block;
    width: 100%;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
}




/*** media styles ***/
@media screen and (max-width: 980px) {
  body #page-container .sidebar-container {
      width: 100%;
      padding-left: 40px;
  }
  body #page-container .sidebar-container #sidebar ul.menu li {
      display: inline-block;
  }
  body #page-container .sidebar-container #sidebar ul.menu li:after {
      content: ' / ';
  }
  .et_pb_footer_columns4 footer#main-footer #footer-widgets .footer-widget .et_pb_widget {
      width: 100%;
  }
  .breadcrumb-container {
    padding: 0 15px;
}
.breadcrumb-container p#breadcrumbs {
    line-height: 18px;
}
.breadcrumb-container p#breadcrumbs {
    line-height: 18px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}
.single .content-container,
.page-template-default .content-container {
  padding-top: 15px;
}
.single .et_pb_post,
.page-template-default .et_pb_post {
  padding: 0 25px;
  padding-bottom: 25px;
}
#main-content .container {
  width: 90%;
}
.sidebar-bottom-container.left, .sidebar-bottom-container.right {
  width: 100%;
  margin-right: 0;
}
.blog-front-content .col-sm-4 {
  width: 100%;
}
.blog-front-content .col-sm-4 .col-frontpage > div:not(.inner-frontpage) {
    display: none;
}
.blog-front-content .col-sm-4 .col-frontpage .inner-frontpage {
    margin-bottom: 0;
}
.blog-front-content .col-sm-4 .col-frontpage {
    padding-bottom: 0;
}
.blog-front-content .col-sm-4 {
    width: 100%;
    margin-bottom: 40px;
}
.blog-front-content .col-sm-4 .col-frontpage .inner-frontpage img {
  width: 100%;
}
.et_fullwidth_nav #main-header .container {
    width: 100%;
}
.et_header_style_left .logo_container {
    padding: 0 20px;
}
.et_header_style_left .logo_container img#logo {
    max-height: 35px;
}
h1, .blog-front-top h1, .blog-front-top h3,
h1, .index-top-section h1, .index-top-section h3 {
  font-size: 24px;
}
.blog-front-top h1,
.index-top-section h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-front-top form#searchform input#s,
.index-top-section form#searchform input#s {
    padding: 8px 15px;
    margin: 0;
    width: 100%;
}
.blog-front-top form#searchform input#searchsubmit,
.index-top-section form#searchform input#searchsubmit {
    margin-top: 10px;
    width: 100%;
    padding: 8px 12px;
}
.et_header_style_left .mobile_menu_bar {
    display: none;
}
.BPHeader__nav-item-link {
    color: #474747;
    display: block;
    height: 60px;
    padding: 20px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: none;
}
.BPHeaderBurgerToggle {
    position: relative;
    top: 2px;
    width: 24px;
    height: 18px;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.BPHeaderBurgerToggle:after, .BPHeaderBurgerToggle:before, .BPHeaderBurgerToggle div {
    position: absolute;
    width: 100%;
    height: 12%;
    background: #474747;
    transition: all .22s;
}
.BPHeaderBurgerToggle:before {
    content: "";
    top: 0;
}
.BPHeaderBurgerToggle div {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .11s;
    opacity: 1;
}
.BPHeaderBurgerToggle:after {
    content: "";
    bottom: 0;
}
.BPHeaderBurgerToggle--active:before {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.BPHeaderBurgerToggle--active div {
    opacity: 0;
}
.BPHeaderBurgerToggle--active:after {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
}
ul#mobile_menu {
    top: 60px;
    border: none;
    padding: 6px 0;
    box-shadow: 2px 4px 5px rgba(0,0,0,.1);
    border-top: 1px solid #dadada;
}
ul#mobile_menu li a {
    color: #474747;
    display: block;
    padding: 12px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    border: none;
}
.et_mobile_menu .menu-item-has-children>a {
  background: #fff;
}
ul#mobile_menu li ul li:first-child a {
    padding-top: 0;
}
ul#mobile_menu li.underline-mobile {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
ul#mobile_menu li.underline-mobile::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 12px;
    width: calc(100% - 24px);
    height: 1px;
    background: #dadada;
}
.blog-front-top form#searchform,
.index-top-section form#searchform {
    width: 95%;
}
.content-container.with.sidebar {
    flex-direction: column;
}
.content-container.with.sidebar article,
.content-container.with.sidebar .sidebar-info-container {
  width: 100%;
}
.content-container.with.sidebar .sidebar-info-container {
    margin: 25px;
}
.content-container.with.sidebar .sidebar-info-container .et_pb_widget {
  width: calc(100% - 50px);
}
.content-container.with.sidebar .sidebar-info-container {
    margin-bottom: 0;
}
}

@media screen and (max-width: 980px) and (min-width: 700px) {
  .info-front-content .col-sm-4 {
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .info-front-content .col-sm-4 {
    width: 100%;
  }
}
.wpml-ls-statics-footer {
    position: fixed;
    top: 100px;
    z-index: 99999999;
    right: 0;
    background: #fff;
    padding: 10px 0px 10px 6px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.wpml-ls-statics-footer a.wpml-ls-link {
    color: #333333;
}

a.big-button.bigorange,
a.small-button.smallorange {
    background: #ee7133;
    border-radius: 20px;
    border: none;
    color: #fff!important;
    text-shadow: none!important;
    font-weight: 700!important;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    padding-bottom: 0;
}
.entry-content .big-button, .entry-content .small-button {
    margin-bottom: 2em;
}
/* toggle bokse */
.et_pb_module.et_pb_toggle {
    border: none;
    background: none;
    margin-bottom: 0!important;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    padding: 24px 0 24px 0;
}
.et_pb_module.et_pb_toggle .et_pb_toggle_title {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.et_pb_module.et_pb_toggle .et_pb_toggle_title::before {
    content: '';
    height: 18px;
    width: 18px;
    background-image: url(/info/wp-content/themes/Boligportal-business/assets/chevron-down.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.et_pb_module.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    transform: rotate(180deg);
}
.lys .et_pb_module.et_pb_toggle {
    border-color: rgba(255,255,255,0.5);
}
.lys .et_pb_module.et_pb_toggle .et_pb_toggle_title {
    color: #fff;
}
.lys .et_pb_module.et_pb_toggle .et_pb_toggle_content > * {
    color: #fff;
}


.page-template-page-uden-sidebar .et_pb_row {
	width: 100%;
}


.page-template-default.et_pb_pagebuilder_layout .et_pb_section .et_pb_row {
  width: 100%;
}

.page-template-default.et_pb_pagebuilder_layout .et_pb_section:first-child {
  padding-top: 0;
}
