@charset "utf-8";

/*
Author: TRIAS Media GmbH
Author Page: www.trias-media.de
Customer Page: www.meastream.de
*/


/* ******************************************** */
/*					Variablen 	 				*/
/* ******************************************** */

:root {
	--xxs:			4px;
	--xs:			8px;
	--s:			12px;
	--m:			16px;
	--l:			24px;
	--xl:			32px;
	--xxl:			48px;

	--c-acc:		#04276e;
	--c-acc-light:	#6d8bc6;
	--c-grey-1:		#333333;
	--c-grey-2:		#666666;
	--c-grey-3:		#bdbdbd;
	--c-grey-4:		#e3e3e3;

	--radius:		var(--m);
	--shadow:		2px 4px 15px rgba(0, 0, 0, 0.5);
}

/* ******************************************** */
/*					Fonts 		 				*/
/* ******************************************** */

h1 {
	margin-top: 0;
	color: var(--c-acc);
	font-size: 2.5em;
	font-weight: bold;
}

h2 {
	color: #fff;
	font-size: 1.75em;
	font-weight: bold;
	line-height: 1.25;
}

h3 {
	color: var(--c-grey-1);
	font-size: 1.5em;
	font-weight: normal;
}

h4 {
	color: var(--c-acc);
	font-size: 1.125em;
	font-weight: normal;
}

h5 {
	color: var(--c-grey-1);
	font-size: 2.813em;
	font-weight: bold;
	text-shadow: none;
}

h6 {
	color: var(--c-grey-1);
	font-size: 1.125em;
	font-weight: normal;
	text-shadow: none;
}

a {
	color: var(--c-grey-1);
	text-decoration: none !important;
}

.text--small {
	font-size: 0.75em;
}

.bold,
p>a {
	font-weight: bold;
	color: var(--c-acc);
}

main p,
main .btn,
main button {
	font-size: 16px;
}

/* ******************************************** */
/*					Colors  					*/
/* ******************************************** */

.bg-grey-4 {
	background-color: var(--c-grey-4);
}

/* ******************************************** */
/*					Allgemein  					*/
/* ******************************************** */

html {
	scroll-behavior: smooth;
	scroll-padding-top: var(--xxl)
}

.row {
	padding: 0 15px;
	margin-bottom: 23px;
}

@media (max-width:767px) {
	ul,
	li {
		max-width: 100%;
	}
}

@media (min-width:992px) {
	main.container:first-of-type,
	main.container-fluid:first-of-type {
		padding-top: 100px;
	}
	main .row {
		margin-bottom: 100px;
	}

	.mb-l-d {
		margin-bottom: 50px !important;
	}
}

/* ******************************************** */
/*					Abstände	 				*/
/* ******************************************** */

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

.m-b-none {
	margin-bottom: 0 !important;
}

/* ******************************************** */
/*					Bilder		 				*/
/* ******************************************** */

img {
	max-width: 100%;
}

p>img {
	height: 1em;
}

main img {
	border-radius: var(--radius);
}

.banner {
	margin: 1em 0 2em;
}

/* ******************************************** */
/*					Sonderzeichen 				*/
/* ******************************************** */

img[src$="x_klein.png"] {
	height: 10px;
	transform: translateY(-1px);
}

img[src$="x_klein_dach.png"] {
	height: 12px;
	transform: translateY(-2px);
}

img[src$="x_gross.png"] {
	height: 10px;
	transform: translateY(-1px);
}

img[src$="funktion.png"] {
	transform: translateY(-1px);
}


/* ******************************************** */
/*					Button 						*/
/* ******************************************** */

.btn {
	background-color: var(--c-acc);
	color: white;
	transition: all 0.15s ease-in-out;
}

.btn:hover {
	background-color: var(--c-acc-light);
	color: white;
}

.btn > svg {
	height: 1em;
	width: auto;
	transform: translateY(2px);
}

.btn path {
	fill: currentColor;
}

/* ******************************************** */
/*					More-Button 				*/
/* ******************************************** */

