/*---------------------------------------------------------------------------------

	Theme Name: Linden
    Text Domain: Linden
	Version: 1.09
	Description: Linden is designed and coded by timokahl in hannover, germany.
    Author: timo kahl
	Author URI: http://www.timokahl.com
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

-----------------------------------------------------------------------------------

	0.	CSS Reset
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Archive
	5.	Singular
	6.  Entry Content
	7.	Comments
	8.	Page Templates
	9.	Pagination
	10.	Footer
	11. Media Queries

----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */


html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    width:100%;
}


h1, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
	font-size:100%;
	line-height:1;
}

h4 {
	-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul { list-style:none; }

blockquote:before,
blockquote:after { content:""; }

a { outline:none; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}




/* Screen Reader Text */

.screen-reader-text {
	clip: rect( 1px, 1px, 1px, 1px );
	height: 1px;
	overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100001; /* Above WP toolbar. */
}


/* -------------------------------------------------------------------------------- */
/*	1. Document Setup
/* -------------------------------------------------------------------------------- */


body {
  background: #fff;
	border: none;
  color: #444;
  font-family: 'Ubuntu', serif;
  font-size: 20px;
  font-weight:400;
padding-left: 380px;
}

body.lock-scroll {
	height: 100%;
	position: fixed;
	width: 100%;
}

body * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}

body a {
	color: #121212;
	text-decoration: none;
}

body a:hover {

}

img {
	display: block;
	height: auto;
    max-width: 100%;
}

h1, h4, h5, h6 {
  font-family: 'Ubuntu', sans-serif;
  text-transform:uppercase;
  font-weight:400;
  letter-spacing:1px;
}

h4 {
	color: black;
}

h2 {
  font-family: 'Ubuntu', sans-serif;
  text-transform:uppercase;
  font-weight:200;
  color: grey;
}

h3 {
  font-family: 'Ubuntu', sans-serif;
  text-transform:uppercase;
  font-weight:400;
  margin-top: -23px!important;
  margin-bottom: -10px;

}
.group:after,
.pagination:after,
.gallery:after {
	clear: both;
	content: "";
	display: block;
}

::selection {
	background: #121212;
	color: #FFF;
}



input::-webkit-input-placeholder { color: rgba( 0, 0, 4, 0.4 ); }
input:-ms-input-placeholder { color: rgba( 0, 0, 4, 0.4 ); }
input::-moz-placeholder { color: rgba( 0, 0, 4, 0.4 ); }


.parallax1, .parallax2 {
position: relative;
}

/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.site-content {
	position: relative;
}

.section-inner {
	margin: 0 auto;
	  width:85%;
}

.section-inner.wide {

}

.section-inner .section-inner {
	width: 100%;
}


/* Base Transitions ----------------------------- */

a {
	transition: all .15s linear;
}


/* Base Typography ----------------------------- */

.entry-title {
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform:uppercase;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: -.45px;
	line-height: 1.25;
		-ms-word-break: break-word;
	word-break: break-word;
}

.excerpt {
	font-size: 24px;
	line-height: 1.45;
}

.excerpt a {
	border-bottom: 1px solid #121212;
	color: #121212;
}

.excerpt a:hover {
	border-bottom-color: rgba( 0, 0, 4, 0.4 );
	color: rgba( 0, 0, 4, 0.4 );
	text-decoration: none;
}


/* Base Media ----------------------------- */


.bg-image {
	background: no-repeat center;
	background-size: cover;
}


/* -------------------------------------------------------------------------------- */
/*	3.	Header
/* -------------------------------------------------------------------------------- */


.site-header {
	color: #fff;
    margin: 0 auto 0 auto;
	padding: 80px 50px 144px 50px;
	position: fixed;
		left: 0;
		    height: 110px;
		bottom: 0;
		top: 0;
    width: 380px;
	z-index: 600;
}


@media (max-width: 780px){
	.site-header {
		height: 77px;
	}
}
/*LOGO_OBEN*/
	.site-header img {
		max-width: 100px;
		max-height: 100px;
	}

.same-custom-bgs .site-header,
.white-bg .site-header {
	border-right: 1px solid rgba( 0, 0, 4, .075 );
}

.site-header a {
	color: #fff;
}

.dark .site-header,
.dark .site-header a {
	color: rgba( 0, 0, 0, .9 );
}

.site-title,
.site-description {
	line-height: 1.25;
}

.site-title a {
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform:uppercase;
  font-size: 32px;
  font-weight: 400;
}

.site-title a:hover {
	text-decoration: none;
}

.dark .site-title a:hover {
	border-bottom-color: rgba( 0, 0, 0, .9 );
}

.site-description {
	color: rgba( 255, 255, 255, .6 );
	margin-top: 8px;
}

.dark .site-description {
	color: rgba( 0, 0, 0, .4 );
}

.nav-toggle {
	cursor: pointer;
	display: none;
    height: 30px;
    position: absolute;
		right: 7.5%;
		top: calc( 50% - 15px );
    width: 50px;
}

.nav-toggle:before {
	content: "";
		display:none;
	position: absolute;
		bottom: -20px;
		left: -20px;
		right: 0;
		top: -20px;
}

.nav-toggle .bar {
    background: #fff;
    	display:none;
    height: 1px;
	margin-top: 0;
	opacity: 1;
    position: absolute;
        right: 0;
        top: 50%;
	transform: rotate( 0deg );
    transition: transform .2s ease-in 0s, margin 0.2s ease-out 0.2s;
    width: 28px;
	z-index: 1;
}

.dark .nav-toggle .bar {
	background: rgba( 0, 0, 0, .9 );
}

.nav-toggle .bar:nth-child(1) { margin-top: -5px; }
.nav-toggle .bar:nth-child(2) { margin-top: 3px; }

.nav-toggle.active .bar {
	transition: margin 0.2s ease-in, transform 0.2s ease-out 0.25s;
}

.nav-toggle.active .bar:nth-child(1) {
    margin-top: -1px;
    transform: rotate( 45deg );
}

.nav-toggle.active .bar:nth-child(2) {
    margin-top: -1px;
    transform: rotate( -45deg );
}


/* -------------------------------------------------------------------------------- */
/*	X.	Site Navigation
/* -------------------------------------------------------------------------------- */


.mobile-menu-wrapper,
.mobile-search {
  	display: none;
		-webkit-transform: translateZ( 0 );
		-moz-transform: translateZ( 0 );
		-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
}

/* Main Menu ----------------------------- */

.menu-wrapper {
	height: 100%;
	margin-top: 60px;
	overflow: hidden;
	padding-bottom: 144px;
	width: 100%;
}

.main-menu {
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform:uppercase;
  font-size: 64px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
	height: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow: auto;
	width: 100%;
}

.main-menu a {
	color: rgba(255,255,255,0.4);
}

.main-menu li {
	line-height: 1.25;
	margin-bottom: 12px;
}

.main-menu .current-menu-item > a,
.main-menu a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.dark .main-menu .current-menu-item > a,
.dark .main-menu a:hover {
	color: rgba(255,255,255,1);
}

.main-menu ul {
	margin: 12px 0 0 25px;
}


/* Social Menu ----------------------------- */

body.hide-social .social-menu {
	display: none !important;
}

.social-menu.desktop {
	background: #121212;
	padding: 50px 50px 50px 50px;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
}

.social-menu:after {
	clear: both;
	content: "";
	display: block;
}

.social-menu li {
	display: block;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
}

.social-menu li:first-child {
	margin-left: 0;
}

.screen-reader-text {
	position: absolute;
		left: -9999em;
		top: -9999em;
}

.social-menu a {
	background: rgba( 255, 255, 255, 0.1 );
	border-radius: 50%;
	color: #fff;
	display: block;
	height: 44px;
	position: relative;
	text-decoration: none;
	transition: background-color .2s linear, color .2s linear;
	width: 44px;
}

.dark .social-menu a {
	background: rgba( 0, 0, 0, 0.25 );
	color: #fff;
}

.social-menu a:hover,
.social-menu a.active {
	background: #fff;
	color: #121212;
	text-decoration: none;
}

.dark .social-menu a:hover,
.dark .social-menu a.active {
	background: rgba( 0, 0, 0, .9 );
	color: #fff;
}

.social-menu a:after {
	content: '\f0c1';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 19px;
	position: absolute;
		left: 0;
		right: 0;
		top: calc( 50% - 9px );
	transition: transform .3s ease-out;
	text-align: center;
	z-index: 2;
}

.social-menu a[href*="codepen.io"]:after { content: '\f1cb'; }
.social-menu a[href*="dribbble.com"]:after { content: '\f17d'; }
.social-menu a[href*="facebook.com"]:after { content: '\f09a'; }
.social-menu a[href*="flickr.com"]:after { content: '\f16e'; }
.social-menu a[href*="github.com"]:after { content: '\f09b'; }
.social-menu a[href*="instagram.com"]:after { content: '\f16d'; }
.social-menu a[href*="linkedin.com"]:after { content: '\f0e1'; }
.social-menu a[href*="pinterest.com"]:after { content: '\f0d2'; }
.social-menu a[href*="plus.google.com"]:after { content: '\f0d5'; }
.social-menu a[href*="soundcloud.com"]:after { content: '\f1be'; }
.social-menu a[href*="tumblr.com"]:after { content: '\f173'; }
.social-menu a[href*="twitter.com"]:after { content: '\f099'; }
.social-menu a[href*="vimeo.com"]:after { content: '\f194'; }
.social-menu a[href*="wordpress.org"]:after,
.social-menu a[href*="wordpress.com"]:after { content: '\f19a'; }
.social-menu a[href*="youtube.com"]:after { content: '\f167'; }
.social-menu a[href*="mailto"]:after { content: '\f0e0'; }

.social-menu a[href*="?s="]:after { content: '\f002'; top: calc( 50% - 10px ); }

.no-js .social-menu a[href*="#search"] { display: none; }


/* -------------------------------------------------------------------------------- */
/*	4.	Archive
/* -------------------------------------------------------------------------------- */


.page-header {
	padding: 80px 0;
}

.page-subtitle {
	color: rgba( 0, 0, 4, 0.4 );
	margin-bottom: 10px;
}

