@import "icomoon.css";
@import "fonts.css";
@import "reset.css";
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Source Sans 3', Arial, 'Helvetica', 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
  /*line-height: 1.3;*/
  /*	line-height: 1.4;*/
  line-height: 1.6;
  font-weight: 400;
  color: #4b4b4d;
}
a {
  text-decoration: none;
  color: #4b4b4d;
}
hr {
  border: 0 #ccc solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
strong {
  font-weight: 600;
}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1 {
  font-size: 2.6em;
  font-weight: normal;
  text-transform: none;
  line-height: 1.2;
}
h2 {
  font-size: 2.1em;
  font-weight: normal;
  line-height: 1.2;
}
h3 {
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2;
}
h4 {
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2;
}
.has-medium-small-size {
  font-size: 12px;
}
.has-medium-font-size {
  font-size: 20px;
}
.has-large-font-size {
  font-size: 28px;
}
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
  list-style: decimal;
}
ul {
  list-style: square;
}
li {
  /*margin-left: 30px;*/
  margin-left: 1.4em;
}
p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  p,
  dl,
  hr,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ol,
  ul,
  pre,
  table,
  address,
  fieldset {
    margin-bottom: 12px;
  }
}
h1,
h2,
h3 {
  margin-bottom: 25px;
}
ul,
ol {
  padding: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 18px;
  margin-left: 0px;
}
.twocolum {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.threecolum {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.blau {
  color: #0060a8;
}
.rot {
  color: #E84B48;
}
.grau {
  color: #ababab;
}
.nav-single {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 30px;
}
.nav-previous a,
.nav-next a {
  background-color: #0060a8;
  margin: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 20px 0;
  text-align: left;
  border-top: 1px solid #000;
  min-width: 100%;
}
th,
td {
  padding: 5px 10px;
  vertical-align: top;
  border-bottom: 1px solid #000;
}
thead td {
  background-color: #dadada;
  font-weight: bold;
}
table,
th,
td {
  font-size: 12px;
  font-family: 'Source Sans 3', Arial, 'Helvetica', 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
  /*line-height: 1.3;*/
  line-height: 1.4;
}
@media (max-width: 768px) {
  .front table {
    border-top: none;
    min-width: 100%;
  }
  .front thead {
    display: none;
  }
  .front tbody tr {
    margin-bottom: 25px;
    display: block;
    width: 100%;
    border-top: 1px solid #000;
  }
  .front tbody td:first-child {
    background-color: #dadada;
  }
  .front tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    width: 50%;
  }
  .front tbody td {
    display: block;
    text-align: left !important;
  }
}
.content a:not(.project) {
  text-decoration: underline;
}
.content a:not(.project):hover {
  color: #000;
}
.ref_sub_menu a {
  text-decoration: none !important;
}
.mce-content-body a.linkbutton[data-mce-selected],
.mce-content-body a.linkbutton_blau[data-mce-selected],
.mce-content-body a.linkbutton_rot[data-mce-selected],
.mce-content-body a.linkbutton_grau[data-mce-selected],
.mce-content-body a.linkbutton_gruen[data-mce-selected],
input[type="submit"],
.link_highlight_button,
.button,
.prehead_button,
.wp-block-button__link,
.linkbutton,
.linkbutton_blau,
.linkbutton_rot,
.linkbutton_grau,
.linkbutton_gruen,
.pagina .page-numbers,
.nav-previous a,
.nav-next a {
  background-color: #707173;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF !important;
  text-transform: uppercase;
  text-transform: none;
  /*margin-right:10px;*/
  text-decoration: none !important;
  border-radius: 0;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 10px;
}
.mce-content-body a.linkbutton[data-mce-selected]:hover,
.mce-content-body a.linkbutton_blau[data-mce-selected]:hover,
.mce-content-body a.linkbutton_rot[data-mce-selected]:hover,
.mce-content-body a.linkbutton_grau[data-mce-selected]:hover,
.mce-content-body a.linkbutton_gruen[data-mce-selected]:hover,
input[type="submit"]:hover,
.link_highlight_button:hover,
.button:hover,
.prehead_button:hover,
.wp-block-button__link:hover,
.linkbutton:hover,
.linkbutton_blau:hover,
.linkbutton_rot:hover,
.linkbutton_grau:hover,
.linkbutton_gruen:hover,
.pagina .page-numbers:hover,
.nav-previous a:hover,
.nav-next a:hover {
  background-color: #3e3e3f;
  color: #FFF !important;
}
.pagina .page-numbers {
  background-color: #ababab;
}
.pagina .page-numbers.current {
  background-color: #707173;
}
.linkbutton_blau {
  background-color: #0060a8;
}
.linkbutton_rot {
  background-color: #E84B48;
}
.linkbutton_grau {
  background-color: #ababab;
}
.linkbutton_gruen {
  background-color: #92ad15;
}
.link_highlight_button {
  background-color: #0060a8;
  margin-bottom: 0;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  font-size: 16px;
}
span.linkbutton,
span.linkbutton:hover {
  background-color: transparent;
}
span.linkbutton_blau {
  border: 1px solid #0060a8;
  color: #0060a8 !important;
}
span.linkbutton_rot {
  border: 1px solid #E84B48;
  color: #E84B48 !important;
}
span.linkbutton_grau {
  border: 1px solid #ababab;
  color: #ababab !important;
}
span.linkbutton_gruen {
  border: 1px solid #92ad15;
  color: #92ad15 !important;
}
/**
 * Defines a for-each mixin, to loop over a list
 */
.has-col-light-gray-background-color {
  background-color: #f6f6f6;
}
.has-col-light-gray-color,
.has-col-light-gray-color * {
  color: #f6f6f6;
}
.has-col-semi-gray-background-color {
  background-color: #dadada;
}
.has-col-semi-gray-color,
.has-col-semi-gray-color * {
  color: #dadada;
}
.has-col-grau-background-color {
  background-color: #ababab;
}
.has-col-grau-color,
.has-col-grau-color * {
  color: #ababab;
}
.has-col-med-gray-background-color {
  background-color: #707173;
}
.has-col-med-gray-color,
.has-col-med-gray-color * {
  color: #707173;
}
.has-col-dark-gray-background-color {
  background-color: #4b4b4d;
}
.has-col-dark-gray-color,
.has-col-dark-gray-color * {
  color: #4b4b4d;
}
.has-col-blau-background-color {
  background-color: #0060a8;
}
.has-col-blau-color,
.has-col-blau-color * {
  color: #0060a8;
}
.has-col-rot-background-color {
  background-color: #E84B48;
}
.has-col-rot-color,
.has-col-rot-color * {
  color: #E84B48;
}
.has-col-gruen-background-color {
  background-color: #92ad15;
}
.has-col-gruen-color,
.has-col-gruen-color * {
  color: #92ad15;
}
.has-white-background-color {
  background-color: #FFF;
}
.has-white-color,
.has-white-color * {
  color: #FFF;
}
.has-black-background-color {
  background-color: #000;
}
.has-black-color,
.has-black-color * {
  color: #000;
}
.has-white-75-background-color {
  background-color: rgba(255, 255, 255, 0.85);
}
.has-white-75-color,
.has-white-75-color * {
  color: rgba(255, 255, 255, 0.85);
}
.has-col-light-gray-background-color {
  background-color: #f6f6f6;
}
.has-col-light-gray-color,
.has-col-light-gray-color * {
  color: #f6f6f6;
}
.has-col-semi-gray-background-color {
  background-color: #dadada;
}
.has-col-semi-gray-color,
.has-col-semi-gray-color * {
  color: #dadada;
}
.has-col-grau-background-color {
  background-color: #ababab;
}
.has-col-grau-color,
.has-col-grau-color * {
  color: #ababab;
}
.has-col-med-gray-background-color {
  background-color: #707173;
}
.has-col-med-gray-color,
.has-col-med-gray-color * {
  color: #707173;
}
.has-col-dark-gray-background-color {
  background-color: #4b4b4d;
}
.has-col-dark-gray-color,
.has-col-dark-gray-color * {
  color: #4b4b4d;
}
.has-col-blau-background-color {
  background-color: #0060a8;
}
.has-col-blau-color,
.has-col-blau-color * {
  color: #0060a8;
}
.has-col-rot-background-color {
  background-color: #E84B48;
}
.has-col-rot-color,
.has-col-rot-color * {
  color: #E84B48;
}
.has-col-gruen-background-color {
  background-color: #92ad15;
}
.has-col-gruen-color,
.has-col-gruen-color * {
  color: #92ad15;
}
.has-white-background-color {
  background-color: #FFF;
}
.has-white-color,
.has-white-color * {
  color: #FFF;
}
.has-black-background-color {
  background-color: #000;
}
.has-black-color,
.has-black-color * {
  color: #000;
}
.has-white-75-background-color {
  background-color: rgba(255, 255, 255, 0.85);
}
.has-white-75-color,
.has-white-75-color * {
  color: rgba(255, 255, 255, 0.85);
}
.menu,
.children {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.menu li,
.children li {
  margin: 0px;
  padding: 0px;
}
.children li {
  letter-spacing: 0;
}
/*+++++++++++++++++  mainnavigation ++++++++++++++++++*/
#mainnavigation {
  position: relative;
  background-color: #fff;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #707173;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #707173;
}
@media (max-width: 768px) {
  #mainnavigation {
    z-index: 111111;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  #mainnavigation.open {
    max-height: 100vh;
  }
}
/*+++++++++++++++++ mainnav ++++++++++++++++++*/
.menu {
  display: block;
  font-size: 16px;
}
.menu li {
  float: left;
  margin: 0;
  margin-right: 40px;
  line-height: 36px;
}
.menu li.pull-right {
  float: right;
  margin-right: 0;
}
.menu li a {
  /*border-bottom-width: 3px;
			border-bottom-style: solid;
			border-bottom-color: #fff;
			border-bottom-color:  transparent;*/
  padding-bottom: 5px;
}
.menu li:hover * {
  color: #000;
}
.menu li.current-menu-item * {
  font-weight: bold;
  color: #000;
}
#mainnav {
  float: left;
}
#project_secondary_menu {
  float: right;
}
@media (max-width: 768px) {
  .menu {
    clear: both;
  }
  #project_secondary_menu {
    float: left;
  }
  .menu {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .menu li {
    float: none !important;
    margin: 0;
  }
  .menu li a {
    padding: 0;
    display: block;
  }
}
/*+++++++++++++++++ footernav ++++++++++++++++++*/
.footernav {
  float: left;
  list-style: none;
  margin: 0;
  text-transform: uppercase;
  margin-left: -25px;
  margin-right: -25px;
}
.footernav li {
  float: left;
  position: relative;
  margin: 0;
  line-height: 36px;
}
.footernav li a {
  color: #fff;
  float: left;
  padding-top: 1px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  z-index: 100;
}
.footernav li:before {
  content: '|';
  color: #fff;
  line-height: 36px;
  height: 14px;
  width: 1px;
  display: block;
  float: left;
  letter-spacing: 0;
  position: absolute;
  left: -3px;
  z-index: 90;
}
.footernav li:first-child:before {
  content: none;
}
@media (max-width: 768px) {
  .footernav {
    margin: 0;
  }
  .footernav li {
    float: none;
    display: block;
    line-height: 30px;
  }
  .footernav li:before {
    display: none;
  }
  .footernav li a {
    display: block;
    float: none;
    padding: 0;
  }
}
#footernav-primary {
  float: left;
}
#footernav-secondary {
  float: right;
}
@media (max-width: 768px) {
  #footernav-primary,
  #footernav-secondary {
    float: none;
  }
}
/*+++++++++++++++++ submenu (sidebar) ++++++++++++++++++*/
#submenu {
  text-transform: uppercase;
  font-size: 16px;
  float: left;
}
#submenu .children {
  text-transform: none;
  padding-left: 10px;
  display: none;
}
#submenu li {
  margin-bottom: 15px;
}
#submenu li li {
  margin-bottom: 0px;
}
#submenu li.current_page_item .children,
#submenu li.current_page_ancestor .children {
  display: block;
}
#submenu li.current_page_item a,
#submenu li.current_page_ancestor a,
#submenu li.current-menu-item a,
#submenu li.current-menu-parent a,
#submenu li a:hover {
  color: #0060a8;
}
#submenu li li a {
  color: #636265 !important;
}
#submenu li li.current_page_item a,
#submenu li li.current_page_ancestor a,
#submenu li li a:hover {
  font-weight: 600;
}
#startmenu {
  text-align: center;
  font-size: 20px;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
