/*
Schaefer	 css-definition
released:	 08.09.2015
last update: 26.01.2026
*/

/* raleway-regular - latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 400;
src: url('../fonts/raleway-v16-latin-regular.eot'); /* IE9 Compat Modes */
src: local('Raleway'), local('Raleway-Regular'),
		url('../fonts/raleway-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/raleway-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/raleway-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/raleway-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/raleway-v16-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-italic - latin */
@font-face {
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
src: url('../fonts/raleway-v16-latin-italic.eot'); /* IE9 Compat Modes */
src: local('Raleway Italic'), local('Raleway-Italic'),
		url('../fonts/raleway-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/raleway-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/raleway-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
		url('../fonts/raleway-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/raleway-v16-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
  
/* raleway-600 - latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: url('../fonts/raleway-v16-latin-600.eot'); /* IE9 Compat Modes */
src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
		url('../fonts/raleway-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/raleway-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/raleway-v16-latin-600.woff') format('woff'), /* Modern Browsers */
		url('../fonts/raleway-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/raleway-v16-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}


/* =cookieconsent PrivacyWire
================================================================ */
.privacywire-wrapper div.privacywire {
		z-index: 1000;
		background: rgb(252, 252, 252);
		box-shadow: 0 -1px 20px rgba(0,0,0,.3);
		padding: 3rem;
}

.privacywire-header {
		font-weight: 400 !important;
		font-size: 25px;
		margin-bottom: 10px;
}

.privacywire-text {
    	margin-bottom: 20px;
}

.privacywire-text ul {
		list-style: none;
		margin: 0 0 30px -30px;
}

.privacywire-text input[type="checkbox"] {
    	margin-right: 10px;
}

.privacywire-buttons button {
		background-color: rgb(0, 31, 49);
		color: #fff;
		font-size: 1.5rem;
		border: 0;
		border-radius: 4px;
		margin: 0;
		margin-right: 13px;
		margin-bottom: 13px;
		white-space: nowrap;
		padding: .5em 1.3em;
		text-transform: uppercase;    
}

.privacywire-buttons button:hover {
    	opacity: 0.8;
}

.privacywire-buttons .allow-all {
    	background: #75b939;
}

.privacywire-page-link {
		display: inline-block;
		color: #8c8c8c;
		font-size: 14px;
		margin: 10px 15px 0 0;
}

.privacywire-page-link:hover {
		color: #8c8c8c;
		text-decoration: underline;
}

.privacywire__table {
		max-width: 600px;
		margin: 25px 0 40px 0;
}


/* =basics
================================================================ */
a:active, a:focus { outline: none; }

html {
		/* height: 100%; */
		background: #f5f5f5;
}

body {
		height: 100%;
		line-height: 175%;
		background: url('../images/bg-dots.png') repeat scroll 0 0 transparent;
		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		font-size: 18px;
		color: #555;
}

h1 {
		font-size: 32px;
		font-weight: 400;
		font-style: normal;
		/* color: #155b9f; */
}

h2 {		
		font-size: 24px;
		font-weight: 400;
		margin: 25px 0 10px 0;
		line-height: 140%;
}

h1+h2 {
		margin: 15px 0 10px 0;
}		

h3 {
		font-family: 'Raleway', sans-serif;
		font-size: 20px;
		margin: 0 0 10px 0;
		font-weight: 400;
		font-style: normal;
		line-height: 130%;
}

b, strong {
		font-weight: 600;
}

a {
		color: #6f8597;		
}

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

a.pdf {
		background: url(../images/pdf.png) no-repeat scroll 0 4px transparent;
		display: block;
		padding: 0 0 15px 50px;
}

ul.pdf li {
		background: url(../images/pdf.png) no-repeat scroll 0 5px transparent;
		display: block;
		padding: 0 0 15px 43px;
		margin-left: -21px;
}

ul.pdf li:before {
		content: "";
}

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

a.totop {
		display: none;
		position: fixed; 
		right: 20px; 
		bottom: 35px;
		z-index: 1000;
}

.totop-img {
		width: 42px;
		height: 42px;
}

.position-static {
		position: static;
}

/* =muss extra gesetzt werden. bootstrap affix = */
.affix {
		top: 20px;
}

.affix-bottom {
		position: absolute;
}

.glyphicon-envelope {
		font-size: 20px;
		top: 12px;
		background: transparent;
		padding: 0;
		border: 0;
}

.glyphicon-envelope:hover {
		cursor: pointer;
}

.glyphicon-globe {
		font-size: 16px;
		top: 8px;
		float: left;
		margin-right: 5px;
}

.white { 
		color: #fff;
}

.green {
		color: #96bb2b !important;
		text-transform: uppercase;
}

.bg-white { 
		background: #fff;
}

.bg-red { 
		background: #d43c47;
}

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

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


/* =metanavigation
================================================================ */

/* =meta-left = */
#nav-meta {
		font-family: 'Raleway', sans-serif;
		background: transparent;
		font-size: 13px;
		color: #6f8597;
}

.nav-meta-left {
		float: left;
		margin: 7px 0;
}

.nav-meta-left li {
		float: left;
		margin-right: 25px;
}

.nav-meta-left li a {
		float: left;
}

.nav-meta-left li a:hover {
		text-decoration: underline;
}

/* =meta-right = */
.nav-meta-right, .nav-meta-right > li {
		float: right;
}

.nav-meta-right > li > a {
		float: right;
}

.nav-meta-right li a {
		margin: 1px 0 0 0;
		padding: 6px 15px;
		min-height: 28px;
		background: #c1c1c1;
		color: #fff;
		text-transform: uppercase;
}

.dropdown-menu.meta {
		background-color: transparent;
		border: none;
		border-radius: 0;
		box-shadow: none;
		font-size: 12px;
		position: absolute;
		top: 100%;
		left: 0;
		text-align: left;
		margin: 0;
		min-width: 110px;
		padding: 0;
		z-index: 1000;
}

/* =nicht rausnehmen, trotz redundanz, ist schneller = */
.dropdown-menu.meta > li > a:hover, .dropdown-menu.meta > li > a:focus {
		background-color: #8bb8bf;
		color: #fff;
}

.search {
		font-size: 15px;
		color: #fc5125;
		margin-top: 7px;
}


/* =hauptnavigation
================================================================ */

.navbar-default {
		font-family: 'Raleway', sans-serif;
		margin-top: 25px;
		background-color: transparent;
		border-color: transparent;
}

/* = hamburger-icon = */
.navbar-default .navbar-toggle {
		border-color: transparent;
		margin: 7px -2px 0 0;
		padding: 0;
		border-radius: 0;
}

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

.navbar-default .navbar-toggle .icon-bar {
		background-color: #555;
		height: 3px;
		width: 26px;
		border-radius: 0;
}
/* = abstand zwischen den balken = */
.navbar-toggle .icon-bar + .icon-bar {
		margin-top: 3px;
}
/* = hamburger-icon, Ende = */

.navbar-default .navbar-nav > li > a {
		color: #6f8597;		
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a:focus {
		background-color: #6f8597;
		color: #fff;
}

.navbar-nav {
		font-size: 16px;
		margin: 15px -15px 9px -15px;
}

.navbar-nav > li > a {
		padding: 12px 15px;
		margin: 0;
}

.navbar-collapse {
		border: transparent;
}

.subnav {
		margin-top: 150px;
}

.mobile-language-switch {
	float: left;
}

.mobile-language-switch a {
	display: inline-block;
	text-transform: uppercase;
	color: #1d1d1b;
	margin-right: 15px;
}

/* =content
================================================================ */
.maincontent {
		margin-top: 0;
		margin-bottom: 30px;
}

.carousel-caption {
		background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
		padding: 15px 25px;
		bottom: 0;
		left: 0;
		text-align: left;
		width: 100%;
		font-size: 16px;
}

.carousel-caption p {
		margin: 0;
}

.content {
		min-height: 350px;
}

.content ul {
		margin: 15px 0 15px -18px;
		list-style: none;
}

.teaser-box ul {
		margin-left: -24px;
}

.teaser-box ul li {
		margin-bottom: 8px;
}

.content ul li {
		position: relative;		
		margin-bottom: 10px;
}

ul.border li {
		padding-bottom: 17px;
		border-bottom: 1px solid #ddd;
}

ul.border li:last-child {
		border-bottom: none;
}

.content > ul > li::before {
		content: "•";
		position: absolute;
		top: 0px;
		left: -21px;
		color: #777;
		font-size: 42px;
}

.content ul li ul li {
		list-style: circle;
		margin-left: -6px;
}

.teaser-box a, .content a {
		text-decoration: underline;
}

.teaser-box a:hover, .content a:hover {
		text-decoration: none;
}

.teaser-box {
		background: #fff;
		padding: 25px 15px 70px 15px;
		margin-top: 15px;
		position: relative;
}

.teaser-box .header-icon {
		font-size: 36px;
		display: block;
		margin: 0 0 13px 0;
		text-align: center;
		color: #6f8597;
		opacity: 0.5;
		filter: alpha(opacity=50);
}

.teaser-box h2 {
		margin: 0 0 10px 0;
}

.teaser-box a.mehr {
		position: absolute;
		bottom: 30px;
		left: 15px;
		text-decoration: underline;
}

.teaser-box a.mehr:hover {
		text-decoration: none;
}

.teaser-box .glyphicon-menu-right {
		font-size: 13px;
		top: 2px;
}

.logo-sachverst {
		position: absolute;
		top: 55px;
		right: 15px;
}

.link-arrow {
		position: relative;
		display: inline-block;
		padding-left: 24px;
}

.link-arrow::after {
		content: ">>";
		position: absolute;
		left: 0;
		top: -1px;
}

.link-arrow:hover::after {
    	left: 2px;
}

/* =team
================================================================ */
.team-boxen {
		display: grid;
		row-gap: 45px;
		margin-top: 30px;
}

.team-member-img {
		margin-bottom: 16px;
}

.team-member-details {
		font-size: 16px;
		line-height: 1.5;
}

.team-member-details p {
		margin-bottom: 0;
}


/* =downloads
================================================================ */

.downloads-table {
		margin-top: 4rem;
}

.downloads-table td p {
		margin: 0;
}

.size-right {
		text-align: right;
		white-space: nowrap;
}

.table > thead > tr > th {
		border-bottom: 1px solid #999;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > thead > tr > th {
		line-height: 165%;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
		padding: 10px 8px;
}

.table-hover>tbody>tr:hover {
		background-color: #fafafa;
}

.badge-small {
		margin: 3px 8px 8px 0px;
  		padding: 4px 6px 3px;
}


/* =news
================================================================ */

.news-liste {
		position: relative;
		margin-bottom: 30px;
}

h4.news {
		color: #4a6058;
}

.content .news-link {
		color: #4a6058;
		text-decoration: none;
}

.content .news-link:hover {
		color: #4a6058;
		text-decoration: underline;
}

.news-image {
		float: left;
		margin: 6px 25px 5px 0;
}

.home .news-date {
		color: #c1c1c1;
		font-size: 16px;
}

.news-date-head {
		margin-bottom: 5px;
		font-size: 16px;
}

/* =contact
================================================================ */

h2.modal-title {
		font-size: 38px;
		color: #4e4e4e;
}

.modal-body {
		padding-top: 20px;
}

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

.modal-body p, .modal-body table {
		font-size: 16px;
}

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

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

table.contact-number td {
		padding-right: 10px;
		vertical-align: top;
}

.addressblock-right {
		margin: 0 0 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;
}

label span {
		color: #fc5125;
}

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

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

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

.btn-default {
		background-color: #5c736b;
		color: #fff;
		border: none;
		text-transform: uppercase;
		font-size: 16px;
		padding: 5px 25px;
}

.btn-default:hover {
		background-color: #8bb8bf;
		color: #fff;
}

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

.error-message {
		color: #ea2d1a;
}


/* =footer
================================================================ */
footer {
	margin-top: 40px;
    background-color: rgb(110, 110, 110, 0.9);
    color: #fff;
}

footer h5 {
	font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

footer a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

footer a:hover, footer a:focus {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
    transition: all .1s ease;
}

footer ul li {
    position: relative;
	padding-bottom: 5px;
}

footer ul li:not(:first-of-type) {
	padding-top: 5px;
}

/* kurze border zwischen den navi-punkten */
footer ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 65px;
    border-bottom: 1px solid #fff;
}

.footer-nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.py-5 {
	padding-top: 3.5rem;
	padding-bottom: 5.5rem;
}

.copyright {
    font-size: 16px;
	line-height: 185%;
}

p.dommain {
	visibility: hidden;
	font-size: 10px;
	margin-top: -30px;
}

.mb-5 {
    margin-bottom: 40px; 
}

/* = Media Queries
================================================================ */
@media (max-width: 767px) {
	.navbar-brand {
		float: none;
		display: block;
		padding: 0;
		height: 46px;
		width: 150px;
		margin: -5px auto 0 auto;
	}

	.full-width-xs {
		padding: 0;
	}
	
	.navbar {
		 margin-bottom: 5px;
	}
	
	.navbar-nav > li {
		background: #6f8597;
		border-bottom: 1px solid #c9dbde;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: #fff;
	}

	.navbar-nav .open .dropdown-menu {
		padding: 0;
	}
	
	.navbar-nav .open .dropdown-menu > li {
		margin-top: 1px;
	}
	
	.navbar-nav .open .dropdown-menu > li > a {
		padding: 11px 15px 10px 30px;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		background-color: #c9dbde;
		color: #404040;
	}
	
	.navbar-default .navbar-nav > li > a:hover {
		background-color: #6f8597;
		color: #fff;
	}
	
	.navbar-default .navbar-nav > .active > a, 
	.navbar-default .navbar-nav > .active > a:hover, 
	.navbar-default .navbar-nav > .active > a:focus, 
	.navbar-default .navbar-nav > .open > a:focus {
		background-color: #c9dbde;
		color: #404040;
	}
	
	.form-control {
		font-size: 17px;
		margin-bottom: 10px;
	}

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

@media (min-width: 576px) {
	.team-boxen {
		grid-template-columns: 1fr 1fr;
		column-gap: 1.5rem;
		margin-top: 30px;
	}
}
	
@media (min-width: 768px) {
	h1 {
		font-size: 44px;
		margin: 30px 0 20px 0;
	}
	
	.pad {
		margin-top: 25px;
		padding: 0 25px 60px 25px;
	}
	
	.navbar-brand {
		position: relative;
		top: 7px;
		left: -14px;
		height: 95px;
		width: 270px;
	}
		
	.navbar-nav {
		position: absolute;
		right: 10px;
		bottom: -9px;
		font-weight: 400;
	}
	
	.navbar-nav > li {
		border-right: 1px solid #c9dbde;
	}
	
	.nav > li:last-child {
		border-right: 0;
	}
	
	.navbar-nav > li > a {
		margin: 0 4px;
		padding: 5px 8px;
		position: relative;
		text-align: center;
		transition: color 0.3s ease-out 0s;
	}
	
	.navbar-nav > li > a::after {
		background-color: rgba(21,91,159,0.8);
		top: 49px;
		content: "";
		height: 3px;
		left: 50%;
		opacity: 0;
		position: absolute;
		transform: translateX(-50%);
		transition: all 300ms ease 0s;
		width: 0;
	}
	
	.navbar-nav > li > a:hover::after, .navbar-nav > li.active > a::after {
		opacity: 1;
		width: 100%;
	}
	
	.navbar-default .navbar-nav > li > a:hover {
		color: #6f8597;
	}
	
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .open > a:focus {
			background-color: transparent;
			color: #6f8597;
	}	
	
	.navbar-nav .dropdown-menu {
		min-width: 190px;
		background-color: #6f8597;
		border: none;
		border-radius: 0;
		font-size: 16px;
		position: absolute;
		top: 100%;
		left: -14px;
		margin: 0;
		padding: 20px 0 20px 0;
		z-index: 1000;
	}

	.navbar-nav .dropdown-menu > li {
		border-bottom: 1px solid #c9dbde;
		padding: 2px 0;
		margin: 0 20px;
	}

	.navbar-nav .dropdown-menu > li > a {
		color: #fff;
		padding: 5px 10px 5px 10px;
	}

	.navbar-nav .dropdown-menu > li > a:hover, 
	.navbar-nav .dropdown-menu > li.active > a {
		background: #c9dbde;
		color: #6f8597;
	}
	
	/* =home */
	.teaser-box {
		margin-top: 25px;
		padding: 25px 25px 40px 25px;
		font-size: 16px;
		line-height: 165%;
	}
		
	.teaser-box a.mehr {
		left: 25px;
	}
	
	.content {
		padding: 0 30px;
	}
	
	
	.logo-sachverst {
		top: 55px;
    	right: 25px;
    	width: 70px;
		height: 70px;
	}

	
	a.totop {
		right: 35px; 
		bottom: 55px;
	}
	
	.modal-dialog {
		width: 800px;
		margin: 30px auto;
	}
	
	.addressblock-left {
		float: left;
		margin-right: 130px;
	}
	
	.addressblock-right {
		float: right;
		margin: 40px 0 25px;
	}
}

@media (min-width: 992px) {
	.navbar-brand {
		position: relative;
		top: -7px;
		left: -14px;
		height: 95px;
		width: 320px;
	}

	.mb-lg-0 {
        margin-bottom: 0;
    }

	.equalheight {
		display: inherit;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
	}
  
	.equal {
		width: 31.7%;
	}
	
	.teaser-box h2 {
		margin: 0 0 12px 0;
	}
	
	.navbar-default {
		margin-top: 45px;
	}
	
	.navbar-nav {
		position: absolute;
		right: 10px;
		bottom: -8px;
	}
	
	.navbar-default .navbar-nav > li > a {
		color: rgb(70, 70, 70);
		font-size: 16px;
	}
	
	.navbar-nav > li > a {
		padding: 5px 10px;
		margin: 0 4px;
	}

	.team-boxen {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.downloads-table td:first-child {
		min-width: 270px;
	}
}

@media (min-width: 1200px) {
	.teaser-box a.mehr {
		bottom: 30px;
	}

	.team-boxen {
		column-gap: 2.5rem;
	}
}
