.navbar-light .navbar-toggler-icon {
    background-image: url("/assets/navbar.svg")!important;
}


.sl_spacer{margin-top:80px;}

.honeycomb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  transform: translateY(34.375px);
}
.honeycomb-cell {
  flex: 0 1 250px;
  max-width: 250px;
  height: 137.5px;
  margin: 65.4761904762px 12.5px 25px;
  position: relative;
  padding: 0.5em;
  text-align: center;
  z-index: 1;
  cursor:pointer;
}
.honeycomb-cell__title {
  height: 100%;
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-break: break-word;

  color: #fff;
  font-weight: 700;
  font-size: 18pt;
  line-height: 17pt;
  transition: opacity 350ms;
}
.honeycomb-cell__title > small {
  font-weight: 300;
  margin-top: 0.25em;
}

.honeycomb-cell__file  {
 opacity:0;
}
.honeycomb-cell__image {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.honeycomb-cell::before, .honeycomb-cell::after {
  content: "";
}
.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  display: block;
  position: absolute;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  z-index: -1;
}
.honeycomb-cell::before {
  background: #fff;
  transform: scale(1.055);
}
.honeycomb-cell::after {
  background: #0a2a34;
  opacity: 0.3;
  transition: opacity 350ms;
}
.honeycomb-cell:hover .honeycomb-cell__title {
  opacity: 1;
}

.honeycomb-cell:hover .honeycomb-cell__file {
  opacity: 1;
}
.honeycomb-cell:hover::before {
  background: #fff;
}
.honeycomb-cell:hover::after {
  opacity: 0.1;
}
.honeycomb__placeholder {
  display: block;
  opacity: 0;
  width: 250px;
  margin: 0 12.5px;
}

@media (max-width: 550px) {
  .honeycomb-cell {
    margin: 81.25px 25px;
  }
}
@media (min-width: 550px) and (max-width: 825px) {
  .honeycomb-cell:nth-child(3n) {
    margin-right: calc(50% - 125px);
    margin-left: calc(50% - 125px);
  }

  .honeycomb__placeholder:nth-child(3n+5) {
    display: block;
  }
}
@media (min-width: 825px) and (max-width: 1100px) {
  .honeycomb-cell:nth-child(5n+4) {
    margin-left: calc(50% - 275px);
  }

  .honeycomb-cell:nth-child(5n+5) {
    margin-right: calc(50% - 275px);
  }

  .honeycomb__placeholder:nth-child(5n), .honeycomb__placeholder:nth-child(5n+3) {
    display: block;
  }
}
@media (min-width: 1100px) {
  .honeycomb-cell:nth-child(7n+5) {
    margin-left: calc(50% - 400px);
  }

  .honeycomb-cell:nth-child(7n+7), .honeycomb-cell:nth-child(7n+5):nth-last-child(2) {
    margin-right: calc(50% - 400px);
  }

  .honeycomb__placeholder:nth-child(7n+7), .honeycomb__placeholder:nth-child(7n+9), .honeycomb__placeholder:nth-child(7n+11) {
    display: block;
  }
}


.container ul  { font-size:15pt; font-family: Proxima-Nova-Condensed, sans-serif; margin-left:20px; margin-bottom:30px;}
.datum{ font-size: 30pt;    margin-right: 6px; font-weight:600;}
.monat{ font-size: 20pt;}
.tags a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 16px 8px 0;
    padding: 0 10px 0 12px;
    background: #777;    
    -webkit-border-bottom-right-radius: 3px;    
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;    
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    color: #fff;
    font-size: 12px;
    font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    font-weight: bold;
	background: #00a6df;
}

.tags a:before {
    content: "";
    position: absolute;
    top:0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #00a6df transparent transparent;
    border-style: solid;
    border-width: 12px 12px 12px 0;  
    }

.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 1px;
    float: left;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    box-shadow: -1px -1px 2px rgba(0,0,0,0.4);
    }