#startmenu li a {
  background-color: #0060a8;
  color: #fff;
  margin-bottom: 20px;
  display: table-cell;
  width: 220px;
  vertical-align: middle;
  height: 109px;
}
#startmenu li {
  margin-bottom: 20px;
}
#startmenu li a:hover,
#startmenu li.current_page_item a,
#startmenu li.current_page_ancestor a {
  background-color: #fff;
  color: #0060a8;
}
#cat_post_nav {
  float: right;
  /*	width: 220px;*/
  /*margin-top:10px;*/
}
#cat_post_nav li {
  margin: 0px;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #636265;
  list-style-type: none;
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}
#cat_post_nav li a {
  display: block;
  float: none;
}
#cat_post_nav li a:hover {
  color: #0060a8;
}
#cat_post_nav li:first-child {
  padding-top: 0px;
}
#footer .pagetop {
  float: right;
  color: #fff;
  padding-top: 1px;
  padding-left: 25px;
  line-height: 36px;
  text-transform: uppercase;
  font-size: 16px;
}
#main-nav-wrapper {
  display: block;
  display: none;
  float: right;
  font-size: 1.42em;
}
#main-nav li {
  margin: 0;
  margin-right: 36px;
}
#main-nav li a {
  border-bottom: 8px solid transparent;
  padding-bottom: 3px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#main-nav li:hover > a,
