body>header {
	position: relative;
	border-bottom: 16px #bbb solid;
}

body>header .logo-link {
	display: inline-block;
	width: 70%;
}

body>header .logo-link img {
	max-width: 80%;
	max-height: 100px;
	margin: 16px;
}

body>header .fidess-phrase {
	position: absolute;
	bottom: 5%;
	left: 135px;
	color: #4a9b3f;
	font-weight: lighter;
	font-size: 1.6em;
}

body>header aside.icons {
	margin: 16px;
	float: right;
	text-align: right;
}

body>header aside.icons nav {
	margin-top: 6px;
}

body>header aside.icons nav .dropdown-toggle {
	background-color: #333;
	padding: 10px 10px 4px 10px;
}

body>header aside.icons nav .dropdown-toggle .hamburger {
	display: block;
	height: 3px;
	width: 30px;
	background-color: #eee;
	margin-bottom: 4px;
}

body>header aside.icons nav .dropdown-menu {
	right: 0;
	left: auto !important;
	background-color: #222;
	padding: 16px 10px 16px 16px;
	min-width: 180px !important;
}

body>header aside.icons nav .dropdown-menu a {
	width: 90%;
	display: block;
	color: #ddd;
}

body>header aside.icons nav .dropdown-menu a:not(:last-child)::after {
	content: "";
	display: block;
	width: 90%;
	height: 2px;
	background-color: #444;
	margin-top: 5px;
	margin-bottom: 3px;
}

body>header aside.icons .language a:not(:last-of-type)::after {
	content: "";
	margin-left: 3px;
	margin-bottom: -2px;
	width: 1px;
	height: 14px;
	display: inline-block;
	background-color: black;
}

body>header aside.icons .language .active {
	color: black;
}

body>footer {
	background-color: #181818;
	margin-top: 64px;
	padding-top: 24px;
	padding-bottom: 24px;
	color: white;
	font-size: 1.1em;
}

body>footer img {
	filter: drop-shadow(5px -11px 14px rgba(0, 0, 0, 0.3));
}

body>footer a {
	color: white !important;
}

body>footer a:hover {
	color: white;
}

body>footer .links a {
	display: block;
}

@media (max-width: 768px) {
	body>footer [class^=col] {
		text-align: center;
	}

	body>footer [class^=col]:not(:first-child) {
		margin-top: 32px;
	}
}

a:not(.button) {
	color: #4a9b3f;
}

.streetmap {
	height: 350px;
}

ul.clear-list {
	list-style-type: none;
	padding-left: 0;
}

.section-separated {
	margin: 48px 0;
}

.section-separated-bottom {
	margin-bottom: 64px;
}

.section-separated-top {
	margin-top: 64px;
}

.section-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 400px;
}

@media (max-width: 768px) {
	.section-background {
		height: initial;
		background-image: none;
	}
}

.section-background.background-1 {
	background-image: url("/assets/img/backgrounds/backgroundsection1.png");
}

.section-background.background-2 {
	background-image: url("/assets/img/backgrounds/backgroundsection2.png");
}

.section-background.background-3 {
	background-image: url("/assets/img/backgrounds/greenhouse.jpg");
	background-position: center bottom;
}

.menu-container {
	position: relative;
}

nav.main-nav {
	position: absolute;
	left: 32px;
	bottom: 16px;
}

nav.main-nav .navbar-toggle {
	background-color: white;
	float: left;
}

nav.main-nav .navbar-toggle .icon-bar {
	background-color: #4a9b3f;
}

@media (max-width: 768px) {
	nav.main-nav .navbar-collapse {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 10;
		background-color: white;
		box-shadow: 0 0 5px #4a9b3f;
	}

	nav.main-nav .navbar-collapse a {
		color: #4a9b3f !important;
	}
}

nav.main-nav .navbar-collapse.in {
	overflow-y: visible;
}

nav.main-nav .dropdown {
	display: inline-block;
}

nav.main-nav .dropdown a,
nav.main-nav .dropdown a.dropdown-toggle,
nav.main-nav .dropdown a.dropdown-toggle:active {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	color: white;
}

nav.main-nav .dropdown a:hover,
nav.main-nav .dropdown a.dropdown-toggle:hover {
	color: white;
}

nav.main-nav a {
	display: inline-block;
	color: white;
	font-size: 2.0em;
	vertical-align: middle;
}

