/* CUSTOM CSS */
.fa-regular { font-weight: 600 }
/*
.inhalt,.box-bg .inhalt { 
padding: 3em 1em 3em 1em ;
}*/
 
.value-prop {
  margin-top: 1rem; }
.value-props {
  margin-top: 4rem;
  margin-bottom: 4rem; }
.docs-header {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: .2rem;
  font-weight: 600; }
.docs-section {
  border-top: 1px solid #eee;
  padding: 4rem 0;
  margin-bottom: 0;}
.value-img {
  display: block;
  text-align: center;
  margin: 2.5rem auto 0; }
.example-grid .column,
.example-grid .columns {
  background: #EEE;
  text-align: center;
  border-radius: 4px;
  font-size: 1rem;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  margin-bottom: .75rem;
  font-weight: 600;
  letter-spacing: .1rem; }
.docs-example .row,
.docs-example.row,
.docs-example form {
  margin-bottom: 0; }
.docs-example h1,
.docs-example h2,
.docs-example h3,
.docs-example h4,
.docs-example h5,
.docs-example h6 {
  margin-bottom: 1rem; }
.heading-font-size {
  font-size: 1.2rem;
  color: #999;
  letter-spacing: normal; }
.code-example {
  margin-top: 1.5rem;
  margin-bottom: 0; }
.code-example-body {
  white-space: pre;
  word-wrap: break-word }
.example {
  position: relative; 
  margin-top: 4rem; }
.example-header {
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: .5rem; }
.example-description {
  margin-bottom: 1.5rem; }
.example-screenshot-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid #eee;
  height: 250px; }
.example-screenshot {
  width: 100%;
  height: auto; }
.example-screenshot.coming-soon {
  width: auto;
  position: absolute;
  background: #eee;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px; }
.navbar {
  display: none; }

/* Larger than phone */
@media (min-width: 550px) {
  
  .value-props {
    margin-top: 9rem;
    margin-bottom: 7rem; }
  .value-img {
    margin-bottom: 1rem; }
  .example-grid .column,
  .example-grid .columns {
    margin-bottom: 1.5rem; }
  .docs-section {
    padding: 6rem 0; }
  .example-send-yourself-copy {
    float: right;
    margin-top: 12px; }
  .example-screenshot-wrapper {
    position: absolute;
    width: 48%;
    height: 100%;
    left: 0;
    max-height: none; }
}

/* Larger than tablet */
/* 
.container .column, .container .columns {
border: 2px solid #000;

}*/



.circle {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 0px;
    border-radius: 50%;
    font-size: 1.2em;
    min-width: 38px;
    min-height: 38px;
}

.circle span {
    display: inline-block;
    padding-top: 50%;
    padding-bottom: 50%;
    margin-left: 1em;
    margin-right: 1em;
}

.clr1 {
    background: #000000;
}
.clr2 {
    background: #e8e2e2;
}
.clr3 {
    background: #efe5d7;
}
.clr4 {
    background: #a4a5a8;
}
.clr5 {
    background: #fdc08b;
}
.clr6 {
    background: #bad698;
}
.clr7 {
    background: #c6e4d9;
}
.clr8 {
    background: #fdd46a;
}
.clr9 {
    background: #c0bade;
}
.clr10 {
    background: #ffffff;
}



a.badge {
  width: 130px;
  height: 130px;
  display: bock;
  left: 25px;
  position: fixed;
  top: 80px;
  z-index: 9999;
}

.badge {
    display: inline-block;
    min-width: 1em; /* em unit */
    padding: 1.5em; /* em unit */
    border-radius: 50%;
    font-size: 1.2em;
	line-height: 1.1;
    text-align: left;
    background: #3E5360;
    color: #fff;
	font-weight: 600;
}
a.badge{
color: #fff;
-webkit-transform: rotate(-25deg); 
-moz-transform: rotate(-25deg);	
}
a.badge span{  color:#97BE0D;font-size: 0.8em;}


#navigation > div > ul > li > a {
margin: 0 0.1em 0 0.1em;
 } 


header #navigation > div > ul > li:first-child > a, header.sticky #navigation > div > ul > li:first-child > a {
    padding-left: 0.5em !important;
}


@media only screen and (min-width: 1025px){
.intro, .introleer, .introdefault, .introsingle, .slider {
    margin-top: 5vw !important;
}
}