.breadcrumb-item a {color:#4a4a4a;}
.breadcrumb  {background-color:#fff; margin-bottom:0px;}
.breadcrumb:first-child{padding-left:5px;}
.breadcrumb-item+.breadcrumb-item::before {
    content: "›";
  vertical-align:top;
  font-size:25px;
  line-height:20px;
}

.lower{    text-transform: lowercase;}
a{     color: #212529;}
.video_wrapper {
   background-size:cover;
	background-color:#000000;
    position: relative;
    height: 400px;
    width: 100%;
}

.video_wrapper .video_trigger {
    padding: 5px;
text-align:center;    
color:#fff;
background: #b3c0cab5;
bottom: 0px;
    width: 100%;
 position: absolute;
	
   
}

.video_trigger p { font-size:8pt !important; line-height:12pt;}
.video_wrapper .video_layer {
    position: relative;
    display: none;
    height: inherit;
    width: inherit;
    margin: auto;
}
.video_wrapper .video_layer iframe {
    border: 0px none transparent;
    height: inherit;
    width: inherit;
}



#mitarbeiter{display:none;}
/* MEGA MENU */

body { font-family: 'Gothic A1', sans-serif;}
.megamenu-li { position: static;}
.megamenu {	position: absolute;	width: 100%;	left: 0;	right: 0;	padding: 15px;}
.fixed-header {
    background-color:#fff;    position: fixed;    width: 100%;    top: 0;
    z-index: 999;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
}

.wrapper{ overflow:hidden;}


/* MEGA MENU END */

.mb{ color:#000; font-weight:600;}
a.mb:hover {color:#58bbee!important;}


.carousel-caption {
    position: absolute;
    right:auto;
    top: 30%;
    left: 50px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
	
}

.slider_hdl{ font-size:20pt; font-weight:800;}
.slider_text{ font-size:14pt; font-weight:400;}
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}
.carousel-control-next,
.carousel-control-prev { z-index:400; }

.carousel-indicators li {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    background-color: #58bcf0;
}

.carousel-control-next, .carousel-control-prev { width: 4%!important; }



.bb:hover{
cursor:pointer;
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  
}
.container_service {  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 columns */
  grid-gap: 10px;
}

.container_service>* {
  aspect-ratio: 1 / 1; /* a square ratio */
  border: 0px solid;
  
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.box_blue { background-color:#4dabe1; color:#fff; font-weight:800; font-size:18pt; padding:10px; }



.ticker_box{
	background-image:url(../imglib/erde_mobil2.jpg);
    background-size: cover;
    background-repeat: no-repeat;

	margin:0px;
	padding:30px;
	
}
.ticker_titel{font-weight:600; font-size:14pt; }
.ticker_wert{ font-weight:600; font-size:20pt; margin-bottom:0px; }
.txt-shadow{text-shadow: 0px 3px 3px rgba(255,255,255,0.5);}
.details-card {
	background: #ecf0f1;
}

.media-body { font-size:12pt;}
.card{box-shadow: none !important;	 }
.card-content {
	margin-top: 25px;
	color:#fff;
	background-color:#58bcee;
}
.card_black{     background-color: #474747;}

.card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}

.card-img img {
	width: 100%;
	height: auto;
	display: block;
}

.card-img span {
	position: absolute;
    top: 15%;
    left: 12%;
    background: #21529c;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {

	min-height: 238px;
	text-align:center;
	
}

.card-desc h3 {
	
    font-weight: 600;
    font-size: 15pt;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;

}
.btn-light-home{ border-radius:0px;}
.card-desc p {
	color:#fff;
    font-size: 10.5pt;	
	line-height: 16pt;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
	

}
.btn_card{
    width: 100% !important;
}
.btn-card:hover {
    background: orange;
}


.db{ border: 1px dotted #ff0000;}
.notice { font-style:italic; margin-bottom:20px; font-size:10pt;}
div.polaroid {
 margin:10px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.polaroid {
 display:flex;
 width:auto;     display: table-cell;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.pola-txt p{ color: #616364; font-size:10pt; margin-bottom:0px;}
.pola-txt {text-align: center;  padding: 5px;  background-image: -webkit-linear-gradient(top, hsla(0,0%,0%,0), hsla(0,0%,0%,.1));}

.grey {color: #616364;}

.video_bg{ background: linear-gradient(180deg, rgba(80,76,76,1) 0%, rgba(75,75,75,1) 12%, rgba(0,0,0,1) 100%); box-shadow: 0 0 20px rgb(0 0 0 / 22%);}
.video-txt {text-align: center;  padding: 5px;  background-image: -webkit-linear-gradient(top, hsla(0,0%,0%,0), hsla(0,0%,0%,.1)); border-radius: 5px; box-shadow: 0 0 3px rgb(0 0 0 / 22%);}
	
/* CONTACT CARD */

.team .subtitle {
    color: #8d97ad;
    line-height: 24px;
	font-size: 13pt;
	font-weight:200;
	min-height: 55px;
}

.team .font-weight-medium {
	font-weight: 600;
	color: #58bcee;
}

.team .btn-phone a{
	font-size: 13pt;
	text-decoration:none;
}


.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;

}


.frontside{
float:left;
}

.card{background-color:transparent;}
.cb{ background-color:#000; border:0px;}
.frontside .card
 {
    min-height: 120px;
	border:0px;
	box-shadow: none;
	
}

.backside .card a {
    font-size: 18px;
    color: #5ac6ad !important;
}

.frontside .card .card-title
{
font-size:14pt;
margin-bottom:0px;
box-shadow: none;
}
.card-text {font-size:16pt; }


.frontside .card .card-body  a{ color:#000;	text-decoration:none; display:block;height:40px !important;}
.frontside .card .card-body  a:hover{color: #58bcee;  }
.frontside .card .card-body{ padding:0px; }
.frontside .card .card-body img {   width: 150px;     height: auto;    border-radius: 50%;}



/* ACCORDION */

.airco-acc-txt ul{ margin-left:30px; margin-bottom:30px;}
.airco-acc-txt ul li{ font-size:13pt!important; }
.airco-acc {padding:0px!important; margin:0px!important;}
.airco-accx >p{ padding:10px!important;}

.airco-acc img{ width:100% !important;}
.accordion-block .card{
    border: none;
    margin-bottom: 22px;
    border-radius: unset;
    background-color: #f4f4f4;
}
.accordion-block .card .card-header {
    padding: 0;
    border-radius: unset;
    border-bottom: none;
}
.accordion-block .card .card-header a{
    display: block;
    color: #fff;
    padding: 12px 24px 12px;
    font-size: 20px;
	font-weight:600;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #58bcee;
    line-height: 32px;
  
}
.accordion-block .card .card-header a img{
	float: right;
	margin-top: 3px;
	transition: 0.3s;
}
.accordion-block .card .card-header a.collapsed img {
    transform: rotate(180deg);
}



.accordion-block .card .card-body{
	padding: 20px 24px;
	text-align: center;
}
.accordion-block .card .card-body p {
    text-align: left;
}


/* 2021 BASIC */
.hdl_n2{     font-size: 35pt;}
.debugB{ border:1px dotted #ff0000;}
.zoom {
    transform: scale(1); 
  transition: transform .2s; /* Animation */
 
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.2);
  cursor:pointer;
  z-index:999;
}


/* TABLE */

table {
    background: #f6f6f6;
    font-size: 14px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px hsla(0,0%,0%,.05),
                        0 0 200px hsla(0,0%,100%,.5);
       -moz-box-shadow: 0 0 10px hsla(0,0%,0%,.05),
                        0 0 200px hsla(0,0%,100%,.5);
            box-shadow: 0 0 10px hsla(0,0%,0%,.05),
                        0 0 200px hsla(0,0%,100%,.5);
}
thead {
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0,0%,0%,0)), to(hsla(0,0%,0%,.1)));
    background-image: -webkit-linear-gradient(top, hsla(0,0%,0%,0), hsla(0,0%,0%,.1));
    background-image:    -moz-linear-gradient(top, hsla(0,0%,0%,0), hsla(0,0%,0%,.1));
    background-image:     -ms-linear-gradient(top, hsla(0,0%,0%,0), hsla(0,0%,0%,.1));
    background-image:      -o-linear-gradient(top, hsla(0,0%,0%,0), hsla(0,0%,0%,.1));
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    font-weight: bold;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.75);
}
thead td {
    border: none;
    color: #444;
	
}
.table tr td {text-align:center;}
.table .thead-light th { background-color: unset;}
.posts, .snaps, .acorns, .ranking {
    text-align: center;
}
.name {
    width: 150px;
}
.posts {
    width: 50px;
}
.snaps {
    width: 50px;
}
.acorns {
    width: 50px;
}
.ranking {
    width: 100px;
}
tr:nth-child(2n) {  
   background: #eee;  
}
td {
    border: 1px solid #ccc;
    color: #777;
       padding: 5px 5px!important;
}


/* HOVER BTN */
.btn-hover {
    min-width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;


    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 0px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	color: #fff;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-blue {
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 1px 5px 0 rgba(65, 132, 234, 0.75);
}
/* INTRO READ MORE 

.btn-hover{
	width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 20px;
   
	
	
background: rgb(38,77,153);
background: linear-gradient(350deg, rgb(101 193 233) 0%, rgb(88 188 238) 43%, rgba(0,212,255,1) 100%);
border:0px;	

   border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	
}

*/




.header_smart{
background-image: url(/imglib/header/be-smart-cut-green-lasercutting-with-airco.webp); background-repeat:no-repeat; 
max-height:450px !important; overlay:hidden;
background-size: cover;
}

.header_smart_think{
background-image: url(/imglib/header/be-smart-think-green-lasercutting-with-airco.webp); background-repeat:no-repeat; 
max-height:450px !important; overlay:hidden;
background-size: cover;
}
.pic_infinit{ background-image: url(../header/infinit_line.jpg);}

.abstand {   margin: 3rem;}
.abstand-menu { margin-top:100px!important;}
/* green card */
.order-card {
    color: #fff;
}
.bg-c-green {
   background: linear-gradient(45deg,#86ab61,#34df72);
   background:linear-gradient(45deg,#4a751f,#a1cd80);
}

.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px; color: #fff;
}


/* 2021 */
.green {color: #71a759;}
.green-t {color: #6dc174;
    background-color: rgba(255,255,255,0.8);
	padding:10px;
	border-radius:25px;

}


.footer_links_phone > li > a {
    color: #ffffff;
    text-decoration: none;
}

.footer_links_phone > li > a:hover, .footer_links > li > a:hover {
    color: #4daeee;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link{
	color: #09bbee;
    font-size: 12pt;
    font-weight: 600;
    font-family: proxima-nova-condensed, sans-serif;
    letter-spacing: 1.5px;
    line-height: 35px;
}	

.dropdown-menu h5{ color: #09bbee;}
.dropdown-menu p {font-size: 14.5px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
   color: #09bbee;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10 rem;
    padding: 0.5 rem;
    margin: 0.125 rem;
    font-size: 1.2rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255,255,255,1);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
}

.container {
    max-width: 1280px;
}
	
	
/* 2021 END */




body {
    margin: 0px;
    font: normal 10pt Arial, Helvetica, sans-serif;
	background-image: linear-gradient(to bottom, #2b3705, #007a43, #009360, #00bf72, #6d980d);

}


/* ADNIMATIONS   */

#fade0 {
	animation-delay: 1s;    
	animation: fade_simple 2.6s;
    -moz-animation: fade_simple 2.6s; /* Firefox */
    -webkit-animation: fade_simple 2.6s; /* Safari and Chrome */
    -o-animation: fade_simple 2.6s; /* Opera */
	
}

#fade1 {
	margin-top:0px; 
	animation-delay: 1s;    
	animation: fadein 1s;
    -moz-animation: fadein 1s; /* Firefox */
    -webkit-animation: fadein 1s; /* Safari and Chrome */
    -o-animation: fadein 1s; /* Opera */
	
}

#fade2 {
	margin-top:0px; 
	animation-delay: 1,5s;    
	animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */	
}

#fade3 {
	margin-top:0px; 
	animation-delay: 3s;    
	animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */	
}

#fade4 {
	margin-top:0px; 
	animation-delay: 4s;    
	animation: fadein 3s;
    -moz-animation: fadein 3s; /* Firefox */
    -webkit-animation: fadein 3s; /* Safari and Chrome */
    -o-animation: fadein 3s; /* Opera */	
}


#fade5 {

    -webkit-animation-delay: 5s; /* Safari 4.0 - 8.0 */
    animation-delay: 5s;
	
	animation: tascherein 6s;
    -moz-animation: tascherein 6s; /* Firefox */
    -webkit-animation: tascherein 6s; /* Safari and Chrome */
    -o-animation: tascherein 6s; /* Opera */	
}


@keyframes tascherein {
    from {
        opacity:0;
		margin-top: 150px;
		margin-left:-500px;
		-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
-webkit-transform: rotate(30deg);

    }
    to {
        opacity:1;
		margin-top: 0px;
		-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);

    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
		margin-top: -160px;
		-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
-webkit-transform: rotate(30deg);

    }
    to {
        opacity:1;
		margin-top: 0px;
		-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);

    }
}


@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
		margin-top: -160px;
		-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
-webkit-transform: rotate(30deg);

    }
    to {
        opacity:1;
		margin-top: 0px;
		-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);

    }
}


@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
		margin-top: -160px;
		-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-o-transform: rotate(30deg);
-webkit-transform: rotate(30deg);

    }
    to {
        opacity:1;
		margin-top: 0px;
		-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
-webkit-transform: rotate(0deg);

    }
}






