html {
  background: #fff;
}
body {
  position: relative;
  margin: 0;
  background-image: linear-gradient(to bottom, #f7ebd2 146px, #fff calc(146px + 20vh));
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
body.homepage {
  background: #fff;
}

.chirplink, .mobileonly {
  display: none;
}

div.floated {
  float: right;
  margin: 0 0 0.5em 1em;
  text-align: center; 
  font-size: 0.85em;
  color: #666;
}
div.floated p {
  margin: 0;
}

/* header */

header, footer {
  background-color: #15275b;
  background: linear-gradient(to right, #15275b 0%, #1f4280 35%,#101947 100%);
}
header {
  border-bottom: 12px solid #D6B36A;
}
header > div {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
header > .flex {
  height: 134px;
}
header .logo {
  margin: 0 24px -12px 0;
}
header > div > .flex-col {
  line-height: 1.2;
}
header .flex-col .flex-col {
  flex-grow: 1;
}
header .flex-col .flex-col p {
  margin: 4px 0;
  font-size: 0.8em;
  color: #fff;
}
header .flex-col .flex-col p:first-child {
  color: #D6B36A !important;
}

/* translate */

#translate {
  background: #fff;
}
#translate > nav {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
#translate ul {
  margin: 8px 0 8px auto;
  font-size: 0.8em;
}
#translate ul li {
  padding-right: 12px;
  vertical-align: middle;
}
#translate a:link, #translate a:visited {
  text-decoration: none;
  color: #333;
}
#translate .flags {
  display: block;
  width: 30px;
  height: 20px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
#translate .en {
  background-image: url(/images/flag-en.png);
}
#translate .ro {
  background-image: url(/images/flag-ro.png);
}

/* banner */

#banner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

/* content */

main.twocol {
  display: flex;
  margin: 0 auto;
  max-width: 1200px;
  flex-flow: row-reverse nowrap;
}
main.twocol > section.main {
  flex-basis: 960px;
  padding-right: 60px;
}
main.twocol > nav {
  flex-grow: 1;
}

section.main {
  margin: 0 auto;
  padding: 60px 20px 40px 20px;
  max-width: 1160px;
}
body.homepage section.main {
  padding: 20px;
}

.home-intro div:first-child {
  flex: 3;
}
.home-intro div:last-child {
  flex: 2;
  margin-left: 52px;
}
.home-intro .flex {
  justify-content: space-around;
}

.reklame {
  text-align: center;
  font-size: 0.6em;
}
.reklame > p {
  margin: 2px 0;
}
.reklame img {
  padding: 4px;
  border: 2px solid #D8EBFF;
}

.image-caption {
  text-align: center;
  font-size: 0.9em;
}

.feature {
  width: 100%;
  padding: 60px 0;
  background-color: #1f4280;
  background-image: linear-gradient(to right, #1f4280 0%,#3272b3 100%);
}
.feature h2 {
  margin-top: 0;
  text-align: center;
  font-weight: normal;
  color: #fff;
}
.feature h3 {
  clear: left;
  margin-top: 0;
}
.feature h3 a:link, .feature h3 a:visited {
  text-decoration: none;
  color: inherit;
}
.feature > .flex {
  margin: 0 auto;
  padding: 0 20px;
  max-width: calc(1200px - 40px);
  justify-content: space-between;
}
.feature > .flex > :first-child {
  position: relative;
  flex: 2;
  margin-right: 26px;
}
.feature > .flex > :last-child {
  margin-left: 26px;
  flex: 1;
}
.feature > .flex > div {
  padding: 20px;
  border-top: 10px solid #D6B36A;
  background: #fff;
}
.feature .flex.wrap {
  justify-content: space-around;
}
.feature .flex.wrap > div {
  flex-basis: 50%;
  padding: 0.5em 0;
  text-align: center;
}

.feature img.left {
  float: left;
  margin: 0 1em 1em 0;
  max-height: 10em;
  width: auto;
}

#banner img, main img {
  max-width: 100%;
  height: auto;
}
main li {
  margin-bottom: 4px;
}
main small {
  font-weight: normal;
}
main strong {
  color: #e41b23;
}
main s {
  text-decoration: none;
  color: #ccc;
}

#container {
  margin: 0 auto;
  padding: 0 20px 10px;
  width: 509px;
  background: repeat-y;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAiUAAAAKCAIAAADkarl2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFNJREFUeNrs1bENgDAMAEEgVvaf13IQFj0VUqq7Eb75836ttapqzhkRBwD81lvJzN7KGONqigCwgd8A4DcA+A0A+A0AfgOA3wCA3wDgNwDw7RFgALI4Eg66J2oMAAAAAElFTkSuQmCC);
}
.twocol #container {
  width: 729px;
  background: #fff;
}

.divider {
  margin: 2em 0 1em;
  height: 1px;
  border-bottom: 1px dotted #d9d3d3;
}

