body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.89;
}

strong {
	font-weight: 700;
}

/* Layout */
/*#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.toolbar-fixed #app {
  min-height: calc(100vh - 92px);
}*/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: #1d3660;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #d0333a;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
}

.mt-30 {
	margin-top: 30px;
}

.top-panel > .slim {
	display: flex;
	flex-direction: row;
	height: 100%;
}

.top-panel .slim .top-panel-search-wrapper {
	margin-left: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.top-panel .slim .top-panel-search-wrapper input {
	width: 150px;
	transition: width 0.2s;
}

.top-panel .slim .top-panel-search-wrapper input:focus {
	width: 200px;
}

.top-panel .slim .language-selection {
	margin-right: 75px;
	display: flex;
	flex-direction: row;
	align-self: center;
}

.top-panel .slim .language-selection li {
	position: relative;
	font-size: 16px;
	margin-left: 5px;
	padding-left: 7px;
}

.top-panel .slim .language-selection li a {
	color: #31261c;
	text-decoration: none;
}

.top-panel .slim .language-selection li.active a {
	text-decoration: none;
	pointer-events: none;
	color: #1d3660;
	font-weight: bold;
	padding: 5px 3px;
	position: relative;
}

.top-panel .slim .language-selection li:before {
	content: '|';
	position: absolute;
	left: 0;
	top: 0;
}

.top-panel .slim .language-selection li:first-child:before {
	display: none;
	margin: 0;
	padding: 0;
}

.top-panel .slim .language-selection li.active a:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #1d3660;
	bottom: -7px;
	left: 0;
	position: absolute;
}

.header-slider-wrapper {
	max-width: 100%;
	overflow-x: hidden;
}

.header-slider-wrapper.no-slide-item {
	margin-bottom: 0;
}

.header-slider-wrapper .slider-item.inactive-slider-item {
	display: none;
}

.map-container {
	width: 100%;
}

.projects-map-container {
	height: 700px;
}

/* Helpers */
.divider {
	display: block;
	height: 1px;
	border: 0;
	background-color: #b3b3b3;
}

.divider.spaced {
	margin: 20px 0;
}

.responsive-image {
	width: 100%;
	height: auto;
}

.small-cta-image {
	width: 60px;
	height: auto;
}

/* Content */
/* Footer */
/*
footer.footer {
  margin-top: auto;
}

footer.footer .region.region-footer {
  display: flex;
  flex-direction: row;
}
footer.footer .region.region-footer > * {
  flex: 1 1 0px;
}
*/

/* Forms */
input.error,
textarea.error {
	border-color: red;
}

button.naked-button {
	outline: 0;
	background: transparent;
	border: 0;
	box-sizing: border-box;

}

button.naked-button:focus {
	outline: 0;
}