.page-title {
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform:uppercase;
  font-size: 60px;
  width:80%;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.25;
  -ms-word-break: break-word;
  word-break: break-word;
	hanging-punctuation: first;
}

.page-header p {
	line-height: 1.5;
	margin-top: 20px;
}


/* Post Wrappers ----------------------------- */

.posts:first-child {
	margin-top: 80px;
}

.posts > ul + ul {
	margin-top: 70px;
}

.posts .list-title {
	margin-bottom: 17px;
  padding: 0 56px;
}

.posts .list-title a {
	color: rgba( 0, 0, 4, 0.4 );
}

.posts .list-title a:hover {
	color: #121212;
	text-decoration: none;
}


/* Post Previews ----------------------------- */

.post-preview {
	border-top: 1px solid rgba( 0, 0, 4, .125 );
	position: relative;
}

.post-preview a {
  z-index:200;
  font-family: 'Pathway Gothic One', sans-serif;
  text-transform:uppercase;
  font-size: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 40px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.post-preview .bg-featured-image {
  opacity:0;
  position:absolute;
  z-index:100;
  width:100%;
  height:100%;
  top:0;
  left:0;
  background-size: cover;
  background-position:50% 50%;
  transition: all 0.3s ease-in-out 0.3s;
}

.post-preview.no-title a {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.post-preview a:hover {
	text-decoration: none;
  background-color:#000;
}

.sticky .sticky-arrow {
	background:  url( ./assets/images/arrow-black-right.svg ) no-repeat center;
	background-size: auto 12px;
	border-radius: 50%;
	display: inline;
	height: 12px;
	position: absolute;
		right: calc( 100% + 7px );
		top: calc( 50% - 6px );
	width: 20px;
}

.post-preview a .title {
  z-index:200;
  border-bottom:0px;
	line-height: 1.25;
  background: #000 linear-gradient(to left, #000 50%, #fff 50%) repeat scroll 0 0 / 200% 100%;
  padding:8px 16px;
	-ms-word-break: break-word;
	word-break: break-word;
  transition: background-position 0.3s ease 0s;
}

.post-preview a:hover .title {
  background-position: 100% 0;
}

.post-preview a .title span {
  border-bottom:0px;
}

.post-preview:hover a {
	border-bottom: 0px;
  padding:100px 40px;
  background-color: rgba(0,0,0,0.86);
  color:#fff;
  }

.post-preview:hover .bg-featured-image {
  opacity:0.85;
}

.post-preview time {
  z-index:200;
  color: rgba( 0, 0, 4, 0.1 );
	line-height: 1.25;
  padding-right:10px;
	white-space: nowrap;
  background: rgba(0,0,0,0);
  padding:8px 16px;
  transition: all 0.3s ease-in-out 0.3s;
}

.post-preview a:hover time {
  color: rgba( 0, 0, 4, 1 );
  background: rgba(255,255,255,0.3);
}


/* -------------------------------------------------------------------------------- */
/*	5.	Singular
/* -------------------------------------------------------------------------------- */


/* Entry Header ----------------------------- */

.entry-header {
	margin: 80px auto 60px;
  position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20vh;
    text-align: center;
    color:#fff;
    }

.entry-header .entry-title, .entry-header meta, .entry-header .excerpt {
  text-align:center;
}

.entry-header .excerpt {
	margin-top: 15px;
}


/* Meta ----------------------------- */

.meta {
	color: rgba(255, 255, 255, 1 );
	margin-top: 25px;
}

.meta > * + * {
	margin-left: 23px;
	display: none;
}

.meta a {
	border-bottom: 1px solid transparent;
	color: inherit;
	display: none;
}

.meta a:hover {
	text-decoration: none;
}


/* Page Image ----------------------------- */
.featured-image {
  height:60vh;
  overflow:hidden;
  margin-bottom:10vh;
  background-color:#000;
}

.featured-image img {
	width: 100%;
}

#bg {
  background-size: calc(110% + 100px);
  height:60vh;
  opacity:0.6;
 background-size: cover;
  }

  @-webkit-keyframes blur-class {
    0% {
    -webkit-filter: blur(1px);
      filter: blur(1px);
    }
    20% {
    -webkit-filter: blur(8px);
      filter: blur(8px);
    }
    60% {
    -webkit-filter: blur(1px);
      filter: blur(1px);
    }
    80% {
    -webkit-filter: blur(2px);
      filter: blur(2px);
    }
    100% {
    -webkit-filter: blur(1px);
      filter: blur(1px);
    }
  }

/* Linked Pages ----------------------------- */

.linked-pages {
	margin-top: 50px;
}


/* Meta Bottom ----------------------------- */

.meta.bottom {
	margin-top: 40px;
}

.meta.bottom p {
	line-height: 1.5;
}

.meta.bottom p.tags a {
	margin-right: 15px;
}

.meta.bottom p.tags a:last-child {
	margin-right: 0;
}


/* Single Pagination ----------------------------- */

.post-pagination {
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
	font-size: 18px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 100px;
	margin-bottom:100px;
}

.post-pagination div {
	width: calc( 50% - 15px );
}

.post-pagination div + div {
	margin-left: 30px;
	text-align: center;
}

.post-pagination a {
	
	font-weight: 600;
	position: relative;
		-ms-word-break: break-word;
	word-break: break-word;
}

/*.post-pagination a:before {
	background: no-repeat center;
	background-size: contain;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
		top: 24px;
	width: 15px;

}*/

/*.post-pagination .previous-post {s }
.post-pagination .previous-post a:before {
	background-image: url( ./assets/images/arrow-white-left.svg );
	left: 0;
	margin-left: 36px;
	transition: all 0.3s ease-in-out 0.2s;
}

.post-pagination .previous-post {s }
.post-pagination .previous-post a:hover:before{
	background-image: url( ./assets/images/arrow-black-left.svg );
	left: 0;
	margin-left: 30px;
}*/

/*.post-pagination .next-post a { }
.post-pagination .next-post a:before {
	background-image: url( ./assets/images/arrow-white-right.svg );
	right: 0;
	margin-right: 36px;
	transition: all 0.3s ease-in-out 0.2s;
}

.post-pagination .next-post a { }
.post-pagination .next-post a:hover:before {
	background-image: url( ./assets/images/arrow-black-right.svg );
	right: 0;
	margin-right: 30px;
}*/

.post-pagination a:hover {
	text-decoration: none;
}



.post-pagination a:hover span {
	border-bottom-color: #121212;
}


/* Title left blocks ----------------------------- */

.comments,
.comment-respond,
.related-posts {
	border-top: 1px solid rgba( 0, 0, 4, 0.125 );
	margin: 100px auto 0 auto;
	padding: 30px 0 0 34.125%;
	position: relative;
}

.comment-reply-title,
.related-posts-title {
	font-weight: 400;
	position: absolute;
		left: 0;
		top: 30px;
	width: calc( 34.125% - 20px );
}


/* Related Posts ----------------------------- */

.related-post-image {
	background-color: rgba( 0, 0, 4, 0.1 );
}

.related-posts {
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
	flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -20px;
}

.related-post {
	float: left;
	margin-bottom: 25px;
	width: calc( 50% - 10px );
}

.related-post-image {
	margin-bottom: 10px;
}

.related-post-image img {
	display: none;
}

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

.related-post .title {
	line-height: 1.25;
		-ms-word-break: break-word;
	word-break: break-word;
}

.related-post .title span {
	border-bottom: 1px solid transparent;
	transition: border-color .15s linear;
}

.related-post:hover {
	text-decoration: none;
}

.related-post:hover .title span {
	border-bottom-color: #121212;
}


/* Comments ---------------------------- */

.comment {
	margin-top: 50px;
}

.comments > .comment:first-of-type {
	margin-top: 0;
}

.comment .comment {
	margin-left: 50px;
}

.comment-meta {
	line-height: 1.4;
	margin-bottom: 10px;
}

.comment-meta span + span {
	margin-left: 25px;
}

.comment-author cite {
	font-weight: 600;
}

.bypostauthor .comment-by-post-author {
	display: inline;
}

.comment-date a,
.comment-reply a {
	color: rgba( 0, 0, 4, 0.4 );
}

.comment-content,
.comment-content p,
.comment-content li {
	line-height: 1.5;
}

.comment-content p,
.comment-content li {
	margin-bottom: 20px;
}

.comment-content *:last-child {
	margin-bottom: 0;
}

.comment .reply {
    font-size: 14px;
	letter-spacing: 0.05em;
    margin-top: 22px;
    text-transform: uppercase;
	font-weight: 600;
}

.comment .reply a:hover {
	text-decoration: underline;
}


/* Comments Pagination ---------------------------- */


.comments-pagination {
	margin-top: 100px;
	position: relative;
	text-align: center;
}

.comments-pagination .page-numbers {
	display: inline-block;
	padding: 0 3px;
}

.comments-pagination .page-numbers.dots {
	color: rgba( 0, 0, 4, 0.4 );
}

.comments-pagination .current {
	font-weight: 700;
}

.comments-pagination .prev,
.comments-pagination .next {
	margin: 0 0 0 0;
	position: absolute;
		top: 0;
}

.comments-pagination .prev { left: 0; }
.comments-pagination .next { right: 0; }


/* Respond ---------------------------- */


.comment-respond .logged-in-as {
	font-size: 1em;
	line-height: 1.25;
	margin: 0 0 50px 0;
}

.comment-respond p + p {
	margin-top: 20px;
}

.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
	float: left;
	margin: 20px 0;
	width: calc( 50% - 10px );
}

.comment-respond .comment-form-email {
	margin-left: 20px;
}

.comment-respond label {
	display: block;
}

.comment-respond .form-submit {
	text-align: right;
}

.comment-respond .form-submit #submit {
	background: transparent url( ./assets/images/arrow-black-right.svg ) no-repeat right center;
	background-size: auto 12px;
	border-bottom: 1px solid transparent;
	color: #121212;
	font-size: 1em;
	font-weight: 600;
	padding: 0 25px 0 0;
	transition: border-color .15s linear;
}

.comment-respond .form-submit #submit:hover {
	border-bottom-color: #121212;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	border: none;
	margin: 50px 0;
	padding: 0;
}