nav.main-nav a.dropdown-toggle {
	padding: 0;
}

nav.main-nav a:not(:first-child),
nav.main-nav .dropdown:not(:first-child) {
	margin-left: 32px;
}

nav.main-nav a small,
nav.main-nav .dropdown small {
	font-size: 0.55em;
}

@media (max-width: 768px) {
	nav.main-nav .navbar-header {
		position: fixed;
		right: 0;
		top: 0;
		z-index: 10;
		box-shadow: 0 0 10px #4a9b3f;
		background-color: white;
	}

	nav.main-nav a,
	nav.main-nav .dropdown {
		margin-left: 0px !important;
	}
}

nav.main-nav ul.dropdown-menu .divider {
	background-color: #4a9b3f;
}

nav.main-nav ul.dropdown-menu a {
	color: black;
	font-size: 1.5em;
}

nav.main-nav ul.dropdown-menu a:hover {
	text-decoration: underline;
}

nav.main-nav ul.dropdown-menu a:hover {
	color: #222;
}

.special-1 {
	text-align: center;
	margin: 8px 0;
}

button[type=submit]:disabled {
	background-color: #4a9b3f !important;
}

.button {
	padding: 8px 24px;
	border-radius: 4px;
	font-weight: bold;
	display: inline-block;
	border: none;
	transition: background-color 0.2s;
}

.button.button-green {
	background-color: #4a9b3f;
	color: white;
	text-decoration: none;
}

.button.button-dark-green {
	background-color: #359832;
	color: white;
	text-decoration: none;
}

.button-wide {
    padding: 8px 200px;
}

.button.button-white {
	background-color: white;
	color: #4a9b3f;
}

.button:hover {
	background-color: #60cc51;
	text-decoration: none;
}

body>aside.cookies {
	background-color: #4a9b3f;
	color: white;
	padding: 8px;
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
}

body>aside.cookies a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	width: 100%;
	margin-bottom: 24px;
	text-align: center;
	border-bottom: 4px solid green;
	font-size: 1.7em;
	text-transform: uppercase;
}

h3 {
	color: #4a9b3f;
}

body>aside.global-messages {
	margin-top: 24px;
	margin-bottom: 24px;
	padding: 0;
	color: #efefef;
	width: 100%;
}

body>aside.global-messages .global-message {
	padding: 16px 0 4px 0;
}

body>aside.global-messages .global-message:not(:first-child) {
	margin-top: 8px;
}

@media (min-width: 768px) {
	body.page-home .main-menu {
		display: flex;
	}
}

body.page-home .main-menu .main-menu-cell {
	text-align: center;
}

@media (min-width: 768px) {
	body.page-home .main-menu .main-menu-cell {
		display: flex;
	}
}

body.page-home .main-menu .main-menu-cell>div {
	height: 120px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	border: 1px solid #4a9b3f;
	vertical-align: middle;
}

@media (max-width: 768px) {
	body.page-home .main-menu .main-menu-cell>div {
		margin-bottom: 16px;
	}
}

body.page-home .main-menu .main-menu-cell>div a {
	color: #333;
	font-size: 1.5em;
}

body.page-home .pramer-slider {
	width: 100%;
	position: relative;
	margin-bottom: 64px;
	clear: both;
}

@media (max-width: 768px) {
	body.page-home .pramer-slider {
		height: 200px;
	}
}

@media (min-width: 768px) {
	body.page-home .pramer-slider {
		height: 500px;
	}
}

body.page-home .pramer-slider .slick-list {
	width: 100%;
}

body.page-home .pramer-slider .pramer-slider-slide {
	position: relative;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	body.page-home .pramer-slider .pramer-slider-slide {
		height: 200px;
	}

	body.page-home .pramer-slider .pramer-slider-slide p {
		display: none !important;
	}
}

@media (min-width: 768px) {
	body.page-home .pramer-slider .pramer-slider-slide {
		height: 500px;
	}
}

body.page-home .pramer-slider .pramer-slider-slide p {
	display: inline-block;
	background-color: #4a9b3f;
	opacity: 0.8;
	color: white;
	font-size: 1.8em;
	padding: 10px 48px;
	position: absolute;
}

body.page-home .pramer-slider .slide1 {
	background-image: url("/assets/img/backgrounds/pramer1.jpg");
	background-position: center;
}

