body{
	font-size:16px;
	font-family: noto_sansregular, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}

label{
	margin:5px 10px 0px 10px;
/*	width:750px;*/
	line-height: 35px;
	text-align:left;
	display: block;
}

input{
	border: 2px solid #e6e6e6;
	border-radius: 5px;
  text-align:right;
  line-height:30px;
  padding-right: 20px;
	font-size:16px;
	font-family: noto_sansregular, Arial, Helvetica, sans-serif;
	}

input[type="button"]{
	border: 2px solid #e6e6e6;
	border-radius: 5px;
  text-align:right;
  line-height:20px;
  padding-right: 0px;
	font-size:16px;
	font-family: noto_sansregular, Arial, Helvetica, sans-serif;
	}
input[type="radio"]{
	margin: 12px 0px 0px 0px;
	float: right;
}
input[type="text"]{
	margin: 0px 0px 10px 10px;
	height: 35px;
}

.slider {
    -webkit-appearance: none;  /* Override default CSS styles */
    appearance: none;
    margin: 10px 0px 10px 10px;
    padding-right: 0px;
    width: 90%; /* Full-width */
    height: 24px; /* Specified height */
    background: #d3d3d3; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

.slider:hover {
	opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 30px;
    background: #4CAF50;
    cursor: pointer;
}

fieldset{
	border:none;
	margin:0px;
	padding:0px;
}

select{
	border: 2px solid #e6e6e6;
	border-radius: 5px;
	width:219px;
	height: 35px;
	display:inline-block;
	font-size:16px;
	font-family: noto_sansregular, Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 10px;
}

#container{
/*	width:1015px;*/
}

#standart_container, #standbau_container, #standart_container2{
	text-align: right;
}
#standart_container .box, #standbau_container .box, #standart_container2 .box{
	border-right:1px solid black;
	width:auto;
	float:left;
	padding-right:10px;
	padding-left:10px;
}

a {
  color: #E2001A;
}

.inputlabel{
	margin: 5px 0px 5px 5px;
	
}
.headline{
	background-color: #E2001A;
	/*border-color:black;
	border-width:1px 0px;
	border-style:solid;*/
	color:#ffffff;
	display:block;
	line-height:28px;
	height:28px;
	margin:0px;
	font-weight:normal;
	font-size:1em;
	text-transform: uppercase;
	width:auto;
	text-align:left;
	padding: 5px 5px 5px 10px;
	
}

/* DW20140122 Anforderung IDS Team*/
.headline_button{
	background-color: #E2001A;
	/*border-color:black;
	border-width:1px 0px;
	border-style:solid;*/
	color:#ffffff;
	display:block;
	line-height:28px;
	height:28px;
	margin:0px;
	font-weight:normal;
	font-size:1em;
	text-transform: uppercase;
	width:auto;
	text-align:right;
	padding:5px;
}

#submit{
	display:block;
	line-height:40px;
	margin:7px auto;
	padding-left: 20px;
}

.radiolabel{
	/*margin:10px 0px 10px 0px;*/
	text-align:left;
	width:108px;
	display: inline-block;
}

.hinweis{
	color:gray;
	font-size:0.75em;
	display:block;
	margin-top: 8px;
}

.tooltip{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 3; 
	display: none; 
	width:auto;
	padding:10px;
	background-color:#E2001A;
	color:#ffffff;
	border-radius: 10px;
	border:1px solid silver;
}
.tooltip_trigger img{
	vertical-align: -5px;
	padding-left: 10px;
}

.tooltiptext{
	width:280px;
}
.tooltipimage{
}
.line{
	border-top:1px solid black;
}
.line:last-of-type{
	border-bottom:1px solid black;
}

.even{
	background-color:#ffffff;
}

.odd {
    background-color: #e6e6e6;
}
.clearer{
	clear:both;
	float:none;
}

.no_bg{
	background-color: white;
}

@media screen and (max-width: 480px)
{
/*    #standart_container .box, #standbau_container .box{
        clear: left;
    }*/
    input[type="text"] {
        width: 75%;
    }
    table {
        background-color: #1f60ac;
    }
    table td {
        display: inline-block;
    }
    .slider {
        width: 80%;
    }
}