/*
	Created on : 25.03.2015, 14:11:50
	Author     : Józek Wurmus
*/
/* imports */
/*
	Zero CSS
	@author: André Müller - ccdm GmbH
*/
html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 100%;
}
body {
  line-height: 1.0em;
}
#mainframe div,
#mainframe img,
#mainframe header,
#mainframe section,
#mainframe figure,
#mainframe footer,
#mainframe table,
#mainframe tr,
#mainframe th,
#mainframe td,
#mainframe p,
#mainframe h1,
#mainframe h2,
#mainframe h3,
#mainframe h4,
#mainframe h5,
#mainframe hr,
#mainframe blockquote,
#mainframe dl,
#mainframe dt,
#mainframe dd {
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
  font-size: 1.0em;
  text-transform: none;
}
#mainframe ul,
#mainframe ol,
#mainframe li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  text-align: left;
  font-size: 1.0em;
}
#mainframe table {
  empty-cells: show;
  border-spacing: 0;
  border-collapse: collapse;
}
#mainframe table tr,
#mainframe table th,
#mainframe table td {
  vertical-align: top;
}
#mainframe form,
#mainframe input,
#mainframe select,
#mainframe textarea,
#mainframe fieldset,
#mainframe legend,
#mainframe label {
  margin: 0;
  padding: 0;
  font-size: 1.0em;
}
#mainframe fieldset,
#mainframe legend,
#mainframe label {
  border: 0;
}
#mainframe p,
#mainframe ul,
#mainframe ol,
#mainframe dl,
#mainframe h1,
#mainframe h2,
#mainframe h3,
#mainframe h4,
#mainframe h5,
#mainframe h6,
#mainframe table,
#mainframe form {
  margin-bottom: 1.0em;
}
#mainframe p,
#mainframe li,
#mainframe dt,
#mainframe dd,
#mainframe h1,
#mainframe h2,
#mainframe h3,
#mainframe h4,
#mainframe h5,
#mainframe h6 {
  margin-bottom: 1.0em;
}
#mainframe h1,
#mainframe h2,
#mainframe h3,
#mainframe h4,
#mainframe h5 {
  font-weight: bold;
  line-height: 1.0em;
}
#mainframe small {
  font-size: 0.9em;
}
#mainframe abbr,
#mainframe acronym {
  border: 0;
  text-decoration: underline;
  cursor: help;
}
#mainframe q,
#mainframe cite {
  font-style: normal;
  font-weight: inherit;
}
#mainframe img,
#mainframe video,
#mainframe audio,
#mainframe embed,
#mainframe object,
#mainframe iframe {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1em;
}
#mainframe embed,
#mainframe object,
#mainframe iframe {
  width: 100%;
  border: 0;
}
#mainframe .clear {
  clear: both;
  display: block;
  height: 0;
}
/* from ccdm-standard */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/**
 * Flexbox
 */
