/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* --- Fuer Bilder mit Bildunterschriften (bis 20-12-31) --- */
.captioned
	{
	margin-bottom: 7px !important;
	}

/* --- Fuer Bildunterschriften (bis 20-12-31) --- */
.captiontext { 
	font-size: 80%;
	}

/* --- Abstand nach oben, wenn der Beitrag mit einem Bild beginnt --- */
.first {
	padding-top: 9px;
	}

/* --- Abstand nach unten, wenn der Beitrag mit einem Bild endet --- */
.last {
	padding-bottom: 9px;
	}

/* --- Fussnoten --- */
.footnote-link
	{
	vertical-align: super;
	position: relative;
	top: 0.9em;
	padding-left: 0.1em;
	}
.footnote {
	font-size: 80%;
	}
.footnote-back-link
	{
	vertical-align: baseline;
	top: -0.1em;
	padding-left: 0.1em;
	}
sup {
	vertical-align: top;
	position: relative;
	top: -0.45em;
	}

/* --- Zur Texthervorhebung --- */
.highlight {
	color: #4D4D4D;
	font-weight: 600;
	}
.fett {
	color: #000;
	font-weight: bold;
	}

/* --- Fuer Seriennavigation, kleiner Font --- */
.serie { 
	font-size: 80%;
	text-align: center;
	}

/* --- Für Bilder mit Bildunterschriften (ab 21-01-01) --- */
.bild-mit-titel {
	margin-bottom: 7px !important;
	}
.bild-titel { 
	font-size: 80%;
	}

/* --- Gepunkteten Rahmen um anklickbares Bild entfernen --- */
a:focus {
	outline: 0;
	}

/* --- Bild einrahmen --- */
.rahmen {
	border: 1px solid black;
	}

/* Zitate */
blockquote {
	font-size: 100%;
	font-style: normal;
/*
	color: #3a3a3a;
*/
	color: #606060;
	}

/* Zur Hervorhebung, u. a. in Listen */
span.neu {
	color: #ff0000;
	}
span.grau {
	color: #777777;
	}

/* Fuer die Gestaltung von Einschueben, Hinweisen usw. */
.kasten {
	margin-top: 0.6em;
	font-style: italic;
	padding: 1em 1.3em;
	background-color: #f8f8f8;
	}

/* Fix zum Angleichen der Abstaende von h1, meta und post in Archiv- und Single-Ansicht */
.single .entry-header {
	margin-bottom: 1em;
	}
.single .entry-title {
	margin-top: 2px;
	margin-bottom: 9px;
	}

/* Anmerkungen */
.remark {
	font-size: 0.8em;
/*
	padding-bottom: 0.8em;
*/
	}

/* Very Simple Contact Form */
.vscf-info {
	font-size: 1em;
	}

/* Fuer den Abstand eines Bildes, das einem anderen unmittelbar folgt */
.luft {
	padding-top: 0.9em;
	}

/* Tabellengruetze entfernen */
table, td, th, tr {
	border: none;
	padding: none;
	}

subsub, supsup {
	font-size: 75%;
	line-height: 0;
	padding-left: 0.1em;
	position: relative;
	}

supsup {
	top: -0.4em;
	}

subsub {
	bottom: -0.25em;
	}

hr {
	width: 30%;
	border: none;
 	/*
 	border-top: 1px dotted #b4b4b4;
 	*/
 	border-top: 1px solid #ddd; 
 	color: #fff;
  	background-color: #fff;
  	height: 1px;
  	margin-left: auto;
	margin-right: auto;
	}