/************************************************
 Stylesheet: Global Stylesheet
 *************************************************/
/******************************************************************
 Stylesheet: Mixins & Constants Stylesheet
 This is where you can take advantage of Sass' great features:
 Mixins & Constants.
 ******************************************************************/
/*********************
 TOOLS
 *********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
 COLORS
 *********************/
/*********************
 TYPOGRAPHY
 *********************/
/*
 @include font-face("MyFont", "path/to/MyFont", $style: normal, $weight: normal)
 */
/* rem Umwandlung */
/*
 .demo {
 font-size: rem(24px); // Simple
 padding: rem(5px 10px); // Multiple values
 border-bottom: rem(1px solid black); // Multiple mixed values
 box-shadow: rem(0 0 2px #ccc, inset 0 0 5px #eee); // Comma-separated values
 text-shadow: rem(1px 1px) #eee, rem(-1px) 0 #eee; // Alternate use
 }
 */
/* breakpoints */
/*
 .sidebar {
 width: 60%;
 float: left;
 margin: 0 2% 0 0;
 @include bp-small {
 width: 100%;
 float: none;
 margin: 0;
 }
 }	
 */
/*
 .fade {
 @include opacity(.4);
 }
 */
/*********************
 CSS3 GRADIENTS.
 *********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/* order radius */
/* list reset*/
/*--------------------------------------------------------------*/
/* All SASS Variables */
/*--------------------------------------------------------------*/
/*** Colors ***/
/*** Fonts ***/
@font-face {
  font-family: "HelveticaLTW01-Roman";
  src: url("../fonts/HelveticaLTW01-Roman.eot");
  src: url("../fonts/HelveticaLTW01-Roman.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaLTW01-Roman.woff") format('woff'), url("../fonts/HelveticaLTW01-Roman.ttf") format('truetype'), url("../fonts/HelveticaLTW01-Roman.svg#HelveticaLTW01-Roman") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTW01-Bold";
  src: url("../fonts/HelveticaLTW01-Bold.eot");
  src: url("../fonts/HelveticaLTW01-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaLTW01-Bold.woff") format('woff'), url("../fonts/HelveticaLTW01-Bold.ttf") format('truetype'), url("../fonts/HelveticaLTW01-Bold.svg#HelveticaLTW01-Bold") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaLTW01-Black";
  src: url("../fonts/HelveticaLTW01-Black.eot");
  src: url("../fonts/HelveticaLTW01-Black.eot?#iefix") format('embedded-opentype'), url("../fonts/HelveticaLTW01-Black.woff") format('woff'), url("../fonts/HelveticaLTW01-Black.ttf") format('truetype'), url("../fonts/HelveticaLTW01-Black.svg#HelveticaLTW01-Black") format('svg');
  font-weight: normal;
  font-style: normal;
}
/*--------------------------------------------------------------*/
/* Layout */
/*--------------------------------------------------------------*/
html {
  min-height: 100%;
  position: relative;
}
body {
  font-family: 'HelveticaLTW01-Roman', Helvetica, Arial, sans-serif;
  color: #6b6b6b;
  font-size: 0.875rem;
  margin: 0 0 60px;
  background: #003350;
}
.content {
  width: 80%;
  margin-left: 20%;
  background: #fff;
  padding: 25px;
  overflow: auto;
}
@media only screen and (max-width: 639px) {
  .content {
    width: 100%;
    margin-left: 0;
  }
}
.content3-5 {
  width: 60%;
  margin-left: 40%;
  background: #fff;
  padding: 25px;
}
@media only screen and (max-width: 639px) {
  .content3-5 {
    width: 100%;
    margin-left: 0;
  }
}
.page-id-10 .content3-5, .page-id-189 .content3-5, .page-id-187 .content3-5 {
  width: 40%;
  margin-left: 60%;
}
@media only screen and (max-width: 639px) {
  .page-id-10 .content3-5, .page-id-189 .content3-5, .page-id-187 .content3-5 {
    width: 100%;
    margin-left: 0;
  }
}
.content1-2-2 {
  width: 40%;
  margin-left: 20%;
  background: #fff;
  padding: 25px;
}
@media only screen and (max-width: 639px) {
  .content1-2-2 {
    width: 100%;
    margin-left: 0;
  }
}
hr {
  border: none;
  border-top: 1px solid #000;
  background-color: #fff;
  height: 1px;
}
/*********************
 HEADER
 *********************/
