/* ====================================	start	fonts	====================================*/

/* Font Exo_2 korrekte Einbindung */
@font-face {
    font-family: "Exo_2";
    font-weight: 700;
	font-style: normal;
	src: local(''), url("/wp-content/themes/2022-child/fonts/exo-2-v21-latin-700.woff2") format('woff2');
}

@font-face {
    font-family: 'Exo_2';
    font-weight: 600;
	font-style: normal;
	src: local(''), url("/wp-content/themes/2022-child/fonts/exo-2-v21-latin-600.woff2") format('woff2');
}

@font-face {
    font-family: "Exo_2";
    font-weight: 500;
	font-style: normal;
	src: local(''), url("/wp-content/themes/2022-child/fonts/exo-2-v21-latin-500.woff2") format('woff2');
}

@font-face {
    font-family: "Exo_2";
    font-weight: 400;
	font-style: normal;
	src: local(''), url("/wp-content/themes/2022-child/fonts/exo-2-v21-latin-regular.woff2") format('woff2');
}


/* quattrocento-regular - latin */
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/wp-content/themes/2022-child/fonts/quattrocento-v15-latin-regular.woff2') format('woff2');
}

/* quattrocento-700 - latin */
@font-face {
  font-family: 'Quattrocento';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/wp-content/themes/2022-child/fonts/quattrocento-v15-latin-700.woff2') format('woff2');
}

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''), url('/wp-content/themes/2022-child/fonts/Lato-Light.woff2') format('woff2');
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''), url('/wp-content/themes/2022-child/fonts/Lato-Regular.woff2') format('woff2');
}
/* lato-500 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  src: local(''), url('/wp-content/themes/2022-child/fonts/Lato-Medium.woff2') format('woff2');
}
/* lato-600 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  src: local(''), url('/wp-content/themes/2022-child/fonts/Lato-Semibold.woff2') format('woff2');
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''), url('/wp-content/themes/2022-child/fonts/Lato-Bold.woff2') format('woff2');
}
/* lato-800 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 800;
  src: local(''), url('/wp-content/themes/2022-child/fonts/Lato-Heavy.woff2') format('woff2');
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local(''), url('/wp-content/themes/2022-child/fonts/Lato-Black.woff2') format('woff2');
}





/*====================================	end fonts ==================================== */

	
/*====================================	start general style ==================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-size: 18px;
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

header, main, footer, article, nav, section, aside{
	display: block;
}

body {
	margin: 0px;
	font-size: 18px;
	color: #323232;
	line-height: 1.42857143em;
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-weight: 400 !important;
	background-color: #f2f2f2;
}

@supports (hyphens: auto) or (-webkit-hyphens: auto) or (-ms-hyphens: auto) {
  p {
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
  }
  p {
    text-align: justify;
  }
  @media only screen and (max-width: 1024px) {
    p {
      text-align: left;
	  -ms-hyphens: none; 
	  -webkit-hyphens: none; 
	  hyphens: none;
    }
  }
}

.no-hyphens {
	-ms-hyphens: none !important; 
	-webkit-hyphens: none !important; 
	hyphens: none !important;
}

h1, h2, h3, h4, h5, h6 {
	color: #323232;
	font-family: "Exo_2", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif !important;
	font-weight: 600 !important;
	line-height: 1.1em;
	
}

h1 {
  font-size: 45px;
  margin: 15px 0 0 0;
}

h2 {
  font-size: 28px;
  line-height: 1.25em;
  margin: 10px 0 30px 0;
}

h3 {
  font-size: 22px;
  line-height: 28px !important;
  margin: 10px 0 15px 0;
}

h4 {
  font-size: 20px;
  line-height: 26px !important;
  margin: 5px 0 0 0;
	font-weight: 600;
}

h5 {
  font-size: 18px;
  line-height: 25px !important;
  margin: 5px 0;
	font-weight: 600;
}

h1 + p {
	margin-top: 20px !important;
}

#news-beitrag h1 {
	font-size: 34px;
  	font-weight: 700;
  	text-align: left;
	line-height: 1.25em;
  	margin: 6px 0 5px 0;
}

.listheader {
	margin-top: 0px;
}

h3.listheader + ul {
	margin-top:10px;
}

h2.listheader + ul {
	margin-top:25px;
}

#page-title-intro h1 {
	color: #fff;
}

#page-title-intro h3, #page-title-intro h2 {
	margin: 10px 0 0 0;
	color: #fff;
	color: #323232;
}

ul + h3.listheader {
	margin-top: 30px  !important;
}

h5 + ul {
	margin-top: 0;
}


.category-content .start-icon {
  margin-top: -138px !important;
}
.category-content .start-kachel p {
  hyphens: none;
  text-align: left;
  margin-bottom: 10px !important;
}
.category-content .kat-titel-klammer {
  color: #c8c8c8;
}
.category-content .kat-titel {
  background-color: #f2f2f2;
  color: #323232;
}
@media (max-width: 1024px) {
  .category-content .start-icon {
    margin-top: 0 !important;
  }
  .category-content img {
    max-width: 70%;
  }
}
@media (max-width: 1200px) and (min-width: 1024px) {
  .category-content .start-icon {
    margin-top: -90px !important;
  }
}
@media (min-width: 1300px) {
 .category-content > .kt-row-column-wrap {
   max-width: 80%;
   margin-left: auto;
   margin-right: auto;
 }
}
@media (min-width: 1025px) and (max-width: 1600px) {
 .category-content .kat-titel {
  font-size: 18px;
 }
}

.clearer, .Clearer {
    clear: both;
    display: block;
    float: none !important;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

b, strong {
    font-weight: 800;
}

.iconfont {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.left {
	text-align: left !important;
}

ul, ol {
	margin-bottom: 20px;
	margin-top: 0px;
    padding-left: 21px;
}

ul.single {
	margin-bottom: 0  !important;
}
ul.compact li {
	margin: 0px;
}
ul.bottom-margin {
	margin-bottom: 20px;
}
ul > li > ul {
	margin-top: 0px;
	font-size: 0.9em;
}

ul > li > ul > li{
	margin-top: 5px;
}

li {
    margin: 10px 0 2px 0;
}

ul.sub {
    margin: 5px 0 16px -18px;
    font-size: 16px;
    list-style-type: none;
}

.sub li {
    margin: 0;
    color: #323232;
	list-style-image: url('/wp-content/uploads/2022/02/list-icon-sublist.svg');
	margin-left: 10px;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.margin-center {
	margin-left: auto !important;
	margin-right: auto !important;
}

.keinmargin, .no-margin {
    margin: 0 !important;
}

.keinmargin-top, .no-margin-top {
    margin-top: 0 !important;
}

.keinmargin-bottom, .no-margin-bottom {
    margin-bottom: 0 !important;
}

.hide {
	display: none !important;
}

sup {
	font-size: 0.7em;
}

section {
    padding: 5px 0px;
}

#staticHeader, #header_after, .category-faq section > h1{
	width: 100%;
	padding: 0px 3% 0px 7%  !important;
	box-sizing: border-box;
}

.textOverflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.startsub {
	font-size: 18px;
	font-family: "Exo_2", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-weight: 400;
	border-radius: 3px;
	background: #dc911e;
	padding: 5px 10px;
	color: #fff;
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.anchor {
    position: absolute;
    opacity: 0;
    margin-top: -50px !important;
}

#side-buttons {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 95;
	overflow: visible;
}

/*====================================	end general style ==================================== */