.block {
	display: block;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

/* Tabs */
.tabs-wrapper .tab-content-wrapper {
	display: none;
}

.tabs-wrapper .tab-content-wrapper.active {
	display: block;
}

.background-image-full-area {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-color: #fec918;*/
	background-color: #fff;
	background-image: url('../images/projekt-bg.jpg');
}

.background-image-full-area img {
	display: none;
}

.background-image-full-area.contain {
	background-size: contain;
}

.node-reset-filter {
	display: none;
}

.node-reset-filter.resetable {
	display: block;
}

.nodefilter-wait-for-ready {

	opacity: 0;

}

.nodefilter-wait-for-ready.ready {
	opacity: 1;
}

.divider.big {
	margin-top: 50px;
	margin-bottom: 50px;
}


.project-listing-wrapper .project-list-item {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #b3b3b3;
}

.project-listing-wrapper .project-list-item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.project-list-item {
	margin-bottom: 25px;
}

.project-list-item .project-title {
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
}

.project-list-item .project-created-date {
	font-size: 14px;
	line-height: 1;
	display: block;
	margin-bottom: 25px;
}

.projects-list-filter {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
	margin-left: -15px;
	margin-right: -15px;
}

.projects-list-filter .filter-item {
	flex: 1 1 0px;
	padding: 0 15px;
}

.projects-list-filter .filter-item .filter-title {
	color: #0e4873;
	font-size: 22px;
	line-height: 1;
}

.project-list-item.not-filtered {
	display: none;
}

.projects-list-filter .filter-element > input {
	display: block;
	width: 100%;
}

.projects-list-filter .filter-element > .select2-container {
	width: 100% !important;
	display: block;
}

.show-if-items {
	display: none;
}

.project-item-additional-info .caption,
.project-item-additional-info .info {
	font-size: 12px;
}

.project-item-additional-info .caption {
	color: #61b0bb;
}

.project-item-additional-info .info {
	padding-right: 10px;
}

.view-planned-projects .project-item-additional-info {
	margin: 20px 0;
}

.view-planned-projects .project-item-additional-info .caption,
.view-planned-projects .project-item-additional-info .info {
	font-size: 21px;
}

.project-list-map-info-window .topic {
	color: #61b0bb;
}

.project-list-map-info-window .title {
	color: #1d3760;
	line-height: 1;
	margin-bottom: 6px;
}

.project-list-map-info-window .readmore-link {
	padding-top: 0;
	font-size: 12px;
	text-transform: none;
}

.project-list-sorting-wrapper {
	margin: 30px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.project-list-sorting-wrapper .node-reset-filter {
	color: #d0333a;
}

.sorting-button .sorting-button-label {
	display: none;
}

.sorting-button.asc .sorting-button-label.asc {
	display: block;
}

.sorting-button.desc .sorting-button-label.desc {
	display: block;
}

/* Project item */
.project-item-wrapper .title {
	margin-bottom: 0;
}

.project-item-wrapper .project-item-meta-info {
	margin-bottom: 120px;
}

.project-item-wrapper .project-item-meta-info .caption,
.project-item-wrapper .project-item-meta-info .info {
	font-size: 18px;
}

.project-item-wrapper .project-item-meta-info .caption {
	color: #61b0bb;
}

.project-item-wrapper .project-item-meta-info .info {
	padding-right: 20px;
}

.project-item-wrapper .project-item-aside {
	border-left: 1px solid #b3b3b3;
}

.project-item-aside > h4 {
	margin-top: 35px;
	color: #61b0bb;
}

.project-item-aside > h4:first-child {
	margin-top: 0;
}

.project-item-wrapper .project-item-additional-media-wrapper h4 {
	color: #61b0bb;
}

.project-item-wrapper .project-item-additional-media-type-wrapper {
	display: flex;
	flex-direction: row;
}

.project-item-wrapper .project-item-additional-media-type-wrapper .project-item-additional-media-items {
	margin-left: 25px;
}

.project-item-wrapper .project-item-additional-media-type-wrapper .project-item-additional-media-items li {
	line-height: 1;
	padding-bottom: 10px;
}


.project-item-aside-info,
.project-item-aside-info a,
.project-item-aside-info li {
	font-size: 16px;
}

.project-item-aside-info a {
	text-decoration: underline;
}

.file--youtube {
	background-image: url(../images/icons/youtube.svg);
	background-size: 27px;
	padding-left: 37px;
	background-repeat: no-repeat;
}

/* Google autocomplete */
.pac-item,
.pac-item * {
	color: red !important;
}

.pac-container {
	z-index: 1100 !important;
}

/* Bootstrap overrides */
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	padding-left: 0;
	padding-right: 0;
	/* overflow-x: hidden; */
}

.block-input input {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.project-add-edit-form-wrapper a.tabledrag-handle .handle {
	width: 30px;
	height: 30px;
}

.project-add-edit-form-wrapper .field-add-more-submit {
	margin-left: 37px;
}

.project-add-edit-form-wrapper .tabledrag-toggle-weight-wrapper {
	display: none;
}

.project-add-edit-form-wrapper label {
	display: block;
}

.project-add-edit-form-wrapper th.field-label .label,
.project-add-edit-form-wrapper h4.label {
	display: block;
	margin-bottom: .5rem;
	box-sizing: border-box;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
}

.project-add-edit-form-wrapper select {
	width: 100%;
	display: block;
}

.project-add-edit-form-wrapper h4.form-section-seperator {
	margin-top: 50px;
	margin-bottom: 35px;
	color: #61b0bb;
}

.project-add-edit-form-wrapper .delta-order.tabledrag-hide {
	display: none !important;
}


/* Select 2 overrides */

.select2-container--default .select2-selection--multiple {
	border-color: #e2e2e2 !important;
	border-radius: 0 !important;
	height: 36px;
	min-height: 0 !important;
}

.select2-selection__choice {
	font-size: 18px;
	line-height: 22px;
}

.f-lightbox {
	cursor: pointer;
}

.news-body {
	margin-top: 20px;
}

.project-organisation-info h4 {
	color: #61b0bb;
	margin-top: 20px;
	margin-bottom: 7px;
	font-size: 25px;
}

.content .project-organisation-info ul {
	list-style: none;
	margin: 0;
	font-size: 17px;
	padding: 0;
}

.project-organisation-info .organisation-logo {
	height: auto;
	max-width: 100%;
	margin-top: 10px;
}

.project-organisation-info .content-section {
	padding-bottom: 35px;
}

.organization-form-wrapper {
	display: none;
}

.organization-form-wrapper .js-form-item-receiver-email {
	display: none;
}


.move-to-password-input {
	display: none;
}

.field--widget-entity-reference-paragraphs em {
	display: none;
}

.project-add-edit-form-wrapper .field-add-more-submit {
	margin-left: 0;
}

.youtube-video-embedd-wrapper {
	display: flex;
	flex-direction: row;
	margin-left: -10px;
	margin-right: -10px;
}

.youtube-video-embedd-wrapper > div {
	flex: 0 0 50%;
	width: 50%;
	padding: 0 10px;
}

.youtube-video-embedd-wrapper iframe {
	width: 100% !important;
}

.youtube-video-embedd-wrapper h4 {
	color: #6ab4bf;
	font-size: 23px;
}

.project-list-map-info-window.advisor-info-window .inner {
	width: 300px;
	padding: 7px;
	background-color: rgb(97 176 187 / 0.7);
	border-radius: 5px;
	color: #fff;
	margin: 10px 0;
}

.project-list-map-info-window.advisor-info-window p {
	padding: 0;
	margin: 0;
}

.project-list-map-info-window.advisor-info-window .topic {
	font-size: 13px;
}

.project-list-map-info-window.advisor-info-window .title {
	color: #fff;
}

.project-list-map-info-window.advisor-info-window .readmore-link {
	/*color: #fff;*/
	display: block;
	background-color: #1d365f;
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: -7px;
	margin-top: 10px;
	text-decoration: none;
	padding: 7px;
	color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 14px;
}

.project-list-map-info-window.advisor-info-window .readmore-link:hover {
	color: #d0333a;
}

.m-l {
	margin-left: 10px;
}




.tile-grid-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}

.tile-grid-wrapper > .tile-item {
	flex: 0 0 50%;
	box-sizing: border-box;
	padding: 10px;
	overflow: hidden;
	min-height: 260px;
}

.tile-grid-wrapper > .tile-item > .inner {
	width: 100%;
	height: 100%;
	position: relative;


}

.slider-item-inner-text {
	display: none;
}

.tile-grid-wrapper > .tile-item > .inner > .body {
	display: block;
	width: 100%;
	height: 100%;
}

.tile-grid-wrapper > .tile-item > .inner > .body .slider-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tile-grid-wrapper > .tile-item > .inner > .body .slider-item .container {
	padding: 0;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.25);
	transition: background-color 0.3s ease-out;
}

.tile-grid-wrapper > .tile-item > .inner > .body:hover .slider-item .container {
	background-color: rgba(0, 0, 0, 0);
}

.tile-grid-wrapper > .tile-item > .inner > .body .title,
.tile-grid-wrapper > .tile-item > .inner > .body .text,
.tile-grid-wrapper > .tile-item > .inner > .body .slider-item-inner-text,
.tile-grid-wrapper > .tile-item > .inner > .body .slider-item .slider-title {
	padding: 0 20px 0 20px;
	color: #fff;
	display: block;
}

.tile-grid-wrapper > .tile-item > .inner > .body .slider-item .slider-title {
	font-weight: 500;
}

.tile-grid-wrapper > .tile-item > .inner > .body .slider-item-inner-text {
	padding-bottom: 0;
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 20px;
	;
}

.tile-grid-wrapper > .tile-item > .inner > .body .slider-item-inner-text p {
	margin: 0;
	padding: 0;
}

.tile-grid-wrapper > .tile-item > .inner > .body .title,
.tile-grid-wrapper > .tile-item > .inner > .body .slider-item .slider-title {
	color: #fff;
	font-size: 2rem;
	line-height: 1.125;
	margin: 0;
}

#edit-field-start-datetime-wrapper .fieldset-legend,
#edit-field-end-datetime-wrapper .fieldset-legend {
	display: none;
}

/* Changes new nav */

body.toolbar-fixed.user-logged-in #message-banner {
	top: 90px;
}

body div.top-panel {
	/*
  top: 108px;
  top: 45px;
  */
	top: 0;
}

body.top-header-message-visible div.top-panel {
	top: 63px;
	z-index: 500;
}

body.toolbar-fixed div.top-panel div.full {
	background-color: #fcfbfa;
}

body.toolbar-fixed.toolbar-tray-open div.top-panel {
	top: 80px;
}

body.toolbar-fixed.top-header-message-visible div.top-panel {
	top: 153px;
}

