/* 
Theme Name: Tandem - ZEIT SPRACHEN
Version: 1.0
Author: PIXONAUTS Studio
Author URI: https://pixonauts.com/
*/

@font-face{
    font-family:"Macklin Sans";
    src: url("fonts/macklin-sans-regular.woff2") format("woff2"), url("fonts/macklin-sans-regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face{
    font-family:"Macklin Text";
    src:url(fonts/macklin-text-regular.woff2) format("woff2"),url(fonts/bbe6macklin-text-regular.woff) format("woff");
    font-weight:400;
    font-style:normal
}
@font-face{
    font-family:"Macklin Text";
    src:url(fonts/macklin-text-italic.woff2) format("woff2"),url(fonts/macklin-text-italic.woff) format("woff");
    font-weight:400;
    font-style:italic
}
@font-face{
    font-family:"Macklin Text";
    src:url(fonts/macklin-text-bold.woff2) format("woff2"),url(fonts/macklin-text-bold.woff) format("woff");
    font-weight:700;
    font-style:normal
}
@font-face{
    font-family:"Neue Haas Grotesk";
    src:url(fonts/neue-haas-grotesk-bold.woff2) format("woff2"),url(fonts/neue-haas-grotesk-bold.woff) format("woff");
    font-weight:700;
    font-style:normal
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

body,
html {
    width: 100%;
    min-height: 100%;
}
html {
    font-size: 16px;
    font-size: 1rem;
    overscroll-behavior: none;
}

body {
    font-size: 1.125rem;
    font-family: "Macklin Sans", sans-serif;
    line-height: 1.6;
    color: #313444;
    background: #fff;
    position: relative;
    overflow: hidden;
    overflow-y: scroll
}
body.page-template-tpl-management,
body.page-template-tpl-historie {
    background: #eee
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    body {
        font-size: 1.1875rem;
    }
}
@media only screen and (min-width:992px) {
    body {
        font-size: 1.1875rem;
    }
}

#pagebg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fed06a;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

::selection {
    opacity: 1;
    color: #fff;
    background: #09537C;
}
::-moz-selection {
    opacity: 1;
    color: #fff;
    background: #09537C;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots {
    list-style: none;
	position: absolute;
    margin: 0;
	padding: 0;
    width: 100%;
    bottom: .625rem;
	left: 0;
	z-index: 900;
	text-align: center;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:before {
	content:'';
	width: 15px;
	height: 15px;
    border-radius: 15px;
	border: 2px solid #fff;
	background: rgba(15,140,205,0);
	display: block;
}
.slick-dots li button:hover::before,
.slick-dots li.slick-active button:before {
    background: rgba(15,140,205,1);
}
.slick-arrow.slick-hidden{display:none}
.slick-next,
.slick-prev{
    position:absolute;
    display:block;
    padding:0;
    font-size:0;
    line-height:0;
    bottom: -50px;
    width: 40px;
    height: 40px;
    cursor:pointer;
    z-index:100;
    color:transparent;
    border: 1px solid #09537C;
    border-radius: 40px;
    outline:0;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
    transition: all .2s ease;
}
.single__slider .slick-next,
.single__slider .slick-prev{
    bottom: 10px;
    border-color: #fff;
}
.slick-next.slick-disabled,
.slick-prev.slick-disabled{
    opacity:.25;
    cursor: default;
}
.slick-prev{
    right:60px
}
.slick-next{
    right:10px
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover{
    color:transparent;
    outline:0;
}
.slick-next:hover,
.slick-prev:hover{
    background-color: rgba(0,0,0,0);
}
.slick-next::before,
.slick-prev::before{
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'fontello';
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: .5rem;
    line-height:38px;
    color:#09537C;
}
.single__slider .slick-next::before,
.single__slider .slick-prev::before {
    color: #fff;
}
.slick-prev::before,
[dir=rtl] .slick-next::before{
    content:'\e800';
}
.slick-next::before,
[dir=rtl] .slick-prev::before{
    content:'\e801'
}
.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before{
    opacity:.25
}
.no-touchevents .slick-next:hover:before {
    -webkit-animation: arrow-right .5s ease-out;
    animation: arrow-right .5s ease-out
}
.no-touchevents .slick-prev:hover:before {
    -webkit-animation: arrow-left .5s ease-out;
    animation: arrow-left .5s ease-out
}
@media only screen and (min-width:992px) {
    .slick-next,
    .slick-prev{
        bottom: -60px;
        width: 50px;
        height: 50px;
        border-radius: 50px;
    }
    .slick-prev{
        right:70px
    }
    .slick-next:before,
    .slick-prev:before{
        width: 50px;
        height: 50px;
        line-height:48px;
    }
    .single__slider .slick-next,
    .single__slider .slick-prev{
        bottom: 20px;
    }
    .single__slider .slick-next{
        right:20px
    }
    .single__slider .slick-prev{
        right:80px
    }
}


@media only screen and (orientation:landscape) {
    .d-landscape {
        display: block
    }
    .d-portrait {
        display: none
    }
}
@media only screen and (orientation:portrait) {
    .d-landscape {
        display: none
    }
    .d-portrait {
        display: block
    }
}

.row-xs {
    margin-right: -5px;
    margin-left: -5px;
}
.row-xs>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}
.row-xs.mb {
    margin-bottom: 10px
}
.row-xs.mt {
    margin-top: 10px
}

.container,
.container-fluid {
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (min-width:712px) {
    .container,
    .container-fluid {
        padding-left: 30px!important;
        padding-right: 30px!important
    }
    .row-l {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-l>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}
@media only screen and (min-width:1200px) {
    .row-xl {
        margin-right: -30px;
        margin-left: -30px;
    }
    .row-xl>[class*=col-] {
        padding-left: 30px;
        padding-right: 30px
    }
}
@media only screen and (min-width:1600px) {
    .row-l {
        margin-right: -40px;
        margin-left: -40px;
    }
    .row-l>[class*=col-] {
        padding-left: 40px;
        padding-right: 40px
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333334%;
        flex: 0 0 33.333334%;
        max-width: 33.333334%;
    }
}
@media only screen and (min-width:2560px) {
    .container-fluid {
        max-width: 1600px!important;
    }
}

.white {
    color: #fff!important;
}
@media only screen and (min-width:992px) {
    .lg-white {
        color: #fff!important;
    }
}

.border-bottom {
    border-bottom-color: #ccc !important;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    font-family: "Neue Haas Grotesk", serif;
    line-height: 1.2;
    font-weight: 700;
    color: #313444;
    margin-bottom: 1rem;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
h1 span,
h2 span,
h3 span,
h4 span {
    font-weight: 400;
}
h1,.h1 {
    font-size: 1.75rem;
}
h2,.h2 {
    font-size: 1.5rem;
}
h3,.h3 {
    font-size: 1.375rem;
}
h4,.h4 {
    font-size: 1.25rem;
}
.small-title {
    font-size: .8125rem;
    text-transform: uppercase;
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    h1,.h1 {
        font-size: 2rem;
    }
    h2,.h2 {
        font-size: 1.75rem;
    }
    h3,.h3 {
        font-size: 1.5rem;
    }
    h4,.h4 {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:992px) {
    h1,.h1 {
        font-size: 2rem;
    }
    h2,.h2 {
        font-size: 1.75rem;
    }
    h3,.h3 {
        font-size: 1.5rem;
    }
    h4,.h4 {
        font-size: 1.375rem;
    }
}
@media only screen and (min-width:1200px) {
    h1,.h1 {
        font-size: 2.5rem;
    }
    h2,.h2 {
        font-size: 2rem;
    }
    h3,.h3 {
        font-size: 1.75rem;
    }
    h4,.h4 {
        font-size: 1.5rem;
    }
}

.sr-only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.small, small {
    line-height: 1.3
}

p {
    margin-bottom: 1.125rem;
}

.lead,
.lead p {
    font-size: 1.25rem;
    line-height: 1.75;
    font-weight: 400;
}
@media only screen and (min-width:712px) and (orientation:portrait) {
    p {
        margin-bottom: 1.1875rem;
    }
    .lead,
    .lead p {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width:992px) {
    p {
        margin-bottom: 1.1875rem;
    }
    .lead,
    .lead p {
        font-size: 1.5rem;
    }
}
@media only screen and (min-width:1200px) {
    .lead,
    .lead p {
        font-size: 1.75rem;
    }
}

.ctx ol, 
.ctx ul {
    margin: 0 0 1rem;
    padding: 0 0 0 1rem;
}

p + ul,
p + ol {
    margin-top: 1rem!important;
}

.biglist ul li,
.biglist ol li {
    margin-bottom: 1rem!important
}

b, strong {
    font-weight: 700;
}

.nowrap {
    white-space: nowrap;
}

@media only screen and (min-width:992px) {
    .column-2 {
        column-count: 2;
        column-gap: 60px;
    }
    .column-3 {
        column-count: 3;
        column-gap: 40px;
    }
    .column-2 p,
    .column-2 ul,
    .column-3 p,
    .column-3 ul {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
        break-inside: avoid;
    }
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
}

figure img {
    width: 100%;
    height: auto
}

.img-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-wrap img {
    width: 100%;
    height: auto;
    transition: transform .9s;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.no-touchevents a:hover .img-wrap img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}
.bg-image.bg-top {
    background-position: top center;
}
img.bg-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
.full-img {
    width: 100%;
}

a {
    color: #09537C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
    color: #063d5a;
    text-decoration: none;
}
a:focus, a.focus, button:focus, button.focus {
  outline: 0;
}
.ctx a {
    color: #313444;
    border-bottom: 1px solid #313444;
}
.no-touchevents .ctx a:hover {
    color: #313444;
    border-bottom: 1px solid transparent;
}

.btn {
    color: #313444;
    padding: .375rem 1.25rem;
}
.btn-primary {
    color: #fff;
    background-color: #09537C;
    border-color: #09537C;
}
.btn-primary:hover{
    color:#fff;
    background-color:#063d5a;
    border-color:#063d5a
}
.btn-primary.focus,.btn-primary:focus{
    color:#fff;
    background-color:#063d5a;
    border-color:#063d5a;
    box-shadow:0 0 0 .2rem rgba(9,83,124,.5)
}
.btn-primary.disabled,.btn-primary:disabled{
    color:#fff;
    background-color:#09537C;
    border-color:#09537C
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle{
    color:#fff;
    background-color:#09537C;
    border-color:#09537C
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus{
    box-shadow:0 0 0 .2rem rgba(9,83,124,.5)
}
.btn-light {
    color: #313444;
    background-color: #eee;
    border-color: #eee;
}
.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1.5rem;
}

.form-control{
    color:#313444;
    border:1px solid #ced4da;
}
.form-control:focus{
    color:#313444;
    border-color:#09537C;
    box-shadow:0 0 0 .2rem rgba(9,83,124,.5)
}

.alignleft {
    float: left
}
.wp-caption.alignleft {
    max-width: 50%;
    margin: 8px 20px 10px 0;
}

.alignright {
    float: right
}
.wp-caption.alignright {
    max-width: 50%;
    margin: 8px 0 10px 20px;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

img.alignleft {
    margin: 8px 20px 10px 0;
    max-width: 50%;
    height: auto
}

img.alignright {
    margin: 8px 0 10px 20px;
    max-width: 50%;
    height: auto
}

img.aligncenter {
    margin: 10px auto;
    max-width: 100%;
    clear: both;
    display: block
}

img.alignnone {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

.wp-caption-text {
    font-size: 12px;
    margin: 10px 0
}

@media only screen and (max-width:480px) {
    .wp-caption.alignleft,
    .wp-caption.alignright,
    img.alignleft,
    img.alignright {
        display: block;
        float: none;
        width: 100%!important;
        max-width: 100%!important;
        margin: 1rem 0!important;
    }
}

.gallery {
    margin: 1rem 0!important
}

.gallery-item {
    margin: 0!important;
}

.gallery-item img {
    width: 100%!important;
    height: auto!important;
    border-color: #fff!important
}

.relative {
    position: relative!important
}

.bg-hsgp {
    background-color: #c31924!important;
    color: #fff!important;
}
.bg-grey {
  background-color: #eee!important;
}
.bg-grey-light {
  background-color: #fafafa!important;
}
.bg-grey-dark {
  background-color: #7b7b7b!important;
}
.bg-blue-light {
  background-color: #e6eef4!important;
}
.red {
    color: #ff0000!important;
}

.popover,
.popover-header {
    font-size: 1rem
}
.popover-body{
    padding: 20px;
    line-height: 1.3;
}
.popover-body div {
    display: -ms-flexbox;
    display: flex;
}
.popover-body div span {
    margin-bottom: 15px;
}
.popover-body div span:first-of-type {
    padding-right: 10px
}

.fadeInUp,
.fadeInUp2 {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .2s ease,-webkit-transform .5s ease-in-out;
    transition: opacity .2s ease,-webkit-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out,opacity .2s ease;
    transition: transform .5s ease-in-out,opacity .2s ease;
    transition: transform .5s ease-in-out,opacity .2s ease,-webkit-transform .5s ease-in-out;
}
.fadeInUp.animated,
.loaded .fadeInUp2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, .8)
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, .8)
    }
    100% {
        -webkit-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, 0)
    }
}

@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, .8)
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, .8)
    }
    100% {
        -moz-transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, 0)
    }
}

@keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, .8)
    }
    50% {
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, .8)
    }
    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        box-shadow: inset 0 0 1px 1px rgba(225, 225, 225, 0)
    }
}

