/* Neuer Service-Chat */
#freenetServiceLayer {
  display: none;
  width: 580px;
  background-color: #ebebeb;
  position: absolute;
  z-index: 101;
  overflow: hidden;
  color: #333;
}
#freenetServiceLayer,
#freenetServiceLayer p,
#freenetServiceLayer div {
  /*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
  font-size: 16px;
}
#freenetServiceBg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color:#21314d;
  opacity: 0.5;
  display: none;
  filter: alpha(opacity=50);
}
/*
#freenetServiceLogo {
background: url() no-repeat;
width: 212px;
height: 72px;
margin-left: 20px;
}

#freenetServiceClose div {
background: url() no-repeat left center;
position: absolute;
right: 20px;
top: 26px;
padding-left: 15px;
font-size: 14px;
color: #888;
cursor: pointer;
}
*/
#freenetServiceContent,
#freenetServiceLayerOpeningContent {
  margin: 40px;
  overflow: hidden;
}
#freenetServiceContent h1 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 25px;
}
#freenetServiceLayerOpeningContent h1 {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 500;
  margin-bottom:25px;
}
#freenetServiceContent select {
  font-size: 18px;
  font-weight: normal;
  width: 500px;
}
#freenetServiceContent option:hover {
  background-color: #81bc34;
}
#freenetServiceBereichBox {
  margin: 20px 0px 10px 0px;
}
#freenetServiceKategorieBox {
  margin: 0px 0px 10px 0px;
}
#freenetServiceKundendatenBox {
  margin: 15px 0px 10px 0px;
}
#freenetServiceKundendatenBox p {
  margin-bottom: 20px;
}
#freenetServiceKundendatenBox input {
  /*font-family: 'Roboto','Arial','sans-serif';*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  width: 468px;
  border: 1px solid #ebebeb;
}
.freenetServiceButton {
  /*font-family: 'Roboto','Arial','sans-serif';*/
  font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  background-color: #4e8414;
  float: right;
  cursor: pointer;
  color: #fff;
  padding: 0px 20px;
  margin-top: -10px;
}
.freenetServiceButton:hover {
  background-color: #76aa2c;
}
/* Anzeige Zeiten */
#freenetServiceLayerOpening {
  display: none;
  width: 95%;
  max-width: 519px;
  background-color: #ebebeb;
  position: fixed;
  z-index: 10;
  overflow: hidden;
  font-family: Arial;
  color: #333;
  font-size: 15px;
}
#freenetServiceLayerOpeningContent,
#freenetServiceLayerOpeningContent div {
  /*font-family: 'Roboto','Arial','sans-serif';*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 15px;
}
#freenetServiceLayerOpeningTimeBox h1 {
  font-weight: bold;
  font-size: 18px;
  margin: 32px 0px 22px 0px;
}
#freenetServiceLayerOpeningTimeBox {
  overflow: hidden;
  margin-bottom: 40px;
}
#freenetServiceLayerOpeningDays,
#freenetServiceLayerOpeningTime {
  float:left;
  margin-right: 15px;
}
#freenetServiceLayerOpeningLocalTime div {
  font-size: 12px;
  margin-top: 5px;
}
#freenetServiceLayerOpeningClose {
  background-color: #4b4b4b;
  color: #fff;
}
#freenetServiceLayerOpeningClose:hover {
  background-color: #6b6b6b;
}
.freenetServiceClear {
  clear: both;
  height: 1px;
  font-size: 1px;
}
/* Fehleranzeige*/
#freenetServiceKategorieErr,
#freenetServiceKundendatenErr,
#freenetServiceKategorie2Err {
  /*font-family: 'Roboto','Arial','sans-serif';*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  margin-top: 5px;
  color: #ff0000;
  font-size: 15px;
}
#freenetServiceKategorieErr span,
#freenetServiceKundendatenErr span {
  display: none;
}
#freenetServiceKategorieBox.errorMessage #freenetServiceKategorieErr span,
#freenetServiceKundendatenBox.errorMessage #freenetServiceKundendatenErr span {
  display: inline;
}
#freenetServiceKundendatenBox.errorMessage input,
#freenetServiceContent #freenetServiceKategorieBox.errorMessage .selectBox-label,
#freenetServiceContent #freenetServiceKategorieBox.errorMessage .selectBox-arrow,
#freenetServiceContent #freenetServiceKategorie2Box.errorMessage .selectBox-label,
#freenetServiceContent #freenetServiceKategorie2Box.errorMessage .selectBox-arrow {
  background-color: #f9d1d1;
  border: 1px solid #e20000;
}
#freenetServiceContent #freenetServiceKategorieBox.errorMessage .selectBox-label {
  border-right: none;
}
/* Select Boxen*/
#freenetServiceContent .selectBox-dropdown {
  border: 0;
  background: none;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#freenetServiceContent .selectBox-dropdown .selectBox-label {
  /*font-family: 'Roboto','Arial','sans-serif';*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 0px 15px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  border-right: none;
}
#freenetServiceContent .selectBox-label,
#freenetServiceContent .selectBox-options {
  line-height: 40px;
  border: none;
  background: #fff;
}
#freenetServiceContent .selectBox-dropdown .selectBox-arrow {
  background: url(/resources/images/dropdownpfeil.png) 4px center no-repeat #fff;
  border-left: none !important;
  height: 40px;
  width: 35px;
}
/* Dropdown */
.selectBox-dropdown-menu {
  border: 0;
  margin: 2px 0px 0px 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.selectBox-options LI.selectBox-hover A {
  /*font-family: 'Roboto','Arial','sans-serif';*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  background-color: #cee4ae;
}
.selectBox-options LI A {
  /*font-family: 'Roboto','Arial','sans-serif';*/
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  padding: 0px 15px;
  color: #333;
  height: 40px;
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
}
.selectBox-options LI.startLi A {
  color: #888;
}
.selectBox-options.selectBox-options-bottom {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-options LI.selectBox-selected A {
  background-color: #4e8414
}
a[rel="singlede"] {display:none !important;}
.freenetChatText a {
  color: #4e8414
}
.freenetServiceXMas {display:none;}
.freenetServiceXMas a {
  color:#0000FF;
}