/* START Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}
/*** Hide Sidebar ***/
#sidebar {display:none;}
/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}}
/* END */


/* START Blogposts komplett klickbar machen */
/*add a neceassry position to the blog posts*/
.et_pb_blog_grid .et_pb_post, .et_pb_posts .et_pb_post {
position: relative;
}
/*make the title link spread over the entire post*/
.et_pb_blog_grid .et_pb_post .entry-title a:after, .et_pb_posts .et_pb_post .entry-title a:after {
position: absolute;
display: block;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
}
/*change the mouse cursor into a pointer*/
.et_pb_blog_grid .et_pb_post:hover, .et_pb_posts .et_pb_post:hover {
cursor: pointer;
}
/* END Blogposts klickbar machen */


/* START Dropdown Size */
.nav li ul {width: 300px;}
#top-menu li li a {padding: 6px 20px; width: 260px;}
/* END Dropdown Size */


/* START Active Link Marker */
a:focus {
  outline: 4px solid #15aab7; 
	border-radius: 1px;
}

.et_header_style_left #et-top-navigation nav>ul>li>a {
  padding-bottom: 0;
	margin-bottom: 15px;
}
.et_header_style_left .et-fixed-header #et-top-navigation nav>ul>li>a {
  padding-bottom: 0px;
	margin-bottom: 15px;
}
/* END Active Link Marker */