body.page-home .pramer-slider .slide1 p {
	right: 250px;
	top: 200px;
}

body.page-home .pramer-slider .slide2 {
	background-image: url("/assets/img/backgrounds/pramer2.jpg");
	background-position: center;
}

body.page-home .pramer-slider .slide2 p {
	left: 250px;
	top: 100px;
}

body.page-home .pramer-slider .slide3 {
	background-image: url("/assets/img/backgrounds/pramer3.jpg");
	background-position: center;
}

body.page-home .pramer-slider .slide3 p {
	text-align: center;
	left: 250px;
	right: 250px;
	bottom: 75px;
}

body.page-about .contact-image {
	width: 100%;
	height: 400px;
	background-image: url("/assets/img/pramerNotebook.jpg");
	background-size: cover;
	background-position: 50% 20%;
}

body.page-contact .contact-container {
	padding-top: 20px;
}

body.page-contact .contact-cell {
	border: 1px solid green;
	text-align: center;
	padding-top: 16px;
	padding-bottom: 16px;
}

@media (min-width: 768px) {
	body.page-contact .contact-row:last-child {
		margin-top: 80px;
	}
}

@media (max-width: 768px) {
	body.page-contact .contact-row div[class^=col] {
		margin-top: 80px;
	}
}

body.page-contact img {
	max-width: 100%;
	height: 75px;
	margin-bottom: 20px;
}