.more-button {
	position: absolute;
	bottom: 0;
	right: 3rem;
	transform: translateY(50%);
	background-color: var(--c-grey-3);
	width: 50px;
	height: 50px;
	border-radius: 25px;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

.more-button-triangle {
	position: absolute;
	margin: 14px 0 0 18px;
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 22px solid var(--c-acc);
}

/* ******************************************** */
/*					Header	 	 				*/
/* ******************************************** */

#page__header {
	display: flex;
	gap: 1rem;
	flex-wrap: nowrap;
	justify-content: space-between;
}

#page__header::before,
#page__header::after {
	display: none;
}

#page__header > div {
	display: flex;
	flex-direction: column;
}

#header__slogan {
	justify-content: center;
}

#header__nav {
	justify-content: flex-end;
}

#header__nav>.row {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	#header__nav {
		flex-direction: row !important;
		align-items: center;
	}
	#header__nav > #top-bar {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		gap: 1rem;
		order: 1;
		padding: 0;
	}
	#header__nav > #top-bar > div {
		display: flex;
		align-items: center;
		padding: 0;
	}
	#header__nav > #top-bar > .navi-top {
		margin: 0;
	}
	#header__nav .navbar-toggle {
		margin: 0;
		padding: 1rem;
	}
	#header__nav .navbar-toggle > .icon-bar {
		background-color: var(--c-grey-1);
	}
}

/* ******************************************** */
/*					Navi-Top 	 				*/
/* ******************************************** */

.navi-top {
	margin-top: 10px;
}

.navi-top ul {
	float: right;
	margin-bottom: 0;
}

.navi-top ul li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

.navi-top ul li:last-child {
	padding-right: 0;
}

.navi-top ul li a {
	color: var(--c-grey-1);
	font-size: 0.75em;
}

@media (max-width: 531px) {
	.navi-top ul {
		padding: 0;
	}
}

/* Sprachen */
.btn-group label {
	background-color: var(--c-acc-light);
	border: none;
	padding: 3px 5px 1px 5px;
	font-size: 0.75em;
}

.btn-group label.active {
	background-color: var(--c-acc);
}

.sprachen a {
	color: #fff;
}

.sprachen > div {
	float: none;
	display: flex;
	flex-wrap: nowrap;
}

.btn-group label:hover,
.btn-group label.active:hover {
	background-color: var(--c-grey-3);
	color: var(--c-grey-1);
}

@media (max-width: 1199px) {
	.sprachen {
		padding-right: 0 !important;
	}
}

@media (max-width: 991px) {
	.sprachen {
		padding-left: 36px;
	}

	.top-menu {
		padding-right: 0 !important;
	}
}

@media (max-width: 767px) {
	.sprachen {
		margin-right: 15px;
	}
}


/* ******************************************** */
/*					Logo 	 	 				*/
/* ******************************************** */

.logo {
	margin-bottom: 15px;
}

.logo img {
	width: 350px;
}

#header__logo {
	margin: 0;
}

#header__logo > a {
	display: flex;
	align-items: center;
	height: 100%;
}

@media (max-width:767px) {
	.logo {
		margin-top: 20px;
	}

	.logo img {
		width: 220px;
	}
}

/* ******************************************** */
/*					Navi 	 	 				*/
/* ******************************************** */

.navbar-default {
	border: none;
	margin: 0;
	z-index: 100;
	background: none;
}

.navbar-default div {
	padding: 0;
}

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

#navi-main {
	padding: 0;
}

.navbar-toggle {
	margin-top: 15px;
	margin-bottom: 0;
}

.navbar-nav>li,
.navbar-nav>li>a {
	box-sizing: border-box;
	display: block;
}

.navbar-default .navbar-nav>li>a {
	color: var(--c-grey-1);
}

@media (min-width:768px) {

	#navi-main {
		transform: translateY(10px);
	}

	/* Dropdown bei hover */
	ul.nav li.dropdown:hover ul.dropdown-menu {
		display: block;
		margin-top: 0px
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 1em;
		text-align: center;
	}

	.navbar-nav>li {
		border-bottom: 10px solid var(--c-acc);
	}

	.navbar-nav>li:hover {
		border-color: #fff;
	}

	.navbar-nav>li:hover>a {
		color: var(--c-acc) !important;
	}

	.navi {
		padding: 0;
	}

	.navi>div {
		margin-bottom: 0;
	}

	.navbar {
		min-height: 20px;
	}

	.navi-border {
		position: relative;
		z-index: 1;
		border-bottom: 10px solid var(--c-acc);
	}

	.navbar-nav>.act {
		border-bottom: 10px solid #fff;
	}

	.dropdown-menu {
		top: 24px;
		margin-left: -1px;
	}

	.dropdown-menu>.act>a {
		background-color: var(--c-acc);
		color: #fff;
	}

	.dropdown-menu>li:hover>a {
		background-color: var(--c-acc);
		color: #fff;
	}

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