/*====================================	start	image classes ==================================== */

img {
    vertical-align: middle;
	height: auto;
}

.logo-title {
	float:left; 
	margin-right: 20px; 
	margin-top: 1px;
}

.smallImg {
    width: 120px;
    height: auto;
}

.img-border {
	border: 1px solid #d2d2d2;
}

.textImg {
    vertical-align: bottom;
    max-height: 32px;
    width: auto;
}

figure, .wp-block-image figure {
    margin: 0 0 1em;
}

.keinmargin figcaption, .keinmargin figure {
	margin-bottom: 0;
}

.wp-block-image figcaption {
     font-size: 0.8em;
	line-height: 1.1em;
}

.wp-block-image.quelle figcaption {
     font-size: 0.6em;
	line-height: 1.1em;
	color: #969696;
}

.wp-caption-text {
    padding-top: 0;
	margin-top: 5px !important;
    font-family: "Exo_2", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-weight: 400;
    font-size: 14px;
    line-height: 1.2em;
    color: inherit;
    text-align: center;
}

.bottom0 {
	padding-bottom:0 ;
}

.bottom20 {
   padding-bottom: 20px !important;
}

.bottom35 {
   padding-bottom: 35px !important;
}

.flex-center { 
    display: flex; 
    justify-content: center; 
    align-items: center;
	flex-direction: column;
}