/* FADIN BULLETS FINAL */
@keyframes fadein {
    from {
        opacity:0;
		margin-top: 360px;
    }
    to {
        opacity:1;
		margin-top: 0px;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
		 margin-top: 360px;
    }
    to {
        opacity:1;
		margin-top: 0px;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
         opacity:0;
		 margin-top: 360px;
    }
    to {
        opacity:1;
		margin-top: 0px;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
		 margin-top: 360px;
    }
    to {
        opacity: 1;
		margin-top: 0px;
    }
}



/* FADIN BULLETS FINAL */
@keyframes fade_simple {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fade_simple { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
		margin-top: 0px;
    }
}
@-webkit-keyframes fade_simple { /* Safari and Chrome */
    from {
         opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fade_simple { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.social {font-size:20pt;}
.blue {color: #06acdc!important;}
.white{color: #fff!important;}

/* OFF ANI
 .off{ opacity:0; top:150px;}
.on{ opacity:1; top:0;}

.off2{  opacity:0; margin-left:250px; top:-150px;  }
.on2{ opacity:1;  top:0; -moz-transform: rotate(0deg); -ms-transform: rotate(0deg);  -o-transform: rotate(0deg); -webkit-transform: rotate(0deg); }

.off3{ opacity:0;  left:120px;}
.on3{ opacity:1;  left:0px;}

.off4{ opacity:0; top:50px; }
.on4{ opacity:1; top:0px;}

.off_schneidheld{ opacity:0;  margin-left:-220px;}
.on_schneidheld{ opacity:1;  margin-left:0px;}

.off_anlage{ opacity:0;  margin-right:-220px;}
.on_anlage{ opacity:1;  margin-right:0px;} 

*/

.adress p{line-height: 18pt; }
.adress span:after{ content:"·"; margin-right:10px; margin-left:10px;}
.no:after{content:"" !important; }

.bg_grey {    background-image: url(../images/bg_anlage.jpg); background-size: contain;}
.box_sales{top:170px; right:85px; z-index: 400;}
.box_support{top:170px; left:85px; z-index: 400;     max-width: 1200px;}


.headerArea .navbar-light .navbar-nav li a{    background-color: #fff; }


.headerArea{    position: fixed !important;
max-width: 1280px;
 width: 100%;
 top: 0;
z-index: 999;
   -webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
background-color: rgba(255,255,255,0.9); 
}



.mr10{ margin-right:10px;}
.bg_white{ background-color:#ffffff !important; }
.bg_black{ background-color:#000000 !important; color:#fff !important;}
.bg_blue{ background-color:#09bbee !important; color:#fff !important;}


.b1{ border: 0px dotted #ff0000;}

#taschen{
width: 1050px;  height: 430px;
position: absolute;
margin-left:460px; margin-top: -83px;
transition: all ease 2.5s;
}

#parallax3 {    border-top: 10px solid #00aeef;}
/*
-250
-305
-405
-193
-305
-135
-412
-315
-102
*/

	
.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
		transition:all 0.3s ease; 
}

.shrink
{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
		transition:all 0.3s ease; 
		cursor:pointer;
}

.shrink:hover
{
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
		transition:all 0.3s ease; 
		cursor:pointer;
}


#tasche1{
width: auto; height: auto; position: absolute;
margin-right: 0px; margin-top: 177px; 
}

#tasche2{
width: auto; height: auto; position: absolute;
margin-left: 104px; margin-top: 122px;
}

#tasche3{
width: auto; height: auto; position: absolute;
margin-left: 231px; margin-top: 22px;
}

#kompressor{
width: auto; height: auto; position: absolute;
margin-left: 11px; margin-top: 4px;
}

#plattform{
width: auto; height: auto; position: absolute;
margin-left: 394px; margin-top: -58px;
}

#tasche6{
width: auto; height: auto; position: absolute;
margin-left: 464px; margin-top: 292px;
}

#tasche7{
width: auto; height: auto; position: absolute;
margin-left: 544px; margin-top: 15px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(9,187,238, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgb(9,187,238);
} 

.brand {font-size: 16pt;
font-weight: 600;}
.fa, .fab, .fad, .fal, .far, .fas { line-height: 20pt!important;}
#tasche8{
width: auto; height: auto; position: absolute;
margin-left: 634px; margin-top: 112px;
}

#tasche9{
width: auto; height: auto; position: absolute;
margin-left: 667px; margin-top: 315px;
}