input.error {
  -webkit-box-shadow: 0 0 20px #ff0000;
  box-shadow: 0 0 20px #ff0000;
}
input.valid {
  -webkit-box-shadow: 0 0 20px #00ff00;
  box-shadow: 0 0 20px #00ff00;
}
.responsivecontent {
  display: none;
}
.responsivecontent.mobile {
  display: inline;
}
@media (min-width: 768px) {
  .responsivecontent.mobile {
    display: none;
  }
  .responsivecontent.tablet {
    display: inline;
  }
}
@media (min-width: 1024px+1px) {
  .responsivecontent.tablet {
    display: none;
  }
  .responsivecontent.desktop {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  .desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}
.responsive-table {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
/*responsive iframe*/
.h_iframe {
  position: relative;
  margin-bottom: 10px;
}
.h_iframe .ratio {
  display: block;
  width: 100%;
  height: auto;
}
.h_iframe iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  frameborder: 0;
}
.googlemap-wrapper {
  border: 0;
  overflow: hidden;
  width: 100%;
}
.responsive-video {
  margin: 1em 0;
}
[class*="ratio-"] {
  position: relative;
}
[class*="ratio-"]:before {
  content: '';
  display: block;
}
[class*="ratio-"] > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1_2:before {
  padding-top: 200%;
}
.ratio-1_1:before {
  padding-top: 100%;
}
.ratio-17_20:before {
  padding-top: 85%;
}
.ratio-4_3:before {
  padding-top: 75%;
}
.ratio-3_2:before {
  padding-top: 66.66%;
}
.ratio-8_5:before {
  padding-top: 62.5%;
}
.ratio-5_3:before {
  padding-top: 60%;
}
.ratio-16_9:before {
  padding-top: 56.25%;
}
.ratio-2_1:before {
  padding-top: 50%;
}
.ratio-3_1:before {
  padding-top: 33.33%;
}
/*
//code to use grid
@sBreakPointTablet: 768px;
@sBreakPointDesktop: 1024px;
@sSwitchToMobile: @sBreakPointTablet;
.grid-wrapper {
    .grid{
        .gridloop(12);
    }
    .clearfix;
}
*/
body#love-speech #header-image img {
  max-height: 350px;
}
@media only screen and (max-width: 480px) {
  body#love-speech #header-image {
    background-image: url('/wp-content/themes/gesicht-zeigen/images/love-speech/LOGO_lovespeech-web_small.png') !important;
    background-size: contain !important;
  }
}
body#love-speech h1:after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url('/wp-content/themes/gesicht-zeigen/images/love-speech/Lovespeech-blau.png');
  background-size: contain;
  background-repeat: no-repeat;
}
body#love-speech .inner-wrapper {
  max-width: 900px;
}
body#love-speech .content-wrapper {
  position: relative;
  max-width: 100%;
}
body#love-speech .content-wrapper #content {
  max-width: 900px;
}
body#love-speech .content-wrapper .left-side {
  height: 300px;
  width: 300px;
  position: absolute;
  left: 2%;
  bottom: 250px;
  background-image: url('/wp-content/themes/gesicht-zeigen/images/love-speech/Lovespeech-3Herzen.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}
body#love-speech .content-wrapper .right-side {
  height: 100%;
  width: 300px;
  position: absolute;
  top: 0px;
  right: 2%;
  background-image: url('/wp-content/themes/gesicht-zeigen/images/love-speech/Lovespeech-5Herzen.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}
body#love-speech .akkordeon-wrap .akkordeon-control:checked ~ .akkordeon-content:after {
  content: "";
  height: 300px;
  width: 300px;
  position: absolute;
  right: 50px;
  top: 20px;
  background-image: url('/wp-content/themes/gesicht-zeigen/images/love-speech/Lovespeech-blau.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.3;
}
.grid-wrapper .grid {
  width: 100%;
  margin-bottom: 3%;
}
@media (min-width: 768px) {
  .grid-wrapper .grid[data-grid$="/2"] {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
  }
}
.grid-wrapper .grid[data-grid="2/2"] {
  margin-right: 0;
}
.grid-wrapper .grid[data-grid="2/2"]:after {
  clear: both;
}
.grid-wrapper .grid[data-grid="1/2"] {
  clear: both;
}
@media (min-width: 768px) {
  .grid-wrapper .grid[data-grid$="/3"] {
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
  }
  .grid-wrapper .grid[data-grid$="/3"][data-colspan="2"] {
    width: 64.666%;
  }
}
.grid-wrapper .grid[data-grid="3/3"] {
  margin-right: 0;
}
.grid-wrapper .grid[data-grid="3/3"]:after {
  clear: both;
}
.grid-wrapper .grid[data-grid="1/3"] {
  clear: both;
}
@media (min-width: 768px) {
  .grid-wrapper .grid[data-grid$="/4"] {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
    float: left;
  }
  .grid-wrapper .grid[data-grid$="/4"][data-colspan="2"] {
    width: 47%;
  }
  .grid-wrapper .grid[data-grid$="/4"][data-colspan="3"] {
    width: 72.75%;
  }
}
.grid-wrapper .grid[data-grid="4/4"] {
  margin-right: 0;
}
.grid-wrapper .grid[data-grid="4/4"]:after {
  clear: both;
}
.grid-wrapper .grid[data-grid="1/4"] {
  clear: both;
}
.grid-wrapper:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* paths */
/* images */
/* colors */
/* dimensions */
/* Mobile Menu Fonts */
/* Mobilwidth */
/* animations */
/* typography */
@font-face {
  font-family: 'Open Sans';
  src: url('https://www.gesichtzeigen.de/wp-content/themes/gesicht-zeigen/fonts/Open_Sans/OpenSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('https://www.gesichtzeigen.de/wp-content/themes/gesicht-zeigen/fonts/Open_Sans/OpenSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  position: relative;
  height: auto;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5em;
  color: #18171b;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5em;
  line-height: 1.25em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  -ms-word-break: break-all;
  word-break: keep-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-chars: auto 6;
  -moz-hyphenate-limit-lines: 2;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  text-decoration: none;
}
h1 {
  font-size: 2em;
  margin-top: 0;
  padding-bottom: .125em;
}
h2 {
  font-size: 1.425em;
}
h3 {
  font-size: 1.375em;
}
aside h3 {
  padding-bottom: .5em;
  margin-bottom: 1em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1.125em;
  font-style: italic;
}
h6 {
  font-size: 1em;
  font-style: italic;
}
.subtitle {
  font-size: 21px;
  margin-top: -1em;
  position: relative;
  display: block;
}
.subtitle {
  font-size: 21px;
  font-weight: lighter;
  margin-top: -.5em;
  position: relative;
  display: block;
  color: #f08d09;
}
.subtitle.search {
  font-size: 16px;
  text-align: left;
  margin-top: 0;
}
article header.header {
  margin-bottom: 20px;
}
p {
  margin-bottom: 1.5em;
  -ms-word-break: break-all;
  word-break: keep-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-chars: auto 6;
  -moz-hyphenate-limit-lines: 2;
}
ul {
  padding-left: 2em;
  list-style-type: disc;
  margin-bottom: 1em;
}
ul.grid-wrapper {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
ul li {
  margin-bottom: .5em;
}
ul ul {
  list-style-type: circle;
  margin-top: .5em;
  margin-bottom: 0;
}
ul ul ul {
  list-style-type: square;
}
ol {
  padding-left: 2em;
  list-style-type: decimal;
  margin-bottom: 1.25em;
}
ol li {
  margin-bottom: .75em;
}
ol ol {
  list-style-type: lower-latin;
  margin-top: .75em;
  margin-bottom: 0;
}
ol ol ol {
  list-style-type: upper-roman;
}
a {
  color: #f08d09;
  text-decoration: none;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
a:hover,
a:focus {
  color: #f7a435;
}
a.read-more {
  float: right;
  padding: 5px 10px;
  background: #f08d09;
  color: #fff;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
a.read-more:before {
  content: '\25BA';
  font-size: 10px;
  vertical-align: middle;
}
a.read-more:hover,
a.read-more:focus {
  background: #f7a435;
}
em,
i {
  font-style: italic;
}
strong,
b {
  font-weight: bold;
}
blockquote {
  font-family: Georgia, serif;
  font-size: 16px;
  font-style: italic;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #706f6f;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
blockquote:hover {
  color: #000;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -5px;
  top: -15px;
  color: #f08d09;
}
blockquote cite {
  color: #999999;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
aside blockquote {
  padding: 1em 0 .25em 20px;
}
aside blockquote:before {
  display: inline;
  top: 0;
  left: 0;
  font-size: 40px;
}
/* selection */
::selection,
::-moz-selection {
  background-color: #f08d09;
}
/* general */
.clearfix:after {
  content: '';
}
.inner-wrapper {
  width: 100%;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 1200px;
}
.inner-wrapper:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.alignnone {
  max-width: 100%;
  margin-bottom: .5em;
}
.alignnone img {
  max-width: 100%;
}
.alignleft,
.alignright {
  margin-bottom: .5em;
}
.alignleft.size-medium,
.alignright.size-medium {
  width: 100%;
}
.aligncenter {
  margin: 0 auto .5em;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
img.aligncenter {
  margin: 0 auto .5em;
  display: block;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-caption {
  font-size: .85em;
  margin: -5px 5px;
  padding: 5px 10px;
  margin-bottom: 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  width: 100%;
  display: block;
}
.wp-caption p.wp-caption-text {
  font-size: .85em;
  padding: 5px 10px;
  margin-top: 0;
  margin-bottom: 0;
  background: #eee;
}
img.strecher {
  width: 100%;
  height: auto;
}
.asterisk {
  color: red;
  margin-right: 5px;
}
.left span > .asterisk {
  float: right;
}
textarea,
input,
select {
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #000;
  background: #fff;
  padding: 10px 15px;
}
.policy-checkbox p {
  margin-top: 0;
  margin-left: 1em;
}
.wpcf7-form-control-wrap input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="submit"] {
  color: #fff;
  background: #f08d09;
  border: 0;
  padding: 10px 15px;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #f7a435;
}
input[type="image"] {
  border: 0;
  padding: 0;
}
textarea:focus,
input:focus {
  outline: 0;
}
.grey-box,
h2.grey-box {
  padding: 10px;
  background: #eae5e2;
}
.grey-box h2:first-child {
  margin-top: 0;
}
.grey-box h2:only-child {
  margin: 0;
}
.box-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.box-list h3 {
  margin-top: 0;
}
.box-list .title {
  display: block;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .box-list li[data-grid$="/3"] .title {
    font-size: 16px;
    line-height: 1.25em;
    min-height: 83px;
    max-height: 83px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  .box-list li[data-grid$="/3"] .title {
    font-size: 22px;
    line-height: 1.25em;
  }
}
.box-list .thumbnail img {
  display: block;
}
.box-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.box-list .date {
  margin-top: -1em;
  margin-bottom: 1em;
  font-size: 13px;
}
.box-list .excerpt {
  padding-bottom: 36px;
}
.box-list a.read-more {
  position: absolute;
  bottom: 28px;
  right: 0px;
}
.akkordeon-wrap {
  border: 1px solid #f08d09;
  padding: 8px;
  position: relative;
}
.akkordeon-wrap .akkordeon-title {
  font-size: 1.375em;
  margin-bottom: .5em;
  line-height: 1.25em;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.akkordeon-wrap .akkordeon-title a {
  text-decoration: none;
}
.akkordeon-wrap label {
  display: block;
  width: 100%;
  cursor: pointer;
}
.akkordeon-wrap label span {
  margin-right: 40px;
}
.akkordeon-wrap label:after {
  content: '+';
  display: inline-block;
  float: right;
  font-size: 32px;
  width: 24px;
  height: 24px;
  text-align: center;
  vertical-align: middle;
  line-height: 65%;
  color: #f08d09;
  position: absolute;
  top: 10px;
  right: 8px;
}
.akkordeon-wrap .akkordeon-content {
  margin: 0px;
  height: 0px;
  overflow: hidden;
}
.akkordeon-wrap .akkordeon-control {
  display: none;
}
.akkordeon-wrap .akkordeon-control:checked ~ .akkordeon-content {
  padding-top: 8px;
  height: auto;
}
.akkordeon-wrap .akkordeon-control:checked ~ label:after {
  content: '–';
  line-height: 50%;
}
/* Helper */
.hyphens {
  -ms-word-break: break-all;
  word-break: keep-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -moz-hyphenate-limit-chars: auto 6;
  -moz-hyphenate-limit-lines: 2;
}
.phone-only {
  display: block;
}
.no-phone {
  display: none;
}
.center-div .table {
  display: table;
  height: 100%;
  width: 100%;
}
.center-div .table .table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* Page  Styling */
#wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 1em 0;
  position: relative;
  min-width: 300px;
  background-color: white;
}
/* header */
#header {
  position: relative;
  z-index: 1000;
  left: 0;
  -webkit-transition: left .3s ease;
  -moz-transition: left .3s ease;
  -ms-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease;
}
#top-header {
  position: absolute;
  width: 100%;
  z-index: 1001;
  pointer-events: none;
  left: 0;
  -webkit-transition: left .3s ease;
  -moz-transition: left .3s ease;
  -ms-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease;
}
#top-header input,
#top-header a {
  pointer-events: auto;
}
#header-image {
  position: relative;
  left: 0;
  -webkit-transition: left .3s ease;
  -moz-transition: left .3s ease;
  -ms-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease;
}
.site-logo {
  width: 95px;
  float: left;
  position: relative;
  top: 10px;
}
#header-search {
  float: right;
  width: auto;
}
#header-search input {
  max-width: 148px;
}
.socialbutton {
  display: inline-block;
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  margin: 10px auto;
  margin-right: 15px;
  position: absolute;
  top: 59px;
  left: 155px;
}
@media only screen and (min-width: 480px) {
  .socialbutton {
    position: relative;
    top: 0;
    left: 0;
  }
}
.socialbutton.instagram {
  background: url('/wp-content/themes/gesicht-zeigen/images/social-instagram-72.png') center no-repeat;
  background-size: 100%;
  left: 117px;
}
@media only screen and (min-width: 480px) {
  .socialbutton.instagram {
    left: 0;
  }
}
.socialbutton.facebook {
  background: url('/wp-content/themes/gesicht-zeigen/images/social-fb-72.png') center no-repeat;
  background-size: 100%;
  left: 194px;
}
@media only screen and (min-width: 480px) {
  .socialbutton.facebook {
    left: 0;
  }
}
.socialbutton.twitter {
  background: url('/wp-content/themes/gesicht-zeigen/images/social-twitter-72.png') center no-repeat;
  background-size: 100%;
  left: 154px;
}
@media only screen and (min-width: 480px) {
  .socialbutton.twitter {
    left: 0;
  }
}
.searchform {
  margin: 10px auto;
  font-size: 0;
  border: 1px solid #fff;
  float: right;
}
.searchform label {
  font-size: 16px;
  margin-right: 10px;
  display: none;
}
.searchform input {
  vertical-align: bottom;
}
.searchform input[type="text"] {
  height: 30px;
  width: 168px;
  padding: 0px 5px;
  margin: 0px;
  font-size: 16px;
  color: #fff;
  background-color: transparent;
}
.searchform input[type="text"]:focus {
  background-color: rgba(0, 0, 0, 0.5);
}
.searchform input[type="submit"] {
  border: 0;
  background: #e9e9e9 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwBJREFUeNrsnOttgzAQgJ1OwAhsEDYonaB0g4zACGzACB6BbkA6Ac0EZAO6QWokR0II/Ihfd8mddMo/MJ/vZfucA8MlmdBS6LvQQmgudU9+hV6FXoSepb6czNBqoYPQmwfthFavAG62LO4J2pZOQhs5QQTOA8inkFp+0C2BjjK+oo1zfSJwa21tBn4AAK+Q8Gxi0a/MqBeZZe+6fGYmf48yadg8f372l9A/6JZXWbjsKF08d5gobvG+AXqCOVmAO3kOF40hSLAQC8PsWAeOuxwjxNxg9gcHVw0RRnpIAHUrCp5oUnXjaiHAawHCW7q0DmLSOrEADM8U4phycD2SGKOL0UmWfZUm20IrFcCNV2V9ULeWOBQrLLGUBxvxcFJYIYiZzBlsaSB4zoTQ+kyssEsdjLFsq/OUbtxCiCEB69fyLcLLt+QbEcB573FvXzA4wL2lzw/DJXsTfgwJUJVhz8gAXh74xqD1HzbZ/ZaQFpgpYgo22T0bCQmwsB0M8EQSHeBLCAEEDPD6RJxySABLAhguQ2MDeA0J8PxAhoYqxxQAVen/E2EhvbkkTQWwROa+RapFwUmxnMPixrXiG4LH8ozBPgc2kZHtt59EkY7hOc608aAawiAapNZ3iz35qoHkCGNf9PDTMHUrG8TMO0Ga9ExjhS0geLoGo2TJTxULb8xvG6+LqBoBptQhpwcOUdfyW0OPLSkh6uCB6aTQuXLsmGhyyQdMzWrSRhuz0dykwXyCsuy0gbcutn3PfsHMr5ZVmOEtrYB7sITKAtwEpTJwhbfl2q3cEtNZZi4h2FzxQue2g/xIl2uu/UoHxwnKMcHLFtaS+sormM0NW3jrMmeMDK5ngDZ4XeAtn9FEANkzYMcLPuBtWWTH/P5HAmcAz2VCwFs//55RhwcsrQ1R0x08wtPFkfkE64P57c66X+3PVu8+y98rQ9BiEtrynloIHsEjeASP4BE8gkfwCB7BIyF4BI/gETyCR/AIHsHDJQTPUTjBCwOR4DlAJHgOEAmehfwLMAA3AzjgmpexQAAAAABJRU5ErkJggg==') no-repeat center;
  background-size: 20px;
  text-indent: -999999px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus {
  background-color: #f08d09;
}
.search #container .searchform,
.error404 #container .searchform {
  float: left;
  margin: 0;
  border: 1px solid #18171b;
}
.search #container .searchform input[type="text"],
.error404 #container .searchform input[type="text"] {
  color: #18171b;
  background-color: transparent;
}
#container {
  background: #fff;
}
#container > .inner-wrapper {
  margin-bottom: 40px;
}
.mobile-menu-bar {
  position: absolute;
  top: 60px;
  width: 100%;
  height: 50px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  text-align: right;
  padding: 16px 55px;
  font-weight: bold;
}
.mobile-menu-bar.phone-only {
  font-size: 0;
}
@media only screen and (min-width: 480px) {
  .mobile-menu-bar.phone-only {
    font-size: initial;
  }
}
/* off-canvas menu start */
#menu ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#nav-checkbox {
  display: none;
}
#nav-checkbox:checked ~ #top-header,
#nav-checkbox:checked ~ #header,
#nav-checkbox:checked ~ #sliderwrap,
#nav-checkbox:checked ~ .page-wrapper,
#nav-checkbox:checked ~ #header-image {
  left: -285px;
}
#nav-checkbox:checked ~ .off-canvas {
  right: 0;
}
#nav-checkbox:checked ~ .icon-menu {
  right: 285px;
}
#nav-checkbox:checked ~ .body-trigger {
  pointer-events: auto;
}
.icon-menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  margin: 68px 2%;
  cursor: pointer;
  z-index: 1001;
  text-indent: -9999px;
  -webkit-transition: right .3s ease;
  -moz-transition: right .3s ease;
  -ms-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
}
.icon-menu i.hamburger {
  position: absolute;
  top: 15px;
  left: 5px;
  width: 25px;
  height: 4px;
  background: #000;
}
.icon-menu i.hamburger:before,
.icon-menu i.hamburger:after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 4px;
  background: #000;
}
.icon-menu i.hamburger:before {
  top: -9px;
}
.icon-menu i.hamburger:after {
  bottom: -9px;
}
.body-trigger {
  position: fixed;
  top: 0;
  right: 285px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  pointer-events: none;
  z-index: 1001;
}
.off-canvas {
  position: fixed;
  top: 0;
  right: -285px;
  width: 285px;
  height: 100%;
  background: #000;
  -webkit-transition: right .3s ease;
  -moz-transition: right .3s ease;
  -ms-transition: right .3s ease;
  -o-transition: right .3s ease;
  transition: right .3s ease;
  z-index: 1001;
  overflow-y: scroll;
}
#sliderwrap,
.page-wrapper {
  position: relative;
  left: 0;
  -webkit-transition: left .3s ease;
  -moz-transition: left .3s ease;
  -ms-transition: left .3s ease;
  -o-transition: left .3s ease;
  transition: left .3s ease;
}
nav#menu {
  font-family: 'Open Sans', sans-serif;
  padding-top: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}
