/*
 Theme Name:     Natwiss
 Theme URI:      
 Description:    Child theme for use with Twenty Sixteen Theme.
 Author:         Deepsea
 Template:       twentysixteen
 Version:        1.0.0
*/
 
/* Add Custom CSS after this line */

/* Sidebar to the left */
@media screen and (min-width: 56.875em) {
	.sidebar {
		float: left;
		margin-right: 75%;
		margin-left: 0;
	}

	.content-area {
		float: right;
		margin-right: 0;
		margin-left: -100%;
	}
	.entry-content {
		width: 100%;
	}
}

@media screen and (max-width: 56.8em) {
	.entry-content {
		width: 86% !important;
	}
}

button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
	background: rgba(34,49,81,0.8) none repeat scroll 0 0;
}

button:hover {
	background: rgba(34,49,81,1.0) none repeat scroll 0 0;
}

.post-11 h1.entry-title {
	font-size: 0px;
}

.entry-title {
	font-size: 1.7rem;
	/*border-bottom: 1px solid rgba(0,0,0,0.2);*/
	font-family: 'Roboto Condensed', sans-serif;
}

.entry-title a {
	color: rgba(0,0,0,0.7);
}

.entry-title a:hover,
.entry-title a:focus {
	color: rgba(34,49,81,0.4);
}

h1.page-title {
	font-family: 'Roboto Condensed', sans-serif;
}

h2 { font-size: 1.5em; 	font-family: Arial, sans-serif; }
h3 { font-family: 'Roboto Condensed', sans-serif; font-size: 1.17em; margin-before: 1em; margin-after: 1em }
h4 { font-size: 1.12em; margin-before: 1.33em; margin-after: 0.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: 1em; margin-before: 1em; margin-after: 1em }

.entry-content h4, .entry-content h5, .entry-content h6, .entry-summary h4, .entry-summary h5, .entry-summary h6, .comment-content h4, .comment-content h5, .comment-content h6 {
	font-size: 1.1875rem;
	line-height: 1.10526;
	margin-bottom: 0.333em;
	margin-top: 2.94737em;
}

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

body {
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none !important;
	background: #fff !important;
	color: #555;
}

body a {
	color: #222;
}


body:not(.search-results) article:not(.type-page) .entry-content {
	width: 100%;
}

.site-header {
	padding: 2.25em 4.5455% 0.1em 4.5455%;
}

#separator {
	height: 1em;
	background: rgba(34,49,81,0.6);
	margin-bottom: 2em;
}

.page-title {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.7rem;
	border-bottom: 1px solid #eee;
}

.page-header {
	border-top: none;
	padding-top: 0;
}

.social-navigation ul {
    float: right;
}

ul {
	list-style-type: circle;
}

ul, ol {
	margin-left: 5% !important;
}

/*******************************************************/
/*                    POST GRID                        */
/*******************************************************/
.rt-tpg-container {
	margin-top: -15px;
}

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

.rt-pagination .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0px;
    background: transparent;
    border-top: 0;
}

.rt-pagination .pagination > li:first-child > a, .rt-pagination .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.rt-pagination .pagination > li:last-child > a, .rt-pagination .pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a, .rt-pagination .pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.rt-pagination .pagination > li > a, .rt-pagination .pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.rt-pagination .pagination > .active > a, .rt-pagination .pagination > .active > span, .rt-pagination .pagination > .active > a:hover, .rt-pagination .pagination > .active > span:hover, .rt-pagination .pagination > .active > a:focus, .rt-pagination .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    background-color: #555555;
    border-color: #555555;
    cursor: default;
}

/*******************************************************/
/*     PAGINATION - NAVIGATION - MORE LINK             */
/*******************************************************/
.pagination {
	border-top: 1px solid rgba(34,49,81,0.3);
}

.pagination::before, .pagination::after {
	background-color: rgba(34,49,81,0.6);
}

.pagination .prev, .pagination .next {
	background-color: rgba(34,49,81,0.3);

}

.post-navigation {
	display: none;
}

.more-link {
	float: right;
	margin-top: 1em;
	padding: 0 0.3em;
	background: rgba(34,49,81,0.3);
}

/*******************************************************/
/*                 SIDEBAR                             */
/*******************************************************/
.widget {
	border: 1px solid #eee;
	padding-top: 0;
}

.widget-title {
	font-family: 'Roboto Condensed', sans-serif !important;
	background: rgba(34,49,81,0.6);
	padding: 0.444em;
	color: #fff;
	text-align: center;
}

.widget a {
	font-weight: bold;
	font-size: 1.3em;
}

.widget ul {
	padding: 0.6em;
	list-style: none;
	line-height: 1.5em;
}

/*******************************************************/
/*                 CATEGORIES LISTING                  */
/*******************************************************/
.category-archiv,
.category-arbeitskreise,
.category-nachrichten {
	/*padding: 0.6em;*/
	background: rgba(34,49,81,0.04);
	margin-bottom: 1em;
}

.site-main > article {
    margin-bottom: 2em;
}

/*******************************************************/
/*                 FOOTER                              */
/*******************************************************/
.entry-footer {
	display: none;
}

.site-footer .site-title::after {
	content: "";
}

.site-info {
	margin: 0 auto;
	padding-top: 1em;
	color: rgba(255,255,255,1.0);
	font-weight: bold;
}

.impressum {
	font-size: 1.5em;
	text-align: center;
}

#colophon {
	background: rgba(34,49,81,0.8);
}

#colophon a {
	color: rgba(255,255,255,1.0);
	font-weight: bold;
}
