/* ### -- Fonts -- ### */
@font-face { font-family: 'Open Sans';
    src: url('/static/fonts/OpenSans-Regular.ttf') format('truetype'); }

/* ### -- general section -- ### */

body {
	font-size: 16px;
	font-family: "Calibri", "Open Sans", sans-serif;
	color: #fff;
	background: #6f6f6e;
}
h1,h2,h3,h4{
    text-align: left;
}

a, a:hover, a:visited {
	color: #fff;
}

hr {
	border-top-width: 4px;
}

.highlight {
	background-color: #f2f0e8;
}

.carousel-container, .favorites-container, .highlight {
	margin-left: 0px;
	margin-right: 0px;
}

.btn-primary{
    background:#13306a;
    color:#fff;
    border-color: rgba(0,0,0,.1);
}
.btn-primary:hover{
    background:#13306a;
    color:#fff;
    border-color: rgba(0,0,0,.1);
}

#page-content{
	margin-bottom:30px;
}

.imagefloatleft{
    float:left;
    margin-right:20px;
}

.txtlist {
    padding-left: 0px;
}

.txtlist li {
    margin-left: 20px;
}

/* ### -- header section -- ### */

header {
	background: #13306a;
}

header, header a, header a:hover, header a:visited, #navigation-container a {
	text-decoration: none;
}

.logo-container {
	padding-top: 24px;
	padding-bottom: 24px;
	background-image: url(/static/img/redesign/siegel.svg);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 8% 24px;
	background-position-x: 8%; /* invalid IE 9 Stuff */
	background-position-y: 24px; /* invalid IE 9 Stuff */
	background-size: 180% 180%;
	position: relative;
}

#logo {
	height: 90px;
	width: 450px;
}

header span {
	color:#fff;
	font-size: 32px;
	margin: 8px 0;
	text-align: right;
	display: block;
	line-height: 1;
}

/* ### -- navigation section -- ### */

#navigation-container {
	background: #8ab8cf;
	font-size: 20px;
	text-transform: uppercase;
}

#navigation-container ol {
	margin: 0 auto;
	padding: 0;
}


#navigation-affix {
	width: 100%;
	z-index: 100;
	top: 0;
	border: 0;
	background: #8ab8cf;
}


#navigation-affix.affix {
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

#navigation-container ol, #breadcrumbs > ol {
	list-style: none;
	margin-bottom: 0;
}

#navigation-container a {
	padding: 6px 0;
	display: block;
}

#navigation-container #navigation-toggle, #navigation .search-form {
		display: none;
	}
#navigation-toggle{
	color:#fff;
}


a.toggle-button .fa {
	transition: all 0.2s ease 0s;
}

a.toggle-button.collapsed .fa {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#toggle-events span.toggle-text{
    font-weight:normal;
}

/* ### -- breadcrumbs and aside links -- ### */

#page-navigation {
	padding: 8px 0; 
	text-transform: uppercase;
}

#breadcrumbs ol {
	padding: 0;
	display: flex;
	white-space: nowrap;
}

#breadcrumbs ol li:not(:first-child):not(:last-child) {
	text-overflow: ellipsis;
	overflow: hidden;
}

#breadcrumbs ol li:first-child, #breadcrumbs ol li:last-child {
	flex: none;
}

#breadcrumbs ol li:not(:last-child) {
	margin-right: 8px;
}

#breadcrumbs ol li:not(:first-child)::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	display: inline-block;
	margin-right: 8px;
}

/* ### -- aside links -- ### */

#search-container {
	position: relative;
}

#search-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #8ab8cf;
	z-index: 50;
	box-shadow: 0 4px 3px rgba(0,0,0,.2);
}

#search-button {
	text-align: right;
}

#search-button a {
	margin-left: 8px;
}

#search-button a > span {
	margin-right: 4px;
}

#top-search li {
	display: inline-block;
}

#search-form, #top-search {
	padding-top: 24px;
	padding-bottom: 24px;
}

#top-search {
	text-align: justify;
}

