/* noto-serif-regular - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/noto-serif-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/noto-serif-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-serif-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-serif-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-serif-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-serif-v16-latin-regular.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/noto-serif-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/noto-serif-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-serif-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-serif-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-serif-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-serif-v16-latin-italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-700 - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/noto-serif-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/noto-serif-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-serif-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-serif-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-serif-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-serif-v16-latin-700.svg#NotoSerif') format('svg'); /* Legacy iOS */
}
/* noto-serif-700italic - latin */
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/noto-serif-v16-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/noto-serif-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/noto-serif-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/noto-serif-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/noto-serif-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/noto-serif-v16-latin-700italic.svg#NotoSerif') format('svg'); /* Legacy iOS */
}


body.bg1 #bg::after {
	background: #666699;
}
body.bg2 #bg::after {
	background: #990000;
}
body.bg3 #bg::after {
	background: #006666;
}
body, p, div, ul li, a {
	font-family: 'Roboto';
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto Condensed';
}
h4 {
	letter-spacing: 2px;
}
body.home {
	position: static !important;
}
strong, b {
    color: #444;
    font-weight: 500;
}
.nothome #primary p a:hover {
	opacity: 0.75;
}

/* RESPONSIVE MENU */
.home .wprm-wrapper,
.home .wprm-overlay,
.home .wprmenu_bar {
	display: none;
}
html body div.wprm-overlay {
	background: rgba(0,0,0,0.5);
}
#mg-wprm-wrap.cbp-spmenu-right {
	padding-top: 80px;
}
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
	border-radius: 0px;
}
.wprmenu_bar #custom_menu_icon.hamburger {
	padding: 10px;
}
/* ENDE RESPONSIVE MENU */



.gallery-item {
	min-width: 150px;
}


.nothome h2 {
	color: #444;
	text-transform: none;
	letter-spacing: 0px;
	font-weight: 600;
	margin: 20px 0 10px 0;
}
.actions {
	display: none;
}
#header nav.use-middle {
	/* display: none; */
}
#header nav.use-middle.neu {
	display: block;
}

#header .logo {
    width: 7.5rem;
    height: 7.5rem;
}

#wrapper {
	min-height: auto;
}

header#header {
	background-image: none;
}
header#header.nothome nav ul li {
	background: rgba(0,0,0,0.2);
	transition: 0.3s;
}

header#header.nothome nav ul li:hover {
	background: rgba(0,0,0,0.1);
	transition: 0.3s;
}

header#header.nothome nav:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(-3.5rem - 1px);
    left: calc(50% - 1px);
    width: 1px;
    height: calc(3.5rem + 1px);
    background: #ffffff;
}

#staticpage {
	min-height: calc(100vh - 200px);
}
.license-wrap {
	display: none;
}
.single.nothome footer#footer,
.single .license-wrap {
	display: block;
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 0 0 0 245px;
	text-align: left;
}




/* HOME */
.home #wrapper {
	min-height: calc(90vh - 100px);
}
.home .content .inner h2 {
	font-style: italic;
	font-size: 1.2rem;
	letter-spacing: 4px;
	font-weight: 600;
}

.home .content .inner {
	position: relative;
	width: 90vw;
	max-width: 814px;
	min-height: 320px;
}

.home .content .inner h1 {
	position: absolute;
	width: 100%;
	min-height: 50px;
	top: 50px;
	right: 0px;
	opacity: 1.0;
}

.home .content .inner #type {
	position: absolute;
	width: auto;
	min-height: 0px;
	top: 190px;
	left: 210px;
	text-align: left;
	margin: 0 0 0 0;
	opacity: 0;
	transition: all 1500ms;
	transition-timing-function: cubic-bezier(0, 0, 0.68, 1);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 20px;
	line-height: 18px;
	opacity: 0.8;
	display: inline;
}
.home .content .inner #type span.wort {
	background: #FFF;
	padding: 5px;
	color: #444;
}
.home .content .inner #type span.wort.weg {
	background: none;
	padding: 5px;
	color: #444;
}
.home .content .inner h2 {
	display: none;
}

