/*
Theme Name: neubau-geburtsfotografie
Author: Elmastudio / Jana Wiescholek

* @version 2.0.3
*/

/*--------------------------------------------------------------
Table of Contents:
----------------------------------------------------------------
1.0  - Reset
2.0  - General Styles
3.0  - Header
4.0  - Overlay
5.0  - Blog Posts
	5.1 - Comments
6.0  - Pagination + Infinite Scroll
7.0  - Pages
8.0 - Fullwidth / Archives / Search Results / 404
9.0 - Widgets
10.0 - Social Icons Menu
11.0 - Footer
12.0 - Plugins + Jetpack Styles
13.0 - Shortcodes
14.0 - Editor Blocks
15.0 - Media Queries
--------------------------------------------------------------*/

/*FONTS*/
/* cardo-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/cardo-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cardo-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cardo';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/cardo-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cardo-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Cardo';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/cardo-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* oxygen-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/oxygen-v15-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oxygen-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/oxygen-v15-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* oxygen-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/oxygen-v15-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
	font-family: 'themify';
	src:url('assets/fonts/themify.eot?-fvbane');
	src:url('assets/fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'),
		url('assets/fonts/themify.woff?-fvbane') format('woff'),
		url('assets/fonts/themify.ttf?-fvbane') format('truetype'),
		url('assets/fonts/themify.svg?-fvbane#themify') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="ti-"], [class*=" ti-"] {
	font-family: 'themify';
	color: #f5f4f2;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*-----------------------------------------------------------------------------------*/
/*	1.0 Reset
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: middle;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; }
figure {margin: 0;}
figcaption { text-align: center; }
img { border: 0; -ms-interpolation-mode: bicubic;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
input {-webkit-border-radius:0; border-radius:0;}

::-webkit-input-placeholder {color: #000;}
:-moz-placeholder {color: #000;}
::-moz-placeholder {color: #000;}
:-ms-input-placeholder {color: #000;}

*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::selection {background: #d7f4f9;}
::-moz-selection {background: #d7f4f9;}

/* Clearfix */
.clearfix:after, #main-wrap .sharedaddy:after {clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.cf:before, .cf:after {content: " "; /* 1 */ display: table; /* 2 */}
.cf:after {clear: both;}


/* Page Loading Bar */
.pace {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100000000;
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	-webkit-transition: -webkit-transform .5s ease-out;
	-ms-transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out;
}
.pace.pace-active {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pace .pace-progress {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
	background: #ff0033;
	pointer-events: none;
}
.load-overlay {
	position: fixed;
	background: #F5F4F2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100000;
	opacity: 1;
}
.pace-done .load-overlay {
	opacity: 0;
	display: none;
}
.main-container {
	opacity: 0;
}


/*-----------------------------------------------------------------------------------*/
/*	2.0 General Styles
/*-----------------------------------------------------------------------------------*/

body {
	display: block;
	font-family: 'Oxygen', sans-serif;
	color: #140E40;
	background: #f5f4f2;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.35;
}
#primary {
	background-color: #f5f4f2;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 120px;
	padding-bottom: 3.5rem;
}

/* --- Font Styles --- */
.entry-meta,
.entry-summary,
.widget-area,
.pull-left,
.pull-right,
.entry-content p.wp-caption-text,
.entry-content p.intro,
.entry-tags,
p.author-bio,
#comments .comment-meta,
#comments .comment-text,
#comments .comment-reply,
#comments #respond p.comment-notes,
#comments #respond p.logged-in-as,
#respond a#cancel-comment-reply-link,
#comments input,
#comments textarea,
.entry-content p.note,
.entry-content  h2,
.entry-content  h3,
.entry-content  h4,
.entry-content  h5,
.entry-content  h6,
p span.uppercase,
.entry-content blockquote,
.searchform,
.entry-content h1 {
	font-family: 'Oxygen', sans-serif;
}
input[type="submit"] {
	font-family: 'Oxygen', serif;
}
.entry-header h1.entry-title,
.entry-header h2.entry-title {
	font-size: 24px;
	font-size: 1.5rem;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
	font-size: 20px;
	font-size: 1.25rem;
}

h1.site-title,
a.home-link,
.overlay-btn,
#overlay-wrap {
	font-size: 0.9201rem;
}
h1.site-title {
	font-family: 'Cardo', serif;
}
h1.site-title {
	font-weight: 600;
	margin-top: 10px;
	line-height: 1.35;
}
h1.site-title,
h1.site-title a {
	color: #140E40;
}
h1.site-title a:hover {
	text-decoration: none;
}
h1.site-title span {
	display: block;
	font-weight: 400;
	margin-bottom: 5px;
}

.entry-summary,
.widget-area,
p.author-bio,
#comments .comment-text,
#comments input,
#comments textarea,
.entry-content p.note,
.searchform {
	font-size: 15px;
	font-size: 0.9375rem;
}
.entry-meta,
.entry-tags,
#comments .comment-meta,
#comments .comment-reply,
#comments #respond p.comment-notes,
#comments #respond p.logged-in-as,
#respond a#cancel-comment-reply-link {
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.7;
}
b,
strong {
	font-weight: bold;
}

/* --- Links + Custom Colors --- */
a {
	color: #170C3F;
	text-decoration: none;
}
a:hover {
	color: #3D1545;
	text-decoration: none;
}

.entry-content a {
	color: #170C3F !important;
  text-decoration: underline;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.entry-content a:hover {
	color: #3D1445 !important;
	text-decoration: underline;
}

#colophon a {
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#colophon a:hover {
	text-decoration: none;
	background-color: #ff0033;
}

#primary .wp-block-button a {
	color: #f5f4f2 !important;
	background-color: #140E40 !important;
	border: 0 none; !important;
	text-decoration: none;
}
#primary .wp-block-button a:hover {
	background-color: #ff0033 !important;
	border: 0 none; !important;
	text-decoration: none;
}


.entry-header h2.entry-title a {
		-webkit-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
		-moz-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
		-o-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
		transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.entry-header h2.entry-title a:hover {
		color: #027788;
}

/* --- Headings --- */
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
h1, .entry-content h2.about {
  font-family: 'Oxygen', sans-serif;
  font-size: 1.8589rem;
  font-weight: 700;
  line-height: 1.075;
  padding: 0 0 2rem;
}

.entry-content h2 {
	font-family: 'Cardo', serif;
	color: #140E40;
	font-size: 2.75vw;
  line-height: 1.1;
	padding: 12px 0 15px;
	-moz-hyphens: none;
	-o-hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-weight: 500;
}
.page-id-476 h2,
.page-id-864 h2 {
	font-size: 1.76rem;
	padding: 0;
}
.home .entry-content h2,
.home .entry-header h2.entry-title {
	color: #140E40;
	font-size: 1.025rem;
	font-weight: 700;
  line-height: 1.1;
  padding: 3px 0;
  margin-top: 0;
  hyphens: none;
}
.home .entry-content h3 {
	font-family: 'Cardo', serif;
	font-size: 2.07rem;
  font-weight: 700;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 1.0rem;
}
.page-id-476 h3,
.page-id-864 h3 {
	padding: 0;
	margin: 0;
}

.entry-content  h3,
.entry-content  h4 {
	font-family: 'Oxygen', sans-serif;
	font-size: 1.25rem;
	padding: 0 0 15px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.entry-content  h4 {
	padding: 0;
}
.entry-content  h5,
.entry-content  h6,
h6.wp-block-heading {
	font-size: 1.025rem !important;
	padding: 3px 0;
}

/* --- Typography --- */
.entry-content {
	line-height: 1.31;
}

.home .home-content {
	margin-top: 0;
}

.entry-content p {
	font-family: 'Oxygen', sans-serif;
	font-size: 1.025rem;
	margin-bottom: 1.75rem;
}
.entry-content p:last-child,
.team-text p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote p:last-child  {
	margin-bottom: 35px;
}
ul, ol {
	margin: 0 0 35px 0;
	padding-left: 40px;
	list-style-position: inside;
}
ul ul,
ol ol {
	margin: 0;
}
ol ol {
	list-style: lower-alpha;
}
.comment-text ul,
.comment-text ol {
	margin: 0 0 20px 0;
}
ul {
	list-style: none;
}
.entry-content ul li,
.site-content #comments ol.commentlist .comment-text li {
	position: relative;
	padding: 0 0 0 24px;
}

ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}
.entry-content ul {
	padding-left: 50px;
}
.entry-content ol {
	padding-left: 70px;
}
.entry-content ol li {
	padding-left: 4px;
}
.entry-content ul li,
.entry-content ol li,
#comments ul li,
#comments ol li  {
	list-style-position: outside;
}
.entry-content ul ul,
.entry-content ol ol,
#comments ul ul,
#comments ol ol {
	padding-left: 50px;
}
dfn, em, i {
	font-style: italic;
}
s, strike, del {
	text-decoration: line-through;
}
address {
	margin: 0 0 35px;
}
pre {
	max-width: 100%;
	word-wrap: break-word;
	margin-bottom: 35px;
	padding: 25px;
	overflow: auto;
	background: #f5f5f5;
	color: #444;
}
code, kbd, tt, var, pre {
	font-family: Courier, Monaco, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
abbr, acronym {
	border-bottom: 1px dotted #000;
	cursor: help;
}
mark, ins {
	background: #d7f4f9;
	text-decoration: none;
}
sup,
sub {
	position: relative;
	vertical-align: baseline;
	height: 0;
	font-size: 75%;
	line-height: 0;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}
dt {
	padding-bottom: 4px;
	font-weight: bold;
}
dd {
	margin: 0 0 30px;
}
.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* --- Typography --- */
.justify {
	text-align: justify;
}
.entry-content blockquote,
#comments blockquote {
	position: relative;
}
.entry-content blockquote cite,
#comments blockquote cite {
	display: block;
	padding-top:  10px;
	font-style: italic;
	font-weight: 300;
	font-size: 18px;
	font-size: 1.125rem;
}
.entry-content blockquote cite:before,
#comments blockquote cite:before {
	display: inline-block;
	padding: 0 2px 0 0;
}
.entry-content blockquote strong {
	font-weight: 900;
}
.entry-content p.pull-left,
.entry-content p.pull-right {
	margin-bottom: 30px;
	font-weight: 600;
}
.entry-content p.pull-right {
	text-align: right;
}
span.dropcap {
	float: left;
	padding: 3px 4px 0 0;
	font-size: 50px;
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 0.9;
}
.entry-content p.intro,
.entry-content blockquote {
	font-family: 'Cardo';
	font-size: 1.3125rem;
	line-height: 1.45;
	font-weight: 300;
}
.entry-content p.note {
	position: relative;
	line-height: 1.35;
	padding: 0 0 0 35px;
}
.entry-content blockquote p:before {
	color: #FF0033;
	content: '»';
	font-size: 3.5rem;
	font-weight: 700;
	margin-right: 7px;
  	line-height: 0;
}
.uppercase {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
}
.wide-content {
	padding-bottom: 55px;
}