.comments .comment-respond .comment-reply-title {
	position: static;
	width: 100%;
}

.comments .comment-respond .comment-reply-title small a {
	color: #999;
	font-size: 0.8em;
	font-weight: 600;
	margin-left: 5px;
}

.comments .comment-respond .comment-reply-title + form > p:first-child {
	margin-top: 8px;
}

.comments .comment-respond .comment-reply-title + form > p:not(.logged-in-as):first-child {
	margin-top: 30px;
}

.comments .comment-respond .logged-in-as {
	margin-bottom: 30px;
}


/* -------------------------------------------------------------------------------- */
/*	6.	Entry Content
/* -------------------------------------------------------------------------------- */


.entry-content {
	position: relative;
	-ms-word-break: break-word;
	word-break: break-word;
}

/*.entry-content a { border-bottom: 1px solid rgba( 0, 0, 0, 1 ); }*/
/*.entry-content a:hover { border-bottom-color: rgba( 0, 0, 0, .4 );	color: rgba( 0, 0, 0, .4 );	text-decoration: none;}*/

.partner a { color: rgba(0,0,0,0.5);padding-left:0;font-weight:300;border-bottom: 0px solid rgba( 0, 0, 0, 0 ); }
.partner a:hover { color: rgba(0,0,0,1); padding-left:10px; font-weight:300;	border-bottom: 0px solid rgba( 0, 0, 0, 0 );}

.partner a:before {
	content: '';
	opacity:0;
    position: absolute;
    margin-left:-30px;
    width: 26px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-image: url(images/pfeilschwarz.png);
        transition: all 0.2s ease-in-out ;

}

.partner a:hover:before{
	opacity:1;
}

em {
    font-style: italic;
}

hr {
	border: none;
	border-top: 1px solid rgba( 0, 0, 0, 0.13 );
	margin: 50px 0;
}

address {
	background: #f1f1f5;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 20px 22px;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.entry-content p {
  font-weight:300;
	line-height: 1.5;
	margin-bottom: 25px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  font-family: 'Ubuntu', sans-serif;
  text-transform:uppercase;



}

.entry-content h1 + h1, .entry-content h1 + h2, .entry-content h1 + h3, .entry-content h1 + h4, .entry-content h1 + h5, .entry-content h1 + h6,
.entry-content h2 + h1, .entry-content h2 + h2, .entry-content h2 + h3, .entry-content h2 + h4, .entry-content h2 + h5, .entry-content h2 + h6,
.entry-content h3 + h1, .entry-content h3 + h2, .entry-content h3 + h3, .entry-content h3 + h4, .entry-content h3 + h5, .entry-content h3 + h6,
.entry-content h4 + h1, .entry-content h4 + h2, .entry-content h4 + h3, .entry-content h4 + h4, .entry-content h4 + h5, .entry-content h4 + h6,
.entry-content h5 + h1, .entry-content h5 + h2, .entry-content h5 + h3, .entry-content h5 + h4, .entry-content h5 + h5, .entry-content h5 + h6,
.entry-content h6 + h1, .entry-content h6 + h2, .entry-content h6 + h3, .entry-content h6 + h4, .entry-content h6 + h5, .entry-content h6 + h6 {
	margin-top: 30px;
}

.entry-content h1 { font-size: 40px; }
.entry-content h2 { font-size: 24px; }
.entry-content h3 { font-size: 2.6em; }
.entry-content h4 { font-size: 2.6em; }
.entry-content h5 { font-size: 20px; }
.entry-content h6 { font-size: 18px; }

.entry-content > ol,
.entry-content > ul {
    margin-bottom: 30px;
}

.entry-content ol,
.entry-content ul {

}

.entry-content ul { list-style: disc; }
.entry-content ul ul { list-style: circle; }
.entry-content ul ul ul { list-style: square; }

.entry-content ol { list-style: decimal; }
.entry-content ol ol { list-style: lower-alpha; }
.entry-content ol ol ol { list-style: lower-roman; }

.entry-content li {
    line-height: 1.5;
	margin-top: 15px;
	list-style: none;
}

dd,
dt {
	line-height: 1.5;
}

dt {
	font-weight: 600;
}

dd + dt {
	margin-top: 15px;
}

code {
	background: #f1f1f4;
	padding: 0 1px;
}

pre {
	background: transparent;
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
	display:absolute;

}


/* Quotes ----------------------------- */

blockquote {
    margin: 0 0 30px 0;
    padding: 0 0 0 30px;
}

blockquote p {
	font-weight: 500 !important;
	hanging-punctuation: first;
}

blockquote cite:before {
	content: "— ";
}


/* Pull Quotes ----------------------------- */

.entry-content .pull {
	font-size: 29px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.2;
	width: 280px;
}

.entry-content .pull.left {
	float: left;
	hanging-punctuation: first;
	margin: 2px 25px 20px -80px;
}

.entry-content .pull.right {
	float: right;
	hanging-punctuation: last;
	margin: 2px -80px 25px 20px;
	text-align: right;
}


/* Page Media ------------------------------ */

.wp-caption {
	display: block;
	max-width: 100%;
}

.gallery-caption,
.wp-caption-text {
    font-size: 0.8em;
	margin: 10px 0 0;
}

.entry-content .gallery-caption,
.entry-content .wp-caption-text {
	margin-bottom: 0;
}

.wp-caption-text {
	color: rgba( 0, 0, 0, .5 );
}

.wp-caption-text a {
	color: inherit;
}

.alignleft,
.alignright {
	margin-bottom: 20px;
	max-width: 40%;
	width: 40%;
}

.alignleft {
	float: left;
	margin: 5px 40px 30px -80px;
}

.alignright {
	float: right;
	margin: 5px -80px 30px 40px;
}

.aligncenter,
.alignnone {
	margin: 40px auto;
}

h1 + .aligncenter, h2 + .aligncenter, h3 + .aligncenter, h4 + .aligncenter, h5 + .aligncenter, h6 + .aligncenter,
h1 + .alignnone, h2 + .alignnone, h3 + .alignnone, h4 + .alignnone, h5 + .alignnone, h6 + .alignnone {
	margin-top: 0;
}

.alignnone {
	margin-left: -80px;
	margin-right: -80px;
	max-width: calc( 100% + 160px );
}

.alignnone img {
	width: 100%;
}


/* VANILLA GALLERIES */

.gallery {
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px 0 30px;
    padding: 0;
    position: relative;
		left: calc( 50% - 50vw + 220px );
	width: calc( 100vw - 440px );
}

/* Set a max width for them */
@media ( min-width: 1920px ) {

	.gallery {
			left: calc( 50% - 730px );
		width: 1460px;
	}

}

.gallery + .gallery {
	margin-top: -30px;
}

.gallery .gallery-item {
    display: block;
	float: left;
    margin: 0 0 20px;
    padding: 0 10px;
	position: relative;
    width: 100%;
}

.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33.3%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.6%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.1%; }

.gallery .gallery-item a {
    border: none;
	display: block;
    line-height: 0;
	text-align: center;
}

.gallery img {
	width: 100%;
}

.gallery-caption {
	background: #fff;
	color: #121212;
	font-size: 12px;
	line-height: 1.35;
	margin: 0;
	max-width: calc( 100% - 40px );
	max-height: 50%;
	overflow: hidden;
	padding: 11px 14px 10px;
	position: absolute;
		bottom: 10px;
		left: 20px;
}

.gallery-columns-1 .gallery-caption,
.gallery-columns-2 .gallery-caption,
.gallery-columns-3 .gallery-caption {
	bottom: 40px;
	font-size: 14px;
	left: 50px;
	max-width: calc( 100% - 100px );
}

.gallery-columns-3 .gallery-caption {
	bottom: 30px;
	left: 40px;
	max-width: calc( 100% - 80px );
}


/* TILED GALLERIES */


.entry-content .tiled-gallery {
	margin: 50px auto 50px auto;
}


/* Inputs ----------------------------- */

fieldset {
    border: 1px solid rgba( 0, 0, 0, .2 );
	padding: 25px;
}

fieldset legend {
    font-size: 16px;
	font-weight: 600;
	margin-left: -15px;
	padding: 0 15px;
}

label {
    margin-bottom: 10px;
}

textarea,
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"] {
	background: transparent;
	border-radius: 0;
    border: 1px solid rgba( 0, 0, 0, 0.2 );
	box-shadow:  !important;
    color: #121212;
	display: block;
	font-size: 1em;
    margin: 0 0 15px 0;
    padding: 15px;
	transition: border-color .15s linear;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

textarea {
    line-height: 1.4;
	height: 200px;
}

textarea:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus {
	outline: none;
}

button,
.button,
input[type="button"],
input[type="submit"] {
	background: #ea4f44;
    border: none;
	border-radius: 0;
	box-shadow: none;
    color: #fff;
    display: inline-block;
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	min-width: 120px;
    padding: 16px 24px 16px;
	text-align: center;
	transition: background-color .15s linear;
	-moz-appearance: none;
	-webkit-appearance: none;
}

button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background: #454545;
	cursor: pointer;
}


/* Tables ----------------------------- */

table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 0.9em;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}

th,
td {
    line-height: 1.4;
	margin: 0;
	overflow: visible;
    padding: 2.5%;
}

caption {
	font-size: 13px;
	font-weight: 600;
    padding-bottom: 2.5%;
	text-align: center;
	text-transform: uppercase;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 600;
}

tbody > tr:nth-child(odd) {
	background: rgba( 0, 0, 4, 0.05 );
}


/* -------------------------------------------------------------------------------- */
/*	8.	Page Templates
/* -------------------------------------------------------------------------------- */


/* Full Width Template ---------------------------- */


.full-width-template main .section-inner {
	max-width: 800px;
}


/* Resume Template ---------------------------- */

.resume-template .entry-content {
	max-width: 800px;
	padding-left: 280px;
}

.resume-template .entry-content h1,
.resume-template .entry-content h2,
.resume-template .entry-content h3,
.resume-template .entry-content h4,
.resume-template .entry-content h5,
.resume-template .entry-content h6 {
	border-top: 1px solid rgba( 0, 0, 4, 0.125 );
	font-size: 24px;
	font-weight: 600;
	margin: 60px 0 -28px -280px;
	padding: 40px calc( 100% + 20px ) 0 0;
}