.home .content .inner #type.da {
	opacity: 1.0;
	transition: all 3500ms ease-in-out;
	transition-timing-function: cubic-bezier(0, 0, 0.68, 1);
}
#strich {
	display: inline-block;
	margin: 15px 0 -10px 3px;
	padding: 0px 0 120px 0;
	font-size: 24px;
	line-height: 0px;
	opacity: 1;
}
#strich.weg {
	opacity: 0;
}
.home footer#footer {
	/* position: absolute; */
	/* bottom: 30px; */
	z-index: 99;
	position: relative;
	padding: 50px 10vw 50px 10vw;
	margin: 0 0 0 0;
}
.home #bg::after {
    /* background-image: url("https://neu.christianfriedrich.org/wp-content/uploads/cropped-james-forbes-191.jpg"); */
	background-image: none;
	background: #666699;
}
/* HOME */






/* NOTHOME */
.nothome #pagemain #staticpage {
	background: none;
	color: #444;
	width: 100%;
	/* max-width: 1200px; */
	max-width: 1038px;
	padding: 10px 40px 40px 40px;
}
.nothome #secondary {
	float: left;
	width: 175px;
	margin: 0 50px 0 0;
	text-align: left;
}
.nothome #primary {
	float: left;
	width: calc(100% - 225px);
	max-width: 733px;
	padding: 0 20px 0 20px;
}

.nothome #wrapper {
	padding: 30px 0 0 0;
}
.nothome nav {
	border-left: 2px solid #EEE;
}
.nothome nav,
.nothome nav ul,
.nothome nav ul li {
	display: block;
	float: none;
	width: 150px;
	text-align: left;
}
.nothome nav ul {
	padding: 0 0 0 0;
	border-left: 3px solid #FFF;
}
.nothome nav ul li,
.nothome nav ul li:first-child {
	border: 1px solid white;
	background: rgba(0,0,0,0.0);
	transition: 0.3s;
	list-style: none;
	padding: 8px 5px 7px 5px;
	border-radius: 0px;
	border-bottom: 0px solid #444;
	margin: 0 0 5px 0;
}
.nothome nav ul li:hover a {
	color: #777;
}
.nothome nav ul li a {
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 0px;
	padding: 10px 10px 10px 15px;
	letter-spacing: 1px;
	font-weight: 500;
}
.nothome h1 {
	color: #444;
	letter-spacing: 1px;
	margin: 0 0 0 0;
	padding: 20px 0 0 0;
	border-bottom: 1px solid #FFF;
}
.nothome #type {
	padding: 20px 0 100px 20px;
	text-transform: uppercase;
	color: #444;
	font-size: 13px;
	letter-spacing: 0.4px;
}
.nothome h2.major {
	width: 100%;
	margin: 10px 0 40px 0;
	color: #444;
	letter-spacing: 1px;
	border-bottom: 2px solid #EEE;
	text-transform: uppercase;
	line-height: 33px;
}
.nothome p,
.nothome gallery,
.nothome ul {
	width: 90%;
	margin: 10px 0 10px 0;
}
.nothome a.special {
	display: none;
}
.nothome footer#footer {
	position: relative;
	bottom: 30px;
	z-index: 999;
	padding: 20px 10vw 0 10vw;
	color: #444;
}
.nothome #bg,
.nothome #bg:after {
	/* 
background: #FFF;
	opacity: 1.0;
	background-image: none;
 */
	display: none;
}
body.nothome {
	background: #FFF;
}
.nothome .logo {
	display: none;
}

/* NOTHOME */







/* ------ PORTFOLIO --------- */
.blog a {
	color: #444;
}
.blog .col-md-12 {
	margin: 0 0 30px 0;
}
.pt-cv-wrapper a.pt-cv-readmore.btn-success,
.category a.more-link {
	background: none;
	padding: 8px 8px 8px 12px;
	color: #444;
	border: 0px solid #444;
	font-size: 16px;
	position: relative;
}
.pt-cv-wrapper a.pt-cv-readmore.btn-success:hover,
.category a.more-link:hover {
	opacity: 0.75;
}
.pt-cv-wrapper a.pt-cv-readmore.btn-success:before,
.category a.more-link:before {
	content: "\203A";
	font-size: 20px;
	position: absolute;
	left: 0px;
	top: 4px;
}
#meta {
	font-size: 14px;
}
#meta #kasten {
	background: #FFF;
	padding: 12px 0 16px 30px;
	border-left: 10px solid #EEE;
	margin: 10px 0 -28px 0;
	border-radius: 4px;
	font-style: italic;
	opacity: 0.8;
}
.nothome.single h2.major {
	width: 100%;
	margin: 18px 0 0 0;
	color: #444;
	letter-spacing: 1px;
	border-bottom: 2px solid #EEE;
	line-height: 33px;
}
h4.pt-cv-title a {
	font-weight: 500;
}
/* -------ENDE PORTFOLIO ------ */


