body {
	overflow-y: scroll;
	font-family: 'Titillium Web';
	font-size: 1.125rem;
	font-weight: 300;
	overflow-y: scroll!important;
	color: #01192C;
}

h1,
.h1 {
	font-size: 2.5rem;
	font-weight: 300;
	color: #003C6E;
	hyphens: auto;
}

h2,
.h2 {
	font-weight: 300;
	color: #003C6E;
	margin-bottom: 1.3rem;
	hyphens: auto;
}

h3,
.h3 {
	font-size: 1.15rem;
	font-weight: 600;
	hyphens: auto;
}

#p1 h3,
#p1 .h3 {
	letter-spacing: 0.02rem;
	font-size: 1.1rem;
}

h4,
.h4 {
	font-size: 1.25rem;
	font-weight: 600;
}

h5,
.h5 {
	font-size: 1.125rem;
	font-weight: 600;
	text-transform: uppercase;
}

h6,
.h6 {
	font-size: 1.125rem;
	font-weight: normal;
}

a {
	color: #007bff;
	text-decoration: none!important
}

a:hover,
a:focus {
	color: #007DE1;
}

p:last-child {
	margin-bottom: 0;
}

*:focus,
*:active {
	outline: none!important;
	box-shadow: none;
}


hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid rgba(0,0,0,.5);
}

input:focus {
	box-shadow: none!important;
}

input[type="text"]::-webkit-input-placeholder {
	font-size: 1.5rem;
	color: #FFFFFF;
}

button:focus {
	box-shadow: none!important;
}

a:focus {
	box-shadow: none!important;
}
/* TYPO3 Reboot */
.frame-type-textmedia .ce-gallery,
.frame-type-textmedia .ce-column,
.frame-type-textmedia .ce-outer,
.frame-type-textmedia .ce-inner {
	float: none;
}

.ce-gallery figure {
	display: inline-block;
	margin: 0 0 .5rem;
}

.ce-gallery figure.video {
	width: 100%
}

.ce-gallery figcaption {
	display: block;
	color: #FFFFFF;
	width: 100%;
	bottom: 0;
	background-color: rgba(50,60,65, 0.7);
	text-align: left;
	padding-left: 1.25rem;
}

.ce-gallery figcaption > * {
	position: relative;

	margin-bottom: 0;

}

.ce-outer,
.ce-inner {
	width: 100%;
}

.ce-left .row > * {
	text-align: left;
}

.ce-left  figure {
	margin-right: 1rem;
}

.ce-center .row > * {
	text-align: center;
}

.ce-right .row > * {
	text-align: right;
}

