@charset "UTF-8";

:root {
	--color-text: #444;
}

/* muli-300 - latin */
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/muli/muli-v11-latin-300.eot');
	/* IE9 Compat Modes */
	src: local('Muli Light'), local('Muli-Light'),
		url('../fonts/muli/muli-v11-latin-300.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/muli/muli-v11-latin-300.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/muli/muli-v11-latin-300.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/muli/muli-v11-latin-300.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/muli/muli-v11-latin-300.svg#Muli') format('svg');
	/* Legacy iOS */
}

/* muli-regular - latin */
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/muli/muli-v11-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Muli Regular'), local('Muli-Regular'),
		url('../fonts/muli/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/muli/muli-v11-latin-regular.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/muli/muli-v11-latin-regular.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/muli/muli-v11-latin-regular.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/muli/muli-v11-latin-regular.svg#Muli') format('svg');
	/* Legacy iOS */
}

/* muli-italic - latin */
@font-face {
	font-family: 'Muli';
	font-style: italic;
	font-weight: 400;
	src: url('../fonts/muli/muli-v11-latin-italic.eot');
	/* IE9 Compat Modes */
	src: local('Muli Italic'), local('Muli-Italic'),
		url('../fonts/muli/muli-v11-latin-italic.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/muli/muli-v11-latin-italic.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/muli/muli-v11-latin-italic.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/muli/muli-v11-latin-italic.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/muli/muli-v11-latin-italic.svg#Muli') format('svg');
	/* Legacy iOS */
}

/* muli-600 - latin */
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/muli/muli-v11-latin-600.eot');
	/* IE9 Compat Modes */
	src: local('Muli SemiBold'), local('Muli-SemiBold'),
		url('../fonts/muli/muli-v11-latin-600.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/muli/muli-v11-latin-600.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/muli/muli-v11-latin-600.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/muli/muli-v11-latin-600.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/muli/muli-v11-latin-600.svg#Muli') format('svg');
	/* Legacy iOS */
}

/* muli-700 - latin */
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/muli/muli-v11-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Muli Bold'), local('Muli-Bold'),
		url('../fonts/muli/muli-v11-latin-700.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/muli/muli-v11-latin-700.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/muli/muli-v11-latin-700.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/muli/muli-v11-latin-700.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/muli/muli-v11-latin-700.svg#Muli') format('svg');
	/* Legacy iOS */
}