h1 {
  margin: 0 0 0.5em;
  font-size: 1.8em;
  color: #101947;
}
.heading {
  text-align: center;
}
.heading h1, .heading h2 {
  display: inline-block;
  border-bottom: 5px solid #D6B36A;
}
.heading h1 {
  padding-top: 48px;
  background: url(/images/insignia.png) center top no-repeat;
}
.heading h2 a:link, .heading h2 a:visited {
  text-decoration: none;
  color: inherit;
}
.heading h2 a:hover, .heading h2 a:focus {
  text-decoration: none !important;
  color: #D6B36A;
}
h2 {
  font-size: 1.6em;
  color: #101947;
}
h3 {
  font-size: 1.2em;
  color: #101947;
}
h3 small {
  white-space: nowrap;
  font-weight: normal;
  font-size: 0.9em;
}
h4 {
  font-size: 1em;
}

a:link, a:visited {
  color: #0071bc;
  transition: 0.2s;
}
a:hover, a:focus {
  text-decoration: underline !important;
  color: #D6B36A;
}

p.more {
  text-align: right;
}
a.more:after {
  content: "\00a0»";
}

.flex.twocol > div:first-child {
  flex: 1;
  padding-right: 26px;
}
.flex.twocol > div:last-child {
  flex: 1;
  padding-left: 26px;
}

footer {
  margin: 0;
  padding: 20px 0;
}
footer > div {
  margin: 0 auto;
  max-width: calc(1200px - 40px);
  width: calc(100% - 40px);
}
footer .flex {
  align-items: center;
}
footer .flex > nav {
  flex-grow: 1;
  margin-left: 24px;
}
footer .flex > div:last-child img {
  margin: 0 0.5em;
}
footer nav.main a:link, nav.main a:visited {
  padding: 2px 12px;
}
footer p {
  opacity: 0.8;
  font-size: 0.9em;
  color: #D8EBFF;
}
footer p a:link, footer p a:visited {
  text-decoration: none;
  color: inherit;
}


table.collapse {
  margin: 1em 0;
}

table#business_partner {
  border-collapse: collapse;
}
table#business_partner tr {
  border: solid #e0e0e5;
  border-width: 2px 0;
}
table#business_partner td {
  vertical-align: top;
  text-align: center;
  font-size: 11px;
}

.legal ul {
  list-style-type: lower-alpha;
  margin: 1em 0;
  padding: 0 0 0 20px;
}

#members_alpha {
  margin: 0 1em;
}
#members_alpha h4 {
  clear: left;
  float: left;
  margin: 0;
}

.clear {
  clear: both;
}
div.clear {
  height: 1px;
}

#mitglieder_contact label {
  width: 80px;
}
#mitglieder_contact span {
  margin-left: 80px;
}

table#profile_kontakt {
  padding: 1em;
  border: 2px solid #d3d9e0;
  background-color: #fff;
  border-radius: 1em;
}
#profile_kontakt th {
  padding: 2px 1em 2px 0;
  text-align: left;
}
#profile_kontakt td {
  padding: 2px 0;
  white-space: nowrap;
}

.forums {
  margin: 0 0 12px 0;
  padding: 0;
  border: 1px solid #666;
}
.forums h4 {
  margin: 0;
  padding: 3px;
  background-color: #ccc;
  border-bottom: 1px dotted #666;
}
.forums h4 small {
  font-weight: normal;
  white-space: nowrap;
}
.forums p {
  margin: 0;
  padding: 3px;
}

a.preview:link, a.preview:visited {
  padding: 1px 4px;
  background: #e6e2d8;
  border-radius: 2px / 4px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 9px;
  color: #777570;
  transition: 0.2s ease-out;
}
a.preview:hover, a.preview:focus {
  background: #b5b2ab;
  text-decoration: none !important;
  color: #333;
}

#tagcloud {
  float: right;
  margin: 0 0 1em 1em;
  padding: 0.5em 1em;
  width: 50%;
  background: #fff;
  border: 1px solid #b5b2ab;
  line-height: 20px;
}