.prod-img {
	max-width: 425px;
	height: auto;
	margin-bottom: 1.5rem;
}

.prod-img-bg {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 0px;
	padding: 20px;
	align-items: center;
	background: #323232;
}

.prod-img-title {
	font-family: "Exo_2", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 7px !important;
	hyphens: manual;
	display: none;
}

.prod-img-subtitle {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	hyphens: manual;
	display: none;
}

/*====================================	end	image classes ==================================== */



/*====================================  header ==================================== */

#header_after{
	background: #dc911e;
	color: #fff;
	height: 8px;
	line-height: 26px;
	box-sizing: border-box;
	font-size: 0.92em;
	font-family: "Exo_2", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-weight: 500;
	z-index: 98;
	position: fixed;
	opacity: 1;
	transition: 0.8s;
}

#header_after a:hover{
	color: inherit;
	text-decoration: underline;
}

#staticHeader {
	position: fixed;
	top: 0;
	width: 100%;
	background: #f2f2f2;	
	/*background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 65%);
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 65%);*/
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	z-index: 99;
	transition: all 0.8s ease 0s;
	height: 90px;
	/*border-bottom: 1px solid #dc911e;*/
}

#headerSpace{
	display: block;
	transition: all 0.8s ease 0s;
	height: 90px;
}

#topHeader {
	width: 60%;
}

#topHeader #header_left {
	display: block;
}

#topHeader #header_left, #topHeader #header_left_scroll {
	max-width: 150px;	
	height: auto;
  	padding: 15px 0;
	transition: 0.8s;
	margin-bottom: -5px;
	transition: all 0.8s ease 0s;
}

#topHeader #header_left_scroll {
		display:none;
	}

#topHeader #header_left_mob {
	display:none;
}


/*====================================  Links ==================================== */

a, a:hover {
	transition: 0.5s;
}

main a:link, main a:active, main a:visited, main a:focus{
  color: #003c5a;
  text-decoration: none;
  border: none;
  transition: color 0.4s, background-color 0.4s, border-bottom 0.4s;
  border-bottom: 1px solid transparent;
  font-family: inherit;
	font-weight: 800;
}

main a:hover {
  color: #dc911e;
  text-decoration: none !important;
  transition: color 0.4s, background-color 0.4s, border-bottom 0.4s;
  border-bottom: 1px solid #dc911e;
}

main a:before {
	content: "\f04b";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0.6em;
	color: #dc911e;
    margin-right: 0.1em;
	margin-left: 0.3em;
	margin-right: 0.6em;	
	vertical-align: bottom;
}

main a.alone:before, main .alone a:before {
    margin-right: 0.5em;
	margin-left: 0 !important;
}

figcaption a {
 border-bottom: 1px solid transparent !important;
}

figcaption a:hover {
   border-bottom: 1px solid #dc911e !important;
}

#news-beitrag p a {
	font-weight: 600;
}

