/**
  *   Import used styles from bootstrap
  */
/*--------------------------------------------------------------*\
    Colors
\*--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Officina Sans", Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 1.36;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ef9100;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.36;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px solid #ef9100;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: #333333;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 25px;
  margin-bottom: 12.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 67px;
}
h2,
.h2 {
  font-size: 36px;
}
h3,
.h3 {
  font-size: 27px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 27px;
}
h6,
.h6 {
  font-size: 27px;
}
p {
  margin: 0 0 12.5px;
}
.lead {
  margin-bottom: 25px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 28.5px;
  }
}
small,
.small {
  font-size: 89%;
}
mark,
.mark {
  background-color: #ffffff;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #ef9100;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #bc7200;
}
.text-success {
  color: #5cb85c;
}
a.text-success:hover,
a.text-success:focus {
  color: #449d44;
}
.text-info {
  color: #777777;
}
a.text-info:hover,
a.text-info:focus {
  color: #5e5e5e;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}
.text-danger {
  color: #d9534f;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #c9302c;
}
.bg-primary {
  color: #fff;
  background-color: #ef9100;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #bc7200;
}
.bg-success {
  background-color: #eaf6ea;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c7e6c7;
}
.bg-info {
  background-color: #dddddd;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #c4c4c4;
}
.bg-warning {
  background-color: #ffffff;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #e6e6e6;
}
.bg-danger {
  background-color: #fdf7f7;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #f4cecd;
}
.page-header {
  padding-bottom: 11.5px;
  margin: 50px 0 25px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 12.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 25px;
}
dt,
dd {
  line-height: 1.36;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 12.5px 25px;
  margin: 0 0 25px;
  font-size: 23.75px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.36;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 25px;
  font-style: normal;
  line-height: 1.36;
}
.ccm-page .color-swatches {
  margin: 0 -5px;
  overflow: hidden;
}
.ccm-page .color-swatch {
  float: left;
  width: 60px;
  height: 60px;
  margin: 5px 5px;
  border-radius: 3px;
}
.ccm-page .color-swatch.brand-primary {
  background-color: #ef9100;
}
.ccm-page .color-swatch.brand-secondary {
  background-color: #ce7d00;
}
.ccm-page .color-swatch.brand-third {
  background-color: #ad6900;
}
.ccm-page .color-swatch.brand-success {
  background-color: #5cb85c;
}
.ccm-page .color-swatch.brand-info {
  background-color: #777777;
}
.ccm-page .color-swatch.brand-warning {
  background-color: #f0ad4e;
}
.ccm-page .color-swatch.brand-danger {
  background-color: #d9534f;
}
.ccm-page .color-swatch.gray-base {
  background-color: #000000;
}
.ccm-page .color-swatch.gray-darker {
  background-color: #222222;
}
.ccm-page .color-swatch.gray-dark {
  background-color: #333333;
}
.ccm-page .color-swatch.gray {
  background-color: #555555;
}
.ccm-page .color-swatch.gray-light {
  background-color: #999999;
}
.ccm-page .color-swatch.gray-lighter {
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .ccm-page .color-swatch {
    width: 100px;
    height: 100px;
  }
}
/*--------------------------------------------------------------*\
    Typography
\*--------------------------------------------------------------*/
.ccm-page h1,
.ui-dialog .cke h1,
.ccm-page .h1,
.ui-dialog .cke .h1 {
  margin-top: 0px;
  margin-bottom: 20px;
}
.ccm-page h2,
.ui-dialog .cke h2,
.ccm-page .h2,
.ui-dialog .cke .h2 {
  margin-top: 25px;
  margin-bottom: 5px;
}
.ccm-page h3,
.ui-dialog .cke h3,
.ccm-page .h3,
.ui-dialog .cke .h3 {
  margin-top: 23px;
  margin-bottom: 5px;
}
.ccm-page h4,
.ui-dialog .cke h4,
.ccm-page .h4,
.ui-dialog .cke .h4 {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .ccm-page h1,
  .ui-dialog .cke h1,
  .ccm-page .h1,
  .ui-dialog .cke .h1 {
    font-size: 39px;
  }
  .ccm-page h3,
  .ui-dialog .cke h3,
  .ccm-page .h3,
  .ui-dialog .cke .h3 {
    margin-top: 15px;
  }
}
.ccm-page main a[href]:not(.btn):not(.scroll-to-top):not(.close),
.ui-dialog .cke main a[href]:not(.btn):not(.scroll-to-top):not(.close),
.ccm-page .navbar a[href]:not(.btn):not(.scroll-to-top):not(.close),
.ui-dialog .cke .navbar a[href]:not(.btn):not(.scroll-to-top):not(.close),
.ccm-page .redactor-box a[href]:not(.btn):not(.scroll-to-top):not(.close),
.ui-dialog .cke .redactor-box a[href]:not(.btn):not(.scroll-to-top):not(.close),
.ccm-page .cke_editable a[href]:not(.btn):not(.scroll-to-top):not(.close),
.ui-dialog .cke .cke_editable a[href]:not(.btn):not(.scroll-to-top):not(.close) {
  text-decoration: underline;
  color: #333333;
}
.ccm-page main a[href]:not(.btn):not(.scroll-to-top):not(.close):hover,
.ui-dialog .cke main a[href]:not(.btn):not(.scroll-to-top):not(.close):hover,
.ccm-page .navbar a[href]:not(.btn):not(.scroll-to-top):not(.close):hover,
.ui-dialog .cke .navbar a[href]:not(.btn):not(.scroll-to-top):not(.close):hover,
.ccm-page .redactor-box a[href]:not(.btn):not(.scroll-to-top):not(.close):hover,
.ui-dialog .cke .redactor-box a[href]:not(.btn):not(.scroll-to-top):not(.close):hover,
.ccm-page .cke_editable a[href]:not(.btn):not(.scroll-to-top):not(.close):hover,
.ui-dialog .cke .cke_editable a[href]:not(.btn):not(.scroll-to-top):not(.close):hover {
  color: #ef9100;
}
.ccm-page main a[href]:not(.btn):not(.scroll-to-top):not(.close).back_to_overview_link,
.ui-dialog .cke main a[href]:not(.btn):not(.scroll-to-top):not(.close).back_to_overview_link,
.ccm-page .navbar a[href]:not(.btn):not(.scroll-to-top):not(.close).back_to_overview_link,
.ui-dialog .cke .navbar a[href]:not(.btn):not(.scroll-to-top):not(.close).back_to_overview_link,
.ccm-page .redactor-box a[href]:not(.btn):not(.scroll-to-top):not(.close).back_to_overview_link,
.ui-dialog .cke .redactor-box a[href]:not(.btn):not(.scroll-to-top):not(.close).back_to_overview_link,
.ccm-page .cke_editable a[href]:not(.btn):not(.scroll-to-top):not(.close).back_to_overview_link,
.ui-dialog .cke .cke_editable a[href]:not(.btn):not(.scroll-to-top):not(.close).back_to_overview_link {
  text-transform: uppercase;
}
.ccm-page main a[href]:not(.btn):not(.scroll-to-top):not(.close).link-arrow-right + span:after,
.ui-dialog .cke main a[href]:not(.btn):not(.scroll-to-top):not(.close).link-arrow-right + span:after,
.ccm-page .navbar a[href]:not(.btn):not(.scroll-to-top):not(.close).link-arrow-right + span:after,
.ui-dialog .cke .navbar a[href]:not(.btn):not(.scroll-to-top):not(.close).link-arrow-right + span:after,
.ccm-page .redactor-box a[href]:not(.btn):not(.scroll-to-top):not(.close).link-arrow-right + span:after,
.ui-dialog .cke .redactor-box a[href]:not(.btn):not(.scroll-to-top):not(.close).link-arrow-right + span:after,
.ccm-page .cke_editable a[href]:not(.btn):not(.scroll-to-top):not(.close).link-arrow-right + span:after,
.ui-dialog .cke .cke_editable a[href]:not(.btn):not(.scroll-to-top):not(.close).link-arrow-right + span:after {
  content: ' ';
  transition: all 0.3s;
  display: inline-block;
  background-image: url(/application/themes/bausuedost/images/arrow-right.svg);
  width: 25px;
  height: 25px;
  margin-bottom: -3px;
}
.ccm-page main h3 .link-arrow-right + span:after,
.ui-dialog .cke main h3 .link-arrow-right + span:after,
.ccm-page .navbar h3 .link-arrow-right + span:after,
.ui-dialog .cke .navbar h3 .link-arrow-right + span:after,
.ccm-page .redactor-box h3 .link-arrow-right + span:after,
.ui-dialog .cke .redactor-box h3 .link-arrow-right + span:after,
.ccm-page .cke_editable h3 .link-arrow-right + span:after,
.ui-dialog .cke .cke_editable h3 .link-arrow-right + span:after {
  width: 22px !important;
  height: 22px !important;
  background-size: 22px;
}
.ccm-page .lead,
.ui-dialog .cke .lead {
  color: #ef9100;
  font-size: 26px;
  font-style: normal;
  line-height: 1.26;
  margin-bottom: 53px;
  display: inline-block;
}
@media (max-width: 767px) {
  .ccm-page .lead,
  .ui-dialog .cke .lead {
    padding-left: 50px;
  }
}
.ccm-page .page-title,
.ui-dialog .cke .page-title {
  margin-top: 15px;
}
.ccm-page hr,
.ui-dialog .cke hr {
  margin: 30px 0px;
}
.ccm-page .ccm-content-block ul,
.ui-dialog .cke .ccm-content-block ul,
.ccm-page .ccm-mesch-image-button-text ul,
.ui-dialog .cke .ccm-mesch-image-button-text ul,
.ccm-page .redactor-box ul,
.ui-dialog .cke .redactor-box ul,
.ccm-page .cke_editable ul,
.ui-dialog .cke .cke_editable ul {
  padding-left: 22px;
  margin-left: 2px;
  line-height: 1.36;
  list-style: none;
}
.ccm-page .ccm-content-block ul li,
.ui-dialog .cke .ccm-content-block ul li,
.ccm-page .ccm-mesch-image-button-text ul li,
.ui-dialog .cke .ccm-mesch-image-button-text ul li,
.ccm-page .redactor-box ul li,
.ui-dialog .cke .redactor-box ul li,
.ccm-page .cke_editable ul li,
.ui-dialog .cke .cke_editable ul li {
  margin: 5px 0px;
  padding-left: 0px;
  position: relative;
}
.ccm-page .ccm-content-block ul li:before,
.ui-dialog .cke .ccm-content-block ul li:before,
.ccm-page .ccm-mesch-image-button-text ul li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ul li:before,
.ccm-page .redactor-box ul li:before,
.ui-dialog .cke .redactor-box ul li:before,
.ccm-page .cke_editable ul li:before,
.ui-dialog .cke .cke_editable ul li:before {
  display: inline-block;
  position: absolute;
  content: "■";
  left: -18px;
  top: -2px;
  color: #ef9100;
}
.ccm-page .ccm-content-block ol,
.ui-dialog .cke .ccm-content-block ol,
.ccm-page .ccm-mesch-image-button-text ol,
.ui-dialog .cke .ccm-mesch-image-button-text ol,
.ccm-page .redactor-box ol,
.ui-dialog .cke .redactor-box ol,
.ccm-page .cke_editable ol,
.ui-dialog .cke .cke_editable ol {
  padding-left: 22px;
  margin-left: 2px;
  line-height: 1.36;
  list-style: none;
  counter-reset: item;
}
.ccm-page .ccm-content-block ol li,
.ui-dialog .cke .ccm-content-block ol li,
.ccm-page .ccm-mesch-image-button-text ol li,
.ui-dialog .cke .ccm-mesch-image-button-text ol li,
.ccm-page .redactor-box ol li,
.ui-dialog .cke .redactor-box ol li,
.ccm-page .cke_editable ol li,
.ui-dialog .cke .cke_editable ol li {
  margin: 5px 0px;
  padding-left: 0px;
  counter-increment: item;
}
.ccm-page .ccm-content-block ol li:before,
.ui-dialog .cke .ccm-content-block ol li:before,
.ccm-page .ccm-mesch-image-button-text ol li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ol li:before,
.ccm-page .redactor-box ol li:before,
.ui-dialog .cke .redactor-box ol li:before,
.ccm-page .cke_editable ol li:before,
.ui-dialog .cke .cke_editable ol li:before {
  display: inline-block;
  position: relative;
  color: #ef9100;
}
.ccm-page .ccm-content-block ol > li,
.ui-dialog .cke .ccm-content-block ol > li,
.ccm-page .ccm-mesch-image-button-text ol > li,
.ui-dialog .cke .ccm-mesch-image-button-text ol > li,
.ccm-page .redactor-box ol > li,
.ui-dialog .cke .redactor-box ol > li,
.ccm-page .cke_editable ol > li,
.ui-dialog .cke .cke_editable ol > li {
  counter-increment: item;
}
.ccm-page .ccm-content-block ol ol > li,
.ui-dialog .cke .ccm-content-block ol ol > li,
.ccm-page .ccm-mesch-image-button-text ol ol > li,
.ui-dialog .cke .ccm-mesch-image-button-text ol ol > li,
.ccm-page .redactor-box ol ol > li,
.ui-dialog .cke .redactor-box ol ol > li,
.ccm-page .cke_editable ol ol > li,
.ui-dialog .cke .cke_editable ol ol > li {
  display: block;
}
.ccm-page .ccm-content-block ol > li:before,
.ui-dialog .cke .ccm-content-block ol > li:before,
.ccm-page .ccm-mesch-image-button-text ol > li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ol > li:before,
.ccm-page .redactor-box ol > li:before,
.ui-dialog .cke .redactor-box ol > li:before,
.ccm-page .cke_editable ol > li:before,
.ui-dialog .cke .cke_editable ol > li:before {
  content: counter(item) ". ";
  margin-right: -15px;
  left: -17px;
}
.ccm-page .ccm-content-block ol ol > li:before,
.ui-dialog .cke .ccm-content-block ol ol > li:before,
.ccm-page .ccm-mesch-image-button-text ol ol > li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ol ol > li:before,
.ccm-page .redactor-box ol ol > li:before,
.ui-dialog .cke .redactor-box ol ol > li:before,
.ccm-page .cke_editable ol ol > li:before,
.ui-dialog .cke .cke_editable ol ol > li:before {
  content: counters(item, ".") ". ";
  margin-right: -10px;
  margin-left: -20px;
}
.ccm-page .ccm-content-block ol ol ol > li:before,
.ui-dialog .cke .ccm-content-block ol ol ol > li:before,
.ccm-page .ccm-mesch-image-button-text ol ol ol > li:before,
.ui-dialog .cke .ccm-mesch-image-button-text ol ol ol > li:before,
.ccm-page .redactor-box ol ol ol > li:before,
.ui-dialog .cke .redactor-box ol ol ol > li:before,
.ccm-page .cke_editable ol ol ol > li:before,
.ui-dialog .cke .cke_editable ol ol ol > li:before {
  margin-right: -10px;
  margin-left: -34px;
}
.ccm-page small,
.ui-dialog .cke small,
.ccm-page .small,
.ui-dialog .cke .small {
  font-size: 70%;
}
.ccm-page mark,
.ui-dialog .cke mark,
.ccm-page .mark,
.ui-dialog .cke .mark {
  background-color: #fadeb3;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*--------------------------------------------------------------*\
    Containers
\*--------------------------------------------------------------*/
.ccm-page {
  overflow-x: hidden;
}
.ccm-page .ccm-block-page-list-wrapper,
.ccm-page .ccm-mesch-gallery,
.ccm-page .mg-bx-slider-container,
.ccm-page .ccm-block-share-this-page,
.ccm-page .ccm-search-block-form,
.ccm-page .ccm-image-block,
.ccm-page .ccm-block-file,
.ccm-page .ccm-block-feature-item,
.ccm-page .mesch-user-signup-view,
.ccm-page .mesch-user-signout-view,
.ccm-page .ccm-block-type-form,
.ccm-page #mesch-download-manager-header,
.ccm-page .googleAdvancedMapCanvas,
.ccm-page .youtubeBlock,
.ccm-page .ccm-video-block,
.ccm-page .ccm-block-express-form,
.ccm-page .ccm-block-calendar-wrapper {
  margin-bottom: 35px;
}
@media (min-width: 992px) {
  .ccm-page .ccm-block-page-list-wrapper,
  .ccm-page .ccm-mesch-gallery,
  .ccm-page .mg-bx-slider-container,
  .ccm-page .ccm-block-share-this-page,
  .ccm-page .ccm-search-block-form,
  .ccm-page .ccm-image-block,
  .ccm-page .ccm-block-file,
  .ccm-page .ccm-block-feature-item,
  .ccm-page .mesch-user-signup-view,
  .ccm-page .mesch-user-signout-view,
  .ccm-page .ccm-block-type-form,
  .ccm-page #mesch-download-manager-header,
  .ccm-page .googleAdvancedMapCanvas,
  .ccm-page .youtubeBlock,
  .ccm-page .ccm-video-block,
  .ccm-page .ccm-block-express-form,
  .ccm-page .ccm-block-calendar-wrapper {
    margin-bottom: 75px;
  }
}
.ccm-page .ccm-content-block {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .ccm-page .row.hug-left {
    margin-left: -18px;
    margin-right: 0;
  }
}
.ccm-page .row.hug-left .col-sm-7 .ccm-content-block:not(.full-width),
.ccm-page .row.hug-left .col-sm-5 .ccm-content-block:not(.full-width),
.ccm-page .row.hug-left .col-sm-7 .mesch-user-signup-view,
.ccm-page .row.hug-left .col-sm-5 .mesch-user-signup-view,
.ccm-page .row.hug-left .col-sm-7 .mesch-user-signout-view,
.ccm-page .row.hug-left .col-sm-5 .mesch-user-signout-view,
.ccm-page .row.hug-left .col-sm-7 .ccm-mesch-image-button-text.block-template-icon-left,
.ccm-page .row.hug-left .col-sm-5 .ccm-mesch-image-button-text.block-template-icon-left {
  padding-left: 0;
}
.ccm-page .mesch-user-signup-register {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .ccm-page .mesch-user-signup-register {
    padding-left: 70px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) {
  .ccm-page .mesch-user-signup-register {
    padding-left: 88px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .ccm-page .mesch-user-signup-register {
    padding-left: 105px;
    padding-right: 40px;
  }
}
.ccm-page .display-flex {
  display: flex;
}
/*--------------------------------------------------------------*\
    Tables
\*--------------------------------------------------------------*/
table {
  background-color: transparent;
}
caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #999999;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px;
  line-height: 1.36;
  vertical-align: top;
  border-top: 1px solid transparent;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid transparent;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid transparent;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid transparent;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #eeeeee;
}
.table-hover > tbody > tr:hover {
  background-color: #eeeeee;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #eeeeee;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e1e1e1;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #eaf6ea;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d8eed8;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #dddddd;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #d0d0d0;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #ffffff;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #f2f2f2;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #fdf7f7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #f9e2e2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid transparent;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.ccm-page .table > thead > tr > td {
  border-top: 0;
  font-weight: bold;
}
.ccm-page .table.wohnungen-complete th,
.ccm-page .table.wohnungen-complete td {
  line-height: 1.8;
  padding: 15px;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .ccm-page .table.wohnungen-complete th,
  .ccm-page .table.wohnungen-complete td {
    padding: 5px;
    font-size: 17px;
  }
}
/**
  *   Custom Styling for the actual newsletter
  */
body {
  background-color: #eeeeee;
  margin: 0px;
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
div.page-type-newsletter {
  /**
  *   General Responsiveness
  */
  /**
  *   BBT Block Advanced Responsiveness
  */
}
div.page-type-newsletter h1,
div.page-type-newsletter .h1 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 10px;
}
div.page-type-newsletter h2,
div.page-type-newsletter .h2 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 0px;
}
div.page-type-newsletter h3,
div.page-type-newsletter .h3 {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 21px;
  margin-top: 15px;
  margin-bottom: 0px;
}
div.page-type-newsletter .lead {
  margin-bottom: 10px;
}
div.page-type-newsletter p {
  margin-bottom: 22px;
}
div.page-type-newsletter ul {
  list-style: square !important;
}
div.page-type-newsletter ul li:before {
  content: none !important;
}
div.page-type-newsletter ul li::marker {
  color: #ef9100 !important;
}
div.page-type-newsletter ol {
  list-style: decimal !important;
}
div.page-type-newsletter ol li {
  display: list-item;
}
div.page-type-newsletter ol li:before {
  content: none !important;
}
div.page-type-newsletter table {
  border-spacing: 0px;
}
div.page-type-newsletter table td table td {
  padding: 0px;
}
div.page-type-newsletter a {
  transition: 0.2s;
  border-bottom: none !important;
  color: #333333 !important;
  text-decoration: underline;
  text-decoration-color: #ef9100 !important;
  color: #ce7d00;
}
div.page-type-newsletter a:hover {
  color: #563400 !important;
}
div.page-type-newsletter #backgroundTable > td > table {
  background-color: #fff;
}
div.page-type-newsletter #backgroundTable > td > table td {
  overflow: visible;
}
div.page-type-newsletter #content {
  background: #fff;
}
div.page-type-newsletter #header,
div.page-type-newsletter #footer {
  background: transparent;
  color: #000;
  padding: 10px 0px 10px 0px;
}
div.page-type-newsletter #header p,
div.page-type-newsletter #footer p {
  font-size: 14px;
  line-height: 1.333;
  padding: 15px 0;
  margin: 0px;
  color: #000;
  text-align: center;
}
div.page-type-newsletter #header a,
div.page-type-newsletter #footer a {
  color: #000;
  border-bottom: 1px solid #000;
}
div.page-type-newsletter #content-footer {
  background: #ef9100;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