#showlock {
  display: inline-block;
  position: absolute;
  right: 1em;
  bottom: 1em;
  width: 20px;
  height: 27px;
  opacity: 0.2;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAbCAYAAAB836/YAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAYVJREFUeNpi3Hn5PwMu8OvrW4Pvn144/PvzUwAmxsTC/oFbSH4DCzvPA2x6GLEZCDLo7YOT/d8/PnfAZRknv+QBURW7RHSDMQwEGfbs6rb9//78EmAgAJhY2D5IaXs5snELX4CLISsAGUKsYcjq//z8ooDVwPePz9WjG8YvqT1BwSxWUMkqmRFEC8oaNqIbCtKH1cCv7x4GIPOFFS0KQRjkNZgXBWWNGkBhh6zu86vbCTBXohiI7HRQuIBch82rvGKqC0AYm2OYcIUPt5DcRnzhxyOquhDV65CkxcRAZYDTQA4+yQPkGIiSDpETMjswDGGRgQtgU88CivaXN/esx5criAWgSGTccOSZw3Ng4qR5GA4tA0ElCyh8CEUSCLAQY5gksEQBsbmE5DcSCm+CLmTjErqAnDQo9vLn17cTQGUkKHm9fXCin2IDQQbBMj6oVKFKpICyITgX4KhHSDaQlYP3ATJNsYEwl3HwSRykONmAwL1jc/8Po6wHSqzExB4xANSiAAgwADvmtiXAWq29AAAAAElFTkSuQmCC);
}
fieldset {
  margin: 1em 0;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #eee;
  background-image: linear-gradient(to bottom, white, white 80%, #eee);
}

form fieldset > fieldset {
  clear: left;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1em;
}

legend {
  padding: 2px 8px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 -1px 1px rgba(0,0,0,0.4);
  font-size: 0.9em;
  color: #333;
}
fieldset > label {
  float: left;
  clear: left;
  padding-top: 2px;
  width: 120px;
  text-align: right;
  font-size: 0.9em;
  color: #333;
}
fieldset > label::after {
  content: ":";
}
fieldset > label strong {
  color: #c00;
}
fieldset > span {
  display: block;
  margin: 0 0 0 120px;
  padding: 0 0 4px 4px;
}
fieldset > span label {
  cursor: pointer;
}
fieldset > span.validation-errors {
  font-style: italic;
  font-size: 0.9em;
  color: #f33;
}
fieldset input,
fieldset textarea,
fieldset select {
  padding: 2px 4px;
  border: 1px solid #ccc;
  border-radius: 2px;
  background-color: #fff;
  line-height: 1.1;
  font-family: inherit;
  font-size: 1.1em;
}
fieldset input:focus,
fieldset textarea:focus,
fieldset select:focus {
  border: 1px solid #aaa;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
  color: #333;
}

fieldset input[type=image],
fieldset input[type=file] {
  border: none;
}
fieldset input[type=submit],
fieldset input[type=reset],
fieldset input[type=button] {
  padding: 2px 6px;
  border: #b5bbc4 1px solid;
  background-color: #f7fafc;
  background-image: linear-gradient(to bottom, #fff, #dae6f1);
  font-size: 100%;
  color: #333;
}
fieldset input[type=submit]:hover,
fieldset input[type=reset]:hover,
fieldset input[type=button]:hover {
  color: #e36627;
}
fieldset input[type=submit]:active {
  border-color: #666;
}

fieldset input:disabled,
fieldset input:disabled:hover,
fieldset input:disabled:focus {
  color: #999 !important;
}

input.cssform-undo:disabled {
  display: none;
}

button.check-speling {
  padding: 2px 6px;
  background: rgba(255,255,255,0.8);
  border: none;
  line-height: 1.4;
  font-weight: normal;
  color: #666;
  cursor: pointer;
}

a.delete:link {
  white-space: nowrap;
  color: #c00 !important;
}
a.delete:visited {
  color: #c00 !important;
}
a.delete:hover,
a.delete:focus {
  color: #000 !important;
  background-color: yellow !important;
}

.warning {
  margin: 0.5em 0;
  border: 1px solid #f00;
  background-color: #ff0;
  font-size: 0.8em;
  color: #333;
}
p.warning,
.warning p,
span.warning {
  padding: 0.5em;
}
.warning b {
  text-transform: uppercase;
  color: #f00;
}

input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAT1JREFUeNpi/P//PwMpgImBRMACY/x7/uDX39sXt/67cMoDyOVgMjBjYFbV/8kkqcCBrIER5KS/967s+rmkXxzI5wJiRSBm/v8P7NTfHHFFl5mVdIzhGv4+u///x+xmuAlcdXPB9KeqeLgYd3bDU2ZpRRmwH4DOeAI07QXIRKipYPD35184/nn17CO4p/+cOfjl76+/X4GYAYThGn7/g+Mfh/ZZwjUA/aABpJVhpv6+dQUjZP78Z0YEK7OezS2gwltg64GmfTu6i+HL+mUMP34wgvGvL78ZOEysf8M1sGgZvQIqfA1SDAL8iUUMPIFRQLf+AmMQ4DQ0vYYSrL9vXDz2sq9LFsiX4dLRA0t8OX0SHKzi5bXf2HUMBVA0gN356N7p7xdOS3w5fAgcfNxWtn+BJi9gVVBOQfYPQIABABvRq3BwGT3OAAAAAElFTkSuQmCC');
  background-position: right top;
  background-repeat: no-repeat;
  box-shadow: none;
}
input:required:valid,
textarea:required:valid {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZZJREFUeNpi/P//PwMpgImBRMAy58QshrNPTzP8+vOLIUInisFQyYjhz98/DB9/fmT48/+35v7H+8KNhE2+WclZd+G0gZmJmYGThUNz1fUVMZtvbWT59eUXG9wGZIWMUPj993eJ5VeWxuy8veM/CzPL3yfvH/9H0QBSBDYZyOVm4mGYfn6q4cory5lYmFh+MrEwM/76/YsR7mk2ZjbWP///WP37/y8cqIDhx58fjvtu7XV6//ndT34G/v8FasUsDjKO/+A2PP3wpGLd+TVsfOz8XH6KAT+nHpokcu7h6d9q/BoMxToVbBYqlt9///+1GO4/WVdpXqY/zMqXn13/+vTjI9mj94/y//v9/3e9ZRObvYbDT0Y2xnm///x+wsfHB3GSGLf41jb3rv0O8nbcR66d+HPvxf2/+YZFTHaqjl8YWBnm/vv37yly5LL8+vuLgYuVa3uf/4T/Kd8SnSTZpb6FGUXwcvJxbAPKP2VkZESNOBDx8+9PBm4OwR1TwmYwcfzjsBUQFLjOxs52A2YyKysrXANAgAEA7buhysQuIREAAAAASUVORK5CYII=');
  background-position: right top;
  background-repeat: no-repeat;
}

input::-webkit-input-placeholder {
  color: #ababab;
}
input:-moz-placeholder {
  color: #ababab;
}

input[type="number"] {
  max-width: 4em;
}

#preview_desktop img {
  max-width: 100%;
  height: auto;
}

