body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;

}
a {
	color:#1C63B7;
	text-decoration: underline;
}
html, body {
  height: 100%;
  margin: 0;
}
.bg_weiss {
	background:#fff;
	color:#231F20;
}
.bg_grau {
	background:#F3F2F7;
	color:#231F20;
}
.bg_blau {
	background:#1C63B7;
	color:#231F20;
}
.abstand_s {
	padding-top:20px;	
}
.abstand_l {
	padding-top:40px;	
}
.abstand_xl {
	padding-top:60px;	
}
.abstand_xxl {
	padding-top:80px;	
}
.main-outer-panel {  min-height: 100%; margin-bottom:-100px;}  
  h1,h2,h3,h4,h5,h6,p,ul,ol,li{
  margin: 0;
  padding: 0;
  letter-spacing: 0;
  }
  h4, .h4 {
	font-size: 1.3rem;
  }
  ul,ol,li{
  list-style: none;
  }
  button:focus {
	outline: inherit;
}
  img{
  max-width: 100%;
  }
  section,header,footer{
  float: left;
  width: 100%;
  }
  :focus
  {
  outline: none;
  }
  input{
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  }
  button, input[type="submit"], input[type="button"]
  {
  -webkit-appearance: none;
  -moz-appearance: none;
  }
code, kbd, pre, samp {
	font-family: inherit;
	font-size: inherit;
}  
  a{
  transition: .3s all ease;
	-webkit-transition: .3s all ease;
  text-decoration: none;
  }
  a:hover, a:focus{
  text-decoration: none !important;
  }
  *{box-sizing: border-box;}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1;
}
@media (min-width: 1600px){
.container{max-width:1520px;}
}
.pade-none
{
    padding-left: 0;
    padding-right: 0;
}
.colright {
	padding-right: 0;
}
.colleft {
	padding-left: 0;
}
.colleft img {
	object-fit:cover;
	width:100%;
	height:100%;
}
@media (max-width: 767px){
	.colright {
		padding: 0;
	}
	.colleft {
		padding: 0;
	}
}
a.button {
	background: #1C63B7;
	border-radius: 0;
	font-style: normal;
	font-size: 16px;
	line-height: 22px;
	display: inline-flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	height: 50px;
	padding: 0px 20px;
	overflow: hidden;
	position: relative;
	font-weight: 700;
	min-width: 260px;
	text-align: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	margin-top:15px;
	transition:background ease 0.3s;
}
a.button:hover {
	background:#000;
}
a.button.gelb {
	background: #F58D0D;
	font-weight: bold;
	font-size: 20px;
	line-height: 22px;
	color: #FFFFFF;
}
a.button:hover {
	background:#B86F14;
}
/* include button styles */
.custom-button {
	margin-top: 10px;
}
.custom-button a {
	background: #F58D0D;
	border-radius: 0;
	font-style: normal;
	font-size: 24px;
	line-height: 22px;
	display: inline-flex;
	align-items: center;
	text-align: center;
	color: #FFFFFF;
	height: 56px;
	padding: 8px;
	overflow: hidden;
	position: relative;
	font-weight: 600;
	min-width: 400px;
	text-align: center;
	justify-content: center;
	 font-family: 'Roboto', sans-serif;
}
.custom-button a::after {
	background: #fff;
	content: "";
	height: 200px;
	left: -95px;
	opacity: .2;
	position: absolute;
	top: -50px;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	-webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
	transition: all 550ms cubic-bezier(0.19,1,0.22,1);
	width: 50px;
	z-index: 10;
}
.custom-button a:hover::after {
	left: 120%;
	-webkit-transition: all 550ms cubic-bezier(0.19,1,0.22,1);
	transition: all 550ms cubic-bezier(0.19,1,0.22,1);
}
.custom-button a:hover {
	background: #0f1f2e;
	color: #fff;
}

/* include headline styles */
.heading30 {
	font-size: 30px;
	color: #1C63B7;
	font-family: 'Orbitron';
	font-weight: 500;
	margin-bottom: 10px;
}
.heading40 {
	font-size: 40px;
	color: #1C63B7;
	font-family: 'Orbitron';
	font-weight: 500;
	margin-bottom: 10px;
}
.wrapper.main-content {
	padding-top: 140px;
}
.home .wrapper.main-content {
	padding-top: 10px;
}
.wrapper.main-content.home {
	padding-top: 0;
}
/* include ul and ol list styles */

/* include table styles */