div.page-type-newsletter #content-footer p {
  color: #fff;
  margin: 0px;
}
div.page-type-newsletter #content-footer a {
  color: #fff !important;
  border-bottom: 1px solid #ffffff !important;
}
div.page-type-newsletter img {
  border-style: none;
  margin-bottom: 0px !important;
}
div.page-type-newsletter .op-button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: solid 1px #ef9100;
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: middle;
  background: #ef9100;
}
div.page-type-newsletter .op-button a {
  color: #ffffff !important;
  border-bottom: none;
  text-decoration: none !important;
  padding: 0;
  line-height: 46px;
  display: inline-block;
  font-weight: normal;
  font-size: 19px;
  font-family: Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
div.page-type-newsletter .ccm-mesch-image-button-text {
  margin: 0 !important;
}
div.page-type-newsletter .ccm-mesch-image-button-text .content h1:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h2:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h3:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h4:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h5:first-child,
div.page-type-newsletter .ccm-mesch-image-button-text .content h6:first-child {
  margin-top: 0;
}
div.page-type-newsletter .redactor-box {
  margin-left: 30px;
  margin-right: 30px;
}
div.page-type-newsletter table {
  mso-table-lspace: 0pt;
  mso-table-rspace: 0pt;
}
@media only screen and (max-width: 600px) {
  div.page-type-newsletter {
    font-size: 20px;
  }
  div.page-type-newsletter #backgroundTable table:not(.button) {
    width: 100% !important;
  }
  div.page-type-newsletter img:not(#ccm-logo) {
    width: 100%;
    max-width: 600px;
    height: auto;
    border: none;
  }
  div.page-type-newsletter a.btn {
    width: 100%;
    max-width: 600px;
  }
  div.page-type-newsletter .op-button {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  div.page-type-newsletter .block-template-image-right-small .image,
  div.page-type-newsletter .block-template-image-left-small .image {
    display: block !important;
    width: 100% !important;
  }
  div.page-type-newsletter .block-template-image-right-small .image img,
  div.page-type-newsletter .block-template-image-left-small .image img {
    width: 100% !important;
  }
}