/* --- Tables --- */
table {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #000;
	line-height: 2;
	font-size: 18px;
	font-size: 1.125rem;
}
table td {
	padding: 10px 10px 10px 0;
	border-top: 1px solid #000;
}
table caption {
	margin: 40px 0;
}
table th {
	padding: 10px 10px 10px 0;
	text-align:left;
	color: #000;
}

/* --- Alignment --- */
.alignleft,
.alignright {
	display: block;
}
.alignleft {
	margin-right: 35px;
	float: left;
}
.alignright {
	margin-left: 35px;
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
img.alignleft,
img.alignright {
	margin-top:5px;
	margin-bottom: 40px;
}

/* --- Forms & Buttons --- */
input,
textarea {
	padding: 11px 15px;
	background: #f2f2f2;
	border: none;
	line-height: normal;
	outline: none;
	color: #000;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="button"],
input[type="submit"],
.footer-widgets input[type="submit"],
input#submit  {
	padding: 2px 30px;
	height: 40px;
	background: #000;
	font-family: 'Oxygen', serif;
	font-size: 20px;
	font-size: 1.25rem;
	color: #f5f4f2;
	border: 1px solid #000;
	line-height: normal;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	line-height: 2;
}

/* --- Images / Video --- */
img.wp-post-image {
	padding: 0;
}
img.img-border {
	border: 5px solid #e2e2e2;
}
img.img-border-thin {
	background:#f5f4f2;
	padding: 5px;
	border: 1px solid #ededee;
}
.widget img {
	max-width:100%;
	height:auto;
}
.wp-caption.alignnone {
	margin: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption a {
	line-height: 0;
	display: block;
}
img#wpstats {
	display: none;
}
.entry-content p.wp-caption-text,
.type-attachment .entry-content .entry-caption p {
	margin: 0;
	padding: 10px 2px 35px;
	font-size: 14px;
	font-size: 0.875rem;
}
.entry-content .alignleft p.wp-caption-text {
	text-align: left;
}
.entry-content .alignright p.wp-caption-text {
	text-align: right;
	margin-right: 6px;
}
embed,
iframe,
object,
video {
	max-width:100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}
.site-content .type-attachment {
	padding-top: 0 !important;
}

/* --- Image Galleries --- */
.gallery {
	margin: 0 auto;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	margin-bottom: 6px;
	text-align: center;
	width: 33.3%;
}
.gallery .gallery-item a {
	border-bottom: none;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-2 .gallery-item:nth-of-type(odd),
.gallery-columns-3 .gallery-item:nth-of-type(3n+1) {
	padding-right: 1.4%;
}
.gallery-columns-2 .gallery-item:nth-of-type(even),
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
	padding-left: 1.4%;
}
.gallery-columns-3 .gallery-item:nth-of-type(3n+2) {
	padding-left: 0.7%;
	padding-right: 0.7%;
}
.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%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11%;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail,
.gallery-columns-5 .attachment-thumbnail,
.gallery-columns-6 .attachment-thumbnail {
	max-width: 93%;
	height: auto;
}
.gallery-columns-7 .attachment-thumbnail,
.gallery-columns-8 .attachment-thumbnail,
.gallery-columns-9 .attachment-thumbnail {
	max-width: 94%;
	height: auto;
}
.gallery dl, .gallery dt {
	margin: 0;
}
.gallery br+br {
	display: none;
}
.gallery .gallery-item img {
	width: 100%;
	height: auto;
}
.gallery .gallery-item .gallery-caption {
	display: none;
	margin: 2px 2px 24px;
	padding: 0;
}
.single .gallery .gallery-item .gallery-caption {
	display: block;
}


/*-----------------------------------------------------------------------------------*/
/*	3.0 Header
/*-----------------------------------------------------------------------------------*/

#site-branding {
	width: 100%;
	max-width: 100%;
	position: fixed;
	display: flex;
	padding: 10px 50px 0 15px;
	background: #f5f4f2;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
a.site-logo {
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 0;
	cursor: pointer;
}
a.site-logo img {
	width: 100%;
	max-width: 150px;
	height: auto;
	-webkit-transition: all .7s;
	-moz-transition: all .7s;
	-ms-transition: all .7s;
	-o-transition: all .7s;
	transition: all .7s;
}
#masthead.small a.site-logo img {
	max-width: 110px;
}
a.site-logo img:hover {
	transform: rotate(-180deg);
}


p.site-description {
	display: none;
}

a.home-link:before {
	content: '\2190';
	display: inline;
}


/* --- Main Menu --- */
#site-navigation {
	background-color: rgba(61, 20, 69, 0.25);
	display: block;
	padding: 15px 45px 15px 15px;
  width: 100%;
  max-width: 100%;
  text-align: right;
}
#site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#site-navigation ul li {
	display: block;
	margin: 2px 20px;
	padding: 0;
}
#site-navigation ul ul li {
	margin: 0;
}
#site-navigation ul ul.sub-menu,
#site-navigation ul ul.children {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#site-navigation ul ul ul.sub-menu,
#site-navigation ul ul ul.children {
	margin: 0;
}
#site-navigation ul li a {
	color: #3D1445;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
	text-decoration: none;
  position: relative;
  padding-top: 5px; /* Adding space for the top border */
}
#site-navigation ul li a::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #3D1445;
    transition: width 0.35s;
}
#site-navigation ul li a:hover::before {
    width: 100%;
}


#site-navigation ul li li {
	padding: 0;
}
#site-navigation ul ul li a {
	padding: 0;
	font-weight: normal;
	line-height: 1.75;
}
#site-navigation ul ul li a:before {
	content: '\002d';
	display: inline-block;
	padding: 0 4px 0 0;
}
.sticky-element .sticky-anchor {
	display: none !important;
}
.admin-bar #site-branding,
.admin-bar #overlay-wrap {
		top: 46px;
}
.admin-bar #overlay-open,
.admin-bar #overlay-close {
		top: 64px;
}

/*-----------------------------------------------------------------------------------*/
/*	4.0  Overlay
/*-----------------------------------------------------------------------------------*/

