* {
margin:0;
padding:0;
}

html{
font-size:100%;
}

:root {
  --black: #333333;
  --red: #C41111;
  --grey: #D8D8D8;
  --darkred: #990808;
}

body {
font-size: 17px;
color: #333;
font-family: 'poppinsregular', Arial;
}
 
.clear { clear: both; }

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
  color: var(--red);
}

a {
display: inline-block;
overflow: hidden;
vertical-align: middle;
font-family: 'poppinsbold';
}



p { line-height: 32px; }

section {
padding: 80px 0px;
position: relative;
box-sizing: border-box;
}

.wrapper {
margin: 0 auto;
position: relative;
width: 80%;
}

.sub .wrapper {
margin-top: 200px;
}

.wrapper.content { width: 1000px; }

h1 {
font-family: 'poppinsblack', Arial;
font-size: 3rem;
font-weight: bold;
margin-bottom: 20px;
text-transform: uppercase;
}

h2 {
font-family: 'poppinsblack';
text-transform: uppercase;
margin-bottom: 30px;
}

h3.frame {
display: inline-block;
font-family: 'poppinsbold';
color: var(--red);
border: 4px solid var(--red);
padding: 12px 20px 10px 20px;
margin-bottom: 25px;
font-size: 1.1rem;
}
.topbar {
width: 100%;
height: 35px;
box-sizing: border-box;
border-bottom: 1px solid var(--red);
text-align: right;
font-size: 0.9rem;
padding-right: 20px;
background-color: rgba(0,0,0,1);
}

.topbar a {
font-family: 'poppinsregular';
color: #fff;
padding-top: 7px;
display: inline-block;
overflow: initial;
}

.topbar a:before {
left: auto;
bottom: auto;
width: auto;
height: auto;
background: none;
transform: none;
}

.opening, .tel, .mail, .search, .position {
position: relative;
color: var(--red);
margin-left: 45px;
}

.adresse, .mailtel {
width: 300px;
vertical-align: top;
margin-top: 60px;
}

.tel { margin-bottom: 20px;}

.tel:before {
margin-left: -30px;
content: '\f879';
font-family: 'FAsolid';
margin-right: 7px;
position: absolute;
}

.phone:before {
margin-left: -23px;
content: '\f879';
font-family: 'FAsolid';
margin-right: 7px;
position: absolute;
}

.position:before {
margin-left: -20px;
content: '\f3c5';
font-family: 'FAsolid';
margin-right: 7px;
position: absolute;
}

.mail:before {
margin-left: -23px;
content: '\f0e0';
font-family: 'FAsolid';
margin-right: 7px;
position: absolute;
}

.kontakt .mail:before { margin-left: -30px; }

.newsimg { display: block; text-align: center; }
.newsimg img {
width: 100%;
max-height: 500px;
object-fit: cover;
}

.newsimg:before { background: none; }

nav {
position: fixed;
height: 151px;
z-index: 9;
width: 100%;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
/*background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,0) 26%, rgba(0,0,0,1) 87%);*/
background: url(images/bg_nav.png) bottom center repeat-x;
}

nav ul {
float: right;
margin-right: 50px;
}

nav li {
list-style: none;
float: left;
margin-left: 10px;
}

nav a {
color: #fff;
display: inline-block;
padding: 35px 15px;
box-sizing: border-box;
font-family: 'poppinsregular';
}