body.page-contact .contactimg {
	margin-top: 64px;
	width: 100%;
	height: 350px;
	background-image: url("/assets/img/pramerContact.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

body.page-contact .contactimg p {
	display: inline-block;
	background-color: #4a9b3f;
	opacity: 0.8;
	padding: 48px 64px;
	margin-top: 100px;
}

body.page-contact .contactimg p a {
	color: white;
	font-size: 1.5em;
}

body.page-contact>footer {
	margin-top: 0;
}

@media (min-width: 768px) {
	body.page-signup div.main-row {
		display: flex;
	}
}

@media (min-width: 768px) {
	body.page-signup div.main-row div.main-col {
		display: flex;
	}
}

body.page-signup div.main-row div.main-col:last-child {
	background-image: url("/assets/img/pramerSignup.jpg");
	background-size: cover;
	background-position: center;
}

body.page-signup div.main-row div.main-col:first-child .row {
	margin-top: 8px;
}

body.page-signup div.main-row div.main-col:first-child .row [class^=col]:first-child {
	text-align: right;
}

body.page-signup .signuptextcontainer {
	display: inline-block;
	align-self: center;
	width: 100%;
}

body.page-signup .signuptextcontainer .signuptext {
	margin: 16px;
	top: 50%;
	left: 10%;
	right: 10%;
	background-color: white;
	opacity: 0.8;
	padding: 48px 24px;
	font-size: 1.4em;
	text-align: center;
}

body.page-signup form input,
body.page-signup form textarea,
body.page-signup form select {
	width: 100%;
}

body.page-signup form input.textareasmall,
body.page-signup form textarea.textareasmall,
body.page-signup form select.textareasmall {
	height: 50px;
}

body.page-signup form input::placeholder,
body.page-signup form textarea::placeholder,
body.page-signup form select::placeholder {
	color: #3a3a3a;
	font-size: smaller;
	font-family: verdana;
	font-style: italic;
}

body.page-signup form [data-role=bday-picker] select {
	width: 33%;
}

body.page-signup form [data-role=loader] {
	height: 36px;
	margin-right: 8px;
}

div.page-form form .row {
	margin-top: 10px;
}

@media (min-width: 768px) {
	div.page-form form .row {
		display: flex;
	}
}

div.page-form form .form-img {
	padding-left: 0;
	padding-right: 0;
}

div.page-form form input,
div.page-form form textarea,
div.page-form form select {
	border: 1px solid #333 !important;
	background-color: #ececec;
}

div.page-form form input,
div.page-form form textarea,
div.page-form form select {
	width: 100%;
}

div.page-form form textarea {
	height: 50px;
}

div.page-form form .form-date-picker-container select {
	width: 33%;
}

div.page-form form button {
	width: 100%;
}

div.page-form .form-main-row {
	display: flex;
}

div.page-form .contact-image {
	display: flex;
	height: 100%;
	background-image: url("/assets/img/pramerForm.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 768px) {
	div.page-form .contact-image {
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

div.page-form .contact-image div {
	align-self: center;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	width: 250px;
	margin: 0 auto;
	padding: 16px 8px 8px 8px;
	text-align: center;
	font-weight: bold;
}

body.page-jobs form.filter-form input[type=text] {
	width: 300px;
	margin-left: 16px;
}

body.page-jobs .offer-outdated-header h5 {
	text-align: center;
	font-size: 1.8em;
}

body.page-jobs .offer-outdated-header p {
	font-size: 1.2em;
	width: 70%;
	text-align: center;
	margin: 0 auto;
}

body.page-jobs .offer-outdated-header b {
	color: #4a9b3f;
}

body.page-jobs .offer-outdated-header hr {
	border-color: #4a9b3f;
	border-top-width: 2px;
	margin-top: 48px;
	margin-bottom: 48px;
}

body.page-jobs h1 {
	margin-bottom: 48px;
}

@media (max-width: 768px) {
	body.page-jobs h1 {
		font-size: 1.2em;
		padding-left: 8px;
	}
}

body.page-jobs .job-description img {
	max-width: 100%;
}

body.page-jobs .job-description.offer-outdated p {
	color: #777 !important;
}

body.page-jobs .job-countries a,
body.page-jobs .job-countries .a {
	border-left: 3px solid #4a9b3f;
	display: block;
	color: #4a9b3f;
	font-size: 1.8em;
	padding: 12px 32px;
	transition: background-color 0.2s;
}

body.page-jobs .job-countries a small,
body.page-jobs .job-countries .a small {
	font-size: 0.5em;
}

body.page-jobs .job-countries a.active,
body.page-jobs .job-countries .a.active {
	border-left: 3px solid black;
	color: #333;
	cursor: default;
	text-decoration: none;
}

@media (max-width: 768px) {

	body.page-jobs .job-countries a,
	body.page-jobs .job-countries .a {
		width: 100%;
		margin-top: 16px;
		border: none !important;
		padding: 0;
		text-align: center;
	}
}

body.page-jobs .jobs {
	margin-top: 32px;
}

body.page-jobs .job-photos {
	text-align: center;
	margin-bottom: 64px;
	margin-top: 32px;
}

body.page-jobs .job-photos img {
	width: 100%;
	height: 200px;
	margin: 16px;
	border-bottom: 3px solid #4a9b3f;
	object-fit: cover;
}

body.page-jobs .result-table-view-picker,
body.page-jobs .result-table-filter-link {
	display: inline-block;
	border: 2px solid #ccc;
	padding: 4px 16px 1px 16px;
	font-size: 1.2em;
	border-radius: 12px;
}

body.page-jobs .result-table-view-picker a,
body.page-jobs .result-table-filter-link a {
	color: #ccc;
	padding-left: 2px;
	padding-right: 2px;
}

body.page-jobs .result-table-view-picker a:hover,
body.page-jobs .result-table-filter-link a:hover {
	text-decoration: none;
}

body.page-jobs .result-table-view-picker a.active,
body.page-jobs .result-table-filter-link a.active {
	color: #4a9b3f;
}

@media (min-width: 992px) {
	body.page-jobs .result-table-filter-link {
		display: none;
	}
}

body.page-jobs .offer-tiles {
	display: grid;
}

@media (max-width: 768px) {
	body.page-jobs .offer-tiles {
		grid-gap: 15px;
		grid-template-columns: repeat(auto-fit, 100%);
	}
}

@media (min-width: 768px) {
	body.page-jobs .offer-tiles {
		grid-gap: 15px;
		grid-template-columns: repeat(auto-fit, 22%);
	}
}

body.page-jobs .offer-tiles .job-offer-tile {
	border: 1px solid green;
	padding: 2px;
}

body.page-jobs .offer-tiles .job-offer-tile .job-offer-tile-title {
	text-align: center;
}

body.page-jobs .offer-tiles .job-offer-tile .job-offer-tile-details {
	text-align: center;
	font-size: 0.8em;
	color: #777;
}

body.page-jobs .offer-tiles .job-offer-tile img {
	width: 100%;
}

body.page-jobs .offer-table tbody tr:nth-child(even) td {
	border-top: 0 !important;
	padding-top: 0 !important;
	font-size: 0.8em;
	color: #777;
}

body.page-jobs .offer-table tbody tr:nth-child(odd) td {
	padding-bottom: 0 !important;
}

body.page-jobs .offer-table tbody .job-offer-details>span:not(:first-child) {
	margin-left: 12px;
}

body.page-jobs .offer-table tbody .job-offer-details>span:not(:first-child)>span:not(:last-child) {
	padding-right: 2px;
}

body.page-jobs .offer-table tbody .job-offer-details>span:not(:first-child)>span:not(:last-child)::after {
	content: ',';
}

body.page-partnership form textarea {
	height: 200px;
}

.row.separated {
	margin-top: 32px;
}

.masonry-brick {
	width: 50% !important;
}

div.filters a[data-role="filters-close"] {
	display: none;
}

@media (max-width: 992px) {
	div.filters {
		display: none;
	}

	div.filters.active {
		background-color: white;
		border: 1px solid #4a9b3f;
		position: absolute;
		z-index: 3;
		box-shadow: 0 64px 256px rgba(0, 0, 0, 0.7);
		left: 5%;
		right: 5%;
	}

	div.filters.active a[data-role="filters-close"] {
		display: block;
		position: absolute;
		right: 24px;
		top: 16px;
		color: #4a9b3f;
		font-size: 1.8em;
	}

	div.filters.active a[data-role="filters-close"]:hover {
		text-decoration: none;
	}
}

div.filters a {
	color: #333;
	display: block;
}

div.filters a.active {
	font-weight: bold;
	color: #4a9b3f;
}

form div.checkbox-select {
	border: 1px solid #4a9b3f;
	border-radius: 4px;
	padding: 6px;
	max-height: 200px;
	overflow-y: auto;
}

form div.checkbox-select .checkbox-select-entry:not(:last-child) {
	border-bottom: 1px solid #4a9b3f;
	margin-bottom: 4px;
}

form .form-message-required {
	font-size: 0.8em;
	color: red;
	display: block;
	float: left;
	width: 100%;
}

form .form-status-icon {
	font-size: 1.8em;
	vertical-align: middle;
	display: inline-block;
	margin-left: 16px;
}

form .form-status-icon.glyphicon-ok {
	color: #4a9b3f;
}

form .form-status-icon.glyphicon-remove {
	color: red;
}

form .form-category {
	padding: 8px;
	border: 1px solid #4a9b3f;
	border-radius: 6px;
	margin-top: 24px;
}

form .form-category h4 {
	font-size: 1.4em;
	text-align: center;
	margin-top: 4px;
}

form .select-checkbox {
	display: inline-block;
	margin: 8px;
}

form .form-row {
	width: 100%;
}

form .form-row:not(:first-child) {
	margin-top: 8px;
}

form .form-row [data-role=bday-picker] select {
	display: inline-block !important;
	float: left !important;
	width: 33% !important;
}

form .form-row:not(.row-block) input:not([type=checkbox]):not([type=radio]),
form .form-row:not(.row-block) textarea:not([data-role=tinymce]):not(.ge-html-output),
form .form-row:not(.row-block) select {
	width: 70%;
}

form .form-row:not(.row-block) .form-date-picker-container {
	width: 70%;
	float: right;
}

form .form-row:not(.natural) input,
form .form-row:not(.natural) textarea:not([data-role=tinymce]):not(.ge-html-output),
form .form-row:not(.natural) select {
	float: right;
}

form .form-row:not(.natural).reversed label {
	float: right;
}

form .form-row:not(.natural).reversed input,
form .form-row:not(.natural).reversed textarea:not([data-role=tinymce]):not(.ge-html-output),
form .form-row:not(.natural).reversed select {
	float: left;
}

form .form-row h5 {
	font-weight: bold;
}

form .form-row.row-block label {
	display: block;
	float: none;
}

form .form-row.row-block input,
form .form-row.row-block textarea:not([data-role=tinymce]):not(.ge-html-output),
form .form-row.row-block select {
	float: none;
	display: block;
	width: 100%;
}

@media (max-width: 768px) {
	form .form-row:not(.natural) {
		padding-bottom: 32px;
	}

	form .form-row label {
		display: block;
		float: none;
	}

	form .form-row input,
	form .form-row textarea:not([data-role=tinymce]):not(.ge-html-output),
	form .form-row select {
		float: none;
		display: block;
		width: 100% !important;
	}

	form .form-row .form-date-picker-container {
		float: none;
		display: block;
		width: 100% !important;
	}
}

form .form-row.row-range input {
	width: 100% !important;
}

form .form-row.row-range td {
	padding-left: 8px;
	padding-right: 8px;
}

form .form-row.row-range td:first-child {
	width: 30%;
}

form .form-row.row-range td:nth-child(2) {
	width: 40%;
}

form .form-row.row-range td:last-child {
	width: 30%;
}

form .form-row.row-select span.multiselect-native-select {
	width: 100%;
}

form .form-row.row-select span.multiselect-native-select div.btn-group {
	width: 100%;
}

form .form-row.row-select span.multiselect-native-select div.btn-group button {
	width: 100%;
	text-align: left;
	border: 1px solid #4a9b3f;
}

form .form-row.row-select span.multiselect-native-select div.btn-group ul {
	width: 100%;
}

form .form-row.row-select span.multiselect-native-select div.btn-group ul input {
	width: initial;
}

form input:not([type=range]),
form textarea:not([data-role=tinymce]):not(.ge-html-output),
form select {
	border: 1px solid #4a9b3f;
	border-radius: 4px;
	padding: 4px;
}

form input[readonly]
{
    background-color: lightgray;
}

form textarea {
	height: 100px;
}

form input[type=radio],
form input[type=checkbox]:not(.checkbox-raw) {
	display: none !important;
	vertical-align: middle;
}

form li input[type=radio],
form li input[type=checkbox] {
	display: initial !important;
	vertical-align: middle;
}

form input[type=radio]+label,
form input[type=checkbox]+label {
	font-weight: normal;
}

form input[type=radio]+label:before,
form input[type=checkbox]+label:before {
	display: inline-block;
	content: "";
	width: 18px;
	height: 18px;
	border: 1px solid #4a9b3f;
	border-radius: 2px;
	margin-right: 6px;
	color: #4a9b3f;
	vertical-align: top;
}

form input[type=radio]+label.label-inversed:before,
form input[type=checkbox]+label.label-inversed:before {
	background-color: white;
}

form input[type=radio].invalid+label:before,
form input[type=checkbox].invalid+label:before {
	box-shadow: 0 0 4px red;
}

form input[type=radio]+label:before {
	border-radius: 50%;
}

form input[type=radio]:checked+label:before {
	content: "\2022";
	font-size: 24px;
	text-align: center;
	line-height: 17px;
}

form input[type=checkbox]:checked+label:before {
	content: "\2713";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	font-size: 15px;
	text-align: center;
}

#signupModal .modal-footer {
	background-color: #4a9b3f;
}

aside[data-role=floating-contact] {
	position: fixed;
	right: 0;
	bottom: 16px;
	background-color: #4a9b3f;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 4px;
}

@media (max-width: 768px) {
	aside[data-role=floating-contact] {
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
		border-top: 2px solid rgba(0, 0, 0, 0.3);
	}
}

aside[data-role=floating-contact] .icon {
	display: flex;
	justify-content: left;
	align-items: center;
	font-size: 24px;
	text-align: center;
	color: white;
	padding: 6px 0;
	text-decoration: none;
}

aside[data-role=floating-contact] .icon:hover,
aside[data-role=floating-contact] .icon:active {
	text-decoration: none;
}

aside[data-role=floating-contact] .icon span.glyphicon {
	padding: 0 10px;
	font-size: 1.3em;
}

aside[data-role=floating-contact] .icon span.icon-label {
	padding-right: 10px;
	text-align: left;
	font-size: 0.7em;
}

aside[data-role=floating-contact] [data-role=floating-contact-content] {
	transition: width 0.5s, max-height 0.5s;
	overflow-x: hidden;
	width: 0;
	max-height: 0;
}

aside[data-role=floating-contact] [data-role=floating-contact-content].open {
	max-height: 500px;
	width: 316px;
	padding-right: 8px;
}

aside[data-role=floating-contact] [data-role=floating-contact-content] label {
	color: white;
}

aside[data-role=floating-contact] [data-role=floating-contact-content] input {
	width: 100% !important;
}

aside[data-role=floating-contact] .floating-contact-close {
	display: none;
	margin: 0 16px 0 auto;
	opacity: 0.0;
	transition: 0.5s opacity;
}

aside[data-role=floating-contact].open .floating-contact-close {
	display: block;
	opacity: 1.0;
}

aside[data-role=floating-contact] .glyphicon-ok {
	color: white;
	margin-top: -8px;
}

aside[data-role=floating-contact] [data-role=bday-picker] select {
	width: 33% !important;
	display: inline-block;
	float: left;
}

aside.messages {
	position: fixed;
	left: 16px;
	bottom: 16px;
}

aside.messages div.message {
	padding: 16px 64px;
	border-radius: 6px;
	background-color: #4a9b3f;
	color: white;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

aside.messages div.message.message-2 {
	background-color: #e24d4d;
}

aside.messages div.message:not(:last-child) {
	margin-bottom: 16px;
}

.certificates img {
	margin: 16px;
	height: 200px;
	box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}

.blog-entry:not(:first-child) {
	margin-top: 32px;
}

.blog-entry header {
	border-bottom: 3px solid #4a9b3f;
}

.blog-entry header h2 {
	display: inline-block;
}

.blog-entry header span.entry-date {
	display: inline-block;
	margin-left: 6px;
	font-size: smaller;
}

.blog-entry .entry-body {
	margin-top: 8px;
}

.blog-date {
	display: block;
}

body.page-notfound .notfound {
	border: none;
	text-align: center;
	width: 100%;
	position: static;
}

a.link-danger {
	color: red;
}

a.link-special {
	color: #2970f0;
}

.dz-image img {
	max-width: 100%;
}

.info {
	display: inline-block;
	border-radius: 50%;
	background-color: white;
	color: #4a9b3f;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 16px;
	font-weight: bold;
	padding-right: 2px;
	cursor: help;
}

[data-role=apply-button].open {
	border-radius: 4px 4px 0 0;
}

.inline-signup-form {
	display: none;
	border: 2px solid #4a9b3f;
	padding: 16px;
}

.inline-signup-form.open {
	display: block;
}

.inline-signup-form button {
	background-color: #4a9b3f !important;
	color: white !important;
}

@keyframes smiley-rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(90deg) translateX(50%);
	}
}

#signupConfirmModal span.icon {
	display: inline-block;
	width: 25%;
}

#signupConfirmModal span.icon .smiley {
	display: block;
	font-size: 7.0em;
	color: #4a9b3f;
	font-weight: bold;
	animation-name: smiley-rotate;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	transform-origin: 50% 50%;
}

#signupConfirmModal span.text {
	display: inline-block;
	width: 65%;
}

