/* Sorgt dafür, dass die goldene Titelleiste (z.B. bei /arbeitsplatz-und-bueroorganisation) schmaler ist (padding) und der Inhalt weiter hochrutscht (margin)
 
 Original 
  padding: 54px 0 27px;
  margin: 0 0 73px;
color:#2f2f2f;
*/

.page_title {
  padding: 14px 0 1px;
  margin: 0 0 33px;
  color:#ad9c7b !important;
  background-color: #103152;
 }

/* Arial als Schrift über die ganze Website. */

body { font-family: Arial !important; }

/* Stellt in den Listen/Aufzählungen die Schrift auf 14 Pixel. War im Original auf 13 Pixel*/

.wpb_text_column ul li {
  font-size: 14px; 
}


/* Stellt den String "Profil ansehen" auf der Startseite auf Großbuchstaben. Im Original: lowercase*/

.staff_list.grid ul li .staff_info .read_more {
  text-transform:uppercase;
}

/* Stellt den String "Weitere Informationen" auf der Seminarseite auf Großbuchstaben. Im Original: lowercase*/

.stm_services .item .item_wr .content .read_more {
 text-transform:uppercase; 
}

/* Stellt den String "Weitere Informationen" in den Infoboxen auf der Startseite auf Großbuchstaben. Im Original: lowercase*/

.info_box.style_3 .info_box_text .read_more {
 text-transform:uppercase; 
}


/* Stellt den String "Read more" auf der Startseite linksbündig. Im Original: 55px */

.info_box.style_6 .info_box_text .read_more {
  padding-left: 0px;
  padding-bottom:30px;
}

/*.tp-parallax-wrap { left: 100px !important; }*/

/*.tp-parallax-wrap { 
  text-align: center !important;
  width: 600px;

}
*/


/* Nimmt die komplette Großschreibung in den Überschriften weg. Im Original: uppercase */

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  text-transform: none !important; }

/* Sorgt dafür, dass in der Breadcrump-Navi nicht jedes Wort z.B. "Und" groß geschrieben wird */

body .breadcrumbs { text-transform: none; }


/* Sorgt dafür, dass in der Breadcrump-Navi die Hovers nicht CI-Blau sind, denn sonst sieht man sie nicht mehr, da der HG auch blau ist */

.breadcrumbs > span a:hover { color: #ffffff; text-decoration: none; }


/* Sorgt dafür, dass das Erstellungsdatum der Einträge nicht mehr sichtbar ist */
.posts_grid .post_date { display: none; }

body.header_style_2 .header_top .top_nav .top_nav_wrapper > ul > li:active > a, body.header_style_2 .header_top .top_nav .main_menu_nav > ul > li:active > a { color: #ae9f78; }

/* Styles für den Sendenbutton bei Formularen */

.sendenbutton { background-color:#103152; color:#ffffff; font-size:14px; font-weight:bold; }

input[type="checkbox"]
{
    background-color: #fff!important;
    color: #777777;

}

.susanne {
  color:#777777;
  background:#ffffff;
  font-size: 14px;
  padding-left:0px;
  margin-bottom:30px;
}

.susanne2 {
  color:#ffffff;
  background:#30425e;
  font-size: 14px;
  padding-left:0px;
  margin-bottom:30px;
}

/*
.weiss
{
    background-color: #ffffff !important;
  margin-bottom:20px;
  color: #777777!important;
    
}
*/