.top-panel ul.navigation .navigation-children-wrapper {
	display: none;
}

.top-panel ul.navigation > li.navigation-heading {
	display: block;
	padding-top: 35px;
	color: #31261c;
	cursor: pointer;
	white-space: nowrap;
	font-size: 16px;
	position: relative;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 25px;
}

.top-panel ul.navigation.active .navigation-children-wrapper {
	display: flex;
}

.top-panel ul.navigation.active > li.navigation-heading,
.top-panel ul.navigation > li.navigation-heading:hover {
	color: #1d3660;
}

.top-panel ul.navigation.active > li.navigation-heading::before,
.top-panel ul.navigation > li.navigation-heading:hover::before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #1d3660;
	bottom: 0;
	left: 0;
	position: absolute;
}

body .top-panel.show-full .slim {
	display: flex;
	padding: 5px 0;
	background: #efebe6;
	min-height: 42px;
}

body .top-panel.show-full img.full {
	width: 50px;
	padding: 0;
}

body div.top-panel div.top-panel-full-inner {
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: center;
}

.top-panel-logo-a {
	position: absolute;
	left: 15px;
	top: 7px;
}

.top-main-nav-wrapper {
	display: flex;
	flex-direction: row;
	padding: 0;
	margin-left: 15%;
}

.top-main-nav-wrapper > div {
	max-width: 100%;
	flex: 0 0 auto;
	width: auto;
	position: static;
	padding: 0;
	padding: 0 15px;
}

/*
.top-panel ul.navigation > li {
  position: absolute;
}
.top-panel ul.navigation > li.navigation-heading {
  position: static;
}*/

body .top-panel.show-full .full {
	overflow-y: visible;
	overflow-x: visible;
}

.top-panel ul.navigation .navigation-children-wrapper {
	position: absolute;
	left: 0;
	top: 72px;
	background-color: #f5f3f0;
	width: 100%;
}

body.toolbar-fixed .top-panel ul.navigation .navigation-children-wrapper {
	top: 73px;
}

.navigation-children-wrapper {
	display: flex;
	justify-content: center;
	flex-direction: row;
}