/* --- Main Menu Buttons (Overlay) --- */
.overlay-btn {
  display: block;
  margin: 0;
  padding: 0;
  background: red;
  z-index: 9999;
  text-align: right;
  background: transparent;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: underline;
}

.overlay-show #overlay-open,
.overlay-show .slick-slider {
	opacity: 0;
	z-index: 0;
}
#overlay-close {
	display: none;
	opacity: 0;
}
.overlay-show #overlay-close {
	display: block;
	opacity: 1;
}

/* --- Overlay Buttons: Fix-positioning --- */
#overlay-open, #overlay-close {
  position: fixed;
  top: 18px;
  right: 15px;
  z-index: 9999;
  border: 0 none;
}

/* --- Sub Menu Toggle --- */
.menu-item-has-children {
	position: relative;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}

/* --- Overlay Widget Areas --- */
#overlay-wrap {
	position: fixed;
	width: 100%;
	background: #C6BCC6;
	color: #f5f4f2;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	display: none;
	z-index: 9000;
}
#overlay-wrap a {
	color: #f5f4f2;
}
.overlay-show #overlay-wrap {
	display: block;
}
.entry-thumbnail img {
	z-index: 1;
}
#overlay-wrap .nav-sidebar-wrap {
	opacity:1;
}


/*-----------------------------------------------------------------------------------*/
/*	5.0 Blog Posts
/*-----------------------------------------------------------------------------------*/

.entry-thumbnail {
	padding-bottom: 13px;
}
.single-post .entry-thumbnail {
	padding-bottom: 25px;
}
.entry-thumbnail a {
	position: relative;
	line-height: 0;
	display: block;
}
.entry-header h2.entry-title,
.entry-header h1.entry-title {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.1;
}
.entry-summary {
	padding-bottom: 35px;
}
/* --- Post Meta --- */
.entry-meta {
	display: block;
	clear: both;
	padding: 5px 0 10px;
}
.entry-meta .entry-tags ul {
	margin: 0;
	padding: 0;
}
.entry-date,
.entry-comments,
.entry-author,
.entry-edit {
	display: inline;
	padding: 0;
}
.entry-date a {
	display: inline;
}
.entry-date:after,
.single-post .entry-author:after,
.home.logged-in .entry-author:after,
.logged-in .entry-comments:after {
	display: inline;
	content: '\201a';
	padding: 0;
}

/* --- Single Posts --- */

.single-post h1.entry-title,
.page h1.entry-title {
	font-size: 1.225rem;
	font-weight: 700;
	margin-bottom: 75px;
}
.page-id-863 h1.entry-title,
.page-id-476 h1.entry-title {
	display: none;
}

.single-post .entry-header,
.page .entry-header {
	padding-top: 20px;
}

.home-content .entry-header {
	margin-top: 2.0rem;
}
.single-post .sidebar-wrap {
	padding-bottom: 0;
	display: block;
	line-height: 0;
}
.entry-tags {
	padding: 50px 0 0 0;
}

/* --- Author Box --- */
.authorbox {
	position: relative;
	margin: 35px 0 0 0;
	padding: 15px 0 0 0;
	clear: both;
	border-top: 1px solid #000;
}
.authorbox .author-pic {
	width: 50px;
	height: 50px;
	float: left;
}
.authorbox .author-heading {
	padding: 0 0 0 70px;
}
.authorbox h3.author-title {
	margin: 0;
	padding: 0;
	font-style: italic;
}
.authorbox h3.author-title span {
	padding: 0 5px 0 0;
	display: inline-block;
	font-style: normal;
}

.authorbox p.author-bio {
	margin: 0;
	padding: 10px 0 0 70px;
}

/*-----------------------------------------------------------------------------------*/
/*	Startseite
/*-----------------------------------------------------------------------------------*/

.wp-block-cover .wp-block-cover__background {
	opacity: 0.4;
}
.home .kontakt-section {
	color: #f5f4f2;
}
.home .kontakt-section h2 {
	color: #f5f4f2;
	font-family: 'Cardo';
	font-size: 4.756rem;
	font-weight: 500;
	margin-top: 0 !important;
}
.home .kontakt-section p {
	font-family: 'Oxygen';
	font-size: 1.669rem;
  line-height: 1.3;
}
.home .kontakt-section .wp-block-cover {
	padding: 1em 2em;
}

/* Counter tartseite */
#wpsm_counter_b_row_1434 {
	margin-top: 70px;
}

/*-----------------------------------------------------------------------------------*/
/*	Portfolio
/*-----------------------------------------------------------------------------------*/


#primary .fat-portfolio-tabs .tab-wrapper a {
	color: #170C3F;
	border-bottom: 0 none;
	background-color: transparent;
	cursor: pointer;
	padding: 6px;
	transition: color 0.0s !important;
}
#primary .fat-portfolio-tabs .tab-wrapper a:hover {
	color: #F5F4F2;
	background: transparent;
}
#primary .fat-portfolio-tabs .tab-wrapper li {
	padding: 3px 6px 4px 6px;
	margin-right: 10px;
}
#primary .fat-portfolio-tabs .tab-wrapper li:last-child {
	margin-right: 0;
}
#primary .fat-portfolio-tabs .tab-wrapper li::before {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 30px;
  background-color: #170C3F;
  transition: width 0.45s !important;
}
#primary .fat-portfolio-tabs .tab-wrapper li:hover::before {
	width: 100%;
}
*/



#primary .fat-portfolio-shortcode a {
	color: #F5F4F2;
	border-bottom: 0 none;
	background: transparent;
	cursor: pointer;
}
#primary .fat-portfolio-shortcode a:hover {
	color: #3D1545;
	border-bottom: 0 none;
	background: transparent;
}

.fat-portfolio-single-page-title h1 span {
  font-size: 3.789rem;
  font-weight: 300;
}

.fat-shortcode-sc65d743c92ba8a .fat-portfolio-item .fat-hover-wrap,
.fat-shortcode-sc65dcbdd303130 .fat-portfolio-item .fat-hover-wrap {
	background: linear-gradient(-85deg, transparent 90px, rgba(23, 12, 63, 0.75) 0) top right !important;
	background-color: transparent !important;
}

.fat-hover-inner {
	color: #F5F4F2 !important;
	text-align: left;
	padding-left: 25px !important;
	padding-right: 30% !important;
}

.thumb-title-cat-hover .fat-hover-wrap .title::after,
.thumb-both-title-excerpt-hover .fat-hover-wrap .title::after {
	left: 50px !important;
}

.fat-hover-inner .title,
.fat-hover-inner .category {
	color: #F5F4F2 !important;
	font-weight: 700 !important;
}
.fat-portfolio-item .title {
	font-size: 1.18rem !important;
}

.fat-portfolio-tabs {
	display: none;
}

.fat-padding-10 .fat-portfolio-tabs {
	margin-top: 3.5rem;
}

.fat-portfolio-tabs ul.fat-mg-bottom-50 {
  margin-bottom: 20px !important;
}

.single-fat-portfolio .fat-container {
	max-width: 100%;
	padding-left: 9.5%;
  padding-right: 12%;
  margin-top: 200px;
}

.port_back a {
	float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  color: #f03;
  text-decoration: none;
  position: relative;
  padding-top: 5px; /* Adding space for the top border */
}
.port_back a::before {
	ontent: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f03;
  transition: width 0.35s;
}
.port_back a:hover::before {
	width: 100%;
}


.fat-portfolio-single .fat-container .fat-portfolio-main-detail .main-slide .fat-portfolio-row .col-md-6:first-of-type {
	width: 100%;
}
.single-image-gallery-top .image-gallery .item img, .single-image-gallery-left .image-gallery .item img, .single-image-gallery-right .image-gallery .item img, .single-image-gallery-bottom .image-gallery .item img {
	width: 100%;
}

.fat-portfolio-single .owl-next, .fat-portfolio-single .owl-prev, .portfolio-related-container .owl-next, .portfolio-related-container .owl-prev {
	background-color: rgba(255, 0, 51, 1.0);
	height: 80px;
	line-height: 80px;
	border-radius: 0;
	opacity: 0.85;
}
.fat-portfolio-single .owl-prev {
  left: -10px;
  rotate: 2deg;
}
.fat-portfolio-single .owl-next {
  right: -10px;
  rotate: -1deg;
}
.fat-portfolio-single .owl-prev:hover {
  left: -12px;
  rotate: 0deg;
}
.fat-portfolio-single .owl-next:hover {
  right: -12px;
  rotate: 0deg;
}

