<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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{
	text-align: right;
}
#standart_container .box, #standbau_container .box{
	border-right:1px solid black;
	width:auto;
	float:left;
	padding-right:10px;
	padding-left:10px;
	display: inline-flex;
}

a {
  color: #00b9ff;
}

.inputlabel{
	margin: 5px 0px 5px 5px;
	
}
.headline{
	background-color: #747576;
	/*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: #747576;
	/*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: #ffffff;
	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:#747576;
	color:#ffffff;
	border-radius: 10px;
	border:1px solid silver;
}
.tooltip_trigger img{
	vertical-align: -5px;
	padding-left: 10px;
}

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

.even{
	background-color:#dadada;
}

.odd{
	background-color: #eeeeee;
}

.evenBusiness{
  background-color:#c1a8de;
}
.oddBusiness{
  background-color:#7800ff;
/*  #8253b5;
  #694393;*/
}

.evenEntertain{
  background-color:#00b9ff;
}
.oddEntertain{
  background-color: #ceeff7;
}

.evenEntertain .hinweis, .oddEntertain .hinweis {
	color: #636363 !important;
}
.clearer{
	clear:both;
	float:none;
}
.infoButton {
	background-color: #747576;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
    text-align: right;
    line-height: 30px;
    padding-right: 20px;
    color: #fff;
    font-size: 13px;
    padding: 0px 8px;
    margin-top: 35px;
    display: inline-table;
    cursor: pointer;
}
.infoButton:hover {
	background-color: #9b9b9b;
}
#mehrInfoText {
	display: none;
	background-color: #747576;
    position: absolute;
    left: 178px;
    top: 226px;
    width: 390px;
    padding: 5px;
    text-align: center;
	color: #FFFFFF;
	font-size: 15px;
}


.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%;
    }
}</pre></body></html>