/* @import url(https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:400,300,700,500,900); */
/* @import url('https://fonts.googleapis.com/css?family=Lato'); */

/* @import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Permanent+Marker'); */

/*
blau = #078ed1
grau = #e1dfd3
grün = #00854c
dunkelgrün = #006B3D;
hellgrün = #007C47;
lila = #60439f;
*/

@media all {
    .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: 0  !important;
        margin-left: 0  !important;
        padding-top: 0px !important;
    }
}

#page-loading-notifaction{
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index:100000;
	background-blend-mode: darken;
	background: #ffffff url("../images/pageload-spinner.gif") no-repeat center center;
}

html, body {

  margin: 0px;
  padding: 0;

  /* background: #f2f2f2; */
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.07em;
}
  html ::selection, body ::selection {
    background: rgba(51, 119, 255, 0.2); }
  html .container#content, body .container#content {
    padding-top: 20px;
    margin-bottom: 10%; }
  html .transparent, body .transparent {
    opacity: .7;
    mix-blend-mode: hard-light; }

html {
  overflow-y: scroll; }


a {
  color: #999; }
  a:hover, a:focus, a:active {
    color: #777; }

.header-top{
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}

.content{
  padding-top: 140px !important;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .container-100{
    padding-left:0px;
    padding-right:0px;
    background-color: #fff;
  }
  .navbar-logo {
  	margin-top: 0px;
    width: 300px;
  }
  .header-text{
    font-size: 12px;
  }
}
@media only screen and (max-width: 992px) {
  .header-text{
    font-size: 16px;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container-100{
    padding-left:100px;
    padding-right:100px;
    background-color: #fff;
  }
  .navbar-logo {
  	margin-top: 0px;
    width: 400px;
  }
  .header-text{
    font-size: 22px;
  }
}

.container-0{
  padding-left:0px;
  padding-right:0px;
  background-color: rgba(255, 255, 255, 0);
}

.container-hero{
  margin-top: 0px;
  /* padding-top: 140px !important; */
  padding-left:0px;
  padding-right:0px;
}

@media only screen and (min-width: 992px) {
  .container-not-full{
    width: 100% !important;
    padding-left: 150px;
    padding-right: 150px;
  }
}
.section-00{
  margin-top: 150px;
}
.section-01{
  position: relative;
	top: 150px;
}
/* ************************************************************************ */

.navbar-default{
	background-color: #fff !important;
	border-bottom: 4px solid #60439f;
  padding-left: 100px;
}

.navbar-nav li a:hover, .navbar-nav > .active > a {
  /* color: #fff !important; */

  /* background-color:#60439f !important; */
  background-image: none !important;
  color: #60439f !important;
}

.navbar {
	margin-bottom: 20px;
}



.navbar-near-logo {
	margin-left: 30px;
	margin-top: 30px;
}

.navbar-logo-text {
	font-family: sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-transform: none;
}

.navbar-element-text {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
}

.side-header{
  height: 60px;
  font-size: 10px;
  color: #fff;
  font-weight: 100 !important ;
  /* width: 100%; */
  padding-top: 0px;
}
.side-header-gradient{
  background: linear-gradient(to right, #000 , #38216b);
}
.side-header-left{
  /* width: 100%; */
  background-color: #60439f;
}
.side-header-right{
  /* width: 100%; */
  background-color: #38216b;
}
.fa-150{
  font-size: 150%;
}
.ion-1em{
  font-size: 1em;
}
.ion-1-5em{
  font-size: 1.5em;
}
.ion-2em{
  font-size: 2em;
}
.ion-3em{
  font-size: 3em;
  color: #00321d;
}


/* ************************************************************************ */
.box-shadow{
  -webkit-box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 18px 0px rgba(0,0,0,0.75);
}
.bg-green-bright{
  /* background: url(../img/texture-fabric.png); */
  background-color: #007C47;
  color: #fff;
  height: 380px;
  border-left: 6px solid #fff;
  border-right: 3px solid #fff;
}
.bg-green-medium{
  /* background: url(../img/texture-fabric.png); */
  background-color: #006B3D;
  color: #fff;
  height: 380px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.bg-green-dark{
  /* background: url(../img/texture-fabric.png); */
  background-color: #005330;
  color: #fff;
  height: 380px;
  border-left: 3px solid #fff;
  border-right: 6px solid #fff;
}

.text-white{
  color: #fff !important;
}
.text-black{
  color: #000 !important;
}
.text-green{
  color: #60439f !important;
}

.div_center{
  display: flex;
  align-items:center;
  /*justify-content:center;*/

}

.machine-cardimg{
  width: 200px;
  height: 200px;
}

.cardrahmen{
  height: 250px;
  border: 1px;
  border-style: solid;
  padding:10px;
  border-color: #aaa;
  max-width: 200px;
}
.navbox{
  border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  -webkit-border-radius: 0px 0px 0px 0px;
  border: 1px solid #adadad;
  height: 250px;


  /*width: 200px;*/
}
.navshadow{

  font-size: 4em;
  margin-left: auto;
  color: #5c5c5c;
  transition-duration: 0.5s;
}
.navshadow:hover{

	color: #078ed1;
  transform: scale(1.2);
  text-shadow: 0px 0px 16px rgba(100, 100, 100, 1);
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-bottom-right:hover:before, .hvr-curl-bottom-right:focus:before, .hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-shadow-radial:before, .hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, transparent 80%);
}
.hvr-shadow-radial:hover:before, .hvr-shadow-radial:focus:before, .hvr-shadow-radial:active:before, .hvr-shadow-radial:hover:after, .hvr-shadow-radial:focus:after, .hvr-shadow-radial:active:after {
  opacity: 1;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



/*Preis-Schilder*/
.tag-container a {
    float: right;
    position: relative;
    width: auto;
    height: 30px;
    /*margin-left: 65px;*/

    padding: 0 12px;
		margin-top: -15px;
    line-height: 30px;
    background: #078ed1;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    text-decoration: none;
}

.tag-container a:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

/* Create small white hole (circle) */
.tag-container a:after {
    content: "";
    position: absolute;
    top: 13px;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #252F27;
    -webkit-box-shadow: -1px -1px 2px #252F27;
    box-shadow: -1px -1px 2px #252F27;
}

/* Rounded corners */
.price-tag a {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

/* Position of triangle  */
.price-tag a:before {
    left: -15px;
    border-color: transparent #078ed1 transparent transparent;
    border-width: 15px 15px 15px 0;
}

/* Fix the circle between box and triangle  */
.price-tag a:after {
    left: -2px;
}
.price-tag-rotate{
  position: absolute;
  left: 10px;
  top: 390px;

  transform: rotate(0deg);
}

  body p {
  font-size: 20px;
  font-weight: normal;
  color: #222;
  line-height: 26px;
}

.btn {
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  border: none;
  overflow: hidden; }
  .btn:active:focus, .btn:active, .btn:focus {
    outline: none; }

.btn-grey {
  background: #ccc;
  color: #333;
  text-shadow: 0 1px 0 #fff;
  border-color: #ddd;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-grey:hover, .btn-grey:focus, .btn-grey:active {
    background: #ddd; }

.btn-primary {
  background: #60439f;
  color: #fff !important;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #60439f;
    color: #fff !important; }

.btn-primary-mat{
  background: #fff;
  color: #60439f !important;
  border:  2px solid #60439f;
  }
  .btn-primary-mat:hover, .btn-primary-mat:focus, .btn-primary-mat:active {
    background: #60439f;
    color: #fff !important; }

.btn-default {
  background: #f2f6f9; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background: white; }

.btn-info {
  background: #60a6bf; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #84bace; }

.btn-warning {
  background: #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eb9316; }

.btn-danger {
  background: #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #c12e2a; }

.btn-transparent,
.btn-transparent:hover,
.btn-transparent:active,
.btn-transparent:focus {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all .5s; }

.btn-transparent:focus {
  color: #078ed1;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5); }

.btn-outline {
  background: none;
  border: solid 3px #ccc;
  color: #ccc;
  font-weight: 700; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    border: solid 3px #aaa;
    color: #aaa; }

.btn-outline-white {
  background: none;
  border: solid 3px #fff;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase; }
  .btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active {
    border: solid 3px #ccc;
    color: #ccc; }

input[type="email"],
input[type="text"],
input[type="number"],
select,
textarea {
  border-radius: 0 !important;
  outline: none !important;
  /* border-color: #ddd !important;  */

  }

.input-block {
  width: 100%; }

.label {
  margin-top: 5px;
  border-radius: 0;
  text-transform: uppercase;
  padding: 7px 10px; }

.label-block {
  width: 100%; }

.label-xs {
  padding: 2px 5px; }

.label-default {
  background: #f2f6f9;
  color: #333; }

.well-white{
  background: #fff !important;
}

.well {
  width: 100%;
  border-radius: 0;
  border: none;
  background: #eee;
  font-family: 'Lato', sans-serif;
 }
 .well-machine-list{
   border-bottom: 2px solid #60439f !important;
   background: #fff !important;
 }
  .well.no-padding {
    padding: 0;
    display: inline-flex; }

.panel-primary > .panel-heading {
  background: #078ed1; }

.panel-default > .panel-heading {
  background: #e6e6e6; }
.nav-pills li.active a{
  background-color: #078ed1;
}
.nav-pills li.active a:hover{
  background-color: #078ed1;
}
ul.nav-pills {
  margin-top: 20px;
  box-shadow: 8px 9px 3px -4px rgba(204, 204, 204, 0.14);
  border-radius: 0; }

  ul.nav-pills li a {
    border-radius: 0;
    padding: 15px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
  }
    ul.nav-pills li a:active {
      background-color: #078ed1;
     }
    ul.nav-pills li a .fa {
      font-size: 15px;
      margin-bottom: 0px; }

/* Wave Effect */
.btn-wave {
  position: absolute;
  overflow: hidden; }
  .btn-wave .btn {
    user-select: none; }

.ink {
  display: block;
  position: absolute;
  background: #A9E3ED;
  border-radius: 100%;
  transform: scale(0); }

.ink.animate {
  animation: ripple .5s linear; }

@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5); } }



img.img-responsive {
  object-fit: cover; }

.text-bigger {
  font-size: 115%; }

input#email-confirm,
label[for='email-confirm'] {
  display: none;
  visibility: hidden; }

.header {
  font-family: 'Lato', sans-serif;
  position: relative;
  width: 100%;
  background: #000;
  padding: 15px; }
  .header img.logo {
    height: 50px;
    object-fit: cover;

  }
  .header a, .header span.fa {
    color: #078ed1; /*rgba(40, 157, 247, 0.7);*/
    display: inline-block;
    vertical-align: middle;
    line-height: 2em;
  font-size:18px }

.nav-wrapper {
  min-height: 0px; }

.navigation {
  z-index: 1337;
  /*width: 70%;*/
  min-width: 250px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 25px; }
  .navigation ul {
    display: inline;
    padding: 0;
    margin: 0; }
    .navigation ul li {
      display: block;
      text-decoration: none; }
      .navigation ul li a,
      .navigation ul li a:active,
      .navigation ul li a:focus,
      .navigation ul li a:hover {
        padding: 5px;
        font-family: 'Lato', sans-serif;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        color: #777;
        transition: all .3s; }
    .navigation ul form {
      display: inline;
      /* float: right;
      height: 64px; */
     }
      .navigation ul form input {
        width: 200px;
        height: 100%;
        border: none;
        padding: 0 10px;
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 25px;
        color: #777;
        background: rgba(0, 0, 0, 0.05);
        border-bottom: solid transparent 2px;
        transition: all 0.3s; }
        .navigation ul form input:hover {
          border-color: #078ed1;
          background: rgba(0, 0, 0, 0.1); }
      .navigation ul form button {
        height: 100%;
        width: 50px;
        margin-top: -8px;
        margin-left: -5px; }

/*@media only screen and (max-width: 991px) {
  .navigation.affix {
    position: fixed;
    top: 0;
    width: 100%;
    bottom: 0;
     }
    }*/

@media only screen and (min-width: 992px) {
  .nav-wrapper {
    min-height: 60px; }
  .navigation {
    display: block;
    height: auto;
    width: 100%;
    padding: 0; }
    .navigation.affix {
      top: 0; }
    .navigation ul {
      display: inline; }
      .navigation ul li {
        display: inline;
        text-decoration: none; }
        .navigation ul li button {
          margin-top: 12px; }
        .navigation ul li a,
        .navigation ul li a:active,
        .navigation ul li a:focus,
        .navigation ul li a:hover {
          display: inline-block;
          color: #777;
          font-weight: bold;
          font-size: 14px;
          padding: 20px 5px;
          margin: 0 20px;
          text-transform: uppercase;
          text-decoration: none;
          border-bottom: solid 4px transparent; }
          .navigation ul li a.active, .navigation ul li a.active:hover,
          .navigation ul li a:active.active,
          .navigation ul li a:active.active:hover,
          .navigation ul li a:focus.active,
          .navigation ul li a:focus.active:hover,
          .navigation ul li a:hover.active,
          .navigation ul li a:hover.active:hover {
            border-bottom-color: #078ed1;
            color: #111111; }
          .navigation ul li a.disabled, .navigation ul li a.disabled:hover,
          .navigation ul li a:active.disabled,
          .navigation ul li a:active.disabled:hover,
          .navigation ul li a:focus.disabled,
          .navigation ul li a:focus.disabled:hover,
          .navigation ul li a:hover.disabled,
          .navigation ul li a:hover.disabled:hover {
            border-bottom-color: transparent;
            color: #dddddd;
            cursor: no-drop; }
        .navigation ul li a:hover {
          border-bottom: solid 4px #078ed1;
          color: #687986;
          }
        .navigation ul li .btn {
          height: 34px;
          text-transform: uppercase;
          font-size: 12px; } }

#hero {
  font-family: 'Lato', sans-serif;
  width: 100%;
  padding: 5% 0;
  /*
  background: url("../images/hero_blurred.jpg"), rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 -250px;
  background-size: cover;
  */
}
  #hero .text {
    padding: 0;
    margin-top: -10px;
    font-size: 120%;
    font-weight: 100;
    color: #ccc; }
    #hero .text h1 {
      text-transform: uppercase;
      font-weight: 900;
      color: #fff; }
      #hero .text h1 small {
        font-weight: 200;
        font-size: 100%;
        color: rgba(40, 157, 247, 0.7);
        mix-blend-mode: lighten; }
    #hero .text p {
      margin-bottom: 20px;
      mix-blend-mode: normal; }

#content .datasheet-small-images img {
  margin-bottom: 10px; }

#content ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px !important;
  line-height: 15px;
  margin-left: -20px}

  #content ul.list li {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    /* background: #e6e6e6;  */
  }
    #content ul.list li:first-child {
      margin-top: 0; }
    #content ul.list li a {
      color: #404040;
    }
    #content ul.list li span.value {
      position: absolute;
      left: 50%;
      font-weight: normal; }
    #content ul.list li span.pull-right {
      color: #a6a6a6; }
    #content ul.list li div.sub {
      width: 90%;
      float: right;
      padding: 0;
      padding-bottom: -10px;
      margin: 0;
      background: #e6e6e6; }
  #content ul.list.list-datasheet li {
    color: #000;
    /* background: #ededed; */
    font-weight: 300;
    padding: 7px;
    /* margin: 5px; */
    font-size: 20px;
  }
    #content ul.list.list-datasheet li a {
      color: #289df7;
      text-decoration: underline; }
  #content ul.list.list-striped li {
    background: #eeeeee;

    color: #000;
    margin: 0;
    font-size: 120%;
  }
    #content ul.list.list-striped li:nth-child(even) {
      background: #fff; }

  #content ul.list-unstriped{
    list-style: none;
    color: #000;
    margin: 0;
    font-size: 120%;
    line-height: 35px;
  }

#content hr {
  margin-top: 30px;
  border-top: solid 2px #60439f; }

#content .machines-heading {
  width: 100%;
  padding: 5%;
  background: #078ed1;
  margin-bottom: 20px;
  color: #fff;
  font-size: 175%;
  text-transform: uppercase; }
  #content .machines-heading ul {
    font-size: 50%;
    list-style: none;
    margin: 0 20px;
    padding: 0; }
    #content .machines-heading ul li span.value {
      color: #a9c6dc;
      float: right; }

#content .block {
  color: #404040;
  font-family: 'Lato', sans-serif;
  /* padding: 20px; */
  font-size: 120%; }
  #content .block .heading-row {
    padding: 0; }
    #content .block .heading-row h1, #content .block .heading-row h2, #content .block .heading-row h3, #content .block .heading-row h4, #content .block .heading-row h5, #content .block .heading-row h6 {
      padding: 10px;
      background: #f2f2f2;
      position: relative;
      z-index: 999;
      display: inline-block;
      font-size: 180%;
      color: #262626;
      letter-spacing: 1px;
      font-weight: 500;
      padding-right: 5px;
      text-transform: uppercase; }
    #content .block .heading-row:before {
      content: "";
      position: absolute;
      background: #bfbfbf;
      left: 20px;
      top: 60%;
      width: 97%;
      height: 2px; }
    #content .block .heading-row.no-line:before {
      background: transparent; }
      #content .block .heading-row.no-line:before h1, #content .block .heading-row.no-line:before h2, #content .block .heading-row.no-line:before h3, #content .block .heading-row.no-line:before h4, #content .block .heading-row.no-line:before h5, #content .block .heading-row.no-line:before h6 {
        background: none; }
  #content .block .heading-row.backgrounded h1, #content .block .heading-row.backgrounded h2, #content .block .heading-row.backgrounded h3, #content .block .heading-row.backgrounded h4, #content .block .heading-row.backgrounded h5, #content .block .heading-row.backgrounded h6 {
    background: none;
    mix-blend-mode: darken; }