.fat-portfolio-navigation .nav-links {
	border-top: 0 none;
	border-bottom: 0 none;
	font-size: 0.757852rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fat-portfolio-navigation .nav-links .nav-previous a i,
.fat-portfolio-navigation .nav-links .nav-next a i {
	font-family: 'Cardo' ;
	color: #FF0033;
  font-size: 4.5rem;
  font-weight: 300;
}
.fat-portfolio-navigation .nav-links .nav-previous span,
.fat-portfolio-navigation .nav-links .nav-next span {
	vertical-align: middle;
	text-decoration: none;
  position: relative;
  padding-top: 5px; /* Adding space for the top border */
}
.fat-portfolio-navigation .nav-links .nav-previous span::before,
.fat-portfolio-navigation .nav-links .nav-next span::before {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: transparent;
  transition: width 0.35s;
}
.fat-portfolio-navigation .nav-links .nav-previous span:hover::before,
.fat-portfolio-navigation .nav-links .nav-next span:hover::before  {
    width: 100%;
}

.fat-portfolio-single .fa-long-arrow-left::before {
	content: '«' !important;
}
.fat-portfolio-single .fa-long-arrow-right::before {
  content: '»' !important;
}

.fat-portfolio-image-title {
	display: none;
}

.fat-portfolio-single .thumb-slide .bg-overlay {
	background-color: rgba(255, 0, 51, 0.5);
}

.fat-portfolio-single .detail-container,
.fat-portfolio-single .attr-title {
	display: none;
}

#sidebar-portfolio ul {
	padding-left: 0;
}
#sidebar-portfolio ul li.portfolio-list-item,
.fat-portfolio-single .portfolio-info-label,
.fat-portfolio-single .excerpt-label {
	color: #3D1545;
	font-size: 1.05rem;
  line-height: 1.8;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.fat-portfolio-single .attr-item {
  line-height: inherit;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 0 none;
}

.fat-portfolio-single .excerpt-container, .fat-portfolio-single .detail-container {
  margin-top: 20px;
}


/*-----------------------------------------------------------------------------------*/
/*	Number Counter
/*-----------------------------------------------------------------------------------*/

#wpsm_counter_b_row_1434 .wpsm_counterbox .wpsm_number {
	color: #ff0033 !important;
	font-family: 'Cardo' !important;
	font-weight: 700 !important;
}

#wpsm_counter_b_row_1434 .wpsm_counterbox .wpsm_count-title {
	color: #140E40 !important;
	font-family: 'Oxygen' !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px !important;
	margin-top: 5px !important;
}

/*-----------------------------------------------------------------------------------*/
/*	6.0 Pagination + Infinite Scroll
/*-----------------------------------------------------------------------------------*/
.pagination {
	position: relative;
	clear: both;
}
.pagination .nav-links a.next.page-numbers:hover,
.pagination .nav-links a.prev.page-numbers:hover {
	text-decoration: none;
}
.pagination .nav-links {
	text-align: center;
}
.pagination .nav-links .current {
	font-weight: bold;
	font-style: italic;
}
#infinite-handle {
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
}
#infinite-handle {
	padding: 0 0 105px;
}
.single-post .navigation {
	clear: both;
	text-align: center;
}
.single-post .post-navigation {
	overflow: hidden;
	clear: both;
	padding-top: 120px;
}
.single-post .post-navigation .nav-previous,
.pagination .prev {
	float: left;
}
.single-post .post-navigation .nav-next,
.pagination .next {
	float: right;
}
.single-post .post-navigation .nav-previous a,
.single-post .post-navigation .nav-next a {
	position: relative;
	display: block;
}
.single-post .post-navigation .nav-previous a {
	text-align: left;
}
.single-post .post-navigation .nav-next a {
	text-align: right;
}
#nav-comments {
	padding: 20px 0 70px;
	clear: both;
	overflow: hidden;
}
#nav-comments .nav-previous {
	float: right;
}


/*-----------------------------------------------------------------------------------*/
/*	7.1 Frontpage
/*-----------------------------------------------------------------------------------*/

.block_profil {
	background-color: transparent;
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.startbild-1-txt {
	position: absolute;
  top: 150px;
  left: 0;
  z-index: 99;
  padding: 2% 10% 5% 10%;
  width: 100%;
  max-width: 100%;
}

.startbild-1-txt h2 {
	color: #F7F5F1;
	font-size: 8.95vw;
	font-family: cardo;
  font-weight: 400;
  hyphens: none;
  margin: 0;
  text-align: center;
}

.startbild-1-txt h3 {
	font-weight: 300;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.55;
  color: #F7F5F1;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  text-align: right;
  padding-left: 0;
  display: none;
}
.startbild-1-txt h3 span {
	vertical-align: baseline;
  font-weight: 700;
}

/*-----------------------------------------------------------------------------------*/
/*	7.2 Profil Page
/*-----------------------------------------------------------------------------------*/


.profilbild-txt {
	background-color: rgba(61, 20, 69, 0.55);
	position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 55px 5% 10% 5%;
  height: 100%;
  color: #F7F5F1;
}
.profilbild-txt h2 {
	font-family: cardo;
	font-size: 2.95rem;
	font-weight: 400;
}
.profilbild-txt h3 {
	font-size: 1.35rem;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 300;
	text-align: right;
	margin-bottom: 1.75rem;
}
.profilbild-txt p {
	line-height: 1.57;
	margin-bottom: 8px;
}


/*-----------------------------------------------------------------------------------*/
/*	8.0 Fullwidth / Archives / Search Results / 404
/*-----------------------------------------------------------------------------------*/

.archive-header {
	padding-bottom: 40px;
}
.archive-header h1.archive-title {
	margin: 0;
	padding: 0;
}
.archive-header .taxonomy-description p {
	margin: 5px 0 0 0;
}
.entry-summary p:last-child {
	margin-bottom: 0;
}
.archive .site-content .post,
.search-results .site-content .post,
.search-results .site-content .page {
	clear: both;
	overflow: hidden;
}
.search-no-results .searchform {
	width: 420px;
}
.error404 .site-content .entry-wrap {
	overflow: hidden;
}
.author h3.author-archive-title {
	margin: 0;
	padding: 80px 0 0 0;
}
.page .edit-link {
	padding-top: 30px;
}

/*-----------------------------------------------------------------------------------*/
/* 9.0 Widgets
/*-----------------------------------------------------------------------------------*/

.widget-area .widget {
	clear: both;
	float: none;
	line-height: 1.45;
}
.widget .widget-title-wrap {
	display: block;
}
.widget h3.widget-title {
	display: block;
	margin: 0;
	padding: 10px 0 24px;
	font-weight: 600;
}
.widget-area .widget ul {
	margin: 0;
	padding: 0;
}
.widget-area .widget ul li {
	list-style: none;
}
.widget-area .widget ul li:last-child {
	padding-bottom: 0;
}
.widget-area .widget img.resize {
	max-width: 100%;
	height: auto;
}
.widget select,
.widget iframe {
	max-width: 99%;
	margin-left: 1px;
	margin-left: 0.1rem;
}
.wp_widget_tag_cloud div,
.widget_tag_cloud div {
	-ms-word-break: break-all;
		 word-break: break-all;
	 word-break: break-word;
}
.widget_recent_comments a.url,
.widget_recent_comments span.comment-author-link {
	font-weight: bold;
}

/* --- Search Widget + default Search Form --- */
.widget_search {
	clear: both;
	overflow: hidden;
}
.widget_search .searchform {
	position: relative;
	max-width: 400px;
}
.widget_search .searchform #s {
	width: 60%;
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
		border: 1px solid #000;
		outline: none;
		background: #f5f4f2;
}
.searchform #s {
	height: 40px;
	outline: none;
	float: left;
}
.widget_search input[type="submit"] {
	width: 40%;
	float: left;
}
.footer-widgets .widget_search .searchform #s {
		border: 1px solid #f5f4f2;
}

/* --- RSS Widget --- */
.widget-area .widget_rss ul {
	margin: 0;
	padding: 0;
}
.widget-area .widget_rss ul li {
	padding-bottom: 20px;
}
.widget-area .widget_rss ul li .rssSummary {
	padding: 0;
	display: inline-block;
}
a.rsswidget {
	font-weight: bold;
}

/* --- Calendar Widget --- */
.widget_calendar #calendar_wrap {
	position: relative;
}
.widget_calendar #calendar_wrap table {
	width: 100%;
}
.widget_calendar #calendar_wrap a {
	font-weight: bold;
}
.widget_calendar #wp-calendar caption {
	margin: 0 0 15px;
	text-align: left;
}
.widget_calendar table#wp-calendar tr th {
	padding: 2px;
	text-align: center;
}
.widget_calendar table#wp-calendar tr td {
	padding: 7px 0 3px;
	border: 1px solid #000;
	text-align: center;
}
.widget_calendar table#wp-calendar tbody tr td a {
	display: block;
}