.resume-template .entry-content > h1:first-child,
.resume-template .entry-content > h2:first-child,
.resume-template .entry-content > h3:first-child,
.resume-template .entry-content > h4:first-child,
.resume-template .entry-content > h5:first-child,
.resume-template .entry-content > h6:first-child {
	margin-top: 0;
}

.resume-template .entry-content .alignnone {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}


/* -------------------------------------------------------------------------------- */
/*	9.	Archive Pagination
/* -------------------------------------------------------------------------------- */


.archive-pagination {
	margin-top: 100px;
}

.archive-pagination .previous-posts-link { float: left; }
.archive-pagination .next-posts-link { float: right; }

.archive-pagination a {
	color: rgba( 0, 0, 0, .35 );
}

.archive-pagination a:hover {
	color: #121212;
	text-decoration: none;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Search
/* -------------------------------------------------------------------------------- */


.error404 .search-form {
	margin-top: 42px;
}

.search-field {
	background: url( ./assets/images/spyglass-black.svg ) no-repeat left center;
	background-size: 26px auto;
	border: none;
	border-bottom: 1px solid #121212;
	border-radius: 0;
	box-shadow: none;
	color: #121212;
	font-size: 1em;
	margin: 0;
	outline: none;
	padding: 18px 0 18px 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input.search-field::-webkit-input-placeholder { color: #121212; }
input.search-field:-ms-input-placeholder { color: #121212; }
input.search-field::-moz-placeholder { color: #121212; }


/* Search Overlay ----------------------------- */


.search-overlay {
		-webkit-box-align: center;
		-ms-flex-align: center;
	align-items: center;
	background: #fff;
		display: -webkit-box;
		display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	position: fixed;
		bottom: 0;
		left: -99999px;
		right: 99999px;
		top: 0;
	transition: opacity .2s linear, left 0s .2s, right 0s .2s;
	z-index: 100001;
}

.search-overlay.active {
	opacity: 1;
	left: 380px;
	right: 0;
	transition: opacity .2s linear;
}

.search-overlay .search-field {
	background-size: 44px auto;
	border-bottom: none;
	font-size: 32px;
	padding: 24px 0 24px 69px;
	width: 400px;
}


/* -------------------------------------------------------------------------------- */
/*	10.	Footer
/* -------------------------------------------------------------------------------- */


.site-footer {
		display: -webkit-box;
		display: -ms-flexbox;
	font-size: 16px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 80px 70px 80px;
	text-align: left;
	background-color: black;
	width: 100%;
	
}





.site-footer p {
  color: rgba(0,0,4,0.4);
    line-height: 1;
	text-align: left;
	color: grey;
}

@media ( max-width: 600px ) {
	.site-footer p {
		font-size: 14px;
		text-align: center;
	}

	.site-footer a {
		text-align: center;
		font-size: 14px;
		margin: 0 auto;
	}

	

	.site-footer p {
		margin-top: 0;
	}

}

.site-footer .theme-by {
	color: rgba( 0, 0, 4, 0.4 );
	margin-left: 20px;
	text-align: right;
	color: white;
}

.site-footer a {
  color: rgba(0,0,4,0.4);
	border-bottom: 1px solid transparent;
	margin-right: 11px;
	color:grey;
}

.site-footer a:hover {
	color:#fff;
	text-decoration: none;
}

.site-footer .theme-by a {
	color: inherit;
}

.site-footer .copyright a:hover {
	border-bottom-color: #121212;
}

.site-footer .theme-by a:hover {
	border-bottom-color: rgba( 0, 0, 4, 0.5 );
}

.copyright p{
	margin-left: 5%;
	text-align: center;
}





}
/* -------------------------------------------------------------------------------- */
/*	11.	Media Queries
/* -------------------------------------------------------------------------------- */


@media ( max-width: 1200px ) {


	/* Entry Content ----------------------------- */

	.alignnone {
		margin-left: 0;
		margin-right: 0;
		max-width: 100%;
	}

	/* PULL QUOTES */

	.alignleft,
	.entry-content .pull.left {
		margin-left: 0;
	}

	.alignright,
	.entry-content .pull.right {
		margin-right: 0;
	}


}


/* 1050PX */

@media ( max-width: 1050px ) {


	/* Structure ----------------------------- */

	body {
		padding-left: 320px;
	}

	.site-header {
		padding: 80px 40px;
		width: 320px;
	}


	/* Entry Content ----------------------------- */

	.gallery {
		left: calc( 50% - 50vw + 190px );
		width: calc( 100vw - 380px );
	}

	/* Search ----------------------------- */

	.search-overlay.active {
		left: 320px;
	}


}


/* 1000 PX */

@media ( max-width: 8000px ) {


	/* Structure ----------------------------- */

	body {
		padding-left: 0;
	}


	/* Site Header ----------------------------- */

	.site-header {
		padding: 30px calc( 7.5% + 50px ) 30px 7.5%;
		position: fixed;
			bottom: auto;
			left: auto;
			top: auto;
		width: 100%;
		z-index: 600;
	}

	.same-custom-bgs .site-header,
	.white-bg .site-header {
		border: none;
		border-bottom: 1px solid rgba( 0, 0, 4, 0.075 );
		transition: border-color .3s linear;
	}

	body.mobile-menu-visible .same-custom-bgs .site-header,
	body.mobile-menu-visible.white-bg .site-header {
		border-color: transparent;
	}

	.menu-wrapper,
	.site-header .social-menu,
	.search-overlay {
		display: none !important;
	}

	.nav-toggle {
		display: block;
	}


	/* Navigation ----------------------------- */

	.mobile-menu-wrapper {
		background: #121212;
		color: #fff;
		overflow: auto;
		padding: 112px 7.5% 0 7.5%;
		position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
			top: 0;
		z-index: 10000;
}

@media (min-width:780px) {
	.mobile-menu-wrapper {
		display:none !important;
	}
}

	.dark .mobile-menu-wrapper {
		color: rgba( 0, 0, 0, .9 );
	}

	.mobile-menu-wrapper a {
		color: inherit;
	}

	.main-menu {
		margin-top: 60px;
	}

	.main-menu {
		opacity: 0;
		padding-bottom: 124px;
		transition: opacity .4s linear;
	}

	.main-menu .toggle-mobile-search-wrapper {
		padding-left: 33px;
		position: relative;
	}

	.main-menu .toggle-mobile-search:before {
		background: url( ./assets/images/spyglass-white.svg ) no-repeat center left;
		background-size: 22px auto;
		content: "";
		display: block;
		height: 22px;
		position: absolute;
			left: 0;
			top: calc( 50% - 11px );
		width: 33px;
	}

	.dark .main-menu .toggle-mobile-search:before {
		background-image: url( ./assets/images/spyglass-semiopaque.svg );
	}

	.mobile-menu-wrapper.visible .main-menu {
		opacity: 1;
	}

	.mobile-menu-wrapper .social-menu {
		padding: 40px 7.5% 40px 7.5%;
		position: fixed;
			bottom: 0;
			left: 0;
			right: 0;
	}

	.mobile-results {
		margin: 40px auto 0 auto;
		min-height: 40px;
		max-width: 100%;
		position: relative;
		width: 400px;
	}

	.mobile-results .no-results-message {
		font-size: 16px;
		line-height: 1.35;
	}

	.mobile-results p {
		color: rgba( 255, 255, 255, 0.5 );
		font-size: 13px;
		margin: 0;
	}

	.dark .mobile-results p {
		color: rgba( 0, 0, 0, 0.5 );
	}

	.mobile-results li {
		border-bottom: 1px solid rgba( 255, 255, 255, 0.15 );
			-ms-word-break: break-word;
		word-break: break-word;
	}

	.dark .mobile-results li {
		border-bottom-color: rgba( 0, 0, 0, 0.1 );
	}

	.mobile-results li a {
		color: #fff;
		display: block;
		font-size: 16px;
		line-height: 1.25;
		padding: 15px 0;
	}

	.dark .mobile-results li a {
		color: rgba( 0, 0, 0, 0.9 );
	}

	.mobile-results .show-all {
		color: rgba( 255, 255, 255, 0.5 );
		display: block;
		font-size: 13px;
		margin-top: 15px;
		text-align: right;
	}

	.dark .mobile-results .show-all {
		color: rgba( 0, 0, 0, 0.5 );
	}

	/* NO RESULTS */

	.mobile-results.no-results {
		display: block;
	}


	/* Mobile Search ----------------------------- */

	.mobile-search {
		display: block;
		overflow: auto;
		padding-bottom: 40px;
		position: absolute;
			bottom: 0;
			left: -9999px;
			right: 9999px;
			top: 122px;
		z-index: 10001;
	}

	.mobile-search.active {
		animation: show .3s ease-out 1;
		animation-fill-mode: both;
		background: #121212;
		left: 0;
		right: 0;
		padding-left: 7.5%;
		padding-right: 7.5%;
	}

	.mobile-menu-wrapper.visible + .mobile-search {
		transition: all 0s .3s;
	}

	.mobile-menu-wrapper.visible + .mobile-search.active {
		transition: none;
	}

	@keyframes show {
		from {
			opacity: 0;
			transform: translateY(10px);
		}
		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	.mobile-search.hide {
		animation: hide .3s ease-in 1;
	}

	@keyframes hide {
		from {
			opacity: 1;
			transform: translateY(0);
		}
		to {
			opacity: 0;
			transform: translateY(-10px);
		}
	}

	.untoggle-mobile-search {
		height: 20px;
		margin-bottom: 10px;
		width: 100%;
	}

	.untoggle-mobile-search:before,
	.untoggle-mobile-search:after {
		background: #fff;
		content: "";
		display: block;
		height: 1px;
		position: absolute;
			top: 7px;
		width: 12px;
	}

	.dark .untoggle-mobile-search:before,
	.dark .untoggle-mobile-search:after {
		background: rgba( 0, 0, 0, 0.9 );
	}

	.untoggle-mobile-search:before {
		left: calc( 50% - 1.5px );
		transform-origin: top right;
		transform: rotate(30deg);
	}

	.untoggle-mobile-search:after {
		right: calc( 50% - 1.5px );
		transform-origin: top left;
		transform: rotate(-30deg);
	}

	.mobile-search.active .untoggle-mobile-search:before {
		animation: foldOutLeft .2s .3s linear 1;
		animation-fill-mode: both;
	}

	.mobile-search.active .untoggle-mobile-search:after {
		animation: foldOutRight .2s .3s linear 1;
		animation-fill-mode: both;
	}

	@keyframes foldOutLeft {
		from {
			transform: rotate(0);
		}
		to {
			transform: rotate(30deg);
		}
	}

	@keyframes foldOutRight {
		from {
			transform: rotate(0);
		}
		to {
			transform: rotate(-30deg);
		}
	}

	.mobile-search.active .untoggle-mobile-search:after {
		transform: rotate(-30deg);
	}

	.mobile-search form {
		margin: 0 auto;
		max-width: 100%;
		position: relative;
		width: 400px;
	}

	.mobile-search .search-field {
		background-image: url( ./assets/images/spyglass-white.svg );
		background-size: 22px auto;
		border-bottom-color: #fff;
		color: #fff;
		padding-left: 33px;
		width: 100%;
	}

	.dark .mobile-search .search-field {
		background-image: url( ./assets/images/spyglass-semiopaque.svg );
		border-bottom-color: rgba( 0, 0, 0, 0.9 );
		color: rgba( 0, 0, 0, 0.9 );
	}

	input.search-field::-webkit-input-placeholder { color: rgba( 255, 255, 255, 0.6 ); }
	input.search-field:-ms-input-placeholder { color: rgba( 255, 255, 255, 0.6 ); }
	input.search-field::-moz-placeholder { color: rgba( 255, 255, 255, 0.6 ); }

	.dark input.search-field::-webkit-input-placeholder { color: rgba( 0, 0, 0, 0.5 ); }
	.dark input.search-field:-ms-input-placeholder { color: rgba( 0, 0, 0, 0.5 ); }
	.dark input.search-field::-moz-placeholder { color: rgba( 0, 0, 0, 0.5 ); }

	/* Page Templates ----------------------------- */

	.resume-template .entry-content {
		padding-left: 300px;
	}

	.resume-template .entry-content h1,
	.resume-template .entry-content h2,
	.resume-template .entry-content h3,
	.resume-template .entry-content h4,
	.resume-template .entry-content h5,
	.resume-template .entry-content h6 {
		margin: 80px 0 -28px -300px;
		padding: 50px calc( 100% - 20px ) 0 0;
	}


	/* Entry Content ----------------------------- */

	.alignnone {
		margin-left: -80px;
		margin-right: -80px;
		max-width: calc( 100% + 160px );
	}

	.alignleft,
	.entry-content .pull.left {
		margin-left: -80px;
	}

	.alignright,
	.entry-content .pull.right {
		margin-right: -80px;
	}

	.gallery {
		left: calc( 50% - 50vw + 10px );
		width: calc( 100vw - 20px );
	}


}


/* 800 PX */


@media ( max-width: 800px ) {


	/* Singular ----------------------------- */

	.comments,
	.comment-respond,
	#respond,
	.related-posts {
		margin-top: 80px;
		padding: 25px 0 0 0;
	}

	.comment-reply-title,
	.related-posts-title {
		margin-bottom: 40px;
		position: static;
		width: 100%;
	}

	/* Page Templates ----------------------------- */

	.resume-template .entry-content {
		padding-left: 200px;
	}

	.resume-template .entry-content h1,
	.resume-template .entry-content h2,
	.resume-template .entry-content h3,
	.resume-template .entry-content h4,
	.resume-template .entry-content h5,
	.resume-template .entry-content h6 {
		margin: 80px 0 -28px -200px;
		padding: 50px calc( 100% - 20px ) 0 0;
	}


}


/* 750 PX */


@media ( max-width: 750px ) {


	/* Navigation ----------------------------- */

	.site-nav .menus > ul {
		float: none;
		width: 100%;
	}

	.site-nav .menus > ul + ul {
		margin: 40px 0 0;
	}


	/* Entry Content ----------------------------- */

	/* PAGE MEDIA */

	.alignleft {
		margin: 5px 25px 25px 0;
	}

	.alignright {
		margin: 5px 0 25px 25px;
	}

	.alignnone {
		max-width: 100%;
	}

	.alignnone,
	.aligncenter {
		margin: 40px auto;
	}

	.gallery {
		margin: 40px auto 20px;
	}

	.gallery + .gallery {
		margin-top: -20px;
	}

	.gallery-columns-1 .gallery-caption,
	.gallery-columns-2 .gallery-caption,
	.gallery-columns-3 .gallery-caption {
		bottom: 10px;
		font-size: 12px;
		left: 20px;
		max-width: calc( 100% - 40px );
	}

	/* PULL QUOTES */

	.entry-content .pull.left {
		margin-left: 0;
	}

	.entry-content .pull.right {
		margin-right: 0;
	}


	/* Comments ----------------------------- */

	.comment-author .avatar {
		left: 0;
		width: 55px;
	}


}


/* 620 PX */

@media ( max-width: 620px ) {


	/* Site Header ----------------------------- */

	.site-header {
		padding: 26px 7.5%;
	}

	.site-description {
		display: none;
	}


	/* Navigation ----------------------------- */

	.mobile-menu-wrapper {
		padding-top: 74px;
	}

  .main-menu {
    font-family: 'Pathway Gothic One', sans-serif;
    text-transform:uppercase;
    font-size: 30px;
    text-transform:uppercase;
  }

	.site-nav {
		padding-top: 124px;
		padding-bottom: 40px;
	}

	.site-nav ul:first-child li {
		font-size: 30px;
	}

	.site-nav ul + ul li {
		font-size: 20px;
		font-weight: 400;
	}

	.site-nav ul + ul li + li {
		margin-top: 10px;
	}

	.site-nav footer {
		display: none;
	}


	/* Mobile Search ----------------------------- */


	.mobile-search {
		top: 74px;
	}


	/* Singular ----------------------------- */


	.entry-header {
		margin: 50px auto;
	}

	.post-pagination {
		margin-top: 50px;
	}

	.comments,
	.comment-respond,
	.related-posts {
		margin-top: 50px;
	}


	/* Archive ----------------------------- */


	/* Entry Content ----------------------------- */

	.entry-content p {
		margin-bottom: 25px;
	}

	.entry-content hr {
		margin: 30px 0;
	}

	/* PAGE MEDIA */

	.gallery {
		left: calc( 50% - 50vw );
		margin: 40px auto 30px;
		padding: 0 5px;
		width: 100vw;
	}

	.gallery + .gallery {
		margin-top: -30px;
	}

	.gallery .gallery-item {
		margin-bottom: 10px;
		padding: 0 5px;
	}

	.gallery-caption {
		display: none;
	}

	.gallery-columns-2 .gallery-item,
	.gallery-columns-3 .gallery-item,
	.gallery-columns-4 .gallery-item,
	.gallery-columns-5 .gallery-item,
	.gallery-columns-6 .gallery-item,
	.gallery-columns-7 .gallery-item,
	.gallery-columns-8 .gallery-item,
	.gallery-columns-9 .gallery-item {
		width: 50%;
	}

	/* PULL QUOTES */

	.entry-content .pull.left,
	.entry-content .pull.right {
		float: none;
		margin: 40px 0 40px 0;
		width: 100%;
	}


	/* Comments ----------------------------- */

	.comments-pagination {
		margin-top: 80px;
	}

	.comment-respond .comment-form-author,
	.comment-respond .comment-form-email {
		float: none;
		margin: 20px 0 0;
		width: 100%;
	}


	/* Page Templates ----------------------------- */

	.resume-template .entry-content {
		padding-left: 0;
	}

	.resume-template .entry-content h1,
	.resume-template .entry-content h2,
	.resume-template .entry-content h3,
	.resume-template .entry-content h4,
	.resume-template .entry-content h5,
	.resume-template .entry-content h6 {
		font-size: 20px;
		margin: 50px 0 23px 0;
		padding: 24px 0 0;
	}


	/* Site Footer ----------------------------- */

	.site-footer {
		display: block;
		padding: 25px 0;
	}

	.site-footer .copyright,
	.site-footer .theme-by {
		text-align: center;
    }

	.site-footer .theme-by {
		margin: 9px 0 0;
	}

		

}


/* 500 PX */

@media ( max-width: 780px ) {


	/* Structure ----------------------------- */

	body {
		font-size: 16px;
	}


	/* Element Base ----------------------------- */

	.excerpt {
		font-size: 18px;
	}


	/* Navigation ----------------------------- */

	.main-menu {
		margin-top: 40px;
	}


	/* Singular ----------------------------- */

	.entry-header {
		margin: 40px auto;
	}

	.entry-title {
		font-size: 30px;
	}

	.entry-header .excerpt {
		margin-top: 10px;
	}

	.entry-header .meta {
		margin-top: 15px;
	}

	.meta.bottom {
		margin-top: 25px;
	}

	.post-pagination {
		display: block;
	}




	.post-pagination .next-post {
		margin: 12px 0 0 0;
		text-align: center;

	}



	.comments,
	.comment-respond,
	.related-posts {
		margin: 50px 0 0;
		padding: 15px 0 0 0;
	}

	.comment-reply-title,
	.related-posts-title {
		margin-bottom: 25px;
	}

	.related-post {
			display: -webkit-box;
			display: -ms-flexbox;
		display: flex;
		margin: 0 0 15px 0;
		width: 100%;
	}

	.related-post-image {
		height: 80px;
		margin: 0 12px 0 0;
		min-width: 80px;
	}


	/* Entry Content ----------------------------- */




	/* Archive ----------------------------- */

	.page-header {
		padding: 50px 0;
	}

	.page-subtitle {
		font-size: 16px;
	}

	.page-title {
		font-size: 30px;
	}

	.posts:first-child {
		margin-top: 50px;
	}

	.posts > ul + ul {
		margin-top: 50px;
	}

	.sticky .sticky-arrow {
		display: inline-block;
		margin-right: 2px;
		position: static;
	}


	/* Comments ----------------------------- */

	.comment {
		margin-top: 25px;
	}

	.comment .comment {
		margin-left: 30px;
	}

	/* Archive Pagination ----------------------------- */

	.archive-pagination {
		margin-top: 50px;
	}


	/* Error 404 ----------------------------- */

	.error404 .search-form {
		margin-top: 22px;
	}




}


/* 400 PX */

@media ( max-width: 780px ) {


	/* Entry Content ----------------------------- */

	.entry-content p {
		margin-bottom: 20px;
	}

	

	.entry-content li {
		margin-top: 12px;
	}

	.entry-content blockquote {
		margin-bottom: 20px;
	}

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		margin: 40px 0 20px;
	}


	/* Page Templates ----------------------------- */

	.resume-template .entry-content h1, .resume-template .entry-content h2, .resume-template .entry-content h3, .resume-template .entry-content h4, .resume-template .entry-content h5, .resume-template .entry-content h6 {
		margin: 40px 0 20px 0;
		padding: 21px 0 0;
	}


	/* Comments ----------------------------- */

	.comment-meta .comment-author {
		display: block;
		margin-bottom: 2px;
		width: 100%;
	}

	.comment-meta span + span {
		margin-left: 0;
	}

	.comment-meta .comment-date ~ span {
		margin-left: 10px;
	}

	.comments-pagination .page-numbers {
		display: none;
	}

	.comments-pagination .page-numbers.prev,
	.comments-pagination .page-numbers.next {
		display: block;
		position: static;
	}

	.comments-pagination .page-numbers.prev {
		float: left;
	}

	.comments-pagination .page-numbers.next {
		float: right;
	}

}


/* LANDSCAPE */


@media ( max-width: 1000px ) and ( orientation: landscape ) {


	/* Site Header ----------------------------- */

	.mobile-menu-wrapper {
		padding-bottom: 40px;
	}

	.mobile-menu-wrapper .main-menu {
		margin-top: 20px;
		padding-bottom: 0;
		padding-right: 50%;
	}

	.mobile-menu-wrapper .social-menu {
		left: auto;
		max-width: 50%;
		padding: 40px 7.5% 40px 0;
	}


}

/* Heart Icon
--------------------------------------------- */

.site-footer .icon {
	font-size: 20px;
}

.site-footer .love .icon {
	font-size: 12px;
	margin-left: 2px;
	margin-right: 2px;
}




h3 {
	color: black!important;


}
/*SLIDER----------------*/


.wp_teamshowcase_slider .slick-dots{
	display: none!important;
	outline: none !important;

}

.wp_teamshowcase_slider a, .wp_teamshowcase_slider a:hover {
	color:#fff;
}

.siteorigin-panels-stretch{
	padding-right: 0!important;
	padding-left:  0!important;
	outline: none !important;

}

.wp_teamshowcase_slider button.slick-arrow{
	margin-left: 6%!important;
	outline: none !important;

}

@media (max-width: 8000px){
.alignnone {
	margin-left: 154px;
	outline: none !important;

}}

.wp_teamshowcase_slider .teamshowcase-image-bg{
	height: 100% !important;
	outline: none !important;

}

.wp_teamshowcase_slider .member-content {
	text-align: left!important;
	outline: none !important;

}

.wp_teamshowcase_slider .member-content p{
	text-align: left!important;
	outline: none !important;

}

.wp_teamshowcase_slider.design-1 .teamshowcase-image-bg img {
    transition: all 0.4s ease-in-out 0s;
    position: relative !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
    border-radius: 0px;
    outline: none !important;
}

.teamshowcase-image-bg .teamshowcase-hover-icon {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.teamshowcase-image-bg:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.wp_teamshowcase_slider .teamshowcase-hover-icon:hover > .teamshowcase-image-bg img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.fa-plus-circle:before {
    content: "";
        font-family: 'Ubuntu', serif;
    font-size: 20px;
    font-weight: 400;
}

.wp_teamshowcase_slider .member-content .other-info {
    border-top: 0px solid #000 !important;
    padding: 5px !important;
    margin-left: -12px !important;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.wp_teamshowcase_slider .slick-slide:hover .member-content .other-info {
    border-top: 0px solid #000 !important;
    padding: 5px !important;
    margin-left: 0px !important;
}

.wp-tsas-wpcolumn, .wp-tsas-columns, .wp_teamshowcase_grid *, .wp_teamshowcase_slider *, .wp-modal-box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

.wp_teamshowcase_slider.design-1 .teamshowcase-image-bg {
    background: transparent;
    height: 240px;
    line-height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wp_teamshowcase_slider.design-1 .member-content p{
	display: none;
}

.white-popup-block .wp-modal-body {
	color: #222;
	padding: 7% 9% 12% 9%;
}

.white-popup-block .wp-modal-body p {
	font-size: 15px;
	line-height: 1.2;
	color: grey!important;
	font-size: 1em;
}

.white-popup-block .wp-modal-body a {
	font-size: 15px;
	line-height: 1.3;
	color: #ea4f44;
	font-size: 1em;
}

.member-popup-info {
	padding: 4vh 0vh 4vh 5vh !important;
}

@media (min-width: 770px) {

.overflow {
	margin-bottom:-14px;
}

.overflow h3{
	position: absolute;
	z-index:77;
}
}

a, a:hover {
	font-weight: 400;
	text-decoration: none;
	/*border-bottom: 1px solid black;*/
}





/*blauer Kasten----------*/

.overflowbox p:before { /*Strichmittig*/
	content: '';
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: white;
	margin-top:-10px;
}
.overflowbox {
	padding: 40px;
	max-width:320px;
	color: white;
	margin-top: -70vh !important;
	background:#ea4f44;
margin-top:-10%;
margin-left: 10%;
box-shadow: 20px 35px 92px -17px rgba(0,0,0,0.49);


}


.overflowbox h4 {
	line-height: 1.4;
	letter-spacing: 2px;
	color: white;
}
.overflowbox p {
	padding-top: 20px;
	line-height: 1.7;
	font-size: 16px;
}
.overflowbox a {
	color: white !important;
}

.overflowbox a:hover {
	color: #fff;
}
.basis {
	background-color:#ea4f44;
}

.basis img {
		opacity:0.4;
		 transition: .3s ease-in-out;
}
.basis img:hover {
	opacity:1;
}

@media (max-width: 620px){
	.overflowbox {
		margin-top: -10vh !important;
	}
}

@media (max-width: 1024px){
	.overflowbox {
		margin-top: -10vh !important;
	}
}
/* instagram
--------------------------------------------- */


.instagram-pics li {
    width: 25%;
    float: left;
    margin:0;
    padding: 0 !important;
    background-color: #35434a;
  background-blend-mode: multiply;
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	list-style: none;
}

.instagram-pics li:hover {
    width: 25%;
    float: left;
    margin:0;
    padding: 0 !important;
    background-color: transparent;
  background-blend-mode: multiply;

}

.instagram-pics li img {
    display: block;
    margin: 0;
    padding: 0;
    width:100%;
    height:auto;


	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

@media (max-width:780px){
	.instagram-pics li {
    width: 50%;}
.instagram-pics li:hover {
    width: 50% !important;}

}

.strichmittig h4:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: rgba(0,0,0,0.5);
    margin: 0 auto;
    margin-top: 68px;
    left: 0;
    right: 0;
}

.strichlinks h3:after {
	content: '';
	position: absolute;
	width: 108px;
	height: 1px;
	background-color: grey;
	float: left;
	left: 0;
	margin-top: 75px;
	background: grey;
}

.texttermine p{
	margin-top: 42px;
}

.h4anpassung h4{
	color: #ea4f44!important;
}
/*HEADER--------------*/

.top-menu-wrapper {
	float: right;
	position: relative;
}

.top-menu-wrapper ul{
	display: inline-flex;
	list-style-type: none;
}

.top-menu-wrapper a {
	color:#ea4f44;
	padding:10px;
	border-bottom: 0;
	text-transform: uppercase;
	letter-spacing:2px;

}

.active-language a {
	border: 1px solid #ea4f44 !important;
	margin-right:6px;
	color:#fff;
}

.active-language a:hover {
	border: 1px solid #f1e333 !important;
	margin-right:6px;
	color:#f1e333;
}

.wpm-languages a:hover{
	color:#f1e333;
}

.menu-item-1679 a{  /*KONTAKT-------*/
	color: #fff;
	background-color:#ea4f44;
	padding: 10px 30px 10px 30px;
}

.menu-item-1679 a:hover{ 
	color: #ea4f44;
	background-color:#f1e333;
	padding: 10px 30px 10px 30px;
}



/*MOBIL----------------------------*/

@media (max-width:780px){
	.essentext {
		
		padding-right: 8%!important;
	}
	.essenbutton {				/*BUTTON*/
		
		padding-right: 8%!important;
	}
	.essenbild {
		padding-left: 8%!important;
		padding-right: 8%!important;
	}

	.bb {
		padding-left: 8%!important;
		padding-right: 8%!important;
	}

	.hereinspaziert{ 			/*BUTTON*/
		padding-left: 8%!important;
		padding-right: 8%!important;
		padding-bottom: 50px!important;
	}

	

	.strichlinks h3:after {
		padding-left: 1.5%!important;
	}

	.zeileeinleitung {
		margin-top: 80px!important;
		margin-bottom: 20px!important;
	}

	.strichmittig h4:after {
		margin-top: 57px!important;
	}

	#pg-11-2> .panel-row-style{
		margin-top: 0px!important;
	}

	.zeileevent { 				/*EVENTSANZEIGE*/
		margin-top: 20px!important;
	}

	

	.wp_teamshowcase_slider .slick-next{
			right:0 !important; 			/*PFEIL_RECHTS*/
	}

	/*LOGO_OBEN*/
	.site-header img {
		max-width: 60px;
		max-height: 60px;
	}

	.nav-toggle .bar {			/*MENU_TOGGLE*/
    	background: #ea4f44;
    	display:none;
    	height: 2px;
		margin-top: 0;
		opacity: 1;
    	position: absolute;
    	right: 0;
    	top: 50%;
		transform: rotate( 0deg );
    	transition: transform .2s ease-in 0s, margin 0.2s ease-out 0.2s;
    	width: 28px;
		z-index: 1;
	}

	

	.top-menu-wrapper {
		
		top: 30%;
	}

	.site-footer {				/*FOOTER_INFOS_MITTIG*/
    	display: -ms-flexbox;
    	font-size: 16px;
    	-ms-flex-pack: justify;
    	text-align: center;
    	background-color: black;
    	width: 100%;
	}
	}
@media (max-width:500px){
	.strichlinks h3:after {
		margin-top: 76px;
	}
	
	
}
/*TABLET----------------------------*/

@media (max-width:1024px){
	.bb {
		padding-left: 8%!important;
		padding-right: 8%!important;
	}

	.hereinspaziert{ 			/*BUTTON*/
		padding-left: 8%!important;
		padding-right: 8%!important;
		padding-bottom: 50px!important;
	}

	.essentext {
		padding-right: 8%!important;
		margin-top: 20px;
	}

	.essenbutton {				/*BUTTON*/
		padding-right: 8%!important;
		padding-bottom: 8%;
	}

	.essenbild {
		padding-left: 8%!important;
		padding-right: 8%!important;
	}

	.site-footer {
    display: block!important;
    font-size: 16px;
    -ms-flex-pack: justify;
    padding: 25px 70px 20px;
    text-align: center;
    background-color: black;
    width: 100%;
    line-height: 2;
	}

	.site-footer p {
    color: rgba(0,0,4,0.4);
    line-height: 1;
    text-align: center;
    color: grey;
    margin-bottom: 5px;
    line-height: 2;
    margin-top: 0;
	}

	

}



.textwidget h4, .widget-title {
font-size:1.8em;
margin-bottom: 1em;
}

.home .textwidget h4{
font-size:1.8em;
margin-bottom: 0em;
}


/* Header Slider */

.hundert {
	color:#ea4f44;
	height:100vh;
	width:100%;
	padding:0 12% 0 12%;
	overflow:hidden;
	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: center;
}

@media (max-width:780px) {
.hundert {
		padding:18px 18px 18px 18px;

}
}


.fuenfzig {
	color:#ea4f44;
	height:50vh;
	width:100%;
	overflow:hidden;
	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: center;
}


.hundert textarea, .hundert input[type="email"], .hundert input[type="password"], .hundert input[type="tel"], .hundert input[type="text"], .hundert input[type="url"] {
    background: transparent;
    border-radius: 0;
    background: rgba( 200, 200, 25, 0.3 );
    border: 0;
    color: #121212;
    display: block;
    font-size: 1em;
    margin: 0 0 15px 0;
    padding: 4px;
    ransition: border-color .15s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-height: 100px;
    max-width: 97%;
}

.lsow-tab-pane {
	padding:0 !important;
}

.lsow-tabs.style1 .lsow-tab-panes {
	border-radius: 0;
}

.lsow-tab-panes {
	background-color: #ea4f44 !important;
	background:url(images/header.png) !important;
	background-size:cover !important;
	background-position: center center !important;
	
	overflow:hidden !important;
}


.lsow-tab-panes {
    border-radius: 0;
    height: 100vh;
    overflow:hidden;
}

.lsow-tab-nav {
	position:absolute;
	z-index:5000;
	margin:0 auto;
	top:0;
	left:0;
	right:0;
}

.lsow-tab-nav .lsow-tab {
	width:33.3333%;
    border-left: 0px solid transparent !important;
    border-bottom: 0px solid transparent  !important;
    background: transparent !important;
}

.lsow-tab a {
	color:#fff !important;
    display: block;
    z-index:5002;
    position:relative;
    text-overflow: ellipsis;
    white-space: normal;
    top:50vh;
    text-decoration: none;
    border: none;
    margin: 0;
    outline: none;
    transition: all 0.3s cubic-bezier(.27,.67,.83,.67) !important;
}

.lsow-tabs .lsow-tab-panes .lsow-tab-pane {
    display: none;
    overflow: hidden;
    width:100%;
    height: 100vh;
    overflow:hidden;

}


/* CampusSegen Button */

.lsow-tabs .lsow-tab-nav .lsow-tab:first-child a {
    text-align: center;
    position: absolute;
    padding-top: calc(100vh - 100px);
    left: 0;
    top: 0;
    height: 100vh;
    right: 0;
    margin: 0 auto;
    
    opacity: 1 !important;
}




.lsow-tabs .lsow-tab-nav .lsow-tab:first-child a:after {
position:absolute;
bottom: -15px;
left:0;
right:0;
margin:0 auto;
content:'';
width:1px;
height:40px;
background-color:#fff;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:first-child a:before {
content:'Eine Initiative der Hochschulseelsorge im Bistum Essen';
position:absolute;
bottom: 48px;
font-size:13px;
left:0;
right:0;
margin:0 auto;
}




.lsow-tabs .lsow-tab-nav .lsow-tab:first-child a:hover {
}

.lsow-active  a  {
	opacity:0 !important;
}




/* Geben Button */

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(2) a {
	text-align:left;
	position:absolute;
	left:0;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(2) span {
	display:none;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(2) a:before {
position:absolute;
z-index:5003;
left: -20px;
margin-top:14px;
content:'';
width:40px;
height:1px;
background-color:#fff;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(2) a:after {
position:absolute;
z-index:5003;
left: -10px;
margin-top:4px;
letter-spacing:1px;
content:'GEBEN';
width:100px;
text-align:center;
transform:rotate(-90deg);
font-size:14px;
font-weight:600;
height:auto;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(2) span.lsow-tab-title {
-webkit-transform: rotate(90deg);
    transform: rotate(90deg) ;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(2) a:hover {
	left:10px;
}




/* Geben Feld */
@media (max-width:740px){
.lsow-tab-pane:nth-child(2) {
	background-color: #f1e333 !important;
	width:100% !important;
}

.lsow-tab-pane:nth-child(2) h3 {
	display:none;
}

}

@media (min-width:740px){
.lsow-tab-pane:nth-child(2) {
	background-color: #f1e333 !important;
	width:76% !important;
}
}


 .lsow-tab-pane:nth-child(2) h3 {
	font-size:2.8em !important;
	line-height:100%;
	margin-bottom:44px;
	color:#ea4f44 !important;
	text-transform: none;
}


.header h1 {
	font-size:2.2em !important;
	line-height:120%;
	color:#fff !important;
	text-transform: none;
}




/* Nehmen Button */

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(3) a {
	text-align:right;
	right:0;
	}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(3) a:after {
position:absolute;
z-index:5003;
right: -20px;
margin-top:14px;
content:'';
width:40px;
height:1px;
background-color:#fff;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(3) span {
	display:none;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(3) a:before {
position:absolute;
z-index:5003;
right: -10px;
margin-top:4px;
letter-spacing:1px;
content:'NEHMEN';
width:100px;
text-align:center;
transform:rotate(90deg);
font-size:14px;
font-weight:600;
height:auto;
}

.lsow-tabs .lsow-tab-nav .lsow-tab:nth-child(3) a:hover {
	right:10px;
}



/* Nehmen Feld */
@media (max-width:740px){
.lsow-tab-pane:nth-child(3) {
	background-color: #ea4f44 !important;
	width:100% !important ;
	margin-left:0% !important;
}
}

@media (min-width:740px){
.lsow-tab-pane:nth-child(3) {
	background-color: #ea4f44 !important;
	width:76% !important ;
	margin-left:24% !important;
}
}

.wuensche {
	height:33.333vh;
	padding:6%;
}

.wuensche p {
	color:#fff;
	font-size:2vh;
	font-weight:400;

}

.wuensche strong {
	color:#f1e333;
	font-size:1.8vh;
	font-weight:300;

}








.button1{
	padding-left: 8%;
}
@media(max-width: 780px){
	.text1{
		padding-top: 8%;
		padding-left: 0%!important;
	}
	.button1{
	padding-left: 0%;
	}
	.panel-widget-style {
	padding-right: 0%;
	}
}
.text1{
	padding-left: 8%;
}


.home .gbel-image-info {
	display: none;
}

#gbel a.next {
    float: left;
    display:none;
}

.changeColortext a {
  color: #000;
}

.logowhite, .logored {
position:absolute;
top:10px;
}



.sow-icon-image{
	transition: all 0.2s cubic-bezier(.27,.67,.83,.67) !important;
}

.ow-button-base a:hover .sow-icon-image{
    margin-left:1em!important;
    margin-right:-1em !important;
    float: right;
}


/*----- MEMBERS ------*/

.members h5 {
	margin-bottom: -22px;
}

.members h4:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    background-color: rgba(0,0,0,0.2);
    margin: 0 auto;
    margin-top: 56px;
    left: 38%;
}

@media(max-width: 780px){
	.members h4:after {
    left: 0;
}

}

.members .base:before {
	content: '';
    position: absolute;
    margin-left:-30px;
    width: 26px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-image: url(images/base.png);
        transition: all 0.2s ease-in-out ;
}

.members .times:before {
	content: '';
    position: absolute;
    margin-left:-30px;
    width: 26px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-image: url(images/times.png);
        transition: all 0.2s ease-in-out ;
}

.members .mobile:before {
	content: '';
    position: absolute;
    margin-left:-30px;
    width: 26px;
    height: 30px;
    background-position: center center;
    background-size: cover;
    background-image: url(images/mobile.png);
        transition: all 0.2s ease-in-out ;
}




/*----- SOCIAL-MENU ---- */


.menu-item-1254 span, .menu-item-1253 span, .menu-item-1244 span {
	display: none;
}

.menu-item-1254 a, .menu-item-1253 a, .menu-item-1244 a{
	border-bottom: 0px;
	list-style: none !important;
}

.menu-item-1254 li, .menu-item-1253 li, .menu-item-1244 li{
	list-style: none !important;
}

.menu-item ._svg {
	width: 2em;
	margin-bottom: 30px;
}

.menu-item-1262 a {
	color: #ea4f44;
	border-bottom: 0px;
	padding-right: 20px;
}

.menu-social-container li {
	display: contents;
	list-style: none;
}


/*---- Sprachen ----*/

.menu-item-language-en span, .menu-item-language-de a span {
	display: none;
}

.menu-item-language-en a {
	display: none;
}

.active-language a {
	display: none;
}

.underline a {
  display: inline-block;
  position: relative;
  padding-bottom: 2px;
  transition: all .2s linear;
  text-decoration: none;
  color: #000;
}
.underline  a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    transition: width 0s ease;
  }
  
 .underline a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #ea4f44;
    transition: width .5s ease;
  }
  
 .underline a:hover:before {
      width: 0%;
      background: #ea4f44;
      transition: width .5s ease;
      color:#ea4f44;
    }

 .underline a:hover:after {
      width: 0%;
      background: transparent;
      transition: width 0s ease;
  
    }

.underline a:hover {
	   color:#ea4f44; 
}


.bb a, .bb a:hover {
color:#ea4f44!important;
}



li.listpfeil {
	margin:6px 0 6px 0;
	line-height:140%;
}
li.listpfeil:before{
  content: '';
  width: 20px;
  height: 24px;
  margin-left: -35px;
  margin-bottom:-6px;
  margin-right: 15px;
  display: inline-block;
  background-image: url(images/pfeilschwarz.png);
  background-position: 50%;
  background-size: cover;
}


/*----- single event ---- */

.single-event .entry-header {
	position: inherit;
	color: #000;
}

.single-event .entry-header .entry-title, .entry-header meta, .entry-header .excerpt {
	text-align: left;
	font-size: 2em;
}

.single-event #gbel p {
	font-size: 20px;
}

.single-event .featured-image{
	width: 100%;
	height: 50vh;
}

.single-event #bg{
	opacity: 1;
	height: 50vh;
	animation: none;
}

.single-event .post-pagination a {
	font-weight: 400;
}

.single-event .gbel-meta {
	padding-bottom: 16px;
	padding-left: 0;
}




@media (max-width: 1024px) {
	.single-event .featured-image{
	height: 30vh;
}

.single-event #bg{
	height: 30vh;
}
}

@media (max-width:  620px) {
	.single-event .featured-image{
	height: 30vh;
}

.single-event #bg{
	height: 30vh;
}
}


.site-logo-footer {
	background:#000;
	padding-top:20px;
	margin-bottom: -1px;
}

.site-logo-footer p {
	padding-top:20px;
	text-align:center;
	color:#fff;
	font-size:16px;
}

.logofooter {
	width: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;	
}




.menu-item img._before, .rtl .menu-item img._after {
	float: right;
	margin-right: 1em;
	font-size: 1.5em;
}

.menu-item-1399 a {
	display: none;
}

.page-id-1106 .hereinspaziert{
	padding-left: 0% !important;
}

@media (max-width: 780px){
.page-id-1106 .header h1 {
	font-size: 2em !important;
}
.base {
	padding-left: 6%;
}
.times {
	padding-left: 6%;
}
.mobile {
	padding-left: 6%;
}
.members h4:after {
	margin-top: 45px;
}
}


.wp_teamshowcase_slider .slick-next {
    right: 0 !important;
}

.wp-modal-body .other-info {

    display: none;
}


.instagram {

}

#eu-cookie-law.negative {
    background-color: #000;
    border: none;
    color: #fff;
    position: fixed;
    bottom: 0px;
    margin: 0px;
    padding: 16px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 100%;
}


#pl-852 .hundert {
  width: 80% !important;
    position: absolute !important;
    z-index: 99999 !important;
}

.gbel-meta-date, .gbel-meta-cats {
	display: none!important;
}


.home .highlight  {
    border-bottom: 0px;
    background: #f0f0f0;
    align-items: center;
    justify-content: center;
    overflow: hidden !important;
}

.home #gbel .highlight .gbel-image {
	    position:relative;
	left:0;
	margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}

