/*
Theme Name: Twenty Seventeen Child
Description: Twenty Seventeen Child Theme
Author: Thomas Deuschl
Template: twentyseventeen
*/

/* ----------- Template Anpassungen ----------- */
body.page-template-template-full-width #content #primary {
	max-width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header,
body.page-template-template-full-width #content #primary .entry-content {
    float: none;
    width: 100%;
}

body.page-template-template-full-width #content #primary .entry-header {
    margin-bottom: 4em;
}

.page-one-column .panel-content .wrap{
	max-width: 1000px !important;
}

/* ----------- Cookie-Banner Buttonfarbe ----------- */
.button-color{
	color: #ffffff !important;
  	background-color:#1b79af!important;
	padding: 0.3rem 0.5rem;
	border-radius: 0.35rem;
}

/* ----------- Textformatierungen ändern ----------- */

h2{
	color:#1b79af;
}

.content-liste{
	padding-left:1rem;
}

.social-navigation a{
  background-color:#1b79af;
}

button, input[type="submit"]{
 	background-color:#1b79af;
	border-radius: 0.35rem !important;
	float: left;
	margin-right: 0.5rem;
}
.p_button{
	padding-top:1rem;
}

/* ----------- WP Seitentitel ausblenden ----------- */
header.entry-header{
	display:none;
}

/* ----------- Footer Info ausblenden/ändern ------- */
.site-info ul li{
	list-style:none;
	display:table-cell;
	padding:0 0.3rem;
	border-right:solid thin #a8a8a8;
}
.site-info ul li:last-of-type{
	border-right:none;
}

/*----------- Änderungen Simply Login Plugin --------*/

.swpm-membership-level-row, .swpm-edit-profile-link, .swpm-logged-expiry, .swpm-firstname-row, .swpm-lastname-row, .swpm-logged-membership{
	display: none !important;
}