#main-nav li.current-menu-parent > a,
#main-nav li.current-menu-ancestor > a,
#main-nav li.current-page-ancestor > a,
#main-nav li.current-menu-item > a {
  border-bottom: 8px solid #0060a8;
  padding-bottom: 3px;
}
#main-nav li .sub-menu {
  display: none;
}
@media (max-width: 1240px) {
  #main-nav-wrapper {
    display: none;
    overflow: auto;
    width: 100vw;
    height: 100%;
    position: fixed;
    overflow-y: scroll;
    background-color: #fff;
    margin: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    padding-bottom: 100px;
  }
  #header.open #main-nav-wrapper {
    display: block;
    margin-top: 10px;
    border-top: 1px solid #000;
  }
  #project_secondary_menu,
  #main-nav {
    margin: 0;
    display: block;
    line-height: 1;
  }
  #project_secondary_menu li,
  #main-nav li {
    display: block;
    padding: 0;
    margin: 0;
    padding-bottom: 15px;
    /*	&:hover > a {
				border-bottom: 8px solid transparent;

			}*/
  }
  #project_secondary_menu li:last-child,
  #main-nav li:last-child {
    padding-bottom: 0;
  }
  #project_secondary_menu li a,
  #main-nav li a {
    -webkit-transition: none 1s linear 0s;
    -moz-transition: none 1s linear 0s;
    -o-transition: none 1s linear 0s;
    -ms-transition: none 1s linear 0s;
    transition: none 1s linear 0s;
    display: block;
  }
  #project_secondary_menu li .sub-menu,
  #main-nav li .sub-menu {
    display: block;
    margin: 0;
    padding-top: 15px;
    padding-left: 20px;
  }
  #project_secondary_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
    float: none;
  }
}
#subnav {
  font-size: 1.2em;
  line-height: 44px;
  border-top: 1px solid #0060a8;
}
#subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#subnav ul li {
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 36px;
}
#subnav ul li.current-menu-ancestor a,
#subnav ul li.current-page-ancestor a,
#subnav ul li.current_page_item a,
#subnav ul li.current-menu-item a,
#subnav ul li.current-menu-parent a,
#subnav ul li.current-menu-ancestor a,
#subnav ul li:hover a {
  color: #0060a8;
}
@media (max-width: 1240px) {
  #subnav {
    display: none;
  }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#ribbon-nav {
  right: 0;
  top: 240px;
  position: fixed;
  color: #FFF;
  z-index: 50;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#ribbon-nav li {
  margin-bottom: 20px;
}
#ribbon-nav li a {
  background-color: #0060a8;
  color: #FFF;
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  /*	@media (max-width : @screen-md) {
				width: (@ribbon_icon_w * 0.75);
				height:  (@ribbon_icon_w * 0.75);
			}
*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#ribbon-nav li a:hover {
  background-color: #4b4b4d;
}
#ribbon-nav li a .icon {
  order: 2;
  position: inherit;
  top: auto;
  font-size: 28px;
  width: 65px;
  box-sizing: border-box;
  text-align: center;
  /*	@media (max-width :  @screen-md) {
					font-size: ( 28px * 0.75);
					width: (@ribbon_icon_w * 0.75);
				}*/
}
#ribbon-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/* remove standard-styles */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
input,
textarea,
keygen,
select,
button {
  font-family: 'Source Sans 3', Arial, 'Helvetica', 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
}
select {
  border: 1px solid #000;
  padding: 3px;
  max-width: 100%;
}
.front form table,
form table {
  border: 0;
}
.front form th,
form th,
.front form td,
form td {
  border: 0;
  padding: 5px 10px;
}
.front form th:last-child,
form th:last-child,
.front form td:last-child,
form td:last-child {
  padding-right: 0;
}
.front form th:first-child,
form th:first-child,
.front form td:first-child,
form td:first-child {
  padding-left: 0;
}
@media (max-width: 768px) {
  .front form tr,
  form tr {
    border: none;
    margin: 0;
  }
  .front form th,
  form th,
  .front form td,
  form td {
    padding: 0;
    padding-bottom: 10px;
    border: none;
    background: none;
  }
  .front form th:first-child,
  form th:first-child,
  .front form td:first-child,
  form td:first-child {
    background: none;
  }
  .front form th:before,
  form th:before,
  .front form td:before,
  form td:before {
    display: none;
  }
}
textarea,
input[type=text],
input[type=email] {
  width: 100%;
  border: 1px solid #000;
  outline: none;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  margin: 0;
}
input[type=submit] {
  border: none;
  outline: none;
}
img.ajax-loader {
  float: left;
  margin-top: 10px;
}
div.wpcf7-response-output {
  background-color: #C30;
  color: #fff;
  border: none !important;
  padding: 5px !important;
  margin: 0 !important;
}
div.wpcf7-mail-sent-ok {
  background-color: #093;
}
span.wpcf7-list-item {
  margin: 0;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  display: none;
}
.check-box,
.radio-box,
.wpcf7-checkbox {
  position: relative;
  /* hide standard inputs */
  /* add custom inputs with ::before */
}
.check-box .wpcf7-list-item-label,
.radio-box .wpcf7-list-item-label,
.wpcf7-checkbox .wpcf7-list-item-label {
  margin: 0;
  margin-right: 10px;
}
.check-box input[type='checkbox']:checked,
.radio-box input[type='checkbox']:checked,
.wpcf7-checkbox input[type='checkbox']:checked,
.check-box input[type='checkbox']:not(:checked),
.radio-box input[type='checkbox']:not(:checked),
.wpcf7-checkbox input[type='checkbox']:not(:checked),
.check-box input[type='radio']:checked,
.radio-box input[type='radio']:checked,
.wpcf7-checkbox input[type='radio']:checked,
.check-box input[type='radio']:not(:checked),
.radio-box input[type='radio']:not(:checked),
.wpcf7-checkbox input[type='radio']:not(:checked) {
  background: transparent;
  position: relative;
  margin: 0;
  padding: 0;
  z-index: -1;
  position: absolute;
}
.check-box input[type='checkbox'] + .wpcf7-list-item-label,
.radio-box input[type='checkbox'] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label,
.check-box input[type='radio'] + .wpcf7-list-item-label,
.radio-box input[type='radio'] + .wpcf7-list-item-label,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label {
  cursor: pointer;
  padding-right: 25px;
}
.check-box input[type='checkbox'] + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox'] + .wpcf7-list-item-label::before,
.check-box input[type='radio'] + .wpcf7-list-item-label::before,
.radio-box input[type='radio'] + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio'] + .wpcf7-list-item-label::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dashicons' !important;
  display: inline-block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
  font-family: dashicons;
  text-decoration: inherit;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  transition: color 0.1s ease-in;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  line-height: 20px;
  text-align: center;
}
.check-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.check-box input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:not(:checked) + .wpcf7-list-item-label::before,
.check-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:checked + .wpcf7-list-item-label::before,
.check-box input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:not(:checked) + .wpcf7-list-item-label::before {
  content: '';
  display: inline;
  float: left;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  border: none;
  background: #fff;
  margin-right: 0.6em;
  border: 1px solid #000;
  box-sizing: border-box;
}
.check-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.radio-box input[type=radio]:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label::before,
.check-box input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.radio-box input[type=radio]:not(:checked) + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type=radio]:not(:checked) + .wpcf7-list-item-label::before {
  border-radius: 100%;
}
.check-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='checkbox']:checked + .wpcf7-list-item-label::before,
.check-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.radio-box input[type='radio']:checked + .wpcf7-list-item-label::before,
.wpcf7-checkbox input[type='radio']:checked + .wpcf7-list-item-label::before {
  content: "\f158";
}
/*@import "blocks/wp-block-image.less";
@import "blocks/wp-block-columns.less";
@import "blocks/wp-block-ma-blocks-block-ma-section.less";
@import "blocks/wp-block-media-text.less";
@import "blocks/ma-block-accordion.less";
@import "blocks/wp-block-ma-blocks-ma-tabs.less";
@import "blocks/wp-block-ma-blocks-block-ma-flex-grid.less";
@import "blocks/ma-block-testimonial.less";*/
/* /////////////////////////////////////////////////////////////////////////  colums //////////////////////////////////////////////////////////////////// */
.wp-block-columns {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0;
}
.wp-block-columns.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(-50vw +  1300px/2);
  /*	@media (max-width: @screen-md-min) {
			width: 100%;
			padding-left: @grid-gutter-width;
			padding-right: @grid-gutter-width;
		}
		@media (max-width: @screen-sm-min) {
			width: 100%;
			padding-left: @grid-gutter-width-s;
			padding-right: @grid-gutter-width-s;
		}*/
}
@media (max-width: 1360px) {
  .wp-block-columns.alignfull {
    width: calc(100% +  30px*2);
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 768px) {
  .wp-block-columns.alignfull {
    width: calc(100% +  15px*2);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .wp-block-columns {
    flex-direction: column;
  }
}
.wp-block-columns > .wp-block-column {
  flex: 1;
  min-width: 0;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 20px;
  padding-left: 20px;
  padding-right: 20px;
  flex-grow: 1;
  flex-shrink: 1;
}
.wp-block-columns > .wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-columns > .wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-columns > .wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-columns > .wp-block-column > div,
.wp-block-columns > .wp-block-column > figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.wp-block-columns > .wp-block-column > div img,
.wp-block-columns > .wp-block-column > figure img {
  margin-bottom: 0;
}
.wp-block-columns > .wp-block-column > div.alignfull,
.wp-block-columns > .wp-block-column > figure.alignfull {
  width: auto;
  min-width: 100%;
  max-width: none;
  margin-left: -20px;
  margin-right: -20px;
}
.wp-block-columns > .wp-block-column.is-style-no_padding {
  padding: 0;
}
.wp-block-columns > .wp-block-column.is-style-no_padding > *.alignfull {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1240px) {
  .wp-block-columns > .wp-block-column {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 992px) {
  .wp-block-columns > .wp-block-column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .wp-block-columns.alignfull > .wp-block-column {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .wp-block-columns.alignfull > .wp-block-column > div.alignfull,
  .wp-block-columns.alignfull > .wp-block-column > figure.alignfull {
    width: auto;
    min-width: 100%;
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .wp-block-columns.alignfull > .wp-block-column.is-style-no_padding {
    padding: 0;
  }
  .wp-block-columns.alignfull > .wp-block-column.is-style-no_padding > *.alignfull {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.wp-block-columns.is-style-hoverzoom {
  display: flex;
  flex-direction: row;
  gap: 0;
}
.wp-block-columns.is-style-hoverzoom > .wp-block-column {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.wp-block-columns.is-style-hoverzoom > .wp-block-column > .wp-block-cover:before {
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.wp-block-columns.is-style-hoverzoom:hover > .wp-block-column:hover {
  flex-grow: 2;
}
.wp-block-columns.is-style-hoverzoom:hover > .wp-block-column:hover .wp-block-cover:before {
  opacity: 0.5;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.media-text-link::before {
  display: none;
}
.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr !important;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text .media-text-link {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 20px;
  word-break: break-word;
}
@media screen and (min-width: 1240px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content {
    padding: 4vw;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text figure > img,
.wp-block-media-text figure > video {
  max-width: unset;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 40vw;
  background-size: cover;
}
.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*stacked on large breakpoint*/
@media screen and (max-width: 992px) {
  .wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
    min-height: 50vw;
  }
}
@media screen and (max-width: 992px) {
  .wp-block-media-text.is-stacked-on-mobile,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
  .wp-block-media-text.is-stacked-on-mobile.is-image-fill figure.wp-block-media-text__media,
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right.is-image-fill figure.wp-block-media-text__media {
    min-height: 80vw;
  }
}
div.alignfull,
figure.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(-50vw +  1300px/2);
  /*	@media (max-width: @screen-md-min) {
			width: 100%;
			padding-left: @grid-gutter-width;
			padding-right: @grid-gutter-width;
		}
		@media (max-width: @screen-sm-min) {
			width: 100%;
			padding-left: @grid-gutter-width-s;
			padding-right: @grid-gutter-width-s;
		}*/
}
@media (max-width: 1360px) {
  div.alignfull,
  figure.alignfull {
    width: calc(100% +  30px*2);
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 768px) {
  div.alignfull,
  figure.alignfull {
    width: calc(100% +  15px*2);
    margin-left: -15px;
    margin-right: -15px;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-group.has-background {
  padding: 20px;
  margin-bottom: 40px;
}
.wp-block-group.is-style-small_group {
  width: 25vw;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  /*@media screen and (max-width: @screen-md ) {
			width: auto;
		}*/
}
@media screen and (max-width: 1360px) {
  .wp-block-group.is-style-small_group {
    width: 36vw;
  }
}
@media screen and (max-width: 1240px) {
  .wp-block-group.is-style-small_group {
    width: auto;
  }
}
@media screen and (max-width: 1360px) {
  .wp-block-columns .wp-block-group.is-style-small_group {
    width: 25vw;
  }
}
@media screen and (max-width: 1240px) {
  .wp-block-columns .wp-block-group.is-style-small_group {
    width: 50vw;
  }
}
.wp-block-quote {
  border-left: 6px solid currentcolor;
  padding-left: 25px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-cover {
  background-size: cover;
  background-position: center;
  padding: 0;
}
.wp-block-cover .wp-block-cover__inner-container {
  padding: 20px;
  min-width: 100%;
}
.wp-block-cover.is-style-fullheight {
  min-height: calc(100vh -  130px);
}
.wp-block-cover .wp-block-cover__inner-container .alignfull {
  margin: 0;
  width: auto;
  min-width: 100%;
  margin-left: -20px;
  margin-right: -20px;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-image.alignfull {
  width: 100vw;
  max-width: none;
  margin-left: calc(-50vw +  1300px/2);
  /*	@media (max-width: @screen-md-min) {
			width: 100%;
			padding-left: @grid-gutter-width;
			padding-right: @grid-gutter-width;
		}
		@media (max-width: @screen-sm-min) {
			width: 100%;
			padding-left: @grid-gutter-width-s;
			padding-right: @grid-gutter-width-s;
		}*/
}
@media (max-width: 1360px) {
  .wp-block-image.alignfull {
    width: calc(100% +  30px*2);
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (max-width: 768px) {
  .wp-block-image.alignfull {
    width: calc(100% +  15px*2);
    margin-left: -15px;
    margin-right: -15px;
  }
}
.wp-block-image img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin-bottom: 20px;
  height: auto;
}
.wp-block-image .wp-element-caption {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -10px;
  font-size: 0.9em;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 1240px) {
  .wp-block-spacer {
    display: none;
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-verse {
  font-size: 1.3em;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
/*.wp-block-separator {
	height: 8px;
	border: 0;
	background-color: @col-2;
	margin: 0;

	&.is-style-wide {
		margin-left: -@pad;
		margin-right: -@pad;
		max-width: calc(~"100% + "(@pad + @pad + 1px) );
	}
}*/
.wp-block-ma-blocks-block-ma-section {
  margin-bottom: 25px;
}
.wp-block-ma-blocks-block-ma-section .ma-section-content {
  padding: 40px;
}
.wp-block-ma-blocks-block-ma-section.full_screen {
  min-height: calc(100vh -  130px);
}
@media screen and (max-width: 1240px) {
  .wp-block-ma-blocks-block-ma-section.full_screen {
    min-height: calc(100vh - 50px);
  }
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.wp-block-table {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.wp-block-table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes table {
  border: none;
}
.wp-block-table.is-style-stripes tr {
  border: none;
  background-color: #FFF;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border: none;
}
.wp-block-table.is-style-stripes tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.04);
}
.wp-block-table.is-style-stripes thead tr {
  background-color: #0060a8;
  color: #FFF;
  border: none;
}
.wp-block-table.is-style-stripes thead tr td {
  background-color: #0060a8;
}
/* /////////////////////////////////////////////////////////////////////////   //////////////////////////////////////////////////////////////////// */
.post_content > div.alignfull:first-child,
.post_content > figure.alignfull:first-child,
.post_content > .wp-block-ma-blocks-block-ma-section.alignfull:first-child,
.post_content > .wp-block-media-text.alignfull:first-child,
.post_content > .wp-block-columns.alignfull:first-child,
.post_content > .wp-block-ma-blocks-ma-swiper.alignfull:first-child,
.post_content > .wp-block-image.alignfull:first-child,
.post_content > .wp-block-table.alignfull:first-child {
  margin-top: -60px;
}
.post_content > div.alignfull:last-child,
.post_content > figure.alignfull:last-child,
.post_content > .wp-block-ma-blocks-block-ma-section.alignfull:last-child,
.post_content > .wp-block-media-text.alignfull:last-child,
.post_content > .wp-block-columns.alignfull:last-child,
.post_content > .wp-block-ma-blocks-ma-swiper.alignfull:last-child,
.post_content > .wp-block-image.alignfull:last-child,
.post_content > .wp-block-table.alignfull:last-child {
  margin-bottom: -60px;
}
@viewport {
  width: device-width;
}
html {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  background-color: #f6f6f6;
  color: #4b4b4d;
}
html,
body {
  margin-top: 0;
  padding-top: 0;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  padding-top: 130px;
  background-color: #f6f6f6;
}
body.has_subnav {
  padding-top: 174px;
}
@media (max-width: 1240px) {
  body.has_subnav {
    padding-top: 130px;
  }
}
@media screen and (max-width: 1240px) {
  body,
  body.has_subnav {
    padding-top: 65px;
  }
}
body {
  overflow-x: hidden;
}
figure {
  margin: 0;
}
/*#content {
  min-height: calc( ~"100vh - @{header_h}" );

}*/
/*.has_subnav #content {
	 min-height: calc( ~"100vh - @{header_h} - @{subnav_h} - 37px" );

	 @media screen and (max-width: @screen-lg ) {
		 min-height: calc( ~"100vh - 87px" );
	 }
}*/
.container {
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1360px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page {
  margin-top: 0;
  padding-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  line-height: 130px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
#header > .container {
  height: 130px;
}
#header > *,
#header a {
  color: #707173;
}
#header a {
  text-decoration: none;
}
@media screen and (max-width: 1240px) {
  #header {
    line-height: normal;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header > .container {
    height: auto;
  }
}
.nav-icon {
  color: #000;
  font-size: 1.45em;
  position: relative;
}
#home_link {
  line-height: 1;
  float: left;
  width: 225px;
  display: block;
}
#home_link img {
  width: 100%;
  height: auto;
  margin-top: 34px;
  max-width: 70vw;
}
@media (max-width: 1240px) {
  #home_link {
    float: none;
    width: auto;
    height: 36px;
    height: 46px;
    order: 1;
  }
  #home_link img {
    margin: 0;
    height: 100%;
    width: auto;
  }
}
#claim {
  color: #0060a8;
  font-weight: 600;
  text-align: right;
  font-size: 2.4em;
  line-height: 1;
  padding-top: 70px;
}
@media (max-width: 1240px) {
  #claim {
    text-align: left;
    padding-top: 5px;
    font-size: 1.8em;
  }
}
#mobile_nav_toggle {
  cursor: pointer;
  text-align: right;
  order: 2;
  display: none;
}
body.has_subnav #mobile_nav_toggle {
  display: none;
}
@media screen and (max-width: 1240px) {
  body.has_subnav #mobile_nav_toggle {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  #header_primary {
    display: flex;
    /* or inline-flex */
    justify-content: space-between;
    align-items: center;
  }
  #header_primary #mobile_nav_toggle,
  #header_primary #home_link,
  #header_primary #mobile-nav {
    width: 33.3%;
  }
}
#blogname {
  display: inline-block;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 480px) {
  #blogname {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#logo_holder {
  padding-right: 80px;
}
#footer {
  background-color: #fff;
  background-color: #0060a8;
  color: #fff;
}
#footer a {
  color: #707173;
  color: #fff;
}
#footer.sticky {
  position: fixed;
  z-index: 1111;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  #footer {
    position: relative !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#sidebar {
  min-height: 240px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #636265;
  margin-right: 9px;
}
#prefooterwidget {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  position: relative;
  bottom: 0;
  z-index: 1;
  width: 100%;
}
#prefooterwidget * {
  margin-bottom: 0;
  color: #fff;
}
.fullscreen_slider #prefooterwidget {
  position: absolute;
}
#footerwidget {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
#footerwidget .widget {
  margin: 0 10px;
  min-width: 15%;
}
@media (max-width: 992px) {
  #footerwidget .widget {
    min-width: calc(50% -  20px);
  }
}
#footerwidget .widget h3,
#footerwidget .widget:not(.has_widget_title)::before {
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 1;
  display: block;
}
#footerwidget .widget:not(.has_widget_title)::before {
  content: '\00a0';
}
#footerwidget .menu li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
#footerwidget .menu li.current-menu-item * {
  font-weight: inherit;
}
#footerwidget .menu li a {
  padding: 0;
  margin: 0;
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}
table img.size-auto,
table img.size-full,
table img.size-large,
table img.size-medium,
table .attachment img {
  max-width: inherit;
  /* When images are too wide for containing element, force them to fit. */
  height: inherit;
  /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 3px;
  text-align: right;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
.has-text-align-center {
  text-align: center;
}
.wp-caption {
  background: none;
  line-height: 18px;
  margin-bottom: 15px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  width: auto !important;
  padding: 0px;
  text-align: left;
}
.wp-caption img {
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0px;
}
.wp-caption p.wp-caption-text {
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 0;
}
.wp-smiley {
  margin: 0;
}
.gallery {
  margin: 0 auto 18px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery img {
  border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}
.gallery dl {
  margin: 0;
}
.gallery img {
  border: 10px solid #f1f1f1;
}
.gallery br + br {
  display: none;
}
.newsfeed {
  margin-bottom: 10px;
}
.newsfeed .entry {
  padding-bottom: 20px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #636265;
  margin-top: 20px;
}
.singleimage {
  margin-bottom: 10px;
}
.page-template-page_bigslideshow #content {
  width: 720px;
  background-image: url(../img/w80.png);
  margin-top: 220px;
  margin-bottom: 20px;
}
.page-template-page_bigslideshow .hentry {
  padding: 25px;
}
.cover_image {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  /*	position: absolute;
	left: -10000%;
	right: -10000%;
	top: -10000%;
	bottom: -10000%;
	margin: auto auto;
	min-width: 200%;
	min-height: 200%;
	-webkit-transform: scale(0.5, 0.5);
	-ms-transform: scale(0.5, 0.5);
	-o-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);*/
}
#slider {
  width: 100%;
}
.wp-block-ma-blocks-ma-swiper {
  color: inherit;
}
.wp-block-ma-blocks-ma-swiper .content-overlay,
.wp-block-ma-blocks-ma-swiper .blocks-gallery-image figcaption,
.wp-block-ma-blocks-ma-swiper .blocks-gallery-item figcaption {
  padding: 20px;
  width: 650px;
  left: calc(50% -   1300px/2);
  background-color: rgba(255, 255, 255, 0.85);
  top: 20%;
  bottom: auto;
}
.wp-block-ma-blocks-ma-swiper .content-overlay:empty,
.wp-block-ma-blocks-ma-swiper .blocks-gallery-image figcaption:empty,
.wp-block-ma-blocks-ma-swiper .blocks-gallery-item figcaption:empty {
  display: none;
}
@media (max-width: 992px) {
  .wp-block-ma-blocks-ma-swiper .content-overlay,
  .wp-block-ma-blocks-ma-swiper .blocks-gallery-image figcaption,
  .wp-block-ma-blocks-ma-swiper .blocks-gallery-item figcaption {
    width: 80%;
    left: 10%;
    top: 10%;
  }
}
.wp-block-ma-blocks-ma-swiper.is-cropped .swiper-wrapper-wrapper,
#slider {
  height: 33vw;
  position: relative;
  top: 0;
  left: 0 ;
  z-index: 1;
  overflow: hidden;
}
.wp-block-ma-blocks-ma-swiper.is-cropped .swiper-wrapper-wrapper.fullscreen-slider,
#slider.fullscreen-slider {
  height: calc( 100vh - 49px -  125px);
}
@media (max-width: 1240px) {
  .wp-block-ma-blocks-ma-swiper.is-cropped .swiper-wrapper-wrapper.fullscreen-slider,
  #slider.fullscreen-slider {
    height: calc( 100vh - 66px);
  }
}
@media (max-width: 768px) {
  .wp-block-ma-blocks-ma-swiper.is-cropped .swiper-wrapper-wrapper,
  #slider {
    height: 60vw;
  }
}
.wp-block-ma-blocks-ma-swiper.is-cropped .blocks-gallery-item figure img {
  object-fit: cover;
  object-position: center;
}
.slider_wrapper {
  position: relative;
}
.swiper-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0 ;
}
.swiper-outer .caption {
  margin-top: 25px;
}
.swiper-outer .caption .text {
  float: left;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
.swiper-caption {
  /*	position: absolute;;
	width: 50%;
	left:0;*/
  position: relative;
  height: 100%;
}
.caption_inner {
  position: relative;
  top: 15%;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  color: #4b4b4d;
  padding: 20px;
}
@media (max-width: 992px) {
  .caption_inner {
    width: 100%;
    top: 10%;
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .caption_inner {
    padding: 10px;
    line-height: 1.2;
  }
  .caption_inner h1,
  .caption_inner h2,
  .caption_inner h3 {
    font-size: 16px;
  }
}
.multislides_view .caption_inner {
  width: 100%;
  top: 10vw;
}
.multislides_view .swiper-caption {
  transform: none !important;
  width: 50%;
}
@media (max-width: 992px) {
  .multislides_view .swiper-caption {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .multislides_view .swiper-caption {
    width: 90%;
  }
}
.swiper-pagination {
  width: 100%;
  margin-top: -30px;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  text-align: center;
  float: none;
  background: none;
  background-color: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  margin-right: 6px;
  opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ splitcontent colums ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.splitcontent_colums {
  display: table;
  margin-left: -15px;
  margin-right: -15px;
  min-width: 100%;
  margin-bottom: 20px;
}
.splitcontent_colums .splitcontent {
  display: table-cell;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
.splitcontent_colums .splitcontent img {
  width: 100%;
  height: auto;
  margin-top: 5px;
}
.splitcontent_colums_1 .splitcontent {
  width: 100%;
}
.splitcontent_colums_2 .splitcontent {
  width: 50%;
}
.splitcontent_colums_3 .splitcontent {
  width: 33.33333333%;
}
.splitcontent_colums_4 .splitcontent {
  width: 25%;
}
.splitcontent_colums_5 .splitcontent {
  width: 20%;
}
.splitcontent_colums_6 .splitcontent {
  width: 16.66666667%;
}
@media (max-width: 992px) {
  .splitcontent_colums {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .splitcontent_colums .splitcontent {
    display: block;
    box-sizing: border-box;
    width: 100%;
    float: none;
    padding-left: 0px;
    padding-right: 0px;
  }
  .splitcontent_colums .splitcontent * {
    text-align: left !important;
  }
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ project_overview ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.verkauft_button {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #000;
  color: #000;
  padding: 6px 10px;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}
.project_overview {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.project {
  width: calc(100%/3  -  30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background-color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
a:hover.project {
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.project .image {
  position: relative;
  min-height: 100px;
}
.project .image img {
  width: 100%;
  height: auto;
}
.project .caption {
  padding: 25px;
}
.project .caption_text {
  color: #707173;
}
.project .post_pre_caption {
  display: flex;
}
.project .prehead {
  display: flex;
}
.project .prehead .location {
  padding-right: 20px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.project .prehead .location i {
  color: #0060a8;
  font-size: 1.5em;
  margin-left: -5px;
  position: relative;
  top: 4px;
}
.project .prehead .buttonholder {
  padding-top: 0;
}
.project .prehead .prehead_button {
  background-color: #0060a8;
  padding: 3px 8px;
  line-height: 1;
  position: relative;
  top: 3px;
}
.project .post_pre_caption {
  margin-top: -10px;
  margin-bottom: 25px;
  justify-content: space-between;
  color: #ababab;
}
.project .caption {
  padding-bottom: 0;
}
.project h2 {
  clear: both;
  margin-bottom: 0;
  margin-bottom: 10px;
  font-size: 1.9em;
  line-height: 1.05;
  font-weight: bold;
}
.project .linkbutton {
  display: block;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 1240px) {
  .project {
    width: calc(100%/2  -  30px);
  }
}
@media (max-width: 768px) {
  .project {
    width: calc(100%  -  30px);
  }
}
.nav-single,
.single .post-single {
  width: 708px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .nav-single,
  .single .post-single {
    width: 100%;
  }
}
.post-single .entry-title {
  text-align: center;
  font-weight: bold;
}
.post-single .date {
  text-align: center;
  margin-bottom: 20px;
}
.post_cats {
  text-align: center;
  margin-bottom: 20px;
}
.post_cats a {
  text-decoration: none !important;
  color: #0060a8;
}
#swipebox-overlay {
  background: none;
}
#swipebox-overlay::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=88);
  -moz-opacity: 0.88;
  -khtml-opacity: 0.88;
  opacity: 0.88;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  background-color: #0060a8;
  text-shadow: none;
}
#swipebox-bottom-bar {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  background: transparent;
  transition: none;
}
#swipebox-arrows {
  max-width: 100%;
  width: 98%;
}
#swipebox-slider .slide {
  /*	height: 94%;
	width: 96%;
	margin: 2%;*/
}
#swipebox-slider .slide img {
  max-height: 85%;
  max-width: 85%;
}
@media (hover: none) {
  #swipebox-slider .slide img {
    max-height: 75%;
    max-width: 75%;
  }
}
/*@media (hover: none) {
  #swipebox-slider .slide {
    left:0 !important;
  }
}*/
.swipebox-html #content,
.swipebox-html #footer,
.swipebox-html #prefooterwidget,
.swipebox-html #header {
  -ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius='5', shadowopacity='0.0')";
  filter: blur(5px);
}
#scroll_down_arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22960%22%20height%3D%22560%22%3E%3Cpath%20fill%3D%22%23007AFF%22%20d%3D%22M461.545%20433.363l-280-280%2026.728-26.728%20253.272%20253.272%20253.273-253.272%2026.727%2026.728-280%20280z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 25px;
  background-color: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  z-index: 99;
}
#scroll_down_arrow.hidden {
  display: none;
}
.label_image {
  position: relative;
}
.image_label {
  position: absolute;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  color: #0060a8;
  text-align: center;
}
@media (max-width: 1240px) {
  .image_label {
    font-size: 1.2em;
  }
}
@media (max-width: 992px) {
  .image_label {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  .image_label {
    display: none;
  }
}
.image_textlabel {
  position: absolute;
  width: 250px;
  margin-left: -125px;
  bottom: 80px;
  left: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media (max-width: 1240px) {
  .image_textlabel {
    width: 180px;
    margin-left: -90px;
    bottom: 60px;
  }
}
@media (max-width: 992px) {
  .image_textlabel {
    width: 150px;
    margin-left: -75px;
    bottom: 60px;
  }
}
.image_label::after {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  content: '';
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='88.999' height='88.999' style='enable-background:new 0 0 88.9993668 88.9993668' xml:space='preserve'%3E%3Cpath style='fill:%230c60a6' d='M59.977 42.799H47.452V30.275h-4V42.8H30.928v4h12.524v12.524h4V46.8h12.525z'/%3E%3C/svg%3E");
}
@media (max-width: 1240px) {
  .image_label::after {
    width: 50px;
    height: 50px;
  }
}
.image_label:hover .image_textlabel {
  opacity: 1;
}
.image_label:hover::after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
#nav-below {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#blog-header {
  text-align: center;
  margin-bottom: 30px;
}
.blog-title {
  font-weight: 600;
}