/*Bootstrap*/
.btn {
	border-radius: 0;
}
.btn-primary {
	background-color: #00192D;
	border-color: #00192D;
}
.btn-primary:hover {
    color: #fff;
    background-color: #007DE1;
    border-color: #007DE1;
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color: #00192D;
	border-color: #00192D;
}
.btn-outline-primary {
	color: #00192D;
	border-color: #00192D;
}
.btn-outline-primary:hover {
	background-color: #00192D;
	border-color: #00192D;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #00192D;
}
.btn-link {
	color: #00192D;
}
.border-gray {
	border-color:#707070!important;
}
.dropdown-item.active, .dropdown-item:active {
	background-color: #00192D;
}
a.download-icon:before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background-image: url(../Img/icon-download-more.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    top: 6px;
    right: 2px;
}
.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}
.custom-switch .custom-control-label::after {
	border-color: #007de1;
	background-color: #007de1;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after{
	border-color: #007de1;
	background-color: #007de1;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #00192D;
	background-color: #00192D;
}
.custom-range::-webkit-slider-thumb {
	background-color: #00192D;
}
.custom-range::-moz-range-thumb {
	background-color: #00192D;
}
.custom-range::-ms-thumb {
	background-color: #00192D;
}
.page-link {
	color: #00192D;
	border: none;
	background-color: transparent;
}
.page-link:hover {
	background-color: transparent;
}
.badge-primary {
	background-color: #00192D;
}
.progress-bar {
	background-color: #00192D;
}
.list-group-item.active {
	background-color: #00192D;
	border-color: #00192D;
}
.bg-primary {
	background-color: #00192D !important;
}
.border-primary {
	border-color: #00192D !important;
}
.text-primary {
	color: #00192D !important;
}
caption {
	color: #003C6E;
}
.blockquote-footer {
	color: #003C6E;
}
.figure-caption {
	color: #003C6E;
}
.form-control::-webkit-input-placeholder {
	color: #003C6E;
}
.form-control::-moz-placeholder {
	color: #003C6E;
}
.form-control:-ms-input-placeholder {
	color: #003C6E;
}
.form-control::-ms-input-placeholder {
	color: #003C6E;
}
.form-control::placeholder {
	color: #003C6E;
}
.form-check {
	padding-left: 0;
}
.form-check input[type=checkbox] {
	margin-right: 0.5rem;
}
.btn-secondary {
	background-color: #003C6E;
	border-color: #003C6E;
}
.btn-secondary.disabled, .btn-secondary:disabled {
	background-color: #003C6E;
	border-color: #003C6E;
}
.btn-outline-secondary {
	color: #003C6E;
	border-color: #003C6E;
}
.btn-outline-secondary:hover {
	background-color: #003C6E;
	border-color: #003C6E;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color: #003C6E;
}
.btn-link:disabled, .btn-link.disabled {
	color: #003C6E;
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color: #003C6E;
}
.dropdown-header {
	color: #003C6E;
}
.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
	color: #003C6E;
}
.custom-select:disabled {
	color: #003C6E;
}
.nav-link.disabled {
	color: #003C6E;
}
.nav-tabs .nav-link.disabled {
	color: #003C6E;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #003C6E;
}
.breadcrumb-item.active {
	color: #003C6E;
}
.page-item.disabled .page-link {
	color: #003C6E;
}
.page-item.active .page-link {
	background-color: #00192D;
}
.badge-secondary {
	background-color: #003C6E;
}
.list-group-item.disabled, .list-group-item:disabled {
	color: #003C6E;
}
.toast-header {
	color: #003C6E;
}
.bg-secondary {
	background-color: #003C6E !important;
}
.border-secondary {
	border-color: #003C6E !important;
}
.text-secondary {
	color: #003C6E !important;
}
a.text-secondary:hover {
	color: #007DE1!important;
}
.text-muted {
	color: #003C6E !important;
}
.btn-light {
	background-color: #555F6E;
	border-color: #555F6E;
}
.btn-light.disabled, .btn-light:disabled {
	background-color: #555F6E;
	border-color: #555F6E;
}
.btn-outline-light {
	color: #555F6E;
	border-color: #555F6E;
}
.btn-outline-light:hover {
	background-color: #555F6E;
	border-color: #555F6E;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
	color: #555F6E;
}
.dropdown-item:hover, .dropdown-item:focus {
	background-color: #555F6E;
}
.badge-light {
	background-color: #555F6E;
}
.list-group-item-action:hover, .list-group-item-action:focus {
	background-color: #555F6E;
}
.bg-light {
	background-color: #555F6E !important;
}
.border-light {
	border-color: #555F6E !important;
}
.text-light {
	color: #555F6E !important;
}
.table .thead-dark th {
	background-color: #323C41;
}
.table-dark {
	background-color: #323C41;
}
.btn-dark {
	background-color: #323C41;
	border-color: #323C41;
}
.btn-dark.disabled, .btn-dark:disabled {
	background-color: #323C41;
	border-color: #323C41;
}
.btn-outline-dark {
	color: #323C41;
	border-color: #323C41;
}
.btn-outline-dark:hover {
	background-color: #323C41;
	border-color: #323C41;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
	color: #323C41;
}
.badge-dark {
	background-color: #323C41;
}
.bg-dark {
	background-color: #323C41 !important;
}
.border-dark {
	border-color: #323C41 !important;
}
.text-dark {
	color: #323C41 !important;
}
.bg-grey {
	background-color: #ededed!important; /*own background color*/
}
.btn-light {
    background-color: #84bbe4;
    border-color: #84bbe4;
}
.btn-light.disabled, .btn-light:disabled {
    background-color: #84bbe4;
    border-color: #84bbe4;
}
.btn-outline-light {
    color: #84bbe4;
    border-color: #84bbe4;
}
.btn-outline-light:hover {
    background-color: #84bbe4;
    border-color: #84bbe4;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #84bbe4;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #84bbe4;
}
.badge-light {
    background-color: #84bbe4;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    background-color: #84bbe4;
}
.text-light {
    color: #84bbe4 !important;
}
.text-info {
    color: #007DE1 !important;
}
.font-weight-600 {
	font-weight: 600!important;
}
.mw-25 {
		max-width: 25%!important;
}
.mw-40 {
		max-width: 45%!important;
}
.mw-50 {
		max-width: 50%!important;
}
.mw-75 {
		max-width: 75%!important;
}

