<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
released:	 11.02.2020
last update: 11.12.2024
*/

/* =custom properties
================================================================ */
:root {
		--ibb-blue: #185191;
		--ibb-grey-dark: #565656;
		--ibb-border-grey: #d7dce1;
		--ibb-bg-grey: #fafafa;
}

/* =basics
================================================================ */
.edit-link {
		display: inline-block;
		position: fixed;
		z-index: 500;
		top: 55px;
		left: 10px;
		font-size: 1.2rem;
		color: #8bb410 !important;
}

a:active, a:focus { outline: none; }

html {		
		position: relative;
		min-height: 100%;
		background: #fff;
		font-size: 90%;
}

body {
		height: 100%;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		font-size: 1.25rem;
		color: var(--ibb-grey-dark);
		background: #fff;
		/* margin-bottom by footer height */
		margin-bottom: 51px;
		overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		margin: 0;
}

h1 {
		font-size: 2.2rem;
		font-weight: 400;
		line-height: 120%;
		margin-bottom: 1rem;
}

h2.center-border {
		font-size: 2.2rem;
		font-weight: 400;
		color: var(--ibb-blue);
		text-align: center;
		line-height: 130%;
		margin-bottom: 1rem;
}

.basic-page h2, .search h2 {
		font-size: 1.8rem;
		text-transform: inherit;
		margin-bottom: 1rem;
		line-height: 1.3;
		color: inherit;
}

.basic-page p + h2 {
		margin-top: 1.5rem;
}

h3 {
		margin-top: 25px;
		font-size: 1.6rem;
		line-height: 155%;
}

h4 {
		margin-top: 15px;
		font-size: 18px;
		line-height: 150%;
}

h5 {
		font-size: 16px;
}

/* =p */
p {
		line-height: 160%;
		margin-bottom: 1rem;
}

strong {
    	font-weight: 700;
}

hr {
		margin: 20px 0 -10px 0;
}

main ul {
		margin: 10px 0 15px -22px;
		list-style: outside;
}

main ul li {
		margin-bottom: 5px;
		line-height: 160%;
}

blockquote {
		font-family: Georgia,Times,"Times New Roman",serif;
		font-style: italic;
		font-size: 16px;
		margin: 25px 0;
}

a {
		color: #bc1521;
}

a:hover, a:focus {
		color: #bc1521;
		text-decoration: none;
}

.transparent:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		transition: all 0.1s linear 0s;
}

a.mehr {
		color: var(--ibb-blue);
}

a.totop {
		display: none;
		position: fixed; 
		right: 36px;
		bottom: 66px;
		height: 36px;
		width: 36px;
		background-color: rgba(0, 0, 0, 0.45);
		border-radius: 3px;
		z-index: 4000;
		text-align: center;
		cursor: pointer;
}

a.totop span {
		color: #fff;
		font-size: 20px;
		top: 8px;
}

.white { 
		color: #fff;
}

.mittelblau { 
		color: #35609C;
}

.sw {
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
}

.sw:hover {
		-webkit-filter: grayscale(0);
		filter: grayscale(0);
}

.pad {
		padding: 0 25px 30px 25px;
		margin-top: 15px;
}

main img {
		border-radius: 6px;
}

figure img {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
}

.d-flex {
	display: flex;
}

/* =metanavigation
================================================================ */
.bg-meta { 
		background: var(--ibb-blue);
		min-height: 40px;
}

.nav-meta {
		background: transparent;
		font-size: 14px;
		color: #fff;
		position: relative;
}

.nav-meta .glyphicon-envelope {
		/* top: 5px; mit schrift "kontakt" */
		top: 9px;
		font-size: 20px;
}

.nav-meta .contact-link {
		color: #fff;
		margin-top: 1px;
}

.nav-meta .contact-link:hover {
		color: #fff;
}

.contact-link-text {
		display: inline-block; 
		margin: 6px 0 0 8px; 
		font-size: 1.5rem;
}