#pageloader {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900
}

.postloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4900;
    display: none
}
.postloader .loader-inner {
    background: rgba(255,255,255,.4);
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    min-height: 100vh;
}

.loader-item {
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 44px;
    line-height: 44px;
    margin: -22px 0 0 -22px;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #09537C
}

#main {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100vw;
    z-index: 1;
}
.single-content {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    min-height: 100vh;
    background: #fff;
    padding-bottom: 40px;
}
.single-content .intro,
.single-content .outro {
    padding-top: 40px;
    padding-bottom: 40px;
}
.single-content img,
.single-content video {
    width: 100%;
    height: auto
}
@media only screen and (min-width:712px) {
    .single-content {
        padding-bottom: 60px;
    }
    .single-content .intro,
    .single-content .outro {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    font-size: 1rem;
}

.multisteps-form__progress-btn {
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: #bbb;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: default!important;
}
.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid currentColor;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
}
.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: '';
  background-color: currentColor;
  z-index: 1;
}
.multisteps-form__progress-btn:first-child:after {
  display: none;
}
.multisteps-form__progress-btn.js-active {
  color: #09537C;
}
.multisteps-form__progress-btn.js-active:before {
  -webkit-transform: translateX(-50%) scale(1.2);
          transform: translateX(-50%) scale(1.2);
  background-color: currentColor;
}