#content .well {
  font-family: 'Lato', sans-serif;
  color: #333; }
  #content .well .card {
    border-right: solid 10px #f2f2f2;
    font-family: 'Lato', sans-serif;
    color: #333;
    padding: 1em 2em;
    display: block;
    width: 70%; }
    #content .well .card h1, #content .well .card h2, #content .well .card h3, #content .well .card h4, #content .well .card h5, #content .well .card h6 {
      font-size: 145%;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: -15px;
      margin-top: 10px; }
      #content .well .card h1 small, #content .well .card h2 small, #content .well .card h3 small, #content .well .card h4 small, #content .well .card h5 small, #content .well .card h6 small {
        font-size: 50%;
        font-weight: 300; }
    #content .well .card p {
      margin-top: -5px;
      color: #737373; }
  #content .well .image {
    overflow: hidden;
    display: block;
    width: 30%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    }


    #content .well .image.machine-textile:hover {
      cursor: pointer;
        /*background-size: 400%;*/
        -webkit-filter: grayscale(0);
        filter: grayscale(0);

         /*-webkit-transition: margin 1s ease;
            -moz-transition: margin 1s ease;
              -o-transition: margin 1s ease;
             -ms-transition: margin 1s ease;
                 transition: margin 1s ease;
                  margin-left: -200px;
                  width:100%;
                  float: left;*/

      }