nav#menu .inner-wrapper {
  padding-left: 0;
  padding-right: 0;
}
nav#menu ul.sub-menu {
  margin-top: 0;
  background: #f08d09;
  background: rgba(240, 141, 9, 0.85);
}
nav#menu ul.sub-menu li a {
  color: #fff;
}
nav#menu ul li {
  position: relative;
  margin-bottom: 0;
}
nav#menu ul li a {
  color: #000;
  font-weight: normal;
  text-decoration: none;
  display: block;
  padding: 5px 20px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
nav#menu ul li[class*="current-"][class*="-ancestor"] > a,
nav#menu ul li[class*="current-"][class*="-item"] > a,
nav#menu ul li > a:hover,
nav#menu ul li > a:focus {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.85);
}
nav#menu ul li.hidden {
  display: none !important;
}
/* print */
@media print {
  .icon-menu,
  .body-trigger,
  .off-canvas {
    display: none;
  }
}
/* Tablet Portrait */
@media only screen and (min-width: 1080px) {
  .phone-only {
    display: none;
  }
  .no-phone {
    display: block;
  }
  label[for="nav-checkbox"] {
    display: none;
  }
  .off-canvas {
    background: transparent;
  }
  #nav-checkbox:checked ~ #top-header,
  #nav-checkbox:checked ~ #header,
  #nav-checkbox:checked ~ #sliderwrap,
  #nav-checkbox:checked ~ .page-wrapper,
  #nav-checkbox:checked ~ #header-image {
    left: 0;
  }
  #nav-checkbox:checked ~ .icon-menu {
    right: 0;
  }
  .menu-hauptmenue-container {
    text-align: center;
  }
  nav#menu {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 55px;
    right: 0;
    font-size: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 10px -3px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1000;
    overflow: visible;
  }
  nav#menu ul {
    text-align: left;
    font-size: 0;
    white-space: nowrap;
    padding-left: 110px;
    float: right;
  }
  nav#menu ul li {
    position: relative;
    pointer-events: all;
    float: left;
  }
  nav#menu ul li[class*="current-"][class*="-ancestor"] > a,
  nav#menu ul li[class*="current-"][class*="-item"] > a,
  nav#menu ul li > a:hover,
  nav#menu ul li > a:focus {
    color: #000;
    background: transparent;
  }
  nav#menu ul li a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 17px 10px;
    font-size: 14px;
    text-align: left;
    color: #000;
    background: transparent;
    overflow: initial;
    border-top: 2px solid transparent;
    pointer-events: all;
    white-space: nowrap;
  }
  nav#menu ul li .sub-menu {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    padding-left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    background: #f08d09;
    background: rgba(240, 141, 9, 0.85);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
  }
  nav#menu ul li .sub-menu li {
    display: block;
    float: none;
  }
  nav#menu ul li .sub-menu li[class*="current-"][class*="-ancestor"] > a,
  nav#menu ul li .sub-menu li[class*="current-"][class*="-item"] > a,
  nav#menu ul li .sub-menu li > a:hover,
  nav#menu ul li .sub-menu li > a:focus {
    color: #000;
    background: #eae5e2;
  }
  nav#menu ul li .sub-menu li a {
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
  }
  nav#menu ul li .sub-menu li.menu-item-has-children > a:after {
    content: "\25B6";
    margin-left: 5px;
  }
  nav#menu ul li .sub-menu .sub-menu {
    top: 0;
    left: 80%;
  }
  nav#menu ul li:nth-child(n+4) .sub-menu {
    left: auto;
    right: 0;
  }
  nav#menu ul li:nth-child(n+4) .sub-menu li.menu-item-has-children > a:after {
    content: "";
    margin-left: 0;
  }
  nav#menu ul li:nth-child(n+4) .sub-menu li.menu-item-has-children > a:before {
    content: "\25C4";
    margin-right: 5px;
  }
  nav#menu ul li:nth-child(n+4) .sub-menu li.menu-item-has-children > a:before:hover > .sub-menu,
  nav#menu ul li:nth-child(n+4) .sub-menu li.menu-item-has-children > a:before:focus > .sub-menu {
    display: block;
    opacity: 1;
    top: 0;
    right: 100%;
    visibility: visible;
  }
  nav#menu ul li:nth-child(n+4) .sub-menu .sub-menu {
    top: 0;
    right: 80%;
  }
  nav#menu ul li:hover > .sub-menu,
  nav#menu ul li:focus > .sub-menu {
    display: block;
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  nav#menu ul li:hover > .sub-menu:hover,
  nav#menu ul li:focus > .sub-menu:hover,
  nav#menu ul li:hover > .sub-menu:focus,
  nav#menu ul li:focus > .sub-menu:focus {
    background: #f08d09;
  }
  nav#menu ul li:hover > .sub-menu li,
  nav#menu ul li:focus > .sub-menu li {
    margin-right: 0;
    text-align: left;
  }
  nav#menu ul li:hover > .sub-menu li:hover > .sub-menu,
  nav#menu ul li:focus > .sub-menu li:hover > .sub-menu,
  nav#menu ul li:hover > .sub-menu li:focus > .sub-menu,
  nav#menu ul li:focus > .sub-menu li:focus > .sub-menu {
    display: block;
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  nav#menu ul li:hover:nth-child(n+4) > .sub-menu,
  nav#menu ul li:focus:nth-child(n+4) > .sub-menu {
    right: 0;
  }
  nav#menu ul li:hover:nth-child(n+4) > .sub-menu li:hover > .sub-menu,
  nav#menu ul li:focus:nth-child(n+4) > .sub-menu li:hover > .sub-menu,
  nav#menu ul li:hover:nth-child(n+4) > .sub-menu li:focus > .sub-menu,
  nav#menu ul li:focus:nth-child(n+4) > .sub-menu li:focus > .sub-menu {
    left: auto;
    right: 100%;
  }
  nav#menu ul li.english {
    margin-left: 20px;
    /* 					background: url(@sEnglishFlag) no-repeat;
					text-indent: -99999px; */
  }
}
@media only screen and (min-width: 980px) {
  nav#menu ul li a {
    font-size: 16px;
  }
}
/* off-canvas menu end*/
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  padding-bottom: 10px;
}
.bx-wrapper .bx-pager:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.bx-wrapper .bx-controls {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 51;
  pointer-events: none;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: transparent;
  text-indent: -9999px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  pointer-events: all;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #fff;
}
ul.bxslider,
ul.team-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
img.header-ratio,
ul.bxslider .slide-img {
  min-height: 350px;
  max-height: 450px;
}
.bxslider li .inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.overlay {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post-meta {
  font-size: 0.85em;
  color: #999;
}
.contentbox {
  position: absolute;
  bottom: 20px;
  right: 2%;
  left: 2%;
  color: #fff;
  z-index: 2;
  font-size: 14px;
}
@media only screen and (min-width: 480px) {
  .contentbox {
    font-size: 16px;
  }
}
.contentbox h2 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (min-width: 480px) {
  .contentbox h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .contentbox h2 {
    font-size: 31px;
  }
}
.contentbox h3 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* content */
#contentheader-padding,
body.no-js #sliderwrap {
  height: 190px;
  background: #706f6f;
}
#content {
  margin: 0 auto 40px;
}
article {
  padding-top: 40px;
}
.profileimg {
  border: 10px solid #ccc;
}
.profileimg img {
  width: 100%;
  display: block;
}
a.supportbox {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  background: #f08d09;
  -webkit-transition: background .25s;
  -moz-transition: background .25s;
  -ms-transition: background .25s;
  -o-transition: background .25s;
  transition: background .25s;
}
a.supportbox:hover,
a.supportbox:focus {
  background: #f7a435;
}
a.supportbox .buttonlogo {
  width: 150px;
  background: #18171b;
  float: left;
}
a.supportbox .title {
  position: relative;
  padding-left: 150px;
  height: 70px;
  font-size: 18px;
}
a.supportbox .title .center-div {
  height: 100%;
}
a.supportbox .title .center-div .table-cell:before {
  content: '\25BA';
  font-size: 12px;
  vertical-align: text-top;
  margin-right: 5px;
}
.sponsor-list.grid-wrapper .grid[data-grid$="/4"] {
  width: 48.5%;
  margin-right: 3%;
  float: left;
}
.sponsor-list.grid-wrapper .grid[data-grid="2/4"],
.sponsor-list.grid-wrapper .grid[data-grid="4/4"] {
  margin-right: 0;
}
.search article,
.blog article,
.page-template-page-events article,
.page-template-page-supporters article {
  padding-top: 0;
  margin-bottom: 1.5em;
}
.search h1,
.blog h1,
.page-template-page-events h1,
.page-template-page-supporters h1 {
  margin-top: 40px;
}
.single .meta-box {
  width: 100%;
  background: #eae5e2;
}
.single .meta-box .details {
  margin: 5px 0;
}
.single .meta-box .bx-wrapper,
.single .meta-box img {
  display: block;
  width: 100%;
  padding: 5px;
}
.single .meta-box table {
  width: 100%;
}
.single .meta-box table th,
.single .meta-box table td {
  padding: 2px 10px;
  text-align: left;
  font-weight: 400;
}
.single .meta-box table td {
  vertical-align: bottom;
}
.single-supporter .meta-box {
  width: auto;
}
.category-termin .meta-box {
  background: #fffcf9;
  padding: 10px;
}
.category-termin .meta-box table {
  margin-bottom: 0;
}
.grid-wrapper.news-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.grid-wrapper.news-list article {
  position: relative;
  padding-bottom: 36px;
}
.grid-wrapper.news-list a.read-more {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.grid-wrapper.news-list .item-header {
  position: relative;
  margin-bottom: .5em;
}
.grid-wrapper.news-list .item-header .date {
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  background: #706f6f;
}
.grid-wrapper.news-list .item-header h3 {
  font-size: 16px;
  margin-bottom: 0;
  text-align: left;
}
.grid-wrapper.news-list .item-header img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  display: block;
}
.grid-wrapper.news-list .item-header .title {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  font-weight: 600;
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  background-color: #f08d09;
  background-color: rgba(240, 141, 9, 0.85);
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
.grid-wrapper.news-list .item-header .title span {
  position: relative;
  z-index: 1;
}
.grid-wrapper.news-list .item-header .title.nothumb {
  position: static;
}
.grid-wrapper.news-list .item-header a:hover .title,
.grid-wrapper.news-list .item-header a:focus .title {
  background-color: #f08d09;
}
.grid-wrapper.news-list .past .item-header .title,
.grid-wrapper.news-list .past .item-header a:hover .title,
.grid-wrapper.news-list .past .item-header a:focus .title {
  background: #706f6f;
  background-color: rgba(112, 111, 111, 0.85);
}
.grid-wrapper.news-list li {
  margin-bottom: 20px;
}
.grid-wrapper.news-list li.no-items .title {
  background: #947b6c;
}
.grid-wrapper.news-list.categories .item-header {
  background-color: #b5b5b5;
}
ul.team-list .flip-item {
  color: #fff;
  font-size: 14px;
  position: relative;
}
ul.team-list .flip-item .name {
  font-size: 16px;
  font-weight: bold;
}
ul.team-list .flip-item .function {
  margin-bottom: 1em;
}
ul.team-list .flip-item .front,
ul.team-list .flip-item .back {
  display: block;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
ul.team-list .flip-item .front {
  z-index: 2;
}
ul.team-list .flip-item .front p {
  margin-bottom: 0;
}
ul.team-list .flip-item .front img {
  width: 100%;
  display: block;
  margin-bottom: 0;
}
ul.team-list .flip-item .front .name {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: rgba(148, 123, 108, 0.85);
}
ul.team-list .flip-item .front .name + p {
  margin: 0;
}
ul.team-list .flip-item .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #947b6c;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
ul.team-list .flip-item .back ul {
  list-style-type: disc;
}
ul.team-list .flip-item .back ul ul {
  list-style-type: circle;
}
ul.team-list .flip-item .back ul ul ul {
  list-style-type: square;
}
ul.team-list .flip-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  text-indent: -9999px;
}
ul.team-list .flip-item a ~ .front .name {
  background: rgba(240, 141, 9, 0.85);
}
ul.team-list .flip-item a ~ .back {
  background: #f08d09;
}
ul.team-list .flip-item:hover .front {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  display: block;
}
ul.team-list .flip-item:hover .back {
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  display: block;
}
.single .meta-box {
  width: 100%;
}
.single .meta-box .bx-wrapper,
.single .meta-box img {
  display: block;
  width: 100%;
  padding: 5px;
}
.single .meta-box table {
  width: 100%;
}
.single .meta-box table th,
.single .meta-box table td {
  padding: 2px 10px;
  text-align: left;
  font-weight: 400;
}
.single .meta-box table td {
  vertical-align: bottom;
}
.single-supporter .alignleft {
  float: left;
  margin-right: 20px;
}
.single-supporter .meta-box {
  width: auto;
}
.single-supporter .meta-box img {
  width: auto;
}
/*.single-teammember {
	.meta-box {
		img {
			padding: 0;
		}
	}
}*/
nav.offering-menu ul,
div.subpage-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
nav.offering-menu ul li,
div.subpage-menu ul li {
  display: inline-block;
}
nav.offering-menu ul li:after,
div.subpage-menu ul li:after {
  content: '|';
  margin-left: .5em;
}
nav.offering-menu ul li:last-child:after,
div.subpage-menu ul li:last-child:after {
  content: '';
  margin-left: 0;
}
nav.offering-menu ul li.current_page_item > a,
div.subpage-menu ul li.current_page_item > a,
nav.offering-menu ul li.current_page_ancestor > a,
div.subpage-menu ul li.current_page_ancestor > a {
  color: #18171b;
}
nav#nav-below {
  margin-top: 36px;
}
nav#nav-below:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
ul.page-navigation {
  position: initial;
  bottom: 0px;
  margin-top: 0;
  list-style: none;
  float: right;
  background: none;
}
ul.page-navigation li {
  float: left;
}
ul.page-navigation li a {
  color: #fff;
  border-top: none;
  text-decoration: none;
  background: #18171b;
}
ul.page-navigation li a:hover,
ul.page-navigation li a:focus,
ul.page-navigation li span.current {
  color: #fff;
  background: #f08d09;
}
ul.page-navigation li a,
ul.page-navigation li span.current {
  padding: 0px 5px;
  margin-left: 3px;
}
ul.page-navigation li:first-child {
  padding-left: 0px;
}
ul.page-navigation li:last-child {
  padding-right: 0px;
}
.supporter-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.supporter-list li {
  margin-bottom: 1.5em;
}
.supporter-list .thumbnail {
  float: left;
  width: 25%;
  margin-right: 5%;
}
.supporter-list .details {
  float: right;
  width: 70%;
}
.supporter-list .name {
  font-weight: bold;
}
.supporter-list .statement {
  text-transform: uppercase;
  font-size: 14px;
}
.video-list {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.video-list li {
  margin-bottom: 1.5em;
}
.video-list h2 {
  margin-top: 0;
}
/* sidebar */
#sidebar {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
#sidebar h3 {
  background: #eae5e2;
  padding: 10px;
}
#sidebar h3 a {
  text-decoration: none;
  font-weight: bold;
}
#sidebar a {
  text-decoration: underline;
  font-weight: normal;
  color: #000;
}
#sidebar p.post-date {
  margin-top: 0;
  font-size: 12px;
  color: #656565;
}
.widget-area ul {
  margin-top: 0;
  padding-left: 0;
  list-style: none;
}
#sidebar [id^="nextpostevent"] a {
  text-decoration: none;
}
#sidebar [id^="nextpostevent"] .date {
  font-size: 13px;
}
#sidebar [id^="nextpostevent"] .title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
#sidebar [id^="nextpostevent"] .location {
  font-size: 13px;
}
#sidebar [id^="latestnews"] .title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
#sidebar [id^="latestnews"] .date {
  font-size: 13px;
  color: #9490a1;
}
#sidebar [id^="youtube_responsive"] h3:empty {
  display: none;
}
#sidebar a.all-link {
  font-size: 13px;
  color: #f08d09;
}
#sidebar a.all-link:focus,
#sidebar a.all-link:hover {
  color: #f7a435;
}
#comments:not(.no-comments) {
  border-top: 1px solid #ccc;
  padding-top: 3em;
}
li + #respond {
  margin-top: 2em;
}
#comments-list + #respond,
.new-question-message + #respond {
  margin-top: 3em;
  border-top: 1px solid #ccc;
  padding-top: 3em;
}
.new-question-message {
  margin-top: 3em;
  border-top: 1px solid #ccc;
  padding-top: 3em;
}
.admin #comments-list + #respond {
  display: none;
}
#respond input[type="text"],
#respond textarea#comment {
  line-height: 18px !important;
  padding: 10px 10px 5px !important;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12) inset;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12) inset;
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #c9c9c9;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
#respond textarea#comment {
  max-width: 100%;
  min-width: 100%;
  min-height: 150px;
  max-height: 400px;
}
#comments-list .comments-title {
  border-bottom: 2px solid #f08d09;
  margin: 0 0 1.5rem;
}
#comments-list .comments-title .wrap {
  color: #fff;
  background-color: #f08d09;
  display: inline-block;
  vertical-align: bottom;
  padding: .75rem 1.5rem .625rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