/* include paragraphs styles */
p{font-size:16px; line-height:24px; color:#676767; font-family: 'Roboto', sans-serif;}

/* INNERPAGEBANNER */
.heading40 {
	display: block;
	color: #fff;
	font-family: 'Orbitron';
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 20px;
}
.InnerPage-banner-row {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	min-height: 460px !important;
	display: flex;
	align-items: center;
}
.InnerPage-banner-content-inn {
	display: flex;
	width: 100%;
	max-width: 736px;
	padding: 35px 70px 30px 70px;
	position: relative;
	transition: all 0.18s ease-in-out;
	-webkit-transition: all 0.18s ease-in-out;
	background: linear-gradient(45deg,  rgba(5,60,125,0.8) 0%,rgba(28,99,183,0.8) 100%);
	height: 100%;
	flex-direction: column;
	justify-content: center;
}
.InnerPage-banner-content-inn p {
	font-size: 20px;
	line-height: 27px;
	 font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight: 300;
	margin-bottom: 25px;
}
.InnerPage-banner-content-inn p strong {
	font-weight: 600;
}
.InnerPage-banner h1 {
	padding-left: 0;
}
.InnerPage-banner .border-heading::before {
	left: -25px;
	background: #fff;
}
.InnerPage-banner-row {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0;
	min-height: 340px !important;
}
.InnerPage-banner-content-inn p:last-child
{
	margin-bottom: 0px;
}
.breadcrumb-inn nav .breadcrumb {
	margin-bottom: 0;
	padding: 20px 0;
}
.breadcrumb-inn nav .breadcrumb li {
	display: inline-block;
}
.breadcrumb-inn nav .breadcrumb li a, .breadcrumb-inn nav .breadcrumb li
{
	font-size:16px;
	 font-family: 'Roboto', sans-serif;
	color:#676767;
}
.breadcrumb-inn nav .breadcrumb li a
{
	text-decoration:underline !important;
}

  .breadcrumb-item +  .breadcrumb-item::before {
	content: "»" !important;
}
.breadcrumb-inn nav .breadcrumb li a img {
	height: 20px;
	position: relative;
	top: -3px;
}
.fixed-contacts-con ul li:last-child {
	position: absolute;
	top: 120px;
}
.fixed-contacts-con ul li:last-child {
	position: absolute;
	top: 130px;
}
.fixed-contacts-con li > a {
    display: inline-block;
    background: #1c63b7;
    width: 61px;
    height: 55px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 10px;
}
.fixed-contacts-con li:nth-child(2){
	z-index:20;
}
.fixed-contacts-con li:not(.active){
	pointer-events:none
}
.fixed-contacts-con li:not(.active) a{
	pointer-events:all
}
.fixed-contacts-con {
    position: fixed;
    right: -320px;
    z-index: 9;
    top: 30%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
	/* pointer-events: none; */
}
.Home-banner {
	display: block;
	position: relative;
}

.fixed-contacts-con ul {
	list-style: none;
	display: inline-block;
}
.fixed-contacts-con ul li {
	position: relative;
	margin-bottom: 0;
	/* background: #1c63b7; */
	padding: 0px 20px 0px 6px;
	display: flex;
	transform: translateX(0px);
	-webkit-transition: all .9s ease;
	transition: all .9s ease;
}
.fixed-contacts-con ul li:first-child {
	margin-bottom: 10px;
}
.fixed-contacts-con ul li.active {
	transform: translateX(-320px);
	background: #1c63b7;
}
.socialmedia-opened {
	width: 300px;
	text-align: left;
	/* align-items: center; */
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 10px;
}

.socialmedia-opened p {
	font-size: 18px;
	line-height: 27px;
	 font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
	width: 100%;
}
.socialmedia-opened p:last-child
{
	margin-bottom: 0px;
}
.socialmedia-opened p a 
{
	text-decoration: none;
	color: #fff;
}
.socialmedia-opened p a:hover
{
	text-decoration:underline !important;
	color: #fff;
}



.fixed-contacts-con ul li:last-child
{
	margin-bottom: 0px;
}
.fixed-contacts-con li a img {
	max-width: 100%;
}

#return-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	/* background: rgb(0, 0, 0); */
	background: #1c63b7;
	width: 40px;
	height: 40px;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 7px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	text-align: center;
	/* display: none; */
}
#return-to-top img {
    filter: brightness(100);
    top: 3px;
    position: relative;
    max-width: 100%;
}
#return-to-top .down {
  -webkit-animation: downarrow 0.9s infinite alternate ease-in-out;
}
@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0.4em); opacity: 0.9 }
  100% { -webkit-transform: translateY(0); opacity: 0.3 }
}
#return-to-top::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 52px;
	height: 52px;
	background: #32735924;
	border-radius: 10px;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/*404*/