.nav-meta .glyphicon-search {
		top: 11px;
		font-size: 18px;
}

.nav-meta .claim {
		display: inline-block;
		margin-top: 6px;
		font-size: 16px;
}

.search-open {
		position: absolute;
		top: 7px;
		right: 16px;
}

#search-box {
		display: none;
		margin-top: 40px;
		padding-bottom: 14px;
}

.search-input {
		width: 350px;
		border: none;
		padding: 5px 12px;
}

.search-input:focus {
    	outline: none;
}


/* language navi */
div.language-nav {
	display: block;
	position: absolute;
	right: 70px;
	top: 7px;
}

.language-nav ul {
	list-style: none;
	margin-bottom: 0;
}

.language-nav ul li {
	position: relative;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2rem;
	margin-left: 14px;
}

.language-nav ul li:not(:last-child)::after {
	content: '/';
	font-size: 1.1rem;
	position: absolute;
	top: 0px;
	right: -11px;
}

.language-link {
	color: #fff;
}

.language-link:hover, 
.language-link:active,
.language-link:focus {
	color: #d8d8d8;
	text-decoration: none;
}


/* =hauptnavigation
================================================================ */
header {
		min-height: 120px;
}

.navbar-default {
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		background-color: transparent;
		border-color: transparent;
}

.navbar-default .navbar-nav &gt; li &gt; a {
		color: var(--ibb-blue);
		font-size: 1.2rem;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
		color: #afb4c7;
}

.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus,
.navbar-default .navbar-nav &gt; .open &gt; a:focus {
		color: #afb4c7;
		background-color: #fff;
}

/* groesse des Logos NUR ueber navbar-brand aendern und height/width setzen! */
.navbar-brand {
		padding: 0;
		margin-left: -3px;
		width: 170px;
		height: 35px;
}

.navbar-nav {
		margin: 15px -15px 0 -15px;
}

.navbar-collapse {
		border: transparent;
		margin-top: 15px;
}

.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover {
		background-color: #fff;
}

/* hamburger-icon */
#nav-icon {
		position: relative;
		margin: 0;
		padding: 0;
		top: 3px;
		right: -5px;
		width: 30px;
		height: 22px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		-o-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		cursor: pointer;
		border: none;
}

#nav-icon span {
		position: absolute;
		left: 0;	
		display: block;
		background-color: var(--ibb-blue);
		height: 3px;
		width: 100%;
		opacity: 1;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .25s ease-in-out;
		-moz-transition: .25s ease-in-out;
		-o-transition: .25s ease-in-out;
		transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    	top: 0px;
}

#nav-icon span:nth-child(2) {
    	top: 6px;
}

#nav-icon span:nth-child(3) {
    	top: 12px;
}

#nav-icon:not(.collapsed) span:nth-child(1) {
		top: 6px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
}

#nav-icon:not(.collapsed) span:nth-child(2) {
		opacity: 0;
		left: -60px;
}

#nav-icon:not(.collapsed) span:nth-child(3) {
		top: 6px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
}

/* =subnavi
================================================================ */
.subnav-mt {
		margin-top: 10px;
}

#subnavi {
		font-size: 15px;
		margin: -4px 0 0 0;
}

#subnavi li {
		margin-bottom: 0;
		border-bottom: 1px solid var(--ibb-border-grey);
}

#subnavi li a {
		position: relative;
		display: inline-block;
		padding: 5px 20px 5px 20px;
		color: #23527c;
		line-height: 140%;
}

#subnavi li a::before {
		content: "";
		position: absolute;
		width: 15px;
		height: 15px;
		top: 6px;
		left: 1px;
		background: url("../images/arrow-black.svg") no-repeat;
		background-size: 12px 6px;
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		transform: rotate(270deg);
}

#subnavi li a:hover::before, #subnavi li a.active::before {
		position: absolute;
		top: 10px;
		left: 0px;
		display: block;
		content: '';
		width: 9px;
		height: 9px;
		border-radius: 50%;
		background: none;
		background-color: #35609C;
}