.close {
	opacity: 1!important;
}

.modal-backdrop {
	display: none;
}

.modal .close:before,
.modal .close:hover:before  {
	content: '';
	background-image: url(../Img/close.svg);
	width: 45px;
	min-height: 45px;
	position: absolute;
	right: 0;
	top: 0;
}

.modal .close:hover:before {
	background-image: url(../Img/close-hover.svg);
}

.carousel-indicators > li {
	height: 5px !important;
	width: 5px !important;
	min-height: 0 !important;
	border-radius: 50%!important;
	border: 3px solid #ffffff;
	background-color: transparent;
}


#p44 .pagination .border {
	border: 1px solid #323c41!important;
}

.page-item .page-link span {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.previous .page-link::before,
.next .page-link::before {
	content:'';
	background-image: url(../Img/pagination-arrow.svg);
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	width: 30px;
	min-height: 30px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.previous .page-link:hover::before,
.next .page-link:hover::before {
	background-image: url(../Img/pagination-arrowhover.svg);
}

.next .page-link::before {
	transform: translate(-50%, -50%) rotate(180deg) ;
}

.menu-search::before,
.menu-search:hover::before {
	content:'';
	background-image: url(../Img/search.svg);
	position: absolute;
	width: 45px;
	min-height:45px;
	right: 0;
}

.menu-search:hover::before {
	background-image: url(../Img/searchmenu-hover.svg);
}

/*

Eigenes Layout bauen

#p22 .frame-layout-20 .card-body {
	padding: 0;
}

#p22 .frame-layout-20 .card-body p {
	position: relative;
	border-bottom: 2px solid #B7B7B7;
	padding-bottom: 8px;
	padding-left: .5rem;
}

#p22 .frame-layout-20 .card-body p a {
	color: #003C6E;
}

#p22 .frame-layout-20 .card-body p a:hover {
	color: #007DE1;
}

#p22 .frame-layout-20 .card-body p a:after {
	content: '';
	background-image: url(../Img/arrow-menuhover.svg);
	width: 30px;
	height: 30px;
	position: absolute;
	top: -10px;
	right: 0;
	background-repeat: no-repeat;
}*/

.image-left {
	max-width: 50%;
	margin: .5rem 2rem 1rem 0;
	float: left;
}

.image-right {
	max-width: 50%;
	margin: .5rem 0 1rem 2rem;
	float: right;
}

.image-left img,
.image-right img {
	max-width: 100%;
	height: auto;
}

.image-caption {
	font-weight: 600;
	display: none;
	display: table-caption;
	caption-side: bottom;
	line-height: 120%!important;
	font-size: 1rem!important;
}

.frame-layout-20 .card-header:hover,
.frame-layout-21 .card-header:hover {
	background-color: #007DE1!important;
}

.frame-layout-20 .card-header a:after,
.frame-layout-21 .card-header a:after,
.frame-layout-30 .card-header a:after,
.frame-layout-31 .card-header a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    margin: auto;
    z-index: 1;
}

.frame-layout-20 .card-header a:after,
.frame-layout-21 .card-header a:after {
	background-image: url(../Img/open-accordionwhite.svg);
}

.frame-layout-20 .card-header a:not(.collapsed):after,
.frame-layout-21 .card-header a:not(.collapsed):after {
	background-image: url(../Img/close-accordionwhite.svg);
}

.frame-layout-30 .card-header a:after,
.frame-layout-31 .card-header a:after {
	background-image: url(../Img/open-accordionblue.svg);
}

.frame-layout-30 .card-header a:not(.collapsed):after,
.frame-layout-31 .card-header a:not(.collapsed):after {
	background-image: url(../Img/close-accordionblue.svg);
}

.frame-layout-30 figure figcaption { /*Provisorisch*/
	max-height: 35px;
}

.frame-layout-30 figure figcaption p:first-of-type { /*Provisorisch*/
	font-size: 0.5rem;
	line-height: 70%;
}

.frame-layout-30 figure figcaption p:last-of-type { /*Provisorisch*/
	line-height: 130%;
}

.frame-layout-30.border-gray {
    border-top: 1px solid;
}

.frame-layout-30.border-gray:last-child {
    border-bottom: 1px solid;
}

/*Frame Classes*/
.frame-ruler-before:before {
    margin: 1rem 0;
}

/* Page */

#logo {
    max-width: 290px;
}