.eventbild {
    width: 100%;
    overflow:hidden;
    clear: both;
    float: left;
    margin: 20px 0 0 0 !important;
}

.highlight .gbel-image-info {
	margin-left:0 !important;
	width:100% !important;
}

.home .highlight .gbel-image-info:before{
	content:'Highlight';
  position: absolute;
  right: -35px;
  margin-top:30px;
  margin-right:30px;
  z-index: 10;
  display: inline-block;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  width: 160px;
  text-align: center;
  padding: .5em 0;
  color: #000;
  background: #fff;
  z-index:9999;
}

.home #gbel .highlight .gbel-image-info {
	display:block !important;
}




@media (max-width: 640px) {
  .wp_teamshowcase_slider button.slick-arrow{
    margin-right: -16% !important;
  }
}

@media (max-width: 400px){
  .wp_teamshowcase_slider button.slick-arrow{
    margin-right: -21% !important;
  }

  .wp_teamshowcase_grid, .wp_teamshowcase_slider{
    overflow: hidden;
  }
}

@media (max-width: 500px){
.siteorigin-widget-tinymce {
	width: 63%;
	margin: 0 auto;

}
}


.header-non {
	opacity: 0!important;
}

@media (max-width: 780px){
	.wp-tsas-slider-wrap{
		overflow: hidden;
	}

	.overflow h3 {
		font-size: 2.4em;
	}

	.logojugend {
	margin-left: 0px !important;
	width: 100% !important;
}
}