#subnavi li a:hover, #subnavi li a:focus, #subnavi li a.active {
		color: #23527c;
		background-color: transparent;
		text-decoration: none;
}

/* =hack - only chrome and safari
================================================================ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#subnavi li a.active.redline::after {
		bottom: 15px;
	}
}

/* =content
================================================================ */
.home-visual {
		position: relative;
		background-image: url("../images/visuals/ffm-banken.jpg");
}

.abdecker {
		position: absolute;
		top: 35%;
		right: 0;
		border-radius: 8px 0 0 8px;
		text-align: left;
		min-width: 550px;
		background: rgba(256, 256, 256, 0.9);
		padding: 25px 0 25px 30px;
		z-index: 100;
}

.abdecker a.mehr {
		display: inline-block;
		margin-top: 10px;
		font-size: 1rem;
}

.visual-big {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		height: 210px;
		margin-bottom: 25px;
}

.visual-claim {
		font-size: 60px;
		font-weight: 500;
		line-height: 110%;
		color: #fff;
		margin: 0;
		text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
}

.bg-white {
		background: rgba(256,256,256,0.95);
		padding-top: 25px;
}

p.home-visual-claim {
		font-size: 34px;
		font-weight: 300;
		line-height: 120%;
		color: #2a3e49;
		margin: 0;
}

p.home-visual-claim span {
		color: var(--ibb-blue);
		font-size: 26px;
}

.home-modul {
		margin-bottom: 3rem;
}

main {
		margin-top: 0;
		margin-bottom: 100px;
}

main.no-visual {
		border-top: 1px solid var(--ibb-border-grey);
		padding-top: 25px;
}

.has-sidebar {
		margin-bottom: 3rem;
}

/* wenn body nicht die klasse 'home' hat */
body:not(.home) main a:hover, .home-content a:hover {
		text-decoration: underline;
}

.teaser-box {
		position: relative;
		font-size: 1.1rem;
		padding: 15px 15px 50px;
		margin-bottom: 30px;
		background: #fff;
		border-radius: 0.5rem;
		box-shadow: 0 0.4rem 1rem 0 rgba(0,0,0,.1);
}

.teaser-box .header-icon {
		font-size: 34px;
		display: block;
		margin: 15px 0 25px;
		text-align: center;
		color: var(--ibb-blue);
}

.teaser-box h3 {
		line-height: 120%;
		text-align: center;
		margin: 0 0 15px 0;
		border-bottom: 1px solid var(--ibb-border-grey);
		padding-bottom: 15px;
}

.teaser-box ul {
		margin-left: -26px;
		line-height: 160%;
}

.teaser-box a.mehr {
		position: absolute;
		bottom: 25px;
		left: 15px;
}

.teaser-box .glyphicon-arrow-right {
		font-size: 15px;
		top: 1px;
		margin-right: 4px;
}

/* =PW interne klasse. wird im content an images vergeben = */
.align_left {
		float: left;
		margin: 5px 20px 10px 0;
}

.align_right {
		float: right;
		margin: 5px 0 10px 20px;
}

/* =home referenzen
================================================================ */
.references {
		margin-top: 30px;
}

.img-label {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		font-size: 15px;
		color: #444;
		padding: 9px 12px;
		line-height: initial;
		background: rgba(256,256,256,0.85);
		text-transform: uppercase;
}

/* =referenzen
================================================================ */
.filters ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0.3em;
		margin: 25px 0 30px 0;
		padding: 0;
}

.filters ul li {
		flex-grow: 1;
		list-style: none;
		cursor: pointer;
		font-size: 1rem;
		background-color: #f4f4f4;
		padding: 0.3rem 0.8rem;
		margin: 0;
		text-align: center;
		border-radius: 5px;
}

.filters ul li:hover, .filters ul li.active {
		color: #fff;
		background-color: #858585;
}

