/*
 Theme Name:   Britta Steinbrecht
 Theme URI:    http://www.andersnoren.se/teman/hamilton-wordpress-theme/
 Description:  Hamilton Child Theme
 Author:       Walter Stoeber
 Author URI:   http://web-on-the.docks.de
 Template:     hamilton
 Version:      0.9.4
 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:  bs
*/

/* Typo */

body,
input {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
}

a:not(.post-preview) {
	border-bottom: .1rem solid transparent;
}

body a {
	text-decoration: none;
}

a:not(.post-preview):hover,
a:not(.post-preview):focus,
a:not(.post-preview):active {
	border-bottom-color: #000;
}

.site-header .site-title a {
	border-bottom: none;
}

.site-header .site-title a:hover {
	color: rgba(0, 0, 0, .35);
	text-decoration: none;
	border-bottom-color: transparent;
}

.entry-content a:hover {
	color: #000;
}

.entry-content a {
	border-bottom: .1rem solid rgb(0, 0, 0);
}

.site-header {
	padding: 40px 0 50px;
}
.lock-screen .site-header {
	background-color: #eef3f0;
}
/* Fullwidth-Template */
.page-template-fullwidth-page-template .section-inner.thin {
	max-width: 100%;
}

.page-template-fullwidth-page-template strong {
	font-weight: normal;
}

@media (min-width:750px) {
	.page-template-fullwidth-page-template .has-post-thumbnail .page-header,
	.page-template-fullwidth-page-template .has-post-thumbnail .entry-content {
		width: 70%;
	}

	.page-template-fullwidth-page-template .has-post-thumbnail .entry-content {
		padding-right: 4em;
	}

	.page-template-fullwidth-page-template .has-post-thumbnail .featured-image {
		width: 70%;
	}

}

@media (min-width:1001px) {
	.page-template-fullwidth-page-template .has-post-thumbnail .page-header,
	.page-template-fullwidth-page-template .has-post-thumbnail .entry-content {
		float: left;
		width: 50%;
	}

	.page-template-fullwidth-page-template .has-post-thumbnail .entry-content {
		padding-right: 4em;
	}

	.page-template-fullwidth-page-template .has-post-thumbnail .featured-image {
		display: block;
		float: right;
		width: 50%;
		padding-top: 1em;
	}

}

@media (min-width:1680px) {
	.page-template-fullwidth-page-template .has-post-thumbnail .page-header,
	.page-template-fullwidth-page-template .has-post-thumbnail .entry-content {
		width: 50%;
	}

	.page-template-fullwidth-page-template .has-post-thumbnail .entry-content {
		padding-right: 12em;
	}

	.page-template-fullwidth-page-template .has-post-thumbnail .featured-image {
		width: 50%;
	}

}

.linked-pages {
	clear: both;
}

.section-inner {
	max-width: 1680px;
}

.meta.bottom,
.page-header,
.entry-content {
	text-align: left;
	min-height: 0;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 25px;
}
.meta.bottom p.tags a {
	margin-right: 20px;
}

.page-header {
	margin-top: 13px;
}

/* IE 10 & 11 Fixing */
.page-header > div {
	-ms-flex-preferred-size: auto;
}

.page-header p {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 25px;
}

.site-header .site-title {
	font-size: 23px;
}

.title {
	font-size: 23px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
}

.title + p {
	margin-top: 15px;
}

.page-header .meta {
	margin-top: 0;
	line-height: 1.5;
}

.meta.bottom p.tags {
	float: none;
	line-height: 1.5;
	max-width: 100%;
	margin-left: 0;
}

.meta span {
	margin-left: 0;
}

.meta a:hover,
.tags a:hover {
	border-bottom-color: rgb(0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, .35);
}

.single-bs-portfolio .entry-content {
	margin-top: 50px;
	margin-bottom: 0;
}

.single-bs-portfolio .meta.bottom {
	margin-top: 5px;
}

.related-posts .post-preview:nth-child(3) {
	display: block;
}

.related-projects-title {
	font-size: 23px;
	font-weight: 400;
	margin-bottom: 25px;
}

.related-posts .post-preview .preview-image {
	background: rgb(0, 0, 0) no-repeat center;
	background: rgba(0, 0, 0, 0.1) no-repeat center;
	background-size: cover;
	position: relative;
}

.related-posts .post-preview .preview-image::before {
	content: "";
	display: block;
	padding-bottom: 100%;
	width: 100%;
}

.gallery {
	left: 0;
}

figure {
	margin: 0;
}

.post-preview header,
.post-preview figcaption {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-start;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 30px;
	top: 25px;
	font-size: 18px;
	text-align: left;
	transition: all .3s ease-in-out;	/* transform: translateY(0); */
}

.post-preview:hover figcaption {
	opacity: 1;
	color: #fff;
	font-weight: 400;
}

.post-preview figcaption .title {
	font-size: 18px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}

.post-preview figcaption .description {
	color: #A4A4A4;
}

.preview-image::after {
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .8);
}

@media (min-width:1240px) {
	.section-inner {
		margin-left: 40px;
		text-align: left;
	}

	.section-inner .section-inner {
		margin-left: 0;
	}

}

.single .post-preview,
.archive .post-preview,
.page-template-portfolio-template .post-preview {
	width: 100%;
}