.logojugend {
	margin-left: 79px;
	width: 70%;
}

.logojugend a:after {
	display: none;
}

.logojugend a:before {
	display: none;
}

.wp_teamshowcase_slider.design-1 .contact-content {
    text-align: left;
}

.contact-content a {
    background: transparent !important;
    color: #fff;
    text-align: left !important;
    width: 0px !important;
    padding: 5px 10px;
    -webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}



.contact-content a {
    border-top: 0px solid #000 !important;
    padding: 5px !important;
    margin-left: -6px !important;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.contact-content a:hover {
    border-top: 0px solid #000 !important;
    padding: 5px !important;
    margin-left: 6px !important;
}

.wp-modal-body .contact-content a {
	display:contents;
}

@media (max-width: 340px){
.siteorigin-widget-tinymce {
    width: 76%;
    margin: 0 auto;
}

 .entry-content h3 {
    font-size: 2.0em;
}

.home .highlight .gbel-image-info:before{
	margin-top: -39px !important;
}

.post-1727 .entry-title  {
	font-size: 1.5em;
}
}

@media(max-width: 420px){
	.single-event .featured-image{
		height: 30vh;
	}

	.single-event #bg{
		height: 30vh;
		background-position: top;
	}

	.single-event .entry-header .entry-title, .entry-header meta, .entry-header .excerpt{
		font-size: 1.4em;
	}
}