.filter {
		text-align: center;
		min-height: 425px;
		margin-bottom: 40px;
}

a.ref-link {
		display: inline-block;
}

a.ref-link:hover {
		text-decoration: none !important;
}

a.ref-link:hover img {
		opacity: 0.8;
}

a.ref-link h5 {
		color: var(--ibb-grey-dark);
		padding: 11px 0;
		line-height: 135%;
		border-bottom: 1px solid var(--ibb-border-grey);
}

div.ref-images, div.news-images {
		padding-top: 3rem;
}

.ref-thumbs {
		display: flex;
		flex-wrap: wrap;
		gap: 0.6em;
		padding: 0.5em 0;
		border-bottom: 1px solid var(--ibb-border-grey);
}

dl.ref-list {
    	display: flex; 
		flex-wrap: wrap;
		margin-top: 2rem;
}

dl.ref-list dt {
		width: 6.5rem; 
}

dl.ref-list dd { 
		width: calc(100% - 7rem);
}

dt, dd {
		line-height: 160%;
		margin-left: 0;
		margin-bottom: 0.3rem;
}

.pagination {
		margin-top: 60px;
		font-size: 15px;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
		color: #35609C;
}

.pagination a:hover {
		text-decoration: none !important;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
		border-color: var(--ibb-border-grey);
}

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
		border-color: var(--ibb-border-grey);
}

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
		border-color: var(--ibb-border-grey);
}

/* =home aktuelles
================================================================ */
.home-news-teaser-link {
		display: inline-block;
		color: var(--ibb-grey-dark);
}

.home-news-teaser-link:hover {
		color: var(--ibb-grey-dark);
		opacity: 0.8;
}

.home-news-img {
		margin-bottom: 1.2rem;
}

h3.home-news-teaser-head {
		line-height: 120%;
		margin-top: 0;
		margin-bottom: 0.5rem;
}

p.home-news-teaser-body {
		font-size: 1.1rem;
		line-height: 1.6;
}

.home-news-list-item-link {
		display: flex;
		color: var(--ibb-grey-dark);
		font-size: 1rem;
		padding-bottom: 1rem;
		margin-bottom: 0.5rem;
}

.home-news-list-item-link:hover {
		color: var(--ibb-grey-dark);
		opacity: 0.8;
}

.home-news-list-item-thumb {
		width: 6.25rem;
		height: 6.25rem;
		margin-right: 1rem;
}

p.home-news-list-item-body {
		font-size: 1.1rem;
		line-height: 1.4;
		margin-top: -4px;
		margin-bottom: 0;
}


/* =aktuelles
================================================================ */
.news-list-item {
		display: flex;
		padding-bottom: 2rem;
		border-bottom: 1px solid var(--ibb-border-grey);
		margin-bottom: 2rem;
		color: var(--ibb-grey-dark);
}

.news-list-item:hover {
		color: var(--ibb-grey-dark);
		text-decoration: none !important;
		opacity: 0.8;
}

.news-list-item-thumb {
		width: 9rem;
		height: 9rem;
		margin-right: 2rem;
}

.border-grey {
		border: 1px solid #ccc;
}

h2.news-list-item-head {
		font-size: 1.4rem;
		line-height: 1.3;
		margin-top: -5px;
		margin-bottom: 0.3rem;
}

p.news-list-item-body {
		font-size: 1.1rem;
		line-height: 1.5;
		margin-bottom: 0;
}

.news-list-date {
		color: #9b9b9b;
}

div.news-content img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 3rem 0 1.5rem 0;
}

div.news-content figure {
		display: inline-block;
		margin-top: 1.5rem;
}

div.news-content figure img {
		display: inline-block;
		margin: 0;
}

div.news-content figcaption {
		background: #f4f4f4;
		font-size: 1rem;
		padding: 0.7rem 0.7rem;
}

h1.news {
		text-transform: initial;
		margin-bottom: 2rem;
}

