/*
 Theme Name:   Die Nageltante
 Theme URI:    https://www.dienageltante-beauty.de/
 Description:  Die Nageltante
 Author:       Fabian Plettner
 Template:     vt-grid-mag
 Text Domain:  dienageltante
*/


@font-face {
    font-family: 'brassiereregular';
    src: url('/static/fonts/brassi__-webfont.woff2') format('woff2'),
    url('/static/fonts/brassi__-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    font-family: 'brassiereregular';
}

p, ul, li, ol, td, em {
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 400;
}

em {
    line-height: 1;
}

@media only screen and (max-width: 1061px) {
    #page {
        padding-top: 0 !important;
    }
}

.content-area {
    width: 100%
}

#masthead {
    background: url(gfx/bg.jpg) center center;
    background-size: cover;
    width: 100%;
    z-index: 20;
}

@media only screen and (max-width: 1061px) {
    #masthead {
        top: 0 !important;
        position: relative !important;
    }
}

h4 {
    margin-top: 15px;
}

.container {
    width: 900px;
}

@media only screen and (max-width: 1061px) {
    .container {
        width: 95%;
    }
}

@media only screen and (max-width: 1061px) {
    .hentry {
        padding: 20px 0px;
    }
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    float: none;
    width: 100%;
}

.wp-block-table td {
    padding: 5px 10px;
    line-height: 18px;
    border: 0;
}

.wp-block-table,
.wp-block-table tr {
    border: 0;
}

@media only screen and (max-width: 1061px) {
    .wp-block-table td {
        padding: 5px 3px;
    }
}

.wp-block-table tr td:nth-child(1) {
    width: 60%;
}

.wp-block-table tr:first-child td {
    word-break: break-all;
}

.wp-block-table tr td strong {
    margin-top: 25px;
    display: block;
    font-size: 18px;
}

.entry-content blockquote, .comment-content blockquote, .widget-text blockquote {
    font-size: 1em;
}

tr.headline {
    background-color: rgba(240,240,240,1.0);
}

@media only screen and (max-width: 1061px) {
    .wp-block-table tr td {
        display: block;
    }

    .wp-block-table tr td:nth-child(1) {
        display: inline-block;
        float:left;
        width: 50%;
    }

    .wp-block-table tr td:nth-child(2),
    .wp-block-table tr td:nth-child(3) {
        display: inline-block;
        float: left;
        width: 25%;
        text-align: right;
    }
    

    .wp-block-table tr.headline td:nth-child(2) {
        display: none;
    }

    .wp-block-table tr.headline td:nth-child(1) {
        width: 65%;
    }

    .wp-block-table tr.headline td:nth-child(3) {
        width: 35%;
    }

    .wp-block-table tr:nth-child(2n) {
        background-color: rgba(0,0,0, 0.03);
    }

    .entry-content ul {
        margin-left: 0;
    }
}

ul.wp-block-gallery {
    margin-left: 0;
}

body.home .wp-block-image img {
	height: auto;
}


#holiday {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #aa5e9a;
  color: #fff;
  padding: 10px;
  line-height: 28px;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.75);
box-shadow: 0px 2px 22px 0px rgba(0,0,0,0.75);
	z-index: 200;
	padding-top: 20px;
	padding-bottom: 20px;
}