body.modal-open {
	overflow: hidden !important;
}

#searchModal .form-inline .form-group div:last-child > input {
	background-image: url(../Img/search.svg);
	background-repeat: no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	right: 0;
}

.page > header #menuHeader,
.page > header #menuLanguage,
.page > header #menuHeader a,
.page > header #menuLanguage a {
	font-weight: 700;
	color: #003C6E;
	text-transform: uppercase;
	font-size: 15px;
}

.page > header #menuLanguage {
    margin-left: 18px !important;
}

.page > header #menuLanguage a:not(.active) {
	font-weight: 400;
}

.page > header .burger-menu::before {
	content: '';
	position:absolute;
	background-image: url(../Img/burger.svg);
	background-repeat: no-repeat;
	width: 45px;
	min-height: 45px;
	bottom: 4px;
	right: 0;
}

.page > header .burger-menu:hover::before {
	background-image: url(../Img/burger-hover.svg);
}

.page > header .search::before {
	content: '';
	position:absolute;
	background-image: url(../Img/search.svg);
	background-repeat: no-repeat;
	width: 45px;
	min-height: 45px;
	bottom: 4px;
	right: 65px;
}

.page > header .search:hover::before {
	background-image: url(../Img/search-hover.svg);
}

.page > header #menuMain:not(.mm-menu) {
	display: none;
}

#menuMain {
	padding: 10rem 15rem 0 15rem;
}

#menuMain a {
	cursor: pointer;
}

#menuMain .mm-navbar,
#menuMain .mm-panel,
#menuMain .mm-panels,
#menuMain a,
#menuMain *:after {
	background: #00192D!important;
	color: #ffffff!important;
	border-color: #ffffff!important;
}

#menuMain .mm-panels #mm-1 a {
	text-transform: uppercase;
	font-weight: 600;
}

#menuMain .heading,
#menuMain a {
	letter-spacing: 0.05rem;
}

#menuMain .mm-btn_close::before {
	content: '';
	display: block;
	background-image: url(../Img/close.svg)!important;
	width: 45px;
	min-height: 45px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0;
	right: 0;
	border: 0;
	box-sizing: unset;
	transform: rotate(0);
}

#menuMain .mm-btn_close:hover::before {
	background-image: url(../Img/close-hover.svg)!important;
}

#menuMain .mm-btn_close:after {
	content: '';
	display: none;
}

#menuMain .mm-btn_prev {
	width: auto;
	margin-left: -1.2rem;
	margin-right: -1.2rem;
}

#menuMain .mm-btn_prev:before {
	content: '';
	border: solid #007DE1;
	border-width: 0 4px 4px 0;
	min-height: 7px;
	width: 7px;
	transform: rotate(135deg);
}

#menuMain .mm-btn_next:after {
	content: '';
	border: solid #000000;
	border-width: 0 5px 5px 0;
	min-height: 9px;
	width: 9px;
	transform: rotate(-45deg);
}

#menuMain .mm-btn_prev > .mm-sronly {
	padding-left: 3rem!important;
	-webkit-clip-path: none!important;
	width: auto!important;
	height: auto!important;
	clip: auto!important;
	clip-path: none !important;
	position: relative!important;
	text-transform: uppercase;
	font-size: 1.125rem;
}

#menuMain .mm-navbars_top  {
	font-size: 1.5rem;
	font-weight: 600;
}

#menuMain .mm-navbars_top .mm-navbar:last-child {
	border: 0;
	margin-top: .5rem;
}

#menuMain .mm-navbar__breadcrumbs {
	padding: 0 0 3rem 0;
}

#menuMain .mm-navbar__breadcrumbs a,
#menuMain .mm-navbar__breadcrumbs span {
	text-indent: -999px;
	width: 15rem;
	height: 5px;
	background-color: #ffffff!important;
	align-self: flex-end!important;
}

#menuMain .mm-navbar__breadcrumbs span {
	background-color: #007DE1!important;
}

