* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  background-color: #e6e6e6;
  color: #666666;
  font-family: "Roboto Slab", serif;
  overflow-x: hidden;
  height: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.container .shadow-container {
  position: relative;
  width: 100%;
  height: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  margin: 0;
  padding: 0;
  box-shadow: 5px 7px 30px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 7px 30px -9px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 5px 7px 30px -9px rgba(0, 0, 0, 0.75);
}
.container .header-main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  z-index: 9;
  text-align: center;
  height: 180px;
}
.container .header-main::after {
  clear: both;
  content: "";
  display: table;
}
.container .header-main .logo {
  position: relative;
  width: -webkit-calc(25% - 29px);
  width: calc(25% - 29px);
  float: left;
  margin-left: 15px;
}
.container .header-main .logo a {
  outline: none;
}
.container .header-main .logo img {
  position: relative;
  max-width: 67%;
  outline: none;
  margin-left: 40px;
}
.container .header-main .header-navigation {
  width: -webkit-calc(75% - 49px);
  width: calc(75% - 49px);
  float: left;
  margin-left: 34px;
  margin-top: 27px;
}
.container .header-main .header-navigation .slogan {
  width: 98%;
  margin-top: 15px;
  position: relative;
}
.container .header-main .header-navigation .slogan a {
  outline: none;
}
.container .header-main .header-navigation .slogan img {
  position: relative;
  max-width: 100%;
  outline: none;
}
.container .header-main .header-navigation .mobile-slogan {
  display: none;
  text-align: left;
  width: 98%;
  position: relative;
}
.container .header-main .header-navigation .mobile-slogan a {
  outline: none;
}
.container .header-main .header-navigation .mobile-slogan img {
  position: relative;
  max-width: 100%;
  outline: none;
}
.container .header-main .header-navigation nav.nav-main {
  text-align: left;
  margin-top: 10px;
  margin-left: 3px;
}
.container .content-main {
  position: relative;
  width: -webkit-calc(100% - 74px);
  width: calc(100% - 74px);
  margin-top: 45px;
  padding: 0 37px 30px;
  line-height: 1.3em;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.container .content-main::after {
  clear: both;
  content: "";
  display: table;
}
.container .footer-main {
  border-top: 2px solid #CDDA2D;
  width: -webkit-calc(100% - 74px);
  width: calc(100% - 74px);
  margin: 95px 37px 0;
  display: block;
  position: relative;
  padding: 20px 0;
}
.container .footer-main::after {
  clear: both;
  content: "";
  display: table;
}
.container .footer-main .footer-third {
  float: left;
}
.container .footer-main .footer-third:first-of-type {
  width: -webkit-calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  margin-right: 10px;
}
.container .footer-main .footer-third:nth-of-type(2) {
  width: -webkit-calc(33.3% - 20px);
  width: calc(33.3% - 20px);
  margin: 0 10px;
}
.container .footer-main .footer-third:nth-of-type(3) {
  width: -webkit-calc(33.3% - 10px);
  width: calc(33.3% - 10px);
  margin-left: 10px;
}
.container .footer-main .footer-third ul {
  list-style-type: none;
}
.container .footer-main .footer-third ul li {
  padding: 0 18px 0 8px;
  border-left: 2px solid #8B8B8B;
  position: relative;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
}
.container .footer-main .footer-third ul li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.container .footer-main .footer-third ul li:hover {
  padding: 0 13px;
}
.container .footer-main .footer-third div {
  font-size: 13px;
  display: block;
}
.container .footer-main .footer-third div:first-of-type {
  margin-bottom: 15px;
}
.container .footer-main .footer-third img {
  max-width: 75%;
  margin-top: 0;
}

.cookie-disclaimer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: rgba(230, 230, 230, 0.9);
  padding: 5px 10px;
  text-align: center;
}
.cookie-disclaimer .cookie-ok {
  font-weight: bold;
}

.goup-container {
  position: fixed;
  z-index: 8;
}

@viewport {
  width: device-width;
  zoom: 1;
}
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
h1 {
  font-size: 20px;
  color: #9D69A5;
}

h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 22px;
  color: #CDDA2D;
}

h3 {
  font-size: 17px;
  color: #9D69A5;
}

h1,
h3 {
  margin-top: 25px;
}
h1:first-of-type,
h3:first-of-type {
  margin-top: 0px;
}

a,
.a {
  text-decoration: underline;
  color: inherit;
  padding: 0;
  margin: 0;
  display: inline;
}
a:hover,
.a:hover {
  text-decoration: none;
}

.cursor {
  cursor: pointer;
  outline: none;
}

.bold {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.nobr {
  white-space: nowrap;
}

.error {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  background: #fff;
  overflow: hidden;
  font-size: 20px;
  color: #9D69A5;
  padding: 15px;
  font-weight: bold;
}
.error span {
  display: block;
  margin-bottom: 20px;
}
.error a {
  border: none;
  background-color: #fff;
  color: #666666;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  border-bottom: 1px solid #000000;
  text-decoration: none;
  font-weight: normal;
}
.error a:hover {
  border-bottom: none;
}

input, textarea, select {
  padding: 5px 20px;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #6D6D6D;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
}

textarea {
  resize: vertical;
}

select option {
  padding: 0px 10px;
}
select option:first-of-type {
  font-weight: bold;
  padding: 0px 5px;
}

.form-error {
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #9D69A5;
  font-weight: bold;
}

.form-success,
.form-user-action {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  background: #fff;
  overflow: hidden;
  font-size: 20px;
  color: #9D69A5;
  padding: 15px;
  font-weight: bold;
  line-height: 26px;
}
.form-success span,
.form-user-action span {
  display: block;
  margin-bottom: 20px;
}
.form-success a,
.form-user-action a {
  border: none;
  background-color: #fff;
  color: #666666;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  border-bottom: 1px solid #000000;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  padding: 0px;
  text-decoration: none;
  font-weight: normal;
}
.form-success a:hover,
.form-user-action a:hover {
  border-bottom: 1px solid #FFFFFF;
}
.form-success input[type=submit],
.form-user-action input[type=submit] {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 5px 20px;
  color: #FFFFFF;
  background-color: #CDDA2D;
  margin-right: 10px;
}

.input-group,
.textarea-group {
  display: block;
  position: relative;
}

.input-group label,
.textarea-group label {
  position: absolute;
  top: 5px;
  left: 20px;
  font-size: 17px;
  pointer-events: none;
  color: #6D6D6D;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input-group input:focus + label, .input-group input.valueExists + label,
.textarea-group textarea:focus + label,
.textarea-group textarea.valueExists + label {
  color: #fff;
  font-size: 0px !important;
}

.nav-main ul.nav-menu {
  list-style-type: none;
}
.nav-main ul.nav-menu::after {
  clear: both;
  content: "";
  display: table;
}
.nav-main ul.nav-menu li {
  float: left;
  padding: 0 18px 0 8px;
  border-left: 3px solid #8B8B8B;
  position: relative;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
}
.nav-main ul.nav-menu li:hover .nav-submenu {
  opacity: 1;
}
.nav-main ul.nav-menu li a {
  font-size: 18px;
  text-decoration: none;
  display: block;
}
.nav-main ul.nav-menu li:hover {
  padding: 0 13px;
}
.nav-main ul.nav-menu li ul.nav-submenu {
  position: absolute;
  top: 14px;
  left: -7px;
  padding: 13px 5px 0;
  margin: 8px 0 0;
  list-style-type: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.nav-main ul.nav-menu li ul.nav-submenu li a {
  font-size: 16px;
  white-space: nowrap;
}

.nav-mobile {
  display: none;
  background-color: #CDDA2D;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin-left: 20px;
  position: relative;
}
.nav-mobile a {
  z-index: 8;
  text-align: left;
  display: block;
  color: #FFFFFF;
  font-family: Helvetica;
  text-decoration: none;
  padding: 8px 0 8px 25px;
  background-color: #CDDA2D;
  border-top: 1px solid #BEC436;
  font-family: "Roboto Slab", serif;
}
.nav-mobile a:hover {
  background-color: #d4df4b;
}
.nav-mobile a img {
  border: 0px solid #CDDA2D;
}
.nav-mobile .nav-mobile-submenu {
  display: none;
}
.nav-mobile .nav-mobile-submenu > a {
  padding-left: 50px;
  border-top: none;
}

.nav-mobile-handle {
  position: relative;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  height: 40px;
  text-align: left;
  box-sizing: border-box;
  padding: 11.5px 10px;
  cursor: pointer;
  color: #fff;
  background-color: #CDDA2D;
  z-index: 8;
  display: none;
  margin-top: 5px;
  margin-left: 20px;
}
.nav-mobile-handle:before {
  content: "";
  position: absolute;
  top: 1em;
  right: 15px;
  width: 1em;
  height: 0.125em;
  border-top: 0.375em double #fff;
  border-bottom: 0.125em solid #fff;
}

#mobile-submenu-newsletter {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
  max-width: 250px;
  position: relative;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-left: 40px;
  z-index: 2;
  font-size: 16px;
  display: none;
}
#mobile-submenu-newsletter form {
  display: block;
  width: 100%;
}
#mobile-submenu-newsletter form .privacy-info {
  display: block;
  margin-bottom: 15px;
}
#mobile-submenu-newsletter form .privacy-info .checkbox {
  height: 20px;
  width: 20px;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  border: 2px solid #CDDA2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  position: relative;
}
#mobile-submenu-newsletter form .privacy-info .checked {
  background-position: center center;
}
#mobile-submenu-newsletter form .privacy-info label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding-top: 3px;
  font-size: 15px;
}
#mobile-submenu-newsletter form .privacy-info .privacy-link {
  text-decoration: underline;
  word-break: break-all;
  padding: 0;
  border: none;
  display: inline;
  color: #666666;
  background-color: #CDDA2D;
}
#mobile-submenu-newsletter form .privacy-info .privacy-link:hover {
  text-decoration: none;
  background-color: #CDDA2D;
}
#mobile-submenu-newsletter .newsletter-label {
  background-color: #CDDA2D;
  border: 2px solid #CDDA2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  padding: 2px 6px;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  color: #000;
  font-weight: bold;
  font-size: 15px;
}
#mobile-submenu-newsletter select {
  margin-top: 10px;
}
#mobile-submenu-newsletter input[type=email],
#mobile-submenu-newsletter select {
  background-color: #fff;
  border: 2px solid #CDDA2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  padding: 2px;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  font-size: 15px;
}
#mobile-submenu-newsletter input[type=email] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
#mobile-submenu-newsletter select {
  width: 100% !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#mobile-submenu-newsletter .input-group label {
  top: 4px;
  left: 8px;
  font-size: 15px;
}
#mobile-submenu-newsletter input[type=submit] {
  background: #CDDA2D url(../../img/newsletter_senden.png) center no-repeat;
  width: 57px;
  height: 57px;
  padding: 5px 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #CDDA2D;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.35);
  font-size: 16px;
  color: #fff;
  position: relative;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  outline: none;
}
#mobile-submenu-newsletter input[type=submit]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#mobile-submenu-newsletter select, #mobile-submenu-newsletter input, #mobile-submenu-newsletter label {
  font-family: "Roboto Slab", serif;
}

.home .tiles {
  display: block;
  width: 100%;
}
.home .tiles::after {
  clear: both;
  content: "";
  display: table;
}
.home .tiles .tile {
  width: 360px;
  padding-top: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.home .tiles .tile img {
  width: 100%;
  height: 100%;
}
.home .tiles .tile video {
  outline: none;
}
.home .tiles .tile:first-of-type {
  margin-right: 10px;
}
.home .tiles .tile:nth-of-type(2) {
  margin: 0 0 10px 10px;
}
.home .tiles .tile:nth-of-type(3) {
  margin: 10px 0 0 10px;
}
.home .tiles .tile-purple {
  background: #9D69A5;
}
.home .tiles .tile-yellow {
  background: #ffd633;
}
.home .tiles .tile-green {
  background: #CDDA2D;
}
.home .tiles .tile-img {
  color: #fff;
  padding: 20px;
  width: 320px;
  height: 320px;
}
.home .tiles .tile-img .tile-h1 {
  display: block;
  font-weight: bold;
  font-size: 19px;
}
.home .tiles .tile-bigimgtext {
  width: -webkit-calc(66.6% - 50px);
  width: calc(66.6% - 50px);
  height: 700px;
  padding: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 740px;
  color: #fff;
  position: relative;
  background-color: #fff;
}
.home .tiles .tile-bigimgtext .tile-h1 {
  display: inline;
  font-weight: bold;
  font-size: 19px;
  border-left: 2px solid #fff;
  padding: 0 10px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.home .tiles .tile-bigimgtext .tile-story-contents {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 70px 20px 20px;
  width: -webkit-calc(50% - 60px);
  width: calc(50% - 60px);
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  color: #000000;
  display: none;
}
.home .tiles .tile-bigimgtext:hover .tile-h1 {
  padding-left: 15px;
}
.home .tiles .tile-text {
  width: -webkit-calc(33.3% - 50px);
  width: calc(33.3% - 50px);
  height: 320px;
  padding: 20px;
  color: #fff;
}
.home .tiles .tile-text .tile-date {
  display: block;
}
.home .tiles .tile-text .tile-h1 {
  display: block;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
}
.home .tiles .tile-text .tile-description {
  color: #fff;
}
.home .tiles .tile-text .tile-description ul.link-list {
  list-style-type: none;
}
.home .tiles .tile-text .tile-description ul.link-list li {
  padding: 0 18px 0 8px;
  position: relative;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
  margin-bottom: 10px;
  margin-left: 2px;
}
.home .tiles .tile-text .tile-description ul.link-list li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.home .tiles .tile-text .tile-description ul.link-list li:hover {
  padding: 0 13px;
}
.home .tiles .tile-text .tile-description ul.link-list li:after {
  height: 21px;
  width: 2px;
  border-left: 2px solid #ffffff;
  position: absolute;
  top: 0;
  left: -2px;
  content: "";
}
.home .tiles .tile-text .tile-infotable table tr td:first-of-type {
  font-weight: bold;
  padding-right: 10px;
}
.home .tiles .tile-text .tile-more-link {
  padding: 0 18px 0 8px;
  border-left: 2px solid #ffffff;
  position: relative;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
  text-decoration: none;
}
.home .tiles .tile-text .tile-actual-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.home .tiles .tile-text:hover .tile-more-link {
  padding: 0 13px;
}
.home .footer-home {
  width: -webkit-calc(100% - 5px);
  width: calc(100% - 5px);
  display: block;
  text-align: right;
  padding-right: 5px;
  margin-top: 10px;
  font-size: 16px;
}
.home .footer-home ul {
  list-style-type: none;
}
.home .footer-home ul::after {
  clear: both;
  content: "";
  display: table;
}
.home .footer-home ul li {
  padding: 0 18px 0 8px;
  position: relative;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  transition: padding 0.4s;
  margin-bottom: 10px;
  border-left: 2px solid #8B8B8B;
  float: right;
}
.home .footer-home ul li a {
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.home .footer-home ul li:hover {
  padding: 0 13px;
}
.home .footer-home ul li:first-of-type {
  padding: 0 5px 0 10px;
}
.home .footer-home ul li:first-of-type:hover {
  padding: 0 0px 0 15px;
}
.home #newsletter {
  border: 2px solid #9D69A5;
  position: absolute;
  left: -webkit-calc(66.6% - 2px);
  left: calc(66.6% - 2px);
  width: -webkit-calc(33.3% - 47px);
  width: calc(33.3% - 47px);
  padding: 5px;
  margin-top: 5px;
  background-color: #9D69A5;
  color: #fff;
  display: none;
}
.home #newsletter form {
  display: block;
  width: 100%;
}
.home #newsletter form::after {
  clear: both;
  content: "";
  display: table;
}
.home #newsletter form .left-newsletter-grid {
  padding: 5px 0 5px 5px;
  width: -webkit-calc(70% - 5px);
  width: calc(70% - 5px);
  float: left;
}
.home #newsletter form .right-newsletter-grid {
  width: 30%;
  float: left;
  text-align: center;
}
.home #newsletter form .privacy-info {
  display: block;
}
.home #newsletter form .privacy-info .checkbox {
  height: 20px;
  width: 20px;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  border: 2px solid #9D69A5;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  position: relative;
}
.home #newsletter form .privacy-info .checked {
  background-position: center center;
}
.home #newsletter form .privacy-info label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding-top: 1px;
  font-size: 15px;
}
.home #newsletter form .privacy-info .privacy-link {
  text-decoration: underline;
  word-break: break-all;
}
.home #newsletter form .privacy-info .privacy-link:hover {
  text-decoration: none;
}
.home #newsletter input[type=email] {
  background-color: #fff;
  border: 2px solid #9D69A5;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  display: block;
  padding: 2px;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  font-size: 15px;
}
.home #newsletter input[type=email] {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.home #newsletter .input-group label {
  top: 4px;
  left: 8px;
  font-size: 15px;
}
.home #newsletter input[type=submit] {
  background: #CDDA2D url(../../img/newsletter_senden.png) center no-repeat;
  width: 57px;
  height: 57px;
  padding: 5px 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #CDDA2D;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.35);
  font-size: 16px;
  color: #fff;
  position: relative;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  cursor: pointer;
  outline: none;
  margin-top: 14px;
}
.home #newsletter input[type=submit]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.home #newsletter input, .home #newsletter label {
  font-family: "Roboto Slab", serif;
}

.project section,
.howto section,
.imprint section,
.privacy section,
.howto section {
  width: 49%;
  margin: 0 auto;
  color: #666666;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 25px;
  padding-top: 25px;
}
.project p,
.howto p,
.imprint p,
.privacy p,
.howto p {
  color: #8B8B8B;
}
.project ul,
.howto ul,
.imprint ul,
.privacy ul,
.howto ul {
  color: #8B8B8B;
  margin-left: 20px;
}
.project li,
.howto li,
.imprint li,
.privacy li,
.howto li {
  color: #8B8B8B;
}
.project h1,
.howto h1,
.imprint h1,
.privacy h1,
.howto h1 {
  font-size: 24px;
  color: #9D69A5;
  margin-bottom: 5px;
}
.project h2,
.howto h2,
.imprint h2,
.privacy h2,
.howto h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  color: #9D69A5;
}
.project h3,
.howto h3,
.imprint h3,
.privacy h3,
.howto h3 {
  font-size: 17px;
  color: #9D69A5;
}

