/**
  *   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 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-sizee: 16px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #1e1743;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1e1743;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #63b0a1;
  text-decoration: underline;
}
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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -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: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #63b0a1;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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: 500;
  line-height: 1.1;
  color: inherit;
}
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: 400;
  line-height: 1;
  color: #f0f0f0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 21px;
  margin-bottom: 10.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: 10.5px;
  margin-bottom: 10.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: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fef9f3;
}
.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: #bdbdbd;
}
.text-primary {
  color: #63b0a1;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #4b9586;
}
.text-success {
  color: #1e1743;
}
a.text-success:hover,
a.text-success:focus {
  color: #0d0a1d;
}
.text-info {
  color: #1e1743;
}
a.text-info:hover,
a.text-info:focus {
  color: #0d0a1d;
}
.text-warning {
  color: #f0ad4e;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ec971f;
}
.text-danger {
  color: #e30512;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b1040e;
}
.bg-primary {
  color: #fff;
  background-color: #63b0a1;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #4b9586;
}
.bg-success {
  background-color: #63b0a1;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #4b9586;
}
.bg-info {
  background-color: #e3e3e3;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #c9c9c9;
}
.bg-warning {
  background-color: #fef9f3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #fae3c4;
}
.bg-danger {
  background-color: #fedfe0;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #fdadb1;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #f7f7f7;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.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-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: 700;
}
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;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 16.8px;
  border-left: 5px solid #f7f7f7;
}
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.5;
  color: #f0f0f0;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #f7f7f7;
  border-left: 0;
}
.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: 21px;
  font-style: normal;
  line-height: 1.5;
}
.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: #63b0a1;
}
.ccm-page .color-swatch.brand-secondary {
  background-color: #67b2ff;
}
.ccm-page .color-swatch.brand-success {
  background-color: #5cb85c;
}
.ccm-page .color-swatch.brand-info {
  background-color: #707070;
}
.ccm-page .color-swatch.brand-warning {
  background-color: #f0ad4e;
}
.ccm-page .color-swatch.brand-danger {
  background-color: #e30512;
}
.ccm-page .color-swatch.gray-base {
  background-color: #000000;
}
.ccm-page .color-swatch.gray-darker {
  background-color: #242424;
}
.ccm-page .color-swatch.gray-dark {
  background-color: #4a4a4a;
}
.ccm-page .color-swatch.gray {
  background-color: #707070;
}
.ccm-page .color-swatch.gray-light {
  background-color: #f0f0f0;
}
.ccm-page .color-swatch.gray-lighter {
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .ccm-page .color-swatch {
    width: 100px;
    height: 100px;
  }
}
@font-face {
  font-family: "GT America Standard";
  src: url("/application/themes/digitaleverwaltungschweiz/fonts/GT-America-Standard-Medium.woff");
  src: url("/application/themes/digitaleverwaltungschweiz/fonts/GT-America-Standard-Medium.woff2") format("woff2"), url("/application/themes/digitaleverwaltungschweiz/fonts/GT-America-Standard-Medium.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "GT America Light";
  src: url("/application/themes/digitaleverwaltungschweiz/fonts/GT-America-Standard-Light.woff");
  src: url("/application/themes/digitaleverwaltungschweiz/fonts/GT-America-Standard-Light.woff2") format("woff2"), url("/application/themes/digitaleverwaltungschweiz/fonts/GT-America-Standard-Light.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
/*--------------------------------------------------------------*\
    Tables
\*--------------------------------------------------------------*/
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #bdbdbd;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
}
.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.5;
  vertical-align: top;
  border-top: 1px solid #63b0a1;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #63b0a1;
}
.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 #63b0a1;
}
.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 #63b0a1;
}
.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 #63b0a1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover {
  background-color: #f7f7f7;
}
.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: #f7f7f7;
}
.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: #eaeaea;
}
.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: #63b0a1;
}
.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: #54a696;
}
.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: #e3e3e3;
}
.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: #d6d6d6;
}
.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: #fef9f3;
}
.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: #fceedb;
}
.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: #fedfe0;
}
.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: #fec6c9;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #63b0a1;
  }
  .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 .mesch-table.table-default {
  border: 0;
  border-top: 1px solid #f0f0f0;
}
.ccm-page .mesch-table.table-default table tr {
  border-bottom: 1px solid #f0f0f0;
}
.ccm-page .mesch-table.table-default table tr th {
  padding: 9px 0 23px;
}
.ccm-page .mesch-table.table-default table tr td {
  padding: 10px 20px 14px 0;
}
@media (max-width: 767px) {
  .ccm-page .mesch-table.table-default table tr td {
    display: block !important;
    padding: 6px 0 1px;
  }
}
.ccm-page .mesch-table.table-default table tr th:last-of-type,
.ccm-page .mesch-table.table-default table tr td:last-of-type {
  vertical-align: baseline;
  padding: 0 0 15px;
}
@media (min-width: 768px) {
  .ccm-page .mesch-table.table-default table tr th:last-of-type,
  .ccm-page .mesch-table.table-default table tr td:last-of-type {
    vertical-align: inherit;
    padding: 10px 0 14px;
  }
}
.ui-dialog #ccm-mesch-table-table {
  width: auto !important;
}
.ui-dialog #ccm-mesch-table-table .wtHolder .wtHider {
  width: auto !important;
}
.ui-dialog #ccm-mesch-table-table .wtHolder .wtHider table.htCore {
  width: 100%;
}
body {
  background-color: #f7f7f7;
  margin: 0px;
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}
div.page-type-newsletter {
  /**
     *   General Responsiveness
     */
  /**
     *   BBT Block Advanced Responsiveness
     */
}
div.page-type-newsletter p {
  margin-bottom: 0;
}
div.page-type-newsletter h1,
div.page-type-newsletter .h1 {
  font-family: Arial, sans-serif;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
  margin-top: 0px;
}
div.page-type-newsletter h2,
div.page-type-newsletter .h2 {
  font-family: Arial, sans-serif;
  font-weight: 600 !important;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1.3;
}
div.page-type-newsletter h2 a,
div.page-type-newsletter .h2 a {
  color: #1e1743;
}
div.page-type-newsletter h3,
div.page-type-newsletter .h3 {
  font-family: Arial, sans-serif;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 0px;
  line-height: 1.5;
}
div.page-type-newsletter h3 a,
div.page-type-newsletter .h3 a {
  color: #1e1743;
}
div.page-type-newsletter hr {
  box-shadow: none;
  margin: 0 !important;
  margin-block-start: revert;
  margin-block-end: revert;
  border: none !important;
  border-top: 1px solid #d6d6d6 !important;
  border-style: solid;
  color: transparent;
}
div.page-type-newsletter ul {
  list-style: square;
}
div.page-type-newsletter ol li {
  display: list-item;
}
div.page-type-newsletter table,
div.page-type-newsletter table tr {
  border-spacing: 0px;
  border: none;
}
div.page-type-newsletter table td table td {
  padding: 0px;
  border-spacing: 0;
  border: none;
}
div.page-type-newsletter a {
  transition: 0.2s;
  border-bottom: none;
  text-decoration: none;
  text-decoration-color: #63b0a1;
  color: #67b2ff;
}
div.page-type-newsletter .lead {
  font-size: 17px;
}
div.page-type-newsletter .bg-primary {
  background-color: #63b0a1;
}
div.page-type-newsletter .bg-primary-dark {
  background-color: #1e1743;
}
div.page-type-newsletter #backgroundTable > td > table {
  background-color: #fff;
}
div.page-type-newsletter #backgroundTable > td > table td {
  overflow: visible;
}
div.page-type-newsletter #toc {
  background: #fff;
}
div.page-type-newsletter #content-top,
div.page-type-newsletter #content {
  background: #fff;
}
div.page-type-newsletter #content-top td a:not(h2):not(.btn-link-container):not(.anchor-link),
div.page-type-newsletter #content td a:not(h2):not(.btn-link-container):not(.anchor-link) {
  color: #1e1743 !important;
  border-bottom: 1px solid #63b0a1 !important;
}
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: 13px;
  line-height: 1.333;
  padding: 15px 0;
  margin: 0px;
  color: #000;
  text-align: center;
}
div.page-type-newsletter #header p a,
div.page-type-newsletter #footer p a {
  color: #000;
  text-decoration: underline;
}
div.page-type-newsletter #content-footer-top,
div.page-type-newsletter #content-footer-bottom {
  color: #fff;
}
div.page-type-newsletter #content-footer-top a,
div.page-type-newsletter #content-footer-bottom a {
  color: #fff;
  text-decoration-color: #63b0a1;
}
div.page-type-newsletter #content-footer-top table.content_block,
div.page-type-newsletter #content-footer-bottom table.content_block,
div.page-type-newsletter #content-footer-top table.image_block,
div.page-type-newsletter #content-footer-bottom table.image_block {
  margin-bottom: 0;
}
div.page-type-newsletter #content-footer-top table.content_block tr td:nth-child(3),
div.page-type-newsletter #content-footer-bottom table.content_block tr td:nth-child(3),
div.page-type-newsletter #content-footer-top table.image_block tr td:nth-child(3),
div.page-type-newsletter #content-footer-bottom table.image_block tr td:nth-child(3) {
  background-color: #63b0a1;
}
div.page-type-newsletter #content-footer-top table.content_block tr td img,
div.page-type-newsletter #content-footer-bottom table.content_block tr td img,
div.page-type-newsletter #content-footer-top table.image_block tr td img,
div.page-type-newsletter #content-footer-bottom table.image_block tr td img {
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
}
div.page-type-newsletter #content-footer-top table.image_block,
div.page-type-newsletter #content-footer-bottom table.image_block {
  height: 30px;
  max-height: 30px;
}
div.page-type-newsletter #content-footer-top {
  background-color: #63b0a1;
}
div.page-type-newsletter #content-footer-bottom {
  background-color: #1e1743;
  color: #fff;
}
div.page-type-newsletter #content-footer-bottom p {
  color: #fff;
  margin-bottom: 25px;
}
div.page-type-newsletter #content-footer-bottom a {
  color: #fff;
  text-decoration: none;
  border: none;
}
div.page-type-newsletter img {
  border-style: none;
  margin-bottom: 0px !important;
}
div.page-type-newsletter .op-button {
  border: solid 1px #63b0a1;
  padding-left: 18px;
  padding-right: 18px;
  vertical-align: middle;
  background: #63b0a1;
}
div.page-type-newsletter .op-button a {
  color: #ffffff;
  border-bottom: none;
  text-decoration: none !important;
  padding: 0;
  line-height: 46px;
  display: inline-block;
  font-family: Arial, sans-serif;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
div.page-type-newsletter .horizontal_rule_block.green,
div.page-type-newsletter .mesch_newsletter_spacer_block.green {
  background-color: #63b0a1;
}
div.page-type-newsletter .ccm-mesch-button {
  margin-top: -1px;
}
div.page-type-newsletter .ccm-mesch-button a {
  color: #1e1743 !important;
}
div.page-type-newsletter .ccm-mesch-button a {
  display: block;
  width: 100%;
}
div.page-type-newsletter .ccm-mesch-button.green {
  background-color: #63b0a1;
}
div.page-type-newsletter .content_block.green {
  background-color: #63b0a1;
}
div.page-type-newsletter .mesch_toc .toc-navigation .toc-link {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  vertical-align: middle;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #63b0a1;
}
div.page-type-newsletter .mesch_toc .toc-navigation .toc-link a {
  padding: 0;
  color: #1e1743;
}
div.page-type-newsletter .mesch_newsletter_spacer_block.green {
  background-color: #63b0a1;
}
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;
  }
}
