/*
 * CSS Name: bild
 * Author: Marc Paintinger
 * Author URI: https://paintinger.net
 */

    /* Stil für den Container des Bildes */
 .bild{
	max-width: 100%;
	height: auto;
    padding-top: 0em;
    margin-left: -15px;
}

a.adresse{
    text-decoration: none;
    font-size: 95%;
    font-weight: normal;
	color: #000000;
}

.adresse_box {
    background-color: rgb(255, 255, 255);
    margin: 10px 0px 0px;
}
.adresse_links {
    width: 12px;
    height: auto;
    float: left;
    padding: 3px 0px 0px 15px;
    vertical-align: top;   
}

.adresse_rechts {
    width: 295px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0px 10px 0px;
}

.archiv {
    color: rgb(32, 29, 29);
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: .5em;
	padding: 0px 100px 0px;

}.archivul {
    list-style-type: none;
}

.filme {
    border-radius: 0px;
}

.entry-datum {
    font-size: 100%;
	font-family: "Lucida Grande", "Trebuchet MS", arial, Helvetica, sans-serif;
    text-align: left;
}

.entry-fuss {
    font-size: 80%;
	font-family: "Lucida Grande", "Trebuchet MS", arial, Helvetica, sans-serif;
    margin-top: 10px;
    text-align: right;
}

.textabsatz {
    padding: 0px 15px 0px 15px;
    background-color: #ffffff;
    border-radius: 5px;
  }
  
  .textabsatz p {
    margin: 0;
  }

  .einruecken {
    padding-left: 20px; /* Verschiebt den gesamten Textinhalt nach rechts */
    padding-right: 20px; /* Verschiebt den gesamten Textinhalt nach rechts */
  }

  .bild-container {
    display: inline-block;
    margin-top: 20px; /* Abstand vor jedem Bild */
    padding: 0;
    line-height: 0;   /* Verhindert Abstand zwischen Bild und Text */
}

.bild-container img {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

.unterschrift {
    margin: 0;
    padding: 6px 20px;        /* vertikal etwas Abstand, horizontal 20px */
    font-size: 75%;
    background-color: #f0f0f0;
    text-align: left;
    line-height: 1.2;
}

.film-container {
    display: inline-block;
    margin-top: 20px; /* Abstand vor dem Video */
    padding: 0;
    line-height: 0;
}

.film-container video {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}