.cropper {
  display: inline-block;
  margin: 0 1em;
  padding-left: 18px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABRElEQVQ4jZXSsUsVUBzF8Y/yhgKRSOdwFpUgpxZX/4BElxwKcWhJqNbOIiEOBuIQiuioaUsSBRFCBIKjq0KERdoUhIRIOLyr2LNnvgN3+d37Pfzu+f1oQEmGk8yerVUagB/iGbrP1psvCT/BFJ4n2W7IIMkjTGAX47X3lSQV3EEHvmAlyWGB72GyvB1L8itJCzrRg/ZmLOI+ruIulgrcgZkCv8W1JDv4iU/ow6umJHvoTrKfpBU/0IZZDOEzRrGKA8xjJsku1Sms4XWSDfTiO27jJa7jKQZKd29OvneaAUbQjy58xQe8wBXcSvIbG/VCbqotJBkuuRzgQZKFevA5gySwhWmsYxNtSY7qGdRu4g20Yw6t+FNOXdUaHJXaTdXkl5NcaPDXJib5hvf4qDqBxxfB/+rgRINJ1v4Hn+ug6J1qDpfSMVLdY4b2kZcrAAAAAElFTkSuQmCC);
  background-position: left center;
  background-repeat: no-repeat;
}
.cropper:link {
  text-decoration: none !important;
  font-size: 0.75em;
  color: rgba(0,0,0,0) !important;
}
.cropper:visited {
  color: rgba(0,0,0,0) !important;
}
.cropper:hover,
.cropper:focus {
  color: rgba(0,0,0,0.5) !important;
}

#captcha {
  border: 1px outset #666;
}

/* file input drop box */

.attach-file {
  position: relative;
  display: block;
}
.attach-file input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.attach-file input[type=file] + div {
  margin: 0 0 0.2em 0;
  padding: 1em;
  background-color: rgba(255,255,255,0.5);
  border: 2px dashed rgba(0,0,0,0.2);
  text-align: center;
  font-size: 2em;
  color: rgba(0,0,0,0.3);
  transition: 0.2s;
}
.attach-file input[type=file]:invalid + div {
  border-color: rgba(255,0,0,0.4);
}
.attach-file:hover input[type=file] + div,
.attach-file input[type=file]:focus + div {
  border-color: rgba(0,0,0,0.4);
  color: rgba(0,0,0,0.4);
}
.attach-file input[type=file]:focus + div {
  box-shadow: 0 0 4px Highlight inset;
}
.attach-file input[type=file]:active + div {
  background: #ccc;
}
.attach-file input[type=file].file-attached + div {
  padding: 2em;
  background-color: rgba(0,255,0,0.2);
  border-color: rgba(0,128,0,0.5);
  font-size: 1em;
  color: rgba(0,128,0,0.75);
}
.attach-file input[type=file] + div strong {
  color: #666;
}

@media only screen and (max-width: 767px) {

  fieldset > label {
    display: block;
    float: none;
    width: auto;
    text-align: left;
  }
  fieldset > span {
    display: block;
    margin: 0 0 4px 0 !important;
    padding: 0;
  }
  #captcha {
    width: 320px;
    height: 90px;
  }

}
#show_password {
  display: inline-block;
  width: 22px;
  height: 12px;
  background-image: url(data:image/png;base64,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);
  background-size: 100% 100%;
}
#show_password.shown {
  background-image: url(data:image/png;base64,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);
}

.password-check.ok {
  box-shadow: 0 0 3px #090;
}
.password-check.weak {
  box-shadow: 0 0 3px orange;
}
.password-check.vulnerable {
  box-shadow: 0 0 3px #f00;
}

