/* MundArt Custom */


.but-list i {
	font-size: 26px;
}


.stueckbox01 {
	position: relative;
	display: block;
	background: #fdf7da;
	padding: 15px;
	border: 1px solid #000;
	margin: 7px 0 12px 0;
}
.stueckbox01:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
	background: #fefcf4;
}

@media (min-width: 1200px) {
.stueckbox01 h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.stueckbox01 h4 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
}
}
@media (max-width: 991px) {
.stueckbox01 h4 {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
}
}
@media (max-width: 767px) {
.stueckbox01 h4 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
}
}

.stueckbox01 h4 i {
	color: #000;
	font-weight: 500;
}

.stueckbox01 p {
	position: relative;
	text-align: left !important;
}
.btn {
	position: relative;
    display: inline-block;
    padding: 4px 7px;
    margin-bottom: 0px;
	margin-top: 6px;
	bottom: 0px;
	right: 0px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (max-width: 991px) {
.btn {
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 0px;
	margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
}



body {
	background-color: #ffe575;
	color: #000;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
}

html.boxed body {
	background-color: #ffdd5b;
	background-position: auto;
	background-repeat: repeat;
}

html.boxed .body {
	position: relative;
	background-color: #fce995;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 0px solid transparent;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top: 0px solid transparent;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.40);
	margin: 0px auto 25px auto;
	max-width: 1200px;
	height: auto;
}

html.boxed #header .header-body {
	border-top-color: #fff;
}


#header .header-body {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 0;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
	width: 100%;
	z-index: 1001;
	min-height: 125px;
}



/* MundArt SideNav */

.wline-right {
	border-right: 3px solid #fff;
}

@media (max-width: 991px) {

.wline-right {
	border-right: 0px solid #fff;
}

}

.sideimg {
	position: relative;
	display: block;
	margin: 0px;
	padding: 20px 0 200px 0;
}

.sideimg img {
	width: 100%;
	display: block;
	margin: 0px;
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}

@media (max-width: 767px) {

.sideimg {
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 3px solid #fff;
	margin-bottom: 0px;
}

.sideimg img {
	width: 100%;
	display: none;
	margin: 0px;
}

}


.featured-box {
	text-align: left;
	min-height: 20px;
}

.featured-boxes .featured-box {
	margin-bottom: 5px;
	margin-top: 0px;
}
@media (max-width: 991px) {
.featured-boxes .featured-box {
	margin-bottom: 10px;
	margin-top: 0px;
}
}
@media (max-width: 767px) {
.featured-boxes .featured-box {
	margin-bottom: 10px;
	margin-top: 0px;
	width: 50%;
	float: left;
}
.featured-boxes .long {
	width: 100% !important;
}
}


.featured-box .box-content {
	border-radius: 0px;
	border-top: 0px solid transparent;
	border-top-width: 0px;
	padding: 0;
	position: relative;
	top: 0px;
}

.featured-box .box-content:hover p {
	font-style: italic;
}