#menuMain .mm-navbar__breadcrumbs .mm-separator {
	width: 1rem;
	background-color: transparent!important;
}

#menuMain .mm-listitem__btn:not(.mm-listitem__text) {
	border-left-style: none;
}

#menuMain .mm-listview {
	font-size: 1.6rem;
	line-height: 190%;
}

#menuMain a.mm-btn.mm-btn_next {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: none !important;
}

.modal-content,
#menuMain {
    padding: 10rem 20rem 0;
}

#menuMain .nav-item a {
    transition: .4s ease;
}

#menuMain .nav-item:hover a {
    color: #007DE1!important;
}

.modal-body {
    margin-top: 5rem !important;
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 900px;
}

.modal-body input[type="text"]:-ms-input-placeholder {
	font-size: 1.875rem;
    color: #FFFFFF;
}

.modal-body input[type="text"]::-ms-input-placeholder {
	font-size: 1.875rem;
    color: #FFFFFF;
}

.modal-body input[type="text"]::placeholder {
    font-size: 1.875rem;
    color: #FFFFFF;
}

.modal-body input[type="text"] {
    color: #fff !important;
    font-size: 1.875rem;
}

.modal-body .custom-switch .custom-control-label::before {
    left: 0;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
    top: 2px;
}

.modal-body .custom-switch .custom-control-label::after {
    border-color: #007de1;
    background-color: #007de1;
    left: 2px;
    top: calc(.25rem + 4px);
}

.custom-control-input ~ .switch-option-1,
.custom-control-input ~ .switch-option-2 {
    transition: .4s ease;
}

.custom-control-input ~ .switch-option-1 {
    opacity: 1;
    margin-right: 7px;
}

.custom-control-input ~ .switch-option-2 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.custom-control-input:checked ~ .switch-option-1 {
    opacity: 0.5;
}

.custom-control-input:checked ~ .switch-option-2 {
    color: #fff !important;
}


#headimage .carousel-caption .heading {
	font-size: 1.25rem;
}

#headimage .carousel-caption .description,
#headimage figcaption {
	font-size: 3rem;
	line-height: 1;
	word-break: break-word;
	font-weight: 600;
	color: #FFFFFF;
	hyphens: auto;
}

#headimage img {
	width: 100% !important;
}

#headimage.full-width {
	margin-left: -15px;
	margin-right: -15px;
}

#p1 #headimage .carousel-caption .description {
	font-size: 4.5rem;
	text-align: right;
}

#headimage .carousel-caption .description.small {
	font-size: 2.25rem;
}

#headimage .overlay:after {
	background-image: url(../Img/overlay-headimage.svg);
	background-repeat: no-repeat;
	background-size: auto 101%;
	background-position: right -1px center;

	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}

#p1 #content {
	padding-bottom: 0 !important;
}

#p1 #content > .bg-light {
	padding-bottom: 6rem !important;
}

#content {
	padding-bottom: 6rem !important;
}

.page > main #content #projects ul {
    line-height: 170%;
}

.page > header .search,
.page > header .burger-menu {
    background-image: url(../Img/burger.svg);
    height: 45px;
    width: 45px;
    background-position: center;
	border: 0;
}

.page > header .burger-menu {
	margin-right: 1px !important;
}

.page > header .search {
    background-image: url(../Img/search.svg);
}

.page > header .burger-menu:hover {
    background-image: url(../Img/burger-hover.svg);
}

.page > header .search:hover {
    background-image: url(../Img/search-hover.svg);
}

.page > header .burger-menu:before,
.page > header .search:before {
    content: none;
}

.sticky {
    z-index: 999;
    top: 0;
    position: fixed !important;
}

#projectHeadimage {
	margin-left: -15px;
	margin-right: -15px;
}

#projects .grid-item h2,
#projects .grid-item a,
.news-list-view .grid-item a {
	cursor: pointer;
	color: #01192C !important;
}

#projects .grid-item a:hover,
#projects .grid-item a:hover h2,
.news-list-view .grid-item a:hover {
	color: #fff !important;
}

#projects .grid-item a:hover .card-body,
.news-list-view .grid-item a:hover .card-body {
	background-color: #007DE1;
}

#projects .grid-item h2,
#projects .grid-item a .card-body,
.news-list-view .grid-item a .card-body {
	transition: .4s ease
}