.password-strength {
  display: none;
  font-size: 0.9em;
}
.password-check.ok ~ .password-strength {
  display: block;
  color: #090;
}
.password-check.weak ~ .password-strength {
  display: block;
  color: orange;
}
.password-check.vulnerable ~ .password-strength {
  display: block;
  color: #f33;
}

.password-meter {
  display: none;
  margin: 2px;
  height: 0.5em;
  overflow: hidden;
  background: linear-gradient(to right, red, orange 25%, yellow 50%, green 75%);
  border-radius: 1em 0;
  text-align: right;
}
.password-meter div {
  display: inline-block;
  width: 0;
  height: 100%;
  background: rgba(255,255,255,0.8);
  border-left: 1px solid #999;
  border-radius: 0 0 1em 0;
  vertical-align: top;
}
.password-check.ok ~ .password-meter,
.password-check.weak ~ .password-meter {
  display: block;
}
.collapse {
  border-collapse: collapse;
}
.collapse tr {
  border: 1px solid #666;
}
.collapse th {
  background-color: #ccc;
  border: 1px dotted #999;
  text-align: left;
}
.collapse td {
  vertical-align: top;
  border: 1px dotted #999;
}

table.files {
  border-collapse: separate;
}
table.files th {
  background-color: #efefef;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  font-size: 0.8em;
  color: #234;
}
table.files td,
table.files th {
  border: 1px solid #999;
  padding: 0.25em 0.5em;
}
table.files td p {
  margin: 0.5em 0;
}

.noborder {
  border: none !important;
}
#ics {
  float: right;
  width: 220px;
  margin: 0 0 1em 0.5em;
  padding: 4px;
  border: 1px solid #999;
  background: #f8f8f8;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
#ics img {
  float: left;
  margin-right: 0.5em;
}
#ics a {
  text-decoration: none;
}

#calendar { clear: both; }
#calendar h2 {
  margin: 0;
  padding: 0.5em 0;
}
#calendar .dates {
  float: left;
  width: 130px;
  padding-left: 6px;
}
#calendar time { white-space: nowrap; }
#calendar .details { margin: 1em 0 1em 140px; }
#calendar h3 { margin: 2px; }
#calendar table {
  margin: 1em 0;
  padding: 4px;
  border-collapse: collapse;
  font-size: 11px;
}
#calendar table th, #calendar table td {
  padding: 2px 4px;
  background-color: #efefef;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
#calendar table th:after { content: ":"; }
.flex {
  display: flex;
  flex-flow: row nowrap;
}
.flex.wrap {
  flex-flow: row wrap;
}

.flex-col {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
fieldset {
  background: rgba(194, 224, 242, 0.75);
  padding: 0 1em 1em 1em;
  border: none;
}
fieldset legend {
  position: relative;
  top: -1.5em;
  padding: 1em 0 0.5em;
  background: transparent;
  box-shadow: none;
  font-weight: bold;
  font-size: 1em;
  color: #101947;
}
fieldset > label {
  width: 10em;
  font-size: 0.85em;
}
fieldset > span {
  margin: 0 0 0 8.5em;
}


#mitglieder_contact input, #mitglieder_contact textarea,
#kontakt_form input, #kontakt_form textarea {
  width: 67%;
}
#mitglieder_contact #field_phone {
  width: 33%;
}
#mitglieder_contact input[type=submit],
#kontakt_form input[type=submit] {
  width: auto;
}
#photos {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 0.75em;
}
#photos > div img {
  vertical-align: middle;
}
#branches {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0;
  padding: 1em;
  list-style-type: none;
  background-color: #e0e0e5;
  border-radius: 0.5em;
}
#branches li {
  flex-basis: 30%;
  line-height: 1.5;
  font-weight: bold;
}
nav ul {
  display: table-row;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav.main {
  margin-left: -12px;
}
#menu_trigger {
  display: none;
}
nav ul li {
  display: table-cell;
}
header nav.main ul li:nth-child(n+3) {
  border-left: 1px solid #D6B36A;
}
footer nav.main ul li:nth-child(n+2) {
  border-left: 1px solid #D6B36A;
}
nav.main a:link,
nav.main a:visited {
  display: block;
  padding: 2px 12px 14px;
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}
nav.main a:hover,
nav.main a:focus {
  text-decoration: none !important;
  color: #D6B36A;
}

ul.submenu {
  display: block;
  margin: 60px 0 0 0;
  padding: 0 0 20px 20px;
  width: 210px;
  border-left: 1px solid #D6B36A;
}
ul.submenu li {
  display: block;
}
ul.submenu li.prefix {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #D6B36A;
}
ul.submenu strong {
  color :#101947;
}
ul.submenu a:link,
ul.submenu a:visited {
  display: block;
  text-decoration: none;
  color: #0071bc;
}
ul.submenu a:hover,
ul.submenu a:focus {
  color: #101947;
}

