/*
 Theme Name:     NDB Customizr Child
 Theme URI:      https://niederdeutschebuehne.de/
 Description:    Child Theme NDB
 Author:         Soenke Pencik
 Author URI:     http://pencik.de/
 Template:       customizr
 Version:        1.0.0
*/
@import url("../customizr/style.css");
/* @import url("../customizr/inc/assets/css/blue.css"); */

.archive-header {
    visibility: hidden;
    position: relative;
}

.archive-header span {
    visibility: visible;
    display: block;
    position: absolute;
    top: 0;
}

/* START OF Remove Post/Page Navigation (CSS) */
/* Remove Previous/Next & Text 
.pager .previous > a, .pager .previous > span, 
.pager .next > a, .pager .next > span {
display:    none;
}
.assistive-text {
display:    none;
}
/* END OF Remove Post/Page Navigation (CSS) */


/* Tabelle ohne Farben */
.hentry tr:nth-child(odd) td, .hentry tr:nth-child(odd) th, .hentry tr:nth-child(even) td, .hentry tr:nth-child(even) th {
   background-color: transparent;
   border: 0px;
   padding: 5px;
}
.hentry table {
   margin-bottom: 20px;
}




/* Maximale Bildschirmbreite */
@media (min-width: 1440px) {
.tc-header {
width: 1200px;
margin: 0 auto;
}
@media all {
footer#footer {
width: 1200px;
margin: 0 auto;
}
body {
max-width: 1200px;
margin: auto;
}

