/*
#messageBlock p{

padding-left: 10px;
color: red;
}
#messageBlock{
	display: inline;
position: absolute;
width: 200px;
top: 8px;

}*/

*{
font-family: Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;

}
table {
    border-spacing: 0;
    border-collapse: inherit;
}


@media screen and (max-width:767px){

	.break-word-m{word-break: break-word;}
	
.desktop_switch{display:none;}
	
table{
font-size: 11px;
color: #333;
letter-spacing: 0em;
}
}
@media screen and (min-width:768px){
.mobile_switch{display:none;}

}

.container{width:100%!important;}

.o1, .o2{
	opacity:0.3;
	
	}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}


label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}


label span {
background: #fff;
width: 21px;
height: 21px;
display: inline-block;
border: 1px solid #ff6e00;
position: absolute;
top: 0px;
left: 0;
transition: all .2s linear;
padding:0px 0px 0px 4px;
border-radius:50%;
box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.2);
}


input[type="radio"] + span {
    border-radius: 50%;
}


label:hover span {
    padding: 0px 0px 0px 4px;
border-radius:50%;
	width: 21px;
height: 21px;
}



.input-label input[type="checkbox"]:checked + span:before,
.input-label input[type="radio"]:checked + span{
  font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f00c';
		font-size:12px;
		
  color:#ff6e00;

}


    select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: none;
    }
       .select-wrapper select::-ms-expand {
      display: none;
    }
    .select-wrapper select {
     
       width:230px;
      height: 34px;
      padding-left: 10px;
      background: #ff6e00;
      color: #fff;
      box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.3);
      border-radius: 5px;
	   cursor: pointer;
	   outline: none;
    }
	
	
.select-wrapper .lt-ie10 select {
    background-image: none;
}


	#display-off{display:none;}

    .select-wrapper select option {
      color: #222;
	background:#fff;
	  padding-left: 10px;
	  outline: none;
    }
	.select-wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff;
}
	.select-wrapper ::-moz-focus-inner, .select-wrapper :active, .select-wrapper :focus {
    outline:none;
    border:0;
    -moz-outline-style: none;
}

	 .select-wrapper select option:hover, .select-wrapper select option:active, .select-wrapper select option:focus, .select-wrapper select option:checked {
       box-shadow: 0 0 10px 100px #64a7b1 inset;
	   color: #222;
	   
	   outline:0; 
	   border: 0; 
    }
	
	
	/*input::-moz-focus-inner { 
  border: 0; 
}*/
	    .select-wrapper select:focus::-ms-value {
      background-color: transparent;
    }
	
	
	.select-wrapper {
  width:230px;
  position: relative;
}
.select-wrapper::before {
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f107';
font-size: 21px;
position: absolute;
right: 10px;
top: 3px;
color: #fff;
pointer-events: none;
}
	
	
	
	



.option1-box{
	margin-top: 35px;
	}

.option2-box{}

.option1-box h3{
	padding-left:30px;
	}

.option2-box h3{
	padding-left:30px;
	}



.intro-text{margin-bottom:20px;
border-left: 3px solid #ff6e00;
padding-left: 5px;
}

.blue{color:#ccc!important;}

.add-line{line-height:1.8!important;}

.pos-under{position: absolute;}

@media screen and (max-width:767px){
	.x-achse{
	/*position: absolute;*/
	font-weight:bold;
	transform: skewY(20deg);
	margin-top:-38px;
	margin-left:-60px;
}

	.size_td-m{width:50%;}
	
div.img{display:none;}
	
.y-achse{
/*	position: absolute;*/
	font-weight:bold;
	transform: skewY(-24deg);
	margin-top: -122px;
	margin-left: -150px;
}

.h-achse{
	/*position: absolute;*/
	font-weight:bold;
	transform: skewY(0deg);
	margin-top:-120px;
	margin-left:20px;
}
}
@media screen and (min-width:768px){
	.x-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(20deg);
	margin-top:-38px;
	margin-left:110px;
}

.y-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(-24deg);
	margin-top: -122px;
	margin-left: 65px;
}

.h-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(0deg);
	margin-top:-120px;
	margin-left:176px;
}
}
@media screen and (min-width:991px){
	.x-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(20deg);
	margin-top:-38px;
	margin-left:180px;
}

.y-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(-24deg);
	margin-top: -122px;
	margin-left: 125px;
}

.h-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(0deg);
	margin-top:-120px;
	margin-left:230px;
}
}
@media screen and (min-width:1199px){
	.x-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(20deg);
	margin-top:-38px;
	margin-left:250px;
}