/*
#navigation > div > ul > li > a {
    padding: 0.5em 0;
    margin:1em 1em;
    
   } 

#navigation > div > ul > li > a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
}


#navigation > div > ul > li:hover > a::after { left:0;width: 100%;}
*/


.wpcf7 input[type="submit"], .wpcf7 input[type="submit"]:focus
{

 
}

span.captcharound img{
 
}

span.captcharound img {
  width: auto;
  height: 35px;
  margin: 1px 10px 3px 0;
}


/* Allgemein */
input[type="text"], 
input[type="email"], 
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  height: auto;
  font-size: 1em;
  line-height: 1.6;
  padding: 9px 24px;
  box-sizing: border-box;
  margin-bottom: 10px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  transition: 0.5s all;
  color: #000000;
  opacity:0.9; /* placeholder */
  font-family: inherit;
  font-weight: 300;
  border-radius: 3px;
  -webkit-appearance: none;
}
.wpcf7 textarea { height: 140px; }
input[type="text"]:hover, input[type="email"]:hover, textarea:hover {
  background-color: #ffffff;
}
.wpcf7 { margin-top: 2em; }
.wpcf7 p {margin-bottom: 0; }
::-webkit-input-placeholder { color: #000000; opacity:0.9;}
:-moz-placeholder { color: #000000; opacity:0.9;}
::-moz-placeholder { color: #000000;opacity:0.9;}
:-ms-input-placeholder { color: #000000; opacity:0.9;}
input[type="text"]:focus,input[type="email"]:focus,input[type="checkbox"]:focus,textarea:focus { outline: none; }

.wpcf7-acceptance label {margin-bottom:25px;margin-top:5px;display:block;float:left;position:relative;}
.wpcf7-acceptance label *{outline:none;}
.wpcf7-acceptance label {margin-bottom:0px !important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;line-height:1.4;}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked), 
.wpcf7-acceptance label > [type="checkbox"]:checked{left:3px;position:absolute;top:5px;}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked) + span, 
.wpcf7-acceptance label > [type="checkbox"]:checked + span {position:relative;padding-left:39px;cursor:pointer;display:block;font-size:16px;}
.wpcf7-acceptance label  > [type="checkbox"]:not(:checked) + span:before, 
.wpcf7-acceptance label  > [type="checkbox"]:checked + span:before{content:'';position:absolute;left:0;top:9px;margin-top:-9px;width:26px;height:26px;background:#dddddd;border-radius:100%;}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked) + span:after, 
.wpcf7-acceptance label > [type="checkbox"]:checked + span:after{content:'\f00c';font-family:'Font Awesome 6 Free';font-weight:900;position:absolute;top:2px;margin-top:-4px;left:3px;transition:all .2s;font-size:1.5em;z-index:2;}
.wpcf7-acceptance label > [type="checkbox"]:not(:checked) + span:after{opacity:0;transform:scale(0);}
.wpcf7-acceptance label > [type="checkbox"]:checked + span:after{opacity:1;transform:scale(1);}

/* Berechnugnsfehler aus static ? */
span.captcharound span.wpcf7-form-control-wrap {
width: calc(100% - 97px);	
margin-left: 10px;
}
span.captcharound input[type="text"] {
	padding: 5px 24px;
	margin-left: 10px;
}
span.captcharound img {
	height: auto;
	margin: 7px 0 7px 10px;
	scale: 1.2;
}
.wpcf7 .wpcf7-submit {
	clear: both;
	float:right;
}
.wpcf7-acceptance { font-size: 0.85em; }
.wpcf7-acceptance input { margin-bottom: 2em; }







.slidertel, .sliderheadline,.slidersubline{
	display: block;
text-transform: none;
overflow-wrap: break-word;
letter-spacing: 0.001em;
line-height: 1.0;
 margin-bottom: 0.1vw;
	  text-shadow: 1px 1px 1px #000000;

}
.slidertel{   margin-bottom: 0.3vw;font-weight: 400;color:#ffffff;font-size: 1.8em;}
.sliderheadline{ font-weight: 600;text-transform: uppercase; display: bock;color:#ffffff;font-size: 4.6em;}
.slidersubline{ font-weight: 400;text-transform: uppercase; display: bock;color:#ffffff;font-size: 3.5em;}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  
	.sliderheadline { 
	font-size: 4.0em;
}
	.slidersubline{ font-size: 3.0em;}
}

@media only screen and (max-width: 768px) {
	.sliderheadline { 
	font-size: 2.4em;
}
	.slidersubline{ 
		font-size: 1.8em;
	}
}	
	




.produkt-slick {
    overflow: hidden;
}

 

.slick-initialized,
.slick-slider:first-child { 
    display: block;
}



 
	
	
	.caption span {
  padding: 0.2em 0.6em 0.4em 0.6em;
  background: #156fb2;
  border-top-right-radius: 45px;
  border-bottom-right-radius: 45px;
  margin-top: 1em !important;
  font-size: 0.9em;
}
.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(21,111,178,0.6);background:#156fb2}

.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#ffffff;opacity:1;filter:alpha(opacity=80)}


.mfp-arrow-left:before,.mfp-arrow-left .mfp-b{margin-left:25px;border-right:27px solid #156fb2;}
.mfp-arrow-right{right:0}
.mfp-arrow-right:after,.mfp-arrow-right .mfp-a{border-left:17px solid #fff;margin-left:39px}
.mfp-arrow-right:before,.mfp-arrow-right .mfp-b{border-left:27px solid #156fb2}




a.product_slide{
color:#156fb2;
font-size:1.4em;
font-weight: 600;}


#sinlgeprodukt span.eigenschaft {
  background-color: #156fb2;
  color: #ffffff;
}
#sinlgeprodukt span.artnummer, #sinlgeprodukt span.eigenschaft {
  width: 20em;
  text-transform: none;
}

#cp-produkt {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

#cp-produkt.slick-initialized {
    visibility: visible;
    opacity: 1;    
}


.sliderboxen .imgbox, .contentboxen .imgbox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
}

.infoadresse::before {
  content: "\f3c5";
}
.infoadresse::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  padding: 0 5px 5px 5px;
  font-weight: bold;
  width: 20px;
  text-align: center;
  margin-right: 15px;
  font-size: 1.2em;
}

#navigation > div > ul > li.current_page_item > a::after, #navigation > div > ul > li > a:hover::after {
  background-color: #fff !important;
}

.shape2container {
position: relative;
}
   
 
.shape3container {
  align-items: flex-start;
  display: flex;
 
  justify-content: left;
}
        
.shapecontainer{     
align-items: flex-start;
display: flex;
 
justify-content: right;
    margin-top: -10%;
 }   
.box, .box-module{  z-index: 2;
}   
.shape {
  background: linear-gradient(45deg, #000000 0%, #000000 100%);
  animation: morph 10s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  height: 800px;
  transition: all 1s ease-in-out;
  width: 800px;
  z-index: 1;
	top: 0;
	right:-300px;
position: absolute;
}
        
.shape2 {
bottom: -20px;
left: -200px;
background: linear-gradient(45deg, #000000 0%, #000000 100%);
animation: morph 8s ease-in-out infinite;
border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
height: 400px;
transition: all 1s ease-in-out;
width: 400px;
z-index: 1;
position: absolute;
}


.shape3 {
  top:0%;
  left:-10%;
  background: linear-gradient(45deg, #000000 0%, #000000 100%);
  animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  height: 200px;
  transition: all 1s ease-in-out;
  width: 400px;
  z-index: 1;
position: absolute;
}
        
@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, #000000 0%, #000000 100%);
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: linear-gradient(45deg, #000000 0%, #000000 100%);
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: linear-gradient(45deg, #000000 0%, #000000 100%);
  }
}

.reck {color:#c1ceba;}


 

.shadowform form {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background: #fff;
  padding: 2em;
}





.content21 .shadow {
position: relative;
}

.content21 .shadow::before {
content: '';
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 0 15px 15px 0;
}

.content21 .shadow::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #f6e11a;
  top: 0; /* Verschiebung nach oben */
  right: 0; /* Positionierung rechts */
}
 













/* Gallery CSS*/
.gallery-item {
  margin: 0 !important
}
.gallery-item img {
  border: 0 !important
}
.gallery-columns-2 .gallery-item img {
  max-width: 99%
}
.gallery-columns-3 .gallery-item img {
  max-width: 98.5%
}
.gallery-columns-4 .gallery-item img {
  max-width: 98%
}
.shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}
.wp-block-columns {
  margin: 3em 0;
}
.wp-block-column h3 {
  padding: 0.5em 0;
}
.wp-block-column p {
  padding: 0.5em 0;
}
.wp-block-column  {
  margin: 0.5em 0;
}
/************************************************
  Audio Blocks
************************************************/

.wp-block-audio {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-audio audio {
	width: 100%;
}

/************************************************
  Blockquotes
************************************************/

blockquote,
blockquote.wp-block-quote {
	font-size: 130%;
	line-height: 1.5;
	margin: 32px 0px;
	padding: 12px 18px;
	 
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	padding-left: 18px;
	 
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.85rem;
	margin-top: 12px;
}
.wp-block-quote cite::before,
.wp-block-quote footer::before {
	content: 'â€” '
}

/************************************************
  Buttons
************************************************/

.wp-block-button {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}
.wp-block-button.alignwide a {
	display: block;
}

/************************************************
  Code Blocks
************************************************/

code, pre, .wp-block-code {
	color: #666666;
	font-family: Courier, sans-serif;
	line-height: 1.4;
	margin: 32px 0px;
	padding: 12px;
	border: 1px solid #ddd;
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	border-radius: 3px;
}

/************************************************
  Cover Images
************************************************/

.wp-block-cover,
.wp-block-cover-image {

}
.wp-block-cover-image.has-background-dim,
.wp-block-cover-image.has-background-dim h2 {
	color: #ffffff;
}

/************************************************
  Gallery Blocks
************************************************/

.wp-block-gallery .blocks-gallery-item {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.wp-block-gallery .blocks-gallery-image {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
}

/************************************************
  Images
************************************************/

.wp-block-image {
	max-width: none;
	margin: 32px auto;
	padding: 0px;
}
img.aligncenter,
.wp-block-image.aligncenter {
	display: block;
	margin: 12px auto;
	padding: 0px;
}
img.alignnone,
.wp-block-image.alignnone {
	display: inline;
	margin: 12px 0px;
	padding: 0px;
}
img.alignright,
.wp-block-image.alignright {
	display: inline;
	margin: 16px 0px 16px 24px;
	padding: 0px;
}
img.alignleft,
.wp-block-image.alignleft {
	display: inline;
	margin: 16px 24px 16px 0px;
	padding: 0px;
}

/************************************************
  Tables
************************************************/

table,
table.wp-block-table {
	width: 100%;
	text-align: left;
	margin: 32px 0px;
	padding: 0px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
	border: 1px solid #ddd;
	border-spacing: 0;
	border-radius: 4px;
}
table p,
table form,
table ul,
table li {
	margin: 6px 0px;
	padding: 0px;
}
table thead,
table tfoot,
table.wp-block-table thead,
table.wp-block-table tfoot {
	border: 1px solid #ddd;
}
table tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.04);
}
table th,
table.wp-block-table th {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px;
	border-top: 1px solid #dddddd;
	box-sizing: border-box;
}
table td,
table.wp-block-table td {
	padding: 12px;
	margin: 0px;
	border-top: 1px solid #ffffff;
	box-sizing: border-box;
}
table.wp-block-table.is-style-stripes {
	border-collapse: collapse;
}
table.wp-block-table.is-style-stripes td {
	border: 1px solid #dddddd;
}

 
/* Slider CSS*/
.slickbox:nth-child(n+2) {
  display: none;
  overflow: hidden
}
.hero-slider.slick-initialized .slickbox {
  display: block
}
.ehero-image {
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1)
}
.ehero-image:hover {
  transform: scale(1.1)
}
.ehero-image:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7))
}
.ehero-image:hover:before {
  opacity: 1
}
@media (max-width:750px) {
  .ehero-image:hover {
    transform: scale(1)
  }
  .ehero-image:hover:before {
    opacity: 0
  }
}
.searchresultlist {
  padding: .5em 0
}
.searchresultlist li {
  list-style: none;
  padding: .2em 0 .2em .2em;
  line-height: 1.8em
}
.searchresultlist h3 {
  margin-bottom: .2em
}
.numeric ul {
  padding-left: 0;
  margin: .8em auto
}
.numeric li a {
  color: #333;
  text-decoration: none;
  background-color: #ddd;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 2em;
  padding: .4em .5em
}
.numeric li a:hover, .numeric li.active a, .numeric li.disabled {
  color: #333;
  text-decoration: none;
  list-style: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 2em;
  padding: .4em .5em
}
.numeric li {
  display: inline
}
.numeric li a.button {
  padding: 0 1em
}
.numeric li a:hover, .numeric li.active a, .numeric li.disabled {
  background-color: #ddd
}


