@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,400italic,500italic,700);
body {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 16px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Ubuntu', sans-serif;
}

img {
	max-width: 100%;
}

a, a:hover {
    text-decoration: none;
	color: inherit;
}

p {
    line-height: 24px;
    margin-bottom: 18px;
}


/*
#CybotCookiebotDialog {
	border: 9px solid #55a439 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	margin: 0  !important;
	margin-left: 10px !important;
	top: auto !important;
	left:auto !important;
	right:10px !important;
	bottom: 10px !important;
	background: #fff !important;
}
#CybotCookiebotDialogBodyButtonAccept,
a#CybotCookiebotDialogBodyLevelButtonAccept, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #55a439 !important;
    border: 1px solid #55a439 !important;
	color: #000 !important;
}
*/
#CookieDeclarationChangeConsent a {
	background: #55A439;
	color: #fff!important;
	padding: 15px;
	border: none;
	font-weight: 700;
}