@media (min-width:992px) {
	.navbar-default .navbar-nav>li>a {
		min-width: 80px;
		padding: 15px;
	}
}

@media (min-width:1200px) {
	.navbar-default ul {
		float: right;
	}

	.navbar-nav {
		margin-left: 0;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.navbar-default .navbar-nav>li>a {
		padding: 0 11px 5px 11px;
		font-size: 1em;
		text-align: center;
	}
}

@media (max-width:767px) {
	#navi-main {
		background-color: #fff;
	}

	.navbar-default .navbar-nav {
		background: var(--c-grey-4);
	}

	.navi-border {
		border-bottom: 10px solid var(--c-acc);
		padding: 0;
	}

	.navi-border>.container {
		padding: 50px 0 0 0;
	}

	.navbar-default>nav#navi-main {
		position: absolute;
		top: 70px;
		left: 15px;
		width: calc(100vw - 30px);
		z-index: 1;
	}

	.navbar-collapse {
		padding-left: 10px !important;
	}
}

@media (max-width: 345px) {
	.navi-border {
		margin-top: 0px;
	}

}

/* ******************************************** */
/*					Header Slogan 				*/
/* ******************************************** */

#header__slogan {
	font-weight: bold;
	font-size: 2rem;
}

/* ******************************************** */
/*					Content	 	 				*/
/* ******************************************** */

main {
	padding-top: 50px;
}

.content {
	padding: 0;
}

.content h2 {
	color: var(--c-acc);
}

.inhalt {
	font-size: 1em;
}

.inh-col {
	padding-left: 0;
	margin-left: 0;
}

.inh-col img {
	margin-top: 30px;
}

.inh-col img:first-child {
	margin-top: 0;
}

.bocksatz {
	text-align: justify;
}

.content-margin-bottom {
	margin-bottom: 50px;
}

.clearfix {
	margin-bottom: 2em;
}