.navigation-children-wrapper-inner {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.navigation-children-wrapper-inner > div.left {
	flex: 0 0 40%;
	width: 40%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: calc(15% + 10px);
	padding-right: 15px;
}

.navigation-children-wrapper-inner > div.right {
	flex: 0 0 60%;
	width: 60%;
	padding-right: 30px;
	padding-left: 15px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
	line-height: 28px;
	border-left: 2px solid #fff;
}

.navigation-children-wrapper .navigation-children li {
	padding: 3px 0;
}

.navigation-children-wrapper .navigation-children li a {
	color: #1d3660;
	font-size: 14px;
	line-height: 28px;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

.navigation-children-wrapper .navigation-children li a:hover {
	border-left: 1px solid #1d3660;
}

.navigation-children-wrapper .navigation-children li a.is-active {
	background: #d2d7df;
	border-left: 1px solid #1d3660;
}

.navigation.uppercase .navigation-children-wrapper-inner .block a {
	text-transform: none;
}

.move-block-html-out-of-here {
	display: none;
}

.top-panel-search-wrapper {
	position: absolute;
	right: 15px;
	max-width: 190px;
	top: 12px;
	/*bottom: 7px;*/
}

body .top-panel.show-full .full {
	padding-top: 5px;
	padding-bottom: 0;
}

body .top-panel-search-wrapper input {
	background-color: #f2efeb;
	outline: 0 !important;
	box-shadow: 0 0 0;
	border-width: 0;
	font-size: 18px;
	padding: 5px 20px;
	background-position: 150px center;
	background-size: 20px;
	padding-right: 45px;
}

.top-panel-search-wrapper input::placeholder,
.top-panel-search-wrapper input:-ms-input-placeholder,
.top-panel-search-wrapper input::-ms-input-placeholder {
	color: #31261c
}

.top-panel .slim .language-selection li {
	position: relative;
}

body .top-panel .slim .language-selection li {
	padding-left: 10px;
	margin-left: 8px;
}

body .top-panel .slim .language-selection li:first-child {
	padding-left: 0px;
	margin-left: 0px;
}

body .top-panel.show-full {
	padding-top: 0;
}

.top-panel-slim-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.top-panel-slim-inner .slim-navigation-wrapper ul.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.top-panel-slim-inner .slim-navigation-wrapper ul.menu li a {
	font-size: 12px;
	color: #31261c;
	text-decoration: none;
}

.top-panel-slim-inner .slim-navigation-wrapper ul.menu li {
	padding-left: 30px;
	padding-top: 0;
	line-height: 14px;
}

.top-panel-slim-inner .slim-navigation-wrapper ul.menu li:first-child {
	padding-left: 0;
}

.top-panel-slim-inner .slim-navigation-wrapper ul.menu li a.profil-icon::before {
	display: inline;
	font-size: 16px;
	line-height: 16px;
	font-family: "Material Icons";
	font-weight: bold;
	content: "\e853";
	vertical-align: bottom;
	margin-right: 5px;
}

.top-panel-mobile-actions-wrapper {
	display: none;
}

.mobile-child-navigation-back-btn {
	display: none;
}

body.top-header-message-visible {
	padding-top: 63px;
}

body.top-header-message-visible.toolbar-tray-open.toolbar-horizontal.toolbar-fixed.user-logged-in {
	padding-top: 153px !important;
}

.top-panel-search-icon-mobile-trigger {
	width: 17px;
	height: 17px;
	display: none;
}

.caption-search {
	display: none;
}

.top-panel .top-panel-search-wrapper input {
	background-image: none;
}

.top-panel .top-panel-search-wrapper::after {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	background-image: url('../images/lupe.png');
	background-position: center center;
	background-size: contain;
	right: 14px;
	top: 10px;
}

/* Startseiten Styles anpassungen */
.content-block .sub-header {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.33;
	color: #61b0bb;
	margin-bottom: 10px;

}

.content-block .second-header {
	color: #31261c;
	font-size: 30px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	margin-top: 0;
	padding-top: 0;
}

body a.btn,
body a.btn:link,
body a.btn:visited {
	color: #fff;
	background-color: #4a5e80;
	border-radius: 25px;
	font-size: 18px;
	line-height: 1.89;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

body a.btn:hover,
body .paragraph a.btn:hover {
	color: #fff;
	background-color: #1d3660;
	text-decoration: none;
}

body a.btn.gelb,
body a.btn.gelb:link,
body a.btn.gelb:visited {
	color: #000;
	background-color: #ffd733;
}

body a.btn.gelb:hover,
body .paragraph a.btn.gelb:hover {
	color: #000;
	background-color: #ffcd00;
}

body a.btn.rot,
body a.btn.rot:link,
body a.btn.rot:visited {
	color: #fff;
	background-color: #d95c61;
}

body a.btn.rot:hover,
body .paragraph a.btn.rot:hover {
	color: #fff;
	background-color: #d0333a;
}

body a.btn.petrol,
body a.btn.petrol:link,
body a.btn.petrol:visited {
	color: #fff;
	background-color: #81c0c9;
}

body a.btn.petrol:hover,
body .paragraph a.petrol:hover {
	color: #fff;
	background-color: #61b0bb;
}

body a.btn.gruen,
body a.btn.gruen:link,
body a.btn.gruen:visited {
	color: #fff;
	background-color: #aab94d;
}

body a.btn.gruen:hover,
body .paragraph a.gruen:hover {
	color: #fff;
	background-color: #95a721;
}

/* news teaser */
.news-teaser-wrapper {
	display: flex;
	flex-direction: row;
	margin: -15px;
	flex-wrap: wrap;
}

.news-teaser-wrapper .background-image-full-area {
	height: 170px;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.news-teaser-wrapper .background-image-full-area {
		height: auto;
	}
}

.news-teaser-wrapper .item {
	display: block;
	width: calc(50% - 30px);
}

.news-teaser-wrapper.project-listing-wrapper .project-list-item {
	padding: 0;
	margin: 15px;
	border-top: 14px solid #1d3660;
}

/* Gastbeitrag */
.news-teaser-wrapper.project-listing-wrapper .project-list-item.news-teaser-item-category-97 {
	border-top-color: #95a721;
}

.news-teaser-wrapper .sub-header {
	margin-bottom: 10px;
	color: #1d3660;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	text-transform: none;
}

.news-teaser-wrapper .sub-header .date {
	color: #1d3660;
	display: inline-block;
	margin-left: 10px;
}

.news-list-wrapper .project-list-item h3 {
	font-size: 25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	color: #31261c;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	/* height: 68px; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* max-height: 68px; */
	/* fallback */
	/* -webkit-line-clamp: 2; */
	/* number of lines to show */
	/* -webkit-box-orient: vertical; */
}

.news-list-wrapper .project-list-item .project-intro-text-wrapper {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
	/* height: 204px; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* max-height: 204px; */
	/* fallback */
	/* -webkit-line-clamp: 6; */
	/* number of lines to show */
	/* -webkit-box-orient: vertical; */
}

.block-views-blocknews-block-2 > h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #31261c;
	font-size: 30px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
}

/* go-to-news-section-link */
body a.small-info-link,
body a.small-info-link:link,
body a.small-info-link:visited {
	color: #31261c;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.83;
}

body a.small-info-link:hover {
	text-decoration: underline;
}

a.small-info-link .material-icons {
	color: #31261c;
	font-size: 14px;
	position: relative;
	top: 2px;
	vertical-align: baseline;
}

.view-id-news {
	position: relative;
}

body a.small-info-link.go-to-news-section-link {
	font-size: 14px;
}

.go-to-news-section-link {
	position: absolute;
	top: -42px;
	right: 0;
}

.all-news-mobile {
	text-align: center;
	margin-top: 30px;
	display: none;
}

.all-news-mobile .btn {
	display: inline-block;
}

body a.readmore-link,
body a.readmore-link:link,
body a.readmore-link:visited {
	color: #1d3660;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
}

body a.readmore-link:hover,
body .paragraph a.readmore-link:hover {
	text-decoration: none;
	color: #d0333a;
}

body .block-twitter-embed-timeline {
	background-color: #eee;
	padding: 5px;
	max-height: 640px;
	overflow-y: auto;
}

body .block-twitter-embed-timeline > h2 {
	padding: 0;
	margin: 0;
	font-size: 30px;
}

body .block-twitter-embed-timeline iframe {
	background: #fff;
}

body ol.timeline-TweetList {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 10px;
}

body li.timeline-TweetList-tweet {
	background-color: #fff;
	margin: 25px 10px;
	padding: 15px;
	border-radius: 5px;
}

.colored-box {
	padding: 35px 20px;
	background-color: #faf9f7;
}

.content-block .small-header {
	font-size: 18px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	color: #31261c;
	margin: 0 0 20px 0;
}

body .content-block .readmore-link.slim,
body .readmore-link.slim {
	padding: 0;
}


/* Slider Anpassungen */
body .header-slider-wrapper .slider-item {
	height: 410px;
	background-color: transparent;
}

body .header-slider-wrapper .slider-item > .inner {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: center;
}

body .header-slider-wrapper .slider-item > .inner > .content-wrapper {
	width: 1060px;
	max-width: 100%;
	/*flex: 0 0 950px;*/
	position: relative;
	height: 410px;
	/*top: 25px;*/
}

body .header-slider-wrapper .slider-item .slider-image {
	height: 335px;
	width: 670px;
	position: absolute;
	top: 25px;
	left: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

body .header-slider-wrapper .slider-item .slider-content {
	max-height: 335px;
	background-color: #fdfdfc;
	border-radius: 10px;
	width: 530px;
	position: absolute;
	bottom: 25px;
	right: 0;
}

body .header-slider-wrapper .slider-item .slider-content p {
	margin-bottom: 10px;
}

body .header-slider-wrapper.slick-dotted.slick-slider {
	background-color: #fff;
	margin-bottom: 80px;
}

body .header-slider-wrapper .slider-item:after {
	/*body .header-slider-wrapper:after {*/
	content: '';
	height: 325px;
	width: 100%;
	z-index: 0;
	width: 100%;
	top: 35px;
	position: absolute;
	background-color: #1d3660;
}

body .header-slider-wrapper .slider-item .slider-item-background-image {
	position: absolute;
	bottom: 0;
	left: 0;
	/*
  content: '';

  */
	/*
  background-image: url('../images/pikto-muster-blaue.png');
  */
	/*

  */
	height: 270px;
	width: 100%;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom left;
}

body .header-slider-wrapper .slider-item.bgposition-84 .slider-item-background-image {
	background-position: bottom right;
}

body .header-slider-wrapper .slider-item.bgposition-85 .slider-item-background-image {
	background-position: center center;
}

body .header-slider-wrapper .slider-item.bgposition-86 .slider-item-background-image {
	background-position: top left;
}

body .header-slider-wrapper .slider-item.bgposition-87 .slider-item-background-image {
	background-position: top right;
}


/* Yellow */
body .header-slider-wrapper .slider-item.color-96:after {
	background-color: #FFCD00;
}

/* Blue */
body .header-slider-wrapper .slider-item.color-89:after {
	background-color: #1D3660;
}

/* Red */
body .header-slider-wrapper .slider-item.color-94:after {
	background-color: #D0333A;
}

/* White */
body .header-slider-wrapper .slider-item.color-95:after {
	background-color: #ffffff;
}

/* Black */
body .header-slider-wrapper .slider-item.color-88:after {
	background-color: #31261C;
}


/* Grey */
body .header-slider-wrapper .slider-item.color-91:after {
	background-color: #EFEBE6;
}

/* Patrol */
body .header-slider-wrapper .slider-item.color-93:after {
	background-color: #61B0BB;
}

/* Green */
body .header-slider-wrapper .slider-item.color-90:after {
	background-color: #95A721;
}

/* Light Red */
body .header-slider-wrapper .slider-item.color-92:after {
	background-color: #F6B1AB;
}

/*
blau: #1D3660  89
red: #D0333A 90
white: #ffffff   92
black: #31261C    91
*/

/*
body .header-slider-wrapper:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url('../images/pikto-muster-blaue.png');
  height: 270px;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
*/


body .header-slider-wrapper .slick-list {
	z-index: 2;
}

body .header-slider-wrapper .slider-item > .inner {
	position: relative;
	z-index: 2;
}

body .header-slider-wrapper .slider-item .slider-content {
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
	padding: 30px 30px 27px;
	-webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.07);
	-moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.07);
}

body .header-slider-wrapper .slider-item .slider-content p:last-child {
	margin-bottom: 0;
}

body .header-slider-wrapper .slider-item .slider-content .meta-info {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 2;
	color: #31261c;
}

body .header-slider-wrapper .slider-item .slider-content .meta-info .date {
	color: #1d3660;
	display: inline-block;
	margin-left: 10px;
}

/*
<span class="meta-info">Meldung <span class="date">19.01.2021</span></span>
        <h3 class="slider-item-title">Ausblick auf 2021</h3>
        <p>
          Auch, wenn die Coronakrise Deutschland und Frankreich immer noch fest im Griff hat, gibt es allen Grund zur Hoffnung, schreibt Benjamin Kurc, Leiter des Bürgerfonds, in seinem Ausblick auf 2021.
        </p>
        <a href="#" class="readmore-link slim">Mehr lesen</a>
*/

body .header-slider-wrapper .slider-item .slider-content .slider-item-title,
body .header-slider-wrapper .slider-item .slider-content .title,
body .header-slider-wrapper .slider-item .slider-content h1,
body .header-slider-wrapper .slider-item .slider-content h2,
body .header-slider-wrapper .slider-item .slider-content h3,
body .header-slider-wrapper .slider-item .slider-content h4,
body .header-slider-wrapper .slider-item .slider-content h5 {
	font-size: 25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	margin: 0 0 20px 0;
	padding: 0;
	color: #31261c;
}

body .header-slider-wrapper .slider-item .slider-content h3 {
	margin-bottom: 10px;
}

body .header-slider-wrapper .slider-item .slider-content h3 a {
	color: #31261c;
	text-decoration: none;
}

.slick-arrow {
	display: none;
}

.color-primary {
	/*color: #1d3660;*/
	color: #fff;
}

.color-secondary {
	/*color: #61b0bb;*/
	color: rgba(255, 255, 255, 0.7);
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-60 {
	margin-bottom: 60px;
}

.massive-title {
	font-size: 60px;
	font-weight: 900;
	line-height: 1.23;
	margin-top: 0;
}

.big-title {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.23;
	margin-top: 0;
}

.start-jumbotron-cta-area {
	text-align: center;
}

.btn.massive,
a.btn.massive,
a.btn.massive:link,
a.btn.massive:visited {
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
	padding-left: 65px;
	padding-right: 65px;
	line-height: 38px;
}

.btn.highlighted,
a.btn.highlighted,
a.btn.highlighted:link,
a.btn.highlighted:visited {
	background-color: #d0333a;
	color: #fff;
	border: 1px solid #d95c61;
}

.btn.highlighted.massive,
a.btn.highlighted.massive,
a.btn.highlighted.massive:link,
a.btn.highlighted.massive:visited {
	border-width: 5px;
}

.btn.highlighted:hover,
a.btn.highlighted:hover {
	border-color: #d0333a;
	box-shadow: 2px 2px 3px 0 rgba(155, 1, 8, 0.92);
}

body .top-panel {

	z-index: 100;
}

body .top-panel {
	box-shadow: 0 0 0;
	transition: box-shadow 0.1s ease-out;
}

body.scrolled .top-panel {
	box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 20%);
}

body .region.region-message {
	position: relative;
	bottom: -65px;
	z-index: 10;
}

/*body .top-panel,
body #message-banner,
body #app {
  max-width: none !important;
}
body .top-panel-fixed-fix-block {
  background-color: #efeae4;
}*/

/* Slider arrows */
/* wir gehen davon aus dass slider content 950px breit ist */
/* 950/2 = 475 */
/* position vom arrow: left: 100%, transform left: 475 + 20 (margin) + 60 (own width)*/

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
	width: 60px;
	height: 60px;
	box-shadow: 0 2px 4px 0 rgba(49, 38, 28, 0.78);
	background-color: #1d3660;
}