.news-list-image a:link, .wp-block-image a:link, .img-link:link, figure a, 
.news-list-image a:hover, .wp-block-image a:hover, a.button-iconrund:hover, .img-link:hover, .page-numbers:hover, #postGalery .prev:hover, #postGalery .next:hover, figure a:hover, .post-thumbnail:hover, .kb-section-link-overlay:hover {
  border-bottom: 0;
	 border-bottom: 1px solid transparent !important;
}


.news-list-image a::before, .news-list-title a::before, article .post-thumbnail:before, article header a:before, .wp-block-image a::before, figure a::before, a.button-iconrund::before, .no-icon-link a::before, .img-link::before, .page-numbers::before, .backlink a:before,  #postGalery .prev:before, #postGalery .next:before, .mail a::before, .mail-nopadding a::before, .download a::before, .download-nopadding a::before, .kt-svg-icon-link:before {
  content: none;
}

main a.white:link, main a.white:active, main a.white:visited,
main p.white a:link, main p.white a:active, main p.white a:visited {
  color: #fff !important;
  text-decoration: none;
	font-family: "Exo_2", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif;
	font-weight: 600;
	letter-spacing: 0.5px;
}

main a.white:hover,
main p.white a:hover {
   border-bottom: 1px solid;
   margin-bottom: -1px;
}

a[target="_blank"]::after, .extern::after {
    content: url(/wp-content/uploads/link_extern.svg);
	font-size: 0.6em;
    vertical-align: super;
    line-height: 1em;
    margin-left: 0.3em;
    margin-right: 0.2em;    
    display: inline-block;
	width: 10px;
	height: 10px;
	background-size: 10px 10px;
}

.extern.wht::after {
	 content: url(/wp-content/uploads/link_extern_wht.svg);
}

a[target="_blank"]:before, a.no-before:before, a.no-after:after, .no-before a:before, .no-after a:after {
    content: none;
}

a.wp-block-button__link[target="_blank"]:before, a.kt-button[target="_blank"]:before {
   content: "\f04b";
}

.wp-block-button.downloadbutton a.wp-block-button__link:before, .wp-block-button.downloadbutton a.wp-block-button__link[target="_blank"]:before {
	content: "\f019";
	font-size: 0.8em;
}

a.img-link[target="_blank"]:after, figure > a[target="_blank"]::after, a.kb-section-link-overlay:after {
	content:none;
}

a.wp-block-button__link[target="_blank"]:after, a.button[target="_blank"]:after,
a.wp-block-button__link:hover[target="_blank"]:after, a.button:hover[target="_blank"]:after,
.bg-orange.linkwht a[target="_blank"]:after, main a.white[target="_blank"]:after,  main .white a[target="_blank"]:after {
	content: url(/wp-content/uploads/link_extern_wht.svg);
	transition: 0.4s;
}

footer .site-footer a:link, footer .site-footer a:active, footer .site-footer a:visited{
  color: #ffffff;
  text-decoration: none;
  transition: 0.4s;
}

.download:before, a.download:before,
.mail:before, a.mail:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
 	color: #dc911e;
  	display: inline-block;
	font-size: 0.8em;
	vertical-align: 0px;
}

.mail:before, a.mail:before {
  content:"\f0e0";
  padding-right: 0.3em;
  padding-left: 0.3em;
  margin: 0;
}

.download:before, a.download:before {
  content:"\f019";
  padding-right: 0.4em;
  padding-left: 0.3em;
}

.mail.standalone:before, a.mail.standalone:before, .download.standalone:before, a.download.standalone:before {
  padding-left: 0em;
}