time.news-date {
		display: block;
		padding-bottom: 0.2rem;	
		color: #9b9b9b;
		border-bottom: 1px solid var(--ibb-border-grey);
		margin-bottom: 2rem;
}

blockquote {
		font-style: italic;
		margin: 2rem 0;
		padding: 1rem 1.5rem;
		border-left: 5px solid #e9e9e9;
}

blockquote p:last-of-type {    
    	margin: 0;

}

/* pw image-position */
.align_left, .align_right {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 10px 0 24px 0;
}

.blaettern {
		display: flex;
		justify-content: center;
		margin-top: 5rem;
		padding-top: 1.5rem;
		border-top: 1px solid var(--ibb-border-grey);
		gap: 1rem;
}

body.reference-details .blaettern {
		margin-top: 3rem;
		padding-top: 0;
		border-top: none;
}

body.news-details .blaettern {
		margin-top: 3rem;
}

.blaettern a {
		color: #c9c9c9;
		font-size: 2em;
}

.blaettern a:hover {
		text-decoration: none;
		opacity: 0.6;
		transition: all .1s ease;
}

.blaettern a img {
    	width: 2.5rem;
}

/* =contact
================================================================ */
h2.modal-title {
		font-size: 38px !important;
		text-transform: inherit;
		color: inherit;
		margin: 0;
}

.modal-body {
		padding-top: 20px;
		font-size: 15px !important;
}

.modal-body h2 {
		margin-bottom: 8px;
}

.modal-body h3 {
		margin-top: 5px;
		margin-bottom: 10px;
}

.modal-body a {
		text-decoration: underline;
}

.modal-body a:hover {
		text-decoration: none;
}

.addressblock-left {
		margin-bottom: 25px;
}

.addressblock-right {
		margin-bottom: 25px;
}

.close {
		font-size: 50px;
}

#mapwrap {
		margin: 0 -15px 0 -15px;
}

.formborder {
		font-size: 14px;
		border-bottom: 1px solid #8bb8bf;
		margin-bottom: 30px;
}

label {
		font-weight: 400 !important;
		font-size: 1.1rem;
}

label span {
		color: #fc5125;
}

.checkbox label, .radio label {
		font-size: 1rem;
}

.form-control {
		box-shadow: none;
		border: 1px solid #c8dbdf;
		font-size: 1rem;
		margin-bottom: 30px;
}

.form-control::-moz-placeholder {
		color: #ccc;
}

textarea.form-control {
    	height: 200px;
}

.btn-default {
		color: #fff;
		border: none;
		font-size: 1rem;
		padding: 0.5em 1.5em;
}

.has-error .form-control {
		border-color: #ea2d1a;
}

.error-message, .has-error {
		color: #ea2d1a;
}

.address-block:first-of-type {
		margin-top: 0;
		border-bottom: 1px solid var(--ibb-border-grey);
}

.address-block {
		margin-top: 1.5rem;
		padding-bottom: 1rem;
}

.address-block h3 {
		margin-top: 0;
		margin-bottom: 1.5rem;
		font-size: 1.25rem;
		line-height: 170%;
		font-weight: 700;
}

.address-block p {
		margin-bottom: 0.5rem;
}

.col-hd-0 {
		position: fixed; 
		visibility: hidden; 
		top: -5000px; 
		left: -5000px;
}


/* =suche
================================================================ */
ul.searchresults {
		list-style: none;
		margin-left: -39px;
}

ul.searchresults li {
		padding-bottom: 5px;
		border-bottom: 1px solid var(--ibb-border-grey);
		margin-bottom: 20px;
}


/* =footer
================================================================ */
footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 50px;
		font-size: 1rem;
		font-weight: 300;
		background: var(--ibb-blue);
		color: #fff;
		overflow: hidden;
}

footer ul {
		float: left;
		margin: 15px 0;
}

footer ul li {
		float: left;
		padding-right: 30px;
}