@media (min-width: 1200px) {
.featured-box .box-content p {
	position: absolute;
	color: #fff;
	font-weight: 600;
	top: 7px;
	padding-left: 70px;
	margin-bottom: 0px;
	text-align: left;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.featured-box .box-content p {
	position: absolute;
	color: #fff;
	font-weight: 600;
	top: 7px;
	padding-left: 53px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 14.3px;
}
}
@media (max-width: 991px) {
.featured-box .box-content p {
	position: absolute;
	color: #fff;
	font-weight: 600;
	top: 3px;
	padding-left: 35px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12.5px;
}
}
@media (max-width: 575px) {
.featured-box .box-content p {
	position: absolute;
	color: #fff;
	font-weight: 600;
	top: 3px;
	padding-left: 30px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 12.5px;
}
}




@media (min-width: 1200px) {
.featured-boxes-style-3 .featured-box .icon-featured {
	display: inline-block;
	font-size: 22px;
	height: 40px;
	line-height: 34px;
	padding:0;
	width: 40px;
	margin-top: 0px;
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.featured-boxes-style-3 .featured-box .icon-featured {
	display: inline-block;
	font-size: 20px;
	height: 36px;
	line-height: 30px;
	padding:0;
	width: 36px;
	margin-top: 0px;
	background: transparent;
	border: 3px solid #fff;
	color: #fff;
}
}
@media (max-width: 991px) {
.featured-boxes-style-3 .featured-box .icon-featured {
	display: inline-block;
	font-size: 16px;
	height: 26px;
	line-height: 24px;
	padding:0;
	width: 26px;
	margin-top: 0px;
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
}
@media (max-width: 575px) {
.featured-boxes-style-3 .featured-box .icon-featured {
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	padding:0;
	width: 20px;
	margin-top: 0px;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
}




@media (min-width: 1200px) {
.icon-featured {
	display: inline-block;
	margin: 2px 2px 2px 15px;
	width: 40px;
	height: 40px;
	border-radius: 7px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
	font-size: 26px;
	line-height: 40px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.icon-featured {
	display: inline-block;
	margin: 2px 2px 2px 8px;
	width: 36px;
	height: 36px;
	border-radius: 7px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
}
}
@media (max-width: 991px) {
.icon-featured {
	display: inline-block;
	margin: 1px 1px 1px 4px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #FFF;
	font-size: 26px;
	line-height: 40px;
}
}




.icon-featured:after {
	font-family: FontAwesome;
	color: #fff;
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 7px;
	content: '\f00c';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


html .featured-box-effect-3.featured-box-primary .icon-featured:after {
	box-shadow: 0 0 0 0px #fff;
}

html .featured-boxes-style-3 .featured-box.featured-box-primary .icon-featured {
	border-color: #fff;
	color: #fff;
}

html .featured-box-effect-3.featured-box-primary:hover .icon-featured {
	background: transparent !important;
}


.featured-box-primary .icon-featured:after {
	border-color: #fff;
}

.featured-box-effect-3 .icon-featured:after {
	top: 0;
	left: 0;
	box-shadow: 0 0 0 10px #FFF;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(0.9);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(0.9);
	opacity: 0;
}

.featured-box-effect-3:hover .icon-featured {
	color: transparent !important;
}

.featured-box-effect-3:hover .icon-featured:after {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 1;
}








/* MundArt TYPO etc */


@media (min-width: 1200px) {
.mav h1 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	margin: 0 0 20px 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.mav h1 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	margin: 0 0 13px 0;
}
}
@media (max-width: 991px) {
.mav h1 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 13px 0;
}
}
@media (max-width: 767px) {
.mav h1 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px 0;
}
}



.mav p strong {
	font-weight: 700;
}
@media (min-width: 1200px) {
.mav p {
	color: #000;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin: 0 0 20px;
	text-align: justify;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.mav p {
	color: #000;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 10px;
	text-align: justify;
}
}
@media (max-width: 991px) {
.mav p {
	color: #000;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 10px;
	text-align: justify;
}
}
@media (max-width: 767px) {
.mav p {
	color: #000;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 10px;
	text-align: justify;
}
}



.mav .p40 {
	padding: 40px 40px 80px 40px !important;
}

@media (max-width: 991px) {
.mav .p40 {
	padding: 25px 25px 50px 25px !important;
}
}
@media (max-width: 767px) {
.mav .p40 {
	padding: 13px 13px 30px 13px !important;
}
}






/* Header Nav Main */
@media (min-width: 992px) {
	#header .header-nav-main {
		float: left;
		margin: 0;
		min-height: 25px;
		width: 100%;
	}

	#header .header-nav-main nav {
		width: 100%;
	}

	#header .header-nav-main nav > ul > li > a {
		display: inline-block;
		color: #fff;
		border-radius: 0px;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
		padding: 10px 6px;
		margin: 0 5px;
		text-transform: none;
	}

	#header .header-nav-main nav > ul > li.ml {
		float: right;
		margin: 0px 0px 0px 50px;
	}


	#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
		background: transparent;
		color: #FFF;
		text-decoration: underline;
	}


	.mob-stk {
		position: relative;
		display: none;
		margin: 0px auto;
		padding: 5px 0px;
		text-align: center;
	}

}


