/*  
Theme Name: Helen Britton
Version: 5.1
*/
/*
	Orange   #f60;
    Grau     #b2bdc7;
    Grau 2   #92a3b3; Schrift
    Gruen    #0c9;
    Rosa     #f66;
    Rot      #c00;
    Neongelb #dae14f;
    Blau     #69c;

*/

/* Webfont: Open Sans */

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/open-sans-v26-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v26-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v26-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v26-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v26-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v26-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v26-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v26-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v26-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v26-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v26-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v26-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/open-sans-v26-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v26-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v26-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v26-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v26-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v26-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, hr, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	font-size: 16px;
}
body {
	position: relative; /* ScrollSpy */
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
    font-weight: 700;
	line-height: 1.7;
	color: #222;
	background-color: #fff;
    z-index: 0;
}
a {
	color: #222;
	text-decoration: underline;
	outline: none;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}
p {
	margin: 8px 0 24px;
}
small, .klein {
	font-size: 0.8em;
}
blockquote {
	font: italic 1.4em "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}
blockquote p {
	padding-bottom: 8px;
}
blockquote em {
	color: #999;
}
b,
strong {
	font-weight: 800;
}
hr {
	border-top: 0 none !important;
	border-bottom: 1px solid #eee !important;
	clear: both;
	height: 0;
	line-height: 0;
}
hr.blau {
	border-bottom: 1px solid #69c;
}
hr.rot {
	border-bottom: 1px solid #c00;
}
figcaption {
    color: #222;
    font-size: 0.875em;
    line-height: 1.3;
}
figcaption a,
figcaption a:hover {
    text-decoration: none;
}
.artikel .grau,
figcaption .grau,
figcaption em {
    color: #92a3b3;
    padding-right: 28px;
    text-transform: lowercase;
}
::selection {
	background-color:#222;
	color:#fff;
}
::-moz-selection {
	background-color:#222;
	color:#fff;
}
/* LISTEN
=================================================================================== */
ul {
 	/*list-style-type: square;
	list-style-image: url(image/punkt_sw.gif);*/
}
ul, ol {
	/*margin-top: -8px;*/
	margin: 8px 0 24px;
	padding: 0 0 0 18px;
}
ul ul, ol ol {
	margin-top: 4px;
	margin-bottom: 0;
	padding-bottom: 0;
}
li {
	padding: 0 0 8px 8px;
}
li li {
	padding: 0 0 4px 8px;
}
/* HEADLINES
=================================================================================== */
h1, h2, h3, h4, h5, h6 {
	padding: 8px 0 0;
	margin-bottom: 24px;
	line-height: 1.5;
	color: #222;
	font-weight: 700;
	clear: both;
}
h1 {
	/*padding: 0;
	font-size: 1.778em;
    font-weight: 500;*/
    font-size: 1.3em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.1em;
	font-weight: 700;
}
h6 {
	font-size: 1em;
	font-weight: 700;
}
.wp-block-column h2:nth-child(1) {
	padding-top: 0;
    margin-top: -8px;
}
/* FORMULAR
=================================================================================== */
input, textarea, select, input[type=search], button {
	font-size: 1em;
	font-family: inherit;
    -webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
input[type=text], input[type=email], input[type=date], input[type=password], textarea, select, input[type=search] {
	background: #fff;
    border: 0 none;
	border-bottom: solid 1px #ccc;
	padding: 8px 0;
	color: #222;
    -webkit-appearance: none;
    outline-color: transparent;
	outline-style: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
input.placeholder, textarea.placeholder, select {
	color: #888;
}
input[type=text], input[type=email], input[type=date], input[type=password], input[type=search] {
	width: 100%;
}
textarea {
	line-height: 1.5;
	width: 100%;
}
input[type=text]:focus, input[type=email]:focus, input[type=date]:focus, input[type=password]:focus, textarea:focus, select:focus, input[type=search]:focus {
	outline: none;
	background: #fff;
	border-bottom: solid 1px #222;
	color: #485156;
}
input[type=reset], input[type=submit], button, a.btn,
.wp-block-button__link,
.wp-block-button__link:visited {
	color: #222;
	border: solid 1px #222;
	padding: 7px 21px;
	cursor: pointer;
	background-color: #fff;
	background-repeat: repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
    -webkit-appearance: none;
	outline-color: transparent;
	outline-style: none;
}
input[type=reset]:hover, input[type=submit]:hover, button:hover, a.btn:hover,
.wp-block-button__link:hover {
	background: #222;
	color: #fff;
}
a.btn,
a.btn:hover,
.wp-block-button__link, 
.wp-block-button__link:hover {
	display: inline-block;
	text-decoration: none;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	border: solid 1px #ccc;
	background: #ccc;
	color: #fff;
	cursor: not-allowed;
}
/* Sprache de/en */
.btn-datenschutz {
    float: right;
    padding-top: 8px;
}
.btn-datenschutz .wp-block-button__link {
    background: none;
    border: 0 none;
    font-size: .8em;
    padding: 0 7px;
}
.btn-datenschutz .wp-block-button__link:hover {
    background: none;
}
#Privacy-Policy {
    clear: none;
}
/************************************************************************************
STRUKTURE
*************************************************************************************/
#Rahmen {
}
.sc-pagewidth,
.pagewidth {
	max-width: 1280px;
    margin: 0 auto;
}
.mobile {
}
.desktop {
	display: none;
}
#IRahmen {
}
#Inhalt {
	position: relative; /* Seiten ID */
	padding: 36px 14px;
}
#Inhalt p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
#SpalteL,
#SpalteR {
	padding: 24px 14px;
	background-color: #eee;
	text-align: center;
}
.linie {
	height: 0;
	line-height: 0;
}
/* KOPFZEILE
=================================================================================== */
#Kopf {
}
.kopfzeile {
	padding: 8px 0 0;
}
#Titelbild {
	background-color: #f8f8f8;
	border-bottom: 1px solid #eee;
	line-height: 0;
	overflow: hidden;
	text-align: center;
}
#Titelbild img {
	display: inline-block;
	margin: 0 auto;
}
/* LOGO
=================================================================================== */
.home #Logo {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 60px;
    left: 0;
    padding-top: 0;
    width: auto;
    background: url(image/logo/Logo.png) no-repeat 15% 25% / 210px auto;
    z-index: 1;
}
#Logo {
    line-height: 0;
    max-width: 280px;
	padding: 16px 76px 0 14px;
	text-align: center;
}
.logo {
}
.logo-svg {
    display: none;
}
/* Plugin SVG Check */
.svg .logo-png {
    display: none;
}
.svg .logo-svg {
    display: block;
}
a.logo {
	font-size: 2em;
	text-decoration: none;
}
a.logo:hover {
	text-decoration: none;
}
/* SUCHFORMULAR
=================================================================================== */
#searchform {
}
#searchform #s {
	width: 100px;
	color: #222;
	/*background: transparent url(image/lupe.png) no-repeat 8px center;*/
	border: solid 1px #ccc;
	padding-left: 28px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#searchform #s:focus {
	width: 230px;
	color: #222;
    border: solid 1px #222;
    background-color: #eee;
}
/* MOBILE HAUPT NAVIGATION 
=================================================================================== */
.logged-in #menu-icon {
	top: 88px;
}
#menu-icon {
	position: fixed;
	top: 10px;
	right: 10px;
	width: 48px;
	height: 48px;
	z-index: 999;
}
.mobile-button {
	display: block;
	font-weight: 500;
	text-align: center;
	color: #222;
	border: 0 none;
	cursor: pointer;
	background-image: url(image/menu-icon-gr.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.mobile-button:hover {
	border: 0 none;
	background-image: url(image/menu-icon-sw.png);
}
.mobile-button.active {
	border: 0 none;
	background-image: url(image/menu-icon-hgr.png);
}
/* Toggle */
.toggle #Menu {
    background-color: #f8f8f8;
	text-align: center;
}
/* Slide */
.slide #Menu {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 280px;
    padding: 0;
    z-index: 998;
	text-align: center;
	background-color: #f8f8f8;
}
#Icon {
    display: block;
	padding: 0 0 16px;
}
#Icon .icon {
	width: 64px;
}
.slide .slide-menu {
	right: -280px;
}
.slide .slide-menu.menu-open {
	right: 0px;
    overflow-y: auto;
}
.slide .slide-menu {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slide #main-nav-wrap {
    padding: 48px 28px;
}
.toggle #main-nav-wrap {
    padding: 0 14px;
}
#Sidebar {
    padding: 0 28px;
}
.toggle #main-nav {
	display: none; /* visibility will be toggled with jquery */
	text-align: center;
}
.slide #main-nav {
	text-align: left;
}
ul#main-nav, #main-nav ul  {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main-nav ul  {
    padding-left: 24px;
    padding-bottom: 8px;
	-webkit-transition: all 400ms ease-out;
	-moz-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
}
#main-nav li {
	display: block;
	margin: 0;
	padding: 0;

}
#main-nav > li {
	border-top: 1px solid #fff;
}
#main-nav > li:first-child {
	border-top: 0 none;
}
#main-nav ul ul li {
	border-top: 0 none;
}
#main-nav .current-menu-item,
#main-nav .current_page_item {
}
/* main level link */
#main-nav a {
	display: inline-block;
	font-size: 1.1em;
	line-height: 2.2;
	padding: 0 14px;
    text-transform: lowercase;
}
/* sub-levels link */
#main-nav ul a {
	font-size: 1em;
	line-height: 1.3;
    padding: 8px 10px;
	text-transform: lowercase;
}
/* dropdown ul */
#main-nav ul {
	display: none;
}
/* Mobile - aktives Untermenu sichtbar */
.single-portfolio #main-nav .menu-item-49 > ul,
#main-nav .current_page_item > ul,
#main-nav .current-menu-item > ul,
#main-nav .current-menu-parent > ul,
#main-nav .current-post-ancestor > ul,
#main-nav .current_page_ancestor > ul,
#main-nav .current-menu-ancestor > ul {
	display: block;
}
/* Sidebar Menu #side-nav */
#side-nav, #side-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#side-nav {
	margin: 0 0 24px;
}
#side-nav ul {
	padding-left: 14px;
}
#side-nav li {
	padding: 0;
	margin: 0;
	display: block;
	line-height: 1;
}
#side-nav a {
	display: inline-block;
	font-size: 1em;
	line-height: 1.5;
}
/* Menu auf der Seite */
.nav-xl {
    font-weight: 500;
    margin-top: -12px;
}
.nav-xl a {
    text-decoration: none;
}
.nav-xl a:hover {
    color: #c00 !important;
}
.nav-xl a em {
    color: #c00;
    font-style: normal; 
}
/* MENUPUNKT STYLING 
=================================================================================== */
#side-nav .menu-item a,
#side-nav .page_item a,
#main-nav .menu-item a,
#main-nav .page_item a {
	color: #222;
	font-weight: 700;
	text-decoration: none;
}
#main-nav ul .menu-item a,
#main-nav ul .page_item a {
	color: #fff;
}
#side-nav a:hover,
#main-nav a:hover {
	color: #999;
	text-decoration:none;
}
/* aktiver Menupunkt  + UnterMenupunkt */
#side-nav .current-menu-item > a,
#side-nav .current_page_item > a,
#main-nav .current-menu-item > a,
#main-nav .current_page_item > a,
#main-nav ul .current-menu-item > a,
#main-nav ul .current_page_item > a,
#main-nav ul .current-post-parent > a {
	color: #222;
}
/* GrossEltern Menupunkt */
#main-nav .current-menu-ancestor > a,
#main-nav .current_page_ancestor > a {
}
/* Eltern Menupunkt */
#side-nav .current-menu-parent > a,
#side-nav .current_page_parent > a,
#main-nav .current-menu-parent > a,
#main-nav .current_page_parent > a {
	color: #222;
}
/* Submenu Icon / jQuery */
li.menu-item-has-children span {
    display: inline-block;
    white-space: nowrap;
}
.submenu-icon {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
/* Farbschema - Menu / siehe auch bis 600px */
.single-portfolio #main-nav .menu-item-49 > a,
#main-nav .current-menu-parent.menu-item-49 > a,
#main-nav .current-menu-item.menu-item-49 > a,
#main-nav .current-post-ancestor.menu-item-49 > a,
#main-nav .menu-item-49x > a:hover {
    color: #f60;
}
#main-nav .current-menu-parent.menu-item-731 > a,
#main-nav .current-menu-item.menu-item-731 > a,
#main-nav .current-post-ancestor.menu-item-731 > a,
#main-nav .menu-item-731x > a:hover {
    color: #0c9;
}
#main-nav .current-menu-parent.menu-item-50 > a,
#main-nav .current-menu-item.menu-item-50 > a,
#main-nav .current-post-ancestor.menu-item-50 > a,
#main-nav .menu-item-50x > a:hover {
    color: #f66;
}
#main-nav .current-menu-parent.menu-item-1498 > a,
#main-nav .current-menu-item.menu-item-1498 > a,
#main-nav .current-post-ancestor.menu-item-1498 > a,
#main-nav .menu-item-1498x > a:hover {
    color: #b2bdc7;
}
/* Farbschema */
/* Portfolio + Work */
.single-portfolio #SubMenu.abstandshalter,
.page-id-40 #SubMenu.abstandshalter,
.fs-orange #SubMenu.abstandshalter {
    background-color: #f60;
}
/* Texte */
.category-24 #SubMenu.abstandshalter,
.category-25 #SubMenu.abstandshalter,
.category-26 #SubMenu.abstandshalter,
.single-post .texte #SubMenu.abstandshalter,
.fs-gruen #SubMenu.abstandshalter {
    background-color: #0c9;
}
/* Exhibitions, Recent + Archiv */
.category-2 #SubMenu.abstandshalter,
.category-9 #SubMenu.abstandshalter,
.category-10 #SubMenu.abstandshalter,
.single-post #SubMenu.abstandshalter,
.fs-grau #SubMenu.abstandshalter {
    background-color: #b2bdc7;
}
/* About + Unterseiten */
.page-id-27 #SubMenu.abstandshalter,
.parent-pageid-27 #SubMenu.abstandshalter,
.fs-rosa #SubMenu.abstandshalter {
    background-color: #f66;
}
/* Farbschema - Hyperlinks */
#Inhalt a:hover {
	color: #dae14f;
}
.single-portfolio #Inhalt a:hover,
.page-id-40 #Inhalt a:hover,
.fs-orange #Inhalt a:hover {
	color: #f60;
}
.category-24 #Inhalt a:hover,
.category-25 #Inhalt a:hover,
.category-26 #Inhalt a:hover,
.single-post .texte #Inhalt a:hover,
.fs-gruen #Inhalt a:hover {
	color: #0c9;
}
.category-2 #Inhalt a:hover,
.category-9 #Inhalt a:hover,
.category-10 #Inhalt a:hover,
.single-post #Inhalt a:hover,
.fs-grau #Inhalt a:hover {
	color: #b2bdc7;
}
.page-id-27 #Inhalt a:hover,
.parent-pageid-27 #Inhalt a:hover,
.fs-rosa #Inhalt a:hover {
	color: #f66;
}
#SubMenu.abstandshalter {
    background-color: #dae14f;
    height: 92px;
    padding: 0 14px;
    margin-top: -1px;
}
#SubMenu.abstandshalter .title {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.3;
    padding-top: 49px;
    text-transform: lowercase;
}
/* SEITEN-TEMPLATES
=================================================================================== */
.home h2.kat-name {
	text-align: center;
}
.hgr-bild {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
/* archive.php */
.archive h1.kategorie {
	color: #222;
}
.archive h1.kategorie a {
	color: #222;
	text-decoration: none !important;
}
.archive h1.kategorie a:hover {
	color: #c00;
}
.archive .autor {
    text-transform: none;
}
.artikel {
	padding-bottom: 0;
	/*border-bottom: 1px solid #eee;*/
	margin-bottom: 36px;
}
.three-columns-one:last-child .artikel,
.three-columns-two:last-child .artikel,
.four-columns-one:last-child .artikel {
	border-bottom: 0 none;
}
.artikel h2 {
}
.artikel p {
}
.artikel a {
    text-decoration: none;
}
.artikel img {
	padding-bottom: 0;
}
.artikel-bild {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
	padding-bottom: 0;
}
.post-date {
	padding-top: 3px;
	color: #c00;
}
/* Beitrags Navigation */
.post-nav {
	margin-top: 24px;
}
.post-nav .prev {
	margin-right: 14px;
	float: left;
}
.post-nav .next {
	float: right;
}
.post-nav .prev .klein {
	margin-right: 7px;
}
.post-nav .next .klein {
	margin-left: 7px;
}
.post-nav a {
	/*font-family: "Courier New", Courier, monospace;*/
	font-size: 1em;
	color: #999;
	text-decoration: none;
}
.post-nav a:hover {
	color: #222;
	text-decoration: none;
}
/* Seite Work + Beitraege */
.single-post .post-nav,
.postid-40 .post-nav {
    display: none;
}
.page-nav {
	margin-top: 72px;
}
.page-nav .number {
	background-color: #ccc;
	color: #222;
	display: inline-block;
	vertical-align: bottom;
	margin: 7px 3px;
	padding: 5px 0;
	width: 30px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.page-nav .number:hover {
	color: #fff;
}
.page-nav .current {
	color: #fff;
}
/* SEITEN
=================================================================================== */
h1 a,
h2 a,
h3 a {
	color: #222;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #c00;
	text-decoration: none;
}
a.tel {
	color: #222 !important;
	text-decoration: underline;
}
/* more-link */
a.more-link {
	/*position: absolute;
	top: 0;
	right: 14px;
	font-size: 4em;
	line-height: .8;
 	font-family: "Courier New", Courier, monospace;*/
	color: #c00;
	text-decoration: none;
}
a.more-link:hover {
	color: #222;
	text-decoration: none;
}
a.pdf {
	margin-left: 4px;
	padding-left: 22px;
	background-image: url(image/pdf.png);
	background-repeat: no-repeat;
	background-position: left;
}
.rot {
	color: #c00;
}
.gruen {
    color: #0c9;
}
.grau {
	color: #92a3b3;
}
.schwarz {
	color: #000;
}
.abstand-oben {
	padding-top: 24px;
}
.abstand-unten {
	padding-bottom: 24px;
}
.abstand-rechts {
	padding-right: 14px;
}
.abstand-links {
	padding-left: 14px;
}
.kein-abstand-oben {
	margin-top: 0;
	padding-top: 0;
}
.kein-abstand-unten {
	margin-bottom: 0;
	padding-bottom: 0;
}
.separator {
	clear: both;
	line-height: 0;
}
.separator-small {
	padding-bottom: 22px;
}
.separator-medium {
	padding-bottom: 30px;
}
.separator-large {
	padding-bottom: 50px;
}
p:empty {
	padding-bottom: 0;
}
#Inhalt p strong,
#Inhalt li strong,
#Inhalt td strong {
	color: #000;
}
/* Abstandshalter - Breite veraenderbar in Shortcode */
span.abstand {
	display: inline-block;
	width: 100px;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	margin-bottom: 16px;
}
table th {
	padding: 15px 0 5px 0;
	vertical-align: top;
	text-align: left;
	font-weight: 700;
	border: 0 none;
	border-bottom: 1px solid #222;
}
table td {
	vertical-align: top;
	/*text-align: left;*/
	padding-right: 14px;
	border: 0 none;
	/*border-bottom: 1px solid #eee;*/
}
.td-1-grau table tr td:first-child,
.vita table tr td:first-child,
.publiction table tr td:first-child {
	color: #92a3b3;
    white-space: nowrap;
}
/* Lightbox */
.lb-outerContainer {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.lb-data .lb-number {
	visibility:hidden;
}
/* Akkordeon */
.accordion {
	border-bottom: solid 1px #c00;
    margin-bottom: 16px;
}
h3.ui-accordion-header {
	cursor: pointer;
	outline: none;
}
.accordion h3 {
	position: relative;
	padding: 16px 10px 16px 24px;
	margin-bottom: 1px;
	font-size: 1em;
	line-height: 1;
	color: #c00;
	border-top: solid 1px #c00;
	background-color: #fff;
	cursor: pointer;
}
.accordion h3:hover {
    background-color: #eee;
	color: #c00;
}
.accordion .ui-icon {
	position: absolute;
	top: 14px;
	left: 1px;
	width: 18px;
	height: 18px;
	z-index: 9;
    background-color: #c00;
	background-repeat: no-repeat;
	background-position: center;
}
.accordion .ui-icon-triangle-1-e {
	background-image: url(image/icon-plus.png);
	background-size: 50% auto;
}
.accordion .ui-icon-triangle-1-s {
	background-image: url(image/icon-minus.png);
	background-size: 50% auto;
}
.accordion h3 span.info {
	color: #666;
	padding: 0 10px;
	font-size: 0.857em;
}
.accordion h3:hover span.info {
	color: #444;
}
.accordion > div {
	padding: 10px 10px 10px 24px;
}
/* Visual Portfolio */
#main-nav .vp-filter {
    display: block;
}
#main-nav .vp-filter__item {
    display: block;
}
#main-nav .vp-filter__style-minimal .vp-filter__item {
    text-align: left;
}
#main-nav .vp-filter__item.vp-filter__item-active a {
    color: #222;
}
/* Seite Work - Portfolio Filer wird in das Menu kopiert! */
.page-id-40 #Inhalt .vp-portfolio__filter-wrap {
    display: none;
}
.vp-portfolio .vp-filter__item a {
    color: #222;
}
.vp-portfolio .vp-filter__item a:hover
.vp-portfolio .vp-filter__item.vp-filter__item-active a {
    color: #c00;
}
.vp-portfolio .vp-portfolio__item-meta {
    padding: 16px 0;
}
.vp-portfolio .vp-portfolio__item-meta > div,
.vp-portfolio .vp-portfolio__item-meta > h2 {
    display: inline-block;
    
}
.vp-portfolio .vp-portfolio__item-meta,
.vp-portfolio h2.vp-portfolio__item-meta-title {
    font-size: 14px !important;
    font-weight: 700;
    line-height: 1.3 !important;
    text-transform: lowercase;
}
.vp-portfolio .vp-portfolio__item-meta-categories {
    float: left;
    font-size: 14px !important;
    font-weight: 700;
    margin: 0 4px 0 0;
    text-transform: lowercase;
}
.vp-portfolio .vp-portfolio__item-meta-category {
    display: none !important;
    margin-left: 0 !important;
}
.vp-portfolio .vp-portfolio__item-meta-categories a,
.vp-portfolio .vp-portfolio__item-meta-categories a:hover,
.vp-portfolio .vp-portfolio__item-meta-date {
    color: #999;
    font-weight: 700;
    text-decoration: none;
}
.vp-portfolio .vp-portfolio__item-meta-date {
    margin-left: 0 !important;
}
.vp-portfolio__item-meta-inline {
    float: left; /* Datum */
    line-height: 1.3 !important;
    margin-left: 0 !important;
}
/*.vp-portfolio .vp-portfolio__item-meta-part-text::before {
    content: "-";
}*/
.vp-portfolio .vp-portfolio__item-meta-date .vp-portfolio__item-meta-part-icon {
    display: none;
}
.vp-portfolio h2.vp-portfolio__item-meta-title {
    margin: 0;
    padding: 0 0 0 7px;
}
.vp-portfolio .vp-portfolio__item-meta-excerpt {
}
.vp-portfolio .vp-pagination__item span {
    text-transform: lowercase;
}
/* Bildslider */
.bild, 
.cycle-slideshow {
	width: 100%;
}
.cycle-slideshow > div,
.cycle-slideshow > .wp-block-image {
    width: 100%;
}
.cycle-slideshow img {
	display: none;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.cycle-slideshow img:first-child,
.cycle-slideshow img.bild1 {
	display: block;
}
#Slideshow .cycle-overlay {
	position: absolute;
	color: #000;
	background-color: rgba(255, 255, 255, .5);
	right: 0;
	bottom: 0;
	left: 0;
	padding: 15px;
	z-index: 777;
}
.cycle-pager {
	position: absolute;
	right: 20px;
	bottom: 8px;
    width: auto !important;
    font-size: 2em;
    line-height: 1;
    text-align: right;
	z-index: 778;
}
.cycle-pager span {
	display: inline-block;
    color: #fff;
	cursor: pointer;
	margin-left: 8px;	
}
.cycle-pager span.cycle-pager-active,
.cycle-pager span:hover {
	color: #c00;
}
#Slideshow {
	position: relative;
	margin-bottom: 0;
}
.cycle-next,
.cycle-prev {
	position: absolute;
	top: 42%;
	z-index: 778;
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	color: #222;
	line-height: 1;
	padding: 0 4px;
	text-decoration: none;
	background-color: rgba(255, 255, 255, 0.5);
}
.cycle-next {
	right: 14px;
}
.cycle-prev {
	left: 14px;
}
.cycle-next:hover,
.cycle-prev:hover {
	text-decoration: none;
	background-color: rgba(255, 255, 255, 1);
}
/* Teilnehmerstimmen - Slider */
.testimonial .cycle-slideshow > div {
    padding: 0 15%;
    width: 70%;
    text-align: center;
    font-size: 1.1em;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
    /*background-color: lightblue;*/
}
.testimonial .cycle-slideshow > div p em {
    font-size: .9em;
}
.testimonial .cycle-pager {
	position: relative;
	right:  auto;
	bottom:  auto;
    z-index: auto;
    text-align: center;
}
.testimonial .cycle-next {
	right: 0;
}
.testimonial .cycle-prev {
	left: 0;
}
/* Titelbild single.php ... */
.content-image,
.titelbild {
	margin-bottom: 16px;
}
/* Box  */
.box {
	margin-top: 16px;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box p {
	margin: 8px 5px;
}
.box a {
	display: block;
	text-decoration: none;
}
.box.orange {
	background-color: #f57d33;
	color: #fff;
}
.box.orange h1,
.box.orange h2,
.box.orange h3,
.box.orange h4,
.box.orange h5,
.box.orange h6,
.box.orange a, 
.box.orange a:hover {
	color: #fff;
}
/* Tooltip */
.tooltip {
}
[data-tooltip] {
	position: relative;
}
[data-tooltip]::after {
	content: attr(data-tooltip);
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
	display: block;
	position: absolute;
	top: 1em;
    left: 1%;
    right: 1%;
	min-width: 8em;
	max-width: 15em;
	padding: 0.5em;
	z-index: 100;
	color: #222;
    font-size: .8em;
	text-align: center;
	background-color: #eee;
	border: solid 1px #ccc;
}
[data-tooltip]:hover::after {
	opacity: 1;
}
embed,
iframe,
object,
video {
	max-width: 100%;
}
iframe {
	width: 100% !important;
}
/* SmoothDivScroll */
#DivScroll {
}
#DivScroll a {
	display: inline-block;
}
#makeMeScrollable {
	width:100%;
	height: 90px;
	position: relative;
}
#makeMeScrollable div.scrollableArea img {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 24px;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.punkt {
	position: absolute;
	top: 60%;
	width: 100%;
	z-index: 99;
}
.punkt a {
	background-color: #c00;
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #c00;
	margin: 2px auto;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.punkt a:hover {
	width: 34px;
	height: 34px;
	margin-top: 0;
	margin-bottom: 0;
}
/* Button Aktion */
.aktion-wrap {
	margin-bottom: 24px;
	position: relative;
}
.aktion-btn {
	display: inline-block;
	margin-top: 8px;
	position: relative;
}
.aktion-btn-text {
	cursor: pointer;
	color: #fff;
	background-color: #c00;
	padding: 7px 14px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#AktionLayer {
	display: none; /* visibility will be toggled with jquery */
	padding: 10px 14px;
	margin-top: 16px;
	background-color: #f8f8f8;
}
#AktionLayer p {
	padding-bottom: 8px;
}
/* Top-News */
.top-news-widget {
	text-align: center;
	font-size: 1.15em;
	color: #222;
	line-height: 1.1;
	background-color: #fff;
	padding: 4px 0 0;
	border-top: 3px solid #222;
    border-bottom: 1px solid #eee;
}
.top-news-widget div {
	display: inline-block;
	margin: 0;
}
.top-news-widget p {
	margin: 0;
	padding: 0;
}
.top-news-widget a,
.top-news-widget a:hover {
	color: #222;
    text-decoration: underline;
}
.top-news-widget .top-news-widgettitle {
	font-weight: 700;
	margin-right: 14px;
	display: none;
}
/* Laufschrift - Top-News */
.marquee {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;
}
.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 25s linear infinite;
}
.marquee span:hover {
    animation-play-state: paused;
}
@-webkit-keyframes marquee {
	0% { transform: translate(0, 0); }
	100% { transform: translate(-100%, 0); }
}
/*a.facebook {
	background: #eee url(image/facebook-bl.png) no-repeat center center / auto 100%;
	border: 1px solid #fff;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
}
a.facebook:hover {
	background: #ccc url(image/facebook-ws.png) no-repeat center center / auto 100%;
	border: 1px solid #ccc;
}*/
/* WP Kontaktformular 
=================================================================================== */
.wpcf7-form {
}
.wpcf7-form h4 {
	padding: 24px 0 16px;
	font-size: 1em;
	font-weight: 800;
}
.wpcf7-form p {
	position: relative;
	clear: both;
	padding: 6px 0;
}
.wpcf7-form .klein {
	font-size: 0.857em;
}
.wpcf7-form label.abstand {
	float: left;
	padding: 4px 0;
	width: 100px;
}
.wpcf7-radio label {
	display: inline-block;
	padding-bottom: 8px;
}
.wpcf7-not-valid-tip {
}
.wpcf7-response-output {
}
/* SIDEBAR
=================================================================================== */
.widget {
	margin: 0 0 24px;
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;*/
}
.widgettitle {
	margin: 0 0 16px;
	padding: 0;	
	font-size: 1em;
	text-transform: uppercase;
}
.widget ul {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
}
.widget li {
	margin: 0;
	padding: 0;
	clear: both;
}
.widget ul ul {
	margin: 0;
	padding: 0;
}
.widget ul ul li {
	margin: 0;
}
.widget li a  {
	padding-left: 0;
	text-decoration: none;
}
.widget li a:hover  {
}
#Fuss-2 .widget {
	margin-bottom: 0;
}
/* KOMMENTAR
=================================================================================== */
.comment-form label {
	display: inline-block;
	width: 120px;
}
/* FUSSZEILE
=================================================================================== */
.home #Fuss {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 999;
    padding: 0;
}
#Fuss {
	color: #999;
	font-size: 13px;
    text-transform: lowercase;
}
#Fuss a {
	color: #999;
	text-decoration: none;
	white-space: nowrap;
}
#Fuss a:hover {
	color: #222;
	text-decoration: none;
}
#Fuss .widget,
#Fuss .widget ul {
	margin-bottom: 0;
}
#Fuss #menu-fussmenu li {
	display: inline-block;
}
#Fuss #menu-fussmenu li::after {
	content: " / ";
}
#Fuss #menu-fussmenu li:last-child::after {
	content: "";
}
#Fuss h4 {
	color: #333;
}
.fusstext {
	text-align: center;
	padding: 24px 14px 8px;
}
.fusstext span {
	white-space: nowrap; /* kein Umbruch in Telefonnr. */
}
.copy {
    margin-bottom: 8px;
}
#footer-nav, #footer-nav ul {
	margin: 0;
	padding: 0;
}
#footer-nav {
	margin: 0 0 8px;
}
#footer-nav ul {
	padding-left: 14px;
}
#footer-nav li {
	padding: 0;
	margin: 0 7px;
	display: inline-block;
}
#footer-nav a {
	display: inline-block;
	font-size: 1em;
}
/* back to top */
/* jQuery - wird beim scrollen eingeblendet */
a.back-to-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 997;
}
a.back-to-top {
	background: url(image/arrow-up-gr.png) no-repeat center center / 50% auto;
	border: 0 none;
	display: block;
	width: 48px;
	height: 42px;
	margin: 0 auto;
	text-indent: -900em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
a.back-to-top:hover {
	background-image: url(image/arrow-up-sw.png);
}
/* Schlagwortwolke */
.tagcloud a {
	font-size: 1em !important;
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 4px;
	padding: 3px 7px;
	color: #999;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #666;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.tagcloud a:hover {
	color: #c00;
	text-decoration: none;
	background-color: #444;
}
/* MODULAR
=================================================================================== */
.modalDialog {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 82%;
	position: relative;
	margin: 15% auto;
	padding: 40px 4% 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	text-align: center;
}
.modalDialog .modal-small {
	max-width: 350px;
}
.modalDialog .modal-medium {
	max-width: 500px;
}
.modalDialog .modal-large {
	max-width: 700px;
}
.close {
	background: #fff;
	border: 1px solid #ddd;
	color: #0079ff;
	font-size: 42px;
	font-weight: 500;
	line-height: 33px;
	padding-bottom: 3px;
	position: absolute;
	right: 14px;
	text-align: center;
	top: 14px;
	width: 36px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.close:hover {
	background: #ccc;
}
/* WP BLOCK ELEMENTE
=================================================================================== */
.wp-block-gallery li {
	padding: 0;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    padding: 12px 12px 8px;
    font-size: 14px;
    line-height: 1.2;
}
.wp-block-image {
    margin-bottom: 24px;
}
.wp-block-image .alignleft,
.wp-block-image .alignright {
    margin-top: 5px !important; /* Oben mit Text buendig */
}
/* WORDPRESS POST FORMATTING
=================================================================================== */
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 16px;
}
img.alignnone {
	margin-bottom: 0; /* Abstand duch Absatz-Tag */
}
.alignleft,
.alignright,
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* CLEAR & ALIGNMENT
=================================================================================== */
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}
/* clearfix */
.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* WP SYSTEM
=================================================================================== */
body .seiten-id {
	display: none;
}
body.logged-in .seiten-id {
	display: inline;
	position: absolute;
	z-index: 99;
	top: 1px;
	right: 1px;
	padding: 3px 5px;
	color: #fff;
	background-color: #222;
	border: 2px solid #f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wp-edit a {
	background-color: #ff3;
	display: inline-block;
	padding: 1px 7px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.wp-edit a::before {
	content: "\f464";
	float: left;
	font: normal 20px/1 dashicons;
}

/* Media queries
------------------------------------------------------------------------------------ */
/* bis 400 pixel */
@media screen and (max-width:400px) {
	/*#Inhalt table {
		empty-cells: hide;
		border-bottom: 1px solid #999;
	}
	#Inhalt tr {
		border-top: 1px solid #999;
	}
	#Inhalt tr th,
	#Inhalt tr td {
		display: block;
		width: 100% !important;
	}
	#Inhalt table td {
		border: 0 none;
	}*/
    /* ISBN in zweiter Zeile */
    .publiction table tr td:nth-child(2),
    .publiction table tr td:nth-child(3) {
        display: block;
    }
}
/* bis 600px */
@media screen and (max-width:600px) {
    /* WP BLOCK ELEMENTE */
	.wp-block-media-text {
		display: block !important;
		margin-bottom: 24px;
		border-bottom: 1px solid #eee;
	}
	.wp-block-media-text .wp-block-media-text__media {
		margin-bottom: 24px !important;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding-left: 3% !important;
		padding-right: 3% !important;
	}
    /* Bilder zentriert */
    body .wp-block-image .alignright,
    body .wp-block-image .alignleft {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .wp-block-column .nav-xl:first-child {
        margin-top: 24px;
    }
}
/* bis 700px Mobile! */
@media screen and (max-width:700px) {
    /* Farbschema - Menu*/
    #main-nav .menu-item-49 ul a,
    #main-nav .menu-item-49 ul a:hover {
        color: #f60;
    }
    #main-nav .menu-item-731 ul a,
    #main-nav .menu-item-731 ul a:hover {
        color: #0c9;
    }
    #main-nav .menu-item-50 ul a,
    #main-nav .menu-item-50 ul a:hover {
        color: #f66;
    }
    #main-nav .menu-item-1498 ul a,
    #main-nav .menu-item-1498 ul a:hover {
        color: #b2bdc7;
    }
}
@media only screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
	/*.table-responsive > table > tbody > tr > th,
	.table-responsive > table > tbody > tr > td {
		white-space: nowrap;
	}*/
}
/* von 600px bis 781px */
@media screen and (min-width: 600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: 0 !important;
        flex-grow: 1;
    }
    .wp-block-column:not(:first-child) {
        margin-left: 1em;
    }
}
/* ab 700 pixel */
@media screen and (min-width: 700px) {
	html {
		/*height: 100%;*/
	}
	body {
		/*min-height: 100.5%;*/
		font-size: 18px;
		overflow-y: scroll;
	}
	#Rahmen {
		overflow: hidden;
	}
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
    .logged-in #Kopf {
        top: 32px;
	}
    .home #Kopf {
        background: none;
	}
	#Kopf {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
        background-color: #fff;
	}
	.kopfzeile {
		padding: 0 14px 0;
	}
	.kopfzeile a {
	}
    .home #Logo {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 60px;
        left: 0;
		padding-top: 0;
		width: auto;
        background: url(image/logo/Logo.png) no-repeat 15% 10% / 250px auto;
        z-index: 1;
	}
	#Logo {
		float: left;
		padding: 36px 0 0;
        max-width: none;
		width: 185px;
        text-align: left;
	}
	.logo {
		max-width: 100%;
	}
	.logged-in #Menu {
		top: auto;
	}
    .home #Menu {
		display: none;
	}
    .slide #Menu,
	.toggle #Menu {
		float: right;
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;	
		width: 65%;
		min-width: inherit;
		max-width: none;
		z-index: auto;
		background: none;
		line-height: 0;
        text-align: right
	}
    .slide .slide-menu.menu-open {
        overflow: hidden;
    }
    #Menu #Sidebar {
        display: none;
    }
	#Icon {
		display: none;
	}
	#Titelbild {
	}
    .home #IRahmen {
		padding: 0;
	}
	#IRahmen {
		padding: 276px 14px 72px;
	}
    /*#IRahmen .pagewidth-content,*/
    #IRahmen .sc-pagewidth {
		margin: 0 auto;
		max-width: 840px;
	}
    .single-format-image #IRahmen .sc-pagewidth,
    .page-template-temp_volle_breite #IRahmen .sc-pagewidth {
        max-width: 1280px;
	}
	#Inhalt {
		float: right;
		padding: 0;
		width: 60%;
		min-height: 399px;
	}
	#Inhalt.breit {
		float: none;
		padding: 0;
		width: 100%;
	}
    #Inhalt.schmal {
		float: none;
        margin: 0 auto;
		padding: 0;
		max-width: 1000px;
		width: 100%;
	}
    /* Kein Seitenrand! */
    .single-format-image #IRahmen.pagewidth,
    .page-template-temp_volle_breite #IRahmen.pagewidth {
        padding-left: 0;
        padding-right: 0;
        max-width: none;
	}
    .single-format-image #Inhalt,
    #Inhalt.fullwidth {
		float: none;
		padding: 0;
		width: 100%;
	}
    /* Randbegrenzung */
    .single-format-image #Inhalt .wp-block-image figcaption,
    .single-format-image #Inhalt > h1,
    .single-format-image #Inhalt > h2,
    .single-format-image #Inhalt > h3,
    .single-format-image #Inhalt > p,
    .single-format-image #Inhalt > ul,
    .single-format-image #Inhalt .sc-pagewidth,
    #Inhalt.fullwidth .wp-block-image figcaption,
    #Inhalt.fullwidth > h1,
    #Inhalt.fullwidth > h2,
    #Inhalt.fullwidth > h3,
    #Inhalt.fullwidth > p,
    #Inhalt.fullwidth > ul,
    #Inhalt.fullwidth .sc-pagewidth {
        padding-left: 14px;
        padding-right: 14px;
    }
	.home #Inhalt {
		min-height: 1px;
	}
	.archive #Inhalt,
	.single #Inhalt,
	.blog #Inhalt,
	.page #Inhalt,
	.page-template-xy #Inhalt {
	}
	#SpalteL {
		float: left;
	}
	#SpalteR {
		float: right;
	}
	#SpalteL,
	#SpalteR {
		padding: 16px 0;
		width: 34%;
		background: none;
		text-align: left;
	}
	#Fuss {
		padding: 0;   
	}
    body:not(.home) #Fuss {
		/*background-color: rgba( 255, 255, 255, .3);*/
	}
	#Fuss a {
		text-decoration: none;
	}
	#Fuss a:hover {
		text-decoration: none;
	}
	.fusstext {
        padding: 24px 14px 8px;
		text-align: left;
	}
	.back-top {
		display: none;
	}
    .copy {
        float: left;
    }
	#footer-nav {
        float: right;
		text-align: left;
        padding-right: 48px;
	}
	#footer-nav li {
        display: inline-block;
		margin: 0 0 0 24px;
	}
    /* WP BLOCK ELEMENTE */
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        text-align: right;
    }
    /* Spaltenabstand */
    .wp-block-column:not(:first-child) {
        margin-left: 1em;
    }
    .wp-block-columns .wp-block-column:first-child p {
        padding-right: .75em;
    }
	/* HAUPT NAVIGATION 
	============================================================================== */
	.mobile-button {
		display: none;
	}
	.slide #main-nav-wrap,
    .toggle #main-nav-wrap {
        padding: 0;
	}
	#main-nav {
		position: relative;
		display: inline-block !important; /* !important - wegen Toggle jQuery !!! */
		border: 0 none;
		width: auto;
		z-index: 999;
		line-height: 1;
	}
	#main-nav li {
		float: left;
		/*position: relative;*/
		margin-left: 20px;
		border: 0 none;
		background: none;
	}
	#main-nav li:first-child {
		margin-left: 0;
	}
	#main-nav .current-menu-item,
	#main-nav .current_page_item {
		background: none;
	}
	/* main level link */
	#main-nav a {
		display: inline-block;
		padding: 0;
		font-size: 16px;
		border: 0 none;
		line-height: 123px;
	}
	/* sub-levels link */
	#main-nav ul a {
		padding: 16px 10px;
        font-size: 16px;
		display: inline-block;
        line-height: 1.5;
	}
    /* Submenu oeffnen - Icon ausblenden */
    #main-nav ul li.menu-item-has-children span b {
        display: none;
    }
	/* dropdown ul */
	#main-nav ul {
		position: absolute;
		z-index: 999;
        padding-left: 0;
        padding-top: 36px;
        padding-bottom: 0;
        right: -10px;
        white-space: nowrap;
        /*background-color: lightskyblue;*/
	}
	/* Mobile - aktives Untermenu sichtbar ueberschreiben 
	#main-nav .current_page_item ul,
	#main-nav .current-menu-item ul,
	#main-nav .current_page_ancestor ul,
	#main-nav .current-menu-ancestor ul {
		display: none;
	}*/
	#main-nav ul li {
		padding: 0;
		margin-left: 0;
        display: inline-block;
		float: none;
		border: 0 none;
	}
	/* sub-levels dropdown */
	#main-nav ul ul {
		left: 100%;
		top: 0;
		padding-top: 0;
	}
	/* show dropdown ul 
	#main-nav li:hover > ul {
		display: block;
	}*/
    /* Visual Portfolio */
    #main-nav .vp-filter {
        display: block;
    }
    #main-nav .vp-filter__item {
        display: inline-block;
        margin-left: 0;
    }
    #SubMenu.abstandshalter {
        line-height: 1;
    }
    .post-nav {
        padding-left: 14px;
        padding-right: 14px;
    }
	/* SEITEN
	============================================================================== */
	a.tel {
		color: #222;
		text-decoration: none;
		cursor: default;
	}
	/* archive.php */
	.artikel {
		border-bottom: 0 none;
	}
	.archive h1.kategorie {
	}
	.artikel h2 {
	}
	.artikel p {
	}
	/* single.php */
	.header-text {
		float: left;
	}
    .td-1-small table tr td:first-child,
    .vita table tr td:first-child,
    .publiction table tr td:first-child {
        width: 70px;
    }
    .publiction table  {
        width: auto;
    }
    .publiction table tr td:nth-child(2) {
        padding-right: 43px;
    }
	/* Button Aktion */
	.aktion-wrap {
		margin-bottom: 0;
	}
	.aktion-btn {
		margin-top: 0;
		position: fixed;
		top: 200px;
		right: 0px;
		z-index: 888;
	}
	.aktion-btn-text {
		position: absolute;
		top: 0;
		right: -60px;
		padding: 10px 5px 0;
		height: 34px;
		width: 150px;
		font-size: 15px;
		letter-spacing: 1px;
		text-align: center;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
		-moz-transform: rotate(270deg);
		-webkit-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	#AktionLayer {
		font-size: 1.154em;
		margin-top: 0;
		position: fixed;
	 	top: 142px;
		right: 60px;
		left: auto;
		width: 360px;
		min-height: 125px;
		z-index: 888;
	}
	/* Top-News */
	.top-news-widget {
		/*position: fixed;*/
		width: 100%;
		z-index: 99999;
	}
	.cycle-pager {
		bottom: 10px;
	}
	.cycle-pager span {
		margin-left: 8px;
	}
	.cycle-next,
	.cycle-prev {
		top: 44%;
		font-size: 3em;
		padding: 0 7px;

	}
    .testimonial .cycle-next,
    .testimonial .cycle-prev {
        top: 32%;
    }
	a.galerie img {
		width: auto;
	}
	/* SPALTEN 
	============================================================================== */
	.divider {
		clear: both;
		display: block;
		margin-bottom: 8px;
		padding-top: 8px;
		width: 100%;
	}
	.last {
		clear: right;
		margin-right: 0 !important;
	}
	.two-columns-one {
		width: 48.75%;
	}
	.three-columns-one {
		width: 31.666%;
	}
	.three-columns-two {
		width: 65.833%;
	}
	.four-columns-one {
		width: 23.125%;
	}
	.four-columns-two {
		width: 48.75%;
	}
	.four-columns-three {
		width: 74.375%;
	}
	.two-columns-one, .three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
		float: left;
		margin-bottom: 0;
		margin-right: 2.5%;
		position: relative;
	}
    .artikel-wrap .three-columns-one {
		width: 32.333%;
        margin-right: 1.5%;
	}
	
	/* IMAGES
    ============================================================================== */
	.alignleft {
		float: left;
		margin-right: 20px;
	}
	.alignright {
		float: right;
		margin-left: 20px;
	}
}
/* 768/810 pixel iPad */
/* ab 900 pixel */
@media screen and (min-width: 900px) {
	#main-nav li,
    #main-nav ul li {
		margin-left: 45px;
	}
    /* Visual Portfolio */
    #main-nav .vp-filter__item {
        margin-left: 45px;
    }
}
/* ab 1400 pixel */
@media screen and (min-width: 1400px) {
	.cycle-next,
	.cycle-prev {
		top: 43%;
		font-size: 5em;
	}
	.cycle-next {
		right: -70px;
	}
	.cycle-prev {
		left: -70px;
	}
    .testimonial .cycle-next,
    .testimonial .cycle-prev {
        top: 28%;
    }
    #footer-nav {
        padding-right: 0;
    }
}
/* fuer kleine Bildschirmen-Hoehen ******************* */
@media screen and (max-height: 600px) and (min-width: 600px) {
    /* Kopf nicht fixieren */
    .logged-in #Kopf {
        top: auto;
    }
	#Kopf {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        z-index: auto;
	}
    #IRahmen {
		padding-top: 60px !important;
	}

}

/* PRINT
----------------------------------------------------------------------------------- */
@media print {
	body {
		height: auto;
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.pagewidth,
	#Rahmen {
		max-width: 100%;
		border: 0 none;
	}
	#Logo {
	}
	.logo {
	}
	#Inhalt {
		width: auto;
	}
	#Inhalt a,
	a {
		text-decoration: none;
	}
	#Titelbild,
	#SpalteL,
	#SpalteR,
	.logo-mobil,
	.wpcf7-form,
	#Menu,
	#side-nav,
	#footer-nav,
	.post-nav,
	.page-nav,
	.more-link,
	.cycle-pager,
	.cycle-next,
	.cycle-prev,
	#Fuss,
	.back-top,
	.back-to-top,
	.social-widget {
		display: none;
	}
	.alignleft {
		float: left;
		margin-right: 20px;
	}
	.alignright {
		float: right;
		margin-left: 20px;
	}
}