@media (min-width:992px) {
	.img-left {
		float: left;
	}

	.img-right {
		float: right;
	}

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

/* ******************************************** */
/*					Content -> Box 				*/
/* ******************************************** */

.content-box {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid var(--c-acc);
	border-radius: var(--radius);
	padding: 15px;
}

.content-box>*:first-child {
	margin-top: 0;
}

.content-box>*:last-child {
	margin-bottom: 0;
}

/* ******************************************** */
/*					Sidebar	 	 				*/
/* ******************************************** */

.sidebar {
	padding-right: 0;
}

.sidebar div {
	display: inline-block;
}

.sidebar p {
	font-size: 16px;
}

.sidebar>div:first-child {
	width: 100%;
}

.sidebar img {
	border-radius: var(--radius);
	height: auto;
	margin: 20px 0;
	max-width: 100%;
}

.sidebar h2 {
	font-size: 1.5em;
}

@media (max-width: 1199px) {
	.sidebar div {
		display: block;
	}

	.sidebar>div:first-child {
		width: auto;
	}

	.sidebar img {
		width: auto;
		height: auto;
	}
}

/* ******************************************** */
/*					Sidebar	left 				*/
/* ******************************************** */

/* Sidemenu */

.sidebar-left {
	margin-top: 20px;
}

.sidebar-left>div:first-child {
	margin-bottom: 30px;
}

.sidebar-left ul {
	list-style-type: none;
	padding: 0;
}

.sidebar-left li {
	height: 30px;
	border-left: 5px solid var(--c-acc);
	padding-left: 10px;
	margin-bottom: 5px;
	border-radius: 3px;
}

.sidebar-left li:hover,
.sidebar-left .act {
	background-color: var(--c-acc);
	border-radius: 3px;
}

.sidebar-left li:hover a,
.sidebar-left .act a {
	color: #fff;
}

.sidebar-left a {
	display: block;
	height: 100%;
	padding-top: 5px;
}

.sidebar-left-zweizeilig {
	height: 58px !important;
	padding-top: 5px;
}

.sidebar-left-zweizeilig a {
	vertical-align: 0;
	padding-bottom: 5px;
}

/* ******************************************** */
/*					Teaser-Box 	 				*/
/* ******************************************** */

/* .teaser {
	margin-top: 50px;
} */

.teaser-box {
	display: block;
	margin-bottom: 40px;
	padding: 2em 0;
	border-radius: var(--radius);
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.teaser-box:last-child {
	margin-right: 0;
}

.teaser-box main {
	padding: 0 16px;
}

.teaser-box footer {
	position: relative;
	padding: 1em 16px 0;
}

.teaser-box h2 {
	margin-top: 0;
	color: var(--c-acc);
}

.teaser-box p:last-of-type {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.teaser-box {
		margin-bottom: 140px;
	}

	.teaser-box img:not(.normal-flow) {
		position: absolute;
		top: 0;
		right: -100px;
		width: 66%;
	}

	.teaser-box .btn {
		margin-top: 16px;
	}
}

@media (max-width: 991px) {
	.teaser-box img {
		margin-top: var(--m);
	}
}


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

.footer {
	background-color: var(--c-grey-4);
	margin-top: 50px;
	padding: 30px 15px;
}

.footer-box {
	min-height: 160px;
}

.footer img {
	margin-top: 20px;
}

@media (max-width:991px) {
	.footer-box {
		border-right: none;
		border-bottom: 1px solid #fff;
		min-height: inherit;
		padding-bottom: 15px;
	}
}

@media (max-width:767px) {
	.footer {
		margin-top: 0px;
		padding: 15px 15px;
	}
}

/* Box 1 */
.footer-box .form-line {
	padding: 0;
}

.footer-box label {
	padding: 0;
	width: 80px;
}

.footer .jotform-form * {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: var(--c-grey-1);
}

#input_2 {
	margin: 5px 0 0 0;
}

/* Box 2 */
.footer-box ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.footer-box .separator {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	margin-bottom: 4px;
}

/* Box 3 */
.footer-box table td:first-child {
	min-width: 60px;
}

.footer-box:last-child {
	border: none;
}

/* ******************************************** */
/*					Inhaltsverzeichnis			*/
/*					Table of Contents			*/
/* ******************************************** */

#table_of_content > div > div {
	display: inline-flex;
	flex-direction: column;
	gap: var(--xs);
	border: 1px solid var(--c-acc);
	border-radius: var(--radius);
	padding: var(--m) var(--l) var(--xxs);
	width: min(500px, 100%);
	background-color: var(--c-grey-4);
}

#table_of_content h3 {
	margin: 0;
}

#table_of_content ol {
	padding-left: 20px;
}

#table_of_content a {
	display: block;
	padding: var(--xs) 0;
}



/* ******************************************** */
/*					Blog		 				*/
/* ******************************************** */

.blogteaser {
	display: flex;
	margin-top: 50px;
}

.blogteaser:first-of-type {
	margin-top: 20px;
}

.blogteaser>img {
	width: 200px;
	height: 200px;
	margin-right: 20px;
}

.blogteaser>div {
	max-width: calc(100% - 200px);
}

.blogteaser>div>*:first-child {
	margin-top: 0;
}

.blogteaser h1 {
	margin-top: 0;
}

.blogteaser h2 {
	margin: 10px 0 5px;
}

.blogteaser p {
	margin-top: 10px;
}

.blog h1 {
	margin: 2rem 0;
	font-size: 3rem;
}

.blog h2 {
	margin-bottom: 10px;
	font-size: 2.5rem;
}

@media (max-width:767px) {
	.blogteaser {
		flex-direction: column;
	}

	.blogteaser>img {
		margin: 0 auto 15px auto;
	}

	.blogteaser>div {
		max-width: none;
	}
}


@media(max-width: 991px) {
	.m-t-m-s {
		margin-top: var(--m);
	}
}