/*
	Frameless			<http://framelessgrid.com/>
	by Joni Korpi 		<http://jonikorpi.com/>
	licensed under CC0	<http://creativecommons.org/publicdomain/zero/1.0/>
*/
/*
	Margin, padding, and border resets
	except for form elements
*/
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
/*
	Consistency fixes
	adopted from http://necolas.github.com/normalize.css/
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b,
strong {
  font-weight: bold;
}
abbr[title] {
  border-bottom: 1px dotted;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img,
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
}
input,
textarea,
button,
select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
/*
	These are easy to forget
*/
::selection {
  background: #99CCFF;
  color: #000;
}
::-moz-selection {
  background: #99CCFF;
  color: #000;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  -webkit-tap-highlight-color: rgba(189, 27, 38, 0.6);
}
@font-face {
  font-family: 'open_sanslight';
  src: url('../fonts/OpenSans-Light-webfont.eot');
  src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light-webfont.woff') format('woff'), url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Light-webfont.svg#open_sanssemibold') format('svg');
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/OpenSans-Regular-webfont.eot');
  src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Regular-webfont.svg#open_sansbold') format('svg');
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/OpenSans-Semibold-webfont.eot');
  src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../fonts/OpenSans-Bold-webfont.eot');
  src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold-webfont.woff') format('woff'), url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'), url('../fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
}
html {
  background: #f4eee9;
}
body {
  font-family: 'open_sansregular', Arial, sans-serif;
  font-size: 62.5%;
  color: #000000;
}
@media only screen and (min-width: 769px) {
  body {
    max-width: 1080px;
    margin: auto;
  }
}
div.wrap {
  position: relative;
  padding: 0 0.5em;
}
@media only screen and (min-width: 769px) {
  div.wrap {
    min-width: 768px;
    max-width: 968px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  div.wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  .showmobile {
    display: none !important;
  }
}
div.fullwrap {
  position: relative;
  padding: 0 0.5em;
}
@media only screen and (min-width: 769px) {
  div.fullwrap {
    padding: 0;
  }
}
div.clear {
  clear: both;
}
header#pageheader {
  font-size: 16px;
  line-height: 1.4em;
  background: #ffffff;
}
@media only screen and (min-width: 769px) {
  header#pageheader {
    height: 244px;
  }
}
@media only screen and (max-width: 768px) {
  header#pageheader div#logo {
    padding: 0.75em;
    max-width: 50%;
  }
}
@media only screen and (min-width: 769px) {
  header#pageheader div#logo {
    float: left;
    margin: 45px 0px 0px 0px;
  }
}
@media only screen and (max-width: 768px) {
  header#pageheader div#nav-wrap {
    display: none;
  }
  header#pageheader .menu-open:checked ~ div#nav-wrap {
    display: block;
  }
}
header#pageheader nav#nav-main {
  font-family: 'open_sansbold', Arial, sans-serif;
  line-height: 1.7em;
  text-transform: uppercase;
  background: #d8c7b4;
  padding: 30px 0px;
}
@media only screen and (max-width: 768px) {
  header#pageheader nav#nav-main {
    margin-bottom: 1.2em;
  }
}
@media only screen and (min-width: 769px) {
  header#pageheader nav#nav-main {
    position: absolute;
    width: 300px;
    right: 0px;
    z-index: 5;
  }
}
header#pageheader nav#nav-main ul li {
  list-style-type: none;
}
header#pageheader nav#nav-main ul li a {
  display: block;
  padding: 0 1em;
  text-decoration: none;
  background: #d8c7b4;
}
header#pageheader nav#nav-main ul li a.aktiv {
  text-decoration: underline;
}
header#pageheader nav#nav-main ul li ul {
  font-size: 14px;
  padding: 6px 0px;
  background-color: #f4eee9;
}
header#pageheader nav#nav-main ul li ul li a {
  background-color: #f4eee9;
}
header#pageheader div#english {
  float: right;
  position: relative;
  margin: 1em;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  header#pageheader div#english {
    margin: 32px 30px 0px 0px;
  }
}
header#pageheader div#english a {
  line-height: 30px;
}
header#pageheader a#lupe {
  display: none;
  cursor: pointer;
}
header#pageheader a#lupe.sichtbar {
  display: block;
}
header#pageheader div#suchfeld {
  display: none;
  margin: 30px 0px -30px 0px;
}
header#pageheader div#suchfeld.sichtbar {
  display: block;
}
header#pageheader div#suchfeld form {
  margin: 0;
  padding: 0 1em 1em 1em;
  background-color: #f6f1ed;
}
header#pageheader div#suchfeld form label {
  font-size: 0.66666667em;
  font-family: 'open_sansregular', Arial, sans-serif;
  color: rgba(0, 0, 0, 0.5);
}
header#pageheader div#suchfeld form input#suchbegriff {
  width: 235px;
  font-size: 1.11111111em;
  font-family: inherit;
  color: #000000;
  background-color: #f6f1ed;
  border: none;
}
header#pageheader div#suchfeld form input#suchbutton {
  width: 21px;
  height: 21px;
  border: none;
  text-indent: -9999px;
  background: url(../img/lupe-suchfeld.png) no-repeat;
}
label.menu-open-button {
  z-index: 20;
}
@media only screen and (min-width: 769px) {
  label.menu-open-button {
    display: none;
  }
}
.menu-open-button {
  background: transparent;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 1em;
  top: 2em;
  cursor: pointer;
  color: #000000;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
}
.menu-open {
  /*inputfeld verstecken*/
  display: none;
}
.hamburger {
  /*hamburger position*/
  width: 40px;
  height: 4px;
  background: #000000;
  display: block;
  position: absolute;
  top: 18px;
  right: 0px;
  -webkit-transition: -webkit-transform 200ms;
  transition: transform 200ms;
}
.hamburger-1 {
  /*hamburger abstande*/
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.hamburger-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hamburger-3 {
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}
.menu-open:checked + .menu-open-button .hamburger-1 {
  /*hamburger zum x animieren*/
  background-color: #000000;
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.menu-open:checked + .menu-open-button .hamburger-2 {
  background-color: #000000;
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.menu-open:checked + .menu-open-button .hamburger-3 {
  background-color: #000000;
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
main {
  font-size: 18px;
  line-height: 1.4em;
}
nav#nav-browse ul {
  text-align: right;
}
nav#nav-browse ul li {
  position: relative;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 0;
}
nav#nav-browse ul li a {
  display: block;
  width: 110px;
  height: 80px;
  text-align: left;
  text-indent: -9999px;
  background-color: #d8c7b4;
}
nav#nav-browse ul li a::before {
  position: absolute;
  right: 50%;
  margin-right: -20px;
  top: 22px;
  content: '';
  height: 25px;
  width: 25px;
  display: block;
  text-indent: -9999px;
  border-top: 7px solid #000000;
  border-right: 7px solid #000000;
  transform: rotate(-135deg);
}
nav#nav-browse ul li:last-child a::before {
  left: 50%;
  margin-left: -20px;
  transform: rotate(45deg);
}
footer#pagefooter {
  font-size: 16px;
  line-height: 1.5em;
  background: #d8c7b4;
  padding: 0.8em 0;
}
@media only screen and (min-width: 769px) {
  footer#pagefooter {
    padding: 2.4em 0;
    background: url(../img/bg-footer.png) top center repeat-y;
  }
  footer#pagefooter div.wrap {
    display: table;
  }
  footer#pagefooter div.footer-links,
  footer#pagefooter div.footer-rechts {
    display: table-cell;
    vertical-align: top;
  }
  footer#pagefooter div.footer-links {
    width: 73%;
  }
  footer#pagefooter div.footer-rechts {
    width: 18%;
  }
  footer#pagefooter div.footer-rechts img + img {
    margin-top: 2.4em;
  }
}
@media only screen and (min-width: 1280px) {
  footer#pagefooter div.wrap {
    width: 100%;
  }
}
nav#nav-foot {
  line-height: 1.7em;
  font-family: 'open_sansbold', Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  nav#nav-foot ul {
    margin: 0 0 1.2em 0;
  }
}
@media only screen and (min-width: 769px) {
  nav#nav-foot ul {
    display: inline-block;
    vertical-align: top;
  }
  nav#nav-foot ul + ul {
    margin-left: 125px;
  }
}
nav#nav-foot ul li {
  list-style-type: none;
  margin: 0 0 0.3em 0;
}
nav#nav-foot ul li a {
  text-decoration: none;
}
nav#nav-foot ul li a img {
  margin-top: 0.6em;
}
nav#nav-foot ul li strong {
  display: block;
  margin-bottom: 0.9em;
  color: #66a23e;
  text-transform: uppercase;
}
nav#nav-foot ul + ul li strong {
  color: #bd1b26;
}
nav#nav-foot ul.logos {
  margin-top: 1.2em;
}
@media only screen and (min-width: 769px) {
  nav#nav-foot ul.logos {
    display: block;
    margin-right: 2.4em;
  }
}
nav#nav-foot ul.logos li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.4em;
}
@media only screen and (min-width: 769px) {
  nav#nav-foot ul.logos li:last-of-type {
    float: right;
  }
}
nav#nav-foot ul.logos li:last-of-type img {
  margin-left: 0.6em;
}
nav#nav-foot img#logo-mastodon {
  width: 26px;
  margin-right: 1em;
}
div#toplink {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  display: none;
}
@media only screen and (min-width: 769px) {
  div#toplink {
    display: block;
  }
}
div#toplink a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  background-color: #d8c7b4;
}
div#toplink a::before {
  position: absolute;
  top: 18px;
  left: 14px;
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
  border-top: 7px solid #000000;
  border-left: 7px solid #000000;
}
a {
  color: #000000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  margin: 0 0 1.2em 0;
  padding: 0 0 0 0;
}
strong,
b {
  font-family: 'open_sansbold', Arial, sans-serif;
  font-weight: normal;
}
img {
  max-width: 100%;
  height: auto;
}
figcaption {
  font-size: 0.72222222em;
  line-height: 1.4em;
  margin: 0 0 0.8em 0;
}
main ul,
main ol {
  margin: 0 0 1.2em 0;
}
main ul li,
main ol li {
  margin: 0 0 0 1.2em;
  padding: 0 0 0 0.6em;
}
iframe {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  iframe {
    height: auto;
  }
}
.rot {
  color: #bc2228;
}
h1 {
  color: #bc2228;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  font-size: 2.38888889em;
  font-weight: normal;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
h2 {
  color: #bc2228;
  font-family: 'open_sansbold', Arial, sans-serif;
  font-size: 1.88888889em;
  font-weight: normal;
  line-height: 1.3em;
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
}
h3 {
  color: #bc2228;
  font-family: 'open_sansbold', Arial, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  margin: 2.4em 0 0.2em 0;
}
h4 {
  font-family: 'open_sansregular', Arial, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  margin: 0.2em 0;
}
div.spacer {
  margin: 20px 0px;
  clear: both;
  display: inline-block;
  width: 100%;
}
span.form-error-message {
  color: red;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  span.form-error-message {
    margin-left: 300px;
  }
}
span.hinweis {
  font-size: 14px;
  line-height: 18px;
  margin-top: -5px;
  display: block;
  margin-bottom: 14px;
  width: 18em;
}
span.button-rot,
span.button-neutral {
  font-family: 'open_sansbold', Arial, sans-serif;
  display: inline-block;
  border-radius: 0.3em;
  padding: 0.3em 1.2em;
}
span.button-rot a,
span.button-neutral a {
  text-decoration: none;
}
span.button-rot {
  color: #ffffff;
  background-color: #bc2228;
}
span.button-rot a {
  color: #ffffff;
}
span.button-neutral {
  color: #000000;
  background-color: #eee6de;
}
span.button-neutral a {
  color: #000000;
}
article,
div.singlepage {
  padding: 0.8em 0;
  background-color: #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media only screen and (min-width: 769px) {
  article,
  div.singlepage {
    padding: 2.4em 0;
  }
}
article.layout-0,
div.singlepage.layout-0 {
  background-color: #ffffff;
}
article.layout-1,
div.singlepage.layout-1 {
  background-color: #e3d6c9;
}
article.layout-2,
div.singlepage.layout-2 {
  background-color: #e3ab9b;
}
article.layout-2 h1 {
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  div.fullwrap h1,
  div.fullwrap h2 {
    padding: 0.1em 0.5em;
    background: rgba(244, 238, 233, 0.9);
    margin-left: auto;
    margin-right: auto;
  }
}
div.fullwrap h1 {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  div.fullwrap header h2 {
    font-size: 1.22222222em;
  }
}
@media only screen and (min-width: 769px) {
  div.fullwrap header {
    position: absolute;
    width: 100%;
    top: 25%;
    max-width: 66%;
    margin: 0 auto;
    padding: 0 2.8em;
    box-sizing: border-box;
  }
  div.fullwrap header h2 {
    font-size: inherit;
    font-family: 'open_sanssemibold', Arial, sans-serif;
    padding-right: 15%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) {
  div.fullwrap div.ce-textpic div.ce-gallery {
    margin-top: -2.4em;
    margin-bottom: 2.4em;
  }
  div.fullwrap div.ce-textpic div.ce-gallery img {
    display: block;
    margin: 0 auto;
  }
  div.fullwrap iframe {
    display: block;
    margin: -2.4em auto;
  }
  div.fullwrap div.frame-default > h1 + div.ce-textpic div.ce-gallery,
  div.fullwrap div.frame-default > h2 + div.ce-textpic div.ce-gallery,
  div.fullwrap div.frame-default > h3 + div.ce-textpic div.ce-gallery {
    margin-top: 0;
  }
  div.fullwrap > div > h2 {
    padding: 0 0.25em;
  }
}
div.frame-default {
  margin: 0 0 1.2em 0;
}
@media only screen and (min-width: 769px) {
  div.ce-textpic.ce-left div.ce-gallery {
    float: left;
    margin: 0 1.2em 0.6em 0;
  }
}
@media only screen and (min-width: 769px) {
  div.ce-textpic.ce-right div.ce-gallery {
    float: right;
    margin: 0 0 0.6em 1.2em;
  }
}
div.ce-textpic:after {
  content: "";
  display: block;
  clear: both;
}
ul.multicolumnContainer li.column {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  ul.multicolumnContainer li.column {
    float: none !important;
    width: auto !important;
  }
}
@media only screen and (min-width: 1280px) {
  ul.multicolumnContainer li.column {
    min-width: 320px;
    padding-right: 12px;
    padding-left: 12px;
  }
}
ul.multicolumnContainer li.column h3 {
  color: #000000;
  margin: 0 0 0.4em 0;
}
ul.multicolumnContainer li.column h3 a {
  color: #000000;
}
@media only screen and (min-width: 769px) {
  ul.multicolumnContainer li.column p {
    font-size: 0.88888889em;
    line-height: 1.3em;
  }
}
ul.multicolumnContainer li.column div.ce-bodytext a {
  font-family: 'open_sanssemibold', Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
}
ul.multicolumnContainer li.column div.ce-bodytext span.button-neutral a {
  color: #000000;
}
@media only screen and (min-width: 769px) {
  ul.multicolumnContainer li.column.listItemLast {
    padding-right: 0px;
    padding-left: 24px;
  }
}
@media only screen and (min-width: 769px) {
  ul.multicolumnContainer li.column.listItemFirst {
    padding-right: 24px;
    padding-left: 0px;
  }
}
ul.multicolumnContainer div.columnItems {
  padding: 0 !important;
}
table.contenttable {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  table.contenttable {
    table-layout: fixed;
  }
}
table.contenttable th,
table.contenttable td {
  text-align: left;
  vertical-align: top;
  padding: 0.2em 0.6em;
  word-wrap: break-word;
  font-size: 16px;
}
table.contenttable th p,
table.contenttable td p {
  margin: 0;
}
table.contenttable th {
  color: #bc2228;
  font-family: 'open_sansbold', Arial, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  table.contenttable th {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  table.contenttable td {
    display: block;
  }
}
table.contenttable td img {
  margin: 1em 0;
}
table.contenttable tr:nth-of-type(odd) td {
  background-color: #eee6de;
}
@media only screen and (max-width: 768px) {
  div.frame-table-address table.contenttable {
    max-width: 100%;
  }
  div.frame-table-address table.contenttable th,
  div.frame-table-address table.contenttable td {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-table-address table.contenttable {
    table-layout: auto;
  }
}
@media only screen and (max-width: 768px) {
  div.frame-table-address thead {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-table-address td {
    width: 42%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) {
  div.frame-table-address td:last-child {
    width: 16%;
  }
}
div.frame-table-address span.label {
  font-weight: bold;
}
div.frame-table-address span.label + p {
  display: inline;
}
@media only screen and (min-width: 769px) {
  div.frame-table-address span.label {
    display: none;
  }
}
div.frame-type-menu_subpages {
  font-size: 0.88888889em;
}
@media only screen and (min-width: 769px) {
  div.frame-type-menu_subpages ul {
    margin: 0 0 2.4em 0;
  }
}
div.frame-type-menu_subpages ul li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0px 0 0 1.6em;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  div.frame-type-menu_subpages ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
  }
}
div.frame-type-menu_subpages ul li a {
  font-family: 'open_sansbold', Arial, sans-serif;
  text-decoration: none;
}
div.frame-type-menu_subpages ul li a:before {
  position: absolute;
  left: 0;
  content: ">> ";
}
div.frame-type-menu_subpages ul li a:hover,
div.frame-type-menu_subpages ul li a.aktiv {
  color: #bc2228;
}
div#menu {
  position: relative;
  top: -100px;
  opacity: 0;
}
form {
  margin: 2.4em 0;
}
form p {
  margin: 0 0 0.8em 0;
  clear: left;
}
form input.textfeld,
form textarea,
form select {
  width: 90%;
  font-size: 1.0em;
  font-family: Arial, sans-serif;
  border: 1px solid #000000;
  padding: 0.2em 0.2em 0.2em 0.2em;
}
form input.textfeld:focus,
form textarea:focus,
form select:focus {
  border-color: #bc2228;
}
@media only screen and (max-width: 768px) {
  form label {
    display: block;
  }
  form input#senden {
    margin: 1.2em 0;
  }
}
@media only screen and (min-width: 769px) {
  form label {
    float: left;
    width: 15.0em;
    padding: 0.2em 0 0 0;
  }
  form input.textfeld,
  form textarea {
    width: 25.0em;
  }
  form select {
    width: 25.5em;
  }
  form dl {
    margin-left: 15.0em;
  }
  form input#senden {
    margin: 2.4em 0 0 15.0em;
  }
}
@media only screen and (min-width: 769px) {
  form dt.tx-srfreecap-captcha label {
    float: none;
    width: auto;
  }
}
form input#sjbr-freecap-captcha-response {
  font-size: 1.0em;
  font-family: Arial, sans-serif;
  border: 1px solid #000000;
  padding: 0.2em 0.2em 0.2em 0.2em;
}
@media only screen and (max-width: 768px) {
  form input#sjbr-freecap-captcha-response {
    margin: 1.2em 0;
  }
}
form span.tx-srfreecap-cant-read {
  display: block;
  width: auto;
}
@media only screen and (max-width: 768px) {
  form span.tx-srfreecap-cant-read {
    margin-top: 1.2em;
  }
}
div#banner-aside {
  display: none;
}
@media only screen and (min-width: 1280px) {
  div#banner-aside {
    display: block;
    position: absolute;
    top: -230px;
    right: -190px;
  }
}
th[role=columnheader]:not(.no-sort) {
  cursor: pointer;
}
th[role=columnheader]:not(.no-sort):after {
  content: '';
  position: relative;
  top: -16px;
  left: 10px;
  margin-top: 12px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #404040 transparent;
  visibility: hidden;
  opacity: 0;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
th[aria-sort=ascending]:not(.no-sort):after {
  border-bottom: none;
  border-width: 4px 4px 0;
  top: 16px;
}
th[aria-sort]:not(.no-sort):after {
  visibility: visible;
  opacity: 0.4;
}
th[role=columnheader]:not(.no-sort):hover:after {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  div.tx-indexedsearch-form label {
    display: inline-block;
    width: 150px;
  }
}
div.tx-indexedsearch-form input {
  padding: 0.3em 0.6em;
  border: 1px solid #000000;
}
@media only screen and (min-width: 769px) {
  div.tx-indexedsearch-form input {
    width: 250px;
  }
}
div.tx-indexedsearch-form input:focus {
  border-color: #bc2228;
}
div.tx-indexedsearch-search-submit input {
  margin: 0.6em 0;
  padding: 0.3em 2.4em;
  border: none;
  color: #000000;
  background: #d8c7b4;
}
@media only screen and (min-width: 769px) {
  div.tx-indexedsearch-search-submit input {
    margin-left: 150px;
  }
}
div.tx-indexedsearch-browsebox {
  margin: 1.8em 0;
}
div.tx-indexedsearch-res {
  padding: 1.8em 0;
  border-bottom: 1px solid #eee6de;
}
div.tx-indexedsearch-res h3 {
  color: inherit;
  margin: 0 0 1.2em 0;
}
dl.tx-indexedsearch-info dt,
dl.tx-indexedsearch-info dd,
dl.tx-indexedsearch-info p {
  display: inline;
}
ul.tx-indexedsearch-browsebox {
  margin: 1.8em 0;
}
ul.tx-indexedsearch-browsebox li {
  display: inline;
  margin: 0 1.2em 0 0;
  padding: 0;
}
div.nw-berater-list div.berater-3col {
  font-size: 1em;
  line-height: normal;
}
@media only screen and (min-width: 769px) {
  div.nw-berater-list div.berater-3col {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  div.nw-berater-list div.berater-3col div.col {
    width: 33.33%;
  }
}
div.nw-berater-list div.berater-3col p.berater-hinweis {
  color: #bc2228;
  font-size: 0.88888889em;
  margin-bottom: 0;
}
div.nw-berater-list ul.berater-kategorien {
  font-size: 0.88888889em;
}
div.nw-berater-list ul.berater-kategorien li {
  position: relative;
  margin: 0 0 0.6em 0;
  padding: 0px 0 0 1.6em;
  list-style-type: none;
}
div.nw-berater-list ul.berater-kategorien li span.selected a {
  color: #bc2228;
}
div.nw-berater-list ul.berater-kategorien li a {
  font-family: 'open_sansbold', Arial, sans-serif;
  text-decoration: none;
}
div.nw-berater-list ul.berater-kategorien li a::before {
  position: absolute;
  left: 0;
  content: ">> ";
}
div.nw-berater-list ul.berater-kategorien li a:hover {
  color: #bc2228;
}
div.nw-berater-list form {
  margin-top: 0;
}
div.nw-berater-list form strong {
  display: block;
  margin-bottom: 0.6em;
}
div.nw-berater-list form input {
  font-size: 1.0em;
  font-family: 'open_sansregular', Arial, sans-serif;
  border: none;
  margin: 0 0.6em 0.6em 0;
  padding: 0.2em 0.2em 0.2em 0.2em;
  background-color: #eee6de;
  border-radius: 0.3em;
}
div.nw-berater-list form input[type=submit] {
  font-family: 'open_sansbold', Arial, sans-serif;
  padding: 0.2em 1em;
  background-color: #bc2228;
  color: #ffffff;
}
div.nw-berater-list table.tx_nwberater {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  div.nw-berater-list table.tx_nwberater th {
    display: none;
  }
  div.nw-berater-list table.tx_nwberater td {
    display: block;
  }
  div.nw-berater-list table.tx_nwberater td:before {
    font-family: 'open_sansbold', Arial, sans-serif;
  }
  div.nw-berater-list table.tx_nwberater td:nth-child(1):before {
    content: "Name: ";
  }
  div.nw-berater-list table.tx_nwberater td:nth-child(2):before {
    content: "PLZ: ";
  }
  div.nw-berater-list table.tx_nwberater td:nth-child(3):before {
    content: "Ort: ";
  }
}
div.nw-berater-list table.tx_nwberater tr {
  cursor: pointer;
}
div.nw-berater-list table.tx_nwberater th,
div.nw-berater-list table.tx_nwberater td {
  text-align: left;
  vertical-align: top;
  padding: 0.2em 0.6em;
  box-sizing: border-box;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  div.nw-berater-list table.tx_nwberater th,
  div.nw-berater-list table.tx_nwberater td {
    width: 20%;
  }
  div.nw-berater-list table.tx_nwberater th:first-child,
  div.nw-berater-list table.tx_nwberater td:first-child {
    width: 60%;
  }
}
div.nw-berater-list table.tx_nwberater th a,
div.nw-berater-list table.tx_nwberater td a {
  line-height: 1.6em;
  text-decoration: none;
}
div.nw-berater-list table.tx_nwberater th {
  color: #bc2228;
  font-family: 'open_sansbold', Arial, sans-serif;
  font-weight: normal;
}
div.nw-berater-list table.tx_nwberater tr:nth-of-type(2n-1) td {
  background-color: #eee6de;
}
div.nw-berater-list #neuEintragenLink {
  font-size: 1.0em;
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  margin: 1em 0.6em 0.6em 0;
  padding: 0.4em 1em;
  background-color: #eee6de;
  border-radius: 0.3em;
  text-decoration: none;
  display: inline-block;
}
div.nw-berater-detail dl {
  margin: 2.4em 0;
}
div.nw-berater-detail dl dt,
div.nw-berater-detail dl dd {
  box-sizing: border-box;
}
div.nw-berater-detail dl dt.highlight,
div.nw-berater-detail dl dd.highlight {
  background-color: #eee6de;
}
@media only screen and (max-width: 768px) {
  div.nw-berater-detail dl {
    line-height: 1.6em;
  }
  div.nw-berater-detail dl dt {
    font-family: 'open_sanssemibold', Arial, sans-serif;
  }
  div.nw-berater-detail dl dt:after {
    content: ": ";
  }
  div.nw-berater-detail dl dt:not(.highlight) {
    display: inline;
  }
  div.nw-berater-detail dl dt.highlight {
    margin-top: 2.4em;
  }
  div.nw-berater-detail dl dd:after {
    content: '\a';
    white-space: pre;
  }
  div.nw-berater-detail dl dd:not(.highlight) {
    display: inline;
  }
  div.nw-berater-detail dl dd.highlight {
    padding-left: 2.4em;
  }
}
@media only screen and (min-width: 769px) {
  div.nw-berater-detail dl {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  div.nw-berater-detail dl dt {
    width: 33%;
    padding: 0.2em 0.6em;
  }
  div.nw-berater-detail dl dd {
    width: 66%;
    padding: 0.2em 0.6em;
  }
}
div.nw-berater-detail div#berater-gallery {
  margin-bottom: 2.4em;
}
@media only screen and (min-width: 769px) {
  div.nw-berater-detail div#berater-gallery figure {
    display: inline-block;
    margin-right: 0.6em;
  }
}
@media only screen and (min-width: 769px) {
  div.nw-berater-create span.form-error-message {
    margin-left: 270px;
  }
  div.nw-berater-create div.column {
    margin-top: 0.8em;
    display: flex;
    flex-direction: row;
  }
  div.nw-berater-create div.column span {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  div.nw-berater-create div.feld-einwilligung {
    padding-top: 15px;
  }
}
div.nw-berater-create p#controls input#senden {
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  padding: 0.3em 1.2em;
  color: #ffffff;
  background-color: #bc2228;
}
div.nw-berater-create p#controls a {
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  padding: 0.3em 1.2em;
  background-color: #eee6de;
  display: inline-block;
  text-decoration: none;
  margin-left: 25px;
}
div.nw-berater-create p#controls a:hover {
  background-color: #e3d6c9;
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen {
  width: 100%;
  margin: 2.4em 0;
}
@media only screen and (max-width: 768px) {
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen th {
    display: none;
  }
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen td {
    display: block;
  }
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen td:before {
    font-family: 'open_sansbold', Arial, sans-serif;
  }
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen td:nth-child(1):before {
    content: "Datum: ";
  }
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen td:nth-child(2):before {
    content: "Veranstalter: ";
  }
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen td:nth-child(3):before {
    content: "Titel: ";
  }
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen td:nth-child(4):before {
    content: "Rubrik: ";
  }
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen td:nth-child(5):before {
    content: "PLZ, Ort: ";
  }
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen th,
div.nw-veranstaltungen-list table.tx_nwveranstaltungen td {
  text-align: left;
  vertical-align: top;
  padding: 0.2em 0.6em;
  font-size: 16px;
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen th {
  color: #bc2228;
  font-family: 'open_sansbold', Arial, sans-serif;
  font-weight: normal;
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr:nth-child(4n-3) td {
  background-color: #eee6de;
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.even,
div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.even1 {
  cursor: pointer;
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout {
  background-color: #d8c7b4;
  display: none;
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout td {
  padding: 0.6em;
}
@media only screen and (min-width: 769px) {
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout td {
    padding: 20px 20px;
  }
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout td:before {
  display: none;
}
@media only screen and (min-width: 769px) {
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout dd,
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout dt {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout dd {
  font-family: 'open_sanssemibold', Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout dd {
    width: 25%;
  }
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout dd:before {
  display: none;
}
@media only screen and (min-width: 769px) {
  div.nw-veranstaltungen-list table.tx_nwveranstaltungen tr.foldout dt {
    width: 75%;
  }
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen.homeveranstaltungen th,
div.nw-veranstaltungen-list table.tx_nwveranstaltungen.homeveranstaltungen td {
  width: 55%;
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen.homeveranstaltungen th:first-child,
div.nw-veranstaltungen-list table.tx_nwveranstaltungen.homeveranstaltungen td:first-child {
  width: 25%;
}
div.nw-veranstaltungen-list table.tx_nwveranstaltungen.homeveranstaltungen th:last-child,
div.nw-veranstaltungen-list table.tx_nwveranstaltungen.homeveranstaltungen td:last-child {
  width: 20%;
}
div.nw-veranstaltungen-create form span.form-error-message {
  margin-left: 0;
}
div.nw-veranstaltungen-create form div.veranstaltungen-form-column {
  margin-top: 0.8em;
}
@media only screen and (min-width: 769px) {
  div.nw-veranstaltungen-create form div.veranstaltungen-form-column {
    display: flex;
    flex-direction: row;
  }
  div.nw-veranstaltungen-create form div.captcha span.form-error-message {
    margin-left: 270px;
  }
}
div.nw-veranstaltungen-create form input[type=submit] {
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  padding: 0.3em 1.2em;
  color: #ffffff;
  background-color: #bc2228;
}
div.nw-veranstaltungen-create form p#controls a {
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  padding: 0.3em 1.2em;
  background-color: #eee6de;
  display: inline-block;
  text-decoration: none;
  margin-left: 25px;
}
div.nw-veranstaltungen-create form p#controls a:hover {
  background-color: #e3d6c9;
}
#nw-wohnprojekte-map {
  height: 505px;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  #nw-wohnprojekte-map {
    margin-top: -4em;
  }
}
#nw-wohnprojekte-map img {
  max-height: 505px;
}
div#nw-wohnprojekte-form form {
  margin: 1.2em 0;
}
div#nw-wohnprojekte-form div.col:last-child {
  margin: 0 0 1.2em 0;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox p {
  margin: 0 0 0.2em 0;
}
div#nw-wohnprojekte-form p#hinweis {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 16px;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox div.container {
  background: #d8c7b4;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 1.2em;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox label {
  display: inline-block;
  float: none;
  width: auto;
  padding-left: 0.6em;
  cursor: pointer;
  background: #eee6de;
  border: transparent;
  border-radius: 5px;
  padding: 5px 20px;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox input {
  display: none;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox #checkbox1:checked + label {
  background: #d48934;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox #checkbox2:checked + label {
  background: #88d234;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox #checkbox3:checked + label {
  background: #35c3d4;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox #checkbox4:checked + label {
  background: #3489d4;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox #checkbox5:checked + label {
  background: #9070d8;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox #checkbox9:checked + label {
  background: #df5e37;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox ul {
  list-style: none;
  display: inline-block;
  padding: 10px;
  border: transparent;
  margin-bottom: 0;
  max-width: 75%;
}
@media only screen and (min-width: 769px) {
  div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox ul {
    max-width: 60%;
  }
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox ul li {
  display: inline-block;
  margin: 0.3em 0.45em;
  padding: 0;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-checkbox ul li:first-child {
  padding: 0px;
}
div#nw-wohnprojekte-form input.textfeld,
div#nw-wohnprojekte-form select {
  width: 12em;
  font-size: 1.0em;
  font-family: 'open_sansregular', Arial, sans-serif;
  border: none;
  margin: 0 0.6em 0.6em 0;
  padding: 0.2em 0.6em;
  background-color: #eee6de;
  border-radius: 0.3em;
}
div#nw-wohnprojekte-form input.textfeld.red,
div#nw-wohnprojekte-form select.red {
  color: #bc2228;
}
div#nw-wohnprojekte-form input[type=submit] {
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  padding: 0.3em 1.2em;
  color: #ffffff;
  background-color: #bc2228;
}
div#nw-wohnprojekte-form select {
  width: 13.1em;
  cursor: pointer;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-location {
  text-align: center;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-location p {
  display: inline-block;
  border: transparent;
  border-radius: 10px;
  padding: 10px 10px 5px 10px;
}
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-location p input,
div#nw-wohnprojekte-form div#nw-wohnprojekte-form-location p select {
  border-radius: 0px;
}
div#nw-wohnprojekte-form div#searchProjekte {
  text-align: center;
}
div.clear {
  height: 10px;
}
div#nw-wohnprojekte-info {
  margin: 0 1em 1.2em 0;
  opacity: 0;
}
.nw-wohnprojekte-result p.description {
  font-size: 14px;
}
.nw-wohnprojekte-result .wpvz-object:hover img.img-list {
  transition: all 1s ease;
  transform: scale(1.25);
}
div#nw-wohnprojekte-result div.section {
  padding: 1.2em 0.6em;
}
@media only screen and (min-width: 769px) {
  div#nw-wohnprojekte-result div.section {
    padding: 1.2em 1.2em 2.4em 1.2em;
  }
}
div#nw-wohnprojekte-result div.section:nth-of-type(odd) {
  background-color: #eee6de;
}
div#nw-wohnprojekte-result div.section h2,
div#nw-wohnprojekte-result div.section h3,
div#nw-wohnprojekte-result div.section h4,
div#nw-wohnprojekte-result div.section figure {
  margin: 0 0 0.4em 0;
}
div#nw-wohnprojekte-result div.section h2 {
  font-family: 'open_sanssemibold', Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
  div#nw-wohnprojekte-result div.section h3 {
    height: 3em;
    overflow: hidden;
  }
}
div#nw-wohnprojekte-result div.section figure {
  display: inline-flex;
  max-height: 160px;
  overflow: hidden;
}
div#nw-wohnprojekte-result div.section figure img {
  align-self: center;
}
div#nw-wohnprojekte-result div.section div.mehr {
  font-family: 'open_sansbold', Arial, sans-serif;
}
div#nw-wohnprojekte-result div.wpvz-object {
  margin: 1.2em 0;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
  transition: 0.5s background-color;
}
@media only screen and (min-width: 769px) {
  div#nw-wohnprojekte-result div.wpvz-object {
    display: inline-block;
    width: 30%;
    margin-right: 3%;
    vertical-align: top;
    padding: 10px;
    box-sizing: border-box;
  }
}
div#nw-wohnprojekte-result div.wpvz-object div.iniObject {
  cursor: pointer;
}
div#nw-wohnprojekte-result div.wpvz-object div.iniObject figure {
  text-align: center;
}
div#nw-wohnprojekte-result div.wpvz-object div.extendObject {
  display: none;
}
div#nw-wohnprojekte-result div.wpvz-object div.objectDescription {
  height: 8.4em;
  overflow: hidden;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-chars: 6 3 3;
  -webkit-hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-chars: 6 3 3;
  -ms-hyphenate-limit-lines: 2;
  hyphenate-limit-lines: 2;
}
div#nw-wohnprojekte-result div.wpvz-object div.objectLinks {
  margin-top: 1em;
}
div#nw-wohnprojekte-result div.wpvz-object.hiddenObject {
  display: none;
}
div#nw-wohnprojekte-result div.wpvz-object.hiddenObject + .loadMore {
  display: block;
  float: right;
  cursor: pointer;
}
div#nw-wohnprojekte-result div.wpvz-object:hover {
  background-color: #e3ab9b;
}
div#nw-wohnprojekte-result div.wpvz-object div.mehr a:last-child {
  float: right;
}
div#nw-wohnprojekte-result a.loadMore {
  display: none;
}
div#nw-wohnprojekt-details h3 {
  cursor: pointer;
  background: #eee6de;
  padding: 5px 10px;
  margin-bottom: 15px;
  margin-top: 5px;
  clear: both;
}
div#nw-wohnprojekt-details h3 span {
  padding-right: 10px;
  width: 12px;
  display: inline-block;
}
div#nw-wohnprojekt-details h3 + div {
  display: none;
}
div#nw-wohnprojekt-details h3 + div.first {
  display: block;
}
div#nw-wohnprojekt-details h3 + div.images {
  text-align: center;
}
div#nw-wohnprojekt-details h3 + div img {
  display: inline-block;
  width: 49.1%;
}
div#nw-wohnprojekt-details h3 + div img.logo {
  max-width: 300px;
  margin-bottom: 20px;
}
div#nw-wohnprojekt-details h4 {
  color: #bc2228;
  font-family: 'open_sanssemibold', Arial, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  margin: 2.4em 0 0.2em 0;
}
@media only screen and (min-width: 769px) {
  div#nw-wohnprojekt-details dd {
    width: 10%;
    float: left;
    margin-bottom: 10px;
  }
}
div#nw-wohnprojekt-details dt {
  margin-bottom: 10px;
}
div#nw-wohnprojekt-details hr {
  margin-bottom: 30px;
  margin-top: 30px;
}
div#nw-wohnprojekt-details a.anfrage-button {
  margin-top: 20px;
  display: inline-block;
  border-radius: 0.3em;
  padding: 0.3em 1.2em;
  color: #ffffff;
  background-color: #bc2228;
  text-decoration: none;
  font-family: 'open_sansbold', Arial, sans-serif;
}
div#nw-wohnprojekt-details a.anfrage-button span {
  cursor: pointer;
}
div.anfrage-overlay-hidden {
  display: none !important;
}
div#anfrage-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(202, 202, 202, 0.8);
  align-items: center;
  display: flex;
  justify-content: center;
}
div#anfrage-overlay div.anfrage-overlay-conent {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f4eee9;
}
@media only screen and (min-width: 769px) {
  div#anfrage-overlay div.anfrage-overlay-conent {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  div#anfrage-overlay div.anfrage-overlay-conent {
    padding: 10px;
  }
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-close {
  width: 100%;
  position: relative;
  padding-bottom: 10px;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-close a {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 42px;
  text-indent: -9999px;
  cursor: pointer;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-close a::before,
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-close a::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 21px;
  width: 2px;
  height: 24px;
  background: #000000;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-close a::before,
  div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-close a::after {
    right: 16px;
  }
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-close a::after {
  transform: rotate(45deg);
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form {
  margin: 1.2em;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form div.page-header {
  margin-bottom: 20px;
  color: #bc2228;
}
@media only screen and (min-width: 769px) {
  div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form div.page-header {
    font-size: 2.38888889em;
  }
}
@media only screen and (max-width: 768px) {
  div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form div.page-header {
    font-size: 1.8em;
  }
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form p.fw-b {
  font-weight: bold;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form div.form-note {
  font-size: 15px;
  padding-bottom: 20px;
  color: #6c6c6c;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form form {
  margin: 0;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form form div.input-wrapper {
  margin-bottom: 10px;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form form div.input-wrapper div.form-input-holder textarea#anfrageformular_text {
  height: 100px;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form form span.fehlerhinweis {
  color: red;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form form #Imageid {
  margin-top: 5px;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form form div.renewCaptcha a {
  cursor: pointer;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form form div.form-controls {
  display: flex;
  justify-content: center;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form form div.form-controls input#weiter {
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  margin-top: 1em;
  padding: 0.3em 1.2em;
  color: #ffffff;
  background-color: #bc2228;
}
div#anfrage-overlay div.anfrage-overlay-conent div.anfrage-overlay-wpvzinhalt div.anfrage-overlay-form a#zuStartseite {
  display: none;
}
@media only screen and (min-width: 769px) {
  div#detailHeader {
    margin: -50px 0px 50px 0px;
  }
}
ul.ui-autocomplete {
  max-height: 100px;
  overflow-y: scroll;
  width: 14.75em;
  font-size: 1.6em;
  border: solid 1px #eee6de;
}
ul.ui-autocomplete li {
  background-color: #ffffff;
}
ul.ui-autocomplete li:nth-child(2n) {
  background-color: #f4eee9;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland {
  margin-bottom: 20px;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland p.bundeslandname {
  background-color: #d8c7b4;
  padding: 0.2em 0.6em;
  box-sizing: border-box;
  margin: 0;
  cursor: pointer;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle {
  display: none;
  height: max-content;
  max-height: 400px;
  overflow: scroll;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche {
  width: 100%;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche tr {
  text-align: left;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche tr th,
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche tr td {
  vertical-align: top;
  padding: 0.2em 0.6em;
  box-sizing: border-box;
  font-size: 16px;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche tr th {
  padding-top: 10px;
  color: #bc2228;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche tr td a {
  cursor: pointer;
  text-decoration: none;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche tr td.first-td {
  width: 70%;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche tr td.second-td {
  width: 30%;
}
div#nw-wohnprojekte-wohnwunschauflistung div.bundesland div.bundesland-tabelle table.tabelle-mit-wohnwuensche tr:nth-child(2n) {
  background-color: #eee6de;
}
div.nw-buecher div#nw-buecher-overview div#counts p {
  border-bottom: solid 1px #e3ab9b;
  margin: 0px;
}
div.nw-buecher div#nw-buecher-overview div#counts p:first-of-type {
  border-top: solid 1px #e3ab9b;
}
div.nw-buecher div#nw-buecher-overview div#counts p a {
  text-decoration: none;
  display: block;
  padding: 10px 5px;
}
div.nw-buecher div#nw-buecher-overview div#counts p a span {
  float: right;
}
div.nw-buecher a#overviewlink {
  display: block;
  margin-bottom: 25px;
}
div.nw-buecher div.nw-buch h3 {
  margin: 0em 0 0.2em 0;
}
div.nw-buecher div.nw-buch div.buch-content {
  padding: 10px 0px;
}
div.nw-buecher div.nw-buch div.buch-content img {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 10px;
}
div.nw-buecher div.nw-buch div.buch-content div.buch-description {
  display: inline-block;
  max-width: 820px;
}
@media only screen and (min-width: 769px) {
  div.nw-buecher div#nw-buech-details div.left {
    display: inline-block;
    width: 80%;
    vertical-align: top;
    padding-right: 50px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) {
  div.nw-buecher div#nw-buech-details div.right {
    display: inline-block;
    width: 19%;
    vertical-align: top;
  }
}
div.nw-buecher div#nw-buech-details div.right img {
  margin-bottom: 10px;
}
div.nw-projektkalender form.long-fields {
  width: 598px;
  margin: 0px 0px 20px 15px;
  padding: 0px 0px 10px 0px;
  border: 1px solid #e3ab9b;
  z-index: 1;
}
div.nw-projektkalender form.long-fields legend {
  font-weight: bold;
  color: #040404;
  padding: 10px 5px 15px 10px;
  margin: 0px 0px 0px 0px;
}
div.nw-projektkalender form.long-fields p {
  clear: left;
  margin: 0px 0px 5px 14px;
  padding: 0px 0px 0px 0px;
}
div.nw-projektkalender form.long-fields p label {
  float: left;
  width: 15.0em;
}
div.nw-projektkalender form.long-fields p input,
div.nw-projektkalender form.long-fields p select {
  height: 1.5em;
  width: 270px;
  border: 1px solid #e3ab9b;
  padding-left: 2px;
}
div.nw-projektkalender form.long-fields p.button {
  text-align: center;
  margin-left: 0px;
}
div.nw-projektkalender form.long-fields p input.button-rechts {
  margin-top: 20px;
  height: auto;
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  padding: 0.3em 1.2em;
  color: #ffffff;
  background-color: #bc2228;
  cursor: pointer;
  -webkit-appearance: button;
  text-align: center;
}
div.nw-projektkalender div.kalender-3col {
  font-size: 1em;
  line-height: normal;
}
@media only screen and (min-width: 769px) {
  div.nw-projektkalender div.kalender-3col {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  div.nw-projektkalender div.kalender-3col div.col {
    width: 33.33%;
  }
}
div.nw-projektkalender ul.kalender-kategorien {
  font-size: 0.88888889em;
}
div.nw-projektkalender ul.kalender-kategorien li {
  margin: 0 0 0.6em 0;
  padding: 0;
  list-style-type: none;
}
div.nw-projektkalender ul.kalender-kategorien li span.selected a {
  color: #bc2228;
}
div.nw-projektkalender ul.kalender-kategorien li a {
  font-family: 'open_sansbold', Arial, sans-serif;
  text-decoration: none;
}
div.nw-projektkalender ul.kalender-kategorien li a::before {
  content: ">> ";
}
div.nw-projektkalender ul.kalender-kategorien li a:hover {
  color: #bc2228;
}
div.nw-projektkalender ul.kalender-kategorien + p a {
  font-size: 1.0em;
  font-family: 'open_sansbold', Arial, sans-serif;
  border: none;
  margin: 1em 0.6em 0.6em 0;
  padding: 0.2em 1em;
  background-color: #eee6de;
  border-radius: 0.3em;
  text-decoration: none;
  display: inline-block;
}
div.nw-projektkalender ul.kalender-kategorien + p a:hover {
  background-color: #e3d6c9;
}
div.nw-projektkalender table.list-termine {
  width: 100%;
  margin: 2.4em 0;
}
@media only screen and (max-width: 768px) {
  div.nw-projektkalender table.list-termine th {
    display: none;
  }
  div.nw-projektkalender table.list-termine td {
    display: block;
  }
  div.nw-projektkalender table.list-termine td:before {
    font-family: 'open_sansbold', Arial, sans-serif;
  }
  div.nw-projektkalender table.list-termine td:nth-child(1):before {
    content: "Titel: ";
  }
  div.nw-projektkalender table.list-termine td:nth-child(2):before {
    content: "Kategorie: ";
  }
  div.nw-projektkalender table.list-termine td:nth-child(3):before {
    content: "Datum: ";
  }
  div.nw-projektkalender table.list-termine td:nth-child(4):before {
    content: "PLZ, Ort: ";
  }
}
@media only screen and (min-width: 769px) {
  div.nw-projektkalender table.list-termine tr td span {
    width: 100px;
    display: block;
  }
}
div.nw-projektkalender table.list-termine th,
div.nw-projektkalender table.list-termine td {
  text-align: left;
  vertical-align: top;
  padding: 0.2em 0.6em;
  box-sizing: border-box;
  font-size: 16px;
}
div.nw-projektkalender table.list-termine th a,
div.nw-projektkalender table.list-termine td a {
  line-height: 1.6em;
  text-decoration: none;
}
div.nw-projektkalender table.list-termine th {
  color: #bc2228;
  font-family: 'open_sansbold', Arial, sans-serif;
  font-weight: normal;
}
div.nw-projektkalender table.list-termine tr:nth-child(4n-3) td {
  background-color: #eee6de;
}
div.nw-projektkalender table.list-termine tr.termin-header {
  cursor: pointer;
}
div.nw-projektkalender table.list-termine tr.foldout {
  background-color: #d8c7b4;
  display: none;
}
div.nw-projektkalender table.list-termine tr.foldout h3 {
  margin: 10px 0px;
}
div.nw-projektkalender table.list-termine tr.foldout td {
  padding: 0.6em;
}
@media only screen and (min-width: 769px) {
  div.nw-projektkalender table.list-termine tr.foldout td {
    padding: 20px 20px;
  }
}
div.nw-projektkalender table.list-termine tr.foldout td:before {
  display: none;
}
@media only screen and (min-width: 769px) {
  div.nw-projektkalender table.list-termine tr.foldout dd,
  div.nw-projektkalender table.list-termine tr.foldout dt {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
  }
}
div.nw-projektkalender table.list-termine tr.foldout dd {
  font-family: 'open_sanssemibold', Arial, sans-serif;
}
@media only screen and (min-width: 769px) {
  div.nw-projektkalender table.list-termine tr.foldout dd {
    width: 25%;
  }
}
div.nw-projektkalender table.list-termine tr.foldout dd:before {
  display: none;
}
@media only screen and (min-width: 769px) {
  div.nw-projektkalender table.list-termine tr.foldout dt {
    width: 75%;
  }
}
div.nw-projektkalender table.list-termine tr.foldout a {
  text-decoration: underline;
}
div.nw-projektkalender table.list-termine tr.foldout a.weiterLink {
  font-weight: bold;
  margin: 10px 0px 15px 0px;
  display: inline-block;
}
@media print {
  header#pageheader,
  footer#pagefooter {
    display: none;
  }
  div#berater-gallery figure {
    display: inline-block;
    margin-right: 0.6em;
    width: 45%;
  }
  div.nw-berater-detail dl dt {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  div.nw-berater-detail dl dd {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  div#nw-wohnprojekt-details h3 {
    padding-left: 0;
  }
  div#nw-wohnprojekt-details h3 span {
    display: none;
  }
  div#nw-wohnprojekt-details h3 + div {
    display: block;
  }
}
