/* @override https://spontan.spk-on.de/wp/wp-content/themes/spontan/style.css */

/*
Theme Name: SPK SPONTAN
Theme URI:
Description:
Version: 1.01
Author: PD
Author URI:
Tags: Blank, HTML5, CSS3
*/


/* @import url("css/columns.css");*/ 


/*
https://google-webfonts-helper.herokuapp.com/fonts/pt-sans?subsets=latin
*/

/* pt-sans-regular - latin */
@font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans'), local('PTSans-Regular'),
		 url('webfonts/pt-sans-v10-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('webfonts/pt-sans-v10-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* pt-sans-700 - latin */
  @font-face {
	font-family: 'PT Sans';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Bold'), local('PTSans-Bold'),
		 url('webfonts/pt-sans-v10-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('webfonts/pt-sans-v10-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* pt-sans-italic - latin */
  @font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 400;
	src: local('PT Sans Italic'), local('PTSans-Italic'),
		 url('webfonts/pt-sans-v10-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('webfonts/pt-sans-v10-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  /* pt-sans-700italic - latin */
  @font-face {
	font-family: 'PT Sans';
	font-style: italic;
	font-weight: 700;
	src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
		 url('webfonts/pt-sans-v10-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('webfonts/pt-sans-v10-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  
  
  /*	RESET
  -------------------------------------------------------------------------------*/
  
  html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	  margin: 0;
	  padding: 0;
	  border: 0;
	  outline: 0;
	  font-size: 100%;
	  vertical-align: baseline;
	  background: transparent;
  }
  
  article, aside, figure, footer, header, hgroup, nav, section {display: block;}
  img,
  object,
  embed {max-width: 100%;height:auto;}
  
  /* force a vertical scrollbar to prevent a jumpy page */
  html {overflow-y: scroll;}
  
  /* we use a lot of ULs that aren't bulleted.
	  don't forget to restore the bullets within content. */
  ul {list-style: none;}
  
  blockquote, q {quotes: none;}
  
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {content: ''; content: none;}
  
  a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
  del {text-decoration: line-through;}
  abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
  
  /* tables still need cellspacing="0" in the markup */
  table {border-collapse: collapse; border-spacing: 0;}
  th {font-weight: bold; vertical-align: bottom;}
  td {font-weight: normal; vertical-align: top;}
  
  input, select {vertical-align: middle;}
  
  input[type="radio"] {vertical-align: text-bottom;}
  input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
  input:focus, textarea:focus, select:focus { outline: none;}
  
  input { /* remove top input shadow */
  -webkit-appearance: none;
  -moz-appearance: none;
  }
  
  table {font-size: inherit; font: 100%;}
  
  a:hover, a:active {outline: none;}
  small {font-size: 85%;}
  strong, th {font-weight: bold;}
  td, td img {vertical-align: top;}
  
  /* standardize any monospaced elements */
  pre, code, kbd, samp {font-family: monospace, sans-serif;}
  
  /* hand cursor on clickable elements */
  .clickable,
  label,
  input[type=button],
  input[type=submit],
  button {cursor: pointer;}
  
  /* Webkit browsers add a 2px margin outside the chrome of form elements */
  button, input, select, textarea {margin: 0; border-radius: 0; font-family: 'PT Sans', Arial;}
  
  /* make buttons play nice in IE */
  button {width: auto; overflow: visible;}
  
  /* let's clear some floats */
  .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  .clearfix:after { clear: both; }
  .clearfix { zoom: 1; }
  .clear { clear: both; height: 0px; overflow: hidden;}
  .clr:after { content: ""; display: table; clear: both;}
  .cf:after {	content: ""; display: table; clear: both; }
  
  /* prevent flickering on touch */
  * {
	  -webkit-tap-highlight-color:transparent;
  }
  
  /* natural box layout model to all elements */
  *, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
   }
  
  
  /* -------------------------------------------------------------------------------*/
  
  /*
  
  LINK			FF0000
  
  */
  
  /* FRESH START */
  
  html {
	  height: 100%;
  }
  
  body {
	  height: 100%;
	  font-family: 'PT Sans', Arial, sans-serif;
	  font-size: 15px;
	  line-height: 140%;
	  color: #333;
	  background: #FFF;
  }
  
  a {
	  position: relative;
	  color: #FF0000;
	  text-decoration: none;
	  -webkit-transition: color 200ms ease;
	  -moz-transition: color 200ms ease;
	  -ms-transition: color 200ms ease;
	  transition: color 200ms ease;
	  -webkit-transition: background 150ms ease;
	  -moz-transition: background 150ms ease;
	  -ms-transition: background 150ms ease;
	  transition: background 150ms ease;
  }
  
  a:visited {
	  color: #FF0000;
  }
  
  a:active {
	  color: #FF0000;
  }
  
  a:hover {
	  color: #FF0000;
  }
  
  
  
  h1,h2,h3,h4 {
	  line-height: 130%;
  }
  
  h1 {
	  margin: 0 0 30px 0;
	  font-size: 30px;
	  font-weight: normal;
  }
  
  h2 {
	  margin: 0 0 20px 0;
	  font-size: 25px;
	  font-weight: normal;
  }
  
  h3 {
	  margin: 0 0 20px 0;
	  font-size: 1.125em;
  
  
  /*18px*/
	  line-height: 150%;
  }
  
  h4 {
	  margin: 0 0 16px 0;
	  font-size: 0.938em;
  
  
  /*15px*/
  }
  
  p {
	  margin: 0 0 20px 0;
  }
  
  hr {
	  position: relative;
	  display: block;
	  height: 2px;
	  border: 0;
	  background: #CCC;
	  margin: 0px 0 25px 0;
	  padding: 0;
  }
  
  a:hover img {
	  -webkit-transition: all 300ms ease;
	  -moz-transition: all 300ms ease;
	  -ms-transition: all 300ms ease;
	  transition: all 300ms ease;
  }
  
  /* BASIC
  
  ---------------------------------------------------------------------------------*/
  
  .page-wrap {
	  position: relative;
	  min-height: 100%;
	  height: auto !important;
	  height: 100%;
	  overflow: hidden;
	  padding-bottom: 150px;
  }
  
  .inner {
	  position: relative;
	  max-width: 1170px;
	  margin: 0 auto;
  }
  
  /* HEADER
  
  ---------------------------------------------------------------------------------*/
  
  #header {
	  position: relative;
	  margin: 0;
	  padding: 0 0 0 0;
	  background: #f1f1f1;
	  background: -moz-linear-gradient(top,  #f1f1f1 0%, #dcdcdc 100%);
	  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#dcdcdc));
	  background: -webkit-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%);
	  background: -o-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%);
	  background: -ms-linear-gradient(top,  #f1f1f1 0%,#dcdcdc 100%);
	  background: linear-gradient(to bottom,  #f1f1f1 0%,#dcdcdc 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#dcdcdc',GradientType=0 );
  }
  
  #header .inner {
	  padding: 20px 0 0 0;
  }
  
  .topwrap {
	  position: relative;
	  margin: 0 0 30px 0;
	  overflow: hidden;
	  background: #FFF;
	  display: flex;
  }
  
  .logowrap {
	  position: relative;
	  display: flex;
	  flex-direction: column;
	  background: #FF0000;
	  width: 100%;
  
  }
  
  .logged-in .logowrap {
	  flex: 1 0 auto;
	  max-width: 33%;
  }
  
  #header h1 {
	  position: relative;
	  margin: 0;
	  padding: 0;
	  background: #FF0000;
  }
  
  #header h1 a {
	  display: block;
	  max-width: 390px;
  }
  
  #header img {
	  display: block;
	  width: 100%;
	  height: auto;
  }
  
  
  #header .site-description {
	  position: relative;
	  padding: 1rem 33px;
	  font-size: 1.1em;
	  font-weight: bold;
	  color: #666;
	  background: #FFF;
	  flex: 1 1 auto;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  text-align: left;
  }
  
  #header .site-description span {
	  width: 100%;
  }
  
  #header .banner {
	  flex: 1 0 auto;	
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
  }
  
  #header .banner a {
	  display: block;
	  width: 100%;
	  height: 100%;
  }
  
  #header .banner img {
	  width: 100%;
  
  }
  
  
  /* NAV
  ---------------------------------------------------------------------------------*/
  
  #nav {
	  position: relative;
	  margin: 0 0 0 0;
	  display: flex;
	  flex-wrap: nowrap;
	  justify-content: space-between;
	  background: transparent;
  }
  
  
  .menu {
	  display: flex;
	  align-self: flex-end;
	  margin: 0 1rem 0 0;
  }
  
  .menu li {
	  position: relative;
	  margin: 0 3px 0 0;
  }
  
  .menu li a:hover {
	  text-decoration: none;
	  color: #FF0000;
	  background: #FFF;
  }
  
  .menu li a {
	  margin: 0;
	  font-size: 1.1em;
	  padding: 18px 30px;
	  display: block;
	  color: #333;
	  background: #D3D3D3;
	  white-space: nowrap;
  }
  
  .menu li.current_page_parent a,
  .menu li.current_page_item a {
	  background: #FFF;
	  color: #333;
  }
  
  .menu li.current_page_parent a:hover,
  .menu li.current_page_item a:hover,
  .menu li.current_page_parent:hover a,
  .menu li.current_page_item:hover a {
	  background: #FFF;
  }
  
  .menu ul {
  
  /*display: none;*/
	  position: absolute;
	  top: 53px;
	  left: 0;
	  margin-top: -10px;
	  margin-left: 0px;
	  padding: 0 10px;
	  z-index: 99999;
	  background: #FFF;
	  min-width: 260px;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-box-shadow: 0px 3px 6px -3px rgba(1, 1, 1, .5);
	  box-shadow: 0px 3px 6px -3px rgba(1, 1, 1, .5);
	  -webkit-transition: all 0.05s ease-out;
	  -moz-transition: all 0.05s ease-out;
	  -o-transition: all 0.05s ease-out;
	  transition: all 0.05s ease-in-out;
  }
  
  /* align last menu item to the right to avoid off screen position*/
  
  .menu li:last-child ul {
	  left: auto;
	  right: 0;
  }
  
  .menu li:last-child ul ul {
	  left: auto;
	  right: 100%;
  }
  
  .menu li:hover>ul,
  .menu li.hover ul {
  
  
  /*effect*/
	  opacity: 1;
	  margin-top: 0;
	  visibility: visible;
	  display: block;
	  background: #FFF;
	  -webkit-transition: all 0.15s ease-in;
	  -moz-transition: all 0.15s ease-in;
	  -o-transition: all 0.15s ease-in;
	  transition: all 0.15s ease-in-out;
  }
  
  .menu li.current_page_parent li a,
  .menu li.current_page_item li a {
	  background: #FFF;
  }
  
  .touch .menu ul {
	  display: none;
  }
  
  .touch .menu li ul,
  .touch .menu li:hover ul {
	  -webkit-transition: none;
  }
  
  .menu ul ul {
	  left: 100%;
	  top: 0;
  }
  
  .menu li.hover li ul {
	  opacity: 0;
	  visibility: hidden;
  }
  
  .menu li li.hover ul {
	  opacity: 1;
	  visibility: visible;
  }
  
  .menu ul li {
	  margin-bottom: 0;
	  margin-right: 0;
	  float: none;
  }
  
  .menu ul a {
	  padding: 10px 5px;
	  height: auto;
	  text-transform: none;
	  font-size: 0.95em;
	  border-bottom: 1px solid #CCC;
	  background: #FFF;
  }
  
  .menu ul li:last-child a {
	  border-bottom: none;
	  padding-bottom: 15px;
  }
  
  .menu li:hover > a,
  .menu li.hover > a {
  
  
  /*background: #F3F5F5;*/
	  background: #FFF;
  }
  
  .menu ul a:hover {
	  text-decoration: none;
	  color: #FF0000!important;
  }
  
  .menu li:hover > ul,
  .menu li.hover > ul {
	  display: block;
  }
  
  
  .mobile-menu-wrap {
	  display: none;
  }
  
  .mobile-menu-trigger {
	  display: none;
  }
  
  
  .member-menu {
	  border: 0px solid BLUE;
	  flex: 1 1 auto;
	  display: flex;
	  align-items: center;
	  justify-content: flex-end;
  }
  
  .member-menu ul {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: flex-end;
  }
  
  .member-menu.logged-out {
	  
  }
  
  .member-menu.logged-out li {
	   padding: 0 0 10px 0;
   }
   
   .member-menu li {
	  line-height: 120%;
	  padding: 5px 0 5px 0;
   }
   
	.member-menu li i {
		display: inline-block;
		margin: 0 5px 0 0;
		color: #666;
	}
  
   .member-menu li a {
	  color: #666;
	  text-transform: uppercase;
	  font-size: 0.9em;
  }
  
  
   .member-menu li a:hover {
	  background: transparent;
	  color: #FF0000;
  }
  
   .member-menu li a::after,
   .member-menu li a:hover::after {
	  content: "|";
	  padding: 0 0.8rem;
	  color: #666;
  }
  
   .member-menu li:last-child a::after {
	  display: none;
   }
  
   .member-menu li.username {
		   flex: 0 0 100%;
		   background: transparent;
		   text-align: right;
		   padding: 0;
		  color: #666;	
		  font-size: 1rem;
		  font-weight: bold; 		
   }
  
   .member-menu li.username span {
	   font-weight: normal;
	   text-transform: uppercase;
	   font-size: 0.7rem;
	   color: #999;
  }
  
  
  /* ------------------------------------------------ */
  
  
  .iconmenu {
	  display: flex;
	  align-items: center;
  }
  
  
  .iconmenu ul {
	  flex: 1 0 auto;
	  display: flex;
  }
  
  .iconmenu li {
	  position: relative;
	  display: flex;
  
  }
  
  .iconmenu ul a {
	  display: flex;
	  align-items: center;
	  color: #ECECEC;
	  font-size: 1.4rem;
	  background: #838383;
	  text-align: center;
	  margin: 0 8px 0 0;
  }
  
  .iconmenu ul a i {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  width: 40px;
	  height: 40px;
	  color: #FFF;
  }
  
  .iconmenu i.icon-spk::before {
	  display: inline-block;
	  padding-bottom: 6px; /*Ausgleich*/
  }
  
  .iconmenu ul a span {
	  color: #ECECEC;
	  text-transform: uppercase;
	  font-size: 0.9rem;
	  padding: 0 0.8rem 0 0rem;
  }
  
  .iconmenu li a:hover {
	  color: #ECECEC;
	  background-color: #666;
  }
  
  .iconmenu li a.sk:hover { background-color: #FF0000; }
  .iconmenu li a.fb:hover { background-color: #3B5998; }
  .iconmenu li a.tw:hover { background-color: #00ACEE; }
  .iconmenu li a.rss:hover { background-color: #FE9900; }
  
  
  
  /* ------------------------------------------------ */
  
  
  
  /* CONTENT
  ---------------------------------------------------------------------------------*/
  
  #content {
	  position: relative;
	  clear: both;
	  margin: 0 0 0 0;
	  padding: 0;
	  line-height: 160%;
  }
  
  #content .inner {
	  padding: 40px 0 0px 0;
  }
  
  #main a:hover {
	  color: #FF0000;
	  text-decoration: underline;
  }
  
  
  #main {
  /*http://resources.sameerast.com/responsive-web-design-formula-easy-calculator.html*/
	  float: left;
	  max-width: 800px;
	  width: 68.37606837606837%;
	  margin: 0 3.418803418803419% 30px 0;
  }
  
  
  #main.no-sidebar {
	  float: none;
	  margin: 0 auto;
  }
  
  
  #main section {
	  padding: 0 0 0 0;
  }
  
  #main img {
  
  }
  
  /* WP core styles */
  
  .alignnone {
  
  }
  
  .aligncenter,div.aligncenter {
	  display: block;
	  margin: 5px auto 5px auto;
  }
  
  .alignright {
	  float: right;
	  margin: 5px 0 20px 20px;
  }
  
  .alignleft {
	  float: left;
	  margin: 5px 20px 20px 0;
  }
  
  .aligncenter {
	  display: block;
	  margin: 5px auto 5px auto;
  }
  
  a img.alignright {
	  float: right;
	  margin: 5px 0 20px 20px;
  }
  
  a img.alignnone {
	  margin: 5px 20px 20px 0;
  }
  
  a img.alignleft {
	  float: left;
	  margin: 5px 20px 20px 0;
  }
  
  a img.aligncenter {
	  display: block;
	  margin-left: auto;
	  margin-right: auto;
  }
  
  .wp-caption {
	  max-width: 96%;
	  padding: 5px 3px 10px;
	  text-align: center;
	  background: transparent;
  }
  
  .wp-caption.alignnone {
	  margin: 5px 20px 20px 0;
  }
  
  
  .wp-caption.alignleft {
	  margin: 5px 20px 20px 0;
  }
  
  .wp-caption.alignright {
	  margin: 5px 0 20px 20px;
  }
  
  .wp-caption img {
	  border: 0 none;
	  height: auto;
	  margin: 0;
	  padding: 0;
	  width: auto;
	  display: block;
  }
  
  .postThumb p.wp-caption-text,
  .wp-caption p.wp-caption-text,
  .gallery-caption {
	  font-size: 12px;
	  line-height: 17px;
	  margin: 0;
	  padding: 7px 7px 9px 7px;
	  background: #EDEDED;
  }
  
  .sticky {
  
  }
  
  .bypostauthor {
  
  }
  
  a.post-edit-link {
	  display: inline-block;
	  margin: 0 0 15px 0;
	  position: relative;
	  font-size: 12px;
	  line-height: 12px;
	  padding: 9px 12px;
	  padding-left: 25px;
	  text-transform: uppercase;
	  background: #F2F2F2;
	  color: #333;
	  border: 0px solid #F2F2F2;
  }
  
  a.post-edit-link:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 5px;
	  margin: -7px 0 0 0;
	  width: 14px;
	  height: 14px;
	  background: transparent url(images/icon-edit.png) no-repeat 0 0;
  }
  
  #content h1 {
	  line-height: 130%;
  }
  
  .link-icon {
	  position: relative;
	  display: block;
	  margin: 0 3px 8px 0;
	  font-weight: 700;
  }
  
  p > span.link-icon {
	  margin-bottom: 0;
  }
  
  .link-icon:before {
	  content: "\e800";
	  font-family: 'icons';
	  font-size: 1.1em;
	  color: #FF0000;
	  margin: 0 8px 0 0;
  }
  
  i { /* IE */
	  font-family: 'icons';
  }
  
  /* Lists */
  
  #main ul,
  #main ol {
	  padding: 12px 12px 12px 30px;
	  margin: 0 0 20px 0;
	  background: #FFF;
  }
  
  #main ul {
	  padding-left: 30px;
	  list-style-type: none;
  }
  
  #main li {
	  position: relative;
	  margin: 0 0 5px 0;
  }
  
  #main ul li:before {
	  content: "• ";
	  position: absolute;
	  top: -0.01em;
	  left: 0;
	  margin: 0 0 0 -15px;
	  font-size: 1.2em;
	  font-weight: bold;
	  color: #6666;
  }
  
  /* Shortcodes */
  
  .textIntro {
	  font-size: 19px;
	  line-height: 150%;
	  margin: 0 0 20px 0;
  }
  
  .textKlein {
	  font-size: 0.75em;
	  line-height: 150%;
	  margin-bottom: 20px;
  }
  
  .box,
  .boxImportant {
	  padding: 20px;
	  background: #F1F1F1;
	  margin: 0 0 20px 0;
  }
  
  .boxImportant {
	  background: #FFF;
	  border: 2px solid #FF0000;
  }
  
  .box p {
  
  }
  
  .box p:last-child,
  .box p:nth-of-type(2),
  .boxImportant p:last-child {
	  margin-bottom: 0;
	  padding-bottom: 0;
  }
  
  .download-icon {
	  margin: 0 2px 0 0;
  }
  
  .download-icon:before {
	  content: "\e804";
	  font-family: 'icons';
	  font-size: 1.2em;
	  font-style: normal;
	  color: #FF0000;
	  margin: 0 8px 0 2px;
  }
  
  
  h2.entry-title a {
	  color: #333;
  }
  
  #main h2.entry-title a:hover {
	  color: #FF0000;
	  text-decoration: none;
  }
  
  a.more-link {
	  color: #333;
	  display: inline-block;
	  margin: 0 0 20px 0;
  }
  
  #main a.more-link:hover {
	  color: #FF0000;
	  text-decoration: none;
  }
  
  a.more-link span {
	  font-size: 14px;
	  padding: 10px 15px;
	  background: #EDEDED;
  }
  
  a.more-link span:after {
	  content: "\e806";
	  font-family: 'icons';
	  font-size: 1.2em;
	  font-style: normal;
	  color: #FF0000;
	  margin: 0 0 0 8px;
  }
  
  
  a.backBtn {
	  display: inline-block;
	  font-size: 14px;
	  padding: 10px 15px;
	  background: #EDEDED;
	  color: #333;
	  white-space: nowrap;
  }
  
  a.backBtn:hover {
	  text-decoration: none!important;
  }
  
  a.backBtn:before {
	  content: "\e805";
	  font-family: 'icons';
	  font-size: 1.2em;
	  font-style: normal;
	  color: #FF0000;
	  margin: 0 8px 0 0;
  }
  
  
  
  
  /* Blog */
  
  .blog article {
  
  }
  
  article.post {
	  clear: both;
	  border-bottom: 2px solid #CCC;
	  margin: 0 0 30px 0;
  }
  
  .entry.hasPostThumb {
  }
  
  .entry-details {
	  max-width: 170px;
	  width: 21.25%;
	  float: left;
	  margin: 5px 3.75% 20px 0;
	  font-size: 13px;
	  line-height: 150%;
  }
  
  .entry-details a {
	  color: #333;
  }
  
  #main .entry-details a:hover {
	  text-decoration: none;
  }
  
  .entry-details .date {
	  font-size: 15px;
	  margin: 0 0 5px 0;
  }
  
  .entry-details .cats,
  .entry-details .author {
	  padding: 0 0 15px 0;
	  margin: 0 0 15px 0;
	  border-bottom: 1px solid #CCC;
  }
  
  .entry-details .author img {
	  display: block;
	  margin: 0 0 10px 0;
  }
  
  .entry-details .tags,
  .entry-details .tags a {
	  color: #888;
  }
  
  .entry-content {
	  float: left;
	  max-width: 600px;
	  min-height: 300px;
	  width: 75%;
	  padding: 0 0 15px 0;
  }
  
  .blog h2.entry-title {
	  margin: 0 0 20px 0;
	  font-size: 28px;
	  font-size: 30px;
  }
  
  .postThumb {
	  margin: 0 0 15px 0;
  }
  
  .postThumb a {
	  display: block;
  }
  
  .postThumb a img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  aspect-ratio: 600/335;
  }
  
  .single .postThumb img {
	  margin: 0;
	  display: block;
  }
  
  .entry-details.below {
	  display: none;
	  clear: both;
	  max-width: none;
	  width: 100%;
	  float: none;
	  margin: 0 0 20px 0;
	  border-top: 1px solid #CCC;
  }
  
  .entry-details.below .date {
	  display: none;
  }
  
  .entry-details.below .cats,
  .entry-details.below .author,
  .entry-details.below .tags {
	  padding: 8px 0;
	  margin: 0;
  }
  
  
  .entry-details.below .author img {
	  display: inline;
	  vertical-align: top;
	  margin: 0 10px 0 0;
  
  }
  
  
  
  /* --- Post Tables --- */
  
  #main table {
	  width: 100%;
	  margin: 10px 0px 30px 0px;
  }
  
  #main table thead {
	  border-top: 1px solid #CCC;
  }
  
  #main table thead td {
	  font-weight: 700;
  }
  
  #main table tr {
	  background: #FFF;
	  border-bottom: 1px solid #CCC;
  }
  
  #main table tr th {
	  padding: 10px 15px;
	  border-top: 1px solid #CCC;
	  border-left: 1px solid #CCC;
	  border-right: 1px solid #CCC;
  }
  
  #main table tr td {
	  padding: 10px 15px;
	  border-left: 1px solid #CCC;
	  border-right: 1px solid #CCC;
  }
  
  .pagination {
  
  }
  
  .pagination .page-numbers {
	  display: none;
  }
  
  .pagination a:hover,
  .nav-below a:hover {
	  text-decoration: none!important;
  }
  
  .pagination a.prev,
  .pagination a.next,
  .nav-next a,
  .nav-prev a{
	  display: block;
	  background: #EDEDED;
	  padding: 10px 15px;
	  width: 49.0%;
	  color: #666;
	  box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
  
  }
  
  .pagination a.prev,
  .nav-prev a {
	  margin: 0 2px 0 0;
	  float: left;
	  text-align: left;
  }
  
  .pagination a.next,
  .nav-next a {
	  float: right;
	  text-align: right;
  }
  
  body:not(.paged) .pagination a.next,
  body:not(.paged) .pagination a.next {
	  width: auto;
  }
  
  .pagination a.prev:before,
  .nav-prev a:before {
	  content: "\e805";
	  font-family: 'icons';
	  color: #666;
	  margin: 0 8px 0 0;
  }
  
  .pagination a.next:after,
  .nav-next a:after {
	  content: "\e806";
	  font-family: 'icons';
	  color: #666;
	  margin: 0 0 0 8px;
  }
  
  .nav-below {
	  margin: 0 0 20px 0;
  }
  
  .nav-next,
  .nav-prev {
  }
  
  
  /* crazy lazy plugin */
  
  #main img[src*='data:image/gif;base64'] {
	  border: 0px solid #dbdbdb;
  }
  
  #main img.crazy_lazy {
	  background: url(../../../wp-includes/images/wpspin-2x.gif) no-repeat center center;
	  background-size: 16px 16px;
  
	  min-width: 30px;
	  min-height: 30px;
  }
  
  
  /* WP gallery */
  
  #main .gallery {
	  margin: 0 auto;
	  padding: 0;
	  margin-bottom: 15px;
	  position: relative;
	  clear: both;
  }
  
  #main .gallery-item {
	  float: left;
	  overflow: visible;
	  margin: 0 0 0px 0!important;
	  text-align: left!important;
	  width: auto; /*overwrite column setting*/
  }
  
  
  #main .gallery-caption {
	  margin-left: 0;
	  padding: 0;
	  font-size: .8em;
	  line-height: 1.25;
	  color: #999;
	  display: block;
	  display: none;
  
  
  /* gallery captions AUS */
  }
  
  #main .gallery img {
  
  }
  
  .gallery a:hover img {
	  opacity: .8;
  }
  
  .gallery-caption {
	  display: none;
  }
  
  .wp-caption {
	  text-align: center;
	  padding: 0;
	  margin: 0 10px 20px 0;
	  display: inline-block;
  }
  
  .wp-caption img {
	  margin-bottom: 0;
	  padding: 0;
	  border: none;
  }
  
  .gallery-columns-0 {
	  width: 100%;
  }
  
  .gallery-columns-1 {
	  width: 100%;
  }
  
  .gallery-columns-2 {
	  width: 50%;
  }
  
  .gallery-columns-3 {
	  width: 33.33%;
  }
  
  .gallery-columns-4 .gallery-item {
	  width: 25%;
  }
  
  .gallery-columns-5 {
	  width: 20%;
  }
  
  .gallery-columns-6 {
	  width: 16.66%;
  }
  
  .gallery-columns-7 {
	  width: 14.28%;
  }
  
  .gallery-columns-8 {
	  width: 12.5%;
  }
  
  .gallery-columns-9 {
	  width: 11.11%;
  }
  
  .gallery-columns-10 {
	  width: 10%;
  }
  
  .size-auto,
  .size-full,
  .size-large,
  .size-medium,
  .size-thumbnail {
	  max-width: 100%;
	  height: auto;
  }
  
  .gallery-caption {
	  display: none;
  }
  
  figure.wp-caption {
	  max-width: 100%;
  /*!*/
  }
  
  
  #main .gallery {
	  margin: 0 auto;
	  padding: 0;
	  margin-bottom: 15px;
	  position: relative;
	  width: 100%;
	  clear: both;
  }
  
  #main .gallery:after {
	  content: "\0020";
	  display: block;
	  height: 0;
	  overflow: hidden;
	  clear: both;
  }
  
  dl.gallery-item + br {
	  display: none;
  }
  
  #main .gallery p {
	  margin: 0;
	  display: inline-block; /* remove column break */
  }
  
  .gallery-row {
  }
  
  .gallery-clear {
  }
  
  
  #main .gallery-icon {
	  max-width: 100%;
	  line-height: 0;
	  margin: 0 10px 10px 0;
  }
  
  #main .gallery-caption {
	  margin-left: 0;
	  padding: 0;
	  font-size: .8em;
	  line-height: 1.25;
	  color: #999;
	  display: block;
	  display: none;
  }
  
  #main .gallery-icon img {
	  width: 140px!important;
	  height: 140px!important;
  }
  
  /* Spalten */
  
  .two-columns-one {
	  width:47%;
  }
  
  .three-columns-one{
	  width:30.66%;
  }
  
  .three-columns-two{
	  width:65.33%;
  
  }
  
  .four-columns-one {
	  width: 22%;
  }
  
  .four-columns-two {
	  width:48%;
  }
  
  .four-columns-three {
	  width:74%;
  }
  
  .two-columns-one,.three-columns-one,.three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
	  float:left;
	  margin-right:5%;
	  margin-bottom: 20px;
	  position:relative;
  }
  
  .last {
	  clear:right;
	  margin-right:0 !important;
  }
  
  
  /* Responsive iFrame */
  
  #main iframe {
	  margin: 0 0 20px 0;
  }
  
  .iframe {
	  position: relative;
	  padding-bottom: 56.25%;
	  padding-top: 30px;
	  height: 0;
	  overflow: hidden;
  }
  
  .iframe iframe,
  .iframe object,
  .iframe embed {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100% !important;
	  height: 100% !important;
  }
  
  .wp-video {
	  width: 100%!important;
	  height: auto!important;
	  margin: 0 0 1.5rem 0;
  }
  
  .wp-video iframe {
  }
  
  
  /* Expander (Aufklapper im Content) */
  
  .expander {
	  position: relative;
  }
  
  .expander-trigger {
	  margin: 0;
	  padding: 0;
	  cursor: pointer;
  }
  
  .expander-trigger:after {
	  content: "";
	  position: absolute;
	  margin: 0 5px 0 0;
	  width: 30px;
	  height: 30px;
	  top: 23px;
	  right: 10px;
	  border-radius: 10px;
	  background: url(images/icon-collapse.png) no-repeat top left;
  }
  
  .expander-trigger.active:after {
	  background-position: top right;
  }
  
  .expander-content {
  
  }
  
  .expander-content p:nth-of-type(1) {
	  padding-top: 10px;
  }
  
  
  
  /* AUFKLAPPER */
  
  .accordion {
	  margin: 2rem 0;
  }
  
  .accordion-item {
	  position: relative;
	  overflow: hidden;
	  border: 0px solid #333;
	  margin-bottom: 10px;
  }
  
  .accordion-item:last-child {
  }
  
  .accordion-item:first-of-type {
	  margin-top: 0;
  }
  
  .accordion-heading {
	  margin: 0;
	  padding: 0;
	  border: none;
	  text-transform: none;
  }
  
  .accordion-trigger {
	  display: block;
	  position: relative;
	  border: none;
	  text-align: left;
	  width: 100%;
	  padding: 1.3rem 1.5rem;
	  padding-right: 3.5rem;
	  font-size: 1.1rem;
	  line-height: 140%;
	  color: #333;
	  background: #EEE;
	  font-weight: bold;
	  outline-offset: -5px;
	  transition: all 300ms ease;
  }
  
  .accordion-trigger:hover {
	  text-decoration: none;
  }
  
  .accordion-trigger.active {
  }
  
  
  .accordion-trigger:hover,
  .accordion-trigger:hover i {
	  color: #FF0000;
  }
  
  .accordion-trigger:hover i {
	  text-decoration: none;
  }
  
  .accordion-trigger i:after {
	  position: absolute;
	  top: 1.4rem;
	  right: 1.5rem;
	  margin: 0;
	  content: "\e808";
	  display: block;
	  line-height: 1;
	  border-radius:0;
	  font-family: 'icons';
	  font-size: 1.4rem;
	  font-weight: normal;
	  font-style: normal;
	  color: #333;
	  text-decoration: none;
	  transition: all 250ms ease-in-out;
  }
  
   .accordion-trigger.active i:after {
	  transform: rotate(180deg);
  }
  
  .accordion-content {
	  position: relative;
	  padding: 1.5rem;
	  padding-bottom: 0;
	  border: 1px solid #DDD;
	  border-top: none;
  
  }
  
  
  
  
  /* Archive */
  
  .archive #main ul.post-categories ul,
  .archive #main ul.post-categories li {
	  list-style: none;
	  padding: 0;
	  margin: 0;
  }
  
  .archive .showCat,
  .searchResult {
	  margin: 0 0 25px 0;
	  font-size: 18px;
	  padding: 15px;
	  background: #EDEDED;
  }
  
  .archive .showCat  span,
  .searchResult span {
	  font-weight: bold;
  }
  
  .archive .showCat a.showAll {
	  float: right;
	  font-size: 14px;
  }
  
  
  
  /* Tags */
  
  /* Search */
  
  .searchResult {
  
  }
  
  .searchResult #s {
	  border: none;
	  padding: 10px;
	  font-size: 1em;
	  min-width: 50%;
  }
  
  .searchResult .searchsubmit {
	  border: none;
	  font-size: 0.8em;
	  padding: 12px 15px;
	  color: #FFF;
	  text-transform: uppercase;
	  font-weight: 700;
	  margin: 0 0 0 -3px;
	  background: #333;
	  -webkit-appearance: none;
  }
  
  .search-no-results #main .icon-search  {
	  display: none;
  }
  
  .search .hentry {
	  border: 0;
	  border-bottom: 2px solid #CCC;
	  margin: 0;
	  padding: 12px 0;
  }
  
  .search .hentry h3 {
	  font-weight: normal;
	  margin: 0;
  }
  
  .search .hentry.type-page .entry-details {
	  display: none;
  }
  
  .search .pagination {
	  margin-top: 30px;
  }
  
  
  .search-results .entry-details span {
	  display: none;
  }
  
  
  
  
  
  /* SIDEBAR
  ---------------------------------------------------------------------------------*/
  
  #sidebar {
	  position: relative;
	  z-index: 20;
	  min-height: 100px;
	  max-width: 330px;
	  float: left;
	  width: 28.205128205128204%;
  }
  
  ul.subpages {
	  margin: 0 0 30px 0;
  }
  
  ul.subpages li {
  
  }
  
  ul.subpages li a {
	  padding: 9px 5px;
	  font-size: 14px;
	  color: #37525F;
	  display: block;
	  border-bottom: 1px solid #BECCD4;
  }
  
  ul.subpages li.current_page_item a {
	  background: #FFF;
  }
  
  #content ul.subpages li a:hover {
	  text-decoration: none;
	  color: #00B6ED;
  }
  
  #sidebar {
  
  }
  
  .widget {
	  font-size: 14px;
	  margin: 0 0 20px 0;
  }
  
  .widget h3 {
	  margin: 0 0 10px 0;
	  padding: 0 0 0 2px;
	  font-weight: normal;
	  font-size: 18px;
  }
  
  .widget-body {
	  padding: 20px;
	  background: #EDEDED;
  }
  
  .widget a {
	  color: #333;
  }
  
  .widget a:before {
	  content: "\e806";
	  font-family: 'icons';
	  font-size: 1.1em;
	  color: #FF0000;
	  margin: 0 8px 0 0;
  }
  
  .widget a:hover {
	  color: #FF0000;
	  text-decoration: none;
  }
  
  .widget_categories li li {
	  padding-left: 0.9rem;
  }
  
  .widget .tagcloud a:before {
	  display: none;
  }
  
  #sidebar .search {
	  position: relative;
	  margin: 0 0 20px 0;
  }
  
  .search input {
	  transition: background 200ms ease;
  }
  
  #sidebar .search input#s {
	  width: 95%;
	  height: 52px;
	  padding: 0;
	  padding-left: 10px;
	  background: #FFF;
	  font-size: 1.2rem;
	  border: 1px solid #CCC;
  }
  
  #sidebar .search input.searchsubmit {
	  position: absolute;
	  top: 0;
	  right: 0;
	  border: none;
	  padding: 0;
	  text-indent: -500px;
	  overflow: hidden;
	  width: 55px;
	  height: 52px;
	  z-index: 1;
	  background: transparent;
  }
  
  #sidebar .search i {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 55px;
	  height: 52px;
	  text-align: center;
	  line-height: 52px;
	  font-size: 1.60em;
	  color: #FFF;
	  font-weight: normal;
	  background-color: #CCC;
  }
  
  .widget_recent_entries li {
	  padding: 5px 0;
	  border-bottom: 1px solid #CCC;
  }
  
  .widget_recent_entries li a {
	  display: block;
  }
  
  .widget_recent_entries .post-date {
	  font-size: .9em;
	  color: #666;
  }
  
  
  
  /* UM - Ultimate Member */
  
  [class*=um-page] #main {
	  /* set main max-width to UM max-width to align WP editor content to UM*/
	  max-width: 600px!important;
  }
  
  
  
  #main .um {
	  color: #333;
  }
  
  
  .um-form {
	  -webkit-font-smoothing: subpixel-antialiased;
	  -moz-osx-font-smoothing: auto;
  }
  
  .um.um-login,
  .um.um-register,
  .um.um-password {
	  width: 100%!important;
	  max-width: 600px!important;
  }
  
  
  .um .um-tip:hover,
  .um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
  .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
  .um .um-member-name a:hover,
  .um .um-member-more a:hover,
  .um .um-member-less a:hover,
  .um .um-members-pagi a:hover,
  .um .um-cover-add:hover,
  .um .um-profile-subnav a.active,
  .um .um-item-meta a,
  .um-account-name a:hover,
  .um-account-nav a.current,
  .um-account-side li a.current span.um-account-icon,
  .um-account-side li a.current:hover span.um-account-icon,
  .um-dropdown li a:hover,
  i.um-active-color,
  span.um-active-color,
  .um-profile-edit-a.active
  {
	  color: #FF0000!important;
  }
  
  .um .um-field-group-head,
  .picker__box,
  .picker__nav--prev:hover,
  .picker__nav--next:hover,
  .um .um-members-pagi span.current,
  .um .um-members-pagi span.current:hover,
  .um .um-profile-nav-item.active a,
  .um .um-profile-nav-item.active a:hover,
  .upload,
  .um-modal-header,
  .um-modal-btn,
  .um-modal-btn.disabled,
  .um-modal-btn.disabled:hover,
  div.uimob800 .um-account-side li a.current,
  div.uimob800 .um-account-side li a.current:hover
  {
	  background: #FF0000!important;
  }
  
  .um .um-field-group-head:hover,
  .picker__footer,
  .picker__header,
  .picker__day--infocus:hover,
  .picker__day--outfocus:hover,
  .picker__day--highlighted:hover,
  .picker--focused .picker__day--highlighted,
  .picker__list-item:hover,
  .picker__list-item--highlighted:hover,
  .picker--focused .picker__list-item--highlighted,
  .picker__list-item--selected,
  .picker__list-item--selected:hover,
  .picker--focused .picker__list-item--selected {
	  background: #FF0000!important;
  }
  
  .um input[type=submit]:disabled:hover {
	  background: #FF0000!important;
  }
  
  .um input[type=submit].um-button,
  .um input[type=submit].um-button:focus,
  .um a.um-button,
  .um a.um-button.um-disabled:hover,
  .um a.um-button.um-disabled:focus,
  .um a.um-button.um-disabled:active {
	  background: #FF0000!important;
  }
  
  .um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
	  background: #e5e5e5!important;
  }
  
  .um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
	  background: #e5e5e5!important;
  }
  
  .um a.um-link {
	  color: #FF0000!important;
  }
  
  .um input[type=submit].um-button:hover,
  .um a.um-button:hover {
	  background-color: #333!important;
  }
  
  .um a.um-link:hover,
  .um a.um-link-hvr:hover {
	  color: #FF0000!important;
  }
  
  
  a.um-modal-btn.alt {
	  color: #333;
	  background: #e5e5e5!important;
  }
  
  .um .um-field-block {
	  color: #333;	
  }
  
  /* change all default Ultimate member "blue" color using CSS
  https://docs.ultimatemember.com/article/270-how-to-change-default-ultimate-member-blue-color-using-css
  */
  
  .um-form ul li:before {
	  display: none;
  }
  
  /* UM Register*/
  
  .um-field-checkbox.um-field-half {
	  width: 100%;
  }
  
  .um-notice.err a {
	  color: #FFF;
	  text-decoration: underline;
  }
  
  .um-notice.err a:hover {
	  color: #FFF!important;
	  opacity: .6;
  }
  
  .um-form .um-field-area input[type=number] {
	  background: RED;
	  width: 100%;
	  max-width: 8rem;
	  height: 40px!important;
  }
  
  .um-register .um-field-user_login input {
	  max-width: 8rem;
  }
  
  
  
  /* UM Profile */
  
  
  .um-form .um-profile-meta .um-meta-text {
	  font-size: 1rem;
	  max-width: 500px;
	  margin: 0 auto;
	  margin-top: 1rem;
  }
  
  .um-dropdown {
	  border-color: #BBB!important;
	  border-radius: 2px!important;
  }
  
  .um-dropdown li a {
	  color: #666!important;
  }
  
  .um-dropdown-arr {
	  z-index: -5!important;
  }
  
  .um-dropdown-arr * {
	  color: #BBB;
  }
  
  .um .um-profile-photo a.um-profile-photo-img,
  .um .um-profile-photo img.um-avatar,
  .um form .um-profile-photo span.um-profile-photo-overlay ,
  .um-profile-photo span  {
	  border-radius: 2px !important;
  }
  
  .um .um-profile-photo img.um-avatar {
	  box-shadow: 0px 5px 20px -5px rgba(0,0,0,.3)!important;
  }
  
  
  .um-profile-body.comments::before {
	  content: "Meine Kommentare";
	  display: block;
	  position: relative;
	  margin: 1em 0 1rem 0;
	  font-size: 1.3em;
  }
  
  .um-profile-body.comments {
  }
  
  
  
  /* UM Account */
  
  .um-account form {
	  margin-top: 2rem;
  }
  
  .um-account-meta img,
  .um-account-meta a {
	  border-radius: 0px!important;
	  border: none!important;
  }
  
  .um-account-side ul {
	  border-radius: 0px!important;
  }
  
  .um-account-side li a {
	  border-radius: 0px!important;
  }
  
  /* Hacky ... "Personalnummer" dem Label hinzufügen */
  .um-account .um-field-label label[for="user_login"]::before {
	  content: "Personalnummer / ";
  }
  
  
  
  
  
  /* FOOTER
  ---------------------------------------------------------------------------------*/
  
  #footer {
	  position: absolute;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  background: #DDD;
	  font-size: 14px;
  }
  
  #footer .inner {
	  padding: 20px 0;
	  display: flex;
	  justify-content: space-between;
  }
  
  #footer .ftop {
  }
  
  #footer .iconmenu-wrap {
	  display: none;
	  border-bottom: 1px solid #FFF;
  }
  
  #footer .fbottom {
	  clear: both;
	  background: #333;
	  color: #F1F1F1;
  }
  
  #footer a {
	  color: #333;
  }
  
  #footer a:hover {
	  color: #FF0000;
  }
  
  .footer-menu {
	  flex: 1;
	  display: flex;
  }
  
  .footer-menu li {
	  margin: 0 30px 0 0;
  }
  
  #footer a.totop {
	  float: right;
  }
  
  #footer a.totop:before {
	  content: "\e807";
	  font-family: 'icons';
	  font-size: 1.1em;
	  font-style: normal;
	  margin: 0 8px 0 0;
  }
  
  
  /* FORMS
  ---------------------------------------------------------------------------------*/
  
  .wpcf7 {
	  position: relative;
  }
  
  #comments form,
  .wpcf7 form {
	  position: relative;
	  padding: 20px!important;
	  background: #EDEDED;
	  margin: 0 0 25px 0;
  }
  
  .wpcf7 div {
	  position: relative;
	  clear: both;
	  margin: 0 0 10px 0;
  }
  
  .wpcf7 label {
	  font-size: .7em;
	  font-weight: bold;
	  text-transform: uppercase;
	  color: #555;
	  display: inline-block;
	  width: 15%;
	  vertical-align: top;
	  padding-right: 15px;
  }
  
  .wpcf7 span {
	  display: inline-block;
	  width: 76%;
  }
  
  #comments input,
  #comments textarea,
  .wpcf7 input.wpcf7-text,
  .wpcf7 textarea,
  .wpcf7-date {
	  padding: 7px;
	  font-size: 15px;
	  color: #444;
	  background: #FFF;
	  width: 100%;
	  box-sizing: border-box;
	  border: none;
	  font-family: "PT Sans", Arial, sans-serif;
  }
  
  #comments input:focus,
  #comments textarea:focus,
  .wpcf7 input:focus,
  .wpcf7 textarea:focus {
	  border: 2px solid #00B6ED;
	  opacity: 1;
  }
  
  .wpcf7 textarea {
	  max-height: 100px;
  }
  
  .wpcf7 .submit {
	  padding-left: 15px;
	  margin: 0 0 0 15%;
  }
  
  #comments #submit,
  .wpcf7 input.wpcf7-submit {
	  text-transform: uppercase;
	  font-weight: 800;
	  font-size: .8em;
	  padding: 10px 20px;
	  margin: 0 0 0 0;
	  width: auto;
	  border: none;
	  background: #333;
	  color: #FFF;
	  -webkit-appearance: none;
  }
  
  .wpcf7 .ajax-loader {
	  position: absolute;
	  left: -35px;
	  top: 50%;
	  margin: -8px 0 0 0;
  }
  
  .wpcf7 .wpcf7-response-output {
	  font-size: .9em;
	  background: #FFF;
  }
  
  .wpcf7 .wpcf7-mail-sent-ok {
	  border: none;
	  background: LIGHTGREEN;
	  padding: 10px;
	  font-size: 1em;
	  text-align: center;
  }
  
  .wpcf7-date {
	  max-width: 120px;
  }
  
  .wpcf7 h3 {
	  margin: 0 0 30px 0;
  }
  
  .wpcf7 span.wpcf7-not-valid-tip {
	  background: red;
	  color: #FFF;
  }
  
  
  .wpcf7 input.wpcf7-not-valid,
  .wpcf7 textarea.wpcf7-not-valid {
	  border: 1px solid red;
  }
  
  
  /* WP Comments */
  
  #comments {
  
  }
  
  h4.your-comment {
	  background: #EDEDED;
	  display: inline-block;
	  padding: 8px 20px;
	  margin: 10px 0 0 0;
  }
  
  #comments h3#reply-title {
	  display: none;
  }
  
  #comments form {
  
  }
  
  #comments label {
	  width: 90%;
	  float: left;
	  text-transform: uppercase;
	  font-weight: 700;
	  font-size: .8em;
  }
  
  #comments label span.required {
	  display: inline;
  }
  
  .comment-notes {
	  font-size: .9em;
  }
  
  .comment-form-author,
  .comment-form-email {
	  width: 47.5%;
	  float: left;
  }
  
  .comment-form-author {
	  margin: 0 5% 0 0;
  }
  
  #comments textarea {
	  clear: both;
  }
  
  
  .comment-form-url,
  .comment-form-comment label {
	  display: none;
  }
  
  .form-allowed-tags {
	  display: none;
  }
  
  p.form-submit {
	  margin: 0;
  }
  
  
  #comments ul,
  #comments li {
	  padding: 0;
	  list-style-type: none;
	  list-style: none!important;
  }
  
  #comments ul {
	  position: relative;
	  margin: 0 0 0 0;
  }
  
  #comments ul ul {
	  margin-left: 50px;
  }
  
  #comments ul ul:after {
	  content: "";
	  position: absolute;
	  top: -20px;
	  left: 0px;
	  width: 2px;
	  height: 20px;
	  background: #EDEDED;
  
  }
  
  
  #comments li:before {
	  display: none;
  }
  
  
  .comment-body {
	  margin: 0 0 10px 0;
	  background: #EDEDED;
	  padding: 15px;
  }
  
  .bypostauthor .comment-body {
  }
  
  
  .comment-author {
	  float: left;
	  width: 70px;
  }
  
  .comment-author .avatar {
	  width: 50px;
	  height: 50px;
  }
  
  .comment-col2 {
	  float: left;
	  width: 88%;
  }
  
  cite.fn {
	  float: left;
	  margin: 0 10px 0 0;
	  font-weight: 700;
	  font-style: normal;
  }
  
  .comment-meta {
	  float: left;
  }
  
  .comment-meta a {
	  color: #666;
	  font-size: .9em;
  }
  
  .comment-meta span {
	  display: none;
  }
  
  
  .comment-awaiting-moderation {
	  color: #0099FF;
  }
  
  .comment-reply-link {
	  font-size: .7em;
	  font-weight: 700;
	  color: #999;
	  text-transform: uppercase;
  }
  
  /* Datenschutz Acceptance*/
  
  
  #commentform .wpgdprc-checkbox {
	  position: relative;
  }
  
  #commentform .wpgdprc-checkbox label {
	  font-size: 0.8rem;
	  text-transform: none;
	  font-weight: normal;
	  line-height: 140%;
	  margin: 0 0 1rem 0;
  }
  
  #commentform .wpgdprc-checkbox input[type="checkbox"] {
	  -webkit-appearance: checkbox;
	  -moz-appearance: checkbox;
  }
  
  #commentform .wpgdprc-checkbox label {
	  width: 100%;
  }
  
  #commentform .wpgdprc-checkbox input {
	  background: TAN;
	  width: auto;
	  float: left;
	  display: inline-block;
	  margin: 3px 10px 50px 0;
	  vertical-align: baseline;
  }
  
  
  
  #comments .comment-form-cookies-consent {
	  clear: both;
	  display: flex;
	  padding: 0;
  }
  
  
  
  
  #comments .comment-form-cookies-consent label {
	  font-size: 0.8rem;
	  text-transform: none;
	  font-weight: normal;
	  width: 100%;
  }
  
  input#wp-comment-cookies-consent {
	  -webkit-appearance: checkbox;
	  -moz-appearance: checkbox;
  
  }
  
  
  #comments .comment-form-cookies-consent input {
	  background: TAN;
	  width: auto;
	  float: left;
	  display: inline-block;
	  margin: 3px 10px 30px 0;
	  vertical-align: baseline;
  }
  
  
  
  
  
  /* WP-jQuery-Lightbox plugin overwrite */
  
  #lightbox #imageDataContainer {
	  background: #FFF;
	  margin-top: 1px;
	  padding-top: 10px;
  }
  
  #lightbox span {
	  font-weight: normal;
  }
  
  #lightbox #titleText {
	  display: block;
	  padding: 5px 0 0px 0;
	  font-size: 1.3em;
	  color: #555;
  }
  
  #lightbox #numberDisplay {
	  font-size: 11px;
	  color: #999;
	  margin: 5px 0 0 0;
	  padding: 0!important;
	  display: none!important;
  }
  
  #lightbox #playpause {
	  display: none;
  }
  
  #lightbox a {
	  -moz-transition: none;
	  -webkit-transition: none;
	  -o-transition: color 0 ease-in;
	  transition: none;
  }
  
  #lightbox #bottomNavClose {
	  position: relative;
	  height: 30px;
	  margin: 5px 5px 0 0;
  }
  
  #lightbox #bottomNavClose div {
	  position: absolute;
	  right: 0;
	  background-image: none;
	  margin: 5px 0 0 0;
	  width: auto;
  }
  
  #lightbox #bottomNavClose div:before {
	  content: "SCHLIESSEN";
	  color: #666;
	  font-size: 12px;
	  font-weight: 700;
	  font-family: 'PT Sans', Arial;
	  cursor: pointer;
  }
  
  
  
  /* Cookie Notice */
  
  
  #cookie-notice {
	  font-size: 0.85rem!important;
	  background: transparent!important;
	  font-family: 'PT Sans', Arial, sans-serif!important;
  }
  
  #cn-accept-cookie.cn-button {
	  padding: 10px 25px;
	  line-height: 1;
	  text-decoration: none;
	  display: inline-block;
	  font-weight: bold;
	  border-radius: 1px;
	  background-color: #FFF;
	  color: #E2001A;
	  font-size: 1.0rem;
	  font-family: 'PT Sans', Arial, sans-serif;
	  
  }
  
  
  #cookie-notice a {
	  color: #999;
	  text-decoration: underline;
  }
  
  .cookie-notice-container {
	  background: rgba(0,0,0, .8);
  }
  
  
  
  
  
  /* GLOBALS
  
  ---------------------------------------------------------------------------------*/
  
  /* SVG fallback png */
  
  /* OLD BROWSERS */
  
  /* Media Queries
  ---------------------------------------------------------------------------------*/
  
  @media screen and (max-width: 1170px) {
  
  #header .inner {
	  padding: 0 0 0 0;
  }
  
  #header .site-description {
	  font-size: 100%;
  }
  
  #content {
  }
  
  #content,
  #nav,
  #footer .inner {
	  padding-left: 3.5%;
	  padding-right: 3.5%;
  }
  
  .menu li a {
	  padding: 15px 20px;
	  font-size: 1em;
  }
  
  #header h1 {
  
  }
  
  #sidebar {
  
  }
  
  }
  
  
  
  @media screen and (max-width: 768px) {
  
  .page-wrap {
	  padding-bottom: 0;
  }
  
  .topwrap {
	  margin: 0;
	  flex-direction: column;		
  }
  
  .logowrap {
  }
  
  .logged-in .logowrap {
	  max-width: 100%;
	  flex-direction: row;
  }
  
  #header h1 {
	  width: 230px;
  }
  
  #header .site-description {
	  text-align: center;
  }
  
  #header .site-description span {
	  display: block;
  }
  
  #header .banner {
	  width: 100%;
	  height: 160px;
	  height: 30vw;
	  flex: 1 0 auto;
  }
  
  #content .inner {
	  padding-top: 0;
  }
  
  #header .iconmenu {
	  display: none;
  }
  
  #footer .iconmenu-wrap {
	  display: block;
  }
  
  
  
  #main {
	  max-width: none;
	  width: 100%;
  }
  
  #sidebar {
	  max-width: none;
	  width: 100%;
  }
  
  
  /* mobile menu */
  
  #nav .menu,
   .member-menu {
	  display: none;
  }
  
  .logged-in .mobile-menu-wrap {
	  display: block;
	  width: 100%;
	  background: #EDEDED;
  }
  
  
  .mobile-menu-trigger {
	  display: block;
	  font-weight: bold;
	  text-transform: uppercase;
	  padding: 13px 20px;
	  cursor: pointer;
	  font-size: .9em;
	  background: #EDEDED;
  }
  
  .mobile-menu-trigger.active {
	  border-bottom: 1px solid #CCC;
  }
  
  .mobile-menu-trigger.active:after {
	  content: " schliessen";
  }
  
  .mobile-menu-trigger i {
	  font-size: 1.2em;
	  color: #333;
	  margin: 0 8px 0 0;
  }
  
  #nav {
	  width: auto;
	  padding: 20px 3.5%;
	  background: #FFF;
  }
  
  .mobile-menu {
	  display: block;
  }
  
  .mobile-menu li a {
	  display: block;
	  background: transparent;
	  padding: 13px 20px;
	  border-bottom: 1px solid #CCC;
	  color: #333;
  }
  
  .mobile-menu li a:hover {
	  background-color: #FDFDFD;
  }
  
  .mobile-menu li:hover > ul,
  .mobile-menu li.hover > ul {
	  display: none; /* no sub pages on mobile */
  }
  
  
  .mobile-member-menu {
	  display: block;
	  padding: 10px 0;
	  background: rgba(0,0,0,.05);
	  border-bottom: 1px solid #CCC;
	  
  }
  
  .mobile-member-menu li {
	  padding-left: 20px;
  }
  
  .mobile-member-menu li i {
	  display: inline-block;
	  color: #666;
	  width: 19px;
  }
  
  .mobile-member-menu li a {
	  display: block;
	  padding: 7px 20px;
	  color: #666;
	  font-size: 0.9em;
	  text-transform: uppercase;
  }
  
  
  .mobile-member-menu li a:hover {
	  color: #FF0000;
  }
  
  .mobile-member-menu li.username {
	  padding: 7px 20px;	
	  font-weight: bold;
	  color: #666;
  }
  
  .mobile-member-menu li.username span {
	  font-size: 0.75em;
	  font-weight: normal;
	  text-transform: uppercase;
	  color: #999;
  }
  
  
  #rmm .search {
	  position: relative;
	  padding: 15px;
  }
  
  #rmm .search input#s {
	  width: 95%;
	  height: 50px;
	  padding: 0;
	  padding-left: 10px;
	  background: #FFF;
	  font-size: 1.2em;
	  border: 1px solid #CCC;
  }
  
  #rmm .search input.searchsubmit {
	  position: absolute;
	  top: 15px;
	  right: 15px;
	  border: none;
	  padding: 0;
	  text-indent: -500px;
	  overflow: hidden;
	  width: 55px;
	  height: 50px;
	  z-index: 1;
	  background: transparent;
  }
  
  #rmm .search i {
	  position: absolute;
	  top: 15px;
	  right: 15px;
	  width: 55px;
	  height: 50px;
	  text-align: center;
	  line-height: 50px;
	  font-size: 1.6em;
	  color: #FFF;
	  background-color: #CCC;
  }
  
  
  .two-columns-one,
  .two-columns-two,
  .two-columns-three,
  .two-columns-four {
	  float: none;
	  width: 100%;
  }
  
  
  #footer {
	  position: relative;
  }
  
  
  
  #footer .inner {
	  flex-wrap: wrap;
  }
  
  .footer-menu {
	  flex-direction: column;
  }
  
  .footer-menu li a {
	  display: block;
	  padding: 5px 0;
  }
  
  #footer a.totop {
	  width: 100%;
	  margin: 15px 0 0 0;
	  padding: 10px;
	  background: #FFF;
  }
  
  
  
  
  }
  
  /* 320 */
  @media screen and (max-width: 480px) {
  
  #content {
  }
  
  .logged-in .logowrap {
  }
  
  
  #header h1 {
	  
  }
  
  #header h1 a {
	  min-width: 200px;
	  max-width: 230px;
	  
	  width: 200px;
  }
  
  #header .site-description {
	  font-size: 12px;
	  line-height: 120%;
	  
	  display: none;
  }
  
  #header .site-description span {
  }
  
  #header .site-description i {
	  width: 100%;
	  display: block;
	  text-align: center;
	  font-size: 100%;
	  font-style: normal;
	  
	  display: none;
  }
  
  AUS#header .site-description i:after {
	  content: "Interner BLOG";
	  display: block;
	  text-transform: uppercase;
	  font-family: 'PT Sans',Arial, sans-serif;
  }
  
  
  
  .entry-details {
	  float: none;
	  width: 100%;
	  margin: 0;
  }
  
  .entry-details>div {
	  display: none;
  }
  
  .entry-details .date {
	  display: block;
  }
  
  .entry-details.below,
  .entry-details.below>div {
	  display: block;
  }
  
  
  .entry-content {
	  float: none;
	  width: 100%;
	  min-height: 5px;
  }
  
  #main h1 {
	  font-size: 1.6em;
	  line-height: 135%;
  }
  .entry-content h1.entry-title,
  .entry-content h2.entry-title {
	  font-size: 1.33em;
	  line-height: 135%;
  }
  
  #main h2 {
	  font-size: 1.2em;
	  line-height: 135%;
  }
  
  
  .alignleft,
  .alignright {
	  float: none;
	  display: block;
	  margin-bottom: 10px;
  }
  
  
  #main .gallery-icon img {
	  width: 130px!important;
	  height: 130px!important;
  }
  
  #comments ul ul {
	  margin-left: 25px;
  }
  
  
  .wpcf7 label {
	  width: auto;
	  float: none;
	  display: block;
  }
  
  .wpcf7 span,
  .wpcf7 input,
  .wpcf7 textarea,
  .wpcf7 input.wpcf7-text {
	  float: none;
	  display: block;
	  width: 100%;
  }
  
  .wpcf7 .submit {
	  margin: 0;
	  padding: 0;
  }
  
  .wpcf7 .submit input[type="submit"] {
	  width: 100%;
  }
  
  .comment-form-author,
  .comment-form-email {
	  float: none;
	  width: auto;
	  margin: 0 0 15px 0;
  }
  
  
  #footer .print {
	  display: none;
  }
  
  
  }
  
  /*  Print styles
  ---------------------------------------------------------------------------------*/
  
  
  @media print {
  
  body {
	  font-family: 'PT Sans', Arial, sans-serif;
	  font-size: 10pt;
	  line-height: 18pt;
  }
  
  #nav,
  .sociallinks,
  .site-description,
  #sidebar,
  .ftop {
	  display: none;
  }
  
  
  h1.site-title img {
	  width: 200px;
  }
  
  #header {
	  border-bottom: 1px solid #999;
  }
  
  
  }
  