body {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: rgba(100,100,100,1.0);
    font-size: 0.9375rem;
    line-height: 22px;
	
	background-image: url(../images/triangel_background.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* #################### Cookie ########################### */
#mbmcookie {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; padding: 5px; font-size: 14px; }
#mbmcookie a.button {cursor: pointer; background:rgba(51, 51, 51,1.00); color:#FFF; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: normal; float: right;}
#mbmcookie a.button:hover {background-color: #aaa; color:#000; }
#mbmcookie p.cookiemessage {display: block; padding: 7px; margin: 0; color:#000; }
#mbmcookie p.cookiemessage a {color:#000; text-decoration: underline; }
/* ################################################################ */

.h1, h1 {
/*	font-family: 'Oswald', sans-serif;*/
/*	font-size: 2.1em;*/
	font-weight: bold;
	
}
.h2, h2 {
/*	font-size: 1.5rem;*/
	font-weight: 500;
}
.hr, hr { border:2px solid #ea560d;}
.orange { color:#ea560d; }


.hintergr_drck {
	background-image: url("../images/hintergr-dreieck.png");
	background-repeat: no-repeat;
background-size: contain;
background-position: right;
min-height: 350px;
}
.maschine_cont {
	margin-bottom: -100px;
}
.maschine_bld {
	position: relative;
	bottom: 125px;
}

.titel_pr {
	padding-top: 150px;
	margin-right: 25px;
	color: white;
	font-weight: lighter;
}
.table_header {
	vertical-align: middle!important;
}
.table .thead-dark th {
    color: #fff;
    background-color: rgba(100,100,100,1.0);
    border-color: #454d55;
}
.table td, .table th {
/*
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
*/
    border-top: none;
}
.trans {
background-color: transparent!important;
border: none!important;
}
.table_orange {
	background-color: rgba(234,86,12,1.0)!important;
	border: rgba(234,86,12,1.0)!important;
	color:#FFF;
	font-weight: bold;
}
.td_trenner {
	padding: .2rem!important;
}
.tr_trenner_1 {
	border-top: 10px solid #ffffff;
}
.tr_trenner_2 {
	border-bottom: 5px solid #ffffff;
}

.box_orange {
	background: rgba(234,86,12,1.0);
	margin: 0;
	color:#FFF;
}

/*
.hintergr {
	background-image: url("../images/qt250my_ta12-Retusche-Hallentor-mit-Preis.png");
	background-repeat: no-repeat;
	background-position: top;
	height: 800px;
}
*/

/*
div.dreieck {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 100px solid #ea560d;
}
*/
/*
div.dreieck {
width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 175px 303.1px 175px 0;
border-color: transparent #ea570d transparent transparent;
}
*/

div.dreieck {
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 300px 519.6px 300px 0;
border-color: transparent #ea570d transparent transparent;
}


.spec_li {
	list-style-image:url('../images/dreieck-9px.png');
}
/*.spec_li {
    list-style-type: none;
    padding-left: 20px;
    margin-left: 25px;
    background-image:url('../images/dreieck-9px.png');
    background-repeat:no-repeat;
    background-position:left center;
} */
.bg-dark {
    background-color: #ea560d!important;
}
.bg-orange {
    background-color: #ea560d;
	color:#FFF;
}
.bg-grau {
    background-color: #6e6e6e;
	color:#FFF;
}
.text_block_grau {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	color:#FFF;
	padding: 15px;
	min-height: 130px;
}
.text_block_orange {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5rem;
	line-height: 1.2;
	color:#FFF;
	padding: 15px;
	min-height: 130px;
}
.logo_header {	height: 70px; margin: 10px 0;	}

.backgr_white {
	background-color: #FFFFFF;
}
.box_schatten {
	width: 100%;
	margin: 1.5em 0;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 4px 0px
	rgba(0,0,0,0.15);
}

label {
    font-weight: bold;
}

.btn-primary {
	padding: .1rem 1.5rem;
    color: #fff;
	font-weight: bold;
	font-size:1.5rem;
    background-color: #ea560d;
    border-color: #ea560d;
}
.btn-primary:hover {
    color: #fff;
    background-color: #ea560d;
    border-color: #ea560d;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    box-shadow: 0 0 0 .2rem rgba(234, 86, 13,.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(234, 86, 13,.5);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
background-color: rgba(234, 86, 13,.5);
border-color: rgba(234, 86, 13,.5);
}
.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5;
    border-radius: .2rem;
	color:#FFF !important;
}
.form-row {
	margin-right: 10px!important;
    margin-left: 10px!important;
}
/* Tooltip */
.tooltip-inner {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #333333;
	text-align: left;
    max-width: 350px;
}
.ul_tooltip { padding-left:20px; }
.li_dreieck {
	list-style-image: url("../images/dreieck-9px.png");
}


/* Slider */
.carousel-indicators .active {
    opacity: 1;
	background-color: #ea560d;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea560d' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ea560d' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators li {
	background-color:#6e6e6e;
}

/* Links */
a, a:link, a:visited {
	color: #ea560d;
}
a:hover {
	color: #000;
}
a.footer {
	display: block;
    color: #FFF;
	padding:5px 0px;
}
a.header {
    color: #FFF;
}
a.header:hover, a.footer:hover {
	color: #000;
	text-decoration:none;
}
a.navbar-brand {
    color: #FFF;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
	padding: 35px 0px;
}

@media (min-width: 768px) and (min-width: 1267px) { }

@media (max-width: 1199px)  {
	.mobil_ver { display:none; }
}

@media (max-width: 997px)  {
	
	.titel_pr {
		padding-top: 160px;
		margin-right: 0px;
	}
	
	.maschine_bld {
    bottom: 75px;
	}
	
}

@media (max-width: 767px)  {
	
	.logo_header {
		height: 50px;
	}
	a.navbar-brand {
	padding: 5px 0px;
	}
	
	.titel_pr {
    padding-top: 160px;
    margin-right: 25px;
	}
	
	
}

@media (min-width: 510px)  { 
	.maschine_desk { display:block; }
	.maschine_mobil { display:none; }
}

@media (max-width: 509.99px)  {
	
	.logo_header {
		height: 50px;
	}
	a.navbar-brand {
		font-size: 1.2rem;
		padding: 5px 0px;
	}
	.btn-primary {	font-size:1.1rem;   }
	
	.h1, h1 {
    font-size: 2.2rem;
	}
	.h2, h2 {
    font-size: 1.5rem;
	}
	.h3, h3 {
    font-size: 1.3rem;
	}
	.h4, h4 {
    font-size: 1.2rem;
	}
	.titel_pr { font-weight: normal; }
	.maschine_desk { display:none; }
	.maschine_mobil { display:block; }

}