.subnav {
  display: flex;
  flex-flow: row nowrap;
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
}
.subnav li.prefix::after {
  content: ":";
}
.subnav li:not(:first-child)::before {
  content: "\00a0|\00a0";
}
.subnav li.prefix + li::before {
  content: "\00a0";
}
.subnav li strong {
  color: inherit;
}
.social_counters { margin: 1em 0; }
.photo .social_counters { text-align: center; }
#sharing .social_counters { margin: 0.5em 0; }

.social_counters a {
  margin: 0 5px 0 0;
  padding: 0.2em 0.6em 0.2em 1.9em;
  background-repeat: no-repeat;
  background-position: 0.5em center;
  background-size: 1em 1em;
  border-radius: 0.2em;
  text-decoration: none !important;
  font-size: 1em;
  color: #fff !important;
}
.social_counters .likes {
  background-color: #3b5a99;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeBAMAAADJHrORAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAADnRSTlMAIDBAYHCAj5+vv8/f7yBm13QAAABUSURBVBiVY5j3Dhm8ZHiHCkjg71q1FplfyMDAhcR/yoDK34DGD2BgNLZG4hswyKGYb8CQRwHfgAEE+ND4dgT4eXD+rlUKDF6rzlHNPbTjz0PhvwAANBJTpYz9VFsAAAAASUVORK5CYII=);
}
.social_counters .tweets {
  background-color: #32aadc;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAIAAACQkWg2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAd1JREFUeNp8Us9PE0EUnnk7O9vutrU0rbWARoxGo+HgDyJK8KQHrxxJ8C/gjjHxjIlH/gIORKInTyQargY4EILGgFRIBBI3QLtt6S6z3Znx1Qrhl/2yyc6bfC/v+7437N77IvkPGkoLqfHADcqB4klrwpQmodKWQelJth+pq0n++JINlMy7wfeySHFIW8DyNntSsKfWKiaQo65A6oGC86Y/n40ZWNYaanLF63TYu2IFsOHV/dzY3SwltN5QOBBV5GLG+MN/bETShNHeTN/FeLdjQhApvHpxMz31tPvZ5QTOKAvZ6Zi5uHHK0vKe+PLbZyuemPm1//xK4nbGmhgsFCshykV5Z/F5s1YWEbuW4mkOGIgJTQPXL3D8zg3NjzQDCp6QtzqsFrsNSkKiFg4Arh+9nHO39hvtGxZcfyeQBiUQY4AxfysJpds1fPhZpaTJALQntd6ohm1Efdyozbl+nDWjANw2/t8u7Y7Mbi24wVn219LB+OIOO9wpczjEDXiQYI/ydk/qdD6z2/XX8249UvxQAMMXMnwjPdSTbE1sIVJ6ee9gulj9tFlDb/yYXNo7vYZVV8K8k7GyFgZNvFD+8MJVT4RS23hx0htrbQBjXa+G+m9QWCMNn/S5y/kjwACDM794g/E0DgAAAABJRU5ErkJggg==);
}
.social_counters .pinterest {
  background-color: #e13640;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAASRJREFUKJFtU1uihSAIxNTUUnH/q708xOp4+ah0gGGAAJYd6apkVzpgt7ONZe38Af0LFAf/CR2bpQe9dnSMa4ttJedc2jfe6wmzVexvvQlyUu/GoA8huJWvP6mrA5dRSZ1dnhbcCV3akBLlGe6N5qW8AjjJ5CEJsbrnkBSnphR+Z7inhs4HawGRRn7fUDX3QU+uXTjZMSjLhPnEOuoHxl94NUSSD4WJG6UgvRymrGppVY7BKuvGUmctEdwYzsRTsmPWoG3BM0qMwM2ZgiCC1a45gO6tlxyQDJYF8znS03XTZ59SbtORBx0d8mxNDHJKLDFkG07U7ZDuU38fnlXLs4qk5v4X1fgwZ7yjxI8Ev7Yd4/c3cdkvCbS0bvvJ4CiVHHotr8g/4Usguch/A3IAAAAASUVORK5CYII=);
}
.social_counters .linkedin {
  border: 1px solid #ccc;
  background-color: #0e5f82;
  background-image: url(/images/icon-linkedIn.png);
  background-size: 1.5em 1.5em;
}
#vorstand {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 1em auto;
}
#vorstand > div {
  flex-basis: 43%;
  flex-shrink: 1;
  margin: 10px;
  padding: 1em;
  background-color: #e0e0e5;
  border-radius: 5px;
  vertical-align: bottom;
  text-align: center;
  line-height: 1.0;
}
#vorstand h4, #vorstand p {
  margin: 6px 0;
}
@media only screen and (max-width: 960px) {

body {
  font-size: 16px;
}

.nomobile {
  display: none;
}
.mobileonly {
  display: initial;
}

header {
  background-size: 100% 146px;
  background-repeat: no-repeat;
  border: none;
}
header > .flex {
  height: auto;
  flex-flow: column nowrap;
}
header .logo {
  margin: 0;
}
header .logo img {
  vertical-align: middle;
}
header .flex-col {
  display: block;
  border-top: 10px solid #D6B36A;
}

nav ul, nav ul li {
  display: block;
}
#menu_trigger {
  position: absolute;
  top: 0.25em;
  right: 0.25em;
  display: block;
  font-size: 4em;
}
#menu_trigger a {
  border: none !important;
  color: #fff;
}
nav.main {
  margin: 0;
}
nav.main ul {
}
nav.main ul li {
  display: none;
  border: none !important;
  max-width: 50%;
}
nav.main a:link, nav.main a:visited {
  padding: 12px 24px;
  border-bottom: 2px solid #D6B36A;
  font-size: 1.1em;
  color: #101947;
}
nav.main.active ul {
  position: fixed;
  left: 0;
  top: 0;
  padding: 4em 0 0 2em;
  width: calc(100% - 2em);
  height: calc(100% - 4em);
  overflow: auto;
  background: rgba(255,255,255,0.95);
  z-index: 10;
}
nav.main.active ul li {
  display: block;
}
nav.main.active #menu_trigger {
  position: fixed;
}
nav.main.active #menu_trigger a {
  color: #101947;
}