#content .well.well-white {
  background: #fafafa; }
  #content .well.well-white hr {
    border-color: #EEEEEE; }

#content .well.machine-item,
#content .well.article-item {
  padding: 0;
  overflow: hidden; }
  #content .well.machine-item div[data-src],
  #content .well.article-item div[data-src] {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 175px;
    width: 100%; }
  #content .well.machine-item .block h1, #content .well.machine-item .block h2, #content .well.machine-item .block h3, #content .well.machine-item .block h4, #content .well.machine-item .block h5, #content .well.machine-item .block h6,
  #content .well.article-item .block h1,
  #content .well.article-item .block h2,
  #content .well.article-item .block h3,
  #content .well.article-item .block h4,
  #content .well.article-item .block h5,
  #content .well.article-item .block h6 {
    margin-top: 0; }
  #content .well.machine-item .block .detail-preview,
  #content .well.machine-item .block .key-data,
  #content .well.article-item .block .detail-preview,
  #content .well.article-item .block .key-data {
    color: #777; }
    #content .well.machine-item .block .detail-preview .fa,
    #content .well.machine-item .block .key-data .fa,
    #content .well.article-item .block .detail-preview .fa,
    #content .well.article-item .block .key-data .fa {
      color: #7793a9;
      width: 20px; }
  #content .well.machine-item .block ul.detail-preview,
  #content .well.article-item .block ul.detail-preview {
    border-left: solid 3px #ddd;
  margin-left: -5px;}

