@font-face { font-family: 'DIN bold';
             src: url('/fonts/din-round-pro-bold.woff2')  format('woff2'),
                  url('/fonts/din-round-pro-bold.woff')  format('woff'),
				  url('/fonts/din-round-pro-bold.ttf')  format('truetype');
}

@font-face { font-family: 'DIN light';
             src: url('/fonts/din-round-pro-light.woff2')  format('woff2'),
                  url('/fonts/din-round-pro-light.woff')  format('woff'),
				  url('/fonts/din-round-pro-light.ttf')  format('truetype');
}

body {
    font-family: 'DIN light', Arial, Helvetica, sans-serif;
    background-color: #fff;
	color: #294466;
	font-size: 16px;
}

a{
	color: #294466;
	text-decoration: underline;
	word-wrap: break-word;
}

a hover, visited {
	color: #0056b3;
	text-decoration: underline;
}

hr {
    border-top: 1px solid #294466;
}

h2 {
	text-transform: uppercase;
}

h1 {
	font-size: 34px;
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 32px;
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 28px;
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 24px;
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
}

h5 {
	font-size: 20px;
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
}

strong {
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
	font-weight: 500;
}

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

/* ie11 hack */
_:-ms-lang(x),
.ce-gallery img {
    width: 100%;
	display: inline;
}

@media (max-width: 767px) {
	h1 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		font-size: 28px;
	}
	h3 {
		font-size: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	h1 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
}

.externalLink:after {
  content: "";
  width: 11px;
  height: 11px;
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}



/********************************************
 Layout
*********************************************/

#page-wrapper {
	max-width: 1920px;
	margin: 0 auto;
}

section {
	margin: 5rem 0;
}

.bg-grey {
	background: #ebeef3;
}

.row-margin {
	margin-top: 60px;
	margin-bottom: 60px;
}

.row-margin-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.row-margin-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 480px) {
	section {
		margin: 1rem 0;
	}
}


/********************************************
 Navbar
*********************************************/

.navbar-custom {
    background-color: #fff;
	min-height: 91px;
	padding: 0 0 !important;
}

.navbar-custom .navbar-nav .nav-link {
    color: #294466;
	text-decoration: none;
	font-size: 18px;
	padding-bottom: 1px;
}

.navbar-custom .navbar-nav .nav-link,
.navbar-custom .navbar-nav .nav-item,
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .navbar-nav .nav-link:focus, 
.navbar-custom .navbar-nav .nav-link:hover,
.navbar-custom .navbar-nav .show>.nav-link {
    color: #294466;
}

.dropdown-menu {
	background: #ebeef3;
	border: 0;
	font-size: .9em;
}

.dropdown-item {
	text-decoration: none;
	background: transparent;
}

.dropdown-item:hover {
	text-decoration: underline;
	background: transparent;
}

.dropdown-item.active, .dropdown-item:active {
    color: #294466;
    text-decoration: underline;
    background: transparent;
}

.dropdown-toggle:after { content: none }

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		margin-left: 4rem;
		text-transform: uppercase;
		border-bottom: 1px solid transparent;
	}
	.navbar-custom .nav-item.active .nav-link,
	.navbar-custom .nav-item:hover .nav-link {
		border-bottom: 1px solid #294466;
	}
	.dropdown-menu {
		margin-left: 4rem;
	}
}

.navbar-dark .navbar-toggler {
    /*color: rgba(255,255,255,1);*/
    border-color: transparent;
}

.navbar-toggler > .navbar-toggler-icon-menu-close {
    display: inline;
	width: 30px;
	height: 30px;
}

.navbar-toggler.collapsed > .navbar-toggler-icon-menu-close, 
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon-menu {
	/*color: #fff;*/
    display: none;
}

@media (max-width: 767px) {
	.navbar-custom {
		min-height: auto;
	}
	.navbar-brand img {
		max-width: 200px;
	}
}


/********************************************
 Tags
*********************************************/

#tag-container {
	background: #294466;
	min-height: 10px;
	height: auto;
	width: 100%;
}


/********************************************
 Slider
*********************************************/

#main-carousel {
	margin: 5rem 0;
}

.carousel {
    margin-bottom: 0rem;
}

.carousel-item .container,
.carousel-item .container .row,
.carousel-item .container .row .col-md-6 {
	height: 100%;
}

.carousel-item {
    height: 380px; 
}