button.slick-prev.slick-arrow:before,
button.slick-next.slick-arrow:before {
	color: #fff;
	font-size: 40px;
	font-family: 'Material Icons';
}

button.slick-prev.slick-arrow {
	position: absolute;
	left: 50%;
	transform: translate(-605px, -50%);
}

button.slick-next.slick-arrow {
	transform: rotate(180deg) translate(-605px, 50%);
	position: absolute;
	right: 50%;
}

button.slick-prev.slick-arrow:before {
	content: 'arrow_back_ios_new';
}

button.slick-next.slick-arrow:before {
	content: 'arrow_back_ios_new';

}

body ul.slick-dots {
	background: #fff;
	padding: 0;
}

body ul.slick-dots li button:before {
	color: #61b0bb;
	opacity: 0.5;
}

body ul.slick-dots li.slick-active button::before,
body ul.slick-dots li button:hover::before {
	color: #61b0bb;
	opacity: 1;
}

.colored-box.pikto-gluehbirne {
	position: relative;
	overflow: hidden;
}

.colored-box.pikto-gluehbirne::after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: url('../images/pikto-gluehbirne.png');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -40px;
	right: -90px;
	opacity: 0.15;
	pointer-events: none;
}

.subscribe-newsletter-info-box-wrapper {
	margin: 20px 0;
	background-color: #b0d7dd;
}

.subscribe-newsletter-info-box-wrapper .inner {
	position: relative;
	color: #31261c;
	padding: 25px 0 30px 0;

}