/* ANIMATION */

	.parallaxParent {
		height: 100vh;
		overflow: hidden;
	}
	.parallaxParent > * {
		height: 200%;
		position: relative;
		top: -50%;
	}
	
.upme{ margin-top: -75px;}	
	
/*teaser_right css*/
.teaser_right {	padding:0px;     color: #fff;}
.teaser_right h2 {	color:#000;text-align:right; font-size:35pt;     }
.teaser_right h3 {text-align:right; text-transform:uppercase;}


/*teaser_right css*/
.teaser_left {	padding:0px;    color: #fff;}
.teaser_left h1 {	color:#000;text-align:left;}
.teaser_left h2 {text-align:left;     padding-left: 3px;}
	
ul.no_bullet {
list-style-type: none;
padding: 0;
margin: 0;
}

#vliste li:before{
}

#vliste li {margin-top:5px; margin-left: 0px; margin-bottom:6px; }
#vliste li p{  margin-bottom:0px;}

 

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;

}


.frontside{
float:left;
}

.card{background-color:transparent;}
.cb{ background-color:#000; border:0px;}
.frontside .card
 {
    min-height: 120px;
	border:0px;
	
}

.backside .card a {
    font-size: 18px;
    color: #5ac6ad !important;
}

.frontside .card .card-title
{
font-size:14pt;
margin-bottom:0px;
}
.card-text {font-size:16pt; }




/* Fonts css **/
/* @font-face {
    font-family: 'GothicA1-Bold';
    src: url('../fonts/GothicA1-Bold.ttf');
	font-display:swap;

}

@font-face {
    font-family: Proxima-Nova-Condensed, sans-serif;
    src: url('../fonts/GothicA1-Regular.ttf');
	font-display:swap;
}
 */

/*General CSS*/
body {
   font-family: proxima-nova-condensed, sans-serif;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
	font-family: proxima-nova-condensed, sans-serif;
	font-weight: 600;
	font-display:swap;
}

h1{font-size: 28pt; color:#09bbee; }
h2{
font-family: proxima-nova-condensed, sans-serif;
    font-size: 22px;
    color: #616364;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-weight: 600;
}

h3{  font-size:18pt;}

input:focus,button:focus{
	outline: none;
}
p{	
    font-family: proxima-nova-condensed, sans-serif;
	font-size: 20px;
	    line-height: 20pt;
	
}
section{
	padding: 10px 0;
}
a{
	transition: 0.3s;
}
a:hover,a:focus{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}

ul{
	margin: 0;
	padding: 0;
}
b,strong{
    font-weight: 800;
     font-family: Proxima-Nova-Condensed, sans-serif;
}


/* main wrapper css */
.wrapper{
    max-width: 1280px;
    margin:0 auto;
    overflow: hidden;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.22);
}

/*Header CSS*/
.headerArea{
	position: relative;
	z-index:999;
	margin-right:0px;
}
.headerArea .logo {
    position: absolute;
    left: 0px;
    z-index: 9;
    width: 100%;
    padding: 17px 16px 30px 19px;
    max-width: 237px;
}


.headerArea .navbar {
    padding: 0px;
	background-color:#fff;

	margin-left:auto;
}

.headerArea .navbar-light .navbar-nav li a {
    color: #09bbee;
	font-size:15pt;
	font-weight:600;
    font-family: proxima-nova-condensed, sans-serif;
    letter-spacing: 1.5px;
    line-height: 35px;
}


.headerArea .navbar button{
	border:none;
}

/* Banner CSS */
.banner {
	padding: 0;
    position: relative;

	 margin-top: 32px;
	
}


/* Welcome css */

.welcome h2 {
   color: #616364;
    margin-bottom: 1em;
}

.welcome p {
   
    font-family: Proxima-Nova-Condensed, sans-serif;
}





/* newsArea css*/
.newsArea{
	padding: 42px 0;
}
.newsitem{
	margin: 30px 0;
}
.newsitem .news-info{
	text-align: center;
}
.newsitem .news-img{
	margin-bottom: 10px;
}
.newsitem .news-info h3{
	font-size: 20px;
	color: #61BE38;
	text-transform: uppercase;
	line-height: 32px;
	letter-spacing: 1px;
	text-align: left;
}
.newsitem .news-info h4{
	font-size: 16px;
	font-family: 'myriad_bold';
	margin-bottom: 15px;
	line-height: 22px;
	text-align: left;
}
.newsitem .news-info p{
	text-align: left;
	margin-bottom: 2em;
}







/* footerArea css*/
.footerArea{
background: rgb(230,230,230); /* Old browsers */
background: -moz-linear-gradient(top, rgba(230,230,230,1) 10%, rgba(255,255,255,1) 28%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(230,230,230,1) 10%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(230,230,230,1) 10%,rgba(255,255,255,1) 28%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
color:#7b7e7b;
}

.footer-top{
	padding: 44px 0 0 0;
	
}

.footer-bottom{
	padding: 10px 0;
	position: relative;
}

.footer-widget h3{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 30px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 14px;
}
.footer-widget ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:10px;
}
.footer-widget ul li:first-child:after{ content:"|";  margin-left:5px;}
.footer-widget ul li{
	display: block;
	margin-right:5px;
	padding-bottom: 10px;
	 float: left;
}
.footer-widget ul li a{
	font-size: 14px;
	color: #7b7e7b;
	line-height: 22px;

}
.footer-widget ul li a:hover{
	color:#000;
}

.footer-widget ul li.active a{
    font-family: 'GothicA1-Bold';	
}

@media only screen and (min-width:1200px) and (max-width: 1386px){	
	#taschen{
	width: 800px;height: 430px;
	position: absolute;
	margin-left:360px; margin-top: -83px;
	}
}

	

/*========= Device css ===========*/
@media only screen and (min-width:1101px) and (max-width: 1199px){	


.welcome h2 {    font-size: 22px; }

	
}


@media only screen and (min-width:680px) and (max-width: 1199px){	
.navbar-nav {    flex-direction:row !important; margin-left: auto!important;  }

.navbar-collapse {
    -ms-flex-preferred-size: unset !important;
    -ms-flex-positive:unset !important;
    -ms-flex-align:unset !important;

}

   .headerArea .navbar-light .navbar-nav li a{
       font-size: 18px;
		padding-right:6px;
		padding-left:6px;
    
       
      
    }

.navbar-toggler {display:none;}
.collapse:not(.show){ display:flex!important;}
}


@media only screen and (min-width:991px){
	

	

	
	
	
}
@media only screen and (max-width: 767px){
	
	
	




	h1{ font-size:35pt;}
	h2{ font-size:15pt;}
	
	.mr10{ margin-right:0px;}
	.mr-5{ margin-right:0px;}
	
	
    .headerArea .navbar{
        justify-content: flex-end;
        margin: 0;
    }
	.headerArea{ background-color: rgba(255,255,255,0) !important; border-bottom:0px !important;
	
	-webkit-box-shadow:unset;
    -moz-box-shadow:uset;
    box-shadow:unset;

	}
    .headerArea .navbar button {
        padding: 6px 15px;
        z-index: 999;
    }
    .headerArea .navbar-collapse{
		z-index:9999;
        padding: 15px 15px 15px;
        text-align: center;
        background: rgb(255,255,255,0.8);
        
    }
    .headerArea .navbar-light .navbar-nav li a{
       font-size: 18px;
		padding-right:6px;
		padding-left:6px;
        text-transform: uppercase;
       
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
	

    .headerArea .navbar-light .navbar-nav li a.active{
        font-family: 'GothicA1-Bold';  
        color: #fff;    
    }
    .headerArea .navbar-light .navbar-nav li:last-child>a{
        border-bottom: none;
    }
    .headerArea .navbar-light .navbar-nav li:first-child>a{
        font-size: 18px;
    }
    .headerArea .navbar-light .navbar-nav li:first-child>a>img{
        display: none;
    }
    .headerArea .navbar-nav li .dropdown-menu{
        width: auto;
        padding: 0;
    }
    
}


@media only screen and (min-width:575px) and (max-width: 766px){
	.banner { margin-top:0px;}
#btop{height: 190px; max-width:none !important;}
.a1:after{content:"" !important; display:block;}

    .level-item{
        float: none;
        margin:0 auto;
        width: 345px;
    }
    .level-item:before{
        max-height: 707px;
    }
    .level-item:after{
        top: 456px;
    }
    img.flower-logo{
        top: 432px;
    }
	

}



@media only screen and (min-width:600px) and (max-width: 1124px){	
.welcome h2 {
    font-size: 14pt !important;
    }
	
	.welcome h1 {
    font-size: 37pt!important;
    }
}
	
	
	
@media only screen and (min-width:320px) and (max-width: 575px){
	
	
.banner { margin-top:0px;}
	#btop{height: 190px; max-width:none !important;}
.welcome  h1 {
    font-size: 32px;
}

.welcome h2 {
	 font-size: 12px;
    margin-bottom: 16px;
   
}
.pl-2{padding-left:5px !important; letter-spacing:0;}

p {
    font-family: Proxima-Nova-Condensed, sans-serif;
       font-size: 17.5px;
}

.pl-5, .px-5 {
    padding-left: 0rem!important;
}
#subline_intro{padding-bottom:10px !important;}

.mx-mobil{    margin-left: auto!important; margin-right:auto !important;}
.footer-widget ul li{font-size: 12px;}
.footer-widget ul li a {
    font-size: 12px;
    color: #7b7e7b;
    line-height: 22px;
}

#vliste li { margin-left: 9px;}
#vliste li:before { margin-right:15px;}

.box_sales{right:25px;}
.box_sales h1{font-size:25pt;}
.box_sales h2{font-size:13pt;}



.box_support{left:25px; }
.box_support h1{font-size:25pt;     margin-left: 20px;}
.box_support h2{font-size:13pt; line-height: 15pt;     margin-left: 20px;}

#synergy{
background-image: url(../images/synergy_mobil.jpg) !important;	
}

#support{
background-image: url(../images/bg_clear_mobil.jpg) !important;	
}

#material{
background-image: url(../images/stickstoff-n2_mobil.jpg) !important;	
}

#material_award{
background-image: url(../imglib/mixgas-award_mobil.jpg) !important;	
}

