/*slide-link*/
a.slide-link {
	color:#707070;
}
a.slide-link.highlight {
	color:#e57200;
}
a.slide-link:hover {
	color:#e57200;
}
a.slide-link span {
	display: inline-block;
	position: relative;
}
.publication__title a.slide-link span,
.search-result__title a.slide-link span {
	display: block;
}
a.slide-link span::after {
	content: '';
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: #e57200;
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out,-o-transform 0.3s ease-out;
}
a.slide-link:hover span::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}

body {
	font-family:"Poppins", sans-serif;
	font-size:16px;
}
@media (min-width: 768px) {
	body {
		font-size:20px;
	}
}
.sx-button, .btn, button, input, textarea {
	font-family:"Poppins", sans-serif;
}
@media screen and (min-width: 992px) {
	form .form-control, form .custom-select, form textarea, form select.form-control:not([size]):not([multiple]) {
		font-size: 20px;
	}
}

h1,
.h1 {
	font-size:40px;
}
@media (min-width: 768px) {
	h1,
	.h1 {
		font-size:80px;
	}
}
.section--gray {
	background-color: rgba(229,229,229,.5);
}
.section--dark-gray {
	background-color: #e3e3e3;
}
.filter-form .custom-select {
	opacity:1;
	color:#000;
}

.header__mobile-button-container,
.sx-navbar-toggle-icon {
	font-size:21px;
}

 .nav-home {
	 max-width:960px;
	 margin:0 auto;
}

/*
.filter-form .custom-select {
	background:#FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12' fill='none' stroke='%23E3770E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 4 9 10 15 4'/%3E%3C/svg%3E") no-repeat right 7px center/20px 56px;
}
.filter-form .custom-select:focus {
	background:#FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12' fill='none' stroke='%23E3770E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8 9 2 15 8'/%3E%3C/svg%3E") no-repeat right 7px center/20px 56px;
}
*/

/*navigation*/
.header,
.header__mobile-button-container {
	position:absolute;
}
.header {
	background-color: transparent;
	border-bottom: 0;
}
.header__logo__container--desktop {
	display:none;
}
@media (min-width: 567px) {
	.header__logo__container--desktop {
		display:block;
	}
	.header__logo__container--mobile {
		display:none;
	}
}
.emo__wrapper {
    margin-top: 0;
}
@media (min-width: 992px) {
    .emo__wrapper {
        margin-top: 0;
    }
}
.emo__wrapper--empty {
	margin-top: 82px;
}
@media (min-width: 992px) {
    .emo__wrapper--empty {
        margin-top: 114px;
    }
}
/*
.emo__wrapper .emo__image {
	padding-top: 32.6%;
}
*/
.emo__wrapper--home .emo__image {
	/*padding-top: 46%;*/
	padding-top: 36%;
}
.emo__wrapper--home .emo__navigation {
	font-family: "Poppins", sans-serif;
	font-weight:300;
}

/*navigation*/
.sx-navigation a.slide-link span::after {
	background-color:#FFF;
}
#sidebar .sx-navigation__list .nav-item .nav-link.sx-navigation__entry-link--active, 
#sidebar .sx-navigation__list .nav-item .nav-link:hover {
  color: #fff;
}
#sidebar .sx-navigation__list .nav-item .nav-link.slide-link.sx-navigation__entry-link--active > span::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}
#sidebar .sx-navigation__list .nav-item .nav-link {
	font-size: 24px;
	font-weight:200;
}
/*sidebar*/
#sidebar {
	background-color:#e57200;
	background-color:rgba(227,119,14,.9);
	
	max-width: 400px;
}
#sidebar .sidebar__header-spaceholder {
	background-color:transparent;
}
@media (min-width: 992px) {
	#sidebar .sidebar__header-spaceholder {
		height: 145px;
	}
}
#sidebar .sidebar__content {
	padding: 0 20px;
}
@media (min-width: 992px) {
	#sidebar .sidebar__content {
		padding: 0 35px 0 60px;
	}
}

/*emo*/
.emo__text__video {
	width:300px;
	margin: 0 auto;
}
.emo__text__video--desktop {
	display:none;
}
@media (min-width: 576px) {
    .emo__text__video {
		width:62%;
		margin: 0 auto;
	}
	.emo__text__video--desktop {
		display:block;
	}
	.emo__text__video--mobile {
		display:none;
	}
}
@media (min-width: 992px) {
	.emo__text__video {
		width:48%;
	}
}