/*
.subscribe-newsletter-info-box-wrapper .inner::after {
  content: '';
  position: absolute;
  top: -20px;
  right: 0;
  width: 100%;
  max-width: 410px;
  height: calc(100% + 40px);
  background-image: url('../images/pikto-clouds.png');
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
*/
.subscribe-newsletter-info-box-wrapper .inner::before {
	content: '';
	position: absolute;
	top: auto;
	bottom: -28px;
	right: auto;
	left: -110px;
	width: 95px;
	height: 95px;
	background-image: url('../images/pikto-taube.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 0;
}

.subscribe-newsletter-info-box-wrapper .newsletter-title {
	font-size: 25px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	margin: 0 0 30px 0;
	padding: 0;
}

.subscribe-newsletter-info-box-wrapper .container {
	position: relative;
}


.subscribe-newsletter-info-box-wrapper .newsletter-form-row {
	z-index: 1;
	position: relative;
}

.subscribe-newsletter-info-box-wrapper .newsletter-form-row > div {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.subscribe-newsletter-info-box-wrapper .newsletter-form-row > div label {
	margin: 0;
	padding: 0;
	color: #31261c;
	font-size: 14px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	margin-bottom: auto;
	padding-bottom: 10px;
}

.subscribe-newsletter-info-box-wrapper .newsletter-form-row > div input[type="text"] {
	display: block;
	width: 100%;
}

#sib-container {
	background: transparent !important;
}

.sib-form {
	padding: 0 !important;
	z-index: 1;
	position: relative;
}

#sib-container {
	padding: 0 !important;
}

#sib-form {
	display: flex;
	flex-wrap: wrap;
}

#sib-form .entry__error {
	display: none;
}

#sib-form > div {
	width: 50%;
	margin-bottom: 20px;
}

.sib-form .input {
	background-color: #f2efeb !important;
}

.sib-form .checkbox__label {
	line-height: 20px;
}

.sib-form .entry__choice {
	text-indent: 0 !important;
	padding-left: 0 !important;
	display: flex;
	flex-wrap: wrap;
}

.sib-form .entry__choice > p {
	display: inline-block;
	width: calc(100% - 30px);
}

.sib-form-block__button {
	color: #fff;
	background-color: #4a5e80;
	border-radius: 25px;
	font-size: 18px;
}

.sib-form-block__button:hover {
	background-color: #1d3660;
}

input[type="text"] {
	background-color: #f2efeb;
	padding: 8px 215px 8px 20px;
	border: 0;
	box-shadow: 0 0 0;
	outline: 0;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
	color: #31261c;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.89;
}




.view-tile-content-grid .tile-item .slider-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.view-tile-content-grid .tile-item .content-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
}

.view-tile-content-grid .tile-item .content-block {
	position: relative;
	z-index: 2;
	color: #ffffff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.view-tile-content-grid .tile-item .content-block p {
	margin: 0 35px;
}

.slider-content-title {
	display: none;
}

body .header-slider-wrapper .slider-item.no-text > .inner > .content-wrapper,
body .header-slider-wrapper.single-slide-item .slider-item > .inner > .content-wrapper {
	width: 100%;
	top: 0;
	bottom: 0;
}

body .header-slider-wrapper .slider-item.no-text .slider-image,
body .header-slider-wrapper.single-slide-item .slider-item .slider-image {
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
	height: 100%;

}

body .header-slider-wrapper .slider-item.no-text .slider-content {
	display: none;
}

body .header-slider-wrapper.single-slide-item .slider-item {
	height: auto;
}

body .header-slider-wrapper.single-slide-item .slider-item > .inner > .content-wrapper {
	height: 0;
	padding-top: 50%;
}

body .header-slider-wrapper.single-slide-item .slider-item::after {
	display: none;
}

body .header-slider-wrapper.single-slide-item .slider-item .slider-content {
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: auto;
	background-color: transparent;
	right: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	box-shadow: 0 0 0;
	max-height: unset;
	max-width: 1270px;
}

.view-tile-content-grid .tile-item .content-block .slider-content-title,
body .view-tile-content-grid .tile-item .header-slider-wrapper.single-slide-item .slider-item .slider-content .slider-content-title,
body .header-slider-wrapper.single-slide-item .slider-item .slider-content .slider-content-title {
	color: #fff;
	margin: 0;
	font-size: 23px;
	margin-bottom: 15px;
	display: block;
}

body .header-slider-wrapper.single-slide-item .slider-item .slider-content .slider-content-title {
	font-size: 50px;
	line-height: 1.2;
}

body .header-slider-wrapper.single-slide-item .slider-item .slider-content p {
	font-size: 24px;
	line-height: 1.2;
}

body .header-slider-wrapper.old-header .slider-item:after {
	display: none;
}

body .header-slider-wrapper.old-header .slider-item {
	height: 0;
	padding-top: 50%;
}

/* Mobile State */
@media (max-width: 991px) {
	.top-main-nav-wrapper {
		margin-left: 50px;
	}

	.top-panel ul.navigation > li.navigation-heading {
		font-size: 12px;
		line-height: 12px;
	}

	.navigation-children-wrapper-inner > div.left {
		padding-left: 65px;
	}

	.styled-teaser-box-wrapper {
		flex-direction: column;
	}

	.styled-teaser-box-wrapper .item {
		width: 100%;
	}


}

@media(max-width: 767px) {
	.tile-grid-wrapper .tile-item {
		flex: 0 0 100%;
		width: 100%;
	}

	.tile-grid-wrapper > .tile-item > .inner > .body .slider-item-inner-text p {
		font-size: 19px;
	}

	.tile-grid-wrapper > .tile-item > .inner > .body .title,
	.tile-grid-wrapper > .tile-item > .inner > .body .slider-item .slider-title {
		font-size: 29px;
		;
	}
}