#projects .grid-item .research-areas {
	line-height: 1.2;
}

#projects #partnerAccordion img {
	max-height: 125px;
}

.news-single .news-img-wrap > * {
	margin-bottom: 1rem;
}

.news-single .news-img-wrap > *:last-child {
	margin-bottom: 0;
}

.page > main #content header h1 {
	margin: 2rem 0 3rem 0;
}

.page > main #content .rounded-circle {
	width: 170px;
	min-height: 170px;
}

.page > main #content .rounded-circle figcaption {
	letter-spacing: 0.05rem;
}

.page > main #content .rounded-circle > * {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page > main #content p {
	line-height: 170%;
}

.page > footer,
.page > footer a {
	font-size: .9rem;
	color: #ffffff;
	white-space: nowrap;
}

.page > footer h6,
.page > footer .h6 {
	font-size: .75rem;
}

/*Projects*/

#filter li {
	list-style-type: none;
}

#filter .close:after {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
	min-height: 45px;
	background-image: url(../Img/close.svg)!important;
}

#filter .options li {
	transition: .4s ease;
}

#filter .options li:hover {
		cursor: pointer;
		background: #007DE1;
		border-color: #007DE1 !important;
}

#filter.closed {
	left: -600px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,0);
}

#filter {
	left: 0;
	top: 0;
	bottom: 0;
	width: 600px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
	transition: .4s ease;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
}

#filter li {
	list-style-type: none;
}

#filter .close:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    min-height: 45px;
    background-image: url(../Img/close.svg)!important;
}

#filter .close {
    cursor: pointer;
}

#filter .frame-layout-20 .card-header:hover {
	background-color: inherit!important;
}

#filterToggle {
    left: 0;
    cursor: pointer;
    /*margin-top: -6.5rem;*/
}

#projects a:hover h2 {
	color: #007DE1;
}

.tx-dm-database .icon img {
    padding-bottom: 2px;
}

.tx-dm-database .list-background {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.tx-dm-database .person-list .alphabetical-list {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.tx-dm-database .text-blue {
	color: #007bff;
}

.tx-dm-database .person-list .text-blue:nth-child(n+2):before {
    content: "";
    height: 5px;
    display: block;
}

.tx-dm-database .person-show .info > div {
    border-top: 1px solid;
}

.tx-dm-database .person-show .info > div:last-child {
    border-bottom: 1px solid;
}

.tx-dm-database .person.small .title {
    font-size: .6rem;
    min-height: 1.125rem;
}

.tx-dm-database .person.small figcaption {
	max-height: unset;
}

.tx-dm-database .person figure figcaption {
	bottom: 0;
	background-color: rgba(50,60,65, 0.7);
	font-size: inherit;
	transition: .4s ease;
}

.tx-dm-database .person .title {
    min-height: 1.625rem;
}

.tx-dm-database a > .person:hover > figure figcaption {
	background-color: rgba(0,125,225, 0.7);
}

.tx-dm-database #bibtex {
	overflow: auto;
}

.tx-dm-database #bibtex table {
	min-width: 500px;
}

.tx-dm-database #bibtex table tr td:nth-child(2) {
	padding: 0 10px;
}

.tx-dm-database #bibtex table tr td {
	vertical-align: top;
}

.tx-dm-quotes .quote .text {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
}

.tx-dm-quotes .quote .text:before {
	content: '»';
	font-size: 1.9375rem;
	line-height: 1;
}

.tx-dm-quotes .quote .text:after {
	content: '«';
	font-size: 1.9375rem;
	line-height: 1;
}

.tx-dm-quotes .quote .name {
	font-size: 1.5rem;
}

.tx-dm-quotes .quote .function {
	font-size: 1rem;
}

.tx-dm-quotes #quoteCarousel .carousel-item > .container {
	min-height: 370px;
	display: flex;
    align-items: center;
}

ul.tx-indexedsearch-browsebox {
	display: flex;
	list-style-type: none;
	padding: 0;
}

ul.tx-indexedsearch-browsebox > li {
	margin-right: 5px;
}

/*News*/
.more {
	letter-spacing: 0.05rem;
}

/*Team Übersichtsseite*/
.link a:after,
.link a:after {
	content:'';
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0;
	background-image: url(../Img/arrow-menuhover.svg);
}

