/*.site-background-color {
	background-color: var(--primary-color) !important;
}*/


/* VANAF HIER LATEN STAAN  */
.row:not(.no-flex) {
	display: flex;
}
.fakerow { display: flow-root;}
.fakerow img {
	float: right; margin-left: 30px; margin-bottom: 30px;width:250px;height:auto;
}
.fakerow p {
	min-width: 250px;
	display:flex;
}

.sidebar {
	width: 30%;
	display: flow-root;
	float: right;
	margin-left: 30px;
	background-color: #efefef;
	padding: 15px;

}
.left {
	float: left !important;
	margin-left: 0px !important;
	margin-right: 30px !important;
}
.sidebar img {
	width: 100%;
	height: auto;
}
.sidebar + div {
	display: flow-root;
}
hr { margin-bottom:10px;display:block;}
.fakecolumns {
	margin: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.fakecolumns>div {
	flex: 1 1 350px;
	margin: 5px 10px;
}
.footer1{
	background-color: #f3f3f3;
	justify-content: space-evenly;
}
.smallicon {
	display: inline-block;
}
.smallicon svg {
	height: 20px;
	width: auto;
}
.smallicon svg path {
	fill: #414042;
}
.smallicon:active svg path,
.smallicon:hover svg path {
	fill: #e32119;
}
@media all and (max-width: 600px) {
	.fakerow img {
		width:100%; height:auto;
	}
}
@media all and (max-width: 650px) {
	.sidebar {
		width:100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.sidebar + div {
		display: block;
	}


}
section {
	width:100%;
}
#wrap {
	height: 80vh;
}
#wrap iframe {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
a:not([href]), #showModal-covid {
	color: inherit;
	text-decoration: none;
}
a:not([href]):hover, #showModal-covid:hover {
	color: inherit;
	text-decoration: none;
}
/*.btn-primary {
	background-color:#e32119 !important;
	border-color: #e32119 !important;
	text-decoration: none;
}
.btn-primary {
	color: #fefdfd;
	!* background-color: #007bff;
    border-color: #007bff; *!
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #c11c15 !important;
	border-color: #c11c15 !important;
	color: #fefdfd !important;
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #414042;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.5rem 1rem;
	font-size: 1.0rem;
	line-height: 1.4;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}*/

#myModalCoronaSA {
	background: white;
	/* padding: 20px 30px; */
	text-align: left;
	max-width: 620px;
	margin: 40px auto;
	position: relative;
}
.modal-title {
	color: #fff;
	padding: 10px 0px 5px 0;
	line-height: 25px;
}

/* start state */
.modalCorona .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.modalCorona.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.modalCorona.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.modalCorona.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.modalCorona.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.modalCorona.mfp-removing.mfp-bg {
	opacity: 0;
}

/* iframe */
.autosize-frame iframe {
	border: none;
	overflow: hidden;
}