.locations{
  padding: .5em;
	  border: 1px solid #ddd;
}
.locations .shadow {
  padding: .5em;
	  border: 1px solid #ddd;
}
.locations {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
	
}
.locations::after {
  clear: both;
  content: "";
  display: block;
}
.locations ul li {
  border-top: 1px solid #eee;
  line-height: 130%;
  margin: 0;
  padding: 10px 0;
}
.locations > ul > li:first-child, .locations > div > ul > li:first-child {
  border-top: 0;
}


.locations ul li{
  list-style-type: none;
}


.textwidget {
  padding: .5em;
  overflow: hidden
}
.cat {
  background: #ddd;
  color: #666;
  line-height: 1.3;
  border-radius: 5px;
  padding: .3em .6em;
  display: inline-block
}
.sidebar_box h4 {
  padding: .5em 0 0 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 700
}
.sidebar_box p {
  padding: .4em .5em 0
}
.sidebar_box ul {
  padding: 0;
}
.sidebar_box li {
  list-style: none;
  margin: 0;
  padding: .5em;
}
.sidebar_box ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  border: 0;
}
.sidebar_box ul.sub-menu li {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0.5em 0.5em;
}
.sidebar_box ul.sub-menu li:last-child {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0.5em 0.5em;
}
.calendar_wrap, .tagcloud {
  padding: 0.5em 0 0 0;
}
.widget_tag_cloud .tagcloud a {
  font-size: .9em !important;
}
.tagcloud a {
  display: block;
  float: left;
  padding: 8px 11px;
  line-height: 1;
  margin: 0 5px 5px 0;
  background: #ddd;
  border-radius: 3px;
}
.tagcloud a:hover {
  background: #eee;
  text-decoration: none;
}