/*Emo Navigation*/
.emo__wrapper .emo__navigation {
	bottom: 40px;
}
.emo__wrapper .emo__navigation .nav-link {
	/*padding-right:12px;
	padding-left:12px;*/
	padding:4px 12px;
}

/*Home*/
/*
.news--home__col {
	margin-bottom:30px;
}
*/
@media (min-width: 992px) {
	.news--home .h1 {
		margin-bottom:30px;
	}
	/*.news--home__col {
		margin-bottom:30px;
	}*/
}
@media (min-width: 1700px) {
	.news--home .h1 {
		margin-bottom:40px;
	}
	/*.news--home__col {
		margin-bottom:40px;
	}*/
}
.news--home__link {
	text-align:center;
	font-family: "Poppins", sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:300;
}
@media (min-width: 992px) {
	.news--home__link {
		font-size:16px;
		line-height:24px;
	}
}
.news--home__title-link {
	font-family: "Poppins", sans-serif;
	font-size:16px;
	font-weight:300;
}
@media (min-width: 992px) {
	.news--home__title-link {
		font-size:20px;
	}
}
@media (min-width: 1700px) {
	.news--home__title-link {
		font-size:26px;
	}
}

/*search*/
.search-form__container {
	margin-bottom:25px;
}
.search-form-inside {
	position:relative;
}
.search-form-inside input {
	padding: 0.375rem 50px;
}
@media (min-width: 992px) {
	.search-form-inside input {
		padding: 0.375rem 45px;
	}
}
.search-form-inside__submit {
	padding: 17px 5px 5px 21px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
	position: absolute;
	left: 0;
	top: 1px;
	font-size: 1.375rem;
	color: #e57200;
}
@media (min-width: 992px) {
	.search-form-inside__submit {
		padding: 17px 5px 5px 15px;
	}
}

/*read more*/
.section.section-hover {
	display:block;
	/*padding: 40px 0 48px;*/
	padding: 80px 0;
}
.section.section-hover.section--news {
	padding: 45px 0;
}
@media (min-width: 992px) {
	.section.section-hover {
		/*padding: 85px 0 90px;*/
		padding: 205px 0;
	}
	.section.section-hover.section--news {
		padding: 75px 0;
	}
}
.widget--read-more-container .section-hover:hover {
	background-color:#e57200;
}
.section.section-hover .read-more-container__news a.slide-link {
	color:#7F7F7F;
}
.section.section-hover a.slide-link {
	color:#e57200;
}
.widget--read-more-container .section-hover:hover a.slide-link {
	color:#FFF;
}
.widget--read-more-container .section-hover:hover a.slide-link span::after {
	background-color: #FFF;
}
.widget--read-more-container .section-hover .read-more-container__title {
	text-align:center;
}
.widget--read-more-container .section-hover.section--news .read-more-container__title {
	text-align:left;
}
.widget--read-more-container .section-hover .read-more-container__title h3,
.widget--read-more-container .section-hover .read-more-container__title .h1 {
	margin-bottom:0;
}
.widget--read-more-container .section-hover:hover .read-more-container__title h3,
.widget--read-more-container .section-hover:hover .read-more-container__title .h1 {
	color:#FFF;
}
.widget--read-more-container .section-hover:hover .read-more-container__text {
	color:#FFF;
}
.read-more-container__news .col {
	padding-bottom:20px;
}
.read-more-container__news a {
	font-size:18px;
	line-height:26px;
}
@media (min-width: 992px) {
	.read-more-container__news {
		margin-bottom:100px;
	}
	.read-more-container__news .col {
		padding-bottom:0;
	}
	.read-more-container__news a {
		font-size:25px;
		line-height:35px;
	}
}
.read-more-container__link-cloud {
	color:#707070;
	margin-bottom:30px;
}
.widget--read-more-container .section-hover:hover .read-more-container__link-cloud {
	color:#FFF;
}
.read-more-container__link-cloud ul:not(.list-unstyled):not(.nav) {
	list-style:none;
	padding:0;
	margin:0;
}
.read-more-container__link-cloud ul:not(.list-unstyled):not(.nav) li {
	padding-left:0;
	padding-right:16px;
	position:relative;
	float:left;
}
.read-more-container__link-cloud ul:not(.list-unstyled):not(.nav) li::before {
	content:none;
}
.read-more-container__link-cloud ul li::after {
	content:"|";
	position:absolute;
	top:0;
	right:6px;
}
.read-more-container__link-cloud ul li:last-child {
	padding-right:0;
}
.read-more-container__link-cloud ul li:last-child::after {
	content:none;
}
.read-more-container__link {
	font-size:20px;
}
@media (min-width: 992px) {
	.read-more-container__link {
		font-size:26px;
		text-align:center;
	}
}