#content .well.article-item .block .text,
#content .well.article-item .block .text-collapse {
  font-family: 'Lato', sans-serif;
  font-size: 75%; }

#content .well.article-item .block .btn-readmore {
  bottom: 0;
  left: 50%; }

#content .well.machine-item {
  padding: 0;
  overflow: hidden; }
  #content .well.machine-item ul {
    padding: 0;
    list-style: none;
    padding-left: 5px;
    margin-left: 15px;
    overflow: hidden; }
  #content .well.machine-item .machine-img {
    background-size: cover;
    background-repeat: no-repeat;
    height: 224px;
    width: 100%; }

#content .tab-content {
  margin-top: 20px; }

#content .padding {
  margin-top: 5px; }
.pre-footer{
  /* background: linear-gradient(to right, #000 , #38216b); */
  background-color:#222;
  color: #fff;
  padding: 20px;
  border-top: 2px solid #60439f;
  border-bottom: 2px solid #60439f;
}
footer {
  color: #e1dfd3; }
  .footer-background{
  background-color:#111;
  /* min-height: 300px; */
  }
  .footer-color{
    color: #ddd !important;
  }
  .footer-color-nav{
    color: #bbb !important;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 100;
  }
  footer .devider {
    height: 50px;
    width: 100%; }
  footer hr {
    border-top: solid 2px #a6a6a6; }
  footer .prefooter {
    padding: 35px;
    background: #171f24; }
  footer .footer {
    font-family: 'Lato', sans-serif;
    padding: 20px;
    background: rgba(16, 22, 26, 0.88); }
    footer .footer h3 {
      font-size: 120%;
      font-weight: 700;

      text-transform: uppercase; }
    footer .footer ul {
      font-size: 105%;
      padding-left: 0;
      list-style: none;
      color: #a3afb8; }
      footer .footer ul li a {
        color: #078ed1;
        text-transform: uppercase;
        font-weight: 300; }
    footer .footer p {
      padding: 15px 0;
      margin: 0;
      border-top: solid 2px #6b7d8a; }
    footer .footer .footer-row {
      margin: 0 0 70px 0; }

.cat-select {
  width: 100%;
  height: 300px;
  background-color: #e6e6e6;
  margin: 20px 0;
  overflow: hidden; }
  .cat-select .card {
    position: absolute;
    height: 300px;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 20px;
    outline: solid 20px #f2f2f2;
    background-size: cover;
    transition: all .25s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer; }
    .cat-select .card:hover {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: grayscale(0%); }
    .cat-select .card.left {
      background-image: url(../images/home_machine_metall.jpg);
      left: 0;
      right: 50%; }
    .cat-select .card.right {
      background-image: url(../images/home_machine_textil.jpg);
      left: 50%;
      right: 0; }

.panel-heading {
  padding: 0; }
  .panel-heading .panel-title {
    padding: 0; }
    .panel-heading .panel-title a {
      color: #078ed1;
      display: block;
      padding: 10px; }
      .panel-heading .panel-title a:hover, .panel-heading .panel-title a:active, .panel-heading .panel-title a:focus {
        color: #078ed1;
        background: #ddd;
        text-decoration: none; }
    .panel-heading .panel-title a[data-toggle] {
      color: #fff; }
      .panel-heading .panel-title a[data-toggle] .fa {
        transition: all 0.3s; }
      .panel-heading .panel-title a[data-toggle]:hover {
        color: #fff;
        background: #3c6f97; }
      .panel-heading .panel-title a[data-toggle]:active {
        background: #356284; }
        .panel-heading .panel-title a[data-toggle]:active .fa-caret-down {
          transform: rotate(180deg);
          color: #078ed1; }
      .panel-heading .panel-title a[data-toggle]:focus {
        background: #078ed1; }

#accordion {
  margin-top: -10px; }
  #accordion h4.panel-title {
    font-size: 85%; }
  #accordion .fa {
    margin-right: 10px; }
  #accordion .panel {
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    margin-top: 10px; }
    #accordion .panel.active .panel-heading {
      background: #999; }
      #accordion .panel.active .panel-heading a, #accordion .panel.active .panel-heading a > span {
        color: #fff; }
    #accordion .panel .panel-heading {
      border-radius: 0; }
  #accordion .panel-collapse.sub {
    margin-left: 50px; }
  #accordion .panel-collapse .list-group {
    margin-bottom: 0;
    background: none; }
    #accordion .panel-collapse .list-group .list-group-item {
      background: none;
      border-width: 1px 0; }
      #accordion .panel-collapse .list-group .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0; }
  #accordion .panel-collapse .list-group-item {
    border-radius: 0; }


.article .btn {
  margin-top: 90px;}

.hero-slider{
  position: absolute;
  top: 10%;
  left: 5%;
  border-radius: 4px;
  border: none;
  color: #fff;
  /* background-color: rgba(0, 0, 0, 0.40); */
  padding: 15px;
  text-align: left;
}
.hero-slider-slogan-title{
  font-family: 'Lato', sans-serif;
  font-size: 3.5em;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 20px;
  border-radius: 10px;

}
.hero-slider-slogan-text{
  font-family: 'Lato', sans-serif;
  font-size: 2.5em;
  /* font-weight: bold; */
  color: #fff;
  background-color: rgba(0, 0, 0, 0.31);
  padding-left: 20px;
}
.font18black{
  font-size:18px;
  color:#111;
}
.breadcrumb-blue {
  background-color: #002853 !important;
  color: #fff;
}
.breadcrumb-green{
  background-color: #60439f !important;
  color: #fff;
}

.btn-breadcrumb-white{
  color: #fff !important;
  font-size: 18px;
}
.btn-breadcrumb-white-active{
  color: #fff !important;
  text-decoration: underline !important;
  font-size: 20px;
}
.datasheet-bigpic{
  width: 100% !important;
  max-height: 600px !important;
  object-fit: cover;
}
.datasheet-thumbnail{
  width: 120px;
  height: 120px;
  object-fit: cover;
}
.datasheet-thumbnail-active{
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-bottom: 2px solid #002853;
}
.datasheet-thumbnail:hover{
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-bottom: 2px solid #002853;
}

.img-styled-full{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid #ddd;

}
.video-gallery-border{
  padding:20px;
  box-shadow: 10px 10px 5px -8px rgba(0,0,0,0.58);
}
.pre-header{
  height: 50px;

}
.label-datenschutz{
  font-weight: 400 !important;
  border-radius: 10px 0px 10px 0px;
  font-size: 80%;
  cursor: pointer;
  padding: 10px;
}
.modal-body p {
  font-size: 14px;
}
.dropdown-menu > li > a:hover {
    background-color: #60439f !important;
    color: #fff !important;
    background-image: none;
}
.container-header-top{
  padding: 20px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.30);

}


