
/* inter-600 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/inter/inter-v7-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/inter/inter-v7-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	   font-display: swap;
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('fonts/inter/inter-v7-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/inter/inter-v7-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
	   font-display: swap;
}

@font-face {
  font-family: 'Ninna';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('fonts/ninna/Ninna-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ninna/Ninna-Regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/ninna/Ninna-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
	          url('fonts/ninna/Ninna-Regular.otf') format('truetype'); /* Safari, Android, iOS */
	   font-display: swap;
	     font-variant-alternates: swash(fancy);
}



/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 10px;

}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
a:active, a:hover {
	outline-width: 0
}

b, strong {
	font-weight: 480;
}


small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -0.25em
}
sup {
	top: -0.5em
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
svg:not(:root) {
	overflow: hidden
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
button, input, optgroup, select, textarea {
	font: inherit;
	margin: 0
}
optgroup {
	font-weight: bold
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, html [type="button"], [type="reset"], [type="submit"] {
-webkit-appearance:button
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
border-style:none;
padding:0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
outline:1px dotted ButtonText
}
p.has-drop-cap:not(:focus)::first-letter {
		font-family: 'Ninna', serif;
	float: left;
	font-size: 70px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
p.has-drop-cap:not(:focus)::after {
    padding-top: 0;
}
*, *:before, *:after {
	box-sizing: inherit;
}
header {
	position: fixed;
	top: 0;
	transition: top 0.5s ease-in-out;
	z-index: 99999;
}
.nav-up {
	top: -140px !important;
}
.active {
			transition: top 0.5s ease-in-out;
}
.siteheader{
	background-color: transparent;
	display: block;
	padding-top: 45px;
	padding-bottom: 15px;
width: 98.5%;
}
.siteheader.active {
	background-color: rgba(0,0,0,0.7) !important;

}
.headerwrap {
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}
	.line {
	position: relative;
	margin-top: 40px;
	margin-bottom: 180px;
}
	.line::before {
  content: '';
  width: 1px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 20px;
  opacity: 0.6;
  background-color: #fff;
}

/* Float Clearing
--------------------------------------------- */
.clearfix:before, .site-footer:before, .siteheader:before, .container:before, .footer:before, .angebot:before, .siteheader:before {
 content: " ";
 display: table;
}
.clearfix:after, .footer:after, .siteheader:after, .site-inner:after,  .container:after, .angebot:after {
	clear: both;
	content: " ";
	display: table;
}
html {
	font-size: 100%; /* 10px browser default */
}
body {
	background-color: #fff;
	color: #76493A;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}
body {


}
 @keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @-moz-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @-webkit-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @-ms-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
 @-o-keyframes fadein {
 from {
opacity: 0;
}
to {
	opacity: 1;
}
}
.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}
 @keyframes fadeInOpacity {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
		
/*
 * Keyframes
 */

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img, .header-image .site-title > a, .header-image .title-area, .header {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
a {
	color: #111;
	text-decoration: none;
}
.content_wrap a, .content a {
  text-decoration: none;
  background-image: linear-gradient(currentColor,currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 .1em;
  transition: background-size .2s cubic-bezier(.5,0,.1,1);
  	display: inline-block;
}
.content a:hover,
.container a:hover {
	background-size: 100% 0.1em;
}

a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
p {
	margin: 0 0 20px;
	padding: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}
b, strong {
	font-weight: 600;
}
section {
	min-height: 100%;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

.large {
font-size: 32px;
	}

a img {
	border: none;
}
a:link, a:visited {
	color: #111;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #666;
}

.site-logo {
	float: left;
	width: 60px !important;

	position: absolute;
	z-index: 99999;
}
.site-logo-test {
	float: left;
	width: 150px !important;
	text-align: left;
	position: absolute;
	z-index: 99999;
}
.wrap {
	background-color: #FFF;
}

.homepage .container {
	position: relative;
	box-sizing: border-box;
	padding-bottom: 100px;

}
.container {
	position: relative;
	box-sizing: border-box;
	padding-bottom: 30px;
}


.home-section-1, .home-section-hp {
	background-image: url(imgs/bg.webp);
	background-size: cover;
	min-height: 330px;
	box-sizing: border-box;
	background-color: #000;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: table;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	background-attachment: fixed;
}
.home-section-1.about{
	background-image: url(imgs/fotos/bg.webp);
}
.home-section-1.kontakt {
	background-image: url(imgs/fotos/wall.jpg);
}
 .home-section-1.portfolio {
	background-image: url(imgs/heros/herzlich.jpg);
	background-color: #000;
}
.home-section-1.black {
	background-image: none;
	background-color: #000;
		min-height: 350px;
}
/* ~~ hp end ~~ */
.page-title h1 {
	color: #fff;
	text-align: center;
margin: calc(20vh - 25px) 0 20px;

}

.container.dark {
	background: #151515;
	color: #ccc;
}
.container-trans {
	max-width: 1200px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 40px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.container.white {
	background-color: #fff;
	background: rgba(255,255,255,1);
	color: #000;
}
.container.white h2{
	color: #76493A;
}

.container.black {
	background-color: #000;
	color: #fff;
}
.container.black a{

	color: #FFF;
}
.container.white a, .container.white a:visited {
	color: #000;
	text-decoration: none;
	display: inline-block;

}
.container.black .whiteborder{
	border: 10px solid #CCC;

}
.content_wrap {
	max-width: 1200px;
	clear: both;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
		padding-right: 20px;
	padding-left: 20px;
}
.content_wrap.port {
	padding-top: 10px;
}
.content_wrap.pull {
	margin-top: -50px;
	background-color: #FFF;
}
.content_wrap.pull .intro h2{

	text-align: center;
	color: #0D0702;
	font-weight: normal;
	line-height: 1.4;
}
.content_wrap .intro {
	padding-bottom: 80px;
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
}
.content_wrap.np {
	padding-top: 0px;
	padding-bottom: 0px;
}

.content {
	margin: 0px;
	clear: both;
}
.content-padded {
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.content-narrow {
	max-width: 860px;
	margin-right: auto;
	margin-left: auto;
}
.content-full {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.einzug {
	margin-left: 25px;
}
.textright {
	text-align: right;
}

/*  home
---------------------------------------------------------------------------------------------------- */
.content-homepage {
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: opacity 1s ease, transform 1s ease;
	position: relative;
	cursor: default;
	z-index: 1;
	min-height: 75vh;
	padding-top: 7rem;
	padding-bottom: 3rem;
padding-left:  3rem;
padding-right:  3rem;
	background-repeat: no-repeat;
	background-position: center center;
		-webkit-animation: fadeInUp 1s;
	-moz-animation: fadeInUp 1s;
	-ms-animation: fadeInUp 1s;
	-o-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

.content-homepage h1 {
	font-family: 'Ninna', serif;
	color: #E7D5CF;
	letter-spacing: 1px;
	font-size: 42px;
	display: block;
	line-height: 1.1em;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: 400;
}

.content-homepage p, .page-title p {
	color: #E7D5CF;
	letter-spacing: 1px;
	font-size: 14px;
	margin-top: 15px;
}

.intro {
	display: flex;
	-webkit-animation: fadeInUp 2s;
	-moz-animation: fadeInUp 2s;
	-ms-animation: fadeInUp 2s;
	-o-animation: fadeInUp 2s;
	animation: fadeInUp 2s;
	z-index: 999;
}
.intro h2 {
	font-family: 'Ninna', serif;
	font-size: 34px;
	line-height: 1.4;
	color: #000;
	font-weight: 600;
}
.left-half,
.right-half {
	width: 50%;
	padding-top: 100px;
	padding-bottom: 100px;
	color: #000;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
		font-size: 18px;
}
.left-half {
	background-color: #e6e6e6;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFF;
	background-image: url(imgs/frontpage.svg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.left-half .content {
text-align: right;
	padding-right: 80px;

}
.right-half {
	background-color: #e6e6e6;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #fff;
}
.right-half .content {
	padding-left: 80px;
	max-width: 550px;
	text-align: left;
}



 @media screen and (max-width: 1000px) {
.content_wrap .intro {
  padding-bottom: 50px;

  padding-right: 50px;
  padding-left: 50px;
}
.content_wrap.pull .intro h2 {
  font-size: 26px;

}
}
 @media screen and (max-width: 700px) {
	 body {
	margin: 0px;

}
.intro {
	display: block;
}
.right-half, .left-half{
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 0px;
padding-bottom: 0px;
border: none;
}
 .left-half .content  {
	 padding-top: 50px;
  padding-left: 0px;
  max-width: 100%;
  	padding-bottom: 10px;
text-align: left;
padding-right: 0px;

}
.right-half .content  {
  padding-left: 0px;
  max-width: 100%;
  	padding-bottom: 50px;


}
	.line {
display: none;
}
}
.subtitle{
	margin-top: 25px;
	margin-bottom: 50px;
	margin-right: 30px;

}
 
 .subtitle h3 {
	color: #444;
	font-size: 13px;
	margin-bottom: 30px;
	width:100%;
	line-height:0.1em;
	margin:10px 0 20px;
	letter-spacing: 0.05em;
} 

.adress {
	text-align: center;
	letter-spacing: 2px;
	padding-top: 60px;
	font-size: 0.9em;
	word-spacing: 8px;
	text-transform: uppercase;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img, .header-image .site-title > a {
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
button:hover, button:focus, input:hover[type="button"], input:focus[type="button"], input:hover[type="reset"], input:focus[type="reset"], input:hover[type="submit"], input:focus[type="submit"], .button:hover, .button:focus, .more-link:hover, .more-link:focus {
	background-color: #000;
	box-shadow: 0 1px 15px 0 a(0,0,0,0.2);
	color: #fff !important;
}
.button {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #111;
	color: #111 !important;
	cursor: pointer;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

.button.alignright::after {
	display: block;
 content: "";
 display: table;

}
.button.small {
	display: inline-block;
	background-color: transparent;
	font-size: 13px;
	letter-spacing: 1px;
margin-top: 10px;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.button a {
	color: #8C685A !important;
}
.cols {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 130px;
}
.column-wrap {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
}
.one-half, .three-sixths, .two-fourths {
	width: 48.717948717948715%;
}
 @media screen and (max-width: 800px) {
	 .one-half, .three-sixths, .two-fourths {
	width: 99%;
	float: none
	display: block;
}
}
.one-third, .two-sixths {
	width: 33.33%;
}
.four-sixths, .two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 20px;
}
img.pull-left {
	float: left;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: -100px;
	margin-top: 10px;
}
img.pull-right {
	float: right;
	margin-top: 10px;
	margin-right: -100px;
	margin-bottom: 40px;
	margin-left: 40px;
}
img.pull-up {
	margin-top: -80px;
	margin-bottom: 40px;
	border-radius: 3px;
	border: 5px solid #FFF;
}

img.round {
	border-radius: 50%;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
	text-align: right;
	margin-left: 45px;
	margin-bottom: 45px;
}
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.fullwidth {
	height: auto;
	width: 100%;
	max-width: 100%;
}
.flex-box {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(28rem, 1fr));
	grid-template-rows: masonry;
	grid-gap: 1rem;
}

.homecols {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	/* This is better for small screens, once min() is better supported */
  /* grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr)); */
	gap: 2rem;
}
.content.kunden {
	text-align: center;
	-webkit-animation: fadeInUp 1s;
	-moz-animation: fadeInUp 1s;
	-ms-animation: fadeInUp 1s;
	-o-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
	padding-bottom: 150px;
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 50px;

}
.content.kunden li {
	color: #eee;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.7;
}

/* ~~The footer ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
	display: block;
	background-color: #000;
	padding-top: 50px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

.footer-nav {
	clear: both;
	text-align: center;
	padding-top: 40px;
	padding-right: 30px;
	padding-left: 30px;
	text-transform: uppercase;
}
.footer-nav li {
	display: inline-block;
	padding-right: 18px;
	padding-left: 18px;
}
.footer-nav a {
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
	font-size: 12px;
	letter-spacing: 0.02em;
}
.footer-nav a:focus, .footer-nav a:hover {
	color: #ccc !important;
}
.footer-nav {
	margin-bottom: 70px;
}
.copyright {
	margin-bottom: 30px;
	font-family: Ninna, Serif;
	color: #CCC;
	font-size: 11px;
	letter-spacing: 2px;
}
.clear::before, .clear::after, {
 content: "";
 display: table;
 table-layout: fixed;
}

/* Typographical Elements
--------------------------------------------- */

h2, h3, h4, h5, h6 {

	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.3;
}
h1, h2 {
font-family: 'Ninna', serif;
		font-weight: 400;
}


h1 {
	font-size: 34px;
	letter-spacing: 0.1em;
	display: block;
    margin-top: 0px;
    margin-bottom: 10px;
}

h2 {
	font-size: 1.8em;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	
	font-size: 18px;
	display: block;
}
h4 {
	font-size: 15px;
	margin-right: 0px;
	margin-left: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
}
p.section-header {font-family: 'Ninna', serif;
	width: 100%;
	text-align: center;
	line-height: 0.1em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 35px;
	margin-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E675F;

}
.content li {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	line-height: 1.4em;
}
.content ul {
	margin: 0px;
	padding-left: 0px;
}

.container .content_full p img {
	margin-right: 20px;
}

img.round-off-left {
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: -65px;
	float: left;
	border-radius: 50%;
}

blockquote {
	font-family: 'Ninna', serif;
	display: block;
	position: relative;
	font-size: 28px;
	line-height: 1.2;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 60px;
	text-align: center;
}
cite {
	font-size: 12px;
	text-align: center;
}
.nav-container {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.p7AMM {
	padding: 0px 0px;
	box-sizing: border-box;
	text-align: right;
}
.p7AMM ul {
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

.p7AMM ul li {
	list-style-type: none;
	vertical-align: middle;
	display: inline-block;
	position: relative;
	padding: 0px;
}

/*
******************************
     ROOT LEVEL LINKS
******************************
*/
.p7AMM li a {

	color: #fff;
	display: block;
	text-decoration: none !important;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	letter-spacing: 1px;
	font-weight: 400;
}

/*
******************************
        CURRENT MARK
******************************
*/
.p7AMM li a.current_mark {
	color: #C2B5AD !important;
}


/* Portfolio-Single 2021 */
.content_wrap.portfolio {
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 40px;
		-webkit-animation: fadeInUp 1s;
	-moz-animation: fadeInUp 1s;
	-ms-animation: fadeInUp 1s;
	-o-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

.content_wrap.portfolio img{
		border: 1px solid #888;
		padding: 8px;
}
.portfolio-image {
	margin-top: -150px;
	background-color: #FFF;
	margin-bottom: 40px;

}
.pag {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}
.pag a img {
	padding-right: 10px;

	padding-left: 10px;
}
.portfolio-single {

	margin-bottom: 130px;
}
.portfolio-wrap .portfolio-single img {
    width: 100%;
    margin-bottom: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	
}
.portfolio-content {
    font-size: 26px;
    line-height: 22px;
    width: 100%;
    margin: 4px 0 0;
}

.portfolio-item  a {
	color: #fff;

	text-decoration: none;
	font-weight: 300;
}
/* Portfolio 2021 */
.portfolio-wrap {
	vertical-align: top;
	text-align: justify;
	font-size: 0;
	-webkit-animation: fadeInUp 1s;
	-moz-animation: fadeInUp 1s;
	-ms-animation: fadeInUp 1s;
	-o-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

.row {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;

}
.row, .row-reverse {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.portfolio-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 33%;
	max-width: 33%;
	margin-bottom: 50px;
	position:relative;
	text-align: center;
}

.portfolio-wrap .portfolio-item img {
	width: 360px;
	max-width: 100%;
height: auto:
    margin-bottom: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.portfolio-wrap .portfolio-item img:hover {
 transform: scale(1.04);
}

img {
 transition: transform 0.25s;
}
.portfolio-content h2, .portfolio-content h2 a {
	font-family: 'Inter', sans-serif;
	color: #000 !important;
	font-size: 16px;
	text-decoration: none;
	margin-top: 10px;
}
/* Portfolio 2022 */
.portfolio-wrap-2{

width: 100%;
	margin-bottom: 60px;
	padding-right: 5px;
	padding-left: 5px;
	position:relative;
	text-align: center;
}

.portfolio-title {
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: -20px;
  font-size: 24px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  writing-mode: tb-rl;
}


 @media screen and (max-width: 1300px) {
.content {
	padding-right: 15px;
	padding-left: 15px;
}
.site-header {
	max-width: 96%;
	margin-right: 2%;
	margin-left: 2%;
}
}
 @media screen and (max-width: 1000px) {
.container {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
.content-narrow {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
img.pull-left {
	margin-left: 0;
}
img.pull-right {
	margin-right: 0;
}
.portfolio-content h2, .portfolio-content p {
padding-left: 0px;
    width: 100%;

}
.portfolio-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 350%;

}
}
 @media only screen and (min-width: 0px) and (max-width: 1060px) {
.p7AMM.amm-centered {
	text-align: right;
}

.p7AMM li a {
	padding-right: 10px;
	padding-left: 10px;
	letter-spacing: normal;
}
.content.kunden{
	padding-right: 0px;
	padding-left: 0px;
}

}
@media only screen and (min-width: 0px) and (max-width: 800px) {
.headerwrap {
    padding-right: 1em;
    padding-left: 1em;
	padding-top: 5px;
}
.page-title {
    padding-right: 1em;
    padding-left: 1em;

}
	 header {
	position: relative !important;


}
.siteheader{
	padding-top: 5px;
	padding-bottom: 5px;

}
.site-logo {
	float: left;
	text-align: left;
}
.logo {
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 20px;
	float: left;
}

.home-section-1, .home-section-1.black {
    min-height: 250px;
}

.content-homepage {
min-height: 60vh;
padding-top: 3rem;
}
.page-title h1 {
  font-size: 30px;
  margin: calc(10vh - 45px) 0 0px;
}

.container {
	margin-top: 0px;
	padding-bottom: 30px;
}
.content_wrap, .content_wrap_fullwidth {
	border: none;
	padding-top: 60px;
	padding-bottom: 30px;
}

.content {
	padding: 0px;
}
.entry-header::after {
	margin: 0 auto 30px;
	padding-bottom: 30px;
	width: 20%;
}
.row {
	margin-bottom: 70px;
	padding-right: 0px;
	padding-left: 0px;
}

.content-padded-narrow {
	padding-right: 20px;
	padding-left: 20px;
}
.content-padded.alignright {
	float: left;
	text-align: left;
	margin-left: 0;
}
.links li {
	text-align: center !important;
}

.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 40px;
}
.portfolio-image {
	margin-top: -30px;

}
.portfolio-wrap .portfolio-item img {
  padding: 4px;
}
.portfolio-item {
	margin-bottom: 50px;
}

.content_wrap.portfolio {
    padding-right: 20px;
    padding-left: 20px;
}
h4 {
  font-size: 12px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 646px) {

#myNav .overlay {
display:   none;
}
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 800px) {
.header {
	padding-bottom: 0px;
}
.offset:before {
	height: 120px;      /* Give height of your fixed element */
	margin-top: -120px; /* Give negative margin of your fixed element */
}
.content-padded {
	padding-right: 0px;
	padding-left: 0px;
}
.home-section-hp {
background-size: cover;
}
img.pull-right {
  float: none;
  margin-left: 0px;
}

ion-icon {
  color: #fff;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
}
 @media only screen and (max-width: 480px) {
	 body {
	font-size: 15px;
	line-height: 1.6;
}
.siteheader{
margin-left: 0px;

}
.logo {
display: none;
}

h1 {
	letter-spacing: normal;
}
.page-title h1 {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
}
.home-section-hp, .home-section-1,  .home-section-1.portfolio{
	background-image: url(imgs/fotos/smallscreen/bg.jpg);
background-attachment: scroll;
}
.home-section-1.black {
  background-image: none;
  background-color: #000;
  min-height: 220px;
}
.content-homepage {
  text-align: left;
	min-height: 58vh;
	padding-top: 6rem;
	padding-bottom: 7rem;
padding-left:  0.5rem;
padding-right:  0.5rem;
}
.content-homepage h1 {
	font-size: 34px;
}
.p7AMM {
padding-left: 10px;
  text-align: left;
}
.p7AMM li a {
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 15px;
	padding-right: 7px;
	padding-left: 7px;
	letter-spacing: normal
}
.large {
	font-size: 34px;
}
.content-homepage p {
	letter-spacing: normal;
max-width: 300px;
}
.content_wrap.start {
    padding-right: 20px;
    padding-left: 20px;
}

.header h1 {
	padding-bottom: 0px;
}

.footer-nav li {
	display: block;
}
.portfolio-item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	margin-bottom: 40px;

}
.portfolio-image {
	margin-bottom: 40px;

}
.portfolio-wrap .portfolio-item img {
	margin-bottom: 0px;

}
.
img.pull-right {
    float: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}
img.pull-left {
    float: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
}

.button.alignright {
	float: none;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
}
.footer img {
max-width: 130px;
}
.content_wrap.pull {
  margin-top: 0px;
  background-color: #FFF;
}
.content_wrap .intro {
  padding-bottom: 30px;

  padding-right: 0px;
  padding-left: 0px;
}
.content_wrap.pull .intro h2 {
  font-size: 22px;

}

}
 @media only screen and (max-width:360px) {
h1 {
	letter-spacing: none;
	line-height: 1.5em;
	padding-bottom: 10px;
}
.container {
	padding-bottom: 10px;
}
}
/* about */

.ninna {
	font-family: 'Ninna', Times, serif;
	font-size: 20px;
	display: block;
}


.mobile-toggle  {
	text-align: right;
	font-size: 34px;
	color: #FFF;
	margin-right: 20px;
	}
.mobile-toggle a {
	color: #FFF;

	}

	
 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  background-color: rgb(0,0,0); /* Black fallback color */
  background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 