#material_dashboard{
background-image: url(../imglib/dashboard_mobil.jpg) !important;	
}

.frontside {    float: none;}
.frontside .card{ margin-bottom:30px;}

.adress span:after{ display:block; content:" "; margin:0px;}
.no:after{  content:"" !important; }
.adress p{line-height: 16pt; }

}

@media only screen 
and (min-device-width : 834px) 
and (max-device-width : 1112px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
	
.box_sales { top: 170px; right: 365px; z-index: 400;}

#kompressor { margin-left: 71px;   margin-top: -136px; }
#plattform { margin-left: 360px;}
.img_kompressor{ width:280px; height:auto;}
.img_anlage{ width:450px; height:auto;}

.navbar-nav .nav-link { padding-right: 5px; padding-left: 5px;}   

}	
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.header_smart { background-size: cover; max-height:350px !important; }
.navbar-nav .dropdown-menu {position: absolute;}
.abstand { margin-top:0px!important}
.box_sales { top: 170px; right: 365px; z-index: 400;}

#kompressor { margin-left: 71px;   margin-top: -136px; }
#plattform { margin-left: 334px;}
.img_kompressor{ width:280px; height:auto;}
.img_anlage{ width:450px; height:auto;}

.navbar-nav .nav-link { padding-right: 5px; padding-left: 5px;} 


}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
.navbar-nav .dropdown-menu {position: absolute;}
.box_sales { top: 170px; right: 365px; z-index: 400;}