.y-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(-24deg);
	margin-top: -122px;
	margin-left: 205px;
}

.h-achse{
	position: absolute;
	font-weight:bold;
	transform: skewY(0deg);
	margin-top:-120px;
	margin-left:305px;
}
}

.cam-img{
	width: 40px;
}

.scale-img{
	position:relative;
}
	
.cam-pic{
}

.scale-pic{
	
}



.select-angle{
}


.add-line{line-height:1.8;}

.oder{font-size:19px;
margin-top:20px;
color:#ff6e00;}

@media screen and (min-width:991px){
	#Rangeo1{width: 66%;
margin: 0px 10px 0px 10px;
display: inline-block;
position: relative;}


#Rangeo2{width: 68%;
margin: 0px 10px 0px 10px;
display: inline-block;
position: relative;}
}
	
	
	@media screen and (max-width:990px){
	#Rangeo1{width: 54%;
margin: 0px 10px 0px 10px;
display: inline-block;
position: relative;}


#Rangeo2{width: 56%;
margin: 0px 10px 0px 10px;
display: inline-block;
position: relative;}	
	}


.tslide{
	display: inline-block;
}
.inl{display:inline-block;}


body{
	background:#fff;
	color: #222222;
}

body, h1, h3, h4, i {
    color: #616268;
}

h3 {
    font-size: 18px;
}

a{
	color:#ff6e00;
	text-decoration:none;
	line-height:1.8;
}

a:hover{
	color:#9fd1dd;
	text-decoration:none;
}

.img, img{
	max-width:100%;
	height:auto;	
}

.pad{
	padding:15px 0px;
}
	
header{
	background:#f7f7f7;
	padding:10px 0px 10px 0px;
}

.headline{
	font-size:18px!important;
	margin-bottom:0;
	margin-top:20px;
}
	
.middlegrey{
	background:#eaeaea;
}
		
.lightgrey{
	background:#f7f7f7;
}

.red{
	color:#a20000;
}
	
.form-control {
	display: inline-block;
	width: 45%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
	
.form-control:focus {
	border-color: #9fd1dd;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(159, 209, 221, 0.6);
}
	
.btn-default{
	background:#616268;
	padding:10px 25px;
	margin-top:15px;
	color:#fff;
	border-radius:0;
	border-color:transparent;
	font-weight:bold;
	transition: all 0.3s ease 0s;
}

.btn-default:hover{
	background:#ff6e00;
	padding:10px 25px;
	margin-top:15px;
	border-radius:0;
	border-color:transparent;
	color:#fff;
}
	
.multi{
	display:inline-block;
	font-size:18px;
	color:#ff6e00;
	
	margin:0px 3px 0px 3px;
}
					
.abstand{
	margin-top:15px;
}
	
@media screen and (min-width:768px){
	.img{
	text-align:center;}
	
.formular_box{
	background: #fff;
padding: 5px 15px 15px 15px;
border: 2px solid #eee;
width: 100%;
display: inline-block;
}
}

@media screen and (max-width:767px){
	
	.option1-box {
    margin-top: 25px;
}

	#messageBlock p{

padding-left: 0px!important;
color: red!important;
}
#messageBlock{
	display: inline-block!important;
position:relative;
top: 4px!important;

}



.cam-pic{
	text-align:center;
	margin-top:15px;
}

.scale-pic{
		text-align:center;
}

.img{
	text-align:left;}
	
.logo{
	width:70px;
	height:70px;
	margin-left:-4px;
}

/*section{
	padding:25px 0px
}*/
	
.motioncontrol h1{
	font-family:verdana, arial; 
	font-weight: bold;
	font-size:14px;
	line-height:1.5;
	display:inline-block;
	zoom:1\9; /*IE8*/	
	display:inline\9; /*IE8*/	
	vertical-align:middle;
}

.formular_box{
	background: #fff;
padding: 5px 0px 5px 0px;
border: none;
width: 100%;
display: inline-block;
}

.table > tbody > tr > td {   
}
}

@media screen and (min-width:768px){
.logo{
	width:100px;
	height:100px;
}
/*
section{
	padding:30px 0px
}*/	
		
.motioncontrol h1{
	font-family:verdana, arial; 
	font-weight: bold;
	font-size:16px;
	line-height:1.5;
	display:inline-block;
	zoom:1\9; /*IE8*/	
	display:inline\9; /*IE8*/	
	vertical-align:middle;
}
}