footer ul li a {
		float: left;
		color: #fff;
		position: relative;
		transition: color 0.3s ease-out 0s;
}

footer ul li a:hover {
		color: #fff;
}

footer ul li a::after {
		background-color: #fff;
		bottom: 0;
		content: "";
		height: 1px;
		left: 50%;
		opacity: 0;
		position: absolute;
		transform: translateX(-50%);
		transition: all 300ms ease 0s;
		width: 0;
}

footer ul li a:hover::after {
		opacity: 0.5;
		width: 100%;
}

/* =fancybox
================================================================ */
.fancybox-caption {
		font-size: 1.2rem;
}


/* = Media Queries
================================================================ */
@media (max-width: 767px) {
	.full-width-xs {
		padding: 0;
	}

	header {
		min-height: 60px;
		margin-top: 30px;
	}

	.navbar {
		margin-bottom: 2px;
	}
		
	.navbar-nav &gt; li {
		background: #fff;
		border-top: 1px solid var(--ibb-border-grey);
	}
	
	.navbar-default .navbar-nav &gt; li &gt; a {
		font-size: 1.2rem;
		padding: 12px 0;
	}

	.navbar-nav .open .dropdown-menu {
		margin-top: -5px;
		margin-bottom: 15px;
	}

	.navbar-nav .open .dropdown-menu &gt; li &gt; a {
		font-size: 1.2rem;
		padding: 8px 15px 8px 25px;
	}
	
	/* .navbar-default .navbar-nav &gt; .active &gt; a, 
	.navbar-default .navbar-nav &gt; .active &gt; a:hover, 
	.navbar-default .navbar-nav &gt; .active &gt; a:focus, 
	.navbar-default .navbar-nav &gt; .open &gt; a:focus {
		background-color: var(--ibb-blue);
		color: #fff;
	} */
	
	.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, 
	.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover {
		background-color: var(--ibb-blue);
		color: #fff;
	}

	.form-control {
		font-size: 17px;
		margin-bottom: 10px;
	}

	.form-control::-moz-placeholder {
		color: #999;
	}

	.home-news-list-item-link {
		margin: 0;
		padding: 1.3rem 0 1rem;
		border-top: 1px solid var(--ibb-border-grey);
	}

	.home-news-list-item-link:last-of-type {
		border-bottom: 1px solid var(--ibb-border-grey);
	}
}

