/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Sep 10 2020 | 14:25:01 */
/* Fonts & BTN by Chords Agency */

h5, h6 {
    font-weight: 400 !important;
}

.mng-btn-grey a,
.mng-btn-white a,
.mng-btn-red a,
.mng-btn-orange a {
	display: inline-block;
	margin-top: 10px !important;
	padding: 15px 30px;
	font-weight: 600 !important;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	-webkit-transition: all .21s ease;
	-moz-transition: all .21s ease;
	transition: all .21s ease;
}

.mng-btn-grey a {
    color: #222;
    background: #eee;
    box-shadow: 0 1px 7px -3px #fff;
}

.mng-btn-grey a:hover {
    background: #222;
    box-shadow: 0 1px 7px -3px #222;
    color: #eee;
}

.mng-btn-white a {
    color: #222;
    background: #fff;
    box-shadow: 0 1px 7px -3px #fff;
}

.mng-btn-white a:hover {
    background: #222;
    box-shadow: 0 1px 7px -3px #222;
    color: #fff;
}

.mng-btn-red a {
	color: #fff;
    background: #FF8100;
    box-shadow: 0 1px 7px -3px #FF8100;
}

.mng-btn-red a:hover {
    background: #222;
    box-shadow: 0 1px 7px -3px #222;
    color: #fff;
}

.mng-btn-orange a {
	color: #fff;
    background: #FF8100;
    box-shadow: 0 1px 7px -3px #FF8100;
}

.mng-btn-orange a:hover {
    background: #222;
    box-shadow: 0 1px 7px -3px #222;
    color: #fff;
}

.mng-pa-dansk {
	display: block;
	float: right;
	transform: scale(.9);
	width: fit-content;
	width: -moz-fit-content;
}

.mng-pa-dansk a {
	margin-top: 0px !important;
	box-shadow: none;
}

@media screen and (max-width: 520px) {
	.mng-pa-dansk {
		float: unset;
		margin-top: 1.5em !important;	
	}
}

.rbs_gallery_button .button-flat-primary { /* gallery BTN style */
    font-weight: 600 !important;
    border-radius: 25px;
    font-size: 13px !important;
    letter-spacing: 1px;
}

.rbs_gallery_button .button-flat-primary:active { /* gallery BTN on click */
    background: #0077B3 !important;
    color: #fff !important;
    box-shadow: 0 1px 7px -3px #0077B3;
	-webkit-box-shadow: none !important;
    box-shadow: none !important;
	text-shadow: none !important;

}

div.rbs_gallery_button .button-flat-primary.active { /* gallery BTN active */
    color: #fff;
    background: #0077B3;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

div.rbs_gallery_button .button.active { /* gallery BTN active */
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