/*Anpassungen an den Veranstaltungen*/

.page-id-1727 #gbel .gbel-image{
	margin: 0;
}

.page-id-1727 #gbel .gbel-image-info{
	max-width: 40%;
}

.page-id-1727 #gbel{
	max-width: 1200px;
	margin: 0 auto;
}

.page-id-1727 #gbel button,.page-id-1727 #gbel .button, .page-id-1727 #gbel input[type="button"], .page-id-1727 #gbel input[type="submit"]{
	height: 120px;
}

.page-id-1727 #gbel{
	column-count: 1;
}

.page-id-1727 #gbel .gbel-content:hover{
	background-color: #f0f0f0;
}


@media(max-width: 1000px){
	.page-id-1727 #gbel .gbel-image-info{
	max-width: 100%;
}

.page-id-1727 #gbel button,.page-id-1727 #gbel .button, .page-id-1727 #gbel input[type="button"], .page-id-1727 #gbel input[type="submit"]{
	height: 50px;
}
}

/*Anpassung der Einzelseiten–Veranstaltungen*/


@media (max-width: 780px){
.single-event.gallery-mobile .featured-image {
    height: 22vh;
    margin-top: 100px;
    max-width: 85%;
}
}

@media (max-width: 780px){
.single-event.gallery-mobile #bg {
    height: 22vh;
}