.error404 section.InnerPage-banner, .error404 .breadcrumb-main
{
display: none;
}

.InnerPage-banner.inn404-page-banner
{
display: block !important;
margin-bottom:40px;
}


/*404*/

.wp-product-slide-grid1 .wp-product-slide-grid {
    margin: 10px 0;
}
.category-page-main {
    padding: 50px 0px;
}
.single-gebiete .addresse{
    margin: 20px 0;
}
.nothingfound{
    padding: 5px 10px;
    margin: 0px 0 50px 0;
    background: #F58D0D;
    color: #fff;
}
.service-find-advice .contact-us-form-row.grid1.submit-button1.hide{
	display:none;
}
.service-find-advice .contact-us-form-row.grid1.submit-button1.hide input{
	width:100%;
}

.bg_padding_xxl{padding-top:80px; padding-bottom:50px;}
.bg_padding_xl{padding-top:60px; padding-bottom:40px;}
.bg_padding_l{padding-top:50px; padding-bottom:40px;}
.bg_padding_m{padding-top:30px; padding-bottom:30px;}
.bg_padding_25{padding-top:25px; padding-bottom:20px;}
.bg_padding{padding-top:40px; padding-bottom:40px;}
.bg_padding_s{padding-top:20px; padding-bottom:20px;}
.bg_padding_xs{padding-top:10px; padding-bottom:10px;}
.bg_padding_bottom_xl{padding-bottom:60px;}
.bg_padding_bottom_l{padding-bottom:50px;}
.bg_padding_bottom{padding-bottom:40px;}
.bg_padding_bottom_m{padding-bottom:30px;}
.bg_padding_bottom_s{padding-bottom:20px;}
.bg_padding_bottom_xs{padding-bottom:10px;}
.bg_padding_top{padding-top:40px;}
.bg_padding_top_m{padding-top:30px;}
.bg_padding_top_s{padding-top:20px;}
.bg_padding_top_xs{padding-top:10px;}
.bg_padding_top_xl{padding-top:60px;}
.bg_padding_top_xxl{padding-top:80px;}

@media only screen and (max-width:768px) {	
	.bg_padding_xxl{padding-top:60px; padding-bottom:30px;}
	.bg_padding_xl{padding-top:50px; padding-bottom:30px;}
	.bg_padding_l{padding-top:40px; padding-bottom:30px;}
	.bg_padding_m{padding-top:20px; padding-bottom:20px;}
	.bg_padding_25{padding-top:25px; padding-bottom:15px;}
	.bg_padding{padding-top:30px; padding-bottom:20px;}
	.bg_padding_bottom_xl{padding-bottom:50px;}
	.bg_padding_bottom_l{padding-bottom:40px;}
	.bg_padding_bottom{padding-bottom:30px;}
	.bg_padding_bottom_m{padding-bottom:30px;}
	.bg_padding_bottom_s{padding-bottom:20px;}
	.bg_padding_top{padding-top:30px;}
	.bg_padding_top_m{padding-top:30px;}
	.bg_padding_top_s{padding-top:20px;}
	.bg_padding_top_xl{padding-top:50px;}
	.bg_padding_top_xxl{padding-top:60px;}
}
.aligncenter,.alignleft,.alignright {
	display: block;
	padding: 0;
  }
  
  .aligncenter {
	float: none;
	margin: 0 auto 1em;
  }
  
  .alignright {
	float: right;
	margin: 0 0 1em 1.5em;
  }
  
  .alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
  }
  
  .wp-caption {
	padding: 5px 0;
	border: 1px solid #555;
	background: #444;
	text-align: center;
  }
  
  .wp-caption img {
	display: inline;
  }
  
  .wp-caption p.wp-caption-text {
	margin: 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 75%;
	font-weight: 100;
	font-style: italic;
	color: #ddd;
  }
.searchpage p {
	margin-bottom:20px;
}
.searchpage article {
	margin-bottom:20px;
	background: #F3F2F7;
	padding: 20px 30px;
	position: relative;
	overflow:hidden;
}
.searchpage article::before {
	background: #c2d79b;
}
.searchpage article::before {
	position: absolute;
	left: 0;
	top:0;
	height: 100%;
	width: 10px;
	content: "";
	z-index: 6;
}
.download-boxes a.download-file-box .lang{
    text-transform: uppercase;
    display: none;
}
.produt-detailsmain .produt-detail-right .addresse{
    margin-bottom: 15px;
}

.block {
	margin-bottom:30px;
}
