﻿@import "fonts.css";

@font-face {
font-family: HUM777K;    
src: url('../fonts/HUM777K.ttf')
format('truetype');
}

@font-face {
font-family: HUM777N;
src: url('../fonts/HUM777N.ttf')
format('truetype');
}

@font-face {
font-family: tt1161m_;
src: url('../fonts/tt1161m_.ttf')
format('truetype');
}

* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html{
    margin:0;
    padding:0;
}

body{   
    color:#000;
}

/*.clear{
    clear: both;
}*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.orange,
span.orange,
span.orange a{
    color: #f1910c;
}

h1,h2,h3{
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    text-transform: uppercase;
    
}

h1{
    font-size:2.25em;
}

h2{
    font-size:2em;
}

h3{
    font-size:1.5em;
    text-align: right;
    padding-top: 1em;
}

img{
    padding: 0;
    max-width: 100%;
    height: auto;
    /*margin-left: auto;
    margin-right: auto;*/
    display: block;
}
.cont p{
	font-weight:normal;
	margin-bottom:12px;	
}
.mtb{
	padding:40px 0 40px 0;
}

li{
    list-style: none;
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    line-height: 1.75em;
    padding:0;
}

p{
    font-family:tt1161m_,sans-serif;
    font-style: italic;
}

a{
    text-decoration: none;
}

header{
    width: 100%;
    height: auto;
    line-height: 50px;
    align-items: center;
    background-color: #212121;
    text-align: center;
    font-family: sans-serif;   
    display: block;
    color:#fff;
    position: fixed;
    z-index: 9999999; 
    background-color: #3e3e3e;
}

header .section-inner{
    padding:0;
}
.topbar .section-inner{
    padding:0;
}

.topbar-box{
    float: right;
}
@media (max-width: 767px){
  .topbar-box{
    float: none;
    text-align: center;
  }
}
.topbar li{
    display: inline;
    padding: 0 9px;
    border-right-style: solid;
    border-right-width: 3px;
    margin-right: 5px;
    font-style: normal!important;
}

.topbar a{
    color:#fff;
}

.topbar a:hover{
    color: #f1910c;
}


.topbar li i{
    color: #f1910c;
    padding-right: 2px;
}
.topbar-box li i {
  color: #FF8C00 !important;
  margin-right: 4px;
}

.brand{
    margin: 15px 0;
}

.brand img{
    height: auto;
    width: 500px;
}

/* brands 
 ===============================================*/
.brands-line{

} 
.brands {
  display: inline-block;
  padding:0px 10px 0px 0;
  float:left;
  margin:15px 0px 15px -0px;
  border-right: 1px solid #555555;
}
h1.brands_name {
  margin-top:0px!important;
}

.brands2 {
  display: inline-block;
  padding:10px 0 0 15px;
  float:left;
}
.brands2 h2.brands_name{
  font-size:18px;
  color: #848484;
  line-height:1.6;
  letter-spacing:0.9px;
  margin-top:8px!important;
  font-family: Arial, Helvetica, serif; 
  text-align: left;
  text-transform: none!important;
}
@media (max-width: 767px) {
	.brands {
	display: block;
	padding:0px;
	float: none;
	margin:0px;
	border-right: 0px solid #555555;
	text-align:center!important;
	width:100%;
	}
	.brands  h1{
	  
	}
	.brands_name{
	width:100%;
	text-align:center;
	}
	.brands_name img{
	margin-top:50px;
	margin-right:auto;
	margin-left:auto;
	text-align:center;
	}	
}
@media (max-width: 479px) {
	.brands  h1{
	margin-left:0px!important;
	}
	.brands  h2{
	margin-left:0px!important;
	}
	.brands2{
	width:100%!important;
	text-align:center!important;
	padding:0px!important;
	margin:0!important;
	}
	.brands2 h2{
	text-align:center!important;
	}
}	


.navbar{
    background-color: #262625;
}

.section-inner{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding:2%;
}

.section-teaser{
    padding-top:5%;
}

.section-teaser img{
    max-width: 3840px;
    width: 100%;
}

.centerdrill-box {
    padding-top: .5%;
}

.section-centerdrill h3{
    font-size:20px;
    padding-right: .5em;
}

.section-centerdrill h1{
    font-size:48px;
}

.centerdrill-box h2{
    text-align: center;
}

.center-box-list-content{
    padding:2em;
    margin: 5% 0% 5% 20%;
}

.centerdrill-box ul li span{
    position: relative;
    top:-4px;
    left: 3px;
}

.centerdrill-box ul {
    margin-left:1em;
}

.centerdrill-box ul li{
    list-style-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    position: relative;
    line-height: 30px;
    font-size: 1.25em;    
}

#section-prozesse{
    background-color:#3e3e3e;
    color:#fff;
}

