html, body
{
	overflow: hidden-x;
	height: 100%;
}

body {
	position: relative;
}

.aktuell article .video {
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.aktuell article .video iframe {
	position: absolute;
	left: 5%;
	border: 5px inset rgb(0, 0, 0);
	border: 5px inset rgba(0, 0, 0, .4);
	-webkit-background-clip: padding-box;
    background-clip: padding-box;
	border-radius: 5px;
	width: 90%;
	height: 90%;
}

p.lead {
	color: #000;
}

.blockquote {
	margin-bottom: 2rem;
	color: #474;
	margin-top: -2rem;
	padding-bottom: 1rem;
	line-height: 1.5rem;
	border-bottom: 1px solid #ccc;
}

.blockquote span {
	font-size: xx-large;
	font-family: serif;
	line-height: 1.9rem;
}

.blockquote span:first-of-type {
	vertical-align: .1rem;
}

.blockquote span:last-of-type {
	vertical-align: -.3rem;
}

.blockquote-footer {
	margin-top: 0.2rem;
	font-size: .8rem;
}

.wissenschaftliche-leistungen .pseudo-list-group {
	margin-bottom: 2rem;
	font-weight: 400;
}

.wissenschaftliche-leistungen .pseudo-list-group i {
	font-size: 2rem;
	margin-right: 1rem;
	color: #474;
}

.wissenschaftliche-leistungen .pseudo-list-group:after {
  clear: both;
  display: block!important;
  content: "";
}

.wissenschaftliche-leistungen .list-group-item {
	width: 50%!important;
}

.wissenschaftliche-leistungen .list-group-item:first-child {
	border-top-right-radius: 0;
}

.wissenschaftliche-leistungen .list-group-item:nth-child(2) {
	border-top-right-radius: 0.4em;
	border-left-color: #fff;
}

.wissenschaftliche-leistungen .list-group-item:nth-child(3) {
	border-bottom-left-radius: 0.4em;
}

.wissenschaftliche-leistungen .list-group-item:last-child {
	border-bottom-left-radius: 0;
	margin-bottom: -1px;
	border-left-color: #fff;
}

#background {
	position: fixed;
	z-index: -99;
	width: 100%;
	height: 100%;
	background-image: url(../img/bg/background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.btn-primary {
	transition: background-color 0.5s;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	background-color: #474;
	border: 0;
	color: #fff;
}

.btn-primary:link {
	background-color: #363;
	border: 0;
	color: #fff;
}

.btn-primary:visited {
	background-color: #363;
	border: 0;
	color: #fff;
}

.btn-primary:focus {
	background-color: #474;
	border: 0;
	color: #fff;
}

.btn-primary:hover {
	background-color: #474;
	border: 0;
	color: #fff;
}

.btn-primary:active {
	background-color: #474;
	border: 0;
	color: #fff;
}

a:link {
	color: #363;
	border: 0;
}

a:visited {
	color: #363;
	border: 0;
}

a:focus {
	color: #474;
	border: 0;
}

a:hover {
	color: #474;
	border: 0;
}

a:active {
	color: #474;
	border: 0;
}

p a {
	white-space: nowrap;
}

#Aktuell p a {
	white-space: normal;
}

.bg-info {
	background-color: #efe !important;
}

li.bg {
	white-space: nowrap;
}

li.bg span, li.bg a {
	display: inline-block;
}

#accordion a {
	font-size: 1.15rem;
}

#main-menu
{
	padding-top: 1rem;
	padding-bottom: 1rem;
	white-space: nowrap;
}

@media (max-width: 1099px) {
	#main-menu, #main-menu .btn {
		font-size: .9rem;
	}
}

.bg .nav-link.active {
	font-weight: bold;
}

.animate {
	animation-duration: 0.3s;
	-webkit-animation-duration: 0.3s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

#main-menu .nav-link:link, #main-menu .dropdown-item:link, .nav-tabs .nav-link:link {
	color: #666;
}

#main-menu .nav-link:visited, #main-menu .dropdown-item:visited, .nav-tabs .nav-link:visited {
	color: #666;
}

#main-menu .nav-link:focus, #main-menu .dropdown-item:focus, .nav-tabs .nav-link:focus {
	color: #333;
}

#main-menu .nav-link:hover, #main-menu .dropdown-item:hover, .nav-tabs .nav-link:hover {
	color: #333;
}

#main-menu .nav-link:active, #main-menu .dropdown-item:active, .nav-tabs .nav-link:active {
	color: #666;
}

.nav-tabs .nav-link.active {
	color: #333;
}

.nav-item a.bg-info:link, .nav-item a.bg-info:hover, .nav-item a.bg-info:active {
	background-color: transparent!important;
	color: #474;
}

.nav-item a.bg-info.active:link, .nav-item a.bg-info:focus, .nav-item a.bg-info.active:hover {
	background-color: #efe!important;
}