@media (min-width: 992px) and (max-width: 1199px) {

	html.boxed.sticky-header-active #header .header-body {
		position: fixed !important;
		padding-left: 0px;
		padding-right: 0px;
	}

	html.boxed.sticky-header-active #header .header-body {
	    width: 100%;
	}

}



@media (min-width: 1200px) {
	html.boxed.sticky-header-active #header .header-body {
		width: auto;
	}

	html.boxed.sticky-header-active #header .header-body {
		position: fixed !important;
		padding-left: 12px;
		padding-right: 12px;
	}


}



@media (max-width: 991px) {

	#header .header-btn-collapse-nav {
		outline: 0;
		display: none !important;
		position: relative;
		z-index: 1;
	}


	.mob-stk {
		position: relative;
		display: block;
		margin: 0px auto;
		padding: 10px 0px;
		text-align: center;
	}

	.mob-stk a {
		color: #fff;
		border-radius: 0px;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
		margin: 0;
		text-transform: none;
	}

}



/* #Footer */
#footer {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	font-size: 0.9em;
	margin-top: 0px;
	padding: 0;
	position: relative;
	bottom: 0;
	clear: both;
}

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

#footer .footer-copyright {
	border-top: 0px solid transparent;
	margin-top: 0;
	padding: 0;
	display: block;
	clear: both;
}

#footer .footer-copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
}

.mob-bottom {
	display: none;
	color: #fff;
}
@media (max-width: 991px) {
#footer .footer-copyright p {
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
.mob-bottom {
	display: block;
	color: #fff;
}
}


.radius-bl {
	border-bottom-left-radius: 7px;
}




/* SLIDER REVOLUTION */


.slider-container {
	height: 300px;
	overflow: hidden;
	width: 100%;
	direction: ltr;
}


.slider-container .bottom-label {
	color: #FFF;
	font-size: 15px;
	line-height: 15px;
	font-weight: 300;
}


/* Autoren */

.autoren .abox01 {
	position: relative;
	display: block;
	margin: 2px;
	padding: 8px 3px 8px 10px;
}
.autoren li a:hover {
	text-decoration: none;
}
.autoren .abox01:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
}

@media (min-width: 1200px) {
.autoren .abox01 h4 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.autoren .abox01 h4 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
}
}
@media (max-width: 991px) {
.autoren .abox01 h4 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
}
}
@media (max-width: 767px) {
.autoren .abox01 h4 {
	font-size: 15px;
	line-height: 22px;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0;
}
}





.autoren .abc {
	text-align: center;
	margin-bottom: 15px;
}

.autoren p {
	position: relative;
}

.autoren .www {
	padding-left: 32px;
}
.autoren .www i {
	display: inline-block;
	position: absolute;
	font-size: 26px;
	left: 0;
	top: -1px;
}
.autoren .www a {
	font-weight: 600;
}

.autoren .kat {
	font-weight: 700;
	padding: 12px 10px 0 0;
}

.autoren .topic {
	border: 1px solid;
	padding: 12px 10px 7px 15px;
}

.autoren .topic a {
	display: block;
	margin-bottom: 4px;
	padding-left: 5px;
	color: #000;
}

.autoren .topic a i {
	font-size: 14px;
}

.autoren .stk-info {
	padding-left: 30px;
}
.autoren .stk-info i {
	display: inline-block;
	position: absolute;
	font-size: 20px;
	left: 0;
	top: 2px;
}
.autoren .stk-info2 {
	padding-left: 0px;
	padding-right: 0px;
}

.autoren .box-inhalt {
	position: relative;
	display: block;
	background: #fdf7da;
	padding: 15px;
	border: 1px solid #000;
	margin-bottom: 30px;
}
.autoren .stk-info3 {
	padding-left: 40px;
}
.autoren .stk-info3 i {
	display: inline-block;
	position: absolute;
	font-size: 30px;
	left: 0;
	top: -3px;
}
.autoren .stk-info3 span {
	font-size: 14px;
}