#comments-list > ul {
  padding-left: 0;
}
#comments-list ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
#comments-list li.comment {
  clear: both;
  margin-bottom: 30px;
}
#comments-list li.comment article .comment-meta img.avatar {
  border: 1px solid #e3e3e3;
  padding: 2px;
  float: left;
  width: 60px;
  height: 60px;
  margin: 0 0 1.5rem;
  margin-right: 1.5rem;
  border-radius: 50%;
}
#comments-list li.comment article .comment-meta .comment-author {
  display: block;
  margin-right: 5px;
  padding-top: 10px;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
}
#comments-list li.comment article .comment-content {
  clear: both;
  margin: 0 0 15px;
  padding: 1.5rem;
  position: relative;
}
#comments-list li.comment article .comment-content:before {
  content: '';
  width: 0px;
  height: 0px;
  position: absolute;
  left: 17px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
}
#comments-list li.comment article .comment-content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#comments-list li.comment article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#comments-list li.comment.has-avatar .comment-author {
  margin-top: 10px;
}
#comments-list li.comment.admin .comment-content {
  background-color: #fde6c8;
}
#comments-list li.comment.admin .comment-content:before {
  border-bottom-color: #fde6c8;
}
#comments-list li.comment.subscriber .comment-content {
  background-color: #ffffff;
}
.comment-respond {
  padding: 0;
  padding-bottom: 24px;
}
.comment-respond h3 {
  margin-top: 0;
  margin-bottom: .5em;
}
.comment .comment-respond {
  margin-top: 24px;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
  color: #767676;
}
.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
  font-size: 14px;
  line-height: 1.7142857142;
}
.comment-form label {
  display: block;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  width: 100%;
}
.form-allowed-tags,
.form-allowed-tags code {
  font-size: 12px;
  line-height: 1.5;
}
.required {
  color: #f08d09;
}
.comment-reply-title small a {
  color: #2b2b2b;
  float: right;
  height: 24px;
  overflow: hidden;
  /*width: 24px;*/
}
.comment-reply-title small a:hover {
  color: #41a62a;
}
.comment-navigation {
  font-size: 12px;
  line-height: 2;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.comment-navigation .nav-next,
.comment-navigation .nav-previous {
  display: inline-block;
}
.comment-navigation .nav-previous a {
  margin-right: 10px;
}
#comment-nav-above {
  margin-top: 36px;
  margin-bottom: 0;
}
.asterisk {
  color: red;
}
#formgrid .row {
  margin: 20px 0;
}
#formgrid .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#formgrid .left {
  float: left;
  width: 32%;
  margin: 0 3% 5px 0;
}
#formgrid .right {
  float: right;
  width: 65%;
}
#formgrid input[type="text"],
#formgrid input[type="password"],
#formgrid input[type="email"],
#formgrid input[type="tel"],
#formgrid input[type="url"],
#formgrid select,
#formgrid textarea {
  padding: 5px 10px;
  max-width: 100%;
  width: 300px;
}
#formgrid .wpcf7-list-item {
  display: block;
  margin-bottom: .5em;
}
@media only screen and (max-width: 500px) {
  #formgrid .left,
  #formgrid .right {
    float: none;
    width: 100%;
  }
  #formgrid input[type="text"],
  #formgrid input[type="password"],
  #formgrid input[type="email"],
  #formgrid input[type="tel"],
  #formgrid input[type="url"],
  #formgrid select,
  #formgrid textarea {
    width: 100%;
  }
}
.form-info {
  font-size: 0.8em;
}
/* footer */
#footer {
  position: relative;
  box-shadow: 0 -6px 10px -3px rgba(0, 0, 0, 0.35);
  background: #ccc;
}
#footer .inner-wrapper {
  padding: 10px 2%;
  position: relative;
  background: #ccc;
  z-index: 2;
}
#footer #totop {
  position: absolute;
  display: block;
  top: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: #008000 url('/wp-content/themes/gesicht-zeigen/images/arrow.gif') no-repeat center;
  background-size: 15px;
  color: #fff;
  text-indent: -99999px;
  z-index: 1;
  padding-bottom: 0px;
  -webkit-transition: padding-bottom 0.5s, top 0.5s;
  -moz-transition: padding-bottom 0.5s, top 0.5s;
  -ms-transition: padding-bottom 0.5s, top 0.5s;
  -o-transition: padding-bottom 0.5s, top 0.5s;
  transition: padding-bottom 0.5s, top 0.5s;
  border-radius: 10px 10px 0 0;
}
#footer #totop:hover,
#footer #totop:focus {
  top: -30px;
  padding-bottom: 30px;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#footer ul li {
  float: left;
  margin-bottom: 0;
}
#footer ul li a {
  color: #18171b;
  font-weight: normal;
  text-decoration: none;
  pointer-events: all;
}
#footer ul li a:hover,
#footer ul li a:focus {
  color: #000;
}
#footer ul.menu li {
  float: none;
  padding-left: 1em;
  text-indent: -.7em;
}
#footer ul.menu li:before {
  content: "\25A0";
  color: #f08d09;
  margin-right: 10px;
  vertical-align: text-bottom;
}
#footer .contact {
  margin-top: 1.33em;
}
#footer .mc4wp-form p {
  margin-bottom: 1em;
}
#footer .mc4wp-form p:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#footer .mc4wp-form input[type="email"] {
  border: 1px solid #000;
  background: #fff;
  padding: 10px 15px;
}
#footer [data-grid="1/3"] img {
  width: 100%;
  max-width: 115px;
}
/* print */
@media print {
  @page {
    size: letter portrait;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  *[class*=meta] {
    page-break-after: avoid;
    break-after: avoid;
  }
  p,
  figure,
  ol,
  ul,
  blockquote,
  table {
    page-break-inside: avoid;
  }
  .no-print {
    display: none;
  }
  .icon-menu,
  .body-trigger,
  .off-canvas {
    display: none;
  }
  #footer {
    page-break-before: avoid;
  }
  body {
    text-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent;
    width: auto;
    height: auto;
    max-width: 100%;
    min-height: 0;
    float: none;
    transition: none;
    -webkit-print-color-adjust: exact;
  }
  #menu,
  #mobile-menu-open,
  #mobile-menu-close,
  #footer {
    display: none;
  }
  #wrapper {
    background-color: transparent;
  }
  #content,
  #header {
    padding: 0;
    margin: 0;
  }
  #content {
    width: 100%;
  }
  #comments-list li.comment article .comment-meta img.avatar {
    border-radius: 0;
  }
}
/* Mobile Landscape */
@media only screen and (min-width: 480px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }
  .alignleft.size-medium {
    width: auto;
  }
  .alignright {
    float: right;
    margin-left: 20px;
  }
  .alignright.size-medium {
    width: auto;
  }
  .archive .supporter-list .content-block {
    padding-left: 120px;
  }
  .contentbox {
    right: 2%;
    left: auto;
    width: 60%;
  }
  #sidebar:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  #sidebar .profileimg {
    float: left;
    width: 49%;
  }
  #sidebar .profileimg + blockquote {
    float: right;
    width: 49%;
    margin-top: 0;
    padding-top: 5px;
  }
  #sidebar .profileimg + blockquote:before {
    top: -15px;
  }
  .sponsor-list.grid-wrapper .grid[data-grid$="/4"] {
    width: 22.75%;
    margin-right: 3%;
    float: left;
  }
  .sponsor-list.grid-wrapper .grid[data-grid="2/4"] {
    margin-right: 3%;
  }
  .sponsor-list.grid-wrapper .grid[data-grid="4/4"] {
    margin-right: 0;
  }
}
/* Tablet Portrait */
@media only screen and (min-width: 768px) {
  /* body {
		background-color: #ccc;
	} */
  .contentbox {
    width: 45%;
  }
  #container .inner-wrapper:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  #content .article-wrap {
    margin-bottom: 20px;
  }
  #content .article-wrap:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  #content .article-wrap article {
    width: 65%;
    float: left;
  }
  .single .meta-box {
    width: 50%;
  }
  .single-supporter .meta-box {
    width: auto;
  }
  /*.single-teammember .meta-box {
		width: 31.333%;
	}*/
  #sidebar {
    width: 30%;
    float: right;
    padding-top: 40px;
  }
  #sidebar h3 {
    font-size: 16px;
  }
  #sidebar li {
    margin-bottom: 20px;
  }
  #sidebar .profileimg {
    float: none;
    width: 100%;
  }
  #sidebar .profileimg + blockquote {
    float: none;
    width: 100%;
    margin: 0.25em 0;
    padding: 1em 0 .25em 20px;
  }
  #sidebar .profileimg + blockquote:before {
    top: -5px;
  }
  .widget-area ul.feed-list li .rss-date {
    float: none;
    border: 0;
    margin-left: 0;
    font-size: .85em;
    padding: 0;
  }
  .grid-wrapper .grid[data-grid$="/3"][data-colspan="2"] {
    width: 63.666%;
    margin-left: 2%;
  }
  .mc4wp-form input[type="email"] {
    width: 100%;
  }
  .mc4wp-form input[type="submit"] {
    float: right;
  }
}
/* Min Desktop */
@media only screen and (min-width: 980px) {
  .site-logo {
    width: 135px;
    margin: 0;
  }
  #contentheader-padding,
  body.no-js #sliderwrap {
    height: 260px;
  }
  .contentbox h2 {
    font-size: 35px;
  }
  .contentbox h3 {
    font-size: 21px;
  }
  .contentbox p {
    font-size: 18px;
  }
  #content .article-wrap article {
    width: 70%;
  }
  #sidebar {
    width: 25%;
  }
  nav#menu ul li a {
    padding: 17px 15px;
  }
}
/* Tablet Landscape */
@media only screen and (min-width: 1024px) {
  .contentbox h2 {
    font-size: 40px;
  }
  .contentbox h3 {
    font-size: 22px;
  }
  .contentbox p {
    font-size: 18px;
  }
}
/* Medium Desktop */
@media only screen and (min-width: 1200px) {
  .contentbox h2 {
    font-size: 44px;
  }
  .contentbox h3 {
    font-size: 23px;
  }
  .contentbox p {
    font-size: 21px;
  }
}
/* Max Desktop */
.wpcf7-form .visible-only-if-valid {
  display: none;
}
.wpcf7-form.invalid .visible-only-if-valid {
  display: none;
}
.wpcf7-form.sent .visible-only-if-valid {
  display: block;
  border: 2px solid #398f14;
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
}
.wpcf7-form.sent .visible-only-if-valid ~ .wpcf7-response-output {
  display: none !important;
}
button.btn_symposium {
  color: #fff;
  background: #f08d09;
  border: 0;
  padding: 10px 15px;
  margin-top: 0;
  cursor: pointer;
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -ms-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
}
button.btn_symposium.current {
  border: 2px solid #000;
  background: #f7a435;
}
button.btn_symposium:hover,
button.btn_symposium:focus {
  background: #f7a435;
}
.form_row {
  display: flex;
}
.form_col_6 {
  padding: 20px 20px 20px 0;
}
.form_border {
  border: 2px solid;
  padding: 10px;
  margin-bottom: 30px;
}
.form_border.blue {
  border-color: #2b78e4;
}
.form_border.black {
  border-color: #000;
}
.form_border.grey {
  border-color: #7e7e7e;
  color: #7e7e7e;
}
.form_radios {
  display: grid;
}
.form_disabled_radios {
  padding-left: 16px;
  color: lightgrey;
}
.form_local .form_disabled_radios {
  margin-top: -1.5em;
}
.form_online {
  display: none;
}
.form_online .form_disabled_radios {
  margin-bottom: -1em;
}
.form_local .cf_consent-350,
.form_online .cf_consent-350 {
  margin-left: 1em;
}
.form_local .asterisk,
.form_online .asterisk {
  position: absolute;
}
.full-workshop {
  color: #999999;
}
.full-workshop .info {
  color: red;
  font-weight: bold;
  font-style: italic;
}
a.sdm_download.orange {
  color: white !important;
  background: #f08d09;
  border: 0;
  border-radius: 0;
  text-shadow: 0 0 black;
  box-shadow: none;
}
a.sdm_download.orange:before {
  content: "\25BA";
  font-size: 10px;
  vertical-align: middle;
  padding-right: 5px;
}
a.sdm_download.orange:hover {
  background: #f7a435;
  border: 0;
  border-radius: 0;
  text-shadow: 0 0 black;
  box-shadow: none;
}
.uc-embedding-wrapper {
  width: 100% !important;
  max-width: none !important;
}
.cmplazypreviewiframe {
  overflow: visible !important;
}
.cmplazypreviewmsg {
  width: 310px !important;
  position: inherit !important;
}
iframe.modul3 {
  width: 640px;
  height: 390px;
}
@media (max-width: 768px) {
  iframe.modul3 {
    width: 100%;
    height: 300px;
  }
}