.post-preview header {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	transform: translateY(0);
}

.post-preview header h2 {
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
}

@media (max-width:400px) {
	.post-preview header {
		bottom: 20px;
		left: 20px;
		right: 20px;
		top: 20px;
	}

}

@media (min-width:750px) {
	.single .post-preview,
	.archive .post-preview,
	.page-template-portfolio-template .post-preview {
		width: 50%;
	}

	.related-posts .post-preview {
		width: 50%;
	}

	.site-footer {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

}

@media (min-width:1001px) {
	.single .post-preview,
	.archive .post-preview,
	.page-template-portfolio-template .post-preview {
		width: 50%;
	}

	.three-columns-grid .post-preview h2 {
		font-size: 18px;
	}

}

@media (min-width:1240px) {
	.single .post-preview,
	.archive .post-preview,
	.page-template-portfolio-template .post-preview {
		width: 33.333%;
	}

	.single .related-posts .post-preview {
		width: 25%;
	}

}

@media (min-width:1680px) {
	.archive .post-preview,
	.page-template-portfolio-template .post-preview {
		width: 25%;
	}

	.single .post-preview {
		width: 33.333%;
	}

}

.site-footer {
	margin-top: 20px;
}

.site-footer p {
	line-height: 1.5;
	text-align: left;
}

.site-footer-inside {
	font-size: 1em;
	padding-bottom: 1em;
}

.site-footer .site-footer-inside {
	text-align: left;
	line-height: 1.5;
	font-size: 1em;
}

.related-posts-wrapper:after {
	clear: both;
	content: "";
	display: block;
}

.nav-toggle {
	top: calc(50% - 18px);
}

.site-footer input[type="submit"],
.site-nav input[type="submit"] {
	display: none;
}

.site-footer input[type="search"],
.site-nav input[type="search"] {
	width: 100%;
	display: block;
	background-color: white;
	border: none;
	padding: 0;
	margin-bottom: 5px;
	-webkit-appearance: none;
}

.site-nav input[type="search"] {
	background-color: #eef3f0;
	padding: 0;
}

.widget_search label {
	font-size: 20px;
}



.site-nav {
	transform: translateY(0);
	transition: none;
	margin-top: 0;
}

nav.site-nav.active {
	background-color: #eef3f0;
	padding: 125px 0 0;
	
}

.site-nav ul + ul {
	margin-left: 0;
}

.site-nav li + li {
	margin-top: 0;
}

/* Navigation */
.site-nav ul:first-child li {
	display: block;
	font-size: 23px;
	font-weight: normal;
	letter-spacing: -0.025em;
	line-height: 1.5;
	width: 100%;
	margin-bottom: 8px;
	margin-top: 0;
}

.site-nav .widget p,
.site-nav .widget ul li {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
}

.site-nav .widget ul li {
	margin-bottom: 0;
}

.site-nav ul:first-child,
.site-nav .widget-area {
	padding-bottom: 60px;
}

.site-nav .menu-tag-menu-container ul {
	padding-bottom: 0;
}

.site-nav .widget-area:last-child {
	padding-bottom: 0;
}

.site-nav .widget {
	margin-bottom: 20px;
}

.site-nav .widget * {
	font-size: 18px;
	line-height: 1.5;
}

.site-nav .widgettitle {
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: 400;
}

.site-nav .widget p {
	margin-bottom: 15px;
}
.menu-footer-menu-english-container .menu,
.menu-footer-menue-container .menu {
	margin: 0;
	list-style: none;
}
.menu-footer-menu-english-container .menu li,
.menu-footer-menue-container .menu li {
	margin: 0;
}


.site-nav ul:last-child a:hover,
.site-nav ul:last-child .current-menu-item > a,
.site-footer ul a:hover,
.site-footer ul .current-menu-item > a {
	border-bottom-color: #000;
}

@media (min-width:620px) {
	.site-nav .menus > ul,
	.site-nav .widget-area {
		float: left;
		width: 100%;
		margin-right: 0;
	}

}

@media (min-width:750px) {
	.site-nav .menus > ul,
	.site-nav .widget-area {
		float: left;
		width: calc(50% - 15px);
		margin-right: 15px;
	}

}

@media (min-width:1001px) {
	.site-nav .menus > ul,
	.site-nav .widget-area {
		float: left;
		width: calc(50% - 20px);
		margin-right: 20px;
	}

}

@media (min-width:1240px) {
	.site-nav ul:first-child {
		float: left;
		width: calc(20% - 60px);
		margin-right: 60px;
		padding-bottom: 350px;
		position: relative;
	}

	.site-nav .widget-area ul {
		float: none;
		width: auto;
		margin-right: 0;
		padding-bottom: 0;
		position: static;
	}

	.site-nav .widget-area {
		float: left;
		width: calc(25% - 60px);
		margin-right: 60px;
		padding-bottom: 0;
	}

	.site-nav .lang-item {
		position: absolute;
		bottom: 0;
	}

}

@media (min-width:1680px) {
	.site-nav ul:first-child {
		width: calc(20% - 140px);
		margin-right: 120px;
	}

	.site-nav .widget-area {
		float: left;
		width: calc(25% - 140px);
		margin-right: 140px;
	}

	.site-nav .widget-area ul {
		width: auto;
		margin-right: 0;
	}

}

.