.text-white{
	color: #fff !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	padding: 20px;
}

.leistungen{
	height: 200px;
}

.leistungen-titel{
	font-weight: 600;
}

.leistungen-text{
	color: #000;
	font-size: 150% !important;
	text-align: left;
	padding: 20px;
}

.p-text-justify{
	letter-spacing:1px;
	text-align: justify;
	line-height: 35px;
  font-weight: 300;

}
.headline-text{
	font-weight: 300;
}
.gradient-divider{
	height: 50px;
	background: linear-gradient(#00854c, #006B3D);
  margin-top: 30px;
  margin-bottom: 30px;
}

/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 500;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

.height-180 {
  height: 180px;
  /* max-height: 180px; */
  min-height: 200px;

}

.text-18 {
  font-size: 18px;
  color: #000;
}
.kategorie{
  color:#000;
  border: 1px solid #60439f;
  padding:5px;
}
.kategorie:hover{
  background-color: #60439f;
  color: #fff;
  padding:5px;

}
.datasheet-value {
  position: absolute;
  left: 50%;
  font-weight: normal; }
.list-news{
  font-size: 20px !important;
}


#schatten {
	position: relative;
	height: 34.4em;
	width: 50em;
	margin: 2em auto 0;
	left: -5px;
	z-index: 1;
}
#schatten img {
	position: relative;
	width: 100%;
	height: 100%;
	border: 5px solid #fff;
	box-shadow: 0 -3px  5px -2px rgba(0, 0, 0, .6),
	0  1px  4px      rgba(0, 0, 0, .3),
	0  0   20px      rgba(0, 0, 0, .1) inset;
}
#schatten:before,
#schatten:after {
	position: absolute;
	content: "";
	width: 50%;
	height: 30%;
	bottom: 2px;
	left: 10px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .7);
	transform: rotate(-3deg);
	z-index: -2;
}