.single-event.gallery-mobile .site-header{
	top: 0;
	-webkit-transition: .2s all ease-in-out, .2s all ease-in-out;
    -moz-transition: .2s all ease-in-out, .2s all ease-in-out;
    -o-transition: .2s all ease-in-out, .2s all ease-in-out;
    transition: .2s all ease-in-out, .2s all ease-in-out;
}
}



.post-pagination .next-post:before {
    background-image: url(./assets/images/arrow-white-right.svg);
    right: 0;
    margin-right: 0px;
    transition: all 0.3s ease-in-out 0.2s;
    z-index: 20;
}

.post-pagination .next-post:before {
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    position: relative;
    top: 24px;
    width: 15px;
    float: right;
}

.single-event .post-pagination .next-post{
	background: black;
}

.single-event .post-pagination .next-post a{
	background: transparent;
	text-align: left;
}

.next-post span{
	margin: 0px;
	hyphens: auto;
}








.post-pagination .previous-post:before {
    background-image: url(./assets/images/arrow-white-left.svg);
    right: 0;
    margin-right: 0px;
    transition: all 0.3s ease-in-out 0.2s;
    z-index: 20;
}

.post-pagination .previous-post:before {
    background-size: contain;
    content: "";
    display: block;
    height: 12px;
    position: relative;
    top: 24px;
    width: 15px;
    float: left;
}

.single-event .post-pagination .previous-post{
	background: black;
}

.single-event .post-pagination .previous-post a{
	background: transparent;
	text-align: right;
}

.previous-post span{
	margin: 0px;
	hyphens: auto;
}

.single-event .featured-image {
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 200px;
}

.single-event #gbel {
	max-width: 1200px;
	margin: 0 auto;
}

.single-event .entry-title {
	hyphens: auto;
	-webkit-hyphens:auto;
}

@media(min-width: 750px){

.single-event .entry-header {
	max-width: 1200px;
	padding-top: 200px;
}

.single-event  .featured-image{
	background-color:#ffffff;
}


.single-event  .site-header {
	margin-top: -200px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1324px){
	.single-event #bg{
		height: 40vh;
	}

	.single-event .entry-header {
	padding-top: 50px;
}
}

.single-event .logored{
	opacity: 1!important;
}

.single-event .logowhite{
	opacity: 0!important;
}