/* CSS Document */

.Axiforma-Light { 
	font-family: "Axiforma-Light";
	font-weight: normal;
	font-style: normal;
}
.Axiforma-Regular { 
	font-family: "Axiforma-Regular";
	font-weight: normal;
	font-style: normal;
}
.Axiforma-Bold { 
	font-family: "Axiforma-Bold";
	font-weight: normal;
	font-style: normal;
}

/* Basis CSS */

body{
	-webkit-font-smoothing: antialiased !important;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font-family: "Axiforma-Light";
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
    float: left;
	min-height: 265px;
	text-align: center;
	color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.navbar-toggle {
    background-color: #000000;
    background-image: none;
    border: solid 1px #FFFFFF;
    border-radius: 0 !important;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 12px 10px;
    position: relative;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle::focus{
    background-color: #000000 !important; 
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFFFFF;
}
.navbar-toggle .icon-bar {
    border-radius: 0px;
    display: block;
    height: 4px;
    width: 25px;
}

.table ul{
  padding-left: 10px;
}

.table li  {
  list-style-type: none;
}

.table li:before  {
  content: "\2013\A0\A0";  
}

.starbuli li  {
  list-style-type: none;
}

.starbuli li:before  {
  content: "\2013\A0\A0";  
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1090px) {
    .carousel-caption {
        display: none;
    }
	.sub-navi{
        display: none;
    }
}

@media (max-width: 768px) {
	.main-navi {
		font-family: "Axiforma-Bold";
		font-size: 12px;
		margin-top: 0px !important;
	}
	
	.col-xs-5ths,
	.col-sm-5ths,
	.col-md-5ths,
	.col-lg-5ths {
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
		margin-bottom: 2px;
		width: 100%;
		float: left;
		min-height: 265px;
		text-align: center;
		color: #FFFFFF;
		display: table-cell;
		vertical-align: middle;
	}

	.col-xs-5ths {
		width: 100%;
		float: left;
	}
}


.noshow{
	display: none;
}

.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}

.text-left{
	text-align: left;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

b, strong {
	font-family:"Axiforma-Bold";
    font-weight: normal !important;
}

a{
	color: #000000;
}

a:hover, a:focus {
    color: #000000;
}

a:link, a:hover{
	text-decoration: none !important;
}

.telmail {
	display: inline-block;
	width: 4em;
}

.font-black, .font-black a{
	color: #242422;
}

.font-white, .font-white a{
	color: #FFFFFF;
}

.navbar{
	min-height: 234px !important;
	height: auto;
    border-radius: 0px !important;
	margin-bottom: 0px !important;
	border: 0px !important;
}

.navbar-brand{
	height: auto;
    float: left;
    padding: 0px 0px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-default{
	background: #FFFFFF;
}

.navbar-nav{
	font-family:"Axiforma-Bold";
	font-size: 22px;
}

html body nav.navbar.navbar-default div.container div#starbunav.main-navi ul.nav.navbar-nav.navbar-right{
	margin-right: -30px;
}

.nav.navbar-nav.navbar-right li a {
    position: relative;
    display: block;
    padding: 10px 15px;
	font-family:"Axiforma-Bold";
	font-size: 22px;
	color: #000000;
	text-transform: uppercase;
}

.main-navi ul.nav.navbar-nav.navbar-right li.active.dropdown.open ul.dropdown-menu li.active a{
	background-color: #000000;	
	color: #FFFFFF;
}

.sub-navi{
	font-family:"Axiforma-Light";
	font-size: 12px;
	margin-top: 18px;
}

.sub-navi ul.nav.navbar-nav.navbar-right li a{
	font-family: "Axiforma-Light";
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px !important;
	margin-right: 15px;
	padding: 0px 0px 0px 20px;
}

.main-navi{
	font-family:"Axiforma-Bold";
	font-size: 12px;
	margin-top: 170px;	
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background-color: #FFFFFF;
}


.carousel-caption {
    left: 0;
    max-width: 50%;
    padding-left: 0;
    text-shadow: none;
    top: 25%;
	text-align: left;
}

.carousel-inner > .item {
    backface-visibility: hidden;
    perspective: 1000px;
    transition: transform 0.6s ease-in-out 0s;
}

.carousel-indicators {
    bottom: -5px;
}

.carousel-indicators li {
    background-color: #FFFFFF;
    border: solid 1px #FFFFFF;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0;
    text-indent: -999px;
    width: 12px;
}

.carousel-indicators .active {
    background-color: #000000;
    border: solid 1px #FFFFFF;
    height: 12px;
    margin: 0;
    width: 12px;
}

.textlinse{
    background-color:rgba(0, 0, 0, 0.65);
    display: table;
    margin-left: 0%;
    padding: 5px 20px 10px 30%;
}

.textlinse span{
    font-size: 45px;
	font-weight: normal !important;
	font-family:"Axiforma-Light";
	line-height: 50px;
	text-transform: uppercase;
}

.textlinse span strong{
    font-size: 45px;
	line-height: 50px;
	font-weight: normal !important;
	font-family:"Axiforma-Bold";
}

.margin-bottom{
	margin-bottom: 65px;
}


.content p{
	font-size: 16px;
	line-height: 26px;
}





















.img_autogen{
	background: #000000;
	background-image: url(../img/autogenzuschnitte.jpg);
	background-size: cover;
	border-right: solid 3px #FFFFFF;
}

.img_plasma{
	background: #000000;
	background-image: url(../img/plasmazuschnitte.jpg);
	background-size: cover;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}

.img_laser{
	background: #000000;
	background-image: url(../img/laserzuschnitte.jpg);
	background-size: cover;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}

.img_scheren{
	background: #000000;
	background-image: url(../img/scherenzuschnitte.jpg);
	background-size: cover;
	border-left: solid 3px #FFFFFF;
	border-right: solid 3px #FFFFFF;
}

.img_anarbeit{
	background: #000000;
	background-image: url(../img/anarbeitungen.jpg);
	background-size: cover;
	border-left: solid 3px #FFFFFF;
}

.footerbox{
	margin-top: 70px;
}

.footerbox_inner{
	margin-top: 30%;
}


.footer{
	background: #000000;
	padding-top: 100px;
	padding-bottom: 75px;
	border-top: solid 10px #FFFFFF;
}


.footer .font-white{
    font-size: 16px;
	font-weight: normal !important;
	font-family:"Axiforma-Light";
	line-height: 28px;
}