#schatten:after {
	right: 0;
	left: auto;
	transform: rotate(3deg);
}

.datenschutz {
  text-align: justify !important;
  font-size: 16px !important;
}

.show-retargeting{
  display: block;
  text-decoration: line-through;
}
.jumb-padding{
  padding-left: 20px;
}


.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
border: 1px solid #60439f;
border-bottom: 1px solid #fff;
}
.navbar-black{
  background-color: #111;
  margin-top: 60px;
}

.icon-left-outside{
	color: #4a1ac1;
	position: absolute;
  left: -10px;
  top: -5px;
}
.ion-1em{
  font-size: 1em;
}
.ion-2em{
  font-size: 2em;
}
.ion-3em{
  font-size: 3em;
}
.panel-white{
	background-color: #fff !important;
	border: 0px solid #fff !important;
}
.panel-title-leistungen{
	color: #555;
	font-size:26px;
	padding-left: 4px !important;
  font-weight: normal;
}
.panel-leistungen-text{
	font-size: 14px;
	text-align: justify;
}
.readmore-btn{
	cursor: pointer;
}

.forminputtext{
	font-size: 18px;
	color: #6B48A4;
}
.searchwell{
	height: 200px;
	background-color: #efefef;
  border: 1px #ccc solid !important;
}
.fieldshadow{
	-webkit-box-shadow: 3px 5px 9px 3px rgba(161,161,161,0.67);
	-moz-box-shadow: 3px 5px 9px 3px rgba(161,161,161,0.67);
	box-shadow: 3px 5px 9px 3px rgba(161,161,161,0.67);
	height: 50px;


}
.buttonshadow{
	-webkit-box-shadow: 3px 5px 9px 3px rgba(161,161,161,0.67);
	-moz-box-shadow: 3px 5px 9px 3px rgba(161,161,161,0.67);

	box-shadow: 3px 5px 9px 3px rgba(161,161,161,0.67);
	font-size:14px;

}
/*AutoComplete Style*/
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	padding: 4px;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	font-family: Arial;
	font-size:120%;
	line-height: 25px;
	font-weight: lighter;
	background-color: #F5F5F5;;
}