/*Widget links*/
.link-wrapper__link {
	font-size:16px;
	line-height:24px;
	margin-bottom:30px;
}
@media (min-width: 992px) {
	.link-wrapper__link {
		font-size:20px;
		line-height:30px;
	}
}

/*Team detail*/
.team-detail__back-to-overview {
	text-align:center;
}

/*Publications*/
.publication__entry {
	margin-bottom:20px;
}
@media (min-width: 992px) {
	.publication__entry {
		margin-bottom:40px;
	}
}
.news__date {
	font-size:14px;
	line-height:22px;
	font-weight:300;
	color:#e57200;
}
@media (min-width: 992px) {
	.news__date {
		font-size:16px;
		line-height:24px;
	}
}
.publication__title {
	font-family: "Poppins", sans-serif;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	color:#707070;
}
@media (min-width: 992px) {
	.publication__title {
		font-size:25px;
		line-height:35px;
	}
}
.publication__title a.slide-link {
	color:#707070;
}
.publication__title a.slide-link:hover {
	color:#e57200;
}
.publication__release {
	font-size:14px;
	line-height:22px;
	font-weight:300;
	color:#707070;
}
@media (min-width: 992px) {
	.publication__release {
		font-size:16px;
		line-height:24px;
	}
}
/*
.publication__team {
	font-size:14px;
	color:#707070;
}
@media (min-width: 992px) {
	.publication__team {
		font-size:16px;
	}
}
*/
.accordion__wrapper .card-block .publication__team ul:not(.list-unstyled):not(.nav) {
	list-style:none;
	padding:0;
	margin:0;
}
.accordion__wrapper .card-block .publication__team ul:not(.list-unstyled):not(.nav) li {
	padding-left:0;
	padding-right:20px;
	float:left;
	
	font-size:14px;
	line-height:22px;
	/*color:#707070;*/
	color:#e57200;
	margin-bottom: 0;
}
.accordion__wrapper .card-block .publication__team ul:not(.list-unstyled):not(.nav) li::before {
	content:none;
}
@media (min-width: 992px) {
	.accordion__wrapper .card-block .publication__team ul:not(.list-unstyled):not(.nav) li {
		font-size:16px;
		line-height:24px;
		font-weight:300;
	}
}
.publication__cat__title {
	font-size:16px;
	line-height:24px;
	font-weight:300;
	color:#000000;
	margin-bottom:22px;
}
@media (min-width: 992px) {
	.publication__cat__title {
		font-size:20px;
		line-height:30px;
	}
}
.publication__cat__title strong {
	font-weight:500;
}
.publication__readmore {
	text-align:center;
	/*margin-bottom:48px;*/
	margin-bottom:80px;
}
a.publication__readmore__link {
	font-family: "Poppins", sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:300;
	color:#e57200;
}
@media (min-width: 992px) {
	a.publication__readmore__link {
		font-size:16px;
		line-height:24px;
	}
}
.accordion__wrapper .card-block {
	padding-top:10px;
}
.accordion__wrapper .card-block h5 {
	font-size:16px;
	line-height:24px;
	font-weight:300;
	color:#000000;
	margin-bottom:22px;
}
@media (min-width: 992px) {
	.accordion__wrapper .card-block h5 {
		font-size:20px;
		line-height:30px;
	}
}
.accordion__wrapper .card-block ul:not(.list-unstyled):not(.nav) {
	list-style: square;
	padding-left: 21px;
}
.accordion__wrapper .card-block ul:not(.list-unstyled):not(.nav) li {
	/*padding-left:0;*/
	/*position: relative;
  	padding-left: 35px;*/
	padding-left:14px;

	font-size:16px;
	line-height:24px;
	/*font-weight:200;
	color:#7F7F7F;*/
	font-weight:300;
	color:#707070;
	margin-bottom:15px;
}
.accordion__wrapper .card-block ul:not(.list-unstyled):not(.nav) li::before {
	/*content: "-";
	color: #e57200;
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 25px;*/
	content: none;
}
.accordion__wrapper .card-block ul:not(.list-unstyled):not(.nav) li::marker {
	/*color:#E3E3E3;*/
	color:#bcbcbc;
}
@media (min-width: 992px) {
	.accordion__wrapper .card-block ul:not(.list-unstyled):not(.nav) li {
		font-size:20px;
		line-height:30px;
		margin-bottom:25px;
	}
}