.carousel-text {
    padding: 2rem;
    background: #ebeef3;
    color: #294466;
    height: 100%;
}

.carousel-image-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
    width: 100%;
    height: 100%;
}

.carousel-image-bg .figcaption {
	background: #294466;
	color: white;
	max-width: 300px;
	font-size: .8em;
	display: block;
	padding: .2em;
	position: absolute;
	bottom: 0;
	right: 0;
}

.carousel-image {
	display: none;
}

.carousel-image figure {
	position: relative;
	margin: 0;
}

.carousel-image figcaption {
	background: #294466;
	color: white;
	max-width: 300px;
	font-size: .6em;
	display: block;
	padding: .2em;
	position: absolute;
	bottom: 0;
	right: 0;
}

.carousel-inner {
	position: relative;
}

.carousel-indicators {
    right: 25%;
    bottom: 10px;
    left: auto;
    -ms-flex-pack: no;
    justify-content: no;
    padding-left: 0;
    margin-right: auto;
    margin-left:auto;
    list-style: none;
}

.carousel-indicators li {
    background-color: #fff;
}

.carousel-indicators .active {
    background-color: #294466;
}

.carousel-control-prev-icon {
    background-image: url("../Images/arrow_left.png") !important;
}

.carousel-control-next-icon {
    background-image: url("../Images/arrow_right.png") !important;
}

.carousel-text h1 {
	font-size: 30px;
}

.carousel-text h2,
.carousel-text h3,
.carousel-text h4 {
	font-family: 'DIN light', Arial, Helvetica, sans-serif;
}

@media (max-width: 680px) {
	.carousel-control-prev,
	.carousel-control-next {
		display: none;
	}
}

@media (max-width: 767px) {
	#main-carousel {
		margin: 0 0 1rem 0;
	}
	.carousel-item {
	    height: auto;
	}
	.carousel-image-bg {
		background: none;
	}
	.carousel-image {
		display: inline-block;;
	}
	.carousel-item img {
		max-width: 100%;
	    height: auto;
	}
	.carousel-item .col-md-6 {
		padding-right: 0;
		padding-left: 0;
	}
	.carousel-text {
		padding: 1rem;
		margin-bottom: 20px;
	}
	.carousel-indicators {
		/*position: relative;*/
		padding-top: 20px;
		padding-bottom: 10px;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.carousel-text h1 {
		font-size: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.carousel-text {
		padding: 1rem;
	}
	.carousel-text h1 {
		font-size: 18px;
	}
}

@media (min-width: 992px) and (max-width: 1279px) {
	.carousel-text {
		padding: 1rem;
	}
	.carousel-text h1 {
		font-size: 24px;
	}
}

.carousel-control-next, .carousel-control-prev {
    color: #000;
}


/********************************************
 Inhalt
*********************************************/

.btn {
    color: #294466;
    background-color: transparent;
    border-color: #294466;
	border-radius: 0;
	padding: .375rem 2.5rem;
	text-transform: uppercase;
	text-decoration: none;
}

.allow-break {
	white-space: normal;
}

.uni-links {
	color: #c32963;
}

.teaser-heading {
	margin-bottom: 2rem;
}

.project-teaser .teaser-headline,
.project-detail .teaser-headline,
.dce-2-col-teaser .teaser-headline {
	display: table-cell;
	vertical-align: bottom;
}

.project-teaser .col-md-4,
.project-detail .col-md-4 {
	padding-bottom: 70px;
    margin-bottom: 5rem;
}

.contactpersons .col-md-4 {
	padding-bottom: 0;
    margin-bottom: 0;
}

.project-teaser hr,
.project-detail hr,
.dce-2-col-teaser hr {
	margin-top: .4rem;
    margin-bottom: .4rem;
}

.project-teaser .teaser-btn,
.project-detail .teaser-btn {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
	padding: 1rem 0;
}

.list-div-link,
.list-div-link:hover {
	text-decoration: inherit;
	color: inherit;
	height: 100%;
	display: block;
}

.row.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
	.row.row-eq-height {
		display: block;
	}
}

.dce-image-text-left {
	border-top: 1px solid #294466;
	border-bottom: 1px solid #294466;
	border-left: 1px solid #294466;
	height: 100%;
	padding: 2rem;
}

.dce-image-text-right {
	border-top: 1px solid #294466;
	border-bottom: 1px solid #294466;
	border-right: 1px solid #294466;
	height: 100%;
	padding: 2rem;
}