.headlines {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (min-width: 640px) {
  .headlines {
    background-image: none !important;
  }
}
.top-bar, .top-bar ul, .title-bar {
  background-color: #003350;
}
.top-bar, .title-bar {
  height: 4.25rem;
  padding: 0;
}
@media only screen and (max-width: 1023px) {
}
.logo {
  padding-left: 25px;
}
@media only screen and (max-width: 639px) {
  .logo {
    max-width: 80%;
  }
}
.headlines .claim {
  font-family: 'HelveticaLTW01-Bold', Helvetica bold, Arial bold, sans-serif;
  font-size: 3rem;
  line-height: 1;
  color: #fff;
  border-bottom: 3px solid #fff;
  font-weight: bold;
  padding: 10px 20px;
}
@media only screen and (max-width: 639px) {
  .headlines .claim {
    font-size: 2.5rem;
  }
}
.headlines .claim2, .headlines .claim3, .headlines .claim4 {
  line-height: 1;
  font-size: 3rem;
  color: #fff;
  border-bottom: 3px solid #fff;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 20px;
}
@media only screen and (max-width: 639px) {
  .headlines .claim2, .headlines .claim3, .headlines .claim4 {
    font-size: 2.5rem;
  }
}
.title-bar .menu-icon {
  position: absolute;
  right: 20px;
}
/*********************
 TYPOGRAFIE
 *********************/
h1 {
  font-size: 3rem;
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 639px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-family: 'HelveticaLTW01-Bold', Helvetica bold, Arial bold, sans-serif;
  font-size: 0.875rem;
  color: #000;
}
p {
  margin-bottom: 1.25rem;
}
a, a:link, a:visited {
  color: #003350;
  text-decoration: none;
}
a:hover, a:active {
  color: #000;
}
strong {
  font-family: 'HelveticaLTW01-Bold', Helvetica bold, Arial bold, sans-serif;
  color: #6b6b6b;
}
/*********************
 PAGE NAVI STYLES
 *********************/
.top-bar-right {
  margin-right: 1.25rem;
}
.menu li a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  border-top: 2px solid #003350;
  font-weight: 400;
}
@media only screen and (max-width: 639px) {
  .menu li a {
    padding: 0.2rem 0.5rem !important;
  }
}
.menu li a:hover {
  border-top: 2px solid #fff;
}
@media only screen and (max-width: 639px) {
  .menu li a:hover {
    border: 0;
  }
}
.menu li.active a {
  border-top: 2px solid #fff;
  background: none;
  color: #fff;
}
@media only screen and (max-width: 639px) {
  .menu li.active a {
    border: 0;
  }
}
.menu li.active a:hover {
  color: #fff;
}
.dropdown.menu a {
  padding: 1.5rem 0.5rem 1.5rem 0.5rem;
}
.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
  left: 0;
}
.dropdown.menu .is-active > a {
  color: #fff;
}
.is-dropdown-submenu {
  border: 0;
  background: #eaeaea !important;
}
.is-dropdown-submenu li a {
  padding: 0.5rem 1rem !important;
  color: #000 !important;
  border-top: 0;
}
.is-dropdown-submenu li a:hover {
  border-top: 0;
  background: #fff;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: transparent transparent transparent !important;
}
@media only screen and (max-width: 639px) {
  .dropdown.menu > li.is-dropdown-submenu-parent > a::after, .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #000 transparent transparent !important;
  }
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 0.5rem !important;
}
.submenu li a {
  border: 0 !important;
  padding-left: 40px !important;
}
.mobileMenu {
  background: #fff;
  z-index: 100;
  display: none;
  position: absolute;
  top: 4.25rem;
  width: 100%;
}
.mobileMenu ul li a, .mobileMenu ul.active a {
  border-top: 0;
  border-bottom: 1px solid #dadada !important;
  color: #000 !important;
  padding: 10px 25px !important;
  font-size: 0.875rem;
}
.mobileMenu ul li .submenu li a, .mobileMenu ul.active .submenu li a {
  padding-left: 35px !important;
}
.mobileMenu ul li .submenu li a:before, .mobileMenu ul.active .submenu li a:before {
  content: "- ";
}
.mobileMenu ul li.wpml-ls-item, .mobileMenu ul.active.wpml-ls-item {
  display: none;
}
.mobileMenu .lang_selector {
  border-bottom: 1px solid #eaeaea !important;
  padding: 5px 25px;
}
.mobileMenu .lang_selector a {
  color: #000;
}
.mobileMenu .lang_selector a:after {
  content: " | ";
}
.mobileMenu .lang_selector a:last-child:after {
  content: "";
}
.mobileMenu .lang_selector a.active {
  display: none;
}
/*********************
 SIDEBARS & ASIDES
 *********************/
.sidebar li {
  list-style: none;
}
.widget ul {
  margin: 0;
}
/*********************
 FOOTER STYLES
 *********************/