/*News Übersicht*/
.news-list__article {
	margin-bottom:30px;
}
@media (min-width: 992px) {
	.news-list__article {
		margin-bottom:30px;
	}
}
@media (min-width: 1700px) {
	.news-list__article {
		margin-bottom:40px;
	}
}
.news-list__article__link {
	font-family: "Poppins", sans-serif;
	font-size:16px;
	font-weight:300;
}
@media (min-width: 992px) {
	.news-list__article__link {
		font-size:20px;
	}
}
@media (min-width: 1700px) {
	.news-list__article__link {
		font-size:26px;
	}
}
.news-list__readmore {
	text-align:center;
}
a.news-list__readmore__link {
	font-family: "Poppins", sans-serif;
	font-size:14px;
	line-height:22px;
	font-weight:300;
	color:#e57200;
}
@media (min-width: 992px) {
	a.news-list__readmore__link {
		font-size:16px;
		line-height:24px;
	}
}
.subscribe-box {
	padding: 24px 10px 22px 25px;
}
.subscribe-box .form-control {
	font-size:18px;
}
.subscribe-box__form-submit {
	top:3px;
	font-size:18px;
}
.subscribe-box__close {
	font-size: 20px;
	right: 8px;
	top: -6px;
}
.subscribe-box.subscribe-box--link {
	padding:0;
	font-size:18px;
	/*height:73px;*/
	height:44px;
	width:auto;
}
.subscribe-box.subscribe-box--link a {
	font-size:18px;
	color:#FFFFFF;
	padding: 18px 28px;
	/*padding: 24px 80px 22px 25px;
	position: absolute;
  	top: 0;*/
	background-color:#e57200;
}
.subscribe-box::after {
	border-bottom: 28px solid transparent;
	border-left: 28px solid #e57200;
	bottom: -28px;
}
@media (min-width: 992px) {
	.subscribe-box.subscribe-box--link {
		height:50px;
	}
	.subscribe-box.subscribe-box--link a {
		padding: 24px 34px;
	}
	.subscribe-box::after {
		border-bottom: 34px solid transparent;
		border-left: 34px solid #e57200;
		bottom: -34px;
	}
}

/*News Übersicht - Box Layout*/
.news-list-box-design {
}
.news-list-box-design .row {
	margin-right: -20px;
    margin-left: -20px;
}
.news-list-box-design .row > .col, 
.news-list-box-design .row > [class*="col-"] {
	padding-right: 20px;
    padding-left: 20px;
}
.news-list-box-design .news-list__article {
	padding:0 0 40px;
	margin-bottom:0;
}
.news-list-box-design .news-list__article a {
	display:block;
	background-color:#FFF;
	padding:30px 30px 25px;
}
.news-list-box-design .news-list-box-design__category {
	font-size:14px;
	line-height:16px;
	font-weight:300;
	color:#e57200;
	margin-bottom:35px;
}
.news-list-box-design .news-list-box-design__text {
	font-size:18px;
	line-height:26px;
	font-weight:300;
	color:#000000;
	margin-bottom:8px;
}
.news-list-box-design .news-list-box-design__date {
	font-size:14px;
	line-height:16px;
	font-weight:300;
	color:#7F7F7F;
	padding-bottom:10px;
}
@media (min-width: 992px) {
	.news-list-box-design .news-list__article a {
		padding:40px 40px 75px;
	}
	.news-list-box-design .news-list-box-design__category {
		font-size:16px;
		line-height:24px;
		margin-bottom:75px;
	}
	.news-list-box-design .news-list-box-design__text {
		font-size:25px;
		line-height:35px;
		margin-bottom:10px;
	}
	.news-list-box-design .news-list-box-design__date {
		font-size:16px;
		line-height:24px;
	}
}
.news-list-box-design .slide-link-advanced:hover .news-list-box-design__text,
.news-list-box-design .slide-link-advanced:hover .news-list-box-design__date {
	color:#e57200;
}
.news-list-box-design .slide-link-advanced .slide-link-advanced-effekt {
	position: relative;
}
.news-list-box-design .slide-link-advanced .slide-link-advanced-effekt::after {
	content: '';
	position: absolute;
	width: 100%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	height: 1px;
	bottom: -1px;
	left: 0;
	background-color: #e57200;
	-webkit-transform-origin: bottom right;
	-ms-transform-origin: bottom right;
	-o-transform-origin: bottom right;
	transform-origin: bottom right;
	-webkit-transition: -webkit-transform 0.3s ease-out;
	transition: -webkit-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
	transition: transform 0.3s ease-out,-webkit-transform 0.3s ease-out,-o-transform 0.3s ease-out;
}
.news-list-box-design .slide-link-advanced:hover .slide-link-advanced-effekt::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	-o-transform-origin: bottom left;
	transform-origin: bottom left;
}