.backlink {
    margin: 20px 0;
    line-height: 25px;
    clear: both;
	padding: 35px 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.backlink a:before{
	content: "\f137";
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    color: #003c5a;
	margin: 0;
	display: inline-block;
	font-size: 2.5em;
	transition: 0.4s;
}

.backlink a {
	margin: 5px 15px;	
	border-radius: 3px;
	font-size: 0.9em;
	cursor: pointer;
}

.backlink a:hover {
	border-bottom: none;
}


.backlink a:hover:before {
	color: #dc911e;
}


.backlink-right {
	height: 1px; 
	background: #c8c8c8;
	flex: 1;
}


main {
	min-height: 459px;
	min-height: calc(100vh - 110px - 260px);	/* 100vh - header - footer */
}

/*	==================================== start Container	====================================*/

.container-menu {
	width: 100%;
	max-width: 1500px;
	display:none;
}

.container-100 {
	width: 100%;
	box-sizing: border-box;
	padding: 6vw 0;
}

.container-100.less-padding {
	padding: 4vw 0;
}

#page-title-intro {
	background-blend-mode: multiply;
	background-color: #555555;
	padding: 5vw 0 0 0;
	margin-top: 0;
}

#page-title-intro > .kt-row-column-wrap {
	padding: 0 !important;
}

@media (min-width: 1051px) {
	#page-title-intro {
		/*margin-top: 8px; Abstand bei header-space aktiv*/
	}
}

.bg-grey {
	background: #f2f2f2;
}

.bg-darkgrey {
	background: #666666;
}

.bg-white {
	background: #ffffff;
}

.bg-dark {
	background: #000000;
	background: #323232;
	color: #fff;
}

.bg-orange {
	background: #dc911e;
	color: #fff;
}

.bg-orange p, .bg-orange ul, .bg-orange ol {
	font-weight: 600;
}

.bg-orange a, .bg-orange.linkwht a:before, .bg-dark a {	
	color: #fff;
}

.bg-orange.linkwht a:hover {	
	color: #000 !important;
}


.bg-blue {
	background: #003c5a;
}

@media (max-width: 767px) {
	.container-100 {
		padding: 13vw 0 10vw 0;
	}

	.container-100.less-padding {
		padding: 10vw 0;
	}
	#page-title-intro {
		padding-top: 0;
	}
	
	#news-beitrag .container-100 {
		padding-top: 10vw;
	}
}

/*---*/

.container, #news-beitrag .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;	
}

.container-wide {
	padding: 0 10vw;	
}


@media (min-width: 600px) {		 
	.container {	
		max-width: 90% !important;		 
	}
}
/*
@media (min-width: 768px) {
	#news-beitrag .container-text {
		padding: 0 6%;
	}
	
}
*/
@media (min-width: 1024px) {	
	.container {	
		max-width: 850px !important;		  
	}
}

@media (max-width: 1024px) {	
.container-wide {
		padding: 0;	
	}
}

@media (min-width: 1200px) {
	.container {	
		max-width: 1140px !important;		 
	}
}
	
/*	==================================== end Container	====================================*/


/* ========== start footer .site-footer NEU ===========*/

/* ========== start footer NEU ===========*/

footer.site-footer {
	height: auto;
    background: #000;
    color: #ffffff;
	font-size: 13px;
}
	
footer.site-footer p, footer.site-footer a {
	font-size: 15px;
	color: #ffffff;
	margin-top: 0px;
	text-decoration: none;
}
	
footer.site-footer a:hover {
	color: #dc911e;	
}

footer.site-footer .fas, footer.site-footer .fas {
    padding-right: 8px;
}

footer.site-footer .footer_newsletter img {
	max-width: 45px;
}
footer #footer-nav{
	border-top: 1px solid #323232;
}

footer #footer-nav ul {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
        footer.site-footer 	{
			height: auto;
		}
		
		footer.site-footer p {
			margin-bottom: .5rem;
		}
}

@media only screen and (max-width: 1024px) {        
		footer.site-footer p {
			text-align: center;
		}
}


/* ------ header menu ------ */

#header-menu {
	color: #003c5a;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	margin: 0px;
}


#contact a {
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
    font-size: 1rem;
    color: #003c5a;
    right: 60px;
    top: 17px;
	text-decoration: none;
    transition: 0.4s;
    height: 25px;
    min-width: 20px;
    padding: 0px;
    transition: 0.5s;
    z-index: 9998;
    position: fixed;
	display:none;
}

#contact a:hover {
	color: #dc911e !important;
}


/*	==================================	end		menu 	==================================*/