.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}

.ui-state-hover, .ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
	font-size: 120%;
}
.ui-autocomplete {
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ui-helper-hidden-accessible{
	display: none;
}

.randlos-mapbox{
	padding-right: 0px!important;
	padding-left: 0px!important;
	margin: 0px;
	margin-bottom: 0px!important;
}
.container-fluid-mapbox{
	margin-right: -15px!important;
	margin-left: -15px!important;
	margin-top: -20px!important;
	margin-bottom: -20px!important;
}
.gm-style{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */
}
.googlemap{
	filter: grayscale(100%);
}
.small-divider{
  /* margin-top: -30px !important; */
  padding-left: 100px;
  padding-right: 100px;
}

.thumbnail_min_height {
min-height: 550px;
}
.btn-bottom {
position: absolute;
bottom: 30px;
}

.TEXT_Leistungen_Headline {
	font-size: 28px !important;
	color: #333333;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	letter-spacing: 2px;
}

.TEXT_Leistungen_Headline-center {
	font-size: 28px !important;
	color: #333333;
	font-weight: 500;
	text-align: center;
	line-height: 20px;
	letter-spacing: 2px;
}
.TEXT_Leistungen_Text {
  font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: justify;
  padding: 5px;
  padding-top:15px;
}
.TEXT_Leistungen_Text-left {
  font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
  padding: 5px;
}

.TEXT_Leistungen_Text2 {
	/*font-family: "Source-Sans-pro",, Arial, Helvetica, sans-serif;*/
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	text-align: justify;
	line-height: 16px;
}
.TEXT_Leistungen_ohne_Block {
	/*font-family: "Source-Sans-pro",Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}




.TEXT_Funktionen_1 {

	font-size: 12px;
	color: #333333;
	font-weight: normal;
	text-align: left;
}

.Headline_Module_H1 {

	font-size: 24px;
	color: #000;
	letter-spacing: 2px;
	font-weight: 400bold;
}

.Headline_Module_H3 {
	font-size: 14px;
	color: #000;
	letter-spacing: 1px;
	font-weight: 400;
}

.Funktionen_Module {

	font-size: 15px;
	line-height: 20px;
	font-weight: 800;
}
.Tabelle_Linie_1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.header-slogan{

	font-size:34px;
	/* font-family: 'Permanent Marker', cursive; */
  font-weight: 300;
	/* position: absolute;
	top: 52px;
	z-index: 10000;
  left: 10%;
  */
	color: #000;
	transform: rotate(-0deg);

    /* text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; */
}

.btn-fixwidth {
/* display: block; */
width: 200px;
/* padding: 10px; */
margin-left: 20px;
margin-right: 20px;
margin-top: 5px;
margin-bottom: 5px;
}

.page_header-lt{
  margin-bottom: 20px;
  margin-top: 20px;
  padding-right: 20px;
  border-right: 1px #60439f solid;
  border-bottom: 1px #60439f solid;
}
.page_header_main{
  font-size: 40px!important;
  color: #000;
  text-align: right;
}

.page_header_sub{
  font-size: 28px!important;
  color: #333;
  text-align: right;
  font-style:italic;
  font-size: 30px;
  line-height: 33px
}


.icon-lg, .icon-xl{
	color: #60439f;
  margin-bottom:20px;
  margin-top:20px;
}
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!important;

}
.icon-shadow{
	text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15);
}
.teamviewer-nav{
  position: absolute;
  top: -15px;


}
.teamviewer-nav-text{

  top:25px;
  position:absolute;
  left:35px;
  display:block;
  cursor:pointer;
  color:#60439f;
  font-family:Arial;
  font-size:10px;
  line-height:1.2em;
  font-weight:bold;
  text-align:center;
  width:65px;
}
.voffset{
  margin-top: 30px;
}

#logo-slider .item {
    margin: 0 15px;
    /*max-height: 25%;*/
		vertical-align: middle;
    padding: 5px;
    opacity: 1;
    mix-blend-mode: multiply;
}

#logo-slider .item img {
  max-width: 80%;
}

/* Cookie PopUp */
.cc_container .cc_btn {
  background-color: #008dd0 !important; /* Farbe des Buttons */
  color: #000 !important; /* Textfarbe des Buttons */
}

.cc_container {
  background: #000 !important; /* Hintergrundfarbe des gesamten Bereichs */
  color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
}

.cc_container a {
  color: #008dd0!important; /* Textlink-Farbe "Mehr Infos" */
}
.cc_message {
  color: #eee;
}

.produkte_img {
  max-height: 100%;
}