/* BLOG */
.portfolio .pt-cv-ifield {
	position: relative;
	
}
.portfolio .pt-cv-ifield:hover:before {
	background: rgba(0,0,0,0.3);
}
.portfolio .pt-cv-ifield:before {
	position: absolute;
	display: block;	
	content: " ";
	width: 100%;
	height: calc(100% - 10px);
	background: rgba(0,0,0,0.5);
	z-index: 10;
}

.portfolio .pt-cv-title {
	position: absolute;
	display: block;
	width: 100%;
	height: calc(100% - 10px);
	top: 0px;
	color: #FFF !important;
	text-align: center;
	letter-spacing: 0.9px;
	z-index: 20;
}
.portfolio .pt-cv-title a {
	border-bottom: 0px;
	text-transform: uppercase;
	display: block;
	height: 100%;
	line-height: 236px;
}
.pt-cv-content {
	font-weight: 300;
}
/* ENDE BLOG */








/**/
#main.single {
	display: block !important;
}
nav.category {
	display: none;
}
#main.category {
	/* padding-top: 4px; */
}
#main.category,
#main.category article {
	display: block !important;
}
#main.category article {
	background: #FFF;
	margin: 0 0 30px 0;
	padding: 0 15px 15px 15px;
	width: 100%;
}
#main.category article:after {
	content: " ";
	clear: both;
	display: block;	
}
#main.category article img {
	float: left;
	max-width: 300px;
	border-radius: 0px;
	margin-right: 15px !important;
}
#main.category blockquote {
    border-left: solid 0px #ffffff;
    font-style: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#main.category h4.major {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
#main.category h4.v2 {
	display: none;
}
#main.category article p {
	width: 100%;
	font-weight: 300;
}
/**/





@media screen and (max-width: 960px) {
	.nothome #secondary {
		margin-right: 5px;
		width: 120px;
	}
	.nothome #secondary nav,
	.nothome #secondary nav ul,
	.nothome #secondary nav ul li,
	.nothome #secondary nav ul li a {
		border: 0px;
		padding-left: 0px;
	}
	.nothome #primary {
		width: calc(100% - 125px);
	}
	.nothome #primary img.pt-cv-thumbnail {
		max-width: 220px !important;
	}
	.portfolio .pt-cv-ifield::before {
    	width: 100%;
    	height: calc(100% - 15px);
	}
	.portfolio .pt-cv-ifield {
		/* background: rgba(0,0,0,0.5); */
	}
	.nothome #primary img.pt-cv-thumbnail {
		width: 100%;
		height: 100%;
		padding-top: 0%;
		max-width: none !important;
		margin: 0 0 15px 0 !important;
	}
}





@media screen and (max-width: 767px) {
	.home header > nav ul li a {
		hyphens: auto;
	}
	.nothome #secondary {
		display: none;
	}
	.nothome #primary {
		width: 100%;
	}
	.nothome #type {
		padding: 20px 0 50px 20px;
	}
	.nothome #primary img.pt-cv-thumbnail {
		width: 100%;
		height: auto !important;
		padding-top: 0%;
		max-width: none !important;
		margin: 0 0 15px 0 !important;
	}
}




@media screen and (max-width: 480px) {
	.home footer#footer {
		position: relative;
	}
	.home .content .inner {
		min-height: 250px;
	}
	.home .content .inner h1 {
		margin: 0 0 0 0;
	}
	.home .content .inner #type {
		left: 10vw;
		top: 150px;
	}
}






@media screen and (max-width: 420px) {
	.home h1 {
		letter-spacing: 4.5px;
	}
}