/*News Filter*/
.filter-form {
}
.filter-form.filter-form--desktop {
	display:none;
}
.filter-form .row {
	margin-right: -20px;
	margin-left: -20px;
}
.filter-form .row > [class*="col-"] {
	padding-right:20px;
	padding-left:20px;
}
form.filter-form .form-control {
	border-color:#F2F2F2;
	background-color:#F2F2F2;
}
form.filter-form .custom-select {
	border-color:#F2F2F2;
	/*background:#F2F2F2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12' fill='none' stroke='%23E3770E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 4 9 10 15 4'/%3E%3C/svg%3E") no-repeat right 7px center/20px 56px;*/
	/*background:#F2F2F2 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MC4yOCA1NS4yOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICNlNDc3MTA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAzcHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODkuMTQgLjk3IDQ1LjE0IDUyLjk3IDEuMTUgLjk3Ii8+Cjwvc3ZnPg==") no-repeat right 7px center/20px 56px;*/
	/*background:#F2F2F2 url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iRWJlbmVfMSIgZGF0YS1uYW1lPSJFYmVuZSAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MC4yOCA1NS4yOSI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogbm9uZTsKICAgICAgICBzdHJva2U6ICNlNDc3MTA7CiAgICAgICAgc3Ryb2tlLXdpZHRoOiAzcHg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iODkuMTQgLjk3IDQ1LjE0IDUyLjk3IDEuMTUgLjk3Ii8+Cjwvc3ZnPg==") no-repeat left 12px center/20px 56px;*/
	background:#F2F2F2 url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.34 59.68"%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23e47710; stroke-width: 7px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class="cls-1" points="90.66 2.26 46.67 54.26 2.67 2.26"/%3E%3C/svg%3E') no-repeat left 12px center/20px 56px;
	
	padding-left:50px;
	padding-right:12px;
}
form.filter-form .custom-select option {
	font-weight:300;
}
form.filter-form .background-icon-search {
	width:42px;
	height:55px;
	background: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99.28 99.28"%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; %7D .cls-2 %7B stroke: %23e3770f; stroke-width: 6.76px; %7D %3C/style%3E%3C/defs%3E%3Cg id="Gruppe_15" data-name="Gruppe 15"%3E%3Cg id="Ellipse_6" data-name="Ellipse 6"%3E%3Ccircle class="cls-1" cx="38.3" cy="38.3" r="38.3"/%3E%3Ccircle class="cls-2" cx="38.3" cy="38.3" r="34.92"/%3E%3C/g%3E%3Cline id="Linie_29" data-name="Linie 29" class="cls-2" x1="65.34" y1="65.34" x2="96.89" y2="96.89"/%3E%3C/g%3E%3C/svg%3E') no-repeat left 12px center/20px 56px;	
}
/*
LUPE
url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 99.28 99.28"%3E%3Cdefs%3E%3Cstyle%3E .cls-1, .cls-2 %7B fill: none; %7D .cls-2 %7B stroke: %23e3770f; stroke-width: 6.76px; %7D %3C/style%3E%3C/defs%3E%3Cg id="Gruppe_15" data-name="Gruppe 15"%3E%3Cg id="Ellipse_6" data-name="Ellipse 6"%3E%3Ccircle class="cls-1" cx="38.3" cy="38.3" r="38.3"/%3E%3Ccircle class="cls-2" cx="38.3" cy="38.3" r="34.92"/%3E%3C/g%3E%3Cline id="Linie_29" data-name="Linie 29" class="cls-2" x1="65.34" y1="65.34" x2="96.89" y2="96.89"/%3E%3C/g%3E%3C/svg%3E');
PFEIL
url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg id="Ebene_1" data-name="Ebene 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 93.34 59.68"%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: none; stroke: %23e47710; stroke-width: 7px; %7D %3C/style%3E%3C/defs%3E%3Cpolyline class="cls-1" points="90.66 2.26 46.67 54.26 2.67 2.26"/%3E%3C/svg%3E');
*/
/*
form.filter-form .custom-select:focus {
	border-color:#F2F2F2;
	//background:#F2F2F2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12' fill='none' stroke='%23E3770E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 8 9 2 15 8'/%3E%3C/svg%3E") no-repeat right 7px center/20px 56px;
	background:#F2F2F2 url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDkxIDU2IiB3aWR0aD0iOTEiIGhlaWdodD0iNTYiPgoJPHN0eWxlPgoJCS5zMCB7IGZpbGw6IG5vbmU7c3Ryb2tlOiAjZTQ3NzEwO3N0cm9rZS13aWR0aDogMyB9IAoJPC9zdHlsZT4KCTxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xhc3M9InMwIiBkPSJtMS44NiA1NS4wM2w0NC01MiA0My45OSA1MiIvPgo8L3N2Zz4=") no-repeat right 7px center/20px 56px;	
}
*/
.filter-form__filter {
	float:left;
	margin-right:1%;
	margin-bottom:10px;
}
.filter-form__filter:last-child {
	margin-right:0;
}
.filter-form__filter--big,
.filter-form__filter--normal,
.filter-form__filter--small {
	width:100%;
}
@media (min-width: 992px) {
	.filter-form__filter--big,
	.filter-form__filter--normal,
	.filter-form__filter--small {
		width:49%;
	}
}
@media (min-width: 1250px) {
}
@media (min-width: 1700px) {
	.filter-form.filter-form--desktop {
		display:block;
	}
	.filter-form.filter-form--mobile {
		display:none;
	}
	
	.filter-form__filter--big {
		/*width:39%;*/
		width:50%;
	}
	.filter-form__filter--normal {
		/*width:21%;*/
		width:18%;
	}
	.filter-form__filter--normal.extra {
		width:16%;
	}
	.filter-form__filter--small {
		/*width:16%;*/
		width:12%;
	}
}

