/* Enter Your Custom CSS Here */

/*Einruecken der Unterprunkte im Gallerien-Menue:*/
div.menu-gallerien-menue-container ul#menu-gallerien-menue li ul li {
  text-indent:10px;
}

div.menu-gallerien-menue-container ul#menu-gallerien-menue li#menu-item-154 {
  margin-top:25px;
}

/*Schriftgroe?en Ueberschrften*/
h2 {
  margin-bottom:28px;
  font-size:24px;
}

h3 {
  margin-bottom:24px;
  font-size:20px;
}

h4 {
  margin-bottom:20px;
  font-size:18px;
}

/*Hintergrundbild für h1*/
h1 {
  background-image:url(../../images/h1_bild.png);
	background-position:center;
	background-size:100%;
}

/*Abstand von Header nach unten*/
header.page-header {
  margin-bottom:80px;
}

p a {
  font-size:18px;
  font-weight:bold;
}


/*Defintion des Aussehens der Eintrage "ABITUR xy" auf der Archiv-Seite*/
p.archiveintraege {
  margin-bottom:20px;
  text-align:center;
}

p.archiveintraege a {
  display:block;
  width:60%;
  padding:10px 0;
  font-size:18px;
  text-align:center;
  color:#AD662E;
  border:1px solid #AD662E;
}

p.archiveintraege a:hover {
  font-weight:bold;
  background-color: #F4D8C9;
}

/*Defintion für linksbuendigen Text mit Bild rechts daneben - wie auf Startseite*/
.text_links {
  margin-right:32%;
}

.bild_rechts {
  width:30%;
  text-align:right;
}

/*Tabellenformatierung - Preisseite*/
table.preistabelle {
  margin:30px auto;
  width:80%;
  text-align:left;
}

table.preistabelle th {
  font-weight:bold;
  padding:0 20px 0 0;
}

table.preistabelle td {
  padding:6px 0;
  width:30%;
}

/*Text über Passworteingabefeld ausblenden*/
div.entry-content form.post-password-form p {
  text-indent:0;
}

/*Formatierung von a bei passworteingabe*/
div.foto-container div#primary div.entry-content form.post-password-form p a {
  font-weight:normal;
  font-size:16px;
  text-decoration:underline;
}