@media (max-width: 767px) {

	/* Slider mobile */
	body .header-slider-wrapper .slider-item {
		height: 590px;
	}

	body .header-slider-wrapper .slider-item .slider-item-background-image {
		height: 100%;
	}

	body .header-slider-wrapper .slider-item .slider-image {
		height: 160px;
		width: calc(100% - 10px);
		margin-left: 10px;
	}

	body .header-slider-wrapper .slider-item .slider-content {
		width: calc(100% - 20px);
		left: 10px;
		right: auto;
		top: 175px;
		padding: 20px 20px 20px;
		height: 280px;
		height: 335px;
		height: 410px;
		height: 450px;
		max-height: none;
		overflow: auto;
	}

	body .header-slider-wrapper .slider-item:after {
		height: 418px;
		height: 473px;
		height: 498px;
	}

	body .header-slider-wrapper .slider-item.no-text .slider-image {
		margin: 0;
	}

	body .header-slider-wrapper.single-slide-item .slider-item .slider-content .slider-content-title {
		font-size: 26px;
	}

	body .header-slider-wrapper.single-slide-item .slider-item .slider-content p {
		font-size: 16px;
	}

	button.slick-next.slick-arrow {
		display: none !important;
	}

	.top-panel .top-panel-search-wrapper input {
		width: 0;
		opacity: 0;
		transition: width 0.3s ease-out, opacity 0.3s ease-out;
		pointer-events: none;
	}

	.caption-search {
		font-size: 12px;
		color: #31261c;
		display: block;
		text-align: right;
		top: -8px;
		position: relative;
		transition: opacity 0.3s ease-out;
	}

	.top-panel-search-icon-mobile-trigger {
		display: block;
		position: absolute;
		right: 14px;
		top: 10px;
		pointer-events: all;
		z-index: 2;
	}

	.top-panel-search-wrapper.expanded input {
		pointer-events: all;
		width: 150px;
		opacity: 1;
	}

	.top-panel-search-wrapper.expanded .caption-search {
		opacity: 0;
		pointer-events: none;
	}

	body .top-panel.show-full {
		/*
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    */
		background-color: #f7f5f2;
		justify-content: flex-end;
		display: flex;
		flex-direction: column-reverse;
	}

	body.mobile-menu-open .top-panel.show-full {
		height: min-content;
		min-height: 100%;
		position: static;
	}

	/* scroll fix */
	body .top-panel-outer-fixed-container {
		z-index: 100;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		overflow: scroll;
		background-color: #f7f5f2;
		flex: 1;
		display: flex;
		overflow: auto;
		/*
    justify-content: flex-end;
    display: flex;
    flex-direction: column-reverse;
    */
	}

	body.mobile-menu-open .top-panel-outer-fixed-container {
		height: 100vh;
	}

	body.mobile-menu-open.top-header-message-visible .top-panel-outer-fixed-container {
		margin-top: 63px;
		height: calc(100vh - 63px);
	}

	body.mobile-menu-open {
		overflow: hidden;
	}

	body .top-panel.show-full .slim {
		padding: 30px 0;
	}

	.top-panel-slim-inner {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.top-panel-slim-inner .slim-navigation-wrapper ul.menu {
		flex-direction: column;
		align-items: flex-start;
	}

	.top-panel .slim .language-selection {
		margin-left: 0;
		margin-right: 0;
		align-self: unset;
	}

	.top-panel-slim-inner .slim-navigation-wrapper ul.menu {
		margin: 0;
		margin-bottom: 50px;
	}

	.top-panel-slim-inner .slim-navigation-wrapper ul.menu li {
		padding: 0 0 30px 0;
	}

	.top-main-nav-wrapper {
		flex-direction: column;
		margin: 0;
		padding: 0;
		margin-left: -15px;
		margin-right: -15px;

		border-top: 1px solid #f7f5f1;
	}

	.top-main-nav-wrapper > div {
		padding: 0;
	}

	.top-panel ul.navigation > li.navigation-heading {
		padding: 0;
		padding-left: 15px;
		padding-right: 15px;
		background-color: #fcfbfa;
		border-bottom: 1px solid #f7f5f1;
		font-size: 16px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.top-panel ul.navigation.active > li.navigation-heading,
	.top-panel ul.navigation.active > li.navigation-heading:hover {
		color: #1d3660;
		border-bottom-color: #1d3660;
		text-decoration: none;
	}

	.top-panel ul.navigation.active li.mobile-child-navigation-back-btn {
		display: block;
	}

	.top-panel ul.navigation.active li.mobile-child-navigation-back-btn a:hover,
	.top-panel ul.navigation.active li.mobile-child-navigation-back-btn a.is-active {
		background: transparent;
		border-left: 0 none;
	}

	.navigation-children-wrapper .navigation-children li.mobile-child-navigation-back-btn {
		position: relative;
		padding-left: 15px;
	}

	.navigation-children-wrapper .navigation-children li.mobile-child-navigation-back-btn a::after {
		display: none;
	}

	li.mobile-child-navigation-back-btn:after {
		position: absolute;
		content: '';
		background-image: url(../images/arrow-right.png);
		background-position: center center;
		background-size: contain;
		transform: rotate(180deg);
		width: 25px;
		height: 25px;
		left: 0px;
		top: 17px;
	}

	.top-panel ul.navigation > li.navigation-heading:after {
		content: '';
		background-image: url(../images/arrow-right.png);
		background-position: center center;
		background-size: contain;
		width: 25px;
		height: 25px;
		position: absolute;
		right: 15px;
		transition: transform 0.3s ease-out;
	}

	.top-panel ul.navigation.active > li.navigation-heading:after {
		transform: rotate(90deg);
	}

	.top-panel ul.navigation.active > li.navigation-heading::before,
	.top-panel ul.navigation > li.navigation-heading:hover::before {
		display: none;
	}

	body.top-panel-sub-navigation-is-open .top-panel ul.navigation > li.navigation-heading {
		display: none;
	}

	.top-panel ul.navigation .navigation-heading {
		margin: 0;
	}

	.navigation-children-wrapper-inner {
		width: 100% !important;
		flex-direction: column;
	}

	.navigation-children-wrapper-inner > div {
		width: 100%;
		flex-basis: auto;
	}

	.top-panel ul.navigation .navigation-children-wrapper {
		position: static;
		margin-bottom: 0;
	}

	.navigation-children-wrapper-inner > div.left {
		padding: 0;
		margin: 0;
		width: 100%;
		flex: 0 1 auto;
	}

	.navigation-children-wrapper-inner > div.right {
		padding: 20px 30px;
		margin: 0;
		width: 100%;
		flex: 0 1 auto;
		border-left: 0 none;
		background: #f2efeb;
	}

	.navigation-children-wrapper .navigation-children {
		padding: 0 15px;
	}

	.navigation-children-wrapper .navigation-children li a {
		padding: 13px 15px;
		position: relative;
		color: #1d3660;
	}

	.navigation-children-wrapper .navigation-children li.mobile-child-navigation-back-btn a {
		color: #31261c;
	}

	.top-panel ul.navigation.active > li.navigation-heading,
	.top-panel ul.navigation > li.navigation-heading:hover {
		text-decoration: none;
	}

	.top-panel-search-wrapper {
		position: static;
	}

	body.toolbar-vertical.user-logged-in #message-banner {
		top: 80px;
	}

	body.toolbar-vertical .top-panel.show-full > .full {
		padding-top: 80px;
	}

	body.top-header-message-visible div.top-panel > .full {
		top: 63px;
		background: #fcfbfa;
	}

	body.toolbar-vertical.top-header-message-visible div.top-panel > .full {
		top: 143px;
	}

	body div.top-panel div.top-panel-full-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0;
		position: relative;
	}

	body div.top-panel div.top-panel-full-inner .top-panel-logo-a {
		position: static;
		width: 50px;
		height: auto;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		margin: 15px 0;
	}

	body div.top-panel div.top-panel-full-inner .top-main-nav-wrapper {
		flex: 0 0 100%;
		width: 100%;
	}

	.top-panel-search-wrapper {
		position: absolute;
		top: 13px;
		right: 15px;
		height: 60px;
		cursor: pointer;
	}

	.top-panel-mobile-actions-wrapper {
		position: absolute;
		top: 15px;
		left: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.top-panel-mobile-actions-wrapper .nav-toggle-wrapper {
		top: 0;
		left: 0;
		position: static;
	}

	.top-panel-mobile-actions-wrapper .caption-close,
	.top-panel-mobile-actions-wrapper .caption-menu {
		font-size: 12px;
		transform: translate(0px, -10px);
	}

	.top-panel-mobile-actions-wrapper .caption-close {
		display: none;
	}

	body.mobile-menu-open .top-panel-mobile-actions-wrapper .caption-close {
		display: block;
	}

	body.mobile-menu-open .top-panel-mobile-actions-wrapper .caption-menu {
		display: none;
	}

	.top-panel-mobile-actions-wrapper .hamburger-button {
		/*
    width: 40px;
    height: 40px;
    */
		transform-origin: center center;
		transform: scale(0.78);
	}

	/*
  .top-panel-mobile-actions-wrapper .hamburger-button  > span {
    width: 20px;
  }
  */

	body .top-panel.show-full > .slim,
	body .top-panel > .full .top-main-nav-wrapper {
		display: none;
	}

	body.mobile-menu-open .top-panel.show-full > .slim,
	body.mobile-menu-open .top-panel > .full .top-main-nav-wrapper {
		display: flex;
	}

	/*
  body .navigation-children-wrapper .navigation-children li a {
    padding-left: 0;
    padding-right: 0;
  }
  */

	body .top-panel.show-full .full {
		overflow-y: visible;
		overflow-x: visible;
		padding-bottom: 0;
		max-height: none;
	}

	.top-panel .top-panel-search-wrapper::after {
		right: 10px;
	}

	.massive-title {
		font-size: 45px;
		line-height: 1.09;
	}

	.big-title {
		font-size: 30px;
		line-height: 1.3;
	}

	.news-teaser-wrapper .item {
		width: auto;
	}

	#sib-form {
		flex-direction: column;
	}

	#sib-form > div {
		width: 100%;
	}

	.subscribe-newsletter-info-box-wrapper .inner::before {
		left: -40px;
	}

	.styled-teaser-box-wrapper .item .styled-box-icon-wrapper img {
		width: 80px;
		top: 10px;
		right: 10px;
	}

	.go-to-news-section-link {
		display: none;
	}

	.all-news-mobile {
		display: block;
	}

	.news-list-wrapper .project-list-item h3,
	.news-list-wrapper .project-list-item .project-intro-text-wrapper {
		height: auto;
		overflow: initial;
		display: block;
		max-height: none;
		-webkit-line-clamp: none;
		-webkit-box-orient: unset;
	}
}