/* muli-900 - latin */
@font-face {
	font-family: 'Muli';
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/muli/muli-v11-latin-900.eot');
	/* IE9 Compat Modes */
	src: local('Muli Black'), local('Muli-Black'),
		url('../fonts/muli/muli-v11-latin-900.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../fonts/muli/muli-v11-latin-900.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('../fonts/muli/muli-v11-latin-900.woff') format('woff'),
		/* Modern Browsers */
		url('../fonts/muli/muli-v11-latin-900.ttf') format('truetype'),
		/* Safari, Android, iOS */
		url('../fonts/muli/muli-v11-latin-900.svg#Muli') format('svg');
	/* Legacy iOS */
}



body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
a {
	font-family: 'Muli', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.65em;
	letter-spacing: .03em;
	margin: 0;
	padding: 0;
	color: var(--color-text);
}

p {
	margin-bottom: 1em;
}




a {
	color: var(--color-text);
	text-decoration: none;
	/* underline; */
}

a:hover {
	color: var(--color-text);
	text-decoration: underline;
	-o-transition: color 0.1s ease-in;
	-webkit-transition: color 0.1s ease-in;
	-moz-transition: color 0.1s ease-in;
	transition: color 0.1s ease-in;
}

a:focus {
	-moz-outline: none;
	outline: none;

}

a.btn {
	text-decoration: none;
}

a[target=_blank]:not(a.nav-link):not(.no_before):not(.navl2):not(.wuw_btn):before,
a.link_external:before {
	font-family: 'FontAwesome';
	content: '\f08e';
	margin: 0px 3px 0 0;
}

a[href$=".zip"],
a[href$=".exe"],
a[href$=".gz"],
a[href$=".ipk"] {
	text-decoration: none !important;
}

a[href$=".zip"]:before,
a[href$=".pdf"]:before,
a[href$=".exe"]:before,
a[href$=".gz"]:before,
a[href$=".ipk"]:before,
a[href$=".svg"]:before,
a[href$=".projectarchive"]:before {
	content: '\f019' !important;
	/* f019 fa-download   f0ed fa-cloud-download */
}

a.icon_search_plus:before {
	font-family: 'FontAwesome';
	content: '\f00e';
	/*  fa-search-plus   */
	margin: 0px 5px 0 0;
}



.card_container a[target=_blank]:before {
	content: '';
	text-decoration: none;
}

/*
hyphens:	https://justmarkup.com/articles/2015-07-31-dealing-with-long-words-in-css/
http://clagnut.com/blog/2395/
*/

@media (max-width: 991px) {}
	.text_break_word {


		overflow-wrap: break-word;
		word-wrap: break-word;

		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	


/**/
		-webkit-hyphenate-limit-before: 3;
		-webkit-hyphenate-limit-after: 3;
		-webkit-hyphenate-limit-chars: 15 3 8;
		-webkit-hyphenate-limit-lines: 2;
		-webkit-hyphenate-limit-last: always;
		-webkit-hyphenate-limit-zone: 8%;


		-moz-hyphenate-limit-chars: 15 3 8;
		-moz-hyphenate-limit-lines: 2;
		-moz-hyphenate-limit-last: always;
		-moz-hyphenate-limit-zone: 8%;


		-ms-hyphenate-limit-chars: 15 3 8;
		-ms-hyphenate-limit-lines: 2;
		-ms-hyphenate-limit-last: always;
		-ms-hyphenate-limit-zone: 8%;

		hyphenate-limit-chars: 15 3 8;
		hyphenate-limit-lines: 2;
		hyphenate-limit-last: always;
		hyphenate-limit-zone: 8%;
		
	}


h1 {

	font-size: 4.3em;
	line-height: 1.05em;
	font-weight: 900;

	margin: 0 0 .3em 0;
	padding: 0;
}

h1:first-child {
	padding-top: 0;
}

h2,
.h2 {
	font-size: 1.9em;
	line-height: 1.2em;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	/*
	padding-top: 1.5em;
	*/
}

h3,
.h3 {
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 10px;

}

h4,
.h4 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 1em;

}

@media (max-width: 767px) {
	h1 {

		font-size: 2.5em;
		line-height: 1.05em;
		font-weight: 900;
	}
	h2{
		font-size: 1.5em;
		line-height: 1.2em;	
	}
}

@media (max-width: 575px) {
	h1 {

		font-size: 2.5em;
		line-height: 1.05em;
	}
	h2,h4{
		font-size: 1.3em;
		line-height: 1.2em;	
	}
}


.txt_red {
	color: red;
}

hr {
	clear: both;
	background-color: #555;
	color: #555;
	border: #555;
	height: 1px;
	margin: 0 0 25px 0;
}


span.smaller {
	font-size: .8em;
	letter-spacing: 0;
	font-weight: normal;
  }



/*
media
____________________________________________ */

img,
embed,
object,
video {
	width: 100%;
	max-width: 100%;
	height: auto;

}


.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.embed-responsive::before {
	display: block;
	content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
	padding-top: 56.25%;
}

.embed-responsive-4by3::before {
	padding-top: 75%;
}

.embed-responsive-1by1::before {
	padding-top: 100%;
}






.img_left {
	padding: 0px;
	margin: 5px 20px 15px 0;
	float: left;
	width: 40%;
}

.img_right {
	padding: 0px;
	margin: 5px 0 15px 20px;
	float: right;
	width: 40% !important;
}

.img_100prozent {
	width: 100%;
	/*
	margin: 5px 0;
	border: 1px solid #003a65;
	*/
}

.img_no_scale {
	width: auto !important;
}

.fw400{
	font-weight: 400 !important;
}
.fw600{
	font-weight: 600 !important;
}
.fw700{
	font-weight: 700 !important;
}
.fw900{
	font-weight: 900!important;
}
.mb_05em{
	margin-bottom: .5em;
}
.mb_10em{
	margin-bottom: 1em;
}
.mb_15em{
	margin-bottom: 1.5em;
}
.mb_20em{
	margin-bottom: 2em;
}
.pb_0{
	padding-bottom: 0;
}