/* --- Text Widget --- */
.textwidget p {
	margin: 0 0 20px;
}
.textwidget p:last-child {
	margin: 0;
}
.textwidget img {
	display: block;
	line-height: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	10.0 Social Icon Menu
/*-----------------------------------------------------------------------------------*/
.menu-social-container ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menu-social-container ul li {
	display: inline-block;
	margin: 0 -2px;
	border-bottom: none;
}
.menu-social-container ul li a::before {
	text-align: center;
	height: 30px;
}
.menu-social-container ul li a {
	display: block;
	margin: 0;
	padding: 0;
	font: normal 19px/1 'Genericons';
		padding: 7px 0 0 0;
		text-align: center;
		width: 30px;
		height: 30px;
		overflow: hidden;
}
.menu-social-container ul li a:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
	visibility: visible;
}
.menu-social-container ul li a::before {
	font: normal 19px/1 'Genericons';
	padding: 0;
	text-align: left;
	width: 23px;
	overflow: hidden;
}


/*-----------------------------------------------------------------------------------*/
/*	11.0 Footer
/*-----------------------------------------------------------------------------------*/
#colophon {
  background-color: #140E40;
	color: #f5f4f2;
	text-transform: uppercase;
  letter-spacing: 0.259rem;
	font-size: 14.5px;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
	padding: 30px 0 0 0;
	display: block;
	width: 100%;
	cursor: pointer;
}
#colophon a {
	color: #f5f4f2;
	text-transform: uppercase;
  letter-spacing: 0.259rem;
  cursor: pointer !important;
}
#colophon a:hover {
	color: #f5f4f2;
}
#colophon .meta-navigation ul li:first-of-type {
	display: block;
	width: 100%;
}
#colophon #social a:hover {
	color: #ff0033;
}

#site-info {
	background: transparent;
	width: 100%;
	max-width: 100%;
	padding: 30px 15px;
}
#site-info ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#site-info ul li {
	display: inline;
	margin-right: 15px;
}
#site-info ul li:after {
	content:".";
}

#social {
	background: transparent;
	width: 100%;
	max-width: 100%;
	font-family: 'themify';
	width: 100%;
	padding: 1.5% 5% 2% 1.77083%;
  text-align: right;
  font-size: 1.55rem;
  cursor: pointer !important;
}
#social .ti-instagram:before {
	content: "\e73d";
}
#social .ti-linkedin:before {
	content: "\e735";
}
#social a:hover {
	background-color: transparent;
}

/* --- Footer Widget Area --- */
.footer-widgets {
	background: #bababa;
	padding: 0 15px 32px;
}
.footer-widgets,
.footer-widgets a {
	color: #f5f4f2;
	text-decoration: none;
}
.widget-area .widget {
	padding: 32px 0 25px;
}
.footer-widgets .widget h3.widget-title {
	border-top: 1px solid #f5f4f2;
}
#secondary .widget h3.widget-title {
	border-top: 1px solid #000;
}
.footer-widgets input {
	color: #000;
}


/*-----------------------------------------------------------------------------------*/
/*	12.0 Plugins + Jetpack Styles
/*-----------------------------------------------------------------------------------*/

/* --- Jetpack Subscription Widget --- */
.jetpack_subscription_widget {
	clear: both;
	overflow: hidden;
}
.jetpack_subscription_widget #subscribe-text p {
	margin-bottom: 23px;
	display: block;
}
.jetpack_subscription_widget p#subscribe-email {
		width: 60%;
		display: block;
		float: left;
}
.jetpack_subscription_widget p#subscribe-email input {
		width: 100%;
		height: 30px;
}
.jetpack_subscription_widget p#subscribe-submit {
		width: 40%;
		display: block;
		float: left;
}
.jetpack_subscription_widget input[type="submit"] {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	border-left: none;
	height: 30px;
}
.jetpack_subscription_widget #subscribe-email input {
	padding: 7px 15px 5px;
}
.jetpack_subscription_widget label#jetpack-subscribe-label {
	display: none;
}
.widget-grofile ul.grofile-accounts {
	margin: 0 auto;
	display: inline-block;
}
.comment-subscription-form .subscribe-label {
	display: inline !important;
	float: none !important;
	font-weight: normal;
}
p.comment-subscription-form {
	clear: both;
	overflow: hidden;
	margin-top: 2px !important;
	margin-bottom: 2px !important;
	font-weight: normal;
}
p.comment-subscription-form:last-child {
	padding-top: 0;
	margin-bottom: 0 !important;
}
.widget_twitter_timeline iframe {
	display: block;
}
.widget_jetpack_display_posts_widget img {
	margin: 0 0 15px;
}
.widget_contact_info .contact-info-map-canvas {
		height: 400px;
}
.widget_contact_info .confit-address {
	margin: 30px 0 0 0;
}
.contact-form {
	padding: 0 0 26px;
	max-width: 670px;
}
.contact-form div {
	overflow: hidden;
	margin-top: 10px;
}
.contact-form label {
	margin-left: 5px;
	margin-bottom: 6px !important;
}
.contact-form label span {
	margin-left: 3 !important;
	padding-top: 0;
	font-weight: normal;
}
.contact-form input,
.contact-form textarea {
	margin-bottom: 8px;
}
.page .contact-form input[type='text'],
.page .contact-form input[type='email'],
.page .contact-form textarea {
	display: block;
	width: 99%;
	max-width: 99%;
}
.contact-form input[type='text'],
.contact-form input[type='email'] {
	margin-bottom: 4px !important;
}
.contact-form p.contact-submit {
	clear: both;
	float: none;
	margin-top: 15px;
	overflow: hidden;
}

/* --- Infinite Scroll --- */
.infinite-scroll .pagination {
	display: none;
}
.infinity-end.neverending #colophon {
	display: block;
}
#infinite-footer .container {
	display: none;
}
#infinite-handle {
	float: none;
	margin: 0;
	text-align: center;
}
#infinite-handle span {
	background: none !important;
	border-radius: 0;
	color: #000 !important;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	line-height: 1;
}
.infinite-loader {
	margin: 0 0 205px;
	padding:  0;
	text-align: center;
}
.infinite-loader .spinner {
	left: 50% !important;
}
#infinite-handle span button {
	outline: none
}

/* --- Contact Form 7 --- */
.site-content div.wpcf7 {
	clear: both;
	overflow: hidden;
	max-width: 100%;
	padding: 0 0 34px;
}
.site-content div.wpcf7 p {
	margin: 0;
	padding: 0;
}
.site-content div.wpcf7 p:last-of-type {
	padding: 0;
}
.site-content div.wpcf7 input[type='text'],
.site-content div.wpcf7 input[type='email'],
.site-content div.wpcf7 textarea {
	width: 80%;
}
.site-content input.wpcf7-submit {
	clear: both;
	overflow: hidden;
	width: auto;
}


/*-----------------------------------------------------------------------------------*/
/*	13.0 Shortcodes
/*-----------------------------------------------------------------------------------*/

/*--- Multi Columns ---*/
.two-columns-one,
.three-columns-one,
.three-columns-two,
.four-columns-one,
.four-columns-two,
.four-columns-three {
	width:100%;
}
.entry-content .two-columns-one,
.entry-content .three-columns-one,
.entry-content .three-columns-two,
.entry-content .four-columns-one,
.entry-content .four-columns-two,
.entry-content .four-columns-three {
	position: relative;
	float: left;
	margin-bottom: 43px;
}
.last {
	clear: right;
	margin-right: 0 !important;
}
.divider {
	width: 100%;
	margin-bottom: 21px;
	padding-top: 21px;
	display: block;
	clear: both;
}

