#janus-content h4 {
    font-size: 16px;
	line-height:22px;
}

#janus-content li.li-grau 
{
	margin:1px 0px 1px -25px;
	padding-left:0px;
	color:#aaa;
}

#janus-content .fehler {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	line-height:18px;
}

#janus-content .klein {
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #686868;
}

#janus-content .vortragsnr {
	font-size: 24px;
	letter-spacing: -1px;
	color: #686868;
	text-decoration: none;
}

#janus-content .tag,
#janus-content .raum,
#janus-content .gruppe
{  
	color:#aaa;
}

#janus-content .grau
{  
	color:#bbb;
}

#janus-content .klein-grau
{  
	color:#bbb;
}

#janus-content .grauer-rahmen {
    border: 2px solid rgb(245, 245, 245);
}

#janus-content .trennlinie {
	margin: 20px 0px 15px 0px;
	height: 40px;
	background:url(../images/trennlinie.gif) no-repeat;
}

#janus-content .headline-tag {
	padding: 0px 0px 0px 40px;
	font-family: Verdana,  Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #686868;
	text-decoration: none;
}

#janus-content #tage-link
{
	padding: 4px 10px 4px 10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:5px;
	background-color:#fff;
	border: solid; 
	border-color:#ccc; 
	border-width:1px; 
	float:left;
    background: url(../images/headline-hg.jpg) repeat-x;
}


#form_suche .form-group .row span {
	font-family: Heebo-Regular,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
	margin-top: 20px;
    display: inline-block;
    color: #333;
}

#form_suche {
	width: 100%;
}

#form_suche, .mss-select, .form-control {
	width: 350px;
}

@media only screen and (max-width: 425px) {
	#form_suche, .mss-select, .form-control {
		width: 100%;
	}
}

#form_suche .form-group .row span.top-space {
	margin-top: 80px;
}

.mss-input {
	height: 30px;
	font-family: Heebo-Light,sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
	padding-left: 5px;
}

.mss-select {
	font-family: LMSIcons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none;
	display: inline-block;
	position: relative;
}
.mss-select:before {
	content: "";
	border: solid 8px transparent;
	border-top-color: rgba(0,0,0,.75);;
	/*content: "\E00B";*/
	position: absolute;
	right: 9px;
	top: 14px;
	color: rgba(0,0,0,.75);;
	z-index: 1;
	pointer-events: none;
}
.mss-select:after {
	content: "";
	position: absolute;
	right: 1px;
	top: 1px;
	width: 32px;
	height: 32px;
	border-left: 1px solid rgba(0,0,0,.75);;
	box-sizing: border-box;
	pointer-events: none;
}

select {
	border: 1px solid rgba(0,0,0,.75);;
	padding: 7px 5px;
	font-family: Heebo-Light,sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	box-sizing: border-box;

	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 34px;
	padding: 4px 38px 4px 5px;
	background: #fff;
}

select::-ms-expand {
    display: none;
}

select:after {
	content: "";
	position: absolute;
	right: 1px;
	top: 1px;
	width: 32px;
	height: 32px;
	border-left: 1px solid rgba(0,0,0,.75);;
	box-sizing: border-box;
	pointer-events: none;
}


option {
	font-weight: normal;
	display: block;
	white-space: pre;
	min-height: 1.2em;
	padding: 0px 2px 1px;
}

.mss-button {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #006c32;
	background-color: #fff;
    display: block;
    border: 1px solid #006c32;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 60%;
    transition: color .2s ease-in-out,background .2s ease-in-out;
    cursor: pointer;
    user-select: none;
}

.mss-button:hover {
	background-color: rgba(0,108,50,.2);
}

#form_suche .form-group .row span {
	font-family: Heebo-Regular,sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px;
	margin-top: 20px;
    display: inline-block;
    color: #333;
}