.sidebar {
  padding: 0em;
  margin: 1em 0 0 0;
}
.home .sidebar {
  padding: 0em;
  margin: 3em 0 0 0;
}

.localbox {
padding:1em; 
		margin: 1em 0 1em 0;
background-color: #fff;
		 
		 width: 100%;
		overflow: hidden;
}
 



.home .post_box {
  padding: 0em 0 3em 0;
  margin: 0em;
}
.post {
  padding: 3em 1em;
  margin: 0;
  overflow: hidden
}
.post table {
  border: solid 1px #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  font: 13px Arial, sans-serif
}
.post thead th {
  background-color: #ddd;
  text-align: left
}
.post tbody td, .post thead th {
  border: solid 1px #ddd;
  color: #000;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff
}
 


	.countrybox {
padding:1.5em; 
		margin: 0 0 3em 0;
background-color: #ddd;
		 width: 100%;
		overflow: hidden;
}

.merkmale {
	width: 100%;
	color: #000000;
	margin: 10px 0 10px 0;
}

.qContactContent td{
	width: 33.33%;
	padding: 1em ;
}

table.produktdetails{
	width: 100%;
}

.countryheadline h4{
padding:0.4em 0.4em 1em 0.4em;color:#333;}
.subcategories ul{ margin:1em 0 1em 1em !important;}

h2 span  {color: #054d91;}
.downloads a.katlink::before {color: #054d91;}
.downloads a.katlink, .d-useite a.katlink{max-width:100%;}










/* Gallery CSS*/
.gallery-item {
  margin: 0 !important
}
.gallery-item img {
  border: 0 !important
}
.gallery-columns-2 .gallery-item img {
  max-width: 99%
}
.gallery-columns-3 .gallery-item img {
  max-width: 98.5%
}
.gallery-columns-4 .gallery-item img {
  max-width: 98%
}
.shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}
.wp-block-columns {
  margin: 3em 0;
}
.wp-block-column h3 {
  padding: 0.5em 0;
}
.wp-block-column p {
  padding: 0.5em 0;
}
.wp-block-column  {
  margin: 0.5em 0;
}
/************************************************
  Audio Blocks
************************************************/

.wp-block-audio {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-audio audio {
	width: 100%;
}

/************************************************
  Blockquotes
************************************************/

blockquote,
blockquote.wp-block-quote {
	font-size: 130%;
	line-height: 1.5;
	margin: 32px 0px;
	padding: 12px 18px;
	 
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
	padding-left: 18px;
	 
}
.wp-block-quote__citation,
.wp-block-quote cite,
.wp-block-quote footer {
	display: block;
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.85rem;
	margin-top: 12px;
}
.wp-block-quote cite::before,
.wp-block-quote footer::before {
	content: 'â€” '
}

/************************************************
  Buttons
************************************************/

.wp-block-button {
	position: relative;
	box-sizing: border-box;
	margin-bottom: 0.5em;
}
.wp-block-button.alignwide a {
	display: block;
}

/************************************************
  Code Blocks
************************************************/

code, pre, .wp-block-code {
	color: #666666;
	font-family: Courier, sans-serif;
	line-height: 1.4;
	margin: 32px 0px;
	padding: 12px;
	border: 1px solid #ddd;
	box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	border-radius: 3px;
}

/************************************************
  Cover Images
************************************************/

.wp-block-cover,
.wp-block-cover-image {

}
.wp-block-cover-image.has-background-dim,
.wp-block-cover-image.has-background-dim h2 {
	color: #ffffff;
}

/************************************************
  Gallery Blocks
************************************************/

.wp-block-gallery .blocks-gallery-item {
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}
.wp-block-gallery .blocks-gallery-image {
	margin-left: 0px;
	margin-right: 0px;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	box-sizing: border-box;
}

/************************************************
  Images
************************************************/

.wp-block-image {
	max-width: none;
	margin: 32px auto;
	padding: 0px;
}
img.aligncenter,
.wp-block-image.aligncenter {
	display: block;
	margin: 12px auto;
	padding: 0px;
}
img.alignnone,
.wp-block-image.alignnone {
	display: inline;
	margin: 12px 0px;
	padding: 0px;
}
img.alignright,
.wp-block-image.alignright {
	display: inline;
	margin: 16px 0px 16px 24px;
	padding: 0px;
}
img.alignleft,
.wp-block-image.alignleft {
	display: inline;
	margin: 16px 24px 16px 0px;
	padding: 0px;
}

/************************************************
  Tables
************************************************/

table,
table.wp-block-table {
	width: 100%;
	text-align: left;
	margin: 32px 0px;
	padding: 0px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
	border: 1px solid #ddd;
	border-spacing: 0;
	border-radius: 4px;
}
table p,
table form,
table ul,
table li {
	margin: 6px 0px;
	padding: 0px;
}
table thead,
table tfoot,
table.wp-block-table thead,
table.wp-block-table tfoot {
	border: 1px solid #ddd;
}
table tbody tr:nth-child(odd) {
	background: rgba(0, 0, 0, 0.04);
}
table th,
table.wp-block-table th {
	font-size: 1.1rem;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px;
	border-top: 1px solid #dddddd;
	box-sizing: border-box;
}
table td,
table.wp-block-table td {
	padding: 12px;
	margin: 0px;
	border-top: 1px solid #ffffff;
	box-sizing: border-box;
}
table.wp-block-table.is-style-stripes {
	border-collapse: collapse;
}
table.wp-block-table.is-style-stripes td {
	border: 1px solid #dddddd;
}

 
/* Slider CSS*/
.slickbox:nth-child(n+2) {
  display: none;
  overflow: hidden
}
.hero-slider.slick-initialized .slickbox {
  display: block
}
.ehero-image {
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transform: scale(1)
}
.ehero-image:hover {
  transform: scale(1.1)
}
.ehero-image:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .7))
}
.ehero-image:hover:before {
  opacity: 1
}
@media (max-width:750px) {
  .ehero-image:hover {
    transform: scale(1)
  }
  .ehero-image:hover:before {
    opacity: 0
  }
}
.searchresultlist {
  padding: .5em 0
}
.searchresultlist li {
  list-style: none;
  padding: .2em 0 .2em .2em;
  line-height: 1.8em
}
.searchresultlist h3 {
  margin-bottom: .2em
}
.numeric ul {
  padding-left: 0;
  margin: .8em auto
}
.numeric li a {
  color: #333;
  text-decoration: none;
  background-color: #ddd;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 2em;
  padding: .4em .5em
}
.numeric li a:hover, .numeric li.active a, .numeric li.disabled {
  color: #333;
  text-decoration: none;
  list-style: none;
  border-radius: 3px;
  cursor: pointer;
  font-size: 1.0em;
  font-weight: 400;
  line-height: 2em;
  padding: .4em .5em
}
.numeric li {
  display: inline
}
.numeric li a.button {
  padding: 0 1em
}
.numeric li a:hover, .numeric li.active a, .numeric li.disabled {
  background-color: #ddd
}