#section-prozesse h3{    
    text-align: center;
    padding-bottom: 1em;
    font-size: 3em;
}

#section-prozesse p{    
    line-height: 1.5em;
    text-align: center;
    font-size:1.5em;
}


.prozess-box-problem{
    margin-top:8em;
}

.prozess-box-problem-content{
    padding-top:2em;
}

.prozess-box-problem h2{
    text-align: center;
    color: red;
}

.prozess-box-problem-footer{
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    text-align: left;
    font-size: 2em;
    padding: 1em 0;
        margin-top:6%;
    
}

.prozess-box-problem ul li{
    list-style:disc;
    margin-left:1em;
    color: red;
}

.prozess-box-problem-title{
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    font-size: 1.5em;
    color: red;
    text-transform: uppercase;
}

.prozess-box-loesung{
    margin-top:4em;
    padding-left: 2em;
}

.prozess-box-loesung h2{
    /*text-align: center;*/
    color: red;
}
.prozess-box-loesung span.orange2{
  text-align: left!important;
  color: #f1910c;
  margin-left: 70px;
}
.prozess-box-loesung span.orange2e{
  text-align: left!important;
  color: #f1910c;
  margin-left: 60px;
}
.prozess-box-loesung ul li{
    list-style:disc;
    margin-left:1em;
    color:#f1910c;
}

.prozess-box-loesung-image img{
	margin-top:2px;
}

.prozess-box-loesung-title{    
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    font-size: 1.5em;
    color: red;
    text-transform: uppercase;
    padding-top:1.1em;
}

.prozess-box-loesungen-content{
    padding-left:2em;
}

.prozess-box-loesung-footer{
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    text-align: left;
    font-size: 2em;
    padding: 1em 0;
}

.section-varianten h3{
    text-align: center;
    font-size: 3em;
    padding: 20px 0 1em 0;
}

.section-varianten img{
    max-width: 3840px;
    width: 100%;
    padding-bottom: 60px;
}
.section-varianten-middle-title{
    
}

.section-varianten-middle-title h3{
    text-align: center;
    font-size: 2em;
    margin: 7em 0;
}

.section-service-wrapper{
    margin-top:.5em;
    background-color: #3e3e3e;
}

.section-service{
    margin: 0 auto;
}

.section-service h3{
    color:#fff;
    text-align: center;
    padding:1em;
}

.section-service h3 span.number{
    background-color: #f1910c;
    width: 50px;
    height: 50px;
    border-radius: 40px 40px 40px 40px;
    text-align: center;
    display: inline-block;
    position: relative;
    text-justify: auto;
    padding: .3em;
    margin-right: .5em;
}

.animations-box{
    padding: 1em 0;
}
.animations-box-title{
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    text-align: center;
    font-size: 1.5em;    
}

.animations-box-image-1{
    height: 530px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center top;
    background-image: url(../images/animation-spanzangenfutter.jpg);
}

.animations-box-image-1:hover{
    
    height: 530px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center top;
    background-image: url(../gif/animation-spanzangenfutter.gif);
}

.animations-box-image-2{
    height: 530px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center top;
    background-image: url(../images/animation-mit-kragen.jpg);
}

.animations-box-image-2:hover{
    
    height: 530px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center top;
    background-image: url(../gif/animation-mit-kragen.gif);
}

.animations-box-image-3{
    height: 530px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center top;
    background-image: url(../images/animation-ohne-kragen.jpg);
}

.animations-box-image-3:hover{
    
    height: 530px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center top;
    background-image: url(../gif/animation-ohne-kragen.gif);
}

.animations-box-image-4{
    height: 530px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center top;
    background-image: url(../images/animation-gewindeform.jpg);
}

.animations-box-image-4:hover{
    
    height: 530px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position:center top;
    background-image: url(../gif/animation-gewindeform.gif);
}

.section-vorteile{
    padding: 2em 0;
    background-color: #f1910c;
}

.vorteile-box-title-left h3{
    text-align: left;
    padding-top: 0em;
    font-size: 3em;
}

.vorteile-box-subtitle-left h3{
    text-align: left;
    padding-top: 0em;
    font-size: 3em;
    color:#fff;
}

.vorteile-box-title-right h3{
    text-align: right;
    padding-top: 0em;
    font-size: 3em;
}

.vorteile-box-subtitle-right h3{
    text-align: right;
    padding-top: 0em;
    font-size: 3em;
    color:#fff;
}
@media (max-width: 767px){
	.vorteile-box-title-right h3{
    font-size: 2em!important;
	}
}
.vorteile-box-footer{
    padding: 1em;
}

.set-box-title h3 {
    text-align: center;
    font-size: 3em;
}