.footer {
  clear: both;
  margin-top: 1em;
  background: #003350;
  width: 100%;
  position: absolute;
  height: 60px;
  bottom: 0;
}
.footer .inner-footer {
  padding: 21px 25px;
}
.footer .inner-footer .copyright {
  padding: 2px 0 0 0;
  color: #fff;
  font-size: 80%;
  margin-bottom: 0;
}
.footer .inner-footer .copyright a {
  color: #fff;
}
/*********************
 POSTS & CONTENT STYLES
 *********************/
.page-title .vcard {
  border: 0px;
  padding: 0px;
}
.byline {
  color: #999;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput='mouse'] .post-password-form input[type="submit"] {
  outline: 0;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
  background-color: #14679e;
  color: #fefefe;
}
/* mitglieder */
ul.mitglieder {
  width: 49%;
  float: left;
}
@media only screen and (min-width: 1024px) and (max-width: 1315px) {
  ul.mitglieder {
    width: 47%;
  }
}
@media only screen and (max-width: 1023px) {
  ul.mitglieder {
    width: 47%;
  }
}
@media only screen and (max-width: 639px) {
  ul.mitglieder {
    width: 100%;
    margin-left: 0;
    float: none;
  }
}
ul.mitglieder:first-of-type {
  margin-right: 20px;
}
@media only screen and (max-width: 639px) {
  ul.mitglieder:first-of-type {
    margin: 0;
  }
}
.accordion-item {
  border-bottom: 1px solid #000;
}
.accordion-item .accordion-title {
  border: 0;
  font-size: inherit;
  color: #6b6b6b;
  padding: 0.625rem 1.875rem;
}
.accordion-item .accordion-title:hover, .accordion-item .accordion-title:focus {
  background: none;
  color: #000;
  outline: none;
}
.accordion-item .accordion-title:hover:before, .accordion-item .accordion-title:focus:before {
  left: 0;
  background: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  padding: 2px 5px;
  display: block;
}
.accordion-item .accordion-title:before {
  display: none;
}
.accordion-item .accordion-content {
  border: 0;
  padding: 10px 0;
  color: #6b6b6b;
}
/* tabs */
.tabs {
  border: 0;
}
.tabs .tabs-title {
  width: 25%;
}
.tabs .tabs-title a {
  color: #6b6b6b;
  background: #eaeaea;
  font-size: inherit;
  text-align: center;
  border-right: 1px solid #fff;
}
.tabs .tabs-title a:focus {
  outline: none;
}
.tabs .tabs-title.is-active a, .tabs .tabs-title:hover a {
  background: #fff;
  border-top: 2px solid #000;
}
.tabs-content {
  border: 0;
}
.tabs-content p, .tabs-content h2 {
  margin: 8px 0;
}
.tabs-content hr {
  margin: 0;
  max-width: none;
}
.linkList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.linkList li {
  border-bottom: 1px solid #000;
  padding: 5px 0;
}
#link-tabs .accordion-item, #tab-tabs .accordion-item {
  background: #eaeaea;
  border-bottom: 1px solid #fff;
}
#link-tabs .accordion-item .accordion-title, #tab-tabs .accordion-item .accordion-title {
  text-align: center;
}
#link-tabs .accordion-item .accordion-title:hover, #tab-tabs .accordion-item .accordion-title:hover, #link-tabs .accordion-item .accordion-title:focus, #tab-tabs .accordion-item .accordion-title:focus {
  background: none;
  outline: none;
}
#link-tabs .accordion-item .accordion-title:hover:before, #tab-tabs .accordion-item .accordion-title:hover:before, #link-tabs .accordion-item .accordion-title:focus:before, #tab-tabs .accordion-item .accordion-title:focus:before {
  display: none;
}
#link-tabs .accordion-item .accordion-content hr, #tab-tabs .accordion-item .accordion-content hr, #link-tabs .accordion-item .accordion-content p, #tab-tabs .accordion-item .accordion-content p {
  margin: 8px 0;
}
.rfbp-heading {
  display: none;
}
/*********************
 IMAGE GALLERY STYLES
 *********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.gallery::before, .gallery::after {
  content: ' ';
  display: table;
}
.gallery::after {
  clear: both;
}
.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}
.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.gallery dl:last-child:not(:first-child) {
  float: right;
}
/*********************
 COMMENT STYLES
 *********************/
#comments .commentlist {
  margin-left: 0px;
}
#respond ul {
  margin-left: 0px;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  float: right;
}
/*********************
 COMMENT FORM STYLES
 *********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label, .respond-form form li small {
  display: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
#comment-form-title {
  margin: 0 0 1.1em;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
 VISUAL EDITOR STYLES
 *********************/
body#tinymce {
  margin: 20px;
}
/*********************
 PLUGIN STYLES
 *********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}
/*# sourceMappingURL=style.css.map */