.donations .nav-donation-box {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  color: #666666;
  padding-top: 94px;
  top: 0;
}
.donations .nav-donation-box::after {
  clear: both;
  content: "";
  display: table;
}
.donations .board-box {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  margin-left: 25%;
  color: #666666;
}
.donations .board-box-content {
  background-color: #fbfcea;
  border: 0px solid #fbfcea;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px 85px;
}
.donations h3 {
  margin-top: 15px;
  color: #666666;
}
.donations h3:first-of-type {
  margin-top: 0px;
}
.donations .info-box {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  margin-left: -webkit-calc(75% - 37px);
  margin-left: calc(75% - 37px);
  top: 0px;
}
.donations .info-box::after {
  clear: both;
  content: "";
  display: table;
}
.donations .info-box form {
  display: inline;
}
.donations .info-box a {
  text-decoration: underline;
}
.donations .info-box a:hover {
  text-decoration: none;
}
.donations .info-box p {
  padding-left: 20px;
  color: #666666;
}
.donations .info-box h4 {
  color: #9D69A5;
  font-weight: bold;
  padding-left: 20px;
  font-size: 14px;
  margin: 20px 0 2px;
  margin-bottom: 2px;
}
.donations .info-box h4:first-of-type {
  margin-top: 0;
}
.donations .scrolled {
  margin-top: 25px !important;
  position: fixed !important;
}
.donations .nav-bar {
  width: calc(100% - 10px);
  display: block;
  position: relative;
  font-size: 11.5px;
  margin-bottom: 2px;
  padding-left: 10px;
}
.donations a {
  text-decoration: none;
}

