/* ######################################################################################################
** ### Schriften und Farben allgemeine HTML-Elemente ####################################################
** ######################################################################################################
*/
body {
  font-family: 'Oxygen', sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  color: #555555;
  background-color: #FFFFFF;
}
input {
  font-size: 16px;
  line-height: 25px;
  color: #555555;
}
.schrift_gruen {
  color: #829D02;
}
.schrift_blau {
  color: #6191C3;
}
.schrift_grau { 
  color: #555555;
}
.schrift_orange {
  color: #FC6113;
}
h1 {
  font-family: "Oswald", sans-serif;
  color: #829D02;
  font-size: 36px;
  line-height: 48px;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 3px;
}
h2 {
  font-family: "Oswald", sans-serif;
  color: #829D02;
  font-size: 28px;
  line-height: 40px;
  font-weight: normal;
}
h3 {
  font-family: 'Open Sans Condensed', sans-serif; 
  font-size: 24px;
  line-height: 30px; 
  font-weight: normal;
}
.h3_bold {
  font-weight: 700;
}
h4 {
  font-family: "Oswald", sans-serif;
  color: #FC6113;
  font-size: 28px;
  line-height: 40px;
  font-weight: normal;
}
h5 {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}
h6 {
  font-family: "Oswald", sans-serif;
  color: #FC6113;
  font-size: 28px;
  line-height: 40px;
  font-weight: normal;
}
/* ######################################################################################################
** ### Elemente des Kopf-Bereichs      ##################################################################
** ######################################################################################################
*/
#mod_suchbox form {
  background-image: url(bilder/bg_suchbox.png);
  background-repeat: no-repeat;
  background-position: right center;
}
#mod_suchbox form input {
  border: 0px;
  background-color: transparent;
  font-size: 14px;
  color: #D2D2D2;
}
#mod_suchbox form input:focus {
  color: #888888;
}

/*
#mod_menue_ebene0 a.menuxaktiv_back,
#mod_menue_ebene0 a.dropdown-toggle
{
  background-image: url(bilder/bg_menue_ebene0_aktiv.png);
  background-repeat: no-repeat;
  background-position: center top;
}
*/

#mod_menue_ebene0 {
  font-size: 16px;
}
#mod_menue_ebene1,
#mod_menue_ebene2,
#mod_menue_sub
 {
  font-size: 16px;
}
/* ######################################################################################################
** ### Formatierung der Inhaltsspalten ##################################################################
** ######################################################################################################
*/

/* ######################################################################################################
** ### Elemente im Fuss                ##################################################################
** ######################################################################################################
*/

/* ######################################################################################################
** ### Links und Menue(s)                                  ##############################################
** ######################################################################################################
*/
#ym-skiplinks {
  list-style-type: none;
}
#ym-skiplinks {
  text-align: center;
  font-size: 200%;
}
#ym-skiplinks a.ym-skip:focus,
#ym-skiplinks a.ym-skip:active {
  display: block;
  width: auto;
  color: #FFFFFF;
  background: #737277;
  border-bottom: 1px #000000 solid;
  padding: 30px 0px 30px 0px;
  text-decoration: none;
}

/*
a.menuxaktiv
a.menuxaktiv_back
a.menuy_aktiv
*/
/* ######################################################################################################
** ### Definition der Eigenschaften innerhalb von Artikeln ##############################################
** ######################################################################################################
*/
hr {
  border: 0px;
  height: 1px;
  color: #D2D2D2;
  background-color: #D2D2D2;
}
#col3 table {
  border-collapse: collapse;
}
#col3 object {
  background-color: #FFFFFF;
}
/* Link mit Pfeil (ein und mehrzeilig) */
a.link_pfeil,
a.link_pfeil_mehrzeilig {
  background-repeat: no-repeat;
  background-position: left top;
}
.toggle_text_content {
  border-top: 1px solid #D2D2D2;
  padding-top: 1em;
}
.toggle_text_click {
  background-image: url(bilder/bg_toggle.png);
  background-repeat: no-repeat;
  background-position: center top;
  border-top: 1px solid #D2D2D2;
}
/* ######################################################################################################
** ### spezielle Modul-Anpassungen                       ################################################
** ######################################################################################################
*/

#mod_back_top {
  font-weight: bold;
  color: #FC6113;
}
/* ######################################################################################################
** ### Kontakt- und sonstige Formulare  #################################################################
** ######################################################################################################
*/
div.fehlerliste {
  margin-top: 20px;
  margin-bottom: 20px;
}
.error {
  color: #C9282D;
}
.formwrap_guest h2 {
  text-transform: uppercase;
}
.formwrap_guest legend {
  display: none;
}
#labdiv_geschlecht label,
#labdiv_datenschutz label {
  padding-left: 10px;
}
#labdiv_geschlecht .pseudo_label {
  display: inline-table;
  width: 30%;
  
}
#labdiv_geschlecht {
  padding: 25px 0px 25px 0px;
}
#plugin_cform_geschlecht_Frau {
  margin-left: 10px;
}
#labdiv_datenschutz {
  font-size: 11px;
}
#labdiv_nachricht label {
  
}
#labdiv_nachricht textarea {
  
}
#formk legend,
#labdiv_vorname,
#labdiv_nachname,
#labdiv_email,
#labdiv_telefonnummer,
#labdiv_terminwunsch,
#labdiv_nachricht {
  
}