nav.scroll {
position: fixed;
top: 0px;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

nav.scroll a { padding: 20px 15px; }
nav.scroll .btn {  margin-top: 12px; }

nav ul li a:hover {
background-color: rgba(255,255,255,0.2);
}

nav.scroll .logo {
padding: 10px 0px 0px 0px;
display: block;
background: url(images/icon_bartisch_farbig.png) top center no-repeat;
width: 95px;
height: 92px;
margin-top: 15px;
background-size: contain;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

nav.scroll .logo img {
display: none;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

nav ul li:before  { content: '';}

.logo {
display: inline-block;
float: left;
margin-left: 50px;
position: relative;
z-index: 999;
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

a.logo:before { background: none;}

.logo img { width: 300px;}

#willkommen {
height: calc(100vh - 200px);
width: 100%;
display: table;
vertical-align: middle;
position: absolute;
z-index: 1;
color: #fff;
text-shadow: 3px 3px 7px rgba(0,0,0,0.84);
padding-top: 60px;
}



#container {
text-align: center;
position:relative;
vertical-align:middle;
display:table-cell;
height: 468px;
}

#inner {
height: 468px;
text-align: center;
margin-left:auto;
margin-right:auto;
}

.list {
list-style: none;
padding-left: 30px;
list-style-position: inside;
}

.list li { padding-bottom: 15px; }

ul li::before {
content: "\203A";
color: #fff;
font-weight: bold;
display: inline-block;
width: 1em;
margin-left: -1em;
position: absolute;
}

#landing {
height: calc(100vh - 35px);
}

#landing h2 {
font-family: 'poppinslight_italic';
font-size: 2.5rem;
margin-bottom: 10px;
}

#aboutus {
width: 100%;
background: url(images/bg_aboutus.jpg) top center no-repeat;
background-size: cover;
box-sizing: border-box;
}

#aboutus .leftCol {
position: relative;
}

.foto1 {
transform: translatey(0px);
-webkit-animation: floaty2 4s ease-in-out infinite;
        animation: floaty2 4s ease-in-out infinite;
}

.foto2 {
  width: 70%;
 box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
 -webkit-box-shadow: 0px 0px 29px 0px rgba(158,158,158,1);
 -moz-box-shadow: 0px 0px 29px 0px rgba(158,158,158,1);
 box-shadow: 0px 0px 29px 0px rgba(158,158,158,1);
 transform: translatey(0px);
 -webkit-animation: floaty 6s ease-in-out infinite;
         animation: floaty 6s ease-in-out infinite;
}