#p19 .ce-gallery {
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 15px;
}

/* Media queries */
@media (max-width: 1589px) {
	#headimage .carousel-caption .description,
	#headimage figcaption {
		font-size: 3rem;
	}
}

@media (max-width: 1361px) {
	#headimage .carousel-caption .description,
	#headimage figcaption {
		font-size: 2.5rem;
	}

	#p1 #headimage .carousel-caption .description {
		font-size: 3.5rem;
	}

	.modal-content, #menuMain {
		padding: 10rem 5rem 0;
	}

	.tx-dm-quotes #quoteCarousel .carousel-item > .container {
		min-height: 400px;
	}
}

@media (max-width: 1199px) {
	.tx-dm-quotes #quoteCarousel .carousel-item > .container {
		min-height: 450px;
	}

	#headimage .carousel-caption .description.small {
	    font-size: 1.5rem;
	    font-weight: 500;
	    line-height: 1.4;
	}
}

@media (max-width: 991px) {
	.image-right,
	.image-left {
		float: none;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.ce-gallery figcaption {
		min-height: 40px;
	}

	#headimage .carousel-caption .description,
	#headimage figcaption {
		font-size: 2rem;
	}

	#p1 #headimage .carousel-caption .description {
		font-size: 2.5rem;
	}

	.tx-dm-quotes .quote img {
		width: 25%;
	}

	.tx-dm-quotes #quoteCarousel .carousel-item > .container {
		min-height: 530px;
	}

	.tx-dm-quotes .quote .text,
	.tx-dm-quotes .quote .name {
		font-size: 1.3rem;
	}

	#headimage .carousel-caption .description.small {
	    font-size: 1.3rem;
	    font-weight: 500;
	    line-height: 1.4;
	}
}

@media (max-width: 767px) {
	.page > header .burger-menu::before {
		bottom: 0;
	}

	#logo {
		max-width: 160px;
	}

	#p1 #headimage .carousel-caption .description,
	#headimage .carousel-caption .description,
	#headimage figcaption {
		font-size: 1rem;
	}

	.modal-content, #menuMain {
		padding: 5rem 1rem 0;
	}

	.modal-body input[type="text"] {
		font-size: 1rem;
	}

	.modal-body input[type="text"]:-ms-input-placeholder {
		font-size: 1rem;
	}

	.modal-body input[type="text"]::-ms-input-placeholder {
		font-size: 1rem;
	}

	.modal-body input[type="text"]::placeholder {
	    font-size: 1rem;
	}

	#menuMain .mm-navbar__breadcrumbs a, #menuMain .mm-navbar__breadcrumbs span {
	    width: calc(50% - 8px);
	}

	#menuMain .mm-listview {
	    font-size: 1.2rem;
	}

	#menuMain .mm-btn_prev:before,
	#menuMain .mm-btn_next:after {
   		border-width: 0 3px 3px 0;
	}

	.ce-left .ce-gallery, .ce-column {
    	float: none;
	}

	#p19 .ce-gallery {
	    width: auto;
	    display: block;
	    padding: 0;
	}

	.tx-dm-quotes .quote .text, .tx-dm-quotes .quote .name {
	    font-size: 1.1rem;
	}

	.tx-dm-quotes #quoteCarousel .carousel-item > .container {
		min-height: 570px;
	}

	.tx-dm-quotes .quote img {
		width: 250px;
	}

	.tx-dm-quotes .quote .function {
	    font-size: .876rem;
	}

	#filter.closed {
		left: -100%;
	}

	#filter {
		width: 100%;
		min-width: auto;
	}

	#headimage .carousel-caption.quote .description.small,
	#headimage .carousel-caption.quote .heading {
		font-size: 1rem;
	}

	#headimage .carousel-caption.quote .description.small {
		font-weight: 400;
	}

	#headimage .carousel-caption.quote .flex-column {
		flex-direction: column-reverse !important;
	}
}

@media (min-width: 2500px) {
	#p1 #headimage .carousel-caption .description {
		font-size: 5rem;
	}

	#headimage .carousel-caption .description, #headimage figcaption {
		font-size: 4rem;
	}
}

@media (min-width: 3000px) {
	#p1 #headimage .carousel-caption .description {
		font-size: 6rem;
	}

	#headimage .carousel-caption .description, #headimage figcaption {
		font-size: 5rem;
	}
}