form[data-drupal-selector=views-exposed-form-news-page-1],
form[data-drupal-selector=views-exposed-form-news-page-2],
form[data-drupal-selector=views-exposed-form-news-page-3],
form[data-drupal-selector=views-exposed-form-news-overview-block-1],
form[data-drupal-selector=views-exposed-form-news-overview-block-2],
form[data-drupal-selector=views-exposed-form-news-overview-block-3] {
	display: none;
}




.edit-project-wrapper {
	display: flex;
	flex-direction: row;
	background: #efebe6;
	padding: 20px;
	margin-bottom: 25px;
}

.edit-project-wrapper .title {
	font-size: 40px;
	display: block;
	margin-top: -22px;
}

.edit-project-wrapper .body {
	flex-grow: 1;
}

.edit-project-wrapper .meta {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
}

.edit-project-wrapper .meta li {
	margin-right: 5px;
}

.edit-project-wrapper .summary {}

.edit-project-wrapper .actions {
	flex: 0 0 200px;
	width: 200px;

}

.edit-project-wrapper .actions a {
	display: block;
	margin-bottom: 15px;
}




.form-for-translation {
	display: none;
}


ul.tabs-for-translation {
	display: flex;
	flex-direction: row;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	margin-top: 50px !important;
}

ul.tabs-for-translation li {
	margin-right: 10px;
}

a.btn.active-disabled {
	opacity: 0.7;
	pointer-events: none;
}

.language-tab-content-check {
	display: none;
}

.language-tab-content-check.active {
	display: block;
}

.language-tab-content-check.force {
	display: block !important;
}


form#node-project-form .tabledrag-hide,
form#node-planned-project-form .tabledrag-hide {
	display: none !important;
}

form#node-planned-project-form .field-edit-link,
form#node-planned-project-form .translation-entity-all-languages,
form#node-project-form .field-edit-link,
form#node-project-form .translation-entity-all-languages {
	display: none !important;
}

form#node-planned-project-form .js-text-summary-wrapper.text-summary-wrapper,
form#node-project-form .js-text-summary-wrapper.text-summary-wrapper {
	display: block !important;
}


select {
	color: #444;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

form#node-project-form h4.label,
form#node-planned-project-form h4.label {
	font-size: 18px;
}

#edit-body-0-summary--description,
#edit-field-body-fr-0-summary--description {
	display: none;
}


.block-block-custom-projectsblock-custom-profile-edit > form #edit-roles--wrapper {
	display: none;
}

.language-tab-show-translation .material-icons {
	transform: translate(0px, 7px);
}

.js-form-type-radio.form-type-radio {
	display: flex;
}

.js-form-type-radio.form-type-radio label {
	margin: 0;
	margin-left: 10px;
}

.js-form-type-radio.form-type-radio input {
	margin-top: 10px;
}



.organisation-form-steps {
	display: none;
}

.organisation-form-steps.is-edit-form {
	display: block;
}

.organisation-form-steps.is-edit-form .step-info,
.organisation-form-steps.is-edit-form .step-actions,
.organisation-form-steps.is-edit-form .step-title {
	display: none;
}



html[lang="fr"] .fr-doppelp:before {
	content: ' ';
}

.organisation-item-meta-info {
	margin-bottom: 0 !important;
}

.js-form-item-field-about-0-format,
.js-form-item-field-about-fr-0-format {
	display: none;
}

.link-edit-account {
	padding: 20px;
	background: #efebe6;
}

.link-edit-account h3 {
	color: #31261c;
	font-size: 30px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.3;
	margin-top: 15px;
}

.link-edit-account p {
	margin-top: 20px;
}

.view-planned-projects-of-organisation .project-title.second-header {
	margin-top: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

#edit-pass--description {
	display: none;
}


#user-form .set-link-to-translation {
	display: none;
}


.input-js-error-info input,
.input-js-error-info select {
	border: 1px solid red;
	border-color: red !important;
}

.input-js-error-info label,
fieldset.input-js-error-info legend span {
	color: red;
}