.search-form .form-control {
	background-color: rgba(0,0,0,.1);
	border-color: rgba(0,0,0,.1);
	color: #fff;
}

.search-form .input-group-addon, #search-form .btn-primary, #stud-suche .input-group-addon, #stud-suche .btn-primary {
	background-color: #13306a;
	border-color: rgba(0,0,0,.1);
	color: #fff;
}

#search-close {
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 0;
	display: block;
	text-align: right;
}

/* ### -- Suchfeld A-Z -- ### */

#stud-suche .form-control{
    margin-bottom:5px;
}

#stud-suche #stud-search-input{
    margin-bottom:0px;
}

#stud-suche .btn-primary:hover{
    color:#fff;
}
#stud-suche a.morelink{
    margin-left:10px;
}

.abc-separator{
    font-size:12px;
}
.abc-liste{
    padding:20px;
    background:#f2f0e8;
	transition: all 0.2s ease 0s;
}
.abc-link:hover{
	display:inline-block;
    text-decoration:none;
    -webkit-transform: scale(2.0);
    -moz-transform: scale(2.0);
    -ms-transform: scale(2.0);
    -o-transform: scale(2.0);
    transform: scale(2.0);
}
/* ### -- slider section -- ### */

#page-showcase + #page-content {
	margin-top: 24px;
}

.carousel-indicators {
	bottom: 0;
}

.carousel-indicators li {
	margin: 0;
	height: 16px;
	width: 16px;
	border-radius: 0;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.carousel-indicators .active {
	height: 16px;
	width: 16px;
	background-color: rgba(255,255,255,.8);
}

.carousel-caption {
	padding: 8px;
	background-color: rgba(255,255,255,.9);
	bottom: 72px;
	text-transform: uppercase;
	color: #4e9cc3;
	text-shadow: none;
	right: 30%;
	left: 30%;
	box-shadow: 0 2px 4px rgba(0,0,0,.3);
}

.carousel-caption h2 {
	color: #13306a;
    text-align:center;
}

.carousel-caption.right {
	right: 15%;
	left: 50%;
}

.carousel-caption.left {
	right: 50%;
	left: 15%;
}

.carousel-caption.top {
	top: 48px;
	bottom: auto;
}

.carousel-control .fa {
	font-size: 48px;
	margin-top: -24px;
	color: rgba(255,255,255,.8);
	position: absolute;
	top: 50%;
}

.carousel-control.left .fa {
	left: 8%;
}

.carousel-control.right .fa {
	right: 8%;
}

/* ### -- start page section -- ### */

#favorites{
    padding-bottom:15px;
}

.news a:not(.more) {
	text-decoration: none;
	padding-bottom: 16px;
}

.news img, .banner img{
	width: 100%;
}

#cooperate-logos img {
	width: 90%;
	margin: 0 auto;
}

.news p {
	color: #4a4949;
	text-align: justify;
	hyphens: auto;
}

.news h2, .news span:not(.fa) {
	font-size: 16px;
	font-weight: bold
}
.news h2.heading{
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block;
    font-weight: normal;

}

.news a:hover h2, .news a:hover span:not(.fa){
	text-decoration: underline;
}

.link-container.text-left a .fa {
	margin-right: 8px;
}

.link-container.text-right a .fa {
	margin-left: 8px;
}

.link-container.space {
	padding: 8px 15px;
}

.text-left.link-container a:not(:first-child) {
	margin-left: 8px;
}

.text-right.lin-container a:not(:first-child) {
	margin-right: 8px;
}

.banner:last-child {
	padding-top: 30px;
}

.banner:not(:last-child) {
	padding-bottom: 20px;
}

.banner a, .news a:not(.more) {
	display: block;
}

.news .fa-ul {
	margin-left: 25px;
}

/* ### -- main section -- ### */

#main {
	background: #fff;
	color: #4a4949;
}

#main a, #main a:hover, #main a:visited {
	color: #4d9cc2;
}