.tax-dc_locals_type  .box-module{top:0em;}

.local{
  padding: .5em;
	   margin-bottom: 6em;
}


 .sidebar-box .locals{
margin-bottom: 6em;
}

.single-dc_locals .single{
margin-top: 12em;
}

.locals{
  padding: .5em;
	  border: 1px solid #ddd;
}
.locals .shadow {
  padding: .5em;
	  border: 1px solid #ddd;
}
.locals {
  margin-bottom: 2em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
	
}
.locals::after {
  clear: both;
  content: "";
  display: block;
}
.locals ul li {
  border-top: 1px solid #eee;
  line-height: 130%;
  margin: 0;
  padding: 10px 0;
}
.locals > ul > li:first-child, .locals > div > ul > li:first-child {
  border-top: 0;
}


.locals ul li{
  list-style-type: none;
}


.textwidget {
  padding: .5em;
  overflow: hidden
}
.cat {
  background: #ddd;
  color: #666;
  line-height: 1.3;
  border-radius: 5px;
  padding: .3em .6em;
  display: inline-block
}
.sidebar_box h4 {
  padding: .5em 0 0 0;
  margin: 0;
  font-size: 1.2em;
  font-weight: 700
}
.sidebar_box p {
  padding: .4em .5em 0
}
.sidebar_box ul {
  padding: 0;
}
.sidebar_box li {
  list-style: none;
  margin: 0;
  padding: .5em;
}
.sidebar_box ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0.5em 0;
  border: 0;
}
.sidebar_box ul.sub-menu li {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0.5em 0.5em;
}
.sidebar_box ul.sub-menu li:last-child {
  list-style: none;
  margin: 0;
  padding: 0.5em 0 0.5em 0.5em;
}
.calendar_wrap, .tagcloud {
  padding: 0.5em 0 0 0;
}
.widget_tag_cloud .tagcloud a {
  font-size: .9em !important;
}
.tagcloud a {
  display: block;
  float: left;
  padding: 8px 11px;
  line-height: 1;
  margin: 0 5px 5px 0;
  background: #ddd;
  border-radius: 3px;
}
.tagcloud a:hover {
  background: #eee;
  text-decoration: none;
}