#kompressor { margin-left: 71px;   margin-top: -136px; }
#plattform { margin-left: 334px;}
.img_kompressor{ width:280px; height:auto;}
.img_anlage{ width:450px; height:auto;}

.navbar-nav .nav-link { padding-right: 5px; padding-left: 5px;}    
	
}
	

.held_home{ position:absolute; left:200px; top:-60px; z-index:888; }
.held_erde{ height:210px!important; width:auto!important; }   

@media only screen and (min-width:320px) and (max-width: 1202px){
	
.held_home{ width:100%; right:50px; top:-60px; z-index:888; }
.held_erde{ height:210px!important; width:auto!important; }   
		
	    #taschen{
		width: 90%;height: 430px;
		position: absolute;
		margin-left:0px; margin-top: -83px;
		_overflow:hidden;
		}
		
		#tasche2{    margin-top: 62px;}
	   

}	
.bg_cover { min-height:260px;}
.video_div{ max-height: 550px; }
.team_logos { position: absolute;    right: 150px;    margin-top: 0px;    margin-left: auto;    width: 250px; }
.img-erde { width:100%;}

@media only screen and (min-width:320px) and (max-width: 920px){
.held_home{  display:none; width:100%; right:50px; top:-60px; z-index:888; }
.held_erde{ display:none; height:210px!important; width:auto!important; }   
.box_ticker { margin:0px; padding:0px; min-width:200px; padding-bottom:20px;  }
.img-erde { width:100%; margin-bottom:10px;}

.container_service {  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 columns */
  grid-gap: 10px;
}

.box_blue {  font-weight:800; font-size:10pt; padding:5px; }


}