.no-padding {
	padding: 0;
}

@media (max-width: 767px) {
	.dce-image-text .col-md-6 {
		padding-left: 15px!important;
		padding-right: 15px!important;
	}
	.dce-image-text-left {
		border-bottom: none;
		border-right: 1px solid #294466;
		padding: 1rem;
	}
	.dce-image-text-right {
		border-top: none;
		border-left: 1px solid #294466;
		padding: 1rem;
	}
}

.bg-grey {
	padding: 2rem;
	height: 100%;
}

figcaption {
	text-align: left;
	font-size: .9rem;
}

figure.discourse-teaser {
	position: relative;
	margin: 0;
}

figure.discourse-teaser figcaption {
	background: #294466;
	color: white;
	max-width: 400px;
	font-size: .6em;
	display: block;
	padding: .2em;
	position: absolute;
	bottom: 0;
	right: 0;
}

figure.teaser-box-image {
	position: relative;
	margin: 0;
}

figure.teaser-box-image figcaption {
	background: #294466;
	color: white;
	max-width: 300px;
	font-size: .6em;
	display: block;
	padding: .2em;
	position: absolute;
	bottom: 0;
	right: 0;
}

/* Responsive tables */
.table-responsive {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}

.table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	height: 14px;
}

.table-responsive::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 3px solid #fff;
	background-color: rgba(0, 0, 0, .3);
}

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

table {
	border-collapse: collapse;
}

th {
	padding: 3px 6px;
}

td {
	padding: 3px 6px;
	vertical-align: top;
}

@media (max-width: 767px) {
	.bg-grey {
		padding: 10px;
		height: auto;
	}
	.teaser-heading {
		margin-bottom: 1rem;
	}
}


/********************************************
 Infobox
*********************************************/
.infobox .col-md-8 {
	padding-left: 0;
	padding-right: 0;
}

.info-links {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}

.info-links li {
	background: url(../Images/icon_link.png) left center no-repeat;
	margin: 0 30px 0 0;
	padding: 5px 0 5px 25px;
	display: inline-block;
	white-space: nowrap;
}

.info-links li a {
	text-decoration: none;
	color: #c32963;
}

.dce-infobox {
	background: #ebeef3;
}

.dce-infobox-header {
	padding-top: 2em;
}

.dce-infobox-content {
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (max-width: 767px) {
	.dce-infobox-header {
		padding: 20px 25px 10px 25px;
	}
	.dce-infobox-content {
		padding: 5px 25px;
	}
}


/********************************************
 Termine
*********************************************/

.tx_myevents {
	margin: 0 0 5rem 0;
}

.events_accordion_row {
	padding-top: 1rem;
	padding-bottom: 1rem;
	cursor: pointer;
}

.accordion_line hr {
	margin-top: 0;
	margin-bottom: 0;
}

.events_accordion_head {
    clear: right;
    cursor: pointer;
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
    line-height: 42px;
	text-transform: uppercase;
	text-align: right;
	padding-right: 42px;
}

.events_accordion_head:hover,
.events_accordion_head.active {

}

.events_accordion_body p {
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
}

.events_accordion_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    background: url(../Images/arrow_right.png);
}

.events_accordion_row.active .events_accordion_icon {
    background: url(../Images/arrow_down.png);
}

