/*
Theme Name: Früh Kölsch RESPONSIVE
Theme URI:
Author: 	Früh
Author URI:
Description: Theme für Früh Kölsch
Version: 0.1
License:
Template: blankslate
Text Domain: fruehresponsive
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



.extrafield {display: none;}
.page-id-5113 .bildercontainer img {width: 100%; margin: 0 0 30px 0;}
.page-id-5113 h1 {margin: 40px 0 0 0;}




ul.footersocialmedia li a.instagram{padding:2px 2px 4px 4px;}
ul.footersocialmedia li a.instagram:before{content:"\e807";}

.page-template-archive-events .eventspage .frueh-event img {
    max-width: 300px;
    max-height: 200px;
}

.metanavi ul li{
    margin: 0 15px 0 0 !important;
}


/* DSE Tabelle */
.dse-table{
	font-size: 12px;
    line-height: 1.2em;
    font-family: sans-serif;
    text-align: left;
}
.dse-table tr{
	vertical-align: top;
}
.dse-table tr:nth-child(even){
	background-color: #eee;
}
.dse-table tr:first-of-type{
	font-weight: bold;
}
.dse-table td{
    padding-top: 5px;
    padding-right: 8px;
}


/* Cookie */
#cookie-notice{
    z-index: 999999 !important;
}

@media (min-width: 992px) {
    .legal-page .entry-content {
        display: grid;
        grid-template-columns: 275px 10px 1fr;
        width: 940px;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .legal-page .entry-content .komponente:first-child {
        grid-column: 1 /span 1;
        grid-row: 1 / span 3;


    }
    .legal-page .entry-content .komponente {
        grid-column: 3 /span 1
    }

    .legal-page .entry-content .komponente:first-child ul {
        position: fixed;
        top: 175px;

    }
    .legal-page .entry-content .komponente:nth-child(2) h2:before {
        margin-top:0 !important;
        margin-bottom:50px !important;
        opacity:0;
    }

    .legal-page .entry-content .komponente:nth-child(2) > p {
        top: -100px;
    }
}
.legal-page .entry-content {
    margin-bottom:100px;
}
.legal-page .entry-content .komponente:first-child ul {
    list-style:none;
    text-align:left;
    padding-top: 30px;
}

.legal-page .entry-content .komponente.html table {
    text-align: left;

}
.legal-page .entry-content .komponente.html table td:first-child{
    padding-right:20px;
}

.legal-page .entry-content .komponente.html table td {
    vertical-align:top;
}

.legal-page .entry-content .komponente.html h2 {
    text-align: left;
}

.legal-page .entry-content .komponente.html h2:before {
    content: ' ';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #666;
    margin: 120px auto;
}

.legal-page .entry-content .komponente:first-child ul li a{
    color: black;
    text-decoration: none;
}

@media (max-width: 991px) {

    .legal-page .entry-content .komponente {
        width: calc(100vw - 60px);
        padding: 0 30px;
    }

    .legal-page .entry-content .komponente .legal-menu {

        padding-left:0;
    }
    .legal-page .entry-content .komponente section {
        display:block;
        overflow:hidden;
    }
}

.legal-page .entry-content .komponente {
    position: relative;
}
.legal-page .entry-content .komponente > p {
    display:block;
    position: absolute;
    top: 140px;
}