.multisteps-form__form {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #09537C;
}

.multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.multisteps-form__header {
    position: relative;
    text-align: center;
    padding: 15px;
    background: #f2f2f2;
    color: #09537C;
    font-weight: 700;
    margin-bottom: 30px
}
.multisteps-form__header:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -16px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #f2f2f2;
}
.multisteps-form__content {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 15px;
}
.form__inner {
    min-height: 175px;
}

.multisteps-form__btns {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 30px
}

.multisteps-form__btns .js-btn-next,
.multisteps-form__btns .js-btn-submit {
    margin-bottom: 15px
}
.multisteps-form__btns .js-btn-next:disabled {
    cursor: not-allowed;
}
.multisteps-form__btns .js-btn-prev {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}

.multisteps-form__panel[data-animation="scaleIn"] {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.multisteps-form__panel[data-animation="scaleIn"].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.multisteps-form__panel[data-animation="slideHorz"] {
  left: 50px;
}
.multisteps-form__panel[data-animation="slideHorz"].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.wpcf7-list-item {
    display: block!important;
    margin: 0!important;
}
.wpcf7-list-item.dib {
    display: inline-block!important;
    margin: 0!important;
}
.wpcf7-radio .wpcf7-list-item label {
    display: flex;
    align-items: center;
    line-height: 1!important;
    margin-bottom: .75rem!important
}
.wpcf7-list-item label input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.125rem;
    height: 1.125rem;
    border: 1.5px solid currentColor;
    border-radius: 50%;
    display: grid;
    place-content: center;
    margin-right: 5px;
}
.wpcf7-list-item label input[type="radio"]::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #09537C;
}