/*	====================================	start News Startseite	====================================*/

.wp-block-kadence-posts.grid-cols {
	row-gap: 50px;
}

article {
	padding-bottom: 50px;
}

.wp-block-kadence-posts .loop-entry {
	border-radius: 0;
}

article .entry-content-wrap {
	position: relative;
}

article .entry-meta {
	margin: 0.3em 0 0.5em 0 !important;
}

article .entry-summary {
	font-size: 0.9em;
    line-height: 1.4em;
}

article footer {
	background: transparent;
}

article footer a {
	font-family: inherit;
}

article footer a:before, .wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link:before {
    font-size: 0.75em;
	vertical-align: 1px;
}
article footer a.post-more-link, .wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link {
	padding: 2px 15px 1px 15px !important;
	border-radius: 3px !important;
  	margin-bottom: 5px !important;
	font-size: 0.8em !important;
	margin-top: 0px !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
}
/*
article footer a.post-more-link, .wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link {
  color: #003c5a !important;
	font-weight: 700 !important;
  text-decoration: none;
	text-transform: none !important;
  font-size: 16px !important;
	letter-spacing: 0 !important;
  border: none;
  transition: color 0.4s, background-color 0.4s, border-bottom 0.4s;
  border-bottom: 1px solid transparent;
}


article footer a.post-more-link:hover, .wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link:hover {
  color: #dc911e !important;
  text-decoration: none !important;
  transition: color 0.4s, background-color 0.4s, border-bottom 0.4s;
  border-bottom: 1px solid #dc911e;
}
*/
article footer a.post-more-link.button, .wp-block-post-excerpt__more-text a.wp-block-post-excerpt__more-link.button {
	
}
article footer span.kadence-svg-iconset.svg-baseline {
	display: none !important;
}

@media screen and (min-width: 768px) {
	.wp-block-kadence-posts.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
		grid-template-columns: minmax(300px,350px) minmax(0,2fr);
	}
}
@media screen and (min-width: 1200px) {
	article footer {
		background: transparent;
		position: absolute;
		 bottom: 0;
	}

	article footer p {
		margin-bottom: -5px !important;
	}
}


/*	==================================  start kontakt ==================================*/	

#mapframe {
	/*margin-top:8px; Abstand bei header-space aktiv */ 
}


/*	==================================  end kontakt ==================================*/	

/*	==================================	start errorpage ==================================*/

#error_404 .error-left {
	text-align: center;
}

#error_404 .error-left, .error-right {			
	padding: 30px;
}

#error_404 img {
	max-width: 250px;
	margin: 0 auto;			
}

#description_404 {
	text-align: left;
}

@media only screen and (min-width: 768px){			
	#error_404 .error-left, .error-right {								
		text-align: left;
	}
	#error_404 img {
		max-width: 330px;
	}
}

#button_404 {
	display: inline-block;
}

#button_404	i {
		padding-left: 10px;
	}

/*	==================================	end errorpage ==================================*/


/* -------------------------- MEDIA QUERIES --------------------------*/

@media (max-width: 1920px){
	#staticHeader, #header_after, .category-faq section > h1{
			padding: 0px 3% 0px 7%  !important;
		}
}

@media (max-width: 1700px){

	

	#staticHeader, #header_after, .category-faq section > h1{
		padding: 0px 15px 0px 2% !important;
	}
	
	#topHeader {
		width: 20%;
	}
	
	#header_after {
	font-size: 0.86em;	
	}
	
}

@media (max-width: 1450px){
	
	#header-menu {
		margin-right: 0;
		justify-content: right;
	}

	#contact a {
		font-size: 0.9rem;
		right: 45px;
	}
}

@media (max-width: 1200px){
	
	#topHeader {
		width: 17%;
	}
	
	#topHeader #header_left {
		max-width: 130px;
	}

	#contact a {
		right: 40px;
	}
	
	h2{
		font-size: 28px !important;
		line-height: 1.3em !important;
	}
	
	.prod-img-title {
		font-size: 18px;
		line-height: 20px;
	}
	
	.prod-img-subtitle {
		font-size: 15px;
		line-height: 16px;
	}
}