@media (min-width: 992px) {
.autoren .abc a {
	display: inline-block;
	border: 1px solid;
	font-size: 16px;
	font-weight: 600;
	width: 3.546153846153846%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}

.autoren .abc a.active {
	display: inline-block;
	border: 1px solid;
	font-size: 16px;
	font-weight: 600;
	width: 3.546153846153846%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}

.autoren .abc span {
	display: inline-block;
	border: 1px solid;
	font-size: 16px;
	font-weight: 600;
	width: 3.546153846153846%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}
.autoren .img-autor {
	float: right;
	border-radius: 8px;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
	margin: 7px 0 15px 30px;
	width: 150px;
}

}
@media (min-width:768px) and (max-width: 991px) {
.autoren .abc a {
	display: inline-block;
	border: 1px solid;
	font-size: 15px;
	font-weight: 600;
	width: 3.546153846153846%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}

.autoren .abc a.active {
	display: inline-block;
	border: 1px solid;
	font-size: 15px;
	font-weight: 600;
	width: 3.546153846153846%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}

.autoren .abc span {
	display: inline-block;
	border: 1px solid;
	font-size: 15px;
	font-weight: 600;
	width: 3.546153846153846%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}
.autoren .img-autor {
	float: right;
	border-radius: 8px;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
	margin: 7px 0 15px 30px;
	width: 150px;
}

}
@media (max-width: 767px) {
.autoren .abc a {
	display: inline-block;
	border: 1px solid;
	font-size: 15px;
	font-weight: 600;
	width: 7.392307692307692%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}

.autoren .abc a.active {
	display: inline-block;
	border: 1px solid;
	font-size: 15px;
	font-weight: 600;
	width: 7.392307692307692%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}

.autoren .abc span {
	display: inline-block;
	border: 1px solid;
	font-size: 15px;
	font-weight: 600;
	width: 7.392307692307692%;
	margin: 0 0.15% 3px 0.15%;
	padding: 2px 0;
}
}


@media (min-width: 576px) and (max-width: 767px) {
.half {
    width: 50% !important;
}
.autoren .img-autor {
	float: right;
	border-radius: 8px;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
	margin: 7px 0 15px 30px;
	width: 120px;
}

}
@media (max-width: 767px) {
	.isotope-item {
		text-align: left;
	}
}




 @media (max-width: 575px) {
.col-xs-6 {
	width: 100% !important;
}
.autoren .img-autor {
	float: right;
	border-radius: 8px;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.2);
	margin: 7px 0 15px 20px;
	width: 100px;
}
.hide-mob {
	display: none;
}
.mob100 {
	width: 100%;
}
.pl30 {
	padding-left: 30px !important;
	text-align: left !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
}



/* Links */

.links p {
	position: relative;
}

.links .kat {
	font-weight: 700;
	padding: 12px 10px 0 0;
}

.links .topic {
	border: 1px solid;
	padding: 12px 10px 7px 15px;
}

.links .topic a {
	display: block;
	margin-bottom: 6px;
	padding-left: 5px;
	color: #000;
}

.links .topic a i.l-name {
	font-weight: 700;
	font-style: normal;
}
.links .topic a i.l-desc {
	font-style: normal;
	text-align: left !important;
}




/* NL-Subscribe */

.nl-pull-right {
	float: right !important;
}
.nl-pull-left {
	float: left !important;
}
 @media (max-width: 575px) {
.nl-pull-right {
	float: none !important;
}
.nl-pull-left {
	float: none !important;
}
}
@media (min-width: 576px) and (max-width: 991px) {
.nl-pull-right {
	float: right !important;
	width: 50%;
}
.nl-pull-left {
	float: left !important;
	width: 50%;
}
}


.form .label-title i {
	font-weight: 400;
	font-style: normal;
}