header .flex-col .flex-col {
  display: none;
}
body.homepage header .flex-col .flex-col {
  display: block;
  padding: 10px 20px;
}
body.homepage header .flex-col .flex-col p {
  margin: 1em 0;
  font-size: 1.2em;
  color: #101947;
}

main.twocol {
  flex-flow: column nowrap;
  padding-top: 20px;
}
main.twocol > section.main {
  padding-right: 20px;
}

ul.submenu {
  margin: 0 20px;
  padding: 10px 20px 6px;
  width: auto;
  background: #c2e0f2;
  border-left: none;
}
ul.submenu li.prefix {
  display: block;
  background-image: url(/images/menu-arrow-down.png);
  background-repeat: no-repeat;
  background-position: right 0.6em center;
  background-size: 1.12em 0.8em;
  color: #101947;
  cursor: pointer;
}
ul.submenu li {
  display: none;
}
ul.submenu.active li {
  display: block;
}
ul.submenu.active li.prefix {
  background-image: url(/images/menu-arrow-up.png);
}

section.main {
  margin: 0;
  padding-top: 20px;
}

.main > .flex, .feature > .flex {
  flex-flow: column nowrap;
}

.home-intro div:last-child {
  margin-left: 0;
}

.feature > .flex > :first-child, .feature > .flex > :last-child {
  margin: 0 0 1em 0;
}

.flex.twocol > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.feature .flex.wrap > div {
  flex-basis: 25%;
}

footer .flex {
  justify-content: space-around;
}
footer p {
  text-align: center;
}

form fieldset {
  padding: 0.5em 1em;
}

#vorstand > div {
  flex-basis: 100%;
}

#branches li {
  flex-basis: 50%;
}

#mitglieder_contact input, #mitglieder_contact textarea,
#kontakt_form input, #kontakt_form textarea {
  width: 90%;
}
#mitglieder_contact #field_phone {
  width: 45%;
}

}

@media only screen and (max-width: 640px) {

/*
header, section.main {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
*/

}
body:has(#lightbox_viewer.active) { /* prevent background scroll */
  overflow: hidden;
}