/* Infoboxes */
.box {
	margin: 0 0 30px;
	padding: 30px;
	overflow: hidden;
	line-height: 1.5;
}
.site-content .box p {
	margin: 0 0 30px;
}
.white-box {border: 3px solid #f5f4f2;}
.blue-box {border: 3px solid #0066ff;}
.yellow-box {border: 3px solid #e7b547;}
.red-box {border: 3px solid #d7464d;}
.green-box {border: 3px solid #85c066;}
.lightgrey-box {border: 3px solid #ececed;}
.grey-box {border: 3px solid #a9a9a9;}
.dark-box {border: 3px solid #222;}

/* Buttons */
a.standard-btn {
	display: inline-block;
	margin: 0 0 30px;
	padding: 10px 18px 8px;
	overflow: hidden;
	cursor: pointer;
	background: #000;
	color: #f5f4f2;
	text-align: center;
	font-weight: normal;
	text-decoration: none !important;
	-webkit-transition: 0.2s background ease;
		 -moz-transition: 0.2s background ease;
		 -o-transition: 0.2s background ease;
		-ms-transition: 0.2s background ease;
			transition: 0.2s background ease;
}
.post .entry-content a.standard-btn,
.page .entry-content a.standard-btn,
.post .entry-content a.standard-btn:hover,
.page .entry-content a.standard-btn:hover {
	color: #f5f4f2;
	border: none;
}
a.standard-btn.xsmall-btn {
	padding: 5px 10px 3px;
	font-size: 14px;
	font-size: 0.875rem;
}
a.standard-btn.small-btn {
	padding: 7px 12px 5px;
	font-size: 18px;
	font-size: 1.125rem;
}
a.standard-btn.large-btn {
	padding: 14px 20px 13px;
	font-size: 23px;
	font-size: 1.4375rem;
}
a.standard-btn.xlarge-btn {
	padding: 18px 30px 17px;
	font-size: 25px;
	font-size: 1.5625rem;
}
a.standard-btn.red-btn {background: #d7464d;}
a.standard-btn.green-btn {background: #85c066;}
a.standard-btn.blue-btn {background: #0066ff;}
a.standard-btn.yellow-btn {background: #e7b547;}
a.standard-btn.grey-btn {background: #a9a9a9;}
a.standard-btn.black-btn {background: #000;}

.wp-block-button {
	margin-top: 50px;
	border-radius: 0;
	max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*	13.0 Editor Blocks
/*-----------------------------------------------------------------------------------*/
.wp-block-column,
.wp-block-quote {
	margin-bottom: 35px;
}

.rotate-img-block img {
	rotate: -1.25deg;
}
.rotate-img-block-r img {
	rotate: 1.35deg;
}


/* Wide and full alignment */
.alignwide, .alignfull {
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

@media (min-width: 1260px) {
	.entry-content .alignwide,
	.entry-content .alignfull {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 1400px) {
	.entry-content .alignwide,
	.entry-content .alignfull {
		width: 100%;
	}
}

/* Additional font sizes */
.entry-content p.has-small-font-size {
	font-size: 18px;
}
.entry-content p.has-regular-font-size {
	font-size: 24px;
}
.entry-content p.has-large-font-size {
	font-size: 30px;
}
.entry-content p.has-larger-font-size {
	font-size: 21px;
	font-family: 'Oxygen', sans-serif;
	font-weight: 300;
}

@media screen and (min-width: 1260px) {
	.entry-content p.has-larger-font-size {
		font-size: 35px;
		line-height: 1.4;
	}
}

/* Color Palette */
.default-page .entry-content p.has-background,
p.has-background {
	padding: 30px;
	line-height: 1.25;
}
.has-black-background-color {
	background-color: #000000;
}
.has-black-color {
	color: #000000;
}
.has-white-background-color {
	background-color: #f5f4f2fff;
}
.has-white-color {
	color: #f5f4f2fff;
}
.has-light-grey-background-color {
	background-color: #ececed;
}
.has-light-grey-color {
	color: #ececed;
}
.has-grey-background-color {
	background-color: #a9a9a9;
}
.has-grey-color {
	color: #a9a9a9;
}
.has-yellow-background-color {
	background-color: #e7b547;
}
.has-yellow-color {
		color: #e7b547;
}
.has-red-background-color {
	background-color: #d7464d;
}
.has-red-color {
	color: #d7464d;
}
.has-green-background-color {
	background-color: #85c066;
}
.has-green-color {
	color: #85c066;
}
.has-blue-background-color {
	background-color: #0066ff;
}
.has-blue-color {
	color: #0066ff;
}

/* Dropcaps */
.entry-content .has-drop-cap::first-letter {
	font-size: 3em !important;
	line-height: .8 !important;
	font-weight: bold !important;
}

/* Separators */
.wp-block-separator {
	border: none;
	border-bottom: 1px solid #000;
	margin-bottom: 35px;
	margin-top: 35px;
}

/* Blockquotes and pullquotes */
.entry-content .wp-block-pullquote blockquote {
		margin: 0 0 35px;
		padding: 0;
		border: none;
}

.entry-content .wp-block-pullquote {
	padding: 0;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 35px;
	padding: 0;
	text-align: center;
	border: none;
}

.entry-content .wp-block-pullquote p,
.default-page .entry-content .wp-block-pullquote p {
	margin: 0;
	font-family: 'Oxygen', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	line-height: 1.35;
}

@media screen and (min-width: 1200px) {
	.wp-block-pullquote.alignleft {
			margin: 5px 35px 20px 0;
	}
}

@media screen and (min-width: 1200px) {
	.wp-block-pullquote.alignright {
			margin: 5px 0 20px 35px;
	}
}

.entry-content .wp-block-pullquote cite {
	text-align: center;
	font-weight: normal;
	text-transform: none;
	color: #000;
	font-size: 16px;
}

.entry-content .wp-block-pullquote.alignleft,
.entry-content .wp-block-pullquote.alignleft cite {
	text-align: left;
}

.entry-content .wp-block-pullquote.alignleft blockquote {
	margin-left: 0;
}

.entry-content .wp-block-pullquote.alignright,
.entry-content .wp-block-pullquote.alignright cite {
	text-align: right;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: 100%;
}

@media (min-width: 767px) {
	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		max-width: 50%;
		margin-bottom: 0;
	}
	.wp-block-pullquote.alignleft blockquote {
		margin-right: 30px;
	}
	.wp-block-pullquote.alignright blockquote {
		margin-left: 30px;
	}
}
.wp-block-quote {
	margin-left: 15px;
	padding-left: 15px;
	position: relative;
	border: none;
}

@media (min-width: 767px) {
	.wp-block-quote {
		margin-left: 40px;
		padding-left: 40px;
	}
}

.wp-block-quote p {
	margin-bottom: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: none;
	padding-left: 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large) p {
	font-size: 24px;
	font-weight: 300;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin-bottom: 35px;
	padding: 0;
	border: none;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 35px;
	line-height: 1.4;
	margin-bottom: 0;
	font-weight: 300;
	font-style: normal;
	color: #000;
}

.entry-content .wp-block-quote__citation,
.entry-content .wp-block-quote cite,
.entry-content .wp-block-quote footer {
	margin-top: 0;
	display: block;
	font-size: 18px;
	color: #140E40;
	text-align: inherit;
}

/* Buttons */
.wp-block-button .wp-block-button__link {
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	padding: 13px 20px 12px;
	text-decoration: none;
	font-size: 14.5px;
	line-height: 1.8;
	text-transform: uppercase;
  letter-spacing: 0.259rem;
}

.wp-block-button.is-style-outline .wp-block-button__link {
	border-width: 1px;
}

/* Columns */
@media (min-width: 767px) {
	.wp-block-column:not(:last-child) {
		margin-right: 24px;
	}
	.wp-block-column:not(:last-child) {
		margin-right: 24px;
	}
	.wp-block-column:not(:first-child),
	.wp-block-column:nth-child(2n) {
		margin-left: 24px;
	}
	.wp-block-column:nth-child(odd) {
		margin-right: 24px;
	}
	.has-3-columns .wp-block-column:nth-child(odd) {
		margin-right: 0;
	}
	.has-3-columns .wp-block-column:last-child {
		margin-left: 0;
		margin-right: 0;
	}
}

/* Image, Cover Image and Gallery */
.entry-content .wp-block-gallery {
	padding-left: 0;
	margin: 45px 0 0 0;
}

.entry-content .wp-block-gallery li {
		padding: 0;
}

.entry-content .wp-block-gallery li:before {
	display: none;
	content: '';
}

.entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 40px 10px 10px;
	font-family: 'Oxygen', sans-serif;
}

.wp-block-image figcaption,
.wp-block-embed figcaption {
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 35px;
	color: #000;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.single-post .entry-content .wp-block-cover-text:last-child {
	font-size: 2em;
	margin-bottom: 0 !important;
}

@media screen and (min-width: 767px) {
	.wp-block-cover-image .wp-block-cover-image-text,
	.wp-block-cover-image .wp-block-cover-text,
	.wp-block-cover .wp-block-cover-image-text,
	.wp-block-cover .wp-block-cover-text {
		font-size: 2em;
		margin-bottom: 0 !important;
	}
}

/* Table */
.wp-block-table.is-style-stripes tr:nth-child(odd) {
		background-color: #ededed;
}

/* Category and Archive Blocks */
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
 padding-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*	14.0 Media Queries
/*-----------------------------------------------------------------------------------*/

/* Minimum width of 440 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 440px) {

	a.site-logo {
		padding-right: 45px;
	}

	.startbild-1-txt {
  	top: 40px;
  }
  .startbild-1-txt h2 {
  	text-align: left;
  }
  .startbild-1-txt h3 {
  	display: block;
  }

}

/* Minimum width of 600 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 600px) {

	/*--- Typography ---*/
	.entry-content p.pull-left,
	.entry-content p.pull-right {
		max-width: 50%;
	}
	.entry-content p.pull-left {
		float: left;
		padding-right: 30px;
	}
	.entry-content p.pull-right {
		float: right;
		padding-left: 30px;
	}
}

/* Minimum width of 768 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 768px) {

	.admin-bar #site-branding,
	.admin-bar #overlay-wrap {
			top: 15px;
	}
	.admin-bar #overlay-open,
	.admin-bar #overlay-close {
		top: 50px;
	}

	/*--- General ---*/
	#site-branding,
	#primary {
		padding-left: 1.23%;
		padding-right: 1.23%;
	}
	#primary {
	  padding-top: 200px;
	}

	/*--- Header ---*/
	#site-branding {
			padding: 15px 2.46%;
	}
	#overlay-open, #overlay-close {
			right: 2.46%;
	}

	h1.site-title {
		font-size: 1.3201rem;
		margin-top: 20px;
	}

	.entry-content p {
		font-size: 1.025rem;
		margin-bottom: 0.95rem;
	}

	/*--- Startseite ---*/
	.profiltxt {
	  top: 380px;
	}

	.home .home-content {
		margin-top: 400px;
	}

	.home .entry-content h2,
	.home .entry-header h2.entry-title {
		font-size: 1.225rem;
	}
	.home .entry-content h3 {
		font-size: 2.35rem;
	}

	/*--- Blog Posts (Blog front page) ---*/
	#primary .hentry {
		padding-left: 1.23%;
		padding-right: 1.23%;
		float: left;
	}
	#primary .hentry,
	.grid-sizer {
		width: 49.95%;
	}
	.page #primary .hentry,
	.single-post #primary .hentry {
		width: 100%;
	}

	/*--- Sticky Post ---*/
	.home #primary .sticky.hentry {
			width: 100%;
			clear: both;
			float: none;
	}

	.block_profil {
		margin-bottom: 0;
	}

	/*--- Widgets ---*/
	.footer-widgets .widget_search .searchform #s {
		width: 70%;
	}
	.footer-widgets .widget_search input[type="submit"] {
		width: 30%;
	}

	#site-info {
		max-width: 50%;
	}
	#social {
		max-width: 50%;
	}

	/* Portfolio */
	.single-fat-portfolio .fat-container {
	  margin-top: 230px;
	}

	.wp-block-button {
		max-width: 75%;
	}

}


/* Minimum width of 992 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 992px) {

	a.site-logo img {
		max-width: 200px;
	}

  .fat-col-md-4 {
    padding: 0 0 0 70px;
  }
}



/* Minimum width of 1024 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1024px) {

	h1.site-title {
		font-size: 1.988rem;
	}

	h1, .entry-content h2.about {
		font-size: 5.5vw;
		line-height: 1;
		padding: 0.25rem 0 2rem;
	}

	.block_profil {
		display: flex;
	}

	.profilbild-txt {
	  position: absolute;
	  left: 57%;
	}

	.startbild-1-txt h3 {
  	font-size: 1.25rem;
  }

	.entry-content  h5,
	.entry-content  h6,
	h6.wp-block-heading {
		font-size: 1.425rem !important;
	}

	.entry-content {
		line-height: 1.55;
	}

	.entry-content p {
		font-size: 1.150rem;
	}

	.home .home-content {
		margin-top: 0;
	}

	.profiltxt {
		background: transparent;
		width: 41%;
		height: 774.05px;
		top: 0;
	}

	.profiltxt-inner {
		font-size: 1.154rem;
		width: 70%;
		margin: 10% 12% 0;
		padding: 0;
	}

	.profiltxt-inner h2 {
		font-size: 2.35rem;
	}

	.profiltxt-inner h3 {
		font-size: 1.34rem;
	}

	.home .entry-content h2 {
	  margin-top: 2rem;
	}
	.home .entry-content h3 {
		font-size: 3.05vw;
	}

	.entry-content .wp-block-gallery {
		margin: 90px 0 0 0;
	}

	.fat-portfolio-tabs {
		display: block;
	}

	#colophon {
		display: flex;
	}


}


/* Minimum width of 1100 pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1100px) {

	/* Elements Scroll In Window Animation */
	.hidden {
			 opacity: 0;
	}
	.visible {
			 opacity: 1;
	}
	.animated {
			-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
			-webkit-animation-fill-mode: both;
			-moz-animation-fill-mode: both;
			-o-animation-fill-mode: both;
			animation-fill-mode: both;
	}
	#post-container .post:nth-child(-n+4) .fadein-wrap {
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
			-webkit-animation-fill-mode: both;
			-moz-animation-fill-mode: both;
			-o-animation-fill-mode: both;
			animation-fill-mode: both;
			 opacity: 1 !important;
			 -webkit-animation-name: none !important;
		animation-name: none !important;
	}


	/*--- General ---*/
	body {
		font-size: 1.175rem;
	}

	.home #primary {
		padding-top: 250px;
	}
	#primary {
		padding-top: 270px;
	}
	#site-branding,
	#primary,
	#site-info,
	.footer-widgets {
		padding-left: 1.77083%;
		padding-right: 1.77083%;
	}
	.grid-sizer,
	#primary .hentry,
	.footer-widgets .widget-area {
		width: 33.3%;
	}
	#primary .hentry,
	.footer-widgets .widget-area,
	.archive-header,
	.pagination {
		padding-left: 0.6596%;
		padding-right: 0.6596%;
	}
	.single-post #primary {
		padding-left: 2.43043%;
		padding-right: 2.43043%;
	 }
	.single-post #primary .hentry {
		padding-left: 0;
		padding-right: 0;
	 }

	/*--- Font Styles ---*/
	.overlay-btn,
	#overlay-wrap,
	.authorbox h3.author-title,
	#comments h3.comments-title,
	#comments #respond h3#reply-title {
			font-size: 26px;
		font-size: 1.625rem;
		line-height: 1.3;
	}
	.entry-summary,
	.footer-widgets,
	p.author-bio,
	#comments .comment-text,
	#commentform input#author,
	#commentform input#email,
	#commentform input#url
	#comments textarea,
	.entry-content p.note {
			font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}
	.entry-meta,
	.entry-tags,
	#comments .comment-meta,
	#comments .comment-reply,
	#comments #respond p.comment-notes,
	#comments #respond p.logged-in-as,
	#respond a#cancel-comment-reply-link {
			font-size: 12px;
		font-size: 0.75rem;
	}
	.pagination {
		padding-top: 100px;
		font-size: 36px;
		font-size: 2.25rem;
	}
	.entry-content p.intro,
	.entry-content blockquote {
		font-size: 28px;
		font-size: 1.75rem;
	}
	.uppercase {
		font-size: 21px;
		font-size: 1.3125rem;
	}

	/*--- Header ---*/
	#site-branding {
		background-color: #f5f4f2;
		padding: 20px 2.46% 10px;
		width: 100%;
		float: left;
		position: fixed;
		/*z-index: 100000;
		background: none;*/
	}

	/*--- Site Nav (Desptop Version) ---*/
	.overlay-btn,
	.overlay-show #overlay-close {
		display: none;
	}
	#overlay-wrap {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		display: block !important;
			width: 100%;
			background: transparent !important;
			color: #000;
			float: right;
	}
	#overlay-wrap a {
			color: #000;
	}
	#site-navigation {
		padding: 0;
	}
	#site-navigation ul {
		margin: 0;
		padding: 0 2% 0 0;
	}
	#site-navigation ul li {
		display: inline-block;
	}
	#site-navigation ul ul li {
		display: block;
	}
	#site-navigation ul li a {
		display: inline-block;
		font-size: 0.999rem;
	}
	#site-navigation ul ul.sub-menu {
			display: none;
			position: absolute;
		top: 33px;
		left: -15px;
		width: 180px;
		margin: 0;
		padding: 10px 15px;
		border-top: none;
		background: #f5f4f2;
		text-align: left;
		z-index: 100000;
		font-size: 21px;
		font-size: 1.3125rem;
	}
	#site-navigation ul ul ul.sub-menu,
	#site-navigation ul ul ul.children {
		position: absolute;
		top: 0;
		left: 220px;
		border-top: none;
	}
	#site-navigation ul li:hover > ul {
		display: block !important;
	}

	/*--- Sticky Posts (Blog front page) ---*/
	.home .fat-portfolio-shortcode {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	.home #primary .sticky.hentry {
			 width: 103.54166%;
			margin: 0 0 0 -1.77083%;
	}
	.home #primary .sticky.hentry {
			padding-bottom: 140px;
	}
	.home #primary .sticky.hentry:first-of-type {
			padding-bottom: 140px;
			min-height: 700px;
	}
	.home #primary .sticky.hentry .entry-thumbnail {
		float: right;
		padding-bottom: 0;
		width: 50%;
		margin-right: 6.25%;
	}
	.home #primary .sticky.hentry:first-of-type .entry-thumbnail {
		width: 50%;
		padding-bottom: 0;
		z-index: 10;
		float: left;
	}
	.home #primary .sticky.hentry h2.entry-title {
			font-size: 80px;
		font-size: 5rem;
		font-weight: bold;
		line-height: 1.1;
	}
	.home #primary .sticky.hentry:first-of-type h2.entry-title {
		text-align: center;
	}
	.home #primary .sticky.hentry:first-of-type .entry-meta,
	.home #primary .sticky.hentry:first-of-type .entry-summary {
		width: 46.25%;
		margin-left: 41.66666666666667%;
	}
	.home #primary .sticky.hentry:first-of-type .entry-summary {
		font-size: 18px;
		font-size: 1.125rem;
		font-weight: 600;
		line-height: 1.45;
		display: block;
		padding-bottom: 0;
	}
	.home #primary .sticky.hentry .entry-summary {
		display: none;
	}
	.home .sticky.hentry .post-wrap {
		position: absolute;
		top: 0;
		z-index: 100;
	}
	.home .sticky.hentry .post-wrap {
		max-width: 66.66666666666667%;
		left: 6.25%;
	}
	.home .sticky.hentry:first-of-type .post-wrap {
		top: 0;
		right: 6.25%;
		left: auto;
	}
	.home .sticky.hentry.has-post-thumbnail .post-wrap {
		top: 75px;
	}
	.home #primary .sticky.hentry .entry-meta {
		padding-top: 20px;
	}
	.home #primary .sticky.hentry:first-of-type .entry-meta {
		padding: 20px 0 12px;
	}

	/*--- Typography ---*/
	h1.site-title {
		margin-top: 50px;
	}
	#masthead.small h1.site-title {
		margin-top: 20px;
	}

	span.dropcap {
			padding: 10px 6px 0 0;
			font-size: 75px;
		font-size: 4.688rem;
			line-height:.7;
	}

	/*--- Sticky Post ---*/
	.home #primary .sticky.hentry {
		padding-left: 0;
		padding-right: 0;
	}
	.home #primary .sticky.hentry .entry-meta {
		padding: 30px 0 0;
	}
	.home #primary .sticky.hentry:first-of-type .entry-meta {
		padding: 30px 0 12px;
	}

	/*--- Single Posts ---*/
	.single-post .entry-thumbnail {
		max-width: 22.62773722627737%;
		float: left;
	}
	.single-post .post-content-wrap {
		position: relative;
	}
	.single-post .post-comments-wrap {
		width: 77.37226277372263%;
		float: right;
	}
	.single-post .sidebar-wrap {
		float: left;
		width: 22.62773722627737%;
	}
	input, textarea {
			padding: 8px 15px;
		}
		.single-post .entry-content,
	.single-post .entry-footer,
	.single-post #comments {
		margin-left: 6.60377358490566%;
	}

	#primary .hentry {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 5%;
	}
	/*Ü#primary .hentry .entry-header,
	#primary .hentry .wp-block-heading,
	#primary .hentry p,
	#primary .hentry .wp-block-buttons {
		padding-left: 5%;
		padding-right: 12%;
	}*/

		/*--- Pages ---*/
		.page #primary .hentry,
		.page #primary #comments {
			max-width: 100%;
			float: none;
		}
		.page.fullwidth #primary .hentry {
			max-width: 100%;
			float: none;
		}

		.single-fat-portfolio .main-container {
			padding-top: 270px;
		}

		/*--- Archives ---*/
		.archive-header {
			padding-bottom: 120px;
		}

	/* Portfolio */
	.single-fat-portfolio .fat-container {
	  margin-top: 0;
	}

	/*--- Footer ---*/
	#colophon {
		padding: 60px 0 0;
	}
	/*--- Footer Widgets ---*/
	.footer-widgets {
		padding-left: 1.77083%;
		padding-right: 1.77083%;
	}
	.footer-widgets .widget-area {
		width: 33.3%;
	}
	.footer-widgets {
		padding-bottom: 15px;
	}
	.footer-widgets .widget-area {
		float: left;
	}

	/*--- Shortcodes ---*/
	.two-columns-one {width: 47.7%;}
	.three-columns-one {width: 30.3%;}
	.three-columns-two {width: 65.15%;}
	.four-columns-one {width: 22%;}
	.four-columns-two {width: 48%;}
	.four-columns-three {width: 74.5%;}
	.two-columns-one,
	.three-columns-one,
	.three-columns-two,
	.four-columns-one,
	.four-columns-two,
	.four-columns-three {
		position:relative;
		float:left;
		margin-bottom: 0;
	}
	.two-columns-one {margin: 0 2.3% 0 0;}
	.two-columns-one.last {margin: 0 2.3% 0;}
	.three-columns-one {margin: 0 4.55% 0 0;}
	.four-columns-one {margin: 0 4% 0 0;}
}