.events-heading {
	font-size: 16px;
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

.events-btn {
	width: 160px;
	margin: 10px 0;
}


/********************************************
 Powermail
*********************************************/
.tx-powermail .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.powermail_fieldset {
	border: none;
	margin: 0;
	padding: 0.2em 0 1.2em 0;
}

.powermail_fieldset legend {
	display: none;
}

.powermail_fieldwrap  {
	margin: 0.2em 0 1em;
}

.powermail_fieldwrap_type_submit {
	margin-top: 2em;
}

.powermail_input,
select,
textarea {
	width: 100%;
	font-family: 'DIN light', Arial, Helvetica, sans-serif;
    font-size: 16px;
	padding: .4em;
}

.powermail_submit {
	color: #294466;
    background-color: transparent;
    border-color: #294466;
	border-width: 1px;
	border-radius: 0;
	padding: .375rem 2.5rem;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-appearance: none;
    display: inline-block;
	cursor: pointer;
}


/********************************************
 Powermail Fehlermeldungen
 ********************************************/

.tx-powermail .powermail_fieldset .parsley-errors-list {
    display: none;
    margin: 5px 0 20px 0;
    padding: 0;
    list-style-type: none;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    width: 100%;
    float: right;
    clear: left;
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
    display: block;
}

.tx-powermail .powermail_fieldset .parsley-errors-list>li {
    color: #A94442;
    padding: 5px 10px;
}

.tx-powermail .powermail_fieldset .powermail_field_error,
.tx-powermail .powermail_fieldset .parsley-error,
.tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus,
.tx-powermail .powermail_fieldset div.error {
    background-color: #EBCCD1;
    color: #A94442;
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
    width: 100%;
    margin-bottom: 0;
    background-color: #EBCCD1;
    border: none;
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list>li {
    padding-left: 5px;
}


/********************************************
 Akkordeon
*********************************************/

.accordion_element {
	border-top: 1px solid #294466;
	padding: .6rem 0;
}

.accordion_element:last-child {
	border-bottom: 1px solid #294466;
}

.accordion_head {
    clear: right;
    cursor: pointer;
    font-weight: normal;
    /*line-height: 42px;*/
	text-transform: uppercase;
	padding: 9px 42px 9px 0;
	position: relative;
}

.accordion_head:hover,
.accordion_head.active {

}

.accordion_body p {
	/*font-weight: 500;*/
}

.accordion_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0px;
    top: 10px;
    background: url(../Images/arrow_right.png);
}

.accordion_head.active .accordion_icon {
    background: url(../Images/arrow_down.png);
}


/********************************************
 Graue Box
*********************************************/

.dce-grey-box .row {
	background: #ebeef3;
	margin-left: 0;
	margin-right: 0;
}

.dce-grey-box-inner {
	padding: 2rem 1rem 1rem 1rem;
}

.dce-grey-box .row .div {
	
}

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

.diskurse ul li {
	margin: 0;
	padding: 5px 0;
}

.diskurse ul li a {
	font-size: 16px; 
	font-family: 'DIN bold', Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #294466;
}



/********************************************
 Footer
*********************************************/

footer {
	background: #294466;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #fff;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

.col-footermenu {
	text-align: right;
}

.footer-nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.footer-nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

.footer-nav li:after {
	content: '|';
}

.footer-nav li:last-child:after {
	content: '';
}

.footer-nav li a {
	color: #fff;
	text-decoration: none;
	margin: 0 30px;
	text-transform: uppercase;
	font-size: 14px;
}

.footer-nav li:last-child a {
	margin-right: 0;
}

#partner {
	border-top: 10px solid #ebeef3;
	padding: 50px 0;
}

.partner-logos {
	width: 100%;
	display: flex;
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.partner-logos li {
	flex-grow: 1;
	text-align: center;
}

.partner-logos li img {
	padding: 5px 5px;
}

.col-1-5 {
    width: 100%;
    float: none;
	text-align: center;
    position: relative;
    min-height: 1px;
    padding: 10px 0;
}

.logo-footer-left,
.logo-footer-right {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*.col-1-5:first-child {
	text-align: left;
}

.col-1-5:last-child {
	text-align: right;
}*/

@media (min-width: 768px){
    .col-1-5 {
		width: 20%;
		float: left;
		padding: 0 15px;
	}
	.col-1-5:first-child {
		text-align: left;
	}
	.col-1-5:last-child {
		text-align: right;
	}
	.logo-footer-left {
		text-align: left;
	}
	.logo-footer-right {
		text-align: right;
	}
	.footer-nav li a {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.col-copyright,
	.col-footermenu {
		text-align: center;
	}
	footer {
		padding-bottom: 40px;
	}
	.footer-nav li a {
		margin: 0 20px;
	}
	#partner {
		padding: 30px 0;
	}
	.partner-logos {
		width: auto;
		display: list-item;
	}
	.partner-logos li {
		flex-grow: none;
		margin: 15px 0;
	}
}


/********************************************
 Misc
*********************************************/

.cc-revoke.cc-left {
    left: 0em;
}

.cc-compliance .cc-btn {
  color: #fff;
}

#inhalt a{
   color: #294466;
   text-decoration: underline;
 }

#inhalt a:hover, a:visited{
   color: #0056b3;
   text-decoration: underline;
 }

#footer a, a:hover, a:visited{
   color: white;
   text-decoration: none;
 }
#footer p {
   line-height: 1.4rem;
 }