#page-content article {
	hyphens: auto;
	text-align: justify;
	padding-bottom: 50px;
	font-size: 18px;
}

#page-content article .headline {
	text-align: left;
}

.linkmenu{
	list-style-type: none;
	padding:0px;
	text-align: left;
}

img.side-image {
	width: 100%;
	height: auto;
	margin-top: 24px;
}

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

.header-image img{
	width:100%;
}
.box {
	border-top: 4px solid #8ab8cf;
	background-color: #f2f0e8;
	padding: 20px 30px;
	margin-top: 24px;
	list-style: none;
}

.separator, .heading {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 16px;
	display: block;
}

.box li.separator:not(:first-child) {
	margin-top: 16px;
}

.box img {
	width: 100%;
	height: auto;
}

#main span.morelink, a.morelink{
    text-decoration:underline;
}

/* ### -- footer section -- ### */

footer {
	padding: 24px 0;
}

footer h3 {
	text-transform: uppercase;
	font-weight: 400;
}

/* ### -- social button colors -- ### */

#social-buttons a {
	display: inline-block;
	padding: 4px;
	background: #fff;
	color: #6f6f6e;
	border-radius: 128px;
	transition: all 0.2s ease 0s;
	margin-bottom: 8px;
}

#social-buttons a:hover {
	background: #6f6f6e;
	color: #fff;
}

#social-buttons a .fa {
	font-size: 24px;
	height: 28px;
	width: 28px;
	text-align: center;
	padding: 2px 0;
	vertical-align: middle;
}

#social-buttons a.facebook:hover {
	background-color: #3b5998;
}

#social-buttons a.twitter:hover {
	background-color: #1da1f2;
}

#social-buttons a.youtube:hover {
	background-color: #cd201f;
}

#social-buttons a.google:hover {
	background-color: #dd4b39;
}

#social-buttons a.instagram:hover {
	background-color: #c13584;
}

#social-buttons a.pinterest:hover {
	background-color: #bd081c;
}

/* ### -- combined media queries (bootsrap breakpoint @screen-sm-min, replace values if changed) -- ### */

@media (min-width: 768px) {

	.container-fluid {
		max-width: 1200px;
	}

	header span {
		position: absolute;
		bottom: 5px;
		right: 15px;
	}

	#navigation-container ol li, #breadcrumbs > ol > li {
		display: inline-block;
	}

	#navigation-container a {
		position: relative;
	}

	#navigation-container ol li:not(:last-child) {
		margin-right: 12px;

	}

	#navigation-container a::before {
		content: "";
		background: #fff;
		width: 100%;
		position: absolute;
		height: 2px;
		bottom: 6px;
		left: 0;
		visibility: hidden;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	#navigation-container li:hover a::before {
		visibility: visible;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}

	#navigation {
		display: block !important;
	}
}

@media (max-width: 767px) {

	#logo {
		height: auto;
		width: 100%;
		max-width: 300px;
	}

	.logo-container {
		padding-top: 16px;
		padding-bottom: 8px;
	}

	header span {
		font-size: 24px;
	}

	.logo-container {
		background-position: 16% 16px;
	}

	#navigation-affix.affix-top {
		position: relative;
	}

	#navigation-affix.affix {
		position: fixed;
	}

	#navigation-container a {
		padding: 8px 0;
	}

	#navigation-container #navigation-toggle, #navigation .search-form {
		display: block;
	}

	#navigation-container #navigation-toggle {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#navigation-container ol li {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	#page-content article{
		text-align:left;
	}

	.carousel-caption {
		font-size: 16px;
		position: static;
		box-shadow: none;
		padding: 6px 10%;
		min-height: 72px;
		border-bottom: 2px solid #8ab8cf;
		background-color: #f2f0e8;
	}

	.carousel-caption h2, .carousel-caption p {
		font-size: 16px;
		margin: 0;
	}

	.carousel-control {
		background-image: none !important;
	}

	.carousel-control .fa {
		font-size: 24px;
	}

	.banner img {
		margin-bottom: 20px;
	}

}