#lightbox_overlay {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: black; 
  opacity: 0.7;
}
#lightbox_viewer {
  display: none;
  z-index: 1010;
  position: fixed; 
  left: 50%; 
  top: 100px;
  padding: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  background: white;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  line-height: 1.4;
  color: #666;
}
#lightbox_image_container {
  position: relative;
  padding-bottom: 4px;
  min-width: 160px;
  min-height: 160px;
  max-height: 100%;
  text-align: center;
}
#lightbox_image_container img {
  max-width: 100%;
}
#lightbox_loading {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(data:image/gif;base64,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);
  background-position: center center;
  background-repeat: no-repeat;
}
#lightbox_prev,
#lightbox_next {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
#lightbox_prev { left: 0; }
#lightbox_prev:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAklJREFUeNrU2ltPwjAUB/B2oDj1I5ioiUR98Nnv/+izD0o0QRM/goi4Qe3wFBuyS6/rf01OGsIk+3FmL4dyIQQzaZxzFrFxipGMTOurtpGx1npBsW1N9z9m6ZuOqu7ngPoRvV9hShmF9prpuCgw04w3PAU6qgJNVMjPfaNrzmW3ousUaN312VmyNNWjjmWcKhR9ce+yy+n9Md0zh4S1oE4k5KXmqZjTdSMNxqFgHahZyyP/YZKpJDBXFP3tWdeAkQTmibqiUVEN+6ILmQ0AdS27pYwfGvY3JpnLBoBa1MDSPoqBUF80jxV1K4/eYSlR0WCpUVFgCKjgMBRUUBgSKhgMDRUEhogKAYNE+cJgUT4waJQrDB7lAhsEyhWmqkk2qJs+UbYwla1My1ZugLptQgmfElfMjNUVXvZQd7SX+qb9VC8oV9i2UquXyBpQ9wRRsdv9xkYlrSuiwQR962uZkYvWC4V4oP9FFbtiJ4/8Q4ArTNXSV/L+ph24R/ZXxT2Sccj+i57RcZklSmWsoBFuSfNTG+6pmhJoapj0hfPKGA3hCwPccxOOWVR3Y8MUrrDEzfrEuYyKg8C5DvfwOJ95DBrnO0HD4rxXHrQ8gsMFWVIh4oKtFdFwQRfBSLjgq3sUXJRtCwIu2n4sNS7qRjMlLvoOOhAup/3c2PSeeykNBMDtw3COHHniXhnykSNPHO6RIx8c7JEjC9y0BnXJEI8cWeI+9dIeHcRc0vvGR444wJlgm6OzJdv7MQP5TLDQAIwyUjLDw85N7VeAAQDVB1mOzbRUqgAAAABJRU5ErkJggg==);
  background-position: left 50%;
}
#lightbox_next { right: 0; }
#lightbox_next:hover {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA2CAYAAACMRWrdAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAk9JREFUeNrc2s1OAjEQAOC2sCLiI5iIiQY9ePb9j549KNFETHwEURGkTpMpDGSXdvtDB5tMCiEl/ZjdLjtbqbUWPk1KuXqJ0YFQpDdtCfFLeo2RrTXNv9vyeyjKjK2w7+DnBrOAmJP3IjcuBUxgdsy4I4hjiB78am+Y1SF0MxIrnG74acmRkLSpgIxZWA+ib1E4+Ql0pxAn+HmF2ZQylyABTBKYmWwFkNeaY/4ZukFpnAocJwHwvuOEHpfGhcI0zO/MsVoVxbWB2aXbLuVzmN8lV1zbjFmYWdJ/IL5gfiOOuJBDcQMGMY3BYbDImLaHIl6rPjniQjJ2ELjgVZE7TkWMZY1TkePZ4mJh9s8tO5xKkXaOOJXqZOWGSwbjhksK44RLDuOCywLjgMsGK43LCvPAXbfEdQmuLMwDd+OB65OsKZ+s7QXWgDP3c994s3rrGPvMMmM1OHuzOrcBuDvH2IlYV515wbjWFaMb1jho0bWyARm5d4wdivVzAc0GRlAdxNgSuakmPzjGXuGCsxDrhx3lYTWoHi7hA0A9OsaOsGg0w/NxKTye4qjCqCcP1BQvDXwy5kCNW6LmosUzN/UfUdlgpVFZYBxQyWFcUElhnFDJYNxQSWAcUSlgLFGxMLaoGBhrVCiMPSoEdhCo0IzRLUd9jqjQjG3AYlDad+tdZljdlqMXjqioVXHXlqPSqBjYzi1HpVFtYXVbji4aCi9FUSEZo8VOM2lTxT3fKpF9lEbZc8X3z+72dcy1dXYh9rAvONWeYE0AgmSv2GbnpvYnwACZ+Vt9L3+oIgAAAABJRU5ErkJggg==);
  background-position: right 50%;
}
#lightbox_prev.nohover:hover,
#lightbox_next.nohover:hover {
  background-image: none;
  cursor: auto;
}
#lightbox_details {
  position: relative;
  overflow: hidden;
  transition: 0.4s max-height;
}
#lightbox_caption {
  font-weight: bold;
}
#lightbox_caption span {
  font-weight: normal;
}
#lightbox_counter {
  display: block;
  clear: left;
  font-size: 0.9em;
}

#lightbox_close {
  position: absolute;
  right: 0;
  bottom: -0.1em;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  color: inherit;
}
#lightbox_close:hover,
#lightbox_close:focus {
  text-decoration: none !important;
  cursor: pointer;
  color: #666;
}
#lightbox_close::before {
  content: "\2717";
  padding-right: 0.15em;
  text-decoration: none;
  font-size: 1.1em;
  color: #666;
}
#lightbox_close:hover::before,
#lightbox_close:focus::before {
  color: #c33;
}

@media only screen and (max-width: 799px) {

  #lightbox_viewer {
    flex-flow: column nowrap;
    justify-content: space-around;
    left: 0 !important;
    top: 0 !important;
    margin: 0 auto !important;
    width: calc(100% - 20px) !important;
    max-width: none !important;
    height: calc(100% - 20px) !important;
    max-height: none !important;
    background: black;
    box-shadow: none;
    color: white;
  }

  #lightbox_image_container {
    max-height: none;
  }
  #lightbox_image_container img {
    min-width: 0;
    max-height: 100%;
  }

  #lightbox_close::before {
    color: #666;
  }
  #lightbox_close:hover {
    color: white;
  }

}
