* {    
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html{
    background-color: (rgb(84, 0, 0));
}

body {
    padding: 1%; 
    background: linear-gradient(rgb(0, 0, 0) 5%, rgb(84, 0, 0));
    margin: 1em 1em 1em 1em;
    max-width: 70em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: grid;
    gap: 0rem;
    grid-template-columns: repeat(auto-fill, minmax(25em, 1fr));
 }


/* Grossstruktur */

header {
    grid-column: 1 / -1;
    grid-row: 1;
}

#navilink {
	top: 1em;
	right: 1em;
	margin: 0;
	padding: 0.5em 1em;
	position: fixed;
}

picture {
    border-bottom: 1px solid #ff0000;
}


/* Textstile */

hr { 
    width: 90%; 
    height: 2px; 
    margin: 0 auto;
    color: #ff0000;
    background: #ff0000;
}

h1, h2{

}

h1 {
    color: rgb(214, 0, 0);
    font: 1.5em/1.1 Cambria, serif;
    font-weight: 600;
    margin-top: 0.3em;
    line-height: 1.2;
}

h2 {
    color: rgb(255, 255, 255);
    font: 1.3em/1.1 Cambria, serif;
    font-weight: 600;
    margin-top: 0.3em;
    line-height: 1.2;
}

h3 {
    font: 1.5em/1.1 Cambria, serif;
    font-weight: 400;
    margin-top: 0.3em;    
    color: rgb(255, 255, 255);
    line-height: 1.2em;
    }

h4 {
    font: 1.6em/1.1 Cambria, serif;
    font-weight: 600;
    margin-top: 0.3em;    
    color: rgb(0, 0, 0);
    line-height: 1.2em;
    }

h5 {
    font: 1.3em Cambria, serif;
    font-weight: 600;
    margin-top: 0.1em;    
    color: rgb(0, 0, 0);
    line-height: 1.6em;
    }

h6 {
    font: 1.3em Cambria, serif;
    font-weight: 600;
    margin-top: 2em; 
    margin-bottom: 1em; 
    color: rgb(0, 0, 0);
    }

zwischenueberschrift {
    font: 1.3em Cambria, serif;
    font-weight: 400;
    margin-top: 0.1em;    
    color: rgb(0, 0, 0);
    line-height: 1.6em;
    }

Teasertext {
    color: rgb(255, 255, 255);
    line-height: 1.3;
}

Autor {
    font-style:italic;
}

Lesen {
	margin: 20px;
    grid-column: 1 / -1;
    border-radius: 0px 0.5em 2.5em;
	border: 1px solid;
	padding: 10px;
    background: rgb(255, 255, 255);
	border-color: #ff0000;
    box-shadow: 0.6em 0.6em 0.5em rgba(100, 80, 80, 0.62);
    color: rgb(0, 0, 0);
    line-height: 1.3;
}

img {
/*	background: black;
	border: 0px solid black;*/
    width: 100%;
	height: auto;
}




/* Inhalte Boxen */

/* Angaben für alle Boxen*/
Folge_main,
Folge_Liste,
newsletter,
Folge0,
Podcaster,
footer,
videofolge {
	border: 1px solid;
	border-color: #ff0000;
	background: rgba(16, 16, 16, 0.5);
	border-color: #ff0000;
    box-shadow: 0.6em 0.6em 0.5em rgba(100, 80, 80, 0.62);
    border-radius: 0px 0.5em 2.5em;
    padding: 10px 40px 10px 40px;
	margin: 20px;
}

/* Angaben für die breiten Boxen */
Folge_main,
Folge_Liste,
Folge0,
videofolge, 
footer {
    grid-column: 1 / -1;
}

Folge_main {
    padding: 10px 40px 15px 40px;
}

Folge_Liste {
    padding: 10px 30px 15px 30px;
}

Podcaster {
    padding: 15px 40px 10px 40px;
}

newsletter {
    padding: 0px 40px 20px 40px;
}

Bild {
	border: 1px solid;
	padding: 0em;
	margin: 1em;
    background: rgba(0, 0, 0, 1.0);
	border-color: rgb(0, 0, 0);
    align-self: center;
    box-shadow: 0.6em 0.6em 0.5em rgba(100, 80, 80, 0.62);
}


/* Tabellen */

table {
    table-layout:fixed;
    margin: 0.5em;
    overflow-x: hidden;
    overflow-y: auto;
}

tbody {
    overflow-x: hidden;
    overflow-y: auto;
}

th,
td,
caption {
    border: 1px solid #ff0000;
}

td {
    padding: 0.4em 0.8em;
    border-radius: 1em;
    overflow-x: hidden;
}


/* div-Boxen */

div.table {
	display: table;
	width: calc(100% - 10px);
	padding: 5px;
}

div.spalte {
	display: table-cell;
	width: 200px;
	padding: 5px;
}

div.icon {
	display: table-cell;
	width: 1.5em;
	padding: 0.2em;
}

div.icontext {
    color: rgb(199, 199, 199);
	display: table-cell;
	width: 40%;
	padding: 0.5em;
    vertical-align:middle;
}

div.adresse {
    display: table;
    width: 220px;
    padding: 20px;
}

div.adresseeintrag {
    display: table-cell;
}


/* Formulare */

form {
	border: 0px solid;
	padding-top: .5em;
}

input {
	background-color: #fffbf0;
	border: 1px solid;
	width: 15em;
}

textarea {
	background-color: #fffbf0;
	border: 1px solid;
	width: 30em;
    height: 15em;
}

label {
	display: inline-block;
	margin-bottom: 0.2em;
	line-height: 1.2em;
}

input:invalid {
	border: 1px solid red;
}



/* Audioplayer */

/** audio player styles **/
.audio-player, .audio-player div, .audio-player a, .audio-player span, .audio-player button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

div.audio-player {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  background: rgb(84, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0.5em;   /** hier Rundung einstellen **/
}

/* play/pause control */
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  position: relative; 
  text-indent: -9999px;
}

.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
  width: 34px;
  height: 34px;
  top: 5px;
  left: 5px;
  background: transparent url('Bilder/playpause.png') 0 0 no-repeat;
}
.mejs-controls .mejs-pause button { background-position: 0 -35px; }
 

/* time scrubber bar */
.mejs-controls div.mejs-time-rail { width: 100%; }
 
.mejs-controls .mejs-time-rail span {
  position: absolute;       
  display: block;
  width: 100%;
  height: 12px;
  top: 14px;
  left: 55px;
  cursor: pointer;
  -webkit-border-radius: 0px 0px 2px 2px;
  -moz-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}
 
.mejs-controls .mejs-time-rail .mejs-time-total { 
  background: #565860; 
  width: 80% !important; /* fixes display bug using jQuery 1.8+ */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  top: 0;
  left: 0;
  width: 0;
  background: #7b7d82;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  top: 0;
  left: 0;
  width: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #ff0000;
}

/* metallic sliders */
.mejs-controls .mejs-time-rail .mejs-time-handle {
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  top: -6px;
  background: url('Bilder/handle-lg.png') no-repeat;
}

