/*
 Theme Name:     IPB
 Theme URI:      
 Description:    Child theme for use with Twenty Sixteen Theme.
 Author:         Deepsea
 Template:       twentysixteen
 Version:        2.0.0
*/

/* Add Custom CSS after this line */

/****************************************************************/
/*                             Header                           */
/****************************************************************/
@media screen and (min-width: 44.375em) {
body:not(.custom-background-image):before, body:not(.custom-background-image):after {
    height: 0px;
}
}

.site {
	margin-top: 0 !important;
}

.site-header {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
    padding: 0 4.5455% !important;

}

div.header-image {
	padding: 0;
	margin: 0;
}

/****************************************************************/
/*                       Main navigation                        */
/****************************************************************/
#site-navigation {
	padding: 0 !important;
	margin: -1em 0 0 0 !important;
}

/****************************************************************/
/*                   Content, Page, Article                     */
/****************************************************************/
.page-header {
    border-top: none;
    padding-top: 0;
}

.location h1.entry-title,
.event h1.entry-title,
h1.entry-title,
h2.entry-title {
    font-size: 1.333em;
}

.post .entry-title {
    font-size: 1.333rem;
    border-bottom: 2px solid rgba(50, 103, 89, 0.4);
}

.page .entry-title {
    font-size: 1.333em;
    color: #777;
    padding: 0.3em 0.6em;
    border: 1px solid rgba(50, 103, 89, 0.3);
}

.page div.entry-content {
    padding-left: 1em;
}

.home.page div.entry-content {
    padding-left: 0 !important;
}

.archive.category h1.page-title {
    font-size: 1.333em;
    color: #777;
    padding: 0.3em 0.6em;
    border: 1px solid rgba(50, 103, 89, 0.3);
}

.search h1.page-title {
    font-size: 1.333em;
    color: #777;
    padding: 0.3em 0.6em;
    border: 1px solid rgba(50, 103, 89, 0.3);
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
    margin-before: 1em;
    margin-after: 1em
}

h4 {
    font-size: 1.12em;
    margin-before: 1.33em;
    margin-after: 1.33em
}

h5 {
    font-size: .83em;
    margin-before: 1.67em;
    margin-after: 1.67em
}

h6 {
    font-size: .67em;
    margin-before: 2.33em;
    margin-after: 2.33em
}

body p {
    font-size: 1.1em;
    margin-before: 1em;
    margin-after: 1em
}

h6 {
    color: #326759 !important;
}

body, button, input, select, textarea {
    font-size: 1rem;
    line-height: 1.5rem;
}

body {
    font-family: 'Abel', sans-serif;
    text-decoration: none !important;
}

.entry-footer {
    display: none;
}

.more-link {
    float: right;
    padding-top: 1em;
}

.widget {
    font-size: 1.1rem;
    line-height: 1.3rem;
    border-top: none;
    padding-top: 0;
	margin-bottom: 2.7em;
}

.widget-title {
    border-bottom: 2px solid #222;
}

#content-bottom-widgets {
    color: #fff;
    background: #222;
}

.post-navigation {
    display: none;
}

table, th, td {
    border: none;
}

ul {
    list-style-type: circle;
}

/****************************************************************/
/*                       The post grid                          */
/****************************************************************/
.rt-tpg-container .entry-title {
 border: none;
 font-weight: normal !important;
 font-family: \'Abel\', sans-serif;
}

.rt-detail .read-more a {
   border-radius: 0 !important;
   padding: 3px 6px !important;
}


.tpg-shortcode-main-wrapper .layout1 .rt-holder .rt-detail {
    padding: 10px !important;
}

div.rt-detail h2.entry-title {
    padding: 0 !important;
}

/****************************************************************/
/*                       Event manager                          */
/****************************************************************/

.em.pixelbones ul {
    list-style: none !important;
}

/****************************************************************/
/*                     Members post type                        */
/****************************************************************/
.members h5 {
    line-height: 1.5em;
}

.members-country {
    margin-top: 3em;
    padding-left: 0.3em;
    background: rgba(50, 103, 89, 0.1);
}

.members-meta {
    font-size: 1.1em;
    display: block;
}

.members-meta.abb {
    font-weight: bold;
}

.members-meta.zip {
    float: left;
    margin-right: 0.6em;
}

.members-meta.country {
    font-weight: bold;
    margin-bottom: 2em;
}

/****************************************************************/
/*                         Search form                          */
/****************************************************************/
.widget input.search-field[type="search"] {
    padding: 0.1em 0.5em;
    background: rgba(50, 103, 89, 0.1);
    border: 1px solid rgba(50, 103, 89, 0.3);
}

.widget .search-submit::before {
    font-size: 16px;
    left: 1px;
    line-height: 25px;
    width: 34px;
    background: rgba(50, 103, 89, 1);
    border: none;
}

/****************************************************************/
/*                         Site footer                          */
/****************************************************************/
footer {
	background: #000;
}

.site-footer {
    color: #fff;
    background-color: rgba(50, 103, 89, 0.9);
	max-width: 1200px;
	margin: 0 auto;
}

/*.site-footer {
    color: #fff;
    background-color: rgba(50, 103, 89, 0.9);
    padding: 0 4.5455% 1em;
}*/

.site-info {
    padding: 1em 3em 0 3em;
    color: #fff;
	font-size: 1.1em;
    font-weight: bold;
}

.impressum {
	text-align: center;
}

.impressum a {
	color: #fff !important;
	text-align: center;
}