/*News Detail*/
.news-detail__readmore.hide,
.news-detail__article.hide {
	display:none;
}
.news__team__col {
	float:left;
	width:50%;
	padding-right:2%;
	margin-bottom:25px;
}
.news__team__col:nth-child(2n+1) {
	clear:both;
}
@media (min-width: 769px) {
	.news__team__col {
		width:33%;
		padding-right:3%;
	}
	.news__team__col:nth-child(2n+1) {
		clear:none;
	}
	.news__team__col:nth-child(3n+1) {
		clear:both;
	}
}
@media (min-width: 992px) {
	.news__team__col {
		width:25%;
		padding-right:3%;
	}
	.news__team__col:nth-child(3n+1) {
		clear:none;
	}
	.news__team__col:nth-child(4n+1) {
		clear:both;
	}
}
@media (min-width: 1700px) {
	.news__team__col {
		width:16.5%;
		padding-right:3%;
	}
	.news__team__col:nth-child(4n+1) {
		clear:none;
	}
	.news__team__col:nth-child(6n+1) {
		clear:both;
	}
}
.news__team__person--image {
	margin-bottom:12px;
}
.news__team__person--image img {
	max-width:100%;
}
@media (min-width: 576pxpx) {
	.news__team__person--image img {
		max-width:210px;
	}
}
@media (min-width: 992px) {
	.news__team__person--image img {
		max-width:100%;
	}
}
@media (min-width: 1250px) {
	.news__team__person--image img {
		max-width:210px;
	}
}
@media (min-width: 1700px) {
	.news__team__person--image img {
		max-width:100%;
	}
}
.news__team__person--name {
	font-family: "Poppins", sans-serif;
	font-weight:300;
	font-size:14px;
}
@media (min-width: 992px) {
	.news__team__person--name {
		font-size:16px;
	}
}