#main-menu .dropdown-item:link {
	background-color: transparent;
}

#main-menu .dropdown-item:visited {
	background-color: transparent;
}

#main-menu .dropdown-item:focus {
	background-color: transparent;
}

#main-menu .dropdown-item:hover {
	background-color: transparent;
}

#main-menu .dropdown-item:active {
	background-color: transparent;
}

.navbar li.active {
	background-color: #474;
}

.navbar li.active a.nav-link {
	color: #fff!important;
}

main {
		padding-top: 120px;
}

article main {
	padding-top: 0;
}

@media (min-height: 901px) and (min-width:1099px) {
	main {
		padding-top: 196px;
	}
	
	article main {
		padding-top: 0;
	}
}

@media (max-width: 414px) {
	.index main {
	   padding-top: 90px;
	}
}

.navbar-brand
{
	font-family: 'Great Vibes', cursive;
	font-size: 4rem;
	text-decoration: none;
	padding-right: 15px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
	.navbar-brand {
		font-size: 3.2rem;
		padding-right: 15px;
	}
	
	.index main {
		padding-top: 196px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-brand {
		font-size: 2.5rem;
		padding-right: 0px;
	}
	
	.index main {
		padding-top: 196px;
	}
}

@media (min-width: 411px) and (max-width: 991px) {
	.navbar-brand {
		font-size: 3rem;
		padding-right: 0px;
	}
}

@media (min-width: 320px) and (max-width: 410px) {
	.navbar-brand {
		font-size: 2.6em;
	}
}

@media (max-width: 319px) {
	.navbar-brand {
		font-size: 2em;
		padding-right: 0px;
	}
	
	.pr-2 {
		padding-right: 0!important;
	}
	
	.navbar-toggler {
		font-size: 1em;
		padding: .25em;
	}
	
	.p-5 {
		padding: 1em!important;
	}
}

h2
{
	margin-bottom: 1rem;
	color: #fff;
}

h3
{
	margin-top: 1.5rem;
	margin-bottom: 2.5rem;
	font-family: 'Junge', serif;
	font-size: 2rem;
}

@media (min-width: 320px) and (max-width: 575px) {
	h3 {
		font-size: 1.7em;
	}
}

@media (max-width: 319px) {
	h3 {
		font-size: 1.2em;
	}
}

h4
{
	margin-top: 1.5rem;
	margin-bottom: 1rem;
	font-size: inherit;
	font-weight: bold;
}

p {
	margin-bottom: 1.5rem;
}

table ul.list-unstyled, table ul.list-unstyled li {
	margin-bottom: 0!important;
	margin-block-end: 0!important;
	padding-bottom: 0!important;
}

.nav-tabs .nav-link {
	border-bottom: 0;
}

main {
	margin-bottom: 0px;
}

#main-content
{
	padding-top: 1em;
	margin-bottom: 120px;
}

@media (min-width: 100px) and (max-width: 410px) {
	#main-content
  {
    padding-top: 0;
    margin-bottom: 130px;
  }
}

@media (min-width: 468px) {
	#main-content
  {
    padding-top: 1em;
    margin-bottom: 60px;
  }
}

#tabs-menu
{
	padding-bottom: 0;
}

#Kontakt #Karte
{
	width: 100%;
	height: 350px;
	border: 0;
}

#left .table
{
	font-size: 0.8rem;
}

#left h5 button
{
	padding: 0;
}

#main-footer {
	position: absolute;
	bottom: 0;
}

#foot-menu {
	background-color: #666;
}

#foot-menu a {
	color: #FFFFFF;
}

#foot-menu span {
	color: #b6b6b6;
}

@media (max-width: 319px) {
	#foot-menu a {
		display: none;
	}
	
	#foot-menu span {
		font-size: .8em;
	}
}

.two-col-sub ul {
	padding-left: 1em;
}

/* ----- Breakpoints ----- */

@media (min-width: 576px) {
	.two-col-main {
		font-size: 1em;
	}
	
	.two-col-sub {
		font-size: 1em;
	}
	
	.portrait {
		height: 300px;
		overflow: hidden;
	}
	
	.portrait img {
		margin-top: -180px;
	}
}

@media (min-width: 768px) {
	.two-col-main {
		font-size: 1em;
	}
	
	.two-col-sub {
		font-size: .8em;
	}
	
	.portrait {
		height: auto;
		overflow: auto;
	}
	
	.portrait img {
		margin-top: auto;
	}
}

@media (min-width: 992px) {
	.two-col-main {
		font-size: 1em;
	}
	
	.two-col-sub {
		font-size: .8em;
	}
}

@media (min-width: 1200px) {
	.two-col-main {
		font-size: 1em;
	}
	
	.two-col-sub {
		font-size: 1em;
	}
}