@media (max-width: 1050px) {		
	
	h1 {
	  font-size: 42px !important;
	  line-height: 1.2em !important;
	  margin: 5px 0 0 0;
	}
	
	.logo-title {
		margin-top: 0px;
	}
	
	#responciveMenuButton, #responciveMenuToggle{
		display: block;
	}
	
	header {
		height: auto;
	}	
	
	#staticHeader, #headerSpace {
		height: 55px !important;
	}
	
	#staticHeader {
		background: linear-gradient(to bottom, #e4e4e4 0%,#ffffff 65%) !important;
		background: -webkit-linear-gradient(top, #e4e4e4 0%,#ffffff 65%) !important;
	}
	
	#topHeader {
		width: 125px;
	}
	
	#topHeader #header_left {
		display:none;
	}
	
	#topHeader #header_left_scroll {
		display:none !important;
	}
	
	#topHeader #header_left_mob {
		display: block;
		max-width: 125px;
		height: auto;
		padding: 8px 0;
		margin-bottom: 0;
	}
	
	#header_after {
		font-size: 0.55em;
		height: 18px;
		line-height: 20px;
	}

	#header-menu {
		justify-content: flex-end;
		margin-right: 0;
	}

	#header-menu .menu {
		flex-direction: column;
	}
	
	#contact, #contact a {
		display: none;
	}
	
	#mapframe{
	margin-top: 18px;
}
	
	#staticHeader, #header_after, .category-faq section > h1{
		padding: 0px 1% 0px 2% !important;
	}

	#responciveMenuToggle:checked ~ #header-menu {
		display: block;
	}
	
	#postGalery.galeryContainer {
		margin: 30px auto;
	}
	
	article {
		padding-bottom: 20px;
	}	
}

@media (max-width: 1024px) {		
	.prod-img-title, .prod-img-subtitle {
		display: none;
	}
}

@media (max-width: 992px) {
	.hidden-sm {
		display: none;
	}
	
	.prod-img {
		margin-bottom: 0;
	}
	
	figure.prod-img + figure {
		margin-top: 1rem !important;
	}
}

@media (max-width: 768px) {

body {
  font-size: 17px !important;
}
		
h1, #news-beitrag h1 {
  font-size: 29px !important;
  line-height: 1.15em !important;
  font-family: "Exo_2", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif !important;
	hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;	
}

h2{
  font-size: 22px !important;
  line-height: 1.3em !important;
  margin: 10px 0;
}

h3{
  font-size: 20px !important;
  line-height: 1.2em !important;
}

h4 {
  font-size: 18px !important;
  line-height: 26px !important;
  margin-bottom: 5px !important;
}

h5 {
  font-size: 17px !important;
  line-height: 21px !important;
}
	
.logo-title {
	float:none; 
}

.startsub {
	font-size: 20px;
	padding: 5px 15px;
}
	
#side-buttons {
	right: 7px;
	bottom: 7px;
}
	
#staticHeader {
	box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px 0px;
}		
	
#staticHeader, #header_after, .category-faq section > h1{
	padding: 0px 1% 0px 3% !important;
}

#header_after {
	font-size: 0.6em;
	display: none;
}

#mapframe{
	margin-top:0;
}
	
#kontakt_container {
	padding: 40px 0;
}
	
#kontakt_container > * {
   margin: 15px;
}
	
#staticHeader, #header_after, .category-faq section > h1{
	padding: 0px 15px;
}
	
.align-center-mob {
	text-align: center !important;
}

}

@media (max-width: 350px){
		
h1, #news-beitrag h1 {
	font-size: 25px !important;
}

h1 span.secondline {		  
	font-size: 23px;
}

h2 {
	font-size: 22px !important;
}

h3 {
	font-size: 20px !important;
}

h4 {
	font-size: 18px !important;
}

h5 {
	font-size: 17px !important;
}	
}