.signup-success h3 {
	color: #333;
}

.signup-success .icon {
	text-align: center;
}

.signup-success .icon span {
	font-size: 9.0em;
	color: #4a9b3f;
	vertical-align: text-top;
}

.signup-success .icon span.smiley {
	display: inline-block;
	transform: rotateZ(90deg);
}

.signup-success .icon.icon-norotate span {
	transform: rotateZ(0);
}

.signup-success .text {
	padding-top: 16px;
	padding-left: 32px;
}

.signup-success .text.text-2 {
	padding-left: 64px;
}

.success-animicon span.icon {
	display: inline-block;
	width: 25%;
}

.success-animicon span.icon .smiley {
	display: block;
	font-size: 7.0em;
	color: #4a9b3f;
	font-weight: bold;
	animation-name: smiley-rotate;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	transform-origin: center;
}

.success-animicon span.text {
	display: inline-block;
	width: 65%;
}

.nosplit {
	white-space: nowrap;
}

.signup-steps {
	display: table;
	width: 100%;
}

.signup-steps .step {
	display: table-cell;
	border-bottom: 5px solid gray;
	text-align: center;
}

.signup-steps .step a {
	color: #555;
}

.signup-steps .step.progresscurrent {
	border-bottom-color: #4a9b3f;
}

.signup-steps .step.current {
	border-bottom-color: #4a9b3f;
}

.signup-steps .step.current h1 {
	color: #4a9b3f;
}

.signup-steps .step h1 {
	margin-bottom: 0;
}

.signup-steps .step h1::after {
	content: none !important;
}

.submit-row {
	text-align: right;
}

.submit-row button {
	margin-top: 16px;
}

select.select-multiple {
	height: 200px;
}

select.select-multiple input {
	width: auto;
}