@-webkit-keyframes floaty {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

@keyframes floaty {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

@-webkit-keyframes floaty2 {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatex(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatex(-10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatex(0px);
  }
}

@keyframes floaty2 {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatex(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatex(-10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatex(0px);
  }
}

.liste_check {
position: relative;
margin-bottom: 15px;
width: calc(100% - 67px);
margin-left: 67px;
text-align: left;
padding: 20px;
box-sizing: border-box;
background: rgb(244,244,244);
background: linear-gradient(270deg, rgba(244,244,244,1) 26%, rgba(255,255,255,1) 87%);
-webkit-box-shadow: 0px 6px 30px 0px rgb(207 207 207);
-moz-box-shadow: 0px 6px 30px 0px rgba(207,207,207,1);
box-shadow: 0px 6px 30px 0px rgb(207 207 207);
}


.liste_check:before {
position: absolute;
top: 7px;
left: -66px;
font-family: FAsolid;
width: 45px;
height: 45px;
background-color: var(--grey);
content: '\f00c';
color: var(--red);
border-radius: 50%;
display: inline-block;
margin-right: 15px;
padding: 13px;
box-sizing: border-box;
font-size: 1.4rem;
padding-top: 10px;
}

.news {
box-sizing: border-box;
background-color: #e5e5e5;
}

.news h3 { margin-bottom: 8px; }

.newsrow {
display: block;
color: #333;
border-bottom: 1px solid #AEAEAE;
padding: 10px 0px;
}

.newsrow:hover { color: var(--red); }
.newsrow:last-of-type { border-bottom: none; }

.pubdate {
color: #9D9D9D;
font-family: 'poppinsregular', Arial;
}

.more { font-family: 'poppinsregular', Arial; }

.btn {
  position: relative;
  display: inline-block;
background-color: var(--red);
border-radius: 30px;
padding: 16px 50px 12px 30px;
box-sizing: border-box;
color: #fff;
font-family: 'poppinsbold';
text-transform: uppercase;
margin-top: 30px;
}

.btn:after {
position: absolute;
top: 14px;
margin-left: 9px;
font-family: FAsolid;
content:'\f061';
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.btn:hover {
letter-spacing: normal;
background-color: var(--darkred);
}

.btn:hover:after {
margin-left: 17px;
-webkit-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.badge {
opacity: 0.1;
position: absolute;
z-index: -1;
}

.aktuelles .badge {
left: -25%;
bottom: -100px;
}

.jobs {
position: relative;
background-color: var(--red);
width: 100%;
padding: 50px 0px;
box-sizing: border-box;
color: #fff;
}

.jobs .wrapper { z-index: 2; }

.jobs a { color: #fff; font-family: 'poppinsregular';}

.jobs a:before { background: #fff; }

.jobs:before {
position: absolute;
content:'';
background-image: url(images/icon_bartsch-weiss.png);
opacity: 0.2;
left: -40px;
bottom: -50px;
}

.jobs .badge {
left: 0px;
bottom: 0;
z-index: 0;
width: 170px;
}

.leistungen {
  width: 100%;
background: url(images/bg_leistung.jpg) top center no-repeat;
background-size: cover;
box-sizing: border-box;
}

.leistungen .wrapper { z-index: 1; }


.leistungen .badge { right: 100px; top: 100px; z-index: 0;}

.leistungen img { width: 480px; }

.leistung { position: relative; }

.leistung h2 {
color: #fff;
position: absolute;
right: 35px;
bottom: 21px;
margin-bottom: 0px;
}

.leistung_aufzaehlung { text-align: center; }

.leistung_aufzaehlung h2 {
margin-right: 30px;
position: relative;
}

.leistung_aufzaehlung h2:before {
font-family: FAsolid;
color: var(--red);
content: '\f061';
vertical-align: top;
font-size: 1.1rem;
margin-top: 3px;
margin-right: 8px;
display: inline-block;
}

.kontakt { padding-bottom: 0px; }

.kontakt .rightCol .row { gap: 100px;}

.kontakt img {
object-fit: cover;
width: 100%;
}

.adresse:before {
content: '\f3c5';
font-family: FAsolid;
color: var(--red);
padding-bottom: 50px;
font-size: 1.5rem;
float: left;
margin-right: 10px;
padding-top: 5px;
}

footer { text-align: center; margin-top: 100px; }
footer a { font-size: 1rem;}

.home-slider {
width: 100%;
height: calc(100vh - 35px);
overflow: hidden;
margin: 0;
padding: 0;
position: absolute;
top: 0;
left: 0;
z-index: 0;
}

.rslides li { width: 100%; height: calc(100vh - 35px); }

.rslides img { object-fit: cover !important; width: 100%; height: 100%; }

/*.rslides:before {
content: "";
display: block;
width: 540px;
background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1356355/slider-overlay.png");
background-repeat: no-repeat;
background-position: top left;
background-size: 100%;
padding-bottom: 31.25%;
position: absolute;
top: 0;
left: 0;
z-index: 3;
}*/

/* Slider navigation */
.transparent-btns_tabs {
position: absolute;
z-index: 2;
bottom: 0;
width: 100%;
text-align: center;
}

.transparent-btns_tabs li {
display: inline;
float: none;
margin-right: 5px;
}

.transparent-btns_tabs li:before { content: '';}

.transparent-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 11px;
  height: 11px;
}

.transparent-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
}

  /* Maschinenslider*/
.rowslider {
  width: 100%;
  clear: both;
  overflow: auto;
  /*background-color: #D8D8D8;*/
  position: relative;
  padding: 0;
}

.rowslider h2 { margin-bottom: 0px; }

.row-features {
  position: relative;
}

.new-feature-slider {
  width: 100%;
  float: left;
  overflow: hidden;
}
.new-feature-slider .feature-slide {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
}
.new-feature-slider .feature-slide .feature-slide-image img {
  width: 100%;
  display: block;
}
.new-feature-slider .feature-slide.active {
  opacity: 1;
  z-index: 2;
}

.block-wrap {
  position: relative;
  width: 100%;
}
.block-wrap:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}

.w50 {
  width: 50%;
  float: left;
}

.h50:before {
  padding-top: 50%;
}

.block {
  width: 100%;
  height: 100%;
  position: absolute;

  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  box-sizing: border-box;
}


.content-centered {
box-sizing: border-box;
background-color: #e5e5e5;
min-height: 70%;
padding: 40px; margin-top: 80px;
}

.new-feature-controls {  bottom: 45px;  left: 52%;  }

.controls {
box-sizing: border-box;
position: absolute;
z-index: 2;
}

.controls .control {
box-sizing: border-box;
display: block;
background:  var(--red);
cursor: pointer;
transition: all 0.3s ease;
position: relative;
float: left;
margin-right: 1px;
}

.controls .control.button-next {  transform: rotate(180deg); }

.controls .control:before, .controls .control:after {
width: 20px;
height: 2px;
position: absolute;
top: 50%;
left: 50%;
display: block;
transform-origin: left center;
content: "";
background-color: #fff;
transition: all 0.3s ease;
}
.controls .control:before { transform: translate(-50%, -50%) rotate(45deg);}
.controls .control:after { transform: translate(-50%, -50%) rotate(-45deg); }
.controls .control:hover { background-color: var(--darkred); }
.controls .control:hover:before, .controls .control:hover:after { background-color: #fff; }


/* Maschinenslider ende*/

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

/* Modal */
.open_popup{
color: var(--red);
font-family: 'poppinsbold';
}

.open_popup:hover, .popup_close:hover { cursor: pointer; }

.popup_body{
  display:none;
  /*position:fixed;*/
  position: absolute;
  z-index: 10;
  top:37px;left:0;right:0;bottom:0;
  -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.popup_body_show{
  display:block;
  -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}
.popup_back{
  background: rgba(0,0,0,0.4);
  position: fixed;
  left:0;right:0;top:0;bottom:0;
}
.popup_contain{
  position:relative;
  background:#fff;
  min-width:300px;
  max-width:80%;
  margin:0px auto;
  min-height:150px;
  padding: 50px;
  box-sizing: border-box;
}
.popup_close{
  background: var(--red);
  padding: 10px 14px 9px;
  position: absolute;
  right: -18px;
  top: -20px;
  color: #fff;
  border-radius: 50%;
}
/* Modal ende */

.maschine {
width: 70%;
margin: 0 auto;
}

.maschine td { padding: 8px 0px; border-bottom: 1px solid #ccc; }
.maschine td:nth-of-type(odd) { font-weight: bold; }

.historietbl { position: relative; border: none; width: 100% !important; background-color: #F3F3F3; padding: 30px; box-sizing: border-box;}
.historietbl td { vertical-align: middle; border: none; padding: 12px; }
.historietbl h2 { margin-bottom: 0px; }

.historietbl:after {
position: absolute;
content: '';
width: 350px;
height: 350px;
background-image: url(images/icon_bartsch.png);
background-size: contain;
background-repeat: no-repeat;
right: -100px;
opacity: 0.2;
bottom: -150px;
}

.greybg {
background: rgb(195, 195, 195);
background: linear-gradient(180deg, rgb(195, 195, 195) 0%, rgba(255,255,255,1) 100%);
position: absolute;
top: 0px;
height: 65%;
width: 100%;
z-index: -1;
}

/* Image Hover Zoom */
.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}


/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0;
}
.image-source-link {
  color: #DDD;
}
/* Image Hover zoom ende*/

.caption {
font-style: italic;
margin-top: -7px;
padding: 15px 25px;
box-sizing: border-box;
color: #a9a8a8;
}

.crop {
width: 180px;
text-align: center;
overflow: hidden;
float: left;
margin-right: 30px;
}

.crop img {
position: relative;
left: 100%;
margin-left: -200%;
width: 100%;
}

.allnewsrow {
border-bottom: 1px solid #AEAEAE;
padding: 10px 0px;
}

.allnewsrow h2 {
margin-bottom: 0px;
line-height: 30px;
}

.articletitle { display: inline; }