/* Minimum width of 1260px pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1260px) {

	/*--- Font Styles ---*/
	.entry-content p.intro,
	.entry-content blockquote {
		font-size: 35px;
		font-size: 2.1875rem;
		margin-bottom: 40px;
		line-height: 1.4;
	}
	.entry-content p.intro,
	.entry-content .wide-content {
		margin-right: -235px;
	}
	.entry-content blockquote {
		padding-top: 50px;
	}
	.entry-content blockquote cite {
		padding-top: 20px;
		font-size: 28px;
		font-size: 1.75rem;
	}

	/*--- Header ---*/
	#site-branding {
		/*width: 35%;*/
		width: 100%;
		padding-top: 2.43043%;
		padding-left: 2.43043%;
		padding-right: 2.43043%;
	}
	h1.site-title {
		font-size: 2.915rem;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	h1.site-title span {
		font-size: 1.57rem;
		margin-left: 0;
	}
	#masthead.small h1.site-title {
		font-size: 1.925rem;
	}
	.home #site-navigation {
		opacity: 0;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
		-o-transition: all 0.4s;
		transition: all 0.4s;
	}
	.home #site-navigation.show {
			opacity: 1;
	}

	/*--- Single Post ---*/
	.single-post .entry-content,
	.single-post .entry-footer,
	.single-post #comments {
		max-width: 73%;
	}
}