.sidebar {
  padding: 0em;
  margin: 1em 0 0 0;
}
.home .sidebar {
  padding: 0em;
  margin: 3em 0 0 0;
}

.localbox {
padding:1em; 
		margin: 1em 0 1em 0;
background-color: #fff;
		 
		 width: 100%;
		overflow: hidden;
}
 



.home .post_box {
  padding: 0em 0 3em 0;
  margin: 0em;
}
.post {
  padding: 3em 1em;
  margin: 0;
  overflow: hidden
}
.post table {
  border: solid 1px #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  font: 13px Arial, sans-serif
}
.post thead th {
  background-color: #ddd;
  text-align: left
}
.post tbody td, .post thead th {
  border: solid 1px #ddd;
  color: #000;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff
}
 
.sidebar-box h3 {
  padding: .5em 0 0 1em;
  margin: 0;
  font-size: 1.4em;
  font-weight: 700
} 


	.countrybox {
padding:1.5em; 
		margin: 3em 0 3em 0;
background-color: #fff;
		 width: 100%;
		overflow: hidden;
}

.merkmale {
	width: 100%;
	color: #000000;
	margin: 10px 0 10px 0;
}

.qContactContent td{
	width: 33.33%;
	padding: 1em ;
}

table.produktdetails{
	width: 100%;
}