.wpcf7-list-item label input[type="radio"]:checked::before {
  transform: scale(1);
}
.wpcf7-acceptance label {
    position: relative;
    padding-left: 1.25rem;
}
.wpcf7-acceptance label input {
    position: absolute;
    margin-top: 5px;
    margin-left: -1.25rem;
}
.wpcf7-acceptance label span {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.2
}
div.wpcf7-response-output {
    margin: 1em 0!important;
    line-height: 1.3
}
.double-opt-in {
    position: relative;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden
}
.wpcf7-spinner {
    float: right
}
@media (min-width: 500px) {
    .multisteps-form__form {
        margin-top: 30px;
    }
    .multisteps-form__progress-btn {
        text-indent: 0;
    }
}
@media (min-width: 712px) {
    .wpcf7-acceptance label input {
        margin-top: 8px;
    }
}
@media only screen and (min-width:1200px) {
    .multisteps-form__header {
        padding: 15px 30px;
    }
    .multisteps-form__content {
        padding: 0 30px;
    }
    .multisteps-form__btns .js-btn-next,
    .multisteps-form__btns .js-btn-submit {
        margin-bottom: 30px
    }
    .wpcf7-acceptance label input {
        margin-top: 8px;
    }
    .multisteps-form__header {
        padding: 15px 60px;
    }
    .multisteps-form__content {
        padding: 0 60px;
    }
}

