/*
 Theme Name:   Twenty Seventeen Salvatorkirche
 Theme URI:    
 Description:  Twenty Seventeen Salvatorkirche Theme
 Author:       Kerstan und Ortmann GbR
 Author URI:   http://klang-technik.de
 Template:     twentyseventeen
 Version:      0.1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-seventeen-child
*/

/*Navigation immer oberhalb*/
.navigation-top {
    top: 0px;
    bottom: inherit;
}

#aktuell .tribe-events-list-separator-month 
{
    display:none;
}

/*1-Spalten-Ansicht Breiter*/
@media screen and (min-width: 30em), all
{
.page-one-column .panel-content .wrap { 
max-width: 100% !important;
}
/*Columns with margin*/
.one_fourth {
    width: 23%;
    margin-right: 01%;
    margin-left: 1%;
}
.one_half {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
}

}


@media screen and (max-width: 46em)
{
/*100% width for columns*/
.one_fourth
{
    width:100%;
}
.one_half {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
}

.content-column {
    margin-right: 0%;
    margin-left: 0%;
}
/* Ausblenden der 1. Spalte in Panel 2 (Gottesdienste)*/
#gottesdienste .one_fourth
{
display: none;
}

#musik .last_column
{
    display: none;
}


#aktuell .one_fourth
{
    display: none;
}


#geschichte-und-architektur .kt_ausblenden .one_fourth
{
    display: none;
}

.tribe-event-image {
    display:none;
}

#panel6 .container {
    margin-bottom:-100px;
}

}



/*Title of Menu-page is not shown*/
.entry-header
{
display:none !important;
}

/*Spacing between entry-title and entry-content smaller */
@media screen and (min-width: 48em), all
{
.panel-content .wrap 
{
padding-bottom: 4.5em;
padding-top: 1em !important;
}
}


/* Container holding the image and the text */
.container {
    position: relative;
}

/* Bottom right text */
.entry-header-front {
    position: absolute;
    bottom: 20px;
    left: 20px;
	  border-radius: 3px;
    padding-left: 20px;
    padding-right: 20px;
		margin-bottom: -4px;
}

a.post-edit-link {
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-variant: small-caps;
	text-transform: lowercase;
	font-weight: bold;
}

h2.entry-title-front {
	font-size: 2.5em;
	color: white;
	letter-spacing: 2px;
}


tr {
    border: 0;
}

td {
    padding: 0;
}
