@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

/* DKR AFTER CHECK MGO 2-4-2021 */

/* body::before {
    content: "Let op! Reviews op webrichtlijnen en vormgeving moeten nog plaatsvinden door ABF";
    color: #607D8B;
    text-align: center;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    z-index: 1000;
    padding: 5px 0;
    background-color: #feff19;
} */

body{
	background: #f2f2f2;
}

#mainwrapper {
    background: #f2f2f2;
}

.mosaic-header {
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
	padding: 1em 0 .5em 0;
}

div#themeCompareInformation {
    color: #000;
}

.dashblock, section.tile, .sortable-tiles, div#dashboard-container {
    overflow: visible;
}

section.tile .inner-tile, section.tile .free-tile, .theme {
    box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);
}

.theme .theme__image img {
    width: 55%;
    margin: 15%;
}

.theme .theme__image{
    background-color: rgb(248, 248, 248, .6);
}

.name_wrapper {
	font-size: 14px;
    font-weight: 600;
	color: #0068ad;
}

.current-theme .themename {
    font-weight: 700;
}

section.tile footer div.source,
section.tile footer .period {
    color: #707070;
}

#wrapper {
	width: 100%;
	border-bottom: 10px solid #f7921e;
}

#wrapper .header {
	max-width: 1140px;
    margin: 0 auto;
    padding: 1.4em 0;
    padding-bottom: 0;
    height: 95px;
    line-height: 20%;
	font-family: 'PT Sans', sans-serif;	
	position: relative;
} 

@media (max-width: 1140px) {
	#wrapper .header {
		padding-left: 1em;
		padding-right: 1em;
	}
}

header img.logo {
    width: 200px;
    float: left;
    margin-right: 30px;
    display: inline;
}

header h1 {
    margin: 0;
    padding: 0;
    line-height: 70px;
    text-overflow: ellipsis;
    color: #f39108;
    font-weight: 600;
    font-size: 35px;
}

@media (max-width: 525px) {
	header  h1{
		display: none;
	}
}

header #topmenu {
    position: absolute;
    top: 40px;
    right: 0;
}

@media screen and (max-width: 1140px) {
    header #topmenu {
		right: 1em;
    }
}

@media screen and (max-width: 891px) {
    header #topmenu {
        display:none!important;
    }
}

header #topmenu li {
    display: inline;
    margin-right: 5px;
}

header #topmenu a {
	font-family: 'PT Sans', sans-serif;
    text-decoration: none;
	color: #0068ad;
	font-size: 20px;
	margin-left: 5px;
}

header #menu {
	position: absolute;
	top: 35px;
	right: 2em;
	font-family: 'PT Sans', sans-serif;
	border: 1px solid #ccc;
	display: inline-block;
	padding: 1em;	
}

/* FOOTER */



#mainwrapper #footerDashboard {
	position: relative;
	width: 100%;	
	margin-top: 1em;
}

#footerDashboard #innerfooter {
	max-width: 1140px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}

#footerDashboard .footer_textblock {
    float: left;
    width: 33.3333%;
    padding: 2em 50px 2em 0;
}

#footerDashboard ul {
	margin: 0;
	padding: 0;
}

#footerDashboard li {    
	list-style-type: none;
	margin-bottom: 10px;
}

#footerDashboard a {
    display: inline-block;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

#footerDashboard a:hover {    
	text-decoration: underline;
}

body.screenshot .mosaic-header,
body.screenshot #dashboardheader,
body.screenshot #footerDashboard {
	display: none!important;
}

.o-add a.external-link::after {
    display: none;
}