/* Minimum width of 1400px pixels
------------------------------------------------------------------------------------ */
@media screen and (min-width: 1400px) {

	/*--- Sticky Post ---*/
	.home #primary .sticky.hentry:first-of-type {
			min-height: 800px;
	}
	.home #primary .sticky.hentry h2.entry-title {
			font-size: 90px;
		font-size: 5.625rem;
	}
	.home .sticky.hentry.has-post-thumbnail:first-of-type .post-wrap {
		top: 95px;
	}

	.startbild-1-txt {
		top: 70px;
	  padding: 2% 20% 5% 15%;
	}
	.startbild-1-txt h2 {
		font-size: 7.55243rem;
	}
	.startbild-1-txt h3 {
	  padding-left: 120px;
	}

	.profilbild-txt {
  	padding: 10% 9% 10% 7%;
	}

}


/* Minimum width of 2100px pixels (wide screens, e.g. iMacs)
------------------------------------------------------------------------------------ */
@media screen and (min-width: 2100px) {

	/*--- Sticky Posts ---*/
	.home .sticky.hentry:first-of-type .post-wrap {
			width: 50%;
			text-align: center;
			right: 0;
			padding-left: 4%;
			padding-right: 4%;
	}
	.home #primary .sticky.hentry:first-of-type .entry-meta,
	.home #primary .sticky.hentry:first-of-type .entry-summary {
		width: 600px;
		margin-left: 0;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	.startbild-1-txt {
	  top: 120px;
	  left: 5%;
	}

	.single-post .entry-content,
	.single-post .entry-footer,
	.single-post #comments {
		max-width: 900px;
	}
	.page.fullwidth #primary .hentry {
		max-width: 100%;
		float: none;
	}
}