.all .board-box-content {
  min-height: 500px;
}
.all .board-box-content .new-donation-responsive {
  background: #CDDA2D url(../../img/neu.png) center no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #CDDA2D;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  position: relative;
  display: none;
  padding: 5px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.all .board-box-content .new-donation-responsive:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.all .board-box-content .new-donation-responsive:focus, .all .board-box-content .new-donation-responsive:active {
  outline: none;
}
.all .board-box-content h2 {
  margin-bottom: 0px;
}
.all .board-box-content h2 span {
  font-weight: normal;
}
.all .nav-donation-cats {
  width: calc(100% - 1px);
  float: left;
}
.all .nav-donation-cats ul {
  list-style-type: none;
}
.all .nav-donation-cats ul li {
  display: block;
  width: 100%;
  padding: 0;
}
.all .nav-donation-cats ul li:hover {
  font-weight: bold;
}
.all .nav-donation-cats ul li:first-of-type {
  margin-bottom: 10px;
}
.all .donation-nav-selected {
  font-weight: bold;
}
.all .category-selector {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
.all .nav-donation-districts {
  margin: 5px 0px 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.all .nav-donation-districts .donation-district-selected {
  padding: 2px;
}
.all .nav-donation-districts .region-selector-label {
  position: relative;
  text-decoration: underline;
}
.all .nav-donation-districts .region-selector-label:hover {
  text-decoration: none;
}
.all .nav-donation-districts .region-selector-label-selected {
  position: relative;
  z-index: 3;
  font-weight: bold;
}
.all .nav-donation-districts .region-selector-delete {
  position: relative;
  text-decoration: underline;
}
.all .nav-donation-districts .region-selector-delete:hover {
  text-decoration: none;
}
.all .nav-donation-districts .region-selector {
  position: absolute;
  top: -3px;
  left: -5px;
  z-index: 2;
  background-color: #fff;
  padding: 5px;
  border: 0px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  max-width: 50%;
  max-height: 400px;
  display: none;
}
.all .nav-donation-districts .region-selector .close {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 17px;
  height: 17px;
}
.all .nav-donation-districts .region-selector .region-selector-header {
  font-weight: bold;
}
.all .nav-donation-districts .region-selector .region-selector-box {
  list-style-type: none;
  max-height: 300px;
  overflow-y: scroll;
  margin-top: 5px;
  margin-bottom: 5px;
}
.all .nav-donation-districts .region-selector .region-selector-box::after {
  clear: both;
  content: "";
  display: table;
}
.all .nav-donation-districts .region-selector .region-selector-box .region-selector-entry {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  float: left;
}
.all .nav-donation-districts .region-selector .region-selector-box .region-selector-entry::after {
  clear: both;
  content: "";
  display: table;
}
.all .nav-donation-districts .region-selector .region-selector-box .region-selector-entry:hover {
  font-weight: bold;
}
.all .nav-donation-districts .region-selector .region-selector-box .region-selector-entry:last-of-type {
  margin-top: 15px;
}
.all .nav-donation-districts .region-selector .region-selector-box .region-selector-entry .region-selector-name {
  width: -webkit-calc(88% - 2px);
  width: calc(88% - 2px);
  padding-right: 2px;
  float: left;
  word-wrap: break-word;
}
.all .nav-donation-districts .region-selector .region-selector-box .region-selector-entry .region-selector-checkbox {
  width: 12%;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  background-size: 14px 14px;
  float: left;
}
.all .nav-donation-districts .region-selector .region-selector-box .selected .region-selector-name {
  font-weight: bold;
}
.all .nav-donation-districts .region-selector .region-selector-box .selected .region-selector-checkbox {
  background-position: 2px 3px;
}
.all .nav-donation-districts .region-selector .region-selector-done {
  width: 100%;
  text-align: left;
}
.all .nav-donation-districts .region-selector .region-selector-done button {
  padding: 5px 10px;
  background-color: #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  margin-top: 5px;
}
.all h3:first-of-type {
  margin-top: 20px;
}
.all .donation-entry {
  width: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 1.4em;
}
.all .donation-entry::after {
  clear: both;
  content: "";
  display: table;
}
.all .donation-entry:hover div {
  font-weight: bold;
}
.all .donation-entry a {
  display: block;
}
.all .donation-title {
  width: -webkit-calc(100% - 17px);
  width: calc(100% - 17px);
  padding-left: 17px;
  float: left;
}
.all .donation-title::before {
  content: " ";
  width: 10px;
  height: 10px;
  border: 0px solid #CDDA2D;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #CDDA2D;
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}
.all .donation-none {
  margin-top: 10px;
}
.all .pagination {
  display: block;
  margin-bottom: 10px;
}
.all .pagination table {
  border-collapse: collapse;
  border: 1px solid #ecf0f1;
  color: #6D6D6D;
}
.all .pagination td {
  border: 1px solid #ecf0f1;
  padding: 5px;
}
.all .pagination td:first-of-type, .all .pagination td:hover {
  background-color: #ecf0f1;
}
.all .info-box {
  padding-top: 94px;
}
.all .info-box .new-donation {
  background: #CDDA2D url(../../img/neu.png) center no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #CDDA2D;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  margin-bottom: 50px;
  margin-left: 20px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  display: block;
}
.all .info-box .new-donation:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.all .info-box .new-donation:focus, .all .info-box .new-donation:active {
  outline: none;
}
.all .loading {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  top: 90px;
  left: 0;
  text-align: center;
  vertical-align: middle;
  display: none;
  z-index: 7;
}
.all .loading img {
  padding: 50px;
  background-color: #fbfcea;
  opacity: 0.5;
  border: 0px solid #fbfcea;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.login .form-login form p {
  font-weight: bold;
  margin-top: 10px;
}
.login .form-login form .input-group {
  margin: 0px;
  padding: 0px;
}
.login .form-login form .input-group:last-of-type {
  margin-top: 10px;
  padding: 0px;
}
.login .form-login form input {
  margin: 0px;
}
.login .form-login form input[type=submit] {
  margin-top: 20px;
  padding: 10px;
  background-color: #CDDA2D;
  color: #fff;
  border: none;
}
.login .form-login div:last-of-type {
  position: relative;
  margin-top: 20px;
}

.new .nav-donation-box {
  text-align: center;
}
.new h2 {
  padding-left: 20px;
}
.new .board-box {
  min-height: 300px;
}
.new .board-box-content {
  background-color: #F5F8D5;
  border: 0px solid #F5F8D5;
}
.new .info-box {
  padding-top: 100px;
}
.new .form-new {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.new .form-new .image-upload-info,
.new .form-new .privacy-info {
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
.new .form-new .image-upload-info .checkbox,
.new .form-new .privacy-info .checkbox {
  height: 20px;
  width: 20px;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  border: 0px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  top: 1px;
}
.new .form-new .image-upload-info .checked,
.new .form-new .privacy-info .checked {
  background-position: center center;
}
.new .form-new .image-upload-info label,
.new .form-new .privacy-info label {
  display: inline-block;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  vertical-align: middle;
  margin-left: 30px;
}
.new .form-new .image-upload-info .privacy-link,
.new .form-new .privacy-info .privacy-link {
  text-decoration: underline;
}
.new .form-new .image-upload-info .privacy-link:hover,
.new .form-new .privacy-info .privacy-link:hover {
  text-decoration: none;
}
.new .form-new .image-upload {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 100%;
  height: 465px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
  border: 0px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  display: none;
  z-index: 2;
}
.new .form-new .image-upload .close {
  position: absolute;
  right: 10px;
  top: 8px;
  background-color: #fff;
  padding: 2px;
}
.new .form-new .image-upload iframe {
  width: 100%;
  height: 500px;
  border: none;
  overflow: hidden;
}
.new .form-new .image-upload-things {
  height: 545px;
}
.new .form-new h3 {
  padding: 5px 10px;
}
.new .form-new form p {
  font-weight: bold;
  margin-top: 10px;
  padding: 0px 20px;
}
.new .form-new form p:first-of-type {
  margin-top: 30px;
}
.new .form-new form textarea {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 5px 20px;
  min-height: 150px;
}
.new .form-new form select {
  width: calc(60% + 10px);
  margin-bottom: 15px;
  padding: 5px 25px;
  margin-left: 15px;
}
.new .form-new form select:first-of-type {
  margin-bottom: 10px;
}
.new .form-new form input[type=text], .new .form-new form input[type=email] {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 5px 20px;
}
.new .form-new form input[type=submit] {
  background: #CDDA2D url(../../img/senden.png) center no-repeat;
  width: 80px;
  height: 80px;
  padding: 5px 5px;
  margin-top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #CDDA2D;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-left: 40px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.new .form-new form input[type=submit]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.new .form-new form input[type=submit]:focus, .new .form-new form input[type=submit]:active {
  outline: none;
}
.new .form-new form label span {
  color: #b3b3b3;
}

.donation h2 {
  padding-left: 20px;
}
.donation:last-of-type {
  min-height: 300px;
}
.donation .board-box-content {
  position: relative;
  background-color: #F5F8D5;
  border: 0px solid #F5F8D5;
}
.donation .board-box-content .info-box-contact {
  position: absolute;
  width: 230px;
  top: 81px;
  right: -260px;
  font-size: 13px;
  line-height: 17px;
  color: #666666;
}
.donation .board-box-content .info-box-contact h4 {
  color: #9D69A5;
  font-weight: bold;
}
.donation .info-box {
  padding-top: 303px;
}
.donation .donation-show {
  position: relative;
  color: #666666;
  padding: 10px 105px 30px;
}
.donation .donation-show h3 {
  padding-top: 5px;
}
.donation .donation-show p:last-of-type {
  margin-top: 20px;
}
.donation .donation-show .donation-district {
  position: absolute;
  right: 105px;
}
.donation .donation-show .donation-images-button {
  position: absolute;
  left: 30px;
  top: 40px;
}
.donation .donation-show .donation-images-button-responsive {
  display: none;
  margin-bottom: 10px;
}
.donation .donation-show .donation-images {
  position: relative;
}
.donation .donation-show .donation-images .donation-image-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.donation .donation-show .donation-images .donation-image-box {
  position: fixed;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  margin: 0 auto;
  width: 60vw;
  height: 65vh;
  max-width: 1010px;
  display: none;
  z-index: 11;
  text-align: center;
  padding: 35px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.donation .donation-show .donation-images .donation-image-box .container-main {
  width: 100%;
  height: -webkit-calc(60vh - 130px);
  height: calc(60vh - 130px);
}
.donation .donation-show .donation-images .donation-image-box .container-main .close {
  position: absolute;
  z-index: 11;
  right: 10px;
  top: 8px;
  background-color: #fff;
}
.donation .donation-show .donation-images .donation-image-box .container-main .new-window {
  position: absolute;
  z-index: 10;
  top: 5px;
  left: 10px;
  padding: 4px 8px 4px 28px;
  border: none;
  background: #fff url(../../img/lupe_res.png) left no-repeat;
  color: #666666;
  line-height: 22px;
}
.donation .donation-show .donation-images .donation-image-box .container-main .new-window::after {
  content: "";
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  left: 25px;
  bottom: 1px;
}
.donation .donation-show .donation-images .donation-image-box .main-image {
  position: relative;
  top: 2vh;
  max-height: 45vh;
  max-width: -webkit-calc(55vw - 70px);
  max-width: calc(55vw - 70px);
}
.donation .donation-show .donation-images .donation-image-selector {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130px;
  display: block;
  margin-top: 15px;
  background-color: #fff;
  padding-top: 2px;
  padding-bottom: 11px;
  z-index: 8;
  text-align: center;
  overflow-x: auto;
  overflow-y: hidden;
}
.donation .donation-show .donation-images .donation-image-selector .container-selector {
  width: auto;
  white-space: nowrap;
}
.donation .donation-show .donation-images .donation-image-selector .container-selector .image-entry {
  width: 100px;
  height: 100px;
  line-height: 100px;
  position: relative;
  margin: 5px;
  padding: 5px;
  border: 2px solid #F5F8D5;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.donation .donation-show .donation-images .donation-image-selector .container-selector .image-entry:first-of-type {
  background-color: #F5F8D5;
}
.donation .donation-show .donation-images .donation-image-selector .container-selector .image-entry img {
  vertical-align: middle;
  max-height: 90px;
  max-width: 90px;
}
.donation .donation-show .donation-print {
  display: none;
}
.donation .donation-show .donation-options {
  font-size: 14px;
  margin-bottom: 20px;
}
.donation .donation-show .donation-options ul {
  list-style-type: none;
}
.donation .donation-show .donation-options ul > li {
  float: left;
  margin-left: 10px;
  border-bottom: 1px solid #CDDA2D;
}
.donation .donation-show .donation-options ul > li:first-of-type {
  margin-left: 0px;
}
.donation .donation-show .donation-options ul > li:hover {
  border-bottom: none;
}
.donation .donation-show .donation-options ul > li > .donation-share {
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  z-index: 7;
  box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
}
.donation .donation-show .donation-options ul > li > .donation-share > ul {
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #CDDA2D;
}
.donation .donation-show .donation-options ul > li > .donation-share > ul > li {
  float: none;
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #CDDA2D;
}
.donation .donation-show .donation-options ul > li > .donation-share > ul > li:last-of-type {
  border-bottom: none;
}
.donation .donation-show .donation-options ul > li > .donation-share > ul > li:hover {
  background-color: #ecf1af;
}
.donation .donation-show .donation-options ul #donation-share:hover > .donation-share {
  max-height: 150px;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.donation .form-donation-contact {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.donation .form-donation-contact .privacy-info {
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
}
.donation .form-donation-contact .privacy-info .checkbox {
  height: 20px;
  width: 20px;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  border: 0px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
}
.donation .form-donation-contact .privacy-info .checked {
  background-position: center center;
}
.donation .form-donation-contact .privacy-info label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.donation .form-donation-contact .privacy-info .privacy-link {
  text-decoration: underline;
}
.donation .form-donation-contact .privacy-info .privacy-link:hover {
  text-decoration: none;
}
.donation .form-donation-contact img {
  position: absolute;
  top: 5px;
  right: 5px;
}
.donation .form-donation-contact textarea {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 5px 20px;
  min-height: 150px;
}
.donation .form-donation-contact select {
  width: calc(60% - 12px);
  margin-bottom: 20px;
}
.donation .form-donation-contact select:first-of-type {
  margin-left: 10px;
}
.donation .form-donation-contact input[type=text], .donation .form-donation-contact input[type=email] {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 5px 20px;
}
.donation .form-donation-contact input[type=submit] {
  background: #CDDA2D url(../../img/senden.png) center no-repeat;
  width: 80px;
  height: 80px;
  padding: 5px 5px;
  margin-top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #CDDA2D;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-left: 40px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.donation .form-donation-contact input[type=submit]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.donation .form-donation-contact input[type=submit]:focus, .donation .form-donation-contact input[type=submit]:active {
  outline: none;
}
.donation .form-user-action::after {
  clear: both;
  content: "";
  display: table;
}
.donation .form-user-action form {
  float: left;
}

.library .nav-lib-box {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  color: #666666;
  top: 0px;
  padding-top: 114px;
}
.library .nav-lib-box::after {
  clear: both;
  content: "";
  display: table;
}
.library .board-box {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  margin-left: 25%;
  color: #666666;
}
.library .board-box-content {
  background-color: #fcf7e9;
  border: 0px solid #efefef;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px 35px;
}
.library h3 {
  margin-top: 15px;
  color: #666666;
}
.library h3:first-of-type {
  margin-top: 0px;
}
.library h2 {
  color: #e5bc4d;
}
.library .info-box {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  top: 0px;
  margin-left: -webkit-calc(75% - 37px);
  margin-left: calc(75% - 37px);
}
.library .info-box::after {
  clear: both;
  content: "";
  display: table;
}
.library .info-box .input-group #lib-search {
  background-color: #FFF;
  border: 1px solid #e5bc4d;
  margin: 0 0 30px 20px;
  width: 70%;
}
.library .info-box .input-group label {
  left: 50px;
  top: 8px;
}
.library .info-box form {
  display: inline;
}
.library .info-box a {
  text-decoration: underline;
}
.library .info-box a:hover {
  text-decoration: none;
}
.library .info-box p {
  padding-left: 20px;
  color: #666666;
}
.library .info-box h4 {
  color: #9D69A5;
  font-weight: bold;
  padding-left: 20px;
  font-size: 14px;
  margin: 20px 0 2px;
}
.library .info-box h4:first-of-type {
  margin-top: 0;
}
.library .scrolled {
  margin-top: 25px !important;
  position: fixed !important;
}
.library .nav-bar {
  width: calc(100% - 10px);
  display: block;
  position: relative;
  font-size: 11.5px;
  margin-bottom: 2px;
  padding-left: 10px;
}
.library a {
  text-decoration: none;
}

.lib-overview .board-box-content {
  min-height: 500px;
}
.lib-overview .board-box-content section {
  color: #666666;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 25px;
}
.lib-overview .board-box-content section p {
  color: #727272;
}
.lib-overview .board-box-content section p .welcometobremen {
  border: 0px solid #fcf7e9;
}
.lib-overview .board-box-content section p .welcometobremen img {
  width: 35%;
  margin-top: 15px;
}
.lib-overview .board-box-content .new-lib-entry-responsive {
  background: #e5bc4d url(../../img/neu.png) center no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #E6BD4C;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  display: none;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.lib-overview .board-box-content .new-lib-entry-responsive:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.lib-overview .board-box-content .new-lib-entry-responsive:focus, .lib-overview .board-box-content .new-lib-entry-responsive:active {
  outline: none;
}
.lib-overview .board-box-content h2 {
  color: #e5bc4d;
  margin-bottom: 0px;
}
.lib-overview .board-box-content h2 span {
  font-weight: normal;
}
.lib-overview .board-box-content .nav-lib-sort {
  margin: 5px 0px 20px;
  font-size: 14px;
  position: relative;
  z-index: 1;
}
.lib-overview .board-box-content .nav-lib-sort span {
  text-decoration: underline;
}
.lib-overview .board-box-content .nav-lib-sort span:hover {
  text-decoration: none;
}
.lib-overview .board-box-content .nav-lib-sort .selected {
  text-decoration: none;
  font-weight: bold;
}
.lib-overview .nav-lib-cats {
  width: calc(100% - 1px);
  float: left;
}
.lib-overview .nav-lib-cats ul {
  list-style-type: none;
}
.lib-overview .nav-lib-cats ul li {
  display: block;
  width: 100%;
  padding: 0px;
  line-height: 22px;
}
.lib-overview .nav-lib-cats ul li:hover {
  font-weight: bold;
}
.lib-overview .nav-lib-cats ul .parent:first-of-type {
  margin-top: 0;
}
.lib-overview .nav-lib-cats ul .sub {
  margin-left: 20px;
  display: none;
  line-height: 20px;
}
.lib-overview .nav-lib-cats ul .lib-nav-spacer {
  display: none;
}
.lib-overview .lib-nav-selected {
  font-weight: bold;
}
.lib-overview .category-selector {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
.lib-overview .lib-overview-entry {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #e5bc4d;
  padding-top: 20px;
}
.lib-overview .lib-overview-entry .lib-entry-header {
  display: block;
}
.lib-overview .lib-overview-entry .lib-entry-header .lib-entry-title {
  font-weight: bold;
}
.lib-overview .lib-overview-entry .lib-entry-snippet {
  width: 100%;
}
.lib-overview .lib-overview-entry .lib-entry-snippet a {
  display: inline-block;
}
.lib-overview .lib-overview-entry .lib-entry-rating {
  position: relative;
  margin-top: 15px;
}
.lib-overview .lib-overview-entry .lib-entry-rating::after {
  clear: both;
  content: "";
  display: table;
}
.lib-overview .lib-overview-entry .lib-entry-rating span {
  float: left;
  font-weight: bold;
  font-size: 14px;
}
.lib-overview .lib-overview-entry .lib-entry-rating .rating-box {
  float: left;
  margin-top: 4px;
  margin-left: 7px;
}
.lib-overview .lib-overview-entry .lib-entry-rating .rating-box .lib-entry-rating-circle {
  width: 10px;
  height: 10px;
  border: 1px solid #E6BD4C;
  float: left;
  margin-left: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}
.lib-overview .lib-overview-entry .lib-entry-rating .rating-box .lib-entry-rating-circle:first-of-type {
  margin-left: 0px;
}
.lib-overview .lib-overview-entry .lib-entry-rating .rating-box .lib-entry-rating-circle .filled {
  background-color: #E6BD4C;
  width: 10.5px;
  height: 10.5px;
  content: "";
  position: absolute;
  top: -0.25px;
  left: -0.25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lib-overview .lib-overview-entry .lib-entry-rating .rating-box .lib-entry-rating-circle .half-filled {
  background-color: #E6BD4C;
  width: 5.5px;
  height: 10.5px;
  content: "";
  position: absolute;
  top: -0.25px;
  left: -0.25px;
  border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
}
.lib-overview .lib-overview-entry .lib-entry-rating label {
  float: left;
  margin-left: 8px;
}
.lib-overview .lib-overview-entry .lib-entry-more {
  margin-top: 15px;
}
.lib-overview .lib-overview-entry .lib-entry-more a {
  border-bottom: 1px solid #E6BD4C;
  font-size: 14px;
  padding-bottom: 2px;
}
.lib-overview .lib-overview-entry .lib-entry-more a:hover {
  border: none;
}
.lib-overview .info-box {
  padding-top: 120px;
}
.lib-overview .info-box .new-entry {
  background: #e5bc4d url(../../img/neu.png) center no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #E6BD4C;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  display: block;
  margin-bottom: 50px;
  margin-left: 20px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.lib-overview .info-box .new-entry:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.lib-overview .info-box .new-entry:focus, .lib-overview .info-box .new-entry:active {
  outline: none;
}
.lib-overview .loading {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  top: 187px;
  left: 0;
  text-align: center;
  vertical-align: middle;
  display: none;
  z-index: 7;
}
.lib-overview .loading img {
  padding: 50px;
  background-color: #fcf7e9;
  opacity: 0.5;
  border: 0px solid #fcf7e9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.lib-new .nav-lib-box {
  text-align: center;
}
.lib-new h2 {
  padding-left: 20px;
  color: #e5bc4d;
}
.lib-new .board-box {
  min-height: 300px;
}
.lib-new .board-box-content {
  background-color: #faf2db;
  border: 0px solid #F5F8D5;
  padding: 30px 85px;
}
.lib-new .info-box {
  padding-top: 100px;
}
.lib-new .form-new {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.lib-new .form-new .attachment-selector {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 100%;
  height: 460px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
  border: 0px solid #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  display: none;
  z-index: 2;
  background-color: #fff;
}
.lib-new .form-new .attachment-selector button {
  position: relative;
  padding: 5px 20px;
  background-color: #E6BD4C;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 0px;
}
.lib-new .form-new .attachment-selector span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.lib-new .form-new .attachment-selector .loading {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  top: 90px;
  left: 0;
  text-align: center;
  vertical-align: middle;
  display: none;
  z-index: 7;
}
.lib-new .form-new .attachment-selector .loading img {
  padding: 50px;
  background-color: #fcf7e9;
  opacity: 0.5;
  border: 0px solid #fcf7e9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.lib-new .form-new .attachment-selector .close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  padding: 2px;
  z-index: 2;
}
.lib-new .form-new .attachment-selector .attachment-type-selector {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.lib-new .form-new .attachment-selector .attachment-type-selector ul {
  list-style-type: none;
  position: relative;
}
.lib-new .form-new .attachment-selector .attachment-type-selector ul li {
  position: relative;
  float: left;
}
.lib-new .form-new .attachment-selector .attachment-type-selector ul li:first-of-type {
  margin-right: 10px;
}
.lib-new .form-new .attachment-selector .attachment-appendix {
  display: none;
}
.lib-new .form-new .attachment-selector .attachment-appendix span {
  font-size: 20px;
  display: block;
  margin-bottom: 0px;
}
.lib-new .form-new .attachment-selector .attachment-appendix iframe {
  width: 100%;
  height: 465px;
  border: none;
  overflow: hidden;
}
.lib-new .form-new .attachment-selector .attachment-link {
  display: none;
  padding: 20px;
}
.lib-new .form-new .attachment-selector .attachment-link .input-group input {
  border: 1px solid #E6BD4C;
  box-shadow: inset 2px 2px 2px 0px #ecf0f1;
  -webkit-box-shadow: inset 2px 2px 2px 0px #ecf0f1;
  -moz-box-shadow: inset 2px 2px 2px 0px #ecf0f1;
}
.lib-new .form-new .attachment-selector .attachment-link .input-group label {
  top: 7px;
}
.lib-new .form-new .attachment-selector .attachment-link .attachment-link-message {
  position: relative;
  margin-top: 15px;
  display: none;
}
.lib-new .form-new .attachment-selector .attachment-link .attachment-link-message .attachment-link-error {
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #9D69A5;
  font-weight: bold;
}
.lib-new .form-new .attachment-type-selector-info,
.lib-new .form-new .privacy-info {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
}
.lib-new .form-new .attachment-type-selector-info .checkbox,
.lib-new .form-new .privacy-info .checkbox {
  height: 20px;
  width: 20px;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  border: 0px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  top: 1px;
}
.lib-new .form-new .attachment-type-selector-info .checked,
.lib-new .form-new .privacy-info .checked {
  background-position: center center;
}
.lib-new .form-new .attachment-type-selector-info label,
.lib-new .form-new .privacy-info label {
  display: inline-block;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  vertical-align: middle;
  margin-left: 30px;
}
.lib-new .form-new .attachment-type-selector-info .privacy-link,
.lib-new .form-new .privacy-info .privacy-link {
  text-decoration: underline;
}
.lib-new .form-new .attachment-type-selector-info .privacy-link:hover,
.lib-new .form-new .privacy-info .privacy-link:hover {
  text-decoration: none;
}
.lib-new .form-new h3 {
  padding: 5px 10px;
}
.lib-new .form-new form p {
  font-weight: bold;
  margin-top: 10px;
  padding: 0px 20px;
}
.lib-new .form-new form p:first-of-type {
  margin-top: 30px;
}
.lib-new .form-new form textarea {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 5px 20px;
  min-height: 150px;
}
.lib-new .form-new form select {
  width: calc(60% + 10px);
  margin-bottom: 15px;
  padding: 5px 25px;
  margin-left: 15px;
}
.lib-new .form-new form input[type=text], .lib-new .form-new form input[type=email] {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  padding: 5px 20px;
}
.lib-new .form-new form input[type=submit] {
  background: #E6BD4C url(../../img/senden.png) center no-repeat;
  width: 80px;
  height: 80px;
  padding: 5px 5px;
  margin-top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #E6BD4C;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-left: 40px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.lib-new .form-new form input[type=submit]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.lib-new .form-new form input[type=submit]:focus, .lib-new .form-new form input[type=submit]:active {
  outline: none;
}
.lib-new .form-new form label span {
  color: #b3b3b3;
}

.lib-entry .nav-bar {
  width: 50%;
  margin-left: 25%;
}
.lib-entry .board-box {
  width: 50%;
  margin-left: 25%;
  background-color: #fcf7e9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.lib-entry h2 {
  padding-left: 20px;
}
.lib-entry:last-of-type {
  min-height: 300px;
}
.lib-entry .lib-entry-show {
  position: relative;
  color: #666666;
  padding: 10px 35px;
  margin-top: 10px;
}
.lib-entry .lib-entry-show .lib-entry-header {
  border-bottom: 1px solid #e5bc4d;
}
.lib-entry .lib-entry-show h3 {
  width: 100%;
  padding: 5px 0 10px;
}
.lib-entry .lib-entry-show p:last-of-type {
  margin-top: 10px;
}
.lib-entry .lib-entry-show .lib-appendix-view {
  position: relative;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box {
  position: fixed;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  margin: 0 auto;
  width: 60vw;
  max-height: 65vh;
  max-width: 1010px;
  display: none;
  z-index: 11;
  text-align: center;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box .lib-appendix-view-google {
  height: 65vh !important;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box .container-main {
  width: 100%;
  height: 100%;
  display: none;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box .container-main iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box .container-main .loading-image {
  padding: 25px;
  margin: auto;
  margin-top: 20vh;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box .container-main .main-image {
  border: none;
  max-width: 100%;
  max-height: 100%;
  display: none;
  margin: auto;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box .container-main .close {
  position: absolute;
  z-index: 13;
  right: -10px;
  top: -10px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box .container-main .new-window {
  position: absolute;
  z-index: 12;
  top: 5px;
  left: 9px;
  padding: 4px 8px;
  border: none;
  background-color: #FFFFFF;
  color: #666666;
  line-height: 22px;
}
.lib-entry .lib-entry-show .lib-appendix-view .lib-appendix-view-box .container-main .new-window::after {
  content: "";
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  left: 25px;
  bottom: 1px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments {
  position: relative;
  display: block;
  margin-top: 60px;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #e5bc4d;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments span {
  font-weight: bold;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments a {
  text-decoration: underline;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments a:hover {
  text-decoration: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating {
  position: relative;
  margin-top: 15px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating::after {
  clear: both;
  content: "";
  display: table;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating span {
  float: left;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating .rating-box {
  float: left;
  margin-top: 5px;
  margin-left: 7px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating .rating-box .lib-entry-rating-circle {
  width: 10px;
  height: 10px;
  border: 1px solid #E6BD4C;
  float: left;
  margin-left: 5px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  position: relative;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating .rating-box .lib-entry-rating-circle:first-of-type {
  margin-left: 0px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating .rating-box .lib-entry-rating-circle .filled {
  background-color: #E6BD4C;
  width: 10.5px;
  height: 10.5px;
  content: "";
  position: absolute;
  top: -0.25px;
  left: -0.25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating .rating-box .lib-entry-rating-circle .half-filled {
  background-color: #E6BD4C;
  width: 5.5px;
  height: 10.5px;
  content: "";
  position: absolute;
  top: -0.25px;
  left: -0.25px;
  border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  -webkit-border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating label {
  float: left;
  margin-left: 8px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments::after {
  clear: both;
  content: "";
  display: table;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .left-grid {
  float: left;
  width: 25%;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .right-grid {
  float: left;
  width: 75%;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .right-grid .comments-box {
  display: none;
  margin-bottom: 10px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .right-grid .comments-box .author {
  font-weight: normal;
  font-style: italic;
  text-align: right;
  width: 100%;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .right-grid .comments-box p {
  margin-top: 10px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .right-grid .comments-box p:first-of-type {
  margin-top: 0;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add {
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul {
  list-style-type: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul::after {
  clear: both;
  content: "";
  display: table;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul > li {
  float: left;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul .lib-entry-rate {
  position: absolute;
  max-height: 0px;
  bottom: 40px;
  overflow: hidden;
  z-index: 7;
  box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul .lib-entry-rate > ul {
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #e5bc4d;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul .lib-entry-rate > ul > li {
  float: none;
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #e5bc4d;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul .lib-entry-rate > ul > li:last-of-type {
  border-bottom: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul .lib-entry-rate > ul > li:hover {
  background-color: #F5F8D5;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul .lib-entry-rated {
  border-bottom: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul .hidden {
  display: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-rating-comments-add > ul #lib-entry-rate:hover > .lib-entry-rate {
  max-height: 200px;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form {
  border: 1px solid #e5bc4d;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px 35px;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  margin-bottom: 25px;
  display: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form .form-error {
  font-size: 16px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form .privacy-info {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form .privacy-info .checkbox {
  height: 20px;
  width: 20px;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  border: 0px solid #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form .privacy-info .checked {
  background-position: center center;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form .privacy-info label {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 16px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form .privacy-info .privacy-link {
  text-decoration: underline;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form .privacy-info .privacy-link:hover {
  text-decoration: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form h3 {
  color: #e5bc4d;
  margin-left: 0;
  padding-left: 0;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form .success {
  padding-bottom: 0;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form {
  font-weight: normal;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form textarea,
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form input {
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-weight: normal;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form textarea {
  height: 100px;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form input[type=submit] {
  background: #E6BD4C url(../../img/senden.png) center no-repeat;
  width: 80px;
  height: 80px;
  padding: 5px 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #E6BD4C;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form input[type=submit]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form input[type=submit]:focus, .lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form input[type=submit]:active {
  outline: none;
}
.lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comment-form form label {
  padding-top: 2px;
  font-weight: normal;
}
.lib-entry .lib-entry-show .lib-entry-link,
.lib-entry .lib-entry-show .lib-entry-appendices {
  margin-top: 20px;
  word-break: break-all;
}
.lib-entry .lib-entry-show .lib-entry-link a {
  text-decoration: underline;
}
.lib-entry .lib-entry-show .lib-entry-link a:hover {
  text-decoration: none;
}
.lib-entry .lib-entry-show .lib-entry-appendices ul {
  list-style-type: none;
  position: relative;
  margin-top: 5px;
}
.lib-entry .lib-entry-show .lib-entry-appendices ul li {
  position: relative;
  padding: 3px 0px 3px 15px;
  margin-top: 5px;
}
.lib-entry .lib-entry-show .lib-entry-appendices ul li::before {
  content: " ";
  width: 8px;
  height: 8px;
  border: 0px solid #E6BD4C;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #E6BD4C;
  position: absolute;
  left: 0;
  top: 8px;
  cursor: pointer;
}
.lib-entry .lib-entry-show .lib-entry-appendices ul li span,
.lib-entry .lib-entry-show .lib-entry-appendices ul li a {
  text-decoration: underline;
  font-size: 14px;
}
.lib-entry .lib-entry-show .lib-entry-appendices ul li span:hover,
.lib-entry .lib-entry-show .lib-entry-appendices ul li a:hover {
  text-decoration: none;
}
.lib-entry .lib-entry-show .lib-entry-print {
  display: none;
}
.lib-entry .lib-entry-show .lib-entry-options {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.lib-entry .lib-entry-show .lib-entry-options ul {
  list-style-type: none;
}
.lib-entry .lib-entry-show .lib-entry-options ul:last-of-type {
  margin-top: 10px;
}
.lib-entry .lib-entry-show .lib-entry-options ul > li {
  float: left;
  margin-left: 10px;
  border-bottom: 1px solid #E6BD4C;
}
.lib-entry .lib-entry-show .lib-entry-options ul > li:first-of-type {
  margin-left: 0px;
}
.lib-entry .lib-entry-show .lib-entry-options ul > li:hover {
  border-bottom: none;
}
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-share,
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-rate {
  position: absolute;
  bottom: 0px;
  max-height: 0px;
  overflow: hidden;
  z-index: 7;
  box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
}
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-share > ul,
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-rate > ul {
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #e5bc4d;
}
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-share > ul > li,
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-rate > ul > li {
  float: none;
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #e5bc4d;
}
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-share > ul > li:last-of-type,
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-rate > ul > li:last-of-type {
  border-bottom: none;
}
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-share > ul > li:hover,
.lib-entry .lib-entry-show .lib-entry-options ul > li > .lib-entry-rate > ul > li:hover {
  background-color: #f9eed3;
}
.lib-entry .lib-entry-show .lib-entry-options ul .lib-entry-rated {
  border-bottom: none;
}
.lib-entry .lib-entry-show .lib-entry-options ul .hidden {
  display: none;
}
.lib-entry .lib-entry-show .lib-entry-options ul #lib-entry-share:hover > .lib-entry-share {
  max-height: 150px;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.lib-entry .lib-entry-show .lib-entry-options ul #lib-entry-rate:hover > .lib-entry-rate {
  max-height: 200px;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.lib-entry .lib-entry-show .lib-deletion-request {
  position: absolute;
  left: 50%;
  top: 0;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0 auto;
  margin-top: -10px;
  max-width: 600px;
  overflow: hidden;
  padding: 15px;
  display: none;
  z-index: 2;
  background-color: #FFFFFF;
  border: 2px solid #e5bc4d;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 2px 2px 2px #ecf0f1;
  -moz-box-shadow: 2px 2px 2px #ecf0f1;
  -webkit-box-shadow: 2px 2px 2px #ecf0f1;
}
.lib-entry .lib-entry-show .lib-deletion-request .deletion-message {
  display: none;
  font-weight: bold;
}
.lib-entry .lib-entry-show .lib-deletion-request .close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  padding: 2px;
  z-index: 2;
}
.lib-entry .lib-entry-show .lib-deletion-request input[type=submit] {
  position: relative;
  padding: 5px 20px;
  background-color: #E6BD4C;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 0px;
  margin-top: 10px;
}
.lib-entry .lib-entry-show .lib-deletion-request span {
  font-size: 20px;
  color: #e5bc4d;
  font-weight: bold;
}
.lib-entry .lib-entry-show .lib-deletion-request input[type=email],
.lib-entry .lib-entry-show .lib-deletion-request textarea {
  width: 70%;
  border: 1px solid #e5bc4d;
}
.lib-entry .lib-entry-show .lib-deletion-request textarea {
  height: 100px;
}

.events .events-button {
  position: absolute;
  left: 0;
  top: 37px;
  z-index: 1;
}
.events .events-button a {
  border: none;
  outline: none;
  padding: 0px;
}
.events .events-button a img {
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  padding: 15.5px 6px 15.5px 8px;
  background-color: #e5bc4d;
  border: none;
}
.events .events-button a img:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.events .nav-events-box {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  color: #666666;
  top: 0px;
  padding-top: 115px;
}
.events .nav-events-box::after {
  clear: both;
  content: "";
  display: table;
}
.events .board-box {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  margin-left: 25%;
  color: #666666;
}
.events .board-box-content {
  background-color: #fcf7e9;
  border: 0px solid #efefef;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px 35px;
  position: relative;
}
.events h3 {
  margin-top: 15px;
  color: #666666;
}
.events h3:first-of-type {
  margin-top: 0px;
}
.events h2 {
  color: #e5bc4d;
}
.events .info-box {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  top: 0px;
  margin-left: -webkit-calc(75% - 37px);
  margin-left: calc(75% - 37px);
}
.events .info-box::after {
  clear: both;
  content: "";
  display: table;
}
.events .info-box form {
  display: inline;
}
.events .info-box a {
  text-decoration: underline;
}
.events .info-box a:hover {
  text-decoration: none;
}
.events .info-box p {
  padding-left: 20px;
  color: #666666;
}
.events .info-box h4 {
  color: #9D69A5;
  font-weight: bold;
  padding-left: 20px;
  font-size: 14px;
  margin: 20px 0 2px;
}
.events .info-box h4:first-of-type {
  margin-top: 0;
}
.events .scrolled {
  margin-top: 25px !important;
  position: fixed !important;
}
.events .nav-bar {
  width: calc(100% - 10px);
  display: block;
  position: relative;
  font-size: 11.5px;
  margin-bottom: 2px;
  padding-left: 10px;
}
.events a {
  text-decoration: none;
}

.events-overview .board-box-content {
  min-height: 500px;
}
.events-overview .board-box-content section {
  color: #666666;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 25px;
}
.events-overview .board-box-content section p {
  color: #727272;
}
.events-overview .board-box-content .new-events-entry-responsive {
  background: #e5bc4d url(../../img/neu.png) center no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #E6BD4C;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  display: none;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.events-overview .board-box-content .new-events-entry-responsive:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.events-overview .board-box-content .new-events-entry-responsive:focus, .events-overview .board-box-content .new-events-entry-responsive:active {
  outline: none;
}
.events-overview .board-box-content h2 {
  color: #e5bc4d;
  margin-bottom: 0px;
}
.events-overview .board-box-content h2 span {
  font-weight: normal;
}
.events-overview .nav-events-cats {
  width: calc(100% - 1px);
  float: left;
}
.events-overview .nav-events-cats ul.nav-events-catSelector {
  list-style-type: none;
}
.events-overview .nav-events-cats ul.nav-events-catSelector li {
  display: block;
  width: 100%;
  padding: 0px;
  position: relative;
}
.events-overview .nav-events-cats ul.nav-events-catSelector li::after {
  clear: both;
  content: "";
  display: table;
}
.events-overview .nav-events-cats ul.nav-events-catSelector li:hover {
  font-weight: bold;
}
.events-overview .nav-events-cats ul.nav-events-catSelector li:first-of-type {
  margin-bottom: 10px;
}
.events-overview .nav-events-cats ul.nav-events-catSelector .parent {
  margin-top: 20px;
}
.events-overview .nav-events-cats ul.nav-events-catSelector .parent:first-of-type {
  margin-top: 0;
}
.events-overview .nav-events-cats ul.nav-events-catSelector .sub {
  margin-left: 55px;
  display: none;
  line-height: 20px;
}
.events-overview .nav-events-cats ul.nav-events-dateSelector {
  list-style-type: none;
  margin-top: 30px;
}
.events-overview .nav-events-cats ul.nav-events-dateSelector::after {
  clear: both;
  content: "";
  display: table;
}
.events-overview .nav-events-cats ul.nav-events-dateSelector li {
  float: left;
  margin-right: 5px;
}
.events-overview .nav-events-cats ul.nav-events-dateSelector li:hover {
  font-weight: bold;
}
.events-overview .events-nav-selected {
  font-weight: bold;
}
.events-overview .category-selector {
  display: none;
  width: 100%;
  margin-bottom: 20px;
}
.events-overview .nav-events-options {
  display: block;
  margin-top: 25px;
}
.events-overview .events-none {
  margin-top: 10px;
}
.events-overview .events-overview-entry {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #e5bc4d;
  padding-top: 20px;
}
.events-overview .events-overview-entry:first-of-type {
  margin-top: 20px;
}
.events-overview .events-overview-entry h3 {
  margin-bottom: 20px;
  color: #e5bc4d;
}
.events-overview .events-overview-entry .events-entry-header {
  display: block;
}
.events-overview .events-overview-entry .events-entry-header .events-entry-title {
  font-weight: bold;
}
.events-overview .events-overview-entry .events-entry-snippet {
  width: 100%;
}
.events-overview .events-overview-entry .events-entry-snippet a {
  display: inline-block;
}
.events-overview .events-overview-entry .events-entry-info {
  margin-top: 20px;
}
.events-overview .events-overview-entry .events-entry-info .row {
  display: block;
  font-size: 14px;
}
.events-overview .events-overview-entry .events-entry-info .row::after {
  clear: both;
  content: "";
  display: table;
}
.events-overview .events-overview-entry .events-entry-info .row .left-grid {
  float: left;
  width: 15%;
  font-weight: bold;
}
.events-overview .events-overview-entry .events-entry-info .row .right-grid {
  float: left;
  width: 85%;
}
.events-overview .events-overview-entry .events-entry-more {
  margin-top: 15px;
}
.events-overview .events-overview-entry .events-entry-more a {
  border-bottom: 1px solid #E6BD4C;
  font-size: 14px;
  padding-bottom: 2px;
}
.events-overview .events-overview-entry .events-entry-more a:hover {
  border: none;
}
.events-overview .info-box {
  padding-top: 115px;
}
.events-overview .info-box .new-entry {
  background: #e5bc4d url(../../img/neu.png) center no-repeat;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #E6BD4C;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 5px;
  position: relative;
  display: block;
  margin-bottom: 50px;
  margin-left: 20px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.events-overview .info-box .new-entry:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.events-overview .info-box .new-entry:focus, .events-overview .info-box .new-entry:active {
  outline: none;
}
.events-overview .loading {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  top: 187px;
  left: 0;
  text-align: center;
  vertical-align: middle;
  display: none;
  z-index: 7;
}
.events-overview .loading img {
  padding: 50px;
  background-color: #fcf7e9;
  opacity: 0.5;
  border: 0px solid #fcf7e9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.events-entry .nav-bar {
  width: 50%;
  margin-left: 25%;
}
.events-entry .board-box {
  width: 50%;
  margin-left: 25%;
  background-color: #fcf7e9;
  border: 0px solid #efefef;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.events-entry h2 {
  padding-left: 20px;
}
.events-entry:last-of-type {
  min-height: 300px;
}
.events-entry .events-entry-show {
  position: relative;
  color: #666666;
  padding: 10px 35px 45px;
  margin-top: 10px;
}
.events-entry .events-entry-show .events-entry-header {
  border-bottom: 1px solid #e5bc4d;
}
.events-entry .events-entry-show .events-entry-header::after {
  clear: both;
  content: "";
  display: table;
}
.events-entry .events-entry-show h3 {
  width: 100%;
  padding: 5px 0 10px;
}
.events-entry .events-entry-show p.events-entry-description {
  margin-top: 10px;
}
.events-entry .events-entry-show p.events-entry-cafe-info {
  margin-top: 21px;
  padding: 10px;
  border: 1px solid #e5bc4d;
}
.events-entry .events-entry-show p.events-entry-cafe-info span {
  font-style: italic;
  display: inline-block;
  margin-bottom: 15px;
}
.events-entry .events-entry-show .events-appendix-view {
  position: relative;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box {
  position: fixed;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  margin: 0 auto;
  width: 60vw;
  max-height: 65vh;
  max-width: 1010px;
  display: none;
  z-index: 11;
  text-align: center;
  padding: 10px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box .events-appendix-view-google {
  height: 65vh !important;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box .container-main {
  width: 100%;
  height: 100%;
  display: none;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box .container-main iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box .container-main .loading-image {
  padding: 25px;
  margin: auto;
  margin-top: 20vh;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box .container-main .main-image {
  border: none;
  max-width: 100%;
  max-height: 100%;
  display: none;
  margin: auto;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box .container-main .close {
  position: absolute;
  z-index: 13;
  right: -10px;
  top: -10px;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box .container-main .new-window {
  position: absolute;
  z-index: 12;
  top: 5px;
  left: 9px;
  padding: 4px 8px;
  border: none;
  background-color: #FFFFFF;
  color: #666666;
  line-height: 22px;
}
.events-entry .events-entry-show .events-appendix-view .events-appendix-view-box .container-main .new-window::after {
  content: "";
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  position: absolute;
  left: 25px;
  bottom: 1px;
}
.events-entry .events-entry-show .events-entry-info {
  margin-top: 20px;
}
.events-entry .events-entry-show .events-entry-info .row {
  display: block;
  font-size: 14px;
}
.events-entry .events-entry-show .events-entry-info .row::after {
  clear: both;
  content: "";
  display: table;
}
.events-entry .events-entry-show .events-entry-info .row .left-grid {
  float: left;
  width: 20%;
  font-weight: bold;
}
.events-entry .events-entry-show .events-entry-info .row .right-grid {
  float: left;
  width: 80%;
}
.events-entry .events-entry-show .events-entry-info .events-entry-more-info a,
.events-entry .events-entry-show .events-entry-info .events-entry-more-info span {
  text-decoration: underline;
}
.events-entry .events-entry-show .events-entry-info .events-entry-more-info a:hover,
.events-entry .events-entry-show .events-entry-info .events-entry-more-info span:hover {
  text-decoration: none;
}
.events-entry .events-entry-show .events-entry-appendices ul {
  list-style-type: none;
  position: relative;
  margin-top: 5px;
}
.events-entry .events-entry-show .events-entry-appendices ul li {
  position: relative;
  padding: 3px 0px 3px 15px;
  margin-top: 5px;
}
.events-entry .events-entry-show .events-entry-appendices ul li::before {
  content: " ";
  width: 8px;
  height: 8px;
  border: 0px solid #E6BD4C;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #E6BD4C;
  position: absolute;
  left: 0;
  top: 8px;
  cursor: pointer;
}
.events-entry .events-entry-show .events-entry-appendices ul li span,
.events-entry .events-entry-show .events-entry-appendices ul li a {
  text-decoration: underline;
  font-size: 14px;
}
.events-entry .events-entry-show .events-entry-appendices ul li span:hover,
.events-entry .events-entry-show .events-entry-appendices ul li a:hover {
  text-decoration: none;
}
.events-entry .events-entry-show .events-entry-print {
  display: none;
}
.events-entry .events-entry-show .events-entry-options {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
.events-entry .events-entry-show .events-entry-options ul {
  list-style-type: none;
}
.events-entry .events-entry-show .events-entry-options ul:last-of-type {
  margin-top: 10px;
}
.events-entry .events-entry-show .events-entry-options ul > li {
  float: left;
  margin-left: 10px;
  border-bottom: 1px solid #E6BD4C;
}
.events-entry .events-entry-show .events-entry-options ul > li:first-of-type {
  margin-left: 0px;
}
.events-entry .events-entry-show .events-entry-options ul > li:hover {
  border-bottom: none;
}
.events-entry .events-entry-show .events-entry-options ul > li > .events-entry-share {
  position: absolute;
  bottom: 0px;
  max-height: 0px;
  overflow: hidden;
  z-index: 7;
  box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 9px -3px rgba(0, 0, 0, 0.5);
}
.events-entry .events-entry-show .events-entry-options ul > li > .events-entry-share > ul {
  list-style-type: none;
  background-color: #fff;
  border: 1px solid #e5bc4d;
}
.events-entry .events-entry-show .events-entry-options ul > li > .events-entry-share > ul > li {
  float: none;
  margin: 0px;
  padding: 5px;
  border-bottom: 1px solid #e5bc4d;
}
.events-entry .events-entry-show .events-entry-options ul > li > .events-entry-share > ul > li:last-of-type {
  border-bottom: none;
}
.events-entry .events-entry-show .events-entry-options ul > li > .events-entry-share > ul > li:hover {
  background-color: #f9eed3;
}
.events-entry .events-entry-show .events-entry-options ul .hidden {
  display: none;
}
.events-entry .events-entry-show .events-entry-options ul #events-entry-share:hover > .events-entry-share {
  max-height: 150px;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.events-entry .events-entry-show .events-entry-options ul #events-entry-rate:hover > .events-entry-rate {
  max-height: 200px;
  -webkit-transition: max-height 0.2s ease-in;
  -moz-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}
.events-entry .events-entry-show .events-deletion-request {
  position: absolute;
  left: 50%;
  top: 0;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  margin: 0 auto;
  margin-top: -10px;
  max-width: 600px;
  overflow: hidden;
  padding: 15px;
  display: none;
  z-index: 2;
  background-color: #FFFFFF;
  border: 2px solid #e5bc4d;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 2px 2px 2px #ecf0f1;
  -moz-box-shadow: 2px 2px 2px #ecf0f1;
  -webkit-box-shadow: 2px 2px 2px #ecf0f1;
}
.events-entry .events-entry-show .events-deletion-request .deletion-message {
  display: none;
  font-weight: bold;
}
.events-entry .events-entry-show .events-deletion-request .close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  padding: 2px;
  z-index: 2;
}
.events-entry .events-entry-show .events-deletion-request input[type=submit] {
  position: relative;
  padding: 5px 20px;
  background-color: #E6BD4C;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 0px;
  margin-top: 10px;
}
.events-entry .events-entry-show .events-deletion-request span {
  font-size: 20px;
  color: #e5bc4d;
  font-weight: bold;
}
.events-entry .events-entry-show .events-deletion-request input[type=email],
.events-entry .events-entry-show .events-deletion-request textarea {
  width: 70%;
  border: 1px solid #e5bc4d;
}
.events-entry .events-entry-show .events-deletion-request textarea {
  height: 100px;
}

.events-new .nav-events-box {
  text-align: center;
}
.events-new h2 {
  padding-left: 20px;
  color: #e5bc4d;
}
.events-new .board-box {
  min-height: 300px;
}
.events-new .board-box-content {
  background-color: #FFF;
  border: 2px solid #e5bc4d;
  padding: 30px 35px;
}
.events-new .info-box {
  display: block;
  position: relative;
  float: left;
  width: 24.5%;
  text-align: left;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  padding-top: 94px;
  margin-left: 0px;
}
.events-new .info-box::after {
  clear: both;
  content: "";
  display: table;
}
.events-new .info-box .vertical-bar {
  border-left: 8px solid #9D69A5;
  width: 100%;
  position: relative;
  display: block;
  padding-top: 40px;
}
.events-new .info-box .vertical-bar .info-category {
  margin-top: 14px;
}
.events-new .info-box .vertical-bar .info-date {
  margin-top: 154px;
}
.events-new .info-box .vertical-bar .info-date-type {
  margin-top: 22px;
}
.events-new .info-box .vertical-bar .info-general {
  margin-top: 200px;
}
.events-new .form-new {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.events-new .form-new .attachment-selector {
  position: absolute;
  left: 50%;
  top: 49%;
  width: 100%;
  height: 760px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  max-width: 670px;
  background: #fff;
  border: 2px solid #e5bc4d;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  display: none;
  z-index: 2;
  background-color: #fff;
}
.events-new .form-new .attachment-selector button {
  position: relative;
  padding: 5px 20px;
  background-color: #E6BD4C;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 0px;
}
.events-new .form-new .attachment-selector span {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
}
.events-new .form-new .attachment-selector .loading {
  position: absolute;
  width: 100%;
  height: -webkit-calc(100% - 80px);
  height: calc(100% - 80px);
  top: 90px;
  left: 0;
  text-align: center;
  vertical-align: middle;
  display: none;
  z-index: 7;
}
.events-new .form-new .attachment-selector .loading img {
  padding: 50px;
  background-color: #fcf7e9;
  opacity: 0.5;
  border: 0px solid #fcf7e9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.events-new .form-new .attachment-selector .close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  padding: 2px;
  z-index: 2;
}
.events-new .form-new .attachment-selector .attachment-type-selector {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.events-new .form-new .attachment-selector .attachment-type-selector ul {
  list-style-type: none;
  position: relative;
}
.events-new .form-new .attachment-selector .attachment-type-selector ul li {
  position: relative;
  float: left;
}
.events-new .form-new .attachment-selector .attachment-type-selector ul li:first-of-type {
  margin-right: 10px;
}
.events-new .form-new .attachment-selector .attachment-appendix {
  display: none;
}
.events-new .form-new .attachment-selector .attachment-appendix span {
  font-size: 20px;
  display: block;
  margin-bottom: 0px;
}
.events-new .form-new .attachment-selector .attachment-appendix iframe {
  width: 100%;
  height: 510px;
  border: none;
  overflow: hidden;
}
.events-new .form-new .attachment-selector .attachment-link {
  display: none;
  padding: 20px;
}
.events-new .form-new .attachment-selector .attachment-link .input-group input {
  border: 1px solid #E6BD4C;
  box-shadow: inset 2px 2px 2px 0px #ecf0f1;
  -webkit-box-shadow: inset 2px 2px 2px 0px #ecf0f1;
  -moz-box-shadow: inset 2px 2px 2px 0px #ecf0f1;
}
.events-new .form-new .attachment-selector .attachment-link .input-group label {
  top: 7px;
}
.events-new .form-new .attachment-selector .attachment-link .attachment-link-message {
  position: relative;
  margin-top: 15px;
  display: none;
}
.events-new .form-new .attachment-selector .attachment-link .attachment-link-message .attachment-link-error {
  padding: 15px 20px;
  margin-bottom: 15px;
  color: #9D69A5;
  font-weight: bold;
}
.events-new .form-new h3 {
  padding: 5px 10px;
}
.events-new .form-new form {
  position: relative;
}
.events-new .form-new form .attachment-type-selector-info,
.events-new .form-new form .privacy-info {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
}
.events-new .form-new form .attachment-type-selector-info .checkbox,
.events-new .form-new form .privacy-info .checkbox {
  height: 20px;
  width: 20px;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  border: 2px solid #e5bc4d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  top: 0;
}
.events-new .form-new form .attachment-type-selector-info .checked,
.events-new .form-new form .privacy-info .checked {
  background-position: center center;
}
.events-new .form-new form .attachment-type-selector-info label,
.events-new .form-new form .privacy-info label {
  display: inline-block;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  vertical-align: middle;
  margin-left: 34px;
}
.events-new .form-new form .attachment-type-selector-info .privacy-link,
.events-new .form-new form .privacy-info .privacy-link {
  text-decoration: underline;
}
.events-new .form-new form .attachment-type-selector-info .privacy-link:hover,
.events-new .form-new form .privacy-info .privacy-link:hover {
  text-decoration: none;
}
.events-new .form-new form .input-group label,
.events-new .form-new form .textarea-group label {
  top: 8px;
}
.events-new .form-new form .date-and-time {
  margin-bottom: 15px;
  position: relative;
}
.events-new .form-new form .date-and-time::after {
  clear: both;
  content: "";
  display: table;
}
.events-new .form-new form .date-and-time .left-grid,
.events-new .form-new form .date-and-time .right-grid {
  float: left;
  width: 48%;
}
.events-new .form-new form .date-and-time .left-grid .input,
.events-new .form-new form .date-and-time .right-grid .input {
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #6D6D6D;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 5px;
  border: 2px solid #e5bc4d;
}
.events-new .form-new form .date-and-time .left-grid .input::after,
.events-new .form-new form .date-and-time .right-grid .input::after {
  clear: both;
  content: "";
  display: table;
}
.events-new .form-new form .date-and-time .left-grid {
  padding-right: 2%;
}
.events-new .form-new form .date-and-time .right-grid {
  padding-left: 2%;
}
.events-new .form-new form .date-and-time input {
  margin-bottom: 5px;
}
.events-new .form-new form .date-and-time label {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  margin-left: 20px;
}
.events-new .form-new form .date-and-time .date-picker {
  position: absolute;
  top: 60px;
  z-index: 2;
}
.events-new .form-new form .date-and-time .time-picker {
  display: none;
  position: absolute;
  top: 60px;
  left: 256px;
  z-index: 2;
  overflow-y: scroll;
  margin-left: 10px;
  border: 1px solid #e5bc4d;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #FFFFFF;
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
  overflow: hidden;
  text-align: center;
}
.events-new .form-new form .date-and-time .time-picker::after {
  clear: both;
  content: "";
  display: table;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-box {
  width: 120px;
  margin: 0 auto;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-box::after {
  clear: both;
  content: "";
  display: table;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-hours,
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-minutes {
  float: left;
  padding: 5px 10px;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-hours input,
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-minutes input {
  border: 1px solid #e5bc4d;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 25px;
  padding: 3px 3px 1px 4px;
  text-align: right;
  margin: 0 auto;
  font-size: 16px;
  display: block;
  position: relative;
  text-align: center;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-hours .arrow-up,
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-hours .arrow-down,
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-minutes .arrow-up,
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-minutes .arrow-down {
  border: 1px solid #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  position: relative;
  padding: 3px;
  width: 19px;
  height: 19px;
  margin: 5px auto;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-hours .arrow-up:hover,
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-hours .arrow-down:hover,
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-minutes .arrow-up:hover,
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-minutes .arrow-down:hover {
  background-color: #fcf7e9;
  border: 1px solid #e5bc4d;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-box .time-picker-connector {
  float: left;
  font-weight: bold;
  margin-top: 44px;
  margin-right: 2px;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-confirm {
  display: block;
  position: relative;
  text-align: center;
  font-size: 15px;
  text-decoration: underline;
  padding: 0 10px 5px;
}
.events-new .form-new form .date-and-time .time-picker .time-picker-confirm:hover {
  text-decoration: none;
}
.events-new .form-new form .manualSelect-group {
  display: block;
  position: relative;
}
.events-new .form-new form .manualSelect-group::after {
  clear: both;
  content: "";
  display: table;
}
.events-new .form-new form .manualSelect-group .manualSelect-entry {
  float: left;
  width: -webkit-calc(33% - 13px);
  width: calc(33% - 13px);
  margin-left: 15px;
  font-size: 14px;
  padding: 5px 0;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #e5bc4d;
  color: #6D6D6D;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 10px;
  text-decoration: underline;
}
.events-new .form-new form .manualSelect-group .manualSelect-entry:first-of-type {
  margin-left: 0;
}
.events-new .form-new form .manualSelect-group .selected {
  background-color: #e5bc4d;
  color: #FFFFFF;
  text-decoration: none;
}
.events-new .form-new form .manualSelect-group .selected input {
  background-color: #e5bc4d;
}
.events-new .form-new form .manualSelect-group input {
  width: 100% !important;
  font-size: 16px;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #FFFFFF;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: underline;
  text-align: center;
}
.events-new .form-new form .manualSelect-group input.hidden {
  display: none;
}
.events-new .form-new form .manualSelect-group span {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.events-new .form-new form .manualSelect-group span.hidden {
  display: none;
}
.events-new .form-new form input,
.events-new .form-new form select,
.events-new .form-new form textarea {
  border: 2px solid #e5bc4d;
}
.events-new .form-new form p {
  font-weight: bold;
  margin-top: 10px;
  padding: 0px 20px;
}
.events-new .form-new form p:first-of-type {
  margin-top: 30px;
}
.events-new .form-new form textarea {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 5px 20px;
  min-height: 100px;
}
.events-new .form-new form select {
  width: calc(60% + 10px);
  margin-bottom: 15px;
  padding: 5px 25px;
  margin-left: 15px;
}
.events-new .form-new form input[type=text], .events-new .form-new form input[type=email] {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 5px 20px;
}
.events-new .form-new form input[type=submit] {
  background: #E6BD4C url(../../img/senden.png) center no-repeat;
  width: 80px;
  height: 80px;
  padding: 5px 5px;
  margin-top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #E6BD4C;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-left: 40px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.events-new .form-new form input[type=submit]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.events-new .form-new form input[type=submit]:focus, .events-new .form-new form input[type=submit]:active {
  outline: none;
}
.events-new .form-new form label span {
  color: #b3b3b3;
}

.ui-datepicker {
  -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.35);
}

.info .nav-info-box {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  color: #666666;
  padding-top: 95px;
  top: 0px;
}
.info .nav-info-box::after {
  clear: both;
  content: "";
  display: table;
}
.info .nav-info-box .nav-info-cats {
  width: calc(100% - 1px);
  float: left;
}
.info .nav-info-box .nav-info-cats ul {
  list-style-type: none;
}
.info .nav-info-box .nav-info-cats ul li {
  display: block;
  width: 100%;
  padding: 0px;
  margin-bottom: 4px;
}
.info .nav-info-box .nav-info-cats ul li:hover {
  font-weight: bold;
}
.info .nav-info-box .nav-info-cats ul li .active {
  font-weight: bold;
}
.info .board-box {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  margin-left: 25%;
  color: #666666;
}
.info .board-box-content {
  background-color: #FFFFFF;
  border: 2px solid #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 0px 35px 30px;
}
.info .board-box-content .mobile-navigation-selector {
  display: none;
  width: 100%;
  border: 1px solid #CDDA2D;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 14px;
}
.info .board-box-content .mobile-navigation-selector option {
  font-size: 14px;
}
.info .board-box-content .mobile-navigation-selector option:first-of-type {
  font-weight: normal;
}
.info .board-box-content .mobile-coordinator-info {
  margin: 15px 0;
  font-size: 14px;
  display: none;
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-link {
  color: #9D69A5;
  font-weight: bold;
  margin-left: 25px;
  margin-right: 25px;
  overflow-x: hidden;
  display: block;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-info-data {
  border: 1px solid #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 20px 24px;
  margin-top: 5px;
  display: none;
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-info-data .coordinator-info {
  margin-top: 15px;
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-info-data .coordinator-info:first-of-type {
  margin-top: 0;
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-info-data .coordinator-info .coordinator-info-header {
  display: block;
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-info-data .coordinator-info .coordinator-region {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-info-data .coordinator-info .coordinator-region:hover {
  text-decoration: none;
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-info-data .coordinator-info .coordinator-description {
  font-weight: bold;
}
.info .board-box-content .mobile-coordinator-info .mobile-coordinator-info-data .coordinator-info .coordinator-region-info-box {
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #CDDA2D;
  display: none;
}
.info .board-box-content h1 {
  display: block;
  margin-bottom: 20px;
  padding-top: 30px;
  font-size: 22px;
  color: #CDDA2D;
}
.info .board-box-content h2 {
  display: block;
  padding-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #CDDA2D;
}
.info .board-box-content .spacer {
  border-bottom: 1px solid #CDDA2D;
  display: block;
  margin: 60px 0 30px;
}
.info .board-box-content a {
  text-decoration: underline;
}
.info .board-box-content a:hover {
  text-decoration: none;
}
.info .board-box-content .ytplayer {
  margin: 5px 0;
  width: 100%;
  height: 287px;
  max-width: 511px;
}
.info .board-box-content .welcometobremen img {
  width: 35%;
  border: 0px solid #FFFFFF;
}
.info .board-box-content .popup-link {
  text-decoration: underline;
  padding-left: 17px;
  position: relative;
  line-height: 30px;
}
.info .board-box-content .popup-link:hover {
  text-decoration: none;
}
.info .board-box-content .popup-link::before {
  content: " ";
  width: 10px;
  height: 10px;
  border: 0px solid #CDDA2D;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #CDDA2D;
  position: absolute;
  top: 4px;
  left: 0;
  cursor: pointer;
}
.info .board-box-content .popup {
  position: relative;
}
.info .board-box-content .popup .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  z-index: 10;
  top: 0;
  left: 0;
  display: none;
}
.info .board-box-content .popup .box {
  position: fixed;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  margin: 0 auto;
  width: 90vw;
  max-width: 940px;
  height: 85vh;
  display: none;
  z-index: 11;
  text-align: left;
  padding: 35px;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.info .board-box-content .popup .box::after {
  clear: both;
  content: "";
  display: table;
}
.info .board-box-content .popup .box .close {
  position: absolute;
  z-index: 11;
  right: 10px;
  top: 8px;
  background-color: #fff;
}
.info .board-box-content .popup .box .left-grid {
  width: -webkit-calc(35% - 15px);
  width: calc(35% - 15px);
  max-width: 320px;
  height: 100%;
  padding-right: 15px;
  margin-top: 60px;
  float: left;
}
.info .board-box-content .popup .box .left-grid .popup-contents-header {
  font-weight: bold;
}
.info .board-box-content .popup .box .left-grid ul {
  list-style-type: none;
  margin-top: 25px;
  position: relative;
}
.info .board-box-content .popup .box .left-grid ul li {
  cursor: pointer;
}
.info .board-box-content .popup .box .left-grid ul li:hover {
  font-weight: bold;
}
.info .board-box-content .popup .box .left-grid #glossar {
  display: block;
  padding-right: 50px;
}
.info .board-box-content .popup .box .left-grid #glossar::after {
  clear: both;
  content: "";
  display: table;
}
.info .board-box-content .popup .box .left-grid #glossar li {
  padding: 3px;
  border: 1px solid #CDDA2D;
  color: #CDDA2D;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  float: left;
  margin: 0 5px 5px 0;
}
.info .board-box-content .popup .box .left-grid #glossar li:hover {
  background-color: #CDDA2D;
  color: #FFFFFF;
}
.info .board-box-content .popup .box .left-grid .options {
  font-size: 14px;
}
.info .board-box-content .popup .box .left-grid .options ul {
  list-style-type: none;
}
.info .board-box-content .popup .box .left-grid .options ul > li {
  float: left;
  margin-left: 10px;
  border-bottom: 1px solid #CDDA2D;
}
.info .board-box-content .popup .box .left-grid .options ul > li a {
  text-decoration: none;
}
.info .board-box-content .popup .box .left-grid .options ul > li:first-of-type {
  margin-left: 0px;
}
.info .board-box-content .popup .box .left-grid .options ul > li:hover {
  border-bottom: none;
  font-weight: normal;
}
.info .board-box-content .popup .box .right-grid {
  width: -webkit-calc(65% - 20px);
  width: calc(65% - 20px);
  max-width: 600px;
  padding-right: 20px;
  height: 100%;
  float: left;
  overflow-y: auto;
}
.info .board-box-content .popup .box .right-grid h1 {
  margin: 0px;
  padding: 0px;
}
.info .board-box-content .popup .box .right-grid .infobox {
  padding: 8px;
  border: 1px solid #CDDA2D;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: block;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  margin-top: 20px;
  font-size: 14px;
}
.info .board-box-content .popup .leitfaden .left-grid ul.contents-overview li {
  cursor: pointer;
  position: relative;
  padding-left: 17px;
  margin-bottom: 3px;
}
.info .board-box-content .popup .leitfaden .left-grid ul.contents-overview li:hover {
  font-weight: bold;
}
.info .board-box-content .popup .leitfaden .left-grid ul.contents-overview li::before {
  content: " ";
  width: 10px;
  height: 10px;
  border: 0px solid #CDDA2D;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #CDDA2D;
  position: absolute;
  left: 0;
  top: 4px;
  cursor: pointer;
}
.info .board-box-content .popup .leitfaden .left-grid ul.contents-overview li:last-of-type {
  margin-bottom: 0;
}
.info h3 {
  margin-top: 15px;
  color: #666666;
}
.info h3:first-of-type {
  margin-top: 0px;
}
.info .info-box {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  padding: 95px 20px 10px 0;
  margin-left: -webkit-calc(75% - 37px);
  margin-left: calc(75% - 37px);
  top: 0px;
}
.info .info-box::after {
  clear: both;
  content: "";
  display: table;
}
.info .info-box a img {
  height: 250px;
  border: 1px solid #CDDA2D;
}
.info .info-box a:first-of-type {
  margin-left: 10px;
}
.info .info-box a:nth-of-type(2) {
  margin-left: -20px;
}
.info .info-box a:nth-of-type(2) img {
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  transform: rotate(15deg);
}
.info .info-box p {
  margin: 28px 0 0 -20px;
}
.info .info-box .mobile-navigation-selector {
  display: none;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  border: 1px solid #CDDA2D;
  margin: 0 0 20px 30px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
}
.info .info-box .mobile-navigation-selector option {
  font-size: 14px;
}
.info .info-box .mobile-navigation-selector option:first-of-type {
  font-weight: normal;
}
.info .info-box form {
  display: inline;
}
.info .info-box a {
  text-decoration: underline;
}
.info .info-box a:hover {
  text-decoration: none;
}
.info .info-box p {
  padding-left: 30px;
  padding-right: 30px;
  color: #666666;
}
.info .info-box h4 {
  color: #9D69A5;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.info .info-box h4:first-of-type {
  margin: 0;
}
.info .info-box .coordinator-info {
  padding-left: 30px;
  margin-top: 15px;
}
.info .info-box .coordinator-info .coordinator-info-header {
  display: block;
}
.info .info-box .coordinator-info .coordinator-region {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.info .info-box .coordinator-info .coordinator-region:hover {
  text-decoration: none;
}
.info .info-box .coordinator-info .coordinator-description {
  font-weight: bold;
}
.info .info-box .coordinator-info .coordinator-region-info-label {
  text-decoration: underline;
}
.info .info-box .coordinator-info .coordinator-region-info-label:hover {
  text-decoration: none;
}
.info .info-box .coordinator-info .coordinator-region-info-box {
  display: none;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #CDDA2D;
}
.info .scrolled {
  position: fixed !important;
}
.info .nav-bar {
  width: calc(100% - 10px);
  display: block;
  position: relative;
  font-size: 11.5px;
  margin-bottom: 2px;
  padding-left: 10px;
}
.info a {
  text-decoration: none;
}

.projects .projects-tiles {
  display: block;
  margin-top: -10px;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
}
.projects .projects-tiles .projects-tile-row {
  display: block;
  margin-top: 20px;
  position: relative;
}
.projects .projects-tiles .projects-tile-row::after {
  clear: both;
  content: "";
  display: table;
}
.projects .projects-tiles .projects-tile-row:first-of-type {
  margin-top: 0;
}
.projects .projects-tiles .projects-tile-row:first-of-type .projects-tile-2x4-img {
  background: url("../../img/fotos/musikcafe2.jpg");
  background-size: 103%;
  background-position: -15px -105px;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(2) .projects-tile-2x4-img {
  background: url("../../img/fotos/tafel.jpg");
  background-size: 125%;
  background-position: -90px -65px;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(3) .projects-tile-2x4-img {
  background: url("../../img/fotos/tafel.jpg");
  background-size: 125%;
  background-position: -90px -65px;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile,
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile-2x4,
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile-2x4-img,
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile-4x4 {
  border-color: #CDDA2D;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile h1,
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile-2x4 h1,
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile-2x4-img h1,
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile-4x4 h1 {
  color: #CDDA2D;
  margin-bottom: 5px;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-contact-tile {
  border-color: #CDDA2D;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-contact-tile h1 {
  color: #9D69A5;
  margin-bottom: 5px;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile:first-of-type {
  background-color: #CDDA2D;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(odd) .projects-tile:first-of-type h1 {
  color: #fff;
  font-size: 21px;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile,
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile-2x4,
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile-2x4-img,
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile-4x4,
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-contact-tile {
  border-color: #9D69A5;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile h1,
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile-2x4 h1,
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile-2x4-img h1,
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile-4x4 h1,
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-contact-tile h1 {
  color: #9D69A5;
  margin-bottom: 5px;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile:first-of-type {
  background-color: #9D69A5;
}
.projects .projects-tiles .projects-tile-row:nth-of-type(even) .projects-tile:first-of-type h1 {
  color: #fff;
}
.projects .projects-tiles .projects-tile-row .projects-tile {
  float: left;
  width: -webkit-calc(25% - 42px);
  width: calc(25% - 42px);
  margin: 10px;
  border: 1px solid #CDDA2D;
  height: 280px;
  background-size: 100%;
  background-position: top left;
  position: relative;
  padding: 10px;
}
.projects .projects-tiles .projects-tile-row .projects-tile:first-of-type h1 {
  line-height: 24px;
}
.projects .projects-tiles .projects-tile-row .projects-tile h1 {
  display: block;
}
.projects .projects-tiles .projects-tile-row .projects-tile a {
  text-decoration: none;
}
.projects .projects-tiles .projects-tile-row .projects-tile-4x4 {
  float: left;
  width: -webkit-calc(50% - 42px);
  width: calc(50% - 42px);
  margin: 10px;
  border: 1px solid #CDDA2D;
  height: 580px;
  background-size: 100%;
  background-position: top left;
  position: relative;
  padding: 10px;
}
.projects .projects-tiles .projects-tile-row .projects-tile-2x4 {
  float: left;
  width: -webkit-calc(50% - 42px);
  width: calc(50% - 42px);
  margin: 10px;
  border: 1px solid #CDDA2D;
  height: 280px;
  background-size: 100%;
  background-position: top left;
  position: relative;
  padding: 10px;
}
.projects .projects-tiles .projects-tile-row .projects-tile-2x4-img {
  float: left;
  width: -webkit-calc(50% - 42px);
  width: calc(50% - 42px);
  margin: 10px;
  border: 1px solid #CDDA2D;
  height: 280px;
  background-size: 100%;
  background-position: top left;
  position: relative;
  padding: 10px;
}
.projects .projects-tiles .projects-tile-row .projects-contact-tile {
  float: left;
  width: -webkit-calc(25% - 22px);
  width: calc(25% - 22px);
  margin: 10px;
  border: 1px solid #CDDA2D;
  height: 300px;
  background-size: 100%;
  background-position: top left;
  position: relative;
}
.projects .projects-tiles .projects-tile-row .projects-contact-tile .tile-layer-top,
.projects .projects-tiles .projects-tile-row .projects-contact-tile .tile-layer-bottom {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.projects .projects-tiles .projects-tile-row .projects-contact-tile .tile-layer-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.projects .projects-tiles .projects-tile-row .projects-contact-tile .tile-layer-bottom p {
  display: none;
}
.projects .projects-tiles .projects-tile-row .projects-contact-tile h1 {
  display: block;
  padding: 5px 5px 2px;
}
.projects .projects-tiles .projects-tile-row .projects-contact-tile span {
  display: block;
  padding: 0 5px 5px;
}
.projects .projects-tiles .projects-tile-row .projects-contact-tile p {
  padding: 5px;
}
.projects .projects-tiles .projects-tile-row .projects-contact-tile a {
  text-decoration: none;
}
.projects .projects-tiles .projects-tile-row .projects-empty-tile {
  float: left;
  width: -webkit-calc(25% - 42px);
  width: calc(25% - 42px);
  margin: 10px;
  border: 1px solid #fff;
  height: 280px;
  background-size: 100%;
  background-position: top left;
  position: relative;
  padding: 10px;
  content: "";
}
.projects .projects-tiles .projects-tile-row .no-h1-margin h1 {
  margin-bottom: 0 !important;
}

.selector .board-box-content {
  background-color: #FFFFFF;
  border-top: 2px solid #CDDA2D;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 10px 0 0;
}
.selector .board-box-content .page-selector,
.selector .board-box-content .type-selector {
  list-style-type: none;
  background-color: #d4df4b;
  opacity: 0.95;
  width: 100%;
  position: relative;
  padding: 25px 0px;
  margin-top: 35px;
}
.selector .board-box-content .page-selector > a,
.selector .board-box-content .type-selector > a {
  text-align: left;
  display: block;
  color: #FFFFFF;
  font-family: "Roboto Slab", serif;
  font-size: 18px;
  text-decoration: none;
  padding: 7px 0 7px 25px;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 50px;
}
.selector .board-box-content .page-selector > a:hover,
.selector .board-box-content .type-selector > a:hover {
  background-color: #CDDA2D;
}
.selector .board-box-content .page-selector > a.level-2,
.selector .board-box-content .type-selector > a.level-2 {
  padding-left: 75px;
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
}

.setuser {
  min-height: 300px;
}
.setuser .board-box {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  margin-left: 25%;
  color: #666666;
}
.setuser .board-box-content {
  background: #fff;
  border: 2px solid #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 30px 85px;
  font-size: 14px;
  margin-top: 20px;
}
.setuser .board-box-content input[type=text],
.setuser .board-box-content input[type=password] {
  width: 60%;
  border: 1px solid #CDDA2D !important;
}
.setuser .board-box-content input[type=submit] {
  padding: 5px 20px;
  background-color: #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 0px;
  text-decoration: none;
}
.setuser .setuser-box {
  position: absolute;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: -webkit-calc(50% - 15px);
  width: calc(50% - 15px);
  max-width: 600px;
  background: #fff;
  border: 2px solid #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.setuser .setuser-box input[type=password] {
  border: 1px solid #CDDA2D;
  width: 70%;
  margin-top: 10px;
}
.setuser .setuser-box input[type=submit],
.setuser .setuser-box a {
  padding: 5px 20px;
  background-color: #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 17px;
  font-family: "Roboto Slab", serif;
  margin-bottom: 0px;
  text-decoration: none;
}

.error-page {
  min-height: 300px;
}

.encourage .language-switcher {
  width: 50%;
  margin: 0 auto;
  cursor: pointer;
  display: block;
  text-align: center;
  margin-bottom: 35px;
  display: block;
  padding: 5px;
  border: 0px solid #CDDA2D;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
}
.encourage .language-switcher .language {
  text-decoration: none;
}
.encourage .language-switcher .language::after {
  padding-left: 5px;
  content: "/";
  font-weight: normal;
}
.encourage .language-switcher .language:last-of-type::after {
  content: "";
  padding-left: 0;
  font-weight: normal;
}
.encourage .language-switcher #language-switcher-farsi::after {
  padding-left: 0px;
  padding-right: 5px;
}
.encourage section {
  width: -webkit-calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 auto;
  color: #666666;
  font-size: 18px;
  font-family: "Roboto Slab", serif;
  line-height: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
.encourage .current-language {
  display: block;
}
.encourage #encourage-arabian,
.encourage #encourage-farsi {
  text-align: right;
  font-family: Arial;
}
.encourage p {
  color: #8B8B8B;
}
.encourage ul,
.encourage li {
  color: #8B8B8B;
}

@media print {
  .container .header-bar {
    display: none;
  }
  .container .shadow-container {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .container .header-main .quick-start,
.container .header-main .nav-quick {
    display: none;
  }
  .container .header-main img {
    margin-left: -155px;
  }
  .container .nav-main {
    display: none;
  }
  .container .ad .board-box,
.container .library .board-box {
    width: 45%;
    padding-top: 75px;
  }
  .container .ad .board-box .nav-bar,
.container .library .board-box .nav-bar {
    display: none;
  }
  .container .ad .nav-ad-box,
.container .ad .nav-lib-box,
.container .library .nav-ad-box,
.container .library .nav-lib-box {
    display: none;
  }
  .container .ad .board-box-content,
.container .library .board-box-content {
    display: none;
  }
  .container .ad .form-ad-contact,
.container .library .form-ad-contact {
    display: none;
  }
  .container .ad .info-box,
.container .library .info-box {
    display: none;
  }
  .container .ad .ad-show,
.container .library .ad-show {
    padding: 0px;
  }
  .container .ad .ad-show .ad-options,
.container .library .ad-show .ad-options {
    display: none;
  }
  .container .ad .ad-show .ad-print,
.container .library .ad-show .ad-print {
    display: block;
  }
  .container .ad .lib-entry-show,
.container .library .lib-entry-show {
    padding: 0px;
  }
  .container .ad .lib-entry-show .lib-entry-rating,
.container .library .lib-entry-show .lib-entry-rating {
    display: none;
  }
  .container .ad .lib-entry-show .lib-entry-options,
.container .library .lib-entry-show .lib-entry-options {
    display: none;
  }
  .container .ad .lib-entry-show .lib-entry-appendices > ul > li > span,
.container .ad .lib-entry-show .lib-entry-appendices > ul > li > a,
.container .library .lib-entry-show .lib-entry-appendices > ul > li > span,
.container .library .lib-entry-show .lib-entry-appendices > ul > li > a {
    display: none;
  }
  .container .ads .info-box,
.container .library .info-box {
    padding-top: 0px;
  }
  .container .ads .info-box .new-ad,
.container .ads .info-box .new-entry,
.container .library .info-box .new-ad,
.container .library .info-box .new-entry {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .container .new .form-new form input[type=submit] {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .container .home section,
.container .project section,
.container .howto section,
.container .contact section,
.container .impressum section {
    width: 100%;
    margin: 0px;
  }
}
.newsletter {
  min-height: 300px;
}
.newsletter::after {
  clear: both;
  content: "";
  display: table;
}

.form h2 {
  width: -webkit-calc(100% - 41px);
  width: calc(100% - 41px);
  padding: 10px 20px;
  background-color: #CDDA2D;
  border: 0px solid #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #000;
  margin-bottom: 15px;
}
.form h3 {
  margin-top: 15px;
  color: #666666;
}
.form h3:first-of-type {
  margin-top: 0px;
}
.form .nav-bar {
  width: calc(100% - 10px);
  display: block;
  position: relative;
  font-size: 11.5px;
  margin-bottom: 2px;
  padding-left: 10px;
}
.form a {
  text-decoration: none;
}
.form .board-box {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  margin-left: 25%;
  color: #666666;
  min-height: 300px;
}
.form .board-box-content {
  background-color: #FFF;
  border: 0px solid #CDDA2D;
  padding: 30px 65px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.form .info-box {
  padding-top: 100px;
  display: block;
  position: absolute;
  float: left;
  width: 290px;
  text-align: left;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  margin-left: 878px;
  top: 0px;
}
.form .info-box::after {
  clear: both;
  content: "";
  display: table;
}
.form .info-box a {
  text-decoration: underline;
}
.form .info-box a:hover {
  text-decoration: none;
}
.form .info-box p {
  padding-left: 30px;
  padding-right: 30px;
  color: #666666;
}
.form .info-box h4 {
  color: #9D69A5;
  font-weight: bold;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 20px;
}
.form .info-box h4:first-of-type {
  margin: 0;
}
.form .form-new {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.form .form-new .privacy-info {
  display: block;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
.form .form-new .privacy-info .checkbox {
  height: 20px;
  width: 20px;
  background: #fff url(../../img/checkbox.png) no-repeat;
  background-position: -9000px -9000px;
  border: 2px solid #CDDA2D;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: absolute;
  top: 0;
}
.form .form-new .privacy-info .checked {
  background-position: center center;
}
.form .form-new .privacy-info label {
  display: inline-block;
  width: -webkit-calc(100% - 34px);
  width: calc(100% - 34px);
  vertical-align: middle;
  margin-left: 34px;
}
.form .form-new .privacy-info .privacy-link {
  text-decoration: underline;
}
.form .form-new .privacy-info .privacy-link:hover {
  text-decoration: none;
}
.form .form-new form input,
.form .form-new form select,
.form .form-new form textarea {
  border: 2px solid #CDDA2D;
}
.form .form-new form .input-group label {
  top: 8px;
}
.form .form-new form p {
  font-weight: bold;
  margin-top: 10px;
  padding: 0px 20px;
}
.form .form-new form p:first-of-type {
  margin-top: 30px;
}
.form .form-new form select {
  width: -webkit-calc(100% - 1.5px);
  width: calc(100% - 1.5px);
  margin-bottom: 7px;
  padding: 5px 15px;
}
.form .form-new form input[type=text], .form .form-new form input[type=email] {
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 5px 20px;
}
.form .form-new form input[type=submit] {
  background: #CDDA2D url(../../img/senden.png) center no-repeat;
  width: 80px;
  height: 80px;
  padding: 5px 5px;
  margin-top: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0px solid #CDDA2D;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  color: #fff;
  position: relative;
  margin-bottom: 10px;
  margin-left: 40px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}
.form .form-new form input[type=submit]:hover {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.form .form-new form input[type=submit]:focus, .form .form-new form input[type=submit]:active {
  outline: none;
}
.form .form-new form label span {
  color: #b3b3b3;
}

.cafes .box-left {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 37px);
  width: calc(25% - 37px);
  text-align: left;
  overflow: hidden;
  color: #666666;
  padding-top: 115px;
  top: 0px;
}
.cafes .box-left::after {
  clear: both;
  content: "";
  display: table;
}
.cafes .box-center {
  display: block;
  float: left;
  position: relative;
  width: 50%;
  margin-left: 25%;
  color: #666666;
}
.cafes .box-center::after {
  clear: both;
  content: "";
  display: table;
}
.cafes .box-center .nav-bar {
  width: calc(100% - 10px);
  display: block;
  position: relative;
  font-size: 11.5px;
  margin-bottom: 2px;
  padding-left: 10px;
}
.cafes .box-center .nav-bar a {
  text-decoration: none;
}
.cafes .box-center .col-both {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
  display: block;
}
.cafes .box-center .col-both::after {
  clear: both;
  content: "";
  display: table;
}
.cafes .box-center .col-both .tile section {
  background-color: #CDDA2D;
  position: relative;
  overflow: hidden;
}
.cafes .box-center .col-both .tile section ul {
  list-style-type: none;
}
.cafes .box-center .col-both .tile section ul li {
  position: relative;
}
.cafes .box-center .col-both .tile section ul li::after {
  clear: both;
  content: "";
  display: table;
}
.cafes .box-center .col-both .tile section ul li a {
  padding-left: 17px;
  float: left;
  text-decoration: none;
}
.cafes .box-center .col-both .tile section ul li a:hover {
  font-weight: bold;
}
.cafes .box-center .col-both .tile section ul li a::before {
  content: " ";
  width: 10px;
  height: 10px;
  border: 0px solid #ffffff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: 6px;
  cursor: pointer;
}
.cafes .box-center .col-both .tile section ul.text-list {
  list-style-type: disc;
  margin-left: 17px;
}
.cafes .box-center .col-both .tile section ul.text-list li {
  padding-bottom: 15px;
}
.cafes .box-center .col-both .tile section ul.text-list li:last-of-type {
  padding-bottom: 0;
}
.cafes .box-center .col-both .tile header {
  font-weight: bold;
  position: relative;
  background-color: #CDDA2D;
  display: block;
  padding: 15px 40px 8px;
  border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  cursor: pointer;
}
.cafes .box-center .col-both .tile header span {
  font-size: 18px;
}
.cafes .box-center .col-both .tile header span:first-of-type {
  color: #000000;
}
.cafes .box-center .col-both .tile header span:nth-of-type(2) {
  color: #ffffff;
}
.cafes .box-center .col-both .tile footer.blank {
  border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  height: 12px;
  background-color: #CDDA2D;
  margin-top: -6px;
  margin-bottom: 15px;
}
.cafes .box-right {
  display: block;
  position: absolute;
  float: left;
  width: -webkit-calc(25% - 57px);
  width: calc(25% - 57px);
  text-align: left;
  overflow: hidden;
  font-size: 13px;
  line-height: 17px;
  margin-left: -webkit-calc(75% - 37px);
  margin-left: calc(75% - 37px);
  padding-left: 20px;
  top: 24px;
}
.cafes .box-right::after {
  clear: both;
  content: "";
  display: table;
}
.cafes .box-right .cooperation img {
  margin-top: 15px;
  width: 140px;
}
.cafes .box-left {
  padding-top: 30px !important;
}
.cafes .box-left .cafes-cats {
  width: -webkit-calc(100% - 1px);
  width: calc(100% - 1px);
  float: left;
}
.cafes .box-left .cafes-cats ul {
  list-style-type: none;
}
.cafes .box-left .cafes-cats ul li {
  display: block;
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
  margin-left: 35px;
  padding: 0px;
}
.cafes .box-left .cafes-cats ul li:hover {
  font-weight: bold;
}
.cafes .box-left .cafes-cats ul li:first-of-type {
  margin-bottom: 10px;
}
.cafes .box-left .cafes-cat-selected {
  font-weight: bold;
}
.cafes .box-center {
  position: relative;
}
.cafes .box-center .col-both {
  position: relative;
}
.cafes .box-center .col-both .cafes-cat {
  display: none;
  position: relative;
  z-index: 1;
}
.cafes .box-center .col-both .cafes-cat::after {
  clear: both;
  content: "";
  display: table;
}
.cafes .box-center .col-both .cafes-cat:first-of-type .header-tile {
  margin-top: 0;
}
.cafes .box-center .col-both .cafes-cat.cat-visible {
  display: block;
}
.cafes .box-center .col-both .tile {
  position: relative;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  z-index: 1;
}
.cafes .box-center .col-both .tile label {
  z-index: 2;
  position: absolute;
  right: -15px;
  top: -10px;
  background-color: #fff;
  padding: 0 7px;
  border: 1px solid #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  font-size: 12px;
  width: 90px;
  text-align: right;
}
.cafes .box-center .col-both .tile section {
  display: none;
  padding: 8px 40px 12px;
}
.cafes .box-center .col-both .tile section .section {
  margin-top: 20px;
}
.cafes .box-center .col-both .tile section .section::after {
  clear: both;
  content: "";
  display: table;
}
.cafes .box-center .col-both .tile section .section:first-of-type {
  margin-top: 0;
}
.cafes .box-center .col-both .tile section .section span {
  width: 30%;
  float: left;
  font-weight: bold;
}
.cafes .box-center .col-both .tile section .section p, .cafes .box-center .col-both .tile section .section ul {
  width: 70%;
  float: left;
}
.cafes .box-center .col-both .tile section .spacer {
  display: block;
  height: 1px;
  border-bottom: 1px solid #CDDA2D;
  margin-top: 20px;
}
.cafes .box-center .col-both .tile header {
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
}
.cafes .box-center .col-both .tile header span:first-of-type {
  padding-right: 140px;
}
.cafes .box-center .col-both .tile header span.cafe-day {
  position: absolute;
  right: 40px;
  top: 15px;
}
.cafes .box-center .col-both .tile.toggled section,
.cafes .box-center .col-both .tile.toggled header,
.cafes .box-center .col-both .tile.toggled footer.blank {
  background-color: #F5F8D5;
}
.cafes .box-center .col-both .tile.toggled header {
  padding-top: 20px !important;
}
.cafes .box-center .col-both .tile.toggled label {
  display: none;
}
.cafes .box-center .col-both .tile.toggled header span.cafe-day {
  display: none;
}
.cafes .box-center .col-both .header-tile {
  padding: 13px 40px;
  border: 2px solid #CDDA2D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  width: -webkit-calc(100% - 104px);
  width: calc(100% - 104px);
  display: block;
  font-size: 18px;
  color: #CDDA2D;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 10px;
}
.cafes .box-right h4 {
  color: #9D69A5;
  font-weight: bold;
  font-size: 14px;
  margin-top: 20px;
  padding-top: 2px;
  margin-left: 10px !important;
  margin-bottom: 2px;
}
.cafes .box-right h4:first-of-type {
  margin-top: 13px;
}
.cafes .box-right p {
  margin-left: 10px;
  font-size: 13px;
}

.contact {
  padding-bottom: 50px;
}
.contact .contact-tiles {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
  display: block;
}
.contact .contact-tiles .empty-contact-tile-green {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  float: left;
  margin: 10px;
  height: 300px;
  position: relative;
  content: "";
  background-color: #CDDA2D;
}
.contact .contact-tiles .empty-contact-tile-purple {
  width: -webkit-calc(25% - 20px);
  width: calc(25% - 20px);
  float: left;
  margin: 10px;
  height: 300px;
  position: relative;
  content: "";
  background-color: #9D69A5;
}
.contact .contact-tiles .contact-tile {
  float: left;
  width: -webkit-calc(25% - 22px);
  width: calc(25% - 22px);
  margin: 0 10px 10px;
  border: 1px solid #CDDA2D;
  height: 300px;
  background-size: 100%;
  background-position: top center;
  position: relative;
  background-repeat: no-repeat;
}
.contact .contact-tiles .contact-tile:nth-of-type(5), .contact .contact-tiles .contact-tile:nth-of-type(6) {
  margin-top: 10px;
}
.contact .contact-tiles .contact-tile .tile-layer-top,
.contact .contact-tiles .contact-tile .tile-layer-bottom {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.contact .contact-tiles .contact-tile .tile-layer-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
}
.contact .contact-tiles .contact-tile .tile-layer-bottom p {
  display: none;
}
.contact .contact-tiles .contact-tile h1 {
  display: block;
  padding: 5px 5px 2px;
}
.contact .contact-tiles .contact-tile span {
  display: block;
  padding: 0 5px 5px;
}
.contact .contact-tiles .contact-tile p {
  padding: 5px;
}
.contact .contact-tiles .contact-tile a {
  text-decoration: none;
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    margin: 0;
  }
  .container .header-main .logo {
    margin-left: 0;
    width: 18%;
  }
  .container .header-main .header-navigation {
    margin-top: 15px;
    width: -webkit-calc(82% - 49px);
    width: calc(82% - 49px);
  }
  .container .content-main {
    margin-top: 10px;
  }

  .contact .contact-tiles .contact-tile {
    background-size: 110%;
  }

  .imprint section,
.privacy section {
    width: 600px;
  }

  .events-new .form-new form .date-and-time .time-picker {
    left: 50%;
  }

  .info .info-box a:nth-of-type(2) img {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  .projects .projects-tiles .projects-tile-row:first-of-type .projects-tile-2x4-img {
    background-size: 110% !important;
  }
  .projects .projects-tiles .projects-tile-row:first-of-type:first-of-type .projects-tile-2x4-img {
    background-position: -30px -105px;
  }
}
@media screen and (max-width: 1141px) {
  .contact .contact-tiles .contact-tile {
    width: -webkit-calc(33.3% - 22px);
    width: calc(33.3% - 22px);
    height: 400px;
  }
  .contact .contact-tiles .contact-tile:nth-of-type(4) {
    margin-top: 10px;
  }
  .contact .contact-tiles .empty-contact-tile-green,
.contact .contact-tiles .empty-contact-tile-purple {
    display: none;
  }

  .projects .projects-tiles .projects-tile-row:first-of-type .projects-tile-2x4-img {
    background-size: 120% !important;
  }
  .projects .projects-tiles .projects-tile-row:nth-of-type(3) .projects-tile-2x4-img {
    background-size: 135% !important;
  }

  .events-new .info-box .vertical-bar .info-date {
    margin-top: 137px;
  }

  .events-entry .events-entry-show .events-entry-info .row .left-grid {
    width: 30%;
  }
  .events-entry .events-entry-show .events-entry-info .row .right-grid {
    width: 70%;
  }

  .lib-overview .info-box .input-group #lib-search {
    width: 60%;
  }

  .info .nav-info-box {
    display: none;
  }
  .info .board-box {
    width: 75%;
    margin-left: 0;
  }
  .info .board-box .mobile-navigation-selector {
    display: block !important;
  }
  .info .info-box a:nth-of-type(2) {
    margin-left: -30px;
  }
  .info .info-box a:nth-of-type(2) img {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  .projects .projects-tiles .projects-tile-row .projects-tile-2x4 {
    width: -webkit-calc(75% - 42px);
    width: calc(75% - 42px);
  }
  .projects .projects-tiles .projects-tile-row .projects-empty-tile {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .container .header-main .header-navigation .nav-main ul li a {
    font-size: 16px;
  }
  .container .header-main .header-navigation .nav-main ul li ul.nav-submenu li a {
    font-size: 15px;
  }
  .container .content-main {
    margin-top: 0;
  }

  .contact .contact-tiles .contact-tile {
    background-size: 110%;
  }

  .lib-overview .nav-lib-box,
.lib-new .nav-lib-box {
    display: none;
  }
  .lib-overview .category-selector,
.lib-new .category-selector {
    display: inline;
  }
  .lib-overview .board-box,
.lib-new .board-box {
    width: -webkit-calc(75% - 25px);
    width: calc(75% - 25px);
    margin-left: 25px;
  }
  .lib-overview .loading,
.lib-new .loading {
    top: 140px;
  }

  .lib-overview .info-box {
    padding-top: 67px;
  }

  .events-overview .nav-events-box,
.events-new .nav-events-box {
    display: none;
  }
  .events-overview .category-selector,
.events-new .category-selector {
    display: inline;
  }
  .events-overview .board-box,
.events-new .board-box {
    width: -webkit-calc(75% - 25px);
    width: calc(75% - 25px);
    margin-left: 25px;
  }
  .events-overview .loading,
.events-new .loading {
    top: 140px;
  }

  .lib-entry .nav-lib-box {
    width: 19.5%;
  }
  .lib-entry .board-box {
    width: 60%;
    margin-left: 20%;
  }
  .lib-entry .nav-bar {
    margin-left: 20%;
    width: calc(60% - 10px);
  }

  .events-entry .nav-events-box {
    width: 19.5%;
  }
  .events-entry .board-box {
    width: 60%;
    margin-left: 20%;
  }
  .events-entry .nav-bar {
    margin-left: 20%;
    width: calc(60% - 10px);
  }

  .info .info-box a img {
    height: 220px;
  }
  .info .info-box a:nth-of-type(2) {
    margin-left: -20px;
  }

  .projects .projects-tiles .projects-tile-row .projects-tile-2x4-img {
    background-size: 120% !important;
  }
}
@media screen and (max-width: 1072px) {
  .events-new .info-box .vertical-bar .info-date-type {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1050px) {
  .container .content-main {
    padding-left: 20px;
    padding-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .container .footer-main {
    margin-left: 20px;
    margin-right: 20px;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .home .tiles .tile-bigimgtext .tile-story-contents {
    width: -webkit-calc(60% - 60px);
    width: calc(60% - 60px);
  }
  .home #newsletter {
    width: -webkit-calc(33.3% - 30px);
    width: calc(33.3% - 30px);
  }

  .contact .contact-tiles .contact-tile {
    height: 350px;
  }

  .donations .nav-donation-box {
    display: none;
  }
  .donations .nav-donation-box .image-upload-info {
    display: none;
  }
  .donations .category-selector {
    display: inline;
  }
  .donations .board-box {
    width: -webkit-calc(75% - 25px);
    width: calc(75% - 25px);
    margin-left: 25px;
  }
  .donations .loading {
    top: 140px;
  }

  .donation .board-box-content .info-box-contact {
    width: 170px;
    right: -200px;
  }

  .selector .board-box {
    width: 75%;
    margin-left: 10%;
  }

  .all .nav-ad-districts .region-selector {
    max-width: 40%;
  }

  .encourage .language-switcher {
    width: 70%;
  }
  .encourage section {
    width: -webkit-calc(70% - 30px);
    width: calc(70% - 30px);
  }

  .info .info-box {
    width: -webkit-calc(25% - 27px);
    width: calc(25% - 27px);
    margin-left: -webkit-calc(75% - 20px);
    margin-left: calc(75% - 20px);
  }
  .info .info-box .mobile-navigation-selector {
    margin-left: 15px;
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .topics-box {
    width: 250px !important;
  }

  .cafes .box-center {
    margin-left: 0;
    width: 75%;
  }

  .projects .projects-tiles .projects-tile-row .projects-tile {
    width: -webkit-calc(33.3% - 42px);
    width: calc(33.3% - 42px);
  }
  .projects .projects-tiles .projects-tile-row .projects-contact-tile {
    width: -webkit-calc(33.3% - 22px);
    width: calc(33.3% - 22px);
  }
  .projects .projects-tiles .projects-tile-row .projects-contact-tile .tile-layer-bottom h1 {
    color: #666666;
  }
  .projects .projects-tiles .projects-tile-row .projects-tile-2x4 {
    width: -webkit-calc(66.6% - 42px);
    width: calc(66.6% - 42px);
  }
  .projects .projects-tiles .projects-tile-row .projects-tile-2x4-img {
    width: -webkit-calc(66.6% - 42px);
    width: calc(66.6% - 42px);
  }
  .projects .projects-tiles .projects-tile-row .projects-empty-tile {
    display: none;
  }
}
@media screen and (max-width: 1020px) {
  .container .nav-mobile-handle {
    display: block;
  }
  .container .header-main {
    height: unset;
  }
  .container .header-main .header-navigation {
    margin-top: 30px;
    width: -webkit-calc(80% - 49px);
    width: calc(80% - 49px);
  }
  .container .header-main .header-navigation .nav-main {
    display: none;
  }
  .container .content-main {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .container .footer-main .footer-third img {
    max-width: 100%;
  }

  .home .tiles .tile-bigimgtext {
    background-size: 800px;
  }

  .info .info-box,
.donations .info-box,
.events-overview .info-box,
.lib-overview .info-box {
    margin-left: 72.5%;
  }

  .events-new .info-box {
    margin-left: 0px;
  }

  .newsletter.form .board-box {
    width: 60%;
    margin-left: 20%;
  }

  .info .info-box {
    text-align: center;
  }
  .info .info-box a:nth-of-type(2) {
    margin-left: 10px;
  }
  .info .info-box a:nth-of-type(2) img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .info .info-box p {
    margin-left: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 975px) {
  .home #newsletter {
    width: -webkit-calc(40% - 30px);
    width: calc(40% - 30px);
    left: -webkit-calc(60% - 4px);
    left: calc(60% - 4px);
  }
}
@media screen and (max-width: 950px) {
  .container .header-main .header-navigation {
    margin-left: 15px;
    width: -webkit-calc(80% - 30px);
    width: calc(80% - 30px);
  }

  .info .board-box .board-box-content .popup .box {
    width: 80%;
  }
  .info .board-box .board-box-content .popup .box .left-grid {
    display: none;
  }
  .info .board-box .board-box-content .popup .box .right-grid {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 750px;
  }

  .lib-entry .nav-lib-box {
    width: 14.5%;
  }
  .lib-entry .board-box {
    width: 70%;
    margin-left: 15%;
  }
  .lib-entry .nav-bar {
    margin-left: 15%;
    width: calc(70% - 10px);
  }

  .events-entry .nav-events-box {
    width: 14.5%;
  }
  .events-entry .board-box {
    width: 70%;
    margin-left: 15%;
  }
  .events-entry .nav-bar {
    margin-left: 15%;
    width: calc(70% - 10px);
  }

  .topics-box {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .home .tiles .tile-bigimgtext .tile-story-contents {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }

  .contact .contact-tiles .contact-tile {
    width: -webkit-calc(50% - 22px);
    width: calc(50% - 22px);
    height: 450px;
  }
  .contact .contact-tiles .contact-tile:nth-of-type(3) {
    margin-top: 10px;
  }

  .donations .info-box p,
.library .info-box p {
    padding-right: 10px;
  }

  .all .nav-ad-districts .region-selector {
    max-width: 50%;
  }

  .lib-new .form-new form select {
    width: calc(80% - 12px);
  }
}
@media screen and (max-width: 850px) {
  .container .header-main .header-navigation {
    margin-top: 25px;
  }

  .home .tiles .tile-bigimgtext {
    float: none;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    background-size: 790px;
  }
  .home .tiles .tile-text {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
  }
  .home .tiles .tile:nth-of-type(1) {
    margin: 0 0 10px;
  }
  .home .tiles .tile:nth-of-type(2) {
    margin: 10px 10px 0 0;
  }
  .home .tiles .tile:nth-of-type(3) {
    margin: 10px 0 0 10px;
  }
  .home #newsletter {
    width: -webkit-calc(50% - 44px);
    width: calc(50% - 44px);
    left: -webkit-calc(50% + 11px);
    left: calc(50% + 11px);
  }

  .contact .contact-tiles .contact-tile {
    height: 400px;
  }

  .projects .projects-tiles .projects-tile-row .projects-tile {
    width: -webkit-calc(50% - 42px);
    width: calc(50% - 42px);
    height: 320px;
  }
  .projects .projects-tiles .projects-tile-row .projects-contact-tile {
    width: -webkit-calc(50% - 22px);
    width: calc(50% - 22px);
    height: 340px;
  }
  .projects .projects-tiles .projects-tile-row .projects-tile-2x4 {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 320px;
  }
  .projects .projects-tiles .projects-tile-row .projects-tile-2x4-img {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
    height: 320px;
  }
  .projects .projects-tiles .projects-tile-row .responsive-movable-tile {
    position: absolute;
    float: none;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 822px) {
  .events-new .board-box {
    margin-left: 0;
  }
  .events-new .info-box {
    width: 27.5%;
  }
  .events-new .info-box .vertical-bar .info-date h4,
.events-new .info-box .vertical-bar .info-date p,
.events-new .info-box .vertical-bar .info-category h4,
.events-new .info-box .vertical-bar .info-category p,
.events-new .info-box .vertical-bar .info-date-type h4,
.events-new .info-box .vertical-bar .info-date-type p,
.events-new .info-box .vertical-bar .info-general h4,
.events-new .info-box .vertical-bar .info-general p {
    padding-left: 15px;
  }

  .donation .board-box-content .info-box-contact {
    width: 135px;
    right: -165px;
  }

  .newsletter.form .board-box {
    width: 70%;
    margin-left: 15%;
  }
}
@media screen and (max-width: 800px) {
  .container .header-main .logo {
    width: -webkit-calc(30% - 15px);
    width: calc(30% - 15px);
    padding-left: 15px;
  }
  .container .header-main .logo img {
    width: 100%;
  }
  .container .header-main .header-navigation {
    width: -webkit-calc(65% - 30px);
    width: calc(65% - 30px);
    margin-top: 45px;
  }
  .container .header-main .header-navigation .slogan {
    display: none;
  }
  .container .header-main .header-navigation .mobile-slogan {
    display: block;
  }
  .container .header-main .header-navigation .mobile-slogan a:first-of-type img {
    max-width: 55%;
  }
  .container .header-main .header-navigation .mobile-slogan a:nth-of-type(2) img {
    max-width: 100%;
  }
  .container .footer-main {
    margin-top: 50px;
  }
  .container .footer-main .footer-third {
    float: none;
  }
  .container .footer-main .footer-third:nth-of-type(1) {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
  .container .footer-main .footer-third:nth-of-type(2) {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 0;
  }
  .container .footer-main .footer-third:nth-of-type(3) {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    position: absolute;
    right: 0;
    top: 20px;
  }

  .home #newsletter {
    left: 20px;
    bottom: -42px;
  }

  .donations .board-box-content {
    padding: 30px 50px;
  }
  .donations .donation-show {
    padding: 10px 50px 30px;
  }
  .donations .donation-show .donation-images-button {
    display: none;
  }
  .donations .donation-show .donation-images-button-responsive {
    display: inline-block;
  }
  .donations .donation-show .donation-district {
    right: 50px;
  }

  .donation .info-box {
    padding-top: 345px;
  }

  .lib-overview .info-box,
.events-overview .info-box {
    padding-top: 100px;
  }
  .lib-overview .info-box .input-group,
.events-overview .info-box .input-group {
    display: none;
  }

  .events-new .board-box {
    width: 100%;
  }
  .events-new .board-box .new-events-entry-responsive {
    display: block;
  }
  .events-new .info-box {
    display: none;
  }

  .events-new .form-new form select {
    width: calc(80% - 12px);
  }

  .events-overview .events-overview-entry .events-entry-info .row .left-grid {
    width: 20%;
  }
  .events-overview .events-overview-entry .events-entry-info .row .right-grid {
    width: 80%;
  }

  .lib-new .board-box-content {
    padding: 30px 50px;
  }

  .selector .type-selector li {
    float: none;
    width: 100%;
  }
  .selector .type-selector li a {
    padding: 20px 80px;
  }
  .selector .board-box-content {
    background-color: #fff;
  }

  .encourage .language-switcher {
    width: 90%;
  }
  .encourage section {
    width: -webkit-calc(90% - 30px);
    width: calc(90% - 30px);
  }

  .info .info-box,
.donations .info-box,
.events .info-box,
.library .info-box {
    margin-left: 72%;
  }

  .events-new .info-box {
    margin-left: 0px;
  }
}
@media screen and (max-width: 750px) {
  .home .tiles .tile-bigimgtext {
    height: 700px;
    background-size: 115%;
  }

  .all .info-box,
.library .info-box,
.events .info-box {
    padding-top: 80px;
  }

  .error,
.form-success,
.form-user-action,
.setuser-box {
    width: 85%;
    padding: 15px;
  }

  .lib-entry .nav-lib-box {
    width: 9.5%;
  }
  .lib-entry .board-box {
    width: 80%;
    margin-left: 10%;
  }
  .lib-entry .nav-bar {
    margin-left: 10%;
    width: calc(80% - 10px);
  }

  .events-entry .nav-events-box {
    width: 9.5%;
  }
  .events-entry .board-box {
    width: 80%;
    margin-left: 10%;
  }
  .events-entry .nav-bar {
    margin-left: 10%;
    width: calc(80% - 10px);
  }

  .newsletter.form .board-box {
    width: 80%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 710px) {
  .contact .contact-tiles .contact-tile {
    height: 350px;
  }

  .donation .board-box-content .info-box-contact {
    right: -150px;
  }

  .new .form-new form select {
    width: calc(70% - 12px);
  }

  .all .nav-ad-districts .region-selector {
    max-width: 60%;
  }

  .lib-new .form-new form select,
.events-new .form-new form select {
    width: calc(90% - 12px);
  }

  .info .info-box {
    display: none;
  }
  .info .board-box {
    width: 100%;
  }
  .info .board-box .mobile-coordinator-info {
    display: block;
  }

  .lib-entry .nav-lib-box {
    width: 0;
  }
  .lib-entry .board-box {
    width: 100%;
    margin-left: 0;
  }
  .lib-entry .nav-bar {
    margin-left: 0;
    width: calc(100% - 10px);
  }

  .events-entry .nav-events-box {
    width: 0;
  }
  .events-entry .board-box {
    width: 100%;
    margin-left: 0;
  }
  .events-entry .nav-bar {
    margin-left: 0;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 700px) {
  .container .header-main .logo {
    width: -webkit-calc(29% - 15px);
    width: calc(29% - 15px);
  }
  .container .header-main .logo img {
    margin-left: 0;
  }
  .container .header-main .header-navigation {
    width: -webkit-calc(70% - 40px);
    width: calc(70% - 40px);
    margin-top: 5.8vw;
  }
  .container .footer-main {
    margin-top: 30px;
  }

  .home .tiles .tile-bigimgtext {
    height: 650px;
  }
  .home #newsletter {
    width: -webkit-calc(60% - 44px);
    width: calc(60% - 44px);
    left: -webkit-calc(40% + 11px);
    left: calc(40% + 11px);
    z-index: 8;
    bottom: unset;
  }

  .cafes .box-center {
    margin-left: 0;
    width: 100%;
  }
  .cafes .box-right {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .home .tiles .tile-bigimgtext {
    height: 600px;
  }

  .contact .contact-tiles .contact-tile {
    height: 300px;
  }

  .projects .projects-tiles .projects-tile-row:first-of-type .projects-tile-2x4-img {
    background-size: 125% !important;
    background-position: -60px -105px !important;
  }
  .projects .projects-tiles .projects-tile-row:nth-of-type(3) .projects-tile-2x4-img {
    background-size: 150% !important;
  }
  .projects .projects-tiles .projects-tile-row .projects-contact-tile {
    background-size: 110%;
    background-position: -10px 0;
  }

  .home section,
.project section,
.howto section,
.contact section,
.imprint section,
.privacy section {
    width: 100%;
  }

  .form-success {
    width: 90%;
  }

  .donations .info-box .new-entry,
.library .info-box .new-entry,
.events .info-box .new-entry {
    margin-left: 30px;
  }

  .home,
.contact {
    padding-bottom: 20px;
  }

  .lib-overview .board-box,
.lib-new .board-box,
.events-overview .board-box,
.donations .board-box {
    width: 75%;
    margin-left: 0%;
  }

  .encourage .language-switcher {
    width: 100%;
  }
  .encourage section {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .newsletter.form .board-box {
    width: 90%;
    margin-left: 5%;
  }

  .donations .board-box {
    width: 100%;
  }
  .donations .board-box .new-donation-responsive {
    display: block;
  }
  .donations .board-box .board-box-content .info-box-contact {
    display: none;
  }
  .donations .info-box {
    display: none;
  }

  .lib-overview .board-box,
.lib-new .board-box {
    width: 100%;
  }
  .lib-overview .board-box .new-lib-entry-responsive,
.lib-new .board-box .new-lib-entry-responsive {
    display: block;
  }
  .lib-overview .info-box,
.lib-new .info-box {
    display: none;
  }

  .events-overview .board-box {
    width: 100%;
  }
  .events-overview .board-box .new-events-entry-responsive {
    display: block;
  }
  .events-overview .info-box {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .home .tiles .tile:nth-of-type(2),
.home .tiles .tile:nth-of-type(3) {
    float: none;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 20px 0 0;
  }
  .home .tiles .tile-bigimgtext {
    background-size: 125%;
  }
  .home #newsletter {
    width: -webkit-calc(100% - 54px);
    width: calc(100% - 54px);
    left: 20px;
  }

  .donations .board-box-content {
    padding: 30px;
  }
  .donations .info-box p,
.donations .info-box h4 {
    padding-left: 20px;
  }
  .donations .info-box .new-ad {
    width: 70px;
    height: 70px;
    background-size: 80%;
    margin-bottom: 30px;
    margin-left: 35px;
  }

  .donation .board-box-content .info-box-contact {
    right: -135px;
    width: 120px;
  }

  .library .info-box p,
.library .info-box h4,
.events .info-box p,
.events .info-box h4 {
    padding-left: 20px;
  }
  .library .info-box .new-entry,
.events .info-box .new-entry {
    width: 70px;
    height: 70px;
    background-size: 80%;
    margin-bottom: 30px;
    margin-left: 35px;
  }

  .lib-new .board-box-content,
.events-new .board-box-content {
    padding: 30px;
  }
  .lib-new .form-new form select,
.events-new .form-new form select {
    width: calc(90% - 12px);
  }

  .lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .left-grid {
    width: 30%;
  }
  .lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .right-grid {
    width: 70%;
  }

  .donations .info-box .new-entry,
.library .info-box .new-entry,
.events .info-box .new-entry {
    margin-left: 25px;
  }

  .newsletter.form .board-box {
    width: 100%;
    margin-left: 0%;
  }
  .newsletter.form .board-box-content {
    padding: 10px 25px;
  }
}
@media screen and (max-width: 570px) {
  .home .tiles .tile-bigimgtext {
    height: 550px;
  }

  .contact .contact-tiles .contact-tile {
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    height: 450px;
    background-size: 100%;
    margin-top: 20px !important;
    margin-bottom: 0;
  }
  .contact .contact-tiles .contact-tile:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 550px) {
  .container .footer-main {
    padding-top: 0;
  }
  .container .footer-main .footer-third:nth-of-type(1),
.container .footer-main .footer-third:nth-of-type(2) {
    display: none;
  }
  .container .footer-main .footer-third:nth-of-type(3) {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .container .footer-main .footer-third:nth-of-type(3) img {
    max-width: 65%;
    margin-top: 5px;
    display: block;
    margin-bottom: 25px;
  }

  .home .tiles .tile-bigimgtext {
    height: 500px;
  }

  .projects .projects-tiles .projects-tile-row:first-of-type .projects-tile-2x4-img {
    background-size: 140% !important;
    background-position: -80px -105px !important;
  }
  .projects .projects-tiles .projects-tile-row:nth-of-type(3) .projects-tile-2x4-img {
    background-size: 170% !important;
  }
  .projects .projects-tiles .projects-tile-row .projects-contact-tile {
    background-size: 140%;
    background-position: -40px 0;
  }

  .selector .board-box {
    width: 80%;
  }

  .new .form-new form select {
    width: calc(60% - 12px);
  }

  .lib-new .form-new form select {
    width: calc(80% - 12px);
  }

  .events-new .form-new form .manualSelect-group .manualSelect-entry {
    font-size: 14px !important;
  }

  .container .header-main .header-navigation .slogan {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 500px) {
  .container .header-main .header-navigation {
    margin-top: 5vw;
  }
  .container .footer-main .footer-third:nth-of-type(3) img {
    max-width: 70%;
  }

  .home .tiles .tile-bigimgtext {
    background-size: 130%;
  }

  .projects .projects-tiles .projects-tile-row:first-of-type .projects-tile-2x4-img {
    background-size: 160% !important;
    background-position: -100px -105px !important;
  }
  .projects .projects-tiles .projects-tile-row:nth-of-type(3) .projects-tile-2x4-img {
    background-size: 200% !important;
  }

  .lib-entry .nav-lib-box {
    display: none;
  }
  .lib-entry .lib-entry-show .lib-deletion-request {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 0px;
  }
  .lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .left-grid {
    width: 40%;
  }
  .lib-entry .lib-entry-show .lib-entry-rating-comments .lib-entry-comments .right-grid {
    width: 60%;
  }

  .events-entry .nav-events-box {
    display: none;
  }
  .events-entry .events-entry-show .events-deletion-request {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    margin-left: 0px;
  }

  .events-overview .events-overview-entry .events-entry-info .row .left-grid {
    width: 30%;
  }
  .events-overview .events-overview-entry .events-entry-info .row .right-grid {
    width: 70%;
  }

  .lib-new .form-new .attachment-selector .attachment-type-selector ul li,
.events-new .form-new .attachment-selector .attachment-type-selector ul li {
    float: none;
    display: block;
  }
  .lib-new .form-new .attachment-selector .attachment-type-selector ul li:last-of-type,
.events-new .form-new .attachment-selector .attachment-type-selector ul li:last-of-type {
    margin-top: 10px;
  }

  .lib-entry .nav-bar,
.events-entry .nav-bar {
    width: 100%;
    margin-left: 0%;
  }

  .newsletter.form .board-box-content {
    padding: 10px;
  }
}
@media screen and (max-width: 468px) {
  .events-new .form-new .attachment-selector {
    height: 780px;
  }

  .projects .projects-tiles .projects-tile-row .projects-tile {
    width: -webkit-calc(100% - 42px);
    width: calc(100% - 42px);
  }
  .projects .projects-tiles .projects-tile-row .projects-contact-tile {
    width: -webkit-calc(100% - 22px);
    width: calc(100% - 22px);
    background-size: 100%;
    background-position: 0 0;
  }
  .projects .projects-tiles .projects-tile-row .responsive-movable-tile {
    position: relative;
    float: left;
    top: unset;
    left: unset;
  }
  .projects .projects-tiles .projects-tile-row:first-of-type .projects-tile-2x4-img {
    background-size: 200% !important;
    background-position: -120px -105px !important;
  }
  .projects .projects-tiles .projects-tile-row:nth-of-type(3) .projects-tile-2x4-img {
    background-size: 230% !important;
  }
  .projects .projects-tiles .projects-tile-row .projects-tile-2x4 {
    height: auto;
  }
}
@media screen and (max-width: 450px) {
  .container .header-main .header-navigation {
    margin-top: 6vw;
    margin-left: 5px;
    width: -webkit-calc(70% - 30px);
    width: calc(70% - 30px);
  }
  .container .header-main .header-navigation .mobile-slogan a:nth-of-type(2) {
    display: none;
  }
  .container .header-main .header-navigation .mobile-slogan a:first-of-type img {
    max-width: 100%;
  }
  .container .footer-main .footer-third:nth-of-type(3) img {
    max-width: 80%;
  }

  .home .tiles .tile-bigimgtext {
    background-size: 150%;
  }

  .contact .contact-tiles .contact-tile {
    height: 400px;
  }

  .new .form-new form select {
    width: calc(80% - 12px);
  }

  .selector .type-selector li a {
    padding: 10px 40px;
  }

  .all .nav-ad-districts .region-selector {
    max-width: 70%;
  }

  .library .liv-entry-show .lib-entry-rating {
    right: 5px;
  }

  .lib-new .form-new form select,
.events-new .form-new form select {
    width: calc(90% - 12px);
  }
  .lib-new .form-new form .manualSelect-group .manualSelect-entry,
.events-new .form-new form .manualSelect-group .manualSelect-entry {
    font-size: 12px !important;
    width: -webkit-calc(33% - 8px);
    width: calc(33% - 8px);
    margin-left: 7px;
  }
}
@media screen and (max-width: 440px) {
  .new .form-new .image-upload-things {
    height: 560px;
  }

  .lib-new .form-new .attachment-selector {
    height: 480px;
  }
}
@media screen and (max-width: 410px) {
  .contact .contact-tiles .contact-tile {
    height: 350px;
  }
}
@media screen and (max-width: 400px) {
  .container .footer-main .footer-third:nth-of-type(3) img {
    max-width: 90%;
  }

  .home .tiles .tile-bigimgtext {
    height: 400px;
  }

  .lib-new .form-new .attachment-selector .attachment-link input[type=text],
.events-new .form-new .attachment-selector .attachment-link input[type=text] {
    width: 70%;
  }
}
@media screen and (max-width: 375px) {
  .new .form-new form select,
.lib-new .form-new form select,
.events-new .form-new form select {
    width: calc(90% - 12px);
  }

  .events-new .form-new .attachment-selector {
    height: 815px;
  }

  .donation .donation-show {
    padding: 10px 5px 30px;
  }
  .donation .donation-show .donation-district {
    right: 5px;
  }
  .donation .nav-bar {
    padding-left: 5px;
  }

  .all .nav-ad-districts .region-selector {
    max-width: 100%;
  }
}
@media screen and (max-width: 370px) {
  .container .footer-main .footer-third:nth-of-type(3) img {
    max-width: 100%;
  }

  .new .form-new .image-upload-things {
    height: 585px;
  }

  .lib-new .form-new .attachment-selector {
    height: 495px;
  }
}
@media screen and (max-height: 700px) and (min-width: 710px) {
  .info .scrolled {
    padding-top: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