@media (min-width: 1200px) {
.form .label-title {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 26px;
	padding: 2px 0;
}
.form .fcont, .form .fmissing {
	font-size: 16px;
	line-height: 26px;
}

.form .fbtn {
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}

.form .fr-il,
.form .fc-il {
	font-size: 16px;
	line-height: 26px;
}
.form .finvalid {
	font-weight: bold !important;
	font-size: 14px;
	line-height: 18px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.form .label-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 22px;
	padding: 2px 0;
}
.form .fcont, .form .fmissing {
	font-size: 15px;
	line-height: 22px;
}

.form .fbtn {
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
}

.form .fr-il,
.form .fc-il {
	font-size: 15px;
	line-height: 22px;
}
.form .finvalid {
	font-weight: bold !important;
	font-size: 13px;
	line-height: 17px;
}
}
@media (max-width: 991px) {
.form .label-title {
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 22px;
	padding: 2px 0;
}
.form .fcont, .form .fmissing {
	font-size: 15px;
	line-height: 22px;
}

.form .fbtn {
	font-weight: 700;
	font-size: 15px;
	line-height: 22px;
}

.form .fr-il,
.form .fc-il {
	font-size: 15px;
	line-height: 22px;
}
.form .finvalid {
	font-weight: bold !important;
	font-size: 12px;
	line-height: 16px;
}
}
 @media (max-width: 575px) {
.center-on-mobile1 {
	position: relative;
	left: 50%;
	margin-left: -80px;
}
.center-on-mobile2 {
	text-align: center !important;
}
}






/* Kontakt */

.kontakt .address-icon i {
	display: inline-block;
	width: 25px;
	position: relative;
	font-size: 22px;
	margin-right: 5px;
	top: 0px;
	text-align: center;
}

.kontakt p {
	text-align: left;
}




/* Imp - Dat */


@media (min-width: 1200px) {
.imp h2, h3 {
    font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	text-transform: none;
	letter-spacing: normal;
}
.imp ul {
    padding: 0 0 0 20px;
}
.imp ul li {
	font-size: 16px;
	line-height: 26px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.imp h2, h3 {
    font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	text-transform: none;
	letter-spacing: normal;
}
.imp ul {
    padding: 0 0 0 20px;
}
.imp ul li {
	font-size: 15px;
	line-height: 24px;
}
}
@media (max-width: 991px) {
.imp h2, h3 {
    font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	text-transform: none;
	letter-spacing: normal;
}
.imp ul {
    padding: 0 0 0 20px;
}
.imp ul li {
	font-size: 15px;
	line-height: 22px;
}
}
@media (max-width: 767px) {
.imp h2, h3 {
    font-weight: 700;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
	text-transform: none;
	letter-spacing: normal;
}
.imp ul {
    padding: 0 0 0 20px;
}
.imp ul li {
	font-size: 15px;
	line-height: 22px;
}
}









/* cook class */

@media (min-width: 1200px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 14px 10px 14px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 6px 30px;
	border-radius: 2px;
	font-weight: 700;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 14px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 14px 10px 14px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 0px 20px 2px 20px;
	border-radius: 2px;
	font-weight: 700;
	line-height: 20px;
}
}
@media (max-width: 991px) {
#cookieChoiceInfo {
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0;
	left: 0;
	bottom: 0;
	padding: 14px 10px 14px 10px;
}
#cookieChoiceInfo a {
	color: #fff;
}
#cookieChoiceDismiss {
	margin-left: 14px;
	color: #fff;
	display: inline-block;
	padding: 1px 15px;
	border-radius: 2px;
	font-weight: 700;
	
}
}
@media (max-width: 767px) {
}









/* display resolution */
.piresolution {
	background: #ff0000;
	position: fixed;
	left: 50%;
	bottom: 0;
	margin-left: -40px;
	display: inline-block;
	width: 80px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	z-index: 99999999999999;
}

@media (max-width: 575px) {
.piresolution .max575  {display: inline-block !important;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (max-width: 767px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: inline-block !important;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (max-width: 991px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: inline-block !important;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 992px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: inline-block;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 1200px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: inline-block;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 1600px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: inline-block;}
.piresolution .min1921  {display: none;}
}
@media (min-width: 1921px) {
.piresolution .max575  {display: none;}
.piresolution .max767  {display: none;}
.piresolution .max991  {display: none;}
.piresolution .min992  {display: none;}
.piresolution .min1200  {display: none;}
.piresolution .min1600  {display: none;}
.piresolution .min1921  {display: inline-block;}
}