/*team detail*/
@media (min-width: 1280px) and (max-width: 1500px) {
	.emo__wrapper .emo__text--team p {
		font-size: 20px;
	}
	.emo__wrapper .emo__text--team .quotes {
		font-size: 22px;
	}
}
@media (min-width: 992px) and (max-width: 1279px) {
	.emo__wrapper .emo__text--team p {
		font-size: 16px;
	}
	.emo__wrapper .emo__text--team .quotes {
		font-size: 18px;
	}
}
@media (max-width: 991.98px) {
	.emo__wrapper .emo__text--team {
		background-color: rgba(229,229,229,.5);
	}
}

/*suche*/
.search-result__title {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
}
@media (min-width: 992px) {
	.search-result__title {
		font-size: 25px;
		line-height: 35px;
	}
}
.search-result__date {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight:300;
	color: #e57200;
}
@media (min-width: 992px) {
	.search-result__date {
		font-size: 18px;
	}
}
.search-result__content {
	font-size: 14px;
}
@media (min-width: 992px) {
	.search-result__content {
		font-size: 16px;
	}
}

/*Footer*/
.main-footer {
	background-color: rgba(229,229,229,.5);
}
.main-footer.bgcolor-white {
	background-color:#FFFFFF;
}

.follow__wrapper {
	margin-bottom:5px;
}
.main-footer .footer-follow__wrapper,
.main-footer .footer-follow__wrapper ul{
	margin-bottom: 11px;
}
.main-footer .follow .follow__item {
	font-size: 34px;
	width:34px;
	height:34px;
}
.main-footer .follow .follow__item [class^="icon-"]::before {
	width: 34px;
	height: 34px;
	color:grey;
}
.main-footer .follow .follow__item--news {
	background: grey;
}
.main-footer .follow .follow__item--news {
	width: 34px;
	height: 34px;
	font-size: 10px;
}
.main-footer .follow .follow__item--news span {
	top: 12px;
}
.main-footer .nav .nav-item .nav-link {
	font-size:14px;
	padding:0;
}
@media (min-width: 769px) {
	.main-footer .nav .nav-item .nav-link {
		font-size:16px;
	}
}
h5.only-desktop {
	display:none;
}
@media (min-width: 769px) {
	h5.only-desktop {
		display:block;
	}
}
.main-footer__address p {
	font-size:14px;
	margin-bottom:25px;
}
@media (min-width: 769px) {
	.main-footer__address p {
		font-size:16px;
		margin-bottom:35px;
	}
}

/*last footer update*/
.main-footer__center {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (min-width: 769px) {
	.main-footer__address .address,
	.main-footer__address .footer-navigation {
		float:left;
	}
	.main-footer__address .address {
		padding-right:40px;
	}
}

/*Button Effekt*/
.sx-button--special {
	position: relative;
	padding: 14px 28px;
	font-size: 16px;
	text-decoration: none;
	background: #1e1e1e;
	color: white;
	border: 2px solid #555; /* default border */
	border-radius: 8px;
	cursor: pointer;
	z-index: 0;
}
/* Animated border layer */
.sx-button--special::before {
  content: "";
  position: absolute;
  inset: -2px; /* match border width */
  border-radius: inherit;
  padding: 2px;

  background: conic-gradient(
    from 180deg at top left,
    #00bcd4 0deg,
    transparent 0deg
  );

  /* Create hollow center (border effect) */
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  transition: background 0.6s linear;
  z-index: -1;
}

/* Hover animation */
.sx-button--special:hover::before {
  background: conic-gradient(
    from 180deg at top left,
    #00bcd4 0deg,
    #00bcd4 360deg,
    transparent 360deg
  );
}

/*Akkordion*/
.widget--text .accordion__wrapper .card-header-title {
	font-size:32px;
	margin-bottom:0;
}
@media (min-width: 992px) {
	.widget--text .accordion__wrapper .card-header-title {
		font-size:35px;
	}
}

.back-to-overview__link {
	font-size:14px;
	line-height:22px;
}
@media (min-width: 992px) {
	.back-to-overview__link {
		font-size:16px;
		line-height:24px;
	}
}

/*Team Detail emo*/
.emo__wrapper--team .emo__image.emo__image--left {
	background-position:left;
}
.emo__wrapper--team .emo__image.emo__image--right {
	background-position:right;
}