@media only screen and (min-width:320px) and (max-width: 420px){

	  
	#btop{height: 190px; max-width:none !important;}
	.box_support { top: 210px;     left: 0px;}
	.img_kompressor{ width:180px; height:auto;}
	.img_anlage{ width:180px; height:auto;}
	#plattform {   margin-left: 190px;   margin-top: 40px; }
	.teaser_left {margin-bottom:10px !important;}	
	.video_div{ max-height: initial; }
	
	.synergy_hdl {    top: -50px; position: relative;}
	
	.bg_cover {background-size: cover !important; min-height:220px;}
	 h2 { font-size: 22pt; }
	 
	.team_logos {  position: absolute;    right: 10px;    margin-top: 5px;    margin-left: auto;    width: 150px; }
	 .team_logos img { max-width:150px; }
		
}


/* FOOTER NEW */

/*
  =========================================================================================
                                    Social Icons
  =========================================================================================
  */
  
	
.round-btn {display: inline;height: 40px; width: 40px; background:#fff;border-radius: 50%;float: left;margin: 15px 8px;box-shadow: 2px 2px 5px 0px rgb(82, 0, 67);border: 1px solid;/*border: 1px solid #622657;*/}
.round-btn a {display: block !important;padding: 7px 12px;font-size: 18px;border-radius: 50%;}
.round-btn .icon {padding: 3px;}
.round-btn .icon img{height: 24px; width: 32px;margin-top: 6px;}
.btn-facebook a {color: #3b5998;padding: 8px 13px;}
.btn-linkedin a {color: #007bb6;}
.btn-twitter a{color: #1c9deb;}
.btn-instagram a{color: #dd3f5c;}
.btn-whatsapp a{color: #155E54;}
.btn-envelop a{color: #D6403A;font-size: 15px; padding: 9px 12px;}
.standard_header .standard_social_links {margin-left: 1rem;}

  /*
  =========================================================================================
                                    footer
  =========================================================================================
  */
  
  .footer-wrap {
    padding-top: 43px;
    background-size: cover;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-wrap p {
    font-size: 13px;
    line-height: 24px;
    color: #b3b3b3;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 16px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}


.footer-links li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    color: #ccc;
}

.footer-category li a {
    font-size: 16px;
    line-height: 30px;
    color: #ccc;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    color: #b3b3b3;
}

.address {
    
    color: #b3b3b3;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    line-height: 30px;
}

.address:before {
    content: "\f277";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {
 
    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #b3b3b3;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-fax:before {
    content: "\f1ac";
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #4daeee;
}


.copyright {
    border-top: 1px solid #111;
    font-size: 14px;
    color: #ccc;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
    background: #222;
}
footer .second_class{
    border-bottom: 1px solid #444;
    padding-bottom: 25px;
}
footer .first_class {
    padding-bottom: 21px;
    border-bottom: 1px solid #444;
}
footer .first_class p, footer .first_class h3{
    margin: 0 0;
    
}
footer{
background: rgb(80,76,76);
background: linear-gradient(180deg, rgba(80,76,76,1) 0%, rgba(75,75,75,1) 12%, rgba(0,0,0,1) 100%);
}

footer .newsletter input[type="text"] {
    width: 100%;
    background: #fff;
    color: #333;
    border: 1px solid #222;
    padding: 14px 20px;
    border-radius: 50px;
    margin-top: 12px;
}

.newsletter .newsletter_submit_btn {
    background: #fff;
    position: absolute;
    right: 30px;
    border: 0;
    top: 26px;
    font-size: 20px;
    color: #333;
}


footer .second_class_bdr{
    padding-top: 25px;
    border-top:1px solid #222;
}

footer .btn-facebook a {
    padding: 6px 14px !important;
}

footer .btn-envelop a {
    color: #D6403A;
    font-size: 15px;
    padding: 12px 12px;
}

footer .round-btn a {
    padding: 6px 12px;
}

footer .round-btn {
    box-shadow: 2px 2px 5px 0px #222 !important;}

footer .round-btn {
    margin: 15px 4px;}
	
footer dl, ol, ul {
    padding-left: 5px;
}
	footer li{
		list-style: none;
	}

@media(max-width:768px){
    .footer-wrap h3 {
    margin-top: 27px;}
    
    footer .round-btn {
    margin: 15px 4px;}
	.abstand {   margin: 5px;}
	
	.container_service {  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 columns */
  grid-gap: 10px;
}
}

@media(max-width:420px){
	
	.sl_spacer{margin-top:10px;}
	.wrapper{     margin-top: 70px!important; }


.abstand-menu {    margin-top: 0px!important; }

.footer-links li a, .footer-wrap p { font-size: 24px; line-height:39px;}
.footer-category li a{ font-size: 24px; line-height:39px;}

footer li { margin-bottom: 10px; }

footer .second_class {
 
    margin-left: -20px;
    margin-right: -20px;
}


.carousel-control-next, .carousel-control-prev {  width: 24% !important; }
body{font-size:15pt;}
	
.green-t {width: 320px;}
	
.held_home{ position:absolute; left:200px; top:-60px; z-index:888; }

	
.accordion-block .card .card-header a {    
    font-size: 13px;
    font-weight: 600;
    text-align:center;
    line-height: 18px;
}


.accordion-block .card .card-header a img {
    float: none;
    margin: 16px auto 0;
    display: block;
}

#material{
background-image: url(/imglib/tpl/stickstoff-n2_mobil.webp); background-repeat:no-repeat; 	
}
	
.header_smart{
background-image: url(/imglib/header/be-smart-cut-green-lasercutting-with-airco_mobil.webp); background-repeat:no-repeat; 
max-height:234px !important; overlay:hidden;
background-size: contain;
}
.pic_infinit{ background-image: url(../header/infinit_line_mobil.jpg);}

h3 {font-size: 15pt;}
.welcome h2 {    font-size: 14pt; }	
.welcome h1 {    font-size: 22pt; }	
.gallery h2 {font-size: 18pt;}
.copyright {    font-size: 13px;}
.abstand {   margin: 0px;}
.box_sales h2 { font-size: 31pt;}
.navbar-brand img {height:60px;}


.navbar-light .navbar-nav .nav-link {    font-size: 14pt;    line-height: 19px;
}
.navbar-collapse {      max-height: 580px; overflow: scroll; }
.dropdown-menu{ border:0px; overflow: scroll; height:100%;}
#vliste li { margin-bottom: 0px; }

.navbar-toggler{border:0px!important;}