/* md */
@media (min-width: 768px) {	
	.basic-page h2, .search h2 {
		font-size: 1.8rem;
	}
	
	.navbar-brand {
		margin-top: 40px;
		width: 210px;
		height: 44px;
	}

	.navbar-nav {
		position: absolute;
		right: 0;
		top: 50px;
	}
	
	.navbar-nav &gt; li &gt; a {
		margin: 0 10px;
		padding: 0;
		position: relative;
		text-align: center;
		transition: color 0.3s ease-out 0s;
	}
		
	.navbar-nav &gt; li &gt; a::after {
		background-color: var(--ibb-blue);
		top: 51px;
		content: "";
		height: 3px;
		left: 50%;
		opacity: 0;
		position: absolute;
		transform: translateX(-50%);
		transition: all 300ms ease 0s;
		width: 0;
	}
	
	.navbar-nav &gt; li &gt; a:hover::after, .navbar-nav &gt; li.active &gt; a::after {
		opacity: 1;
		width: 100%;
	}
	
	.navbar-nav &gt; li &gt; .dropdown-menu {
		margin-top: 16px;
	}
	
	.navbar-nav .dropdown-menu {
		min-width: 280px;
		background: #fff;
		border: none;
		border-radius: 0;
		font-size: 1.1rem;
		position: absolute;
		top: 100%;
		left: -17px;
		margin: 0;
		padding: 15px 0;
		z-index: 1000;
		box-shadow: 0px 2px 3px rgba(0,0,0,.175);
	}

	.navbar-nav .dropdown-menu &gt; li {
		padding: 0;
		margin: 0 20px;
	}

	.navbar-nav .dropdown-menu &gt; li:not(:last-child) {
		border-bottom: 1px solid #e0e0e0;
	}

	.navbar-nav .dropdown-menu &gt; li &gt; a {
		color: var(--ibb-blue);
		padding: 6px 10px 6px 10px;
	}

	.navbar-nav .dropdown-menu &gt; li &gt; a:hover, 
	.navbar-nav .dropdown-menu &gt; li.active &gt; a {
		color: #fff;
		background-color: var(--ibb-blue);
	}

	.home-visual {
		min-height: 400px;
	}

	.visual-big {
		min-height: 400px;
		margin-bottom: 3.75rem;
	}

	.home-modul {
		margin-bottom: 4.8rem; 
	}

	.bg-white {
		margin-top: -450px;
		margin-left: auto;
		margin-right: auto;
		padding: 25px 15px 0 15px;
		min-height: 460px;
		width: max-content;
	}

	h1 {
		font-size: 2.575rem;
		margin-bottom: 1.6rem;
	}

	h2.center-border {
		font-size: 2.4rem;
		padding-bottom: 1rem;
		border-bottom: 1px solid var(--ibb-border-grey);
		margin-bottom: 2rem;
	}

	p.home-news-teaser-body {
		margin-bottom: 0;
	}

	.teaser-box {
		padding: 15px 30px 55px;
		margin-bottom: 30px;
	}
	
	.teaser-box h3 {
		margin: 0 0 15px 0;
	}

	.teaser-box a.mehr {
		left: 30px;
	}

	a.mehr:hover .glyphicon-arrow-right {
		left: 1px;
	}

	.addressblock-left {
		float: left;
		margin-right: 100px;
	}

	div.news-images {
		padding-top: 0.5rem;
	}
		
	footer ul {
		float: right;
	}

	footer ul li {
		float: left;
		padding: 0 0 0 30px;
	}
	
	footer .bg-logo {
		background: url("../images/bg-footer-logo.svg") no-repeat transparent;
		/* Wenn nur ein Wert angegeben wird, ist der zweite automatisch center. Der erste Wert gibt die horizontale, der zweite die vertikale Position an. */
		background-position: -231px -430px;
		background-size: 710px;
	}
}

/* lg */
@media (min-width: 992px) {
	html {
		font-size: 100%;
	}

	main.no-visual {
		padding-top: 40px;
	}
	
	.navbar-default .navbar-nav &gt; li &gt; a {
		font-size: 1.2rem;
		text-transform: uppercase;
	}

	.modal-dialog {
		width: 800px;
	}
	
	main {
		margin-bottom: 10%;
	}
	
	.visual-claim {
		font-size: 5rem;
		/* position: relative; */
	}

	/* .visual-claim::before {
		content: "";
		display: inline-block;
		position: absolute;
		bottom: -20px;
		left: 50%;
		background-color: var(--ibb-blue);
		height: 0.6rem;
		width: 6.5rem;
		border-radius: .25rem;
		transform: translate(-50%);
	} */

	.equalheight {
		display: flex;
		justify-content: space-between;
	}
  
	.equal {
		width: 31.7%;
	}

	.filter {
		min-height: 400px;
		margin-bottom: 0;
	}

	div.ref-images {
		padding-top: 0.5rem;
	}

	.has-sidebar {
		width: 70%;
		padding-right: 5rem;
		margin-right: 1rem;
		border-right: 1px solid var(--ibb-border-grey);
		margin-bottom: 0;
	}

	.has-sidebar + div {
		width: 28%;
	}
}

@media (min-width: 1200px) {
	.navbar-nav &gt; li &gt; a {
		margin: 0 12px;
	}

	.filter {
		min-height: 370px;
	}

	.filters ul li {
		width: 200px;
	}

	div.ref-description {
		padding-right: 3rem;
	}
}
</pre></body></html>