.post-content {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    overflow: hidden;
    z-index: 5400;
    -webkit-transition: right .7s cubic-bezier(.77, 0, .175, 1);
    transition: right .7s cubic-bezier(.77, 0, .175, 1)
}

body.post-open .post-content {
    right: 0;
}

#close-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
#close-wrap .wrap-inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#close {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #09537C;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}
.post-content.loaded #close {
    opacity: 1;
}
#close::after,
#close::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 20px;
    width: 2px;
    height: 30px;
    background-color: #fff;
    z-index: 10;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
    transition: all .3s cubic-bezier(0.16, 0.01, 0.77, 1);
}

#close::before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.no-touchevents #close:hover::after {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.no-touchevents #close:hover::before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.post-content-inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
@media only screen and (min-width:480px) {
    #close {
        width: 60px;
        height: 60px;
    }
    #close::after,
    #close::before {
        left: 30px;
        height: 50px;
    }
}

.contact-page {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 140px;
    padding-bottom: 40px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #eee;
}
@media only screen and (min-width:992px) {
    .contact-page {
        padding-top: 220px;
    }
}
@media only screen and (min-width:1600px) {
    .contact-page {
        padding-top: 280px;
    }
}

.error-404 {
    text-align: center;
}
.error-404 h1 {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    text-shadow: 3px 3px 0 rgba(178,178,178,1),8px 8px 0 rgba(0,0,0,.15);
}
.error-404 h2 {
    line-height: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 24px;
}
.error-404 .searchform {
    border: 3px dashed rgba(0,0,0,.05);
    padding: 15px;
    margin-top: 40px;
}
@media (min-width:768px) {
    .error-404 h1 {
        font-size: 200px;
        margin-bottom: 30px;
    }
    .error-404 h2 {
        line-height: 42px;
        font-size: 30px;
    }
    .error-404 .searchform {
        padding: 30px 90px;
        margin-top: 40px;
    }
}

#footer {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 2
}
#footer .footer-inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
    background: #fff;
    padding: 20px 0;
    text-align: center;
    font-size: .875rem;
    color: #999;
}
#footer .footer-inner a {
    color: #999;
}
.no-touchevents #footer .footer-inner a:hover {
    color: #09537C;
}
@media only screen and (min-width:712px) {
    #footer .footer-inner {
        font-size: 1rem;
    }
}


@-webkit-keyframes arrow-down {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    50% {
        transform: translateY(35%);
        opacity: 0
    }
    51% {
        transform: translateY(-35%)
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}
@keyframes arrow-down {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    50% {
        transform: translateY(35%);
        opacity: 0
    }
    51% {
        transform: translateY(-35%)
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}
@-webkit-keyframes arrow-right {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    25% {
        opacity: 0
    }
    50% {
        transform: translateX(50px)
    }
    51% {
        transform: translateX(-50px)
    }
    60% {
        opacity: 0
    }
    to {
        transform: translateX(0)
    }
}
@keyframes arrow-right {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    25% {
        opacity: 0
    }
    50% {
        transform: translateX(50px)
    }
    51% {
        transform: translateX(-50px)
    }
    60% {
        opacity: 0
    }
    to {
        transform: translateX(0)
    }
}
@-webkit-keyframes arrow-left {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    25% {
        opacity: 0
    }
    50% {
        transform: translateX(-50px)
    }
    51% {
        transform: translateX(50px)
    }
    60% {
        opacity: 0.1
    }
    to {
        transform: translateX(0)
    }
}
@keyframes arrow-left {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    25% {
        opacity: 0.1
    }
    50% {
        transform: translateX(-50px)
    }
    51% {
        transform: translateX(50px)
    }
    60% {
        opacity: 0.1
    }
    to {
        transform: translateX(0)
    }
}