.set-box-title p{
    text-align: center;
    font-size: 1.1em;
    width: 50%;
    margin: 0 auto;
}

.set-box-title{
    padding: 2em 0;
}

.set-box-content{
    position: relative;
}

.set-box-list-image img {
    position: absolute;
    top: -100px;
    right: -15px;
    height: 50%;
}

.set-box-list ul{
    font-size: 1.25em;
    text-transform: uppercase;
}

.set-box-list{
    margin: 2em 0;
}

.set-box-list p{
    font-size: .75em;
}

.section-footer-content button {
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    text-transform: uppercase;
    background-color:#f1910c;
    border: none;    
    padding: 20px 25px;
    font-size: 20px;
    cursor: pointer;
    border-radius:10px;
    margin-top:1em;   
}


.section-footer-content button:hover{
    background-color:#fff;   
}

.section-footer-content button a{
    color:#fff;
}

.section-footer-content button a:hover{
    color:#000;
}

.section-footer-content a:hover.footerbutton:hover .footerlist {    
    color: #f1910c;
}

.section-footer-content a.footerbutton .footerlist {    
    color: #000;
}
 


a:hover.footerbutton:hover .footerlist {
    color: #f1910c;
}

.set-box-list button {
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    text-transform: uppercase;
    background-color:#3e3e3e;
    border: none;    
    padding: 20px 25px;
    font-size: 20px;
    cursor: pointer;
    border-radius:10px;
    margin-top:1em;   
}


.set-box-list button:hover{
    background-color:#f1910c;   
}

.set-box-list button a{
    color:#fff;
}

.set-box-list button a:hover{
    color:#000;
}

.set-box-list a:hover.footerbutton:hover .footerlist {    
    color: #fff;
}

.set-box-list a.footerbutton .footerlist {    
    color: #f1910c;
}
 
a:hover.footerbutton:hover .footerlist {
    color: #f1910c;
}



.section-features{    
    color:#fff;
    background-repeat: no-repeat;
    background-position:center top;
    background-color:#3e3e3e;
}

.feature-box-inner{
    transition: transform .2s;
}

.feature-box-inner:hover{
    -ms-transform: scale(0.9); /* IE 9 */
  -webkit-transform: scale(0.9); /* Safari 3-8 */
  transform: scale(0.9); 
}


.feature-box h2{
    font-size: 3em;
    text-align: center;
    padding-bottom: 1em;
}

.feature-box-title h3,
a.feature-box-title h3 {
    text-align: center;
    padding-top: 0;
    color:#FFFFFF;
}
.feature-box-image {
  text-align: center !important;
  margin: 0 auto;
}
.feature-box-image img {
  text-align: center !important;
  margin: 0 auto;
}
.section-finder{    
    color:#000;
}

.section-finder h2{
    margin:1em 0;
    font-size: 3em;
    text-align: center;    
}

.section-finder-image{
    padding-top:2em;
}


.section-footer-info{
    font-family:tt1161m_,sans-serif;
    font-style: italic;
    text-transform: uppercase;
    padding: 2em;
    background-color: #3e3e3e;
}
.m60{
  margin-top:-50px;
}
.section-footer-info h4{
    color:#fff;
}

.section-footer-info p{
    color:#fff;
}

.section-footer-info a{
    color: #f1910c;
}

.section-footer-info li{
    list-style: disc;
    color:#fff;
}

footer .section-inner{
    padding: .25%;
}

footer{    
    background-color: #f1910c;
    height: 2em;
}

footer a{
    color:#fff;
}

/* Sprachen
 ========================================================================= */
.sprachen{
	position:relative;
	float:right;
	width:100%!important;
	height:20px;
	display:block;
	margin-bottom:15px;
}
@media (max-width: 767px){
	.sprachen{
	position:fixed;
	top:12px;
	right:40%;
	width:100px;
	z-index:99;
	}
}
 
ul.lingo{
	float:right;
	width:140px;
}
.lingo li{
	width:40px;
	height:20px;
	margin-left:5px;
	float:left!important;
} 
.lingo a li.de {
	height:20px;
	width:40px;
	background-image: url(../images/de.jpg);
} 
.lingo a li.en {
	height:20px;
	width:40px;
	background-image: url(../images/eu.jpg);
}
.lingo a li.pl {
	height:20px;
	width:40px;
	background-image: url(../images/pl.jpg);
}

.lingo a li.de:hover {background-image: url(../images/de1.jpg);}
.lingo a li.de.active {background-image: url(../images/de1.jpg);}

.lingo a li.en:hover {background-image: url(../images/eu1.jpg);}
.lingo a li.en.active {background-image: url(../images/eu1.jpg);}

.lingo a li.pl:hover {background-image: url(../images/pl1.jpg);}
.lingo a li.pl.active {background-image: url(../images/pl1.jpg);}


