/* Reset & Basics -------------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

video {
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Fonts ----------------------------------------------------------------------------- */

@font-face {
  font-family: 'libre_franklin_regular';
  src: url('../fonts/librefranklin-regular-webfont.eot');
  src: url('../fonts/librefranklin-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/librefranklin-regular-webfont.woff2') format('woff2'), url('../fonts/librefranklin-regular-webfont.woff') format('woff'),
    url('../fonts/librefranklin-regular-webfont.ttf') format('truetype'),
    url('../fonts/librefranklin-regular-webfont.svg#libre_franklinregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'libre_franklin_medium';
  src: url('../fonts/librefranklin-medium-webfont.eot');
  src: url('../fonts/librefranklin-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/librefranklin-medium-webfont.woff2') format('woff2'), url('../fonts/librefranklin-medium-webfont.woff') format('woff'),
    url('../fonts/librefranklin-medium-webfont.ttf') format('truetype'),
    url('../fonts/librefranklin-medium-webfont.svg#libre_franklinmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'libre_franklin_bold';
  src: url('../fonts/librefranklin-bold-webfont.eot');
  src: url('../fonts/librefranklin-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/librefranklin-bold-webfont.woff2') format('woff2'), url('../fonts/librefranklin-bold-webfont.woff') format('woff'),
    url('../fonts/librefranklin-bold-webfont.ttf') format('truetype'), url('../fonts/librefranklin-bold-webfont.svg#libre_franklinbold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'libre_baskerville_regular';
  src: url('../fonts/librebaskerville-regular-webfont.eot');
  src: url('../fonts/librebaskerville-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/librebaskerville-regular-webfont.woff2') format('woff2'), url('../fonts/librebaskerville-regular-webfont.woff') format('woff'),
    url('../fonts/librebaskerville-regular-webfont.ttf') format('truetype'),
    url('../fonts/librebaskerville-regular-webfont.svg#libre_baskervilleregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'libre_baskerville_italic';
  src: url('../fonts/librebaskerville-italic-webfont.eot');
  src: url('../fonts/librebaskerville-italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/librebaskerville-italic-webfont.woff2') format('woff2'), url('../fonts/librebaskerville-italic-webfont.woff') format('woff'),
    url('../fonts/librebaskerville-italic-webfont.ttf') format('truetype'),
    url('../fonts/librebaskerville-italic-webfont.svg#libre_baskervilleitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'xtreem_medium_demoregular';
  src: url('../fonts/XtreemMediumDemo.eot');
  src: url('../fonts/XtreemMediumDemo.eot?#iefix') format('embedded-opentype'),
    url('../fonts/XtreemMediumDemo.woff2') format('woff2'), url('../fonts/XtreemMediumDemo.woff') format('woff'),
    url('../fonts/XtreemMediumDemo.ttf') format('truetype'),
    url('../fonts/XtreemMediumDemo.svg#libre_baskervilleitalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Basic Styles ---------------------------------------------------------------------- */

html {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font: 19px/29px 'libre_franklin_regular', Arial, sans-serif;
  color: #333;
}

/* Typography ------------------------------------------------------------------------ */

h1 {
  font: 400 60px/68px 'libre_franklin_bold';
  color: #32374b;
}
h2 {
  font: 400 50px/58px 'libre_franklin_bold';
  color: #32374b;
}
h3 {
  font: 400 25px/32px 'libre_franklin_bold';
  color: #32374b;
}
h4 {
  font: 400 25px/35px 'libre_baskerville_regular';
  color: #383838;
}
h5 {
  font: 500 34px/40px 'libre_franklin_medium';
  color: #32374b;
}
h6 {
  font: 400 15px/25px 'libre_franklin_regular';
  color: #383838;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

a {
  text-decoration: none;
  color: #333;
}

.post-content a {
  text-decoration: underline;
}

a.with-arrow {
  font-family: 'libre_franklin_bold';
  color: #32374b;
  font-size: 19px;
}

a.with-arrow:after {
  font-family: FontAwesome;
  content: '\f105';
  display: inline-block;
  margin-left: 15px;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: none;
}
a.with-arrow:hover {
  text-decoration: underline;
  color: #4d7c8c;
}
a.in_text {
  font: 700 19px/29px 'libre_franklin_bold';
  color: #32374b;
  text-decoration: underline;
}
a.in_text:hover {
  color: #4d7c8c;
}

.white-color {
  color: #fff !important;
}
a.button-blue,
a.button-green,
input.button-green {
  background: #32374b;
  line-height: 19px;
  border-width: 0px;
  margin: 0px;
  margin-right: 30px;
  padding: 18px 25px 18px 25px;
  font-size: 19px;
  color: #fff;
  font-family: 'libre_franklin_medium';
  border-radius: 27px;
  display: inline-block;
  cursor: pointer;
}
a.button-green,
input.button-green {
  -webkit-appearance: none;
  background: #75a10c;
  margin-right: 0;
}
a.button-blue:hover {
  background: #4d7c8c;
  color: #fff;
  text-decoration: none;
}
input.button-green.with-arrow {
  padding-right: 44px;
}
a.button-green:hover,
input.button-green:hover {
  background: #4c6d00;
  color: #fff;
  text-decoration: none;
}
.btn-transparent {
  display: inline-block;
  margin-top: 0px;
  padding: 16px 22px 16px 22px;
  line-height: 19px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
}
a.btn-transparent {
  color: #fff;
}
.btn-transparent.with-arrow {
  padding: 16px 44px 16px 22px;
  position: relative;
}
.btn-transparent.with-arrow:after {
  position: absolute;
}
.btn-transparent:hover,
.with-arrow.btn-transparent:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}
.quote,
blockquote {
  font: 400 22px/32px 'libre_baskerville_italic';
  color: #4d7c8c;
}
blockquote {
  margin-bottom: 15px;
}

p {
  margin: 0 0 15px;
}

em,
i {
  font-style: italic;
}

b,
strong,
dt {
  font-weight: 700;
}

big,
.big {
  font-size: 110%;
  line-height: 180%;
}
.vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.vc_column_container > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.vc_col-sm-8 > .vc_column-inner {
  padding-right: 33px !important;
}
.vc_col-sm-6:nth-of-type(2n + 1) > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 25px !important;
}
.vc_col-sm-6:nth-of-type(2n) > .vc_column-inner {
  padding-right: 0px !important;
  padding-left: 25px !important;
}
.vc_col-sm-4:nth-of-type(3n + 1) > .vc_column-inner {
  padding-left: 0px !important;
  padding-right: 33px !important;
}
.vc_col-sm-4:nth-of-type(3n + 2) > .vc_column-inner {
  padding: 0px 16.5px !important;
}
.vc_col-sm-4:nth-of-type(3n) > .vc_column-inner {
  padding-left: 33px !important;
  padding-right: 0px !important;
}
.vc_col-sm-8.map-section > .vc_column-inner {
  padding-right: 0px !important;
}
.padding-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.padding-90-25 {
  padding-top: 90px !important;
  padding-bottom: 25px !important;
}
.padding-t-55 {
  padding-top: 55px !important;
}
.padding-t-90 {
  padding-top: 90px !important;
}
.padding-b-90 {
  padding-bottom: 90px !important;
}
.margin-top-100 {
  margin-top: 100px !important;
}
.margin-top-80 {
  margin-top: 80px !important;
}
.margin-top-75 {
  margin-top: 75px !important;
}
.margin-b-90 {
  margin-bottom: 90px !important;
}
.margin-b-55 {
  margin-bottom: 55px !important;
}
.margin-b-50 {
  margin-bottom: 50px !important;
}
.padding-b-55 {
  padding-bottom: 55px !important;
}

/*--- Header -----------------------------------------------------------------------------*/

header {
  width: 100%;
  height: 90px;
  background: #fff;
  border-bottom: 1px solid #32374b;
}
header.headroom {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
header.headroom--pinned {
  position: fixed;
  z-index: 1001;
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown;
}
header.headroom--unpinned {
  position: fixed;
  z-index: 1001;
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp;
}
header.headroom--pinned.headroom--top {
  position: relative;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0);
  }
  100% {
    -o-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.menu-main {
  display: none;
}
.mobile_close {
  display: none;
}
.site_logo {
  display: inline-block;
  margin-left: 20px;
}
#logo,
#logo_mobile {
  line-height: 82px;
  height: 90px;
  display: inline-block;
}
#logo_mobile {
  display: none;
}
#logo img,
#logo_mobile img {
  vertical-align: middle;
  max-height: 70px;
}
.header_menu {
  display: inline-block;
  line-height: 90px;
  float: right;
  margin-right: 80px;
}
.navigation_main > li {
  display: inline-block;
  position: relative;
}
.navigation_main > li > a {
  padding: 0 20px;
  display: inline-block;
  font-family: 'libre_franklin_medium';
  font-size: 19px;
  color: #373b50;
}
.navigation_main > li.menu-item-has-children > a:after {
  content: '';
  display: inline-block;
  background: url(../img/connectum_menu_arrow.png) no-repeat;
  width: 10px;
  height: 6px;
  vertical-align: baseline;
  margin-left: 10px;
  margin-bottom: 2px;
}
.navigation_main .sub-menu {
  border-top: 1px solid #32374b;
  display: none;
  position: absolute;
  left: 0;
  top: 90px;
  background: #fff;
  z-index: 200;
  width: 260px;
}
.navigation_main .sub-menu li {
  line-height: 46px;
  padding: 0 20px;
}
.navigation_main .sub-menu li a {
  font-family: 'libre_franklin_medium';
  font-size: 16px;
  display: block;
  line-height: 46px;
  color: #373b50;
  border-bottom: 1px solid #f3f3f3;
}
.navigation_main li a:hover,
.navigation_main .sub-menu li a:hover {
  color: #4d7c8c;
}
.navigation_main .sub-menu li:last-of-type a {
  border-bottom: none;
}
.navigation_main > li.menu-item-has-children:hover .sub-menu {
  display: block;
}
.navigation_main li.current-menu-item > a {
  color: #4d7c8c;
}
.translation {
  display: inline-block;
  width: 210px;
  float: right;
  text-align: center;
  line-height: 90px;
}
.translation a {
  display: inline-block;
  width: 40px;
  line-height: 41px;
  height: 40px;
  border-radius: 20px;
  background: #9b9da7;
  font-family: 'libre_franklin_bold';
  font-size: 14px;
  color: #fff;
  margin-right: 6px;
}
.translation a:nth-of-type(3) {
  margin-right: 0;
}
.translation a.current_lang {
  background: #373b50;
}
.pie {
  display: none;
}

/*----- Slider ------------------------------------*/

a.slider_button {
  font-family: 'libre_franklin_medium';
  font-size: 19px;
  line-height: 19px;
  border-radius: 25px;
  padding: 14px 20px 14px 25px;
  color: #fff;
}
a.slider_button i {
  margin-left: 15px;
}
.text-shadow {
  text-shadow: 10px 10px 1em rgba(0, 0, 0, 0.4), 10px 10px 1em rgba(0, 0, 0, 0.4);
}

/*------Video player -------------------------------*/

.flowplayer {
  position: relative;
}
.flowplayer:after {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.25);
  top: 0;
  left: 0;
}
.flowplayer:hover:after {
  display: block;
}
.flowplayer > a {
  display: none !important;
}

/*------ Mailchimp ----------------------------------*/

.section-blue {
  width: 100%;
  padding: 90px 0 85px;
  background: #337988;
}
.section-grey {
  width: 100%;
  background: #f0f0f0;
  padding: 90px 0 85px;
}
.section-grey.employee_section {
  padding: 90px 0 50px;
}
.newsletter_form {
  width: 100%;
  box-sizing: border-box;
  max-width: 980px;
  margin: 0 auto;
}
.newsletter_form h5 {
  text-align: center;
  color: #fff !important;
  margin-bottom: 45px;
}
.newsletter_form form {
  text-align: center;
}
.newsletter_form form .FNAME-label,
.newsletter_form form .EMAIL-label {
  padding-right: 40px;
  box-sizing: border-box;
}
.newsletter_form form .FNAME-label input,
.newsletter_form form .EMAIL-label input {
  width: 100%;
  padding: 16px 18px;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}

.newsletter_form form .FNAME-label input:focus,
.newsletter_form form .EMAIL-label input:focus {
  outline: none;
}
.newsletter_form .yikes-easy-mc-form .submit-button-inline-label {
  width: auto;
  float: none;
}
.newsletter_form form button[type='submit'] {
  display: inline-block;
  font-family: 'libre_franklin_medium';
  font-size: 19px;
  padding: 16px 44px 16px 22px;
  line-height: 19px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-align: left;
  width: auto;
  vertical-align: text-bottom;
}
.newsletter_form form button[type='submit']:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
}
.newsletter_form form .wysija-paragraph {
  display: inline-block;
  width: calc(50% - 91px);
  padding-right: 40px;
  box-sizing: border-box;
  float: left;
}
.newsletter_form form .wysija-paragraph:nth-of-type(2) {
  position: relative;
}
.newsletter_form form .wysija-paragraph:nth-of-type(2) > div {
  left: 0 !important;
  top: 60px !important;
}
.newsletter_form form input {
  font-family: 'libre_franklin_regular';
  font-size: 19px;
}
.newsletter_form form .wysija-paragraph input {
  width: 100%;
  padding: 16px 18px;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
}
.employee_list a.title,
.employee_list a[href^='tel:'] {
  text-decoration: none;
}

/*----- Content ------------------------------------*/

.content {
  margin: 0;
  padding: 0;
  width: 100%;
}
.page-thumbnail {
  display: flex;
  width: 100%;
  height: 600px;
  background-size: cover !important;
}
.page-thumbnail img {
  width: 100%;
  height: 100%;
}
.row-1180 {
  max-width: 1180px;
  margin: 0 auto !important;
}
.spacer-50,
.spacer-70,
.spacer-100 {
  position: relative;
}
.spacer-50:before,
.spacer-70:before,
.spacer-100:before {
  content: '';
  position: absolute;
}
.spacer-50:before {
  width: 50px;
  height: 50px;
  background: #4d7c8c;
  top: 360px;
  left: -10%;
}
.spacer-70:before {
  width: 70px;
  height: 70px;
  background: #70a000;
  top: -50px;
  left: -15%;
}
.spacer-100:before {
  width: 100px;
  height: 100px;
  background: #1a237e;
  top: -55px;
  left: 3%;
}
.intro_area {
  width: 100%;
}
.intro_area .section {
  width: 25%;
  display: inline-block;
  float: left;
  text-align: center;
  color: #32374b;
  font-family: 'libre_baskerville_regular';
}
.intro_area .section .img_section {
  min-height: 170px;
  line-height: 130px;
}
.intro_area .section .img_section img {
  vertical-align: middle;
  max-height: 130px;
}
.intro_area .section p:nth-of-type(1) {
  font-family: 'libre_franklin_bold';
  font-size: 45px;
  line-height: 40px;
}
.intro_area .section p:nth-of-type(2) {
  font: 400 22px/28px 'libre_baskerville_italic';
}
p.title,
a.title {
  font-family: 'libre_franklin_bold';
  color: #32374b;
}
.recent_posts .post_single {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  float: left;
}
.recent_posts .post_single:nth-of-type(3) {
  margin-right: 0;
}
.recent_posts .post_single img,
.all_posts.masonry .post_single img {
  width: 100%;
}
.recent_posts .post_single h5 {
  line-height: 26px;
  margin: 18px 0 15px;
}
.recent_posts .post_single h6 {
  line-height: 23px;
  margin-bottom: 20px;
}
.recent_posts .post_single .title {
  margin: 25px 0 15px;
  font-size: 24px;
}
.recent_posts .post_single .date {
  font-size: 15px;
  line-height: 16px;
  margin-bottom: 20px;
}
.all_posts.masonry {
  column-count: 2;
  column-gap: 50px;
}
.all_posts.masonry .post_single {
  background-color: #fff;
  display: inline-block;
  margin: 0 0 50px;
  width: 100%;
  padding-bottom: 50px;
}
.all_posts.masonry .post_single .img_section img:hover,
.recent_posts .post_single img:hover {
  opacity: 0.8;
}
.all_posts.masonry .post_single p,
.all_posts.masonry .post_single h5,
.all_posts.masonry .post_single h6 {
  padding: 0 50px;
}
.all_posts.masonry .post_single h5 {
  padding-top: 35px;
  margin-bottom: 25px;
}
.all_posts.masonry .post_single h6 {
  margin-bottom: 20px;
}
.testimonials_row {
  margin-bottom: 50px;
}
.testimonials_home .testimonial_single {
  width: 50%;
  display: inline-block;
  float: left;
  box-sizing: border-box;
}
.testimonials_home .testimonial_single:nth-of-type(2n) {
  padding-left: 25px;
}
.testimonials_home .testimonial_single:nth-of-type(2n + 1) {
  padding-right: 25px;
}
.testimonials_home .testimonial_single .img_section {
  display: inline-block;
  max-width: 162px;
}
.testimonials_home .testimonial_single .person_info {
  width: calc(100% - 187px);
  float: right;
}
.testimonials_home .testimonial_single .person_info .title {
  margin-bottom: 0px;
}
.testimonials_home .testimonial_single .person_info .position {
  color: #383838;
  font-size: 15px;
  line-height: 24px;
  font-family: 'libre_franklin_regular';
}
.testimonials_page .testimonial_single {
  background: #fff;
  padding: 60px 100px;
  margin-bottom: 70px;
}
.testimonials_page .testimonial_single .img_section img {
  display: inline-block;
  float: left;
  padding-right: 25px;
}
.testimonials_page .testimonial_single .person_info {
  margin-top: 30px;
}
.testimonials_page .testimonial_single .img_section p {
  line-height: 19px;
}
.testimonials_page .testimonial_single .img_section p.title {
  padding-top: 25px;
  font-size: 32px;
  line-height: 30px;
}
.cat_content {
  width: 100%;
  background: #f3f3f3;
  padding: 60px 0;
}
.employee_list .post_single {
  width: 33.33333333%;
  display: inline-block;
  float: left;
  padding: 0 16.6px 50px 16.6px;
  box-sizing: border-box;
}
.employee_list .post_single .post-content {
  background: #fff;
  padding-bottom: 40px;
  min-height: 535px;
}
.employee_list .post_single p,
.employee_list .post_single h3 {
  padding: 0 25px;
}
.employee_list .post_single h3,
.employee_list .post_single p:nth-of-type(2) {
  margin-bottom: 0;
}
.employee_list .post_single img {
  width: 100%;
  vertical-align: top;
}
.employee_list .post_single img:hover {
  opacity: 0.8;
}
.employee_list .post_single:nth-of-type(3n + 1) {
  padding-left: 0;
  padding-right: 33.3px;
}
.employee_list .post_single:nth-of-type(3n) {
  padding-right: 0;
  padding-left: 33.3px;
}
.metoden_section .metoden_img {
  display: inline-block;
  max-width: 190px;
  text-align: center;
  width: 100%;
}
.metoden_section .metoden_text {
  width: calc(100% - 190px);
  float: right;
}
.metoden_section:after {
  content: '';
  display: block;
  clear: both;
}
.secret_of_money {
  margin-top: 40px;
}
.secret_of_money form .EMAIL-label {
  width: 62% !important;
  padding-right: 35px !important;
  box-sizing: border-box;
}
.secret_of_money form .EMAIL-label input {
  width: 100%;
  padding: 10px 15px;
  border-radius: 5px;
  font: 19px/29px 'libre_franklin_regular', Arial, sans-serif;
  color: #333;
  border: 1px solid #333;
  box-sizing: border-box;
  background: #fff;
}
.secret_of_money form .EMAIL-label input:focus {
  outline: none;
}
.secret_of_money .yikes-easy-mc-form .submit-button-inline-label {
  width: auto;
}
.secret_of_money .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button {
  line-height: 19px;
  border-width: 0px;
  margin: 0px;
  padding: 18px 44px 18px 25px;
  font-size: 19px;
  color: #fff;
  font-family: 'libre_franklin_medium';
  border-radius: 27px;
  display: inline-block;
  cursor: pointer;
  background: #75a10c;
  width: auto;
  vertical-align: text-bottom;
}
.secret_of_money .yikes-easy-mc-form .submit-button-inline-label .yikes-easy-mc-submit-button:hover {
  background: #4c6d00;
}
#secret_of_money input[type='email'] {
  width: 62%;
  padding: 10px 15px;
  border-radius: 5px;
  font: 19px/29px 'libre_franklin_regular', Arial, sans-serif;
  color: #333;
  border: 1px solid #333;
  margin-right: 35px;
}
.extra-padding {
  padding-left: 100px;
  padding-right: 100px;
}

/*----- Single ------------------------------------*/

.post-thumbnails {
  padding-top: 70px;
}
.main-content {
  padding-top: 50px;
  /*margin-bottom: 90px;*/
}
.post-thumbnails img {
  width: 100%;
}
.main-content .post-content {
  width: 65.3%;
  margin-right: 4.2%;
  display: inline-block;
}
.main-content .post-content h1 {
  color: #32374b;
}
.main-content .post-content > h4 {
  margin-top: 25px;
  margin-bottom: 30px;
}
.main-content .post-content > h6 {
  margin-bottom: 10px;
}
.main-content .post-content h3,
h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  color: #32374b;
}
.main-content .post-content .italic-blue,
h4.italic-blue {
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #4d7c8c;
}
.single-employee .show-on-mobile p a img {
  max-width: 50px;
}

/*----- Single ------------------------------------*/

.content-employee .post-thumbnails {
  margin-top: 0;
  padding-top: 0;
  width: 100%;
  height: 600px;
  background-size: cover !important;
}

/*----- Kontact -----------------------------------*/

.contact_form {
  padding-left: 100px;
  padding-right: 100px;
}
.map-row .vc_col-sm-5 .vc_column-inner {
  margin-left: calc(100% - 435px);
  width: 400px;
}
form.wpcf7-form input:not(.button-green),
form.wpcf7-form textarea {
  font: 19px/29px 'libre_franklin_regular', Arial, sans-serif;
  color: #333;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #333;
  margin-bottom: 25px !important;
  width: 100%;
  box-sizing: border-box;
  resize: none;
}
form.wpcf7-form .line-50 {
  width: 50%;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
form.wpcf7-form .line-50:nth-of-type(2n) {
  padding-right: 13px;
}
form.wpcf7-form .line-50:nth-of-type(2n + 1) {
  padding-left: 13px;
}

form.wpcf7-form ::-webkit-input-placeholder {
  color: #333;
}
form.wpcf7-form ::-moz-placeholder {
  color: #333;
} /* Firefox 19+ */
form.wpcf7-form :-moz-placeholder {
  color: #333;
} /* Firefox 18- */
form.wpcf7-form :-ms-input-placeholder {
  color: #333;
}

form.wpcf7-form .google_recaptcha {
  display: inline-block;
}

form.wpcf7-form .submit_btn {
  float: right;
  line-height: 78px;
}
.submit_btn {
  position: relative;
  display: inline-block;
}
.submit_btn:after {
  font-family: FontAwesome;
  content: '\f105';
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 22px;
  font-size: 22px;
  line-height: 15px;
  color: #fff;
}
.submit_btn.transparent:after {
  top: 39%;
}
form.wpcf7-form .submit_btn .ajax-loader {
  position: absolute;
  top: 40%;
  right: -32px;
}
form.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: -15px;
  margin-bottom: 15px;
}
form.wpcf7-form .google_recaptcha .wpcf7-not-valid-tip {
  margin: 0;
}

form.wpcf7-form .wpcf7-response-output {
  margin: 20px 0 0 0 !important;
}

/*----- Sidebar -----------------------------------*/
.post-sidebar,
.ssba-classic-2.ssba.ssbp-wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: block;
}
.ssba-classic-2.ssba.ssbp-wrap{
    margin-bottom: 90px;
}
.related_posts .related_posts_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.related_posts .related_posts_wrapper .related_post {
  flex: 0 0 calc(33.333333% - 20px);
  margin: 0 10px;
}
.related_posts .related_posts_wrapper .related_post .post_image {
  min-height: 210px;
  background-size: cover;
  background-position: center;
}
.related_posts {
  margin-bottom: 50px;
}
.post-sidebar .related_posts > h3,
.post-sidebar .cat_list > h3,
h3.underline {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  color: #32374b;
  margin-top: 0;
}
h3.underline.white-color {
  border-bottom: 1px solid #fff;
}
.post-sidebar .cat_list > h3,
h3.underline {
  margin-bottom: 20px;
}
/*.post-sidebar .cat_list > p {
  margin-bottom: 5px;
}*/
.post-sidebar .cat_list {
  margin-bottom: 50px;
}
.related_post {
  margin-top: 25px;
}
.related_post img {
  width: 100%;
}
.related_post img:hover {
  opacity: 0.8;
}
.related_post .title h3 {
  color: #32374b;
  padding: 10px 0 15px;
}
.full_width_newsletter {
  width: 100%;
  background: #337988;
  padding: 90px 0;
}

/*----- Pagination --------------------------------*/

.pagenav {
  margin: 50px 0;
  text-align: right;
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
  background: #91939d;
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.pagination li a,
.pagination li.current {
  display: block;
  font-family: 'libre_franklin_bold';
  line-height: 41px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.pagination li.current {
  display: inline-block;
  background: #32374b;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li.nextbtn,
.pagination li.prevbtn {
  background: transparent;
  width: 10px;
}
.pagination li.pagination_dots {
  background: transparent;
  color: #32374b;
  text-align: left;
  font-family: 'libre_franklin_bold';
  letter-spacing: 3px;
  margin-right: 0;
  width: 32px;
}
.pagination li.nextbtn a,
.pagination li.prevbtn a {
  color: #32374b;
}

/*----- Footer ------------------------------------*/

.footer_top {
  width: 100%;
  background: #32374b;
}
.footer_container {
  width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}
.footer_section {
  width: 25%;
  display: inline-block;
  float: left;
  color: #fff;
  padding-right: 20px;
  box-sizing: border-box;
}
.hide_on_desktop {
  display: none;
}
.footer_section p:first-child {
  font-family: 'libre_franklin_regular';
  line-height: 19px;
  font-size: 21px;
}
.footer_section p {
  font-family: 'libre_franklin_regular';
  line-height: 19px;
  margin-bottom: 12px;
}
footer .bold,
a.bold,
p.bold {
  font-family: 'libre_franklin_bold' !important;
}
footer .underline,
a.underline {
  text-decoration: underline !important;
}
footer p a,
footer p {
  color: #fff;
}
.footer_section:nth-of-type(5) {
  padding-left: 90px;
}
.footer_section p.social a i {
  font-size: 32px;
  margin-right: 25px;
  vertical-align: middle;
}
.calc_buttons {
  text-align: center;
  margin-bottom: 90px !important;
}
.calc_buttons a {
  margin: 0 30px;
}
a.black-round {
  padding: 11px 44px 11px 22px;
  border: 2px solid #000;
  border-radius: 30px;
  transition: .4s;
}
a.black-round:after {
  color: #000;
  transition: .4s;
  top: 37%;
}
a.black-round:hover {
    background: #000;
    color: #fff;
}
a.black-round:hover:after {
  color: #fff;
}
.copyright {
  width: 100%;
  background: #2a2d3e;
  font-family: 'Libre Franklin', sans-serif;
}
.copyright .footer_container {
  padding: 15px 0;
  text-align: center;
}
.copyright p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 2px;
}
.copyright .copyright-left {
  width: 22%;
  float: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.copyright .copyright-left img {
  max-width: 100%;
}
.copyright .copyright-right {
  width: 78%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  padding-left: 33px;
  text-align: left;
}
.copyright .copyright-right p {
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.copyright .copyright-right p .bold a,
.copyright .copyright-right p .bold {
  font-weight: 600;
  font-family: 'Libre Franklin', sans-serif;
}
form .checkbox {
  margin-bottom: 20px;
  margin-top: -20px;
}
form .checkbox label {
  color: #383838;
  font-size: 15px;
  margin-left: 5px;
}
/* .checkbox .opt-in, */
/* .checkbox .opt-in span { */
.checkbox input[type='checkbox'] {
  opacity: 0;
  display: none;
}
.checkbox input[type='checkbox'] + span.wpcf7-list-item-label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url(../img/check_box_outline_blank_blue.svg);
  left: -5px;
  position: relative;
  top: -3px;
}

.checkbox input[type='checkbox']:checked + span.wpcf7-list-item-label:before {
  content: '';
  background: url(../img/check_box_blue.svg);
}


.secret_of_money .yikes-easy-mc-form .yikes-easy-mc-submit-button {
  display: inline-block !important;
  margin-top: 0px;
  padding: 16px 60px 16px 60px !important;
  line-height: 19px;
  background: #75a10c;
  border: 2px solid #75a10c;
  border-radius: 40px;
  color: #fff;
  cursor: pointer;
  width: auto !important;
  font-size: 19px;
}
.secret_of_money .yikes-easy-mc-form .yikes-easy-mc-submit-button:after {
  content: '';
}
.secret_of_money .yikes-easy-mc-form .yikes-easy-mc-submit-button:hover {
    background: #4c6d00;
    color: #fff;
    text-decoration: none;
}
.single-employee .ssba-classic-2 {
  display: none;
}
.copyright-right div.new_block {
  margin-top: 15px;
  color: #fff;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}
.copyright-right div.new_block a {
  text-decoration: underline !important;
  color: #fff;
  font-weight: bold;
}
.ssba-modern-2.ssbp--theme-1 {
  display: block;
  margin: 0 auto;
}
.footer-bottom {
  background: #32374b;
  text-align: center;
  font-size: 15px;
}
.footer-bottom .footer_container {
  padding-bottom: 50px;
}
.footer-bottom .footer-small-text.last span a {
  font-family: "xtreem_medium_demoregular",Arial,sans-serif;
  color: #fff;
}
.encryptedepost:hover::after {
  opacity: 1;
  z-index: 1;
}
.encryptedepost::after {
  content: attr(data-name) "@" attr(data-domain) ".no";
  display: inline-block;
  opacity: 0;
  z-index: -1;
  position: absolute;
  margin-left: 3px;
  background: #75a10c;
  padding: 5px;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  transition: all .3s 0s;
  font-weight: 300;
}


ul.ssbp-list li p a {
  display: none !important;
}
/*----- Media ------------------------------------*/

@media screen and (max-width: 1700px) {
  .navigation_main > li > a {
      padding: 0 5px;
  }
}
/*@media screen and (max-width: 1600px) {
  .navigation_main > li > a {
      padding: 0 5px;
  }
}*/
@media screen and (max-width: 1500px) {
  .header_menu {
    margin-right: 0;
  }
}

@media (max-width: 1440px) {
  .header_menu {
    margin-right: 0px;
  }
  .navigation_main > li > a {
    padding: 0 10px;
  }
  .translation {
    width: 180px;
  }
  .map-row .vc_col-sm-5 .vc_column-inner {
    margin-left: calc(100% - 465px);
    width: 430px;
  }
}

@media (max-width: 1240px) {
  .map-row .vc_col-sm-5 .vc_column-inner {
    margin-left: 30px;
    width: calc(100% - 60px);
  }
  #logo {
    display: none;
  }
  #logo_mobile {
    display: block;
  }
  /*#logo_mobile img {
	width: 300px;
  }*/
  .row-1180 {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .row-1180.map-row {
    padding-right: 0;
  }
  .footer_container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .footer_section:nth-of-type(5) {
    padding-left: 0px;
  }
  .spacer-50:before,
  .spacer-70:before,
  .spacer-100:before {
    display: none !important;
  }
  .employee_list .post_single:nth-of-type(3n) {
    padding-left: 20px;
  }
  .employee_list .post_single {
    padding: 0 10px 30px 10px;
  }
  form.wpcf7-form .submit_btn .ajax-loader {
    top: 100%;
    right: 0;
  }
  .post-sidebar, .ssba-classic-2.ssba.ssbp-wrap {
    max-width: 968px;
  }
  .related_posts .related_posts_wrapper .related_post {
      flex: 0 0 calc(33.333333% - 15px);
      margin: 0px 0px;
  }
}

@media (max-width: 1200px) {
  #logo img, #logo_mobile img {
      max-height: 30px;
  }
}

@media screen and (max-width: 1110px) and (min-width: 1025px) {
  .navigation_main > li > a {
      padding: 0 4px;
  }
  .navigation_main > li.menu-item-has-children > a::after {
      margin-left: 3px;
  }
}

@media (max-width: 1024px) {
  /*body {
	font: 32px/46px 'libre_franklin_regular', Arial, sans-serif;
	color: #333;
  }*/

  h1 {
    font: 400 40px/48px 'libre_franklin_bold';
    color: #32374b;
  }

  .main-content .post-content {
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .content-employee .post-thumbnails,
  .page-thumbnail {
    height: 400px;
  }
  .main-content .post-sidebar {
    width: 100%;
    display: block;
    float: none;
    margin-top: 60px;
  }
  .related_posts .related_post:nth-of-type(3n) {
    padding-right: 0;
  }
  .related_post {
    margin-top: 30px;
    padding-right: 20px;
    display: inline-block;
    width: 33.33%;
    width: calc(33.33% - 13.3px);
    float: left;
    vertical-align: text-top;
  }
  .related_post .title h3 {
    margin-top: 0;
    padding-top: 0;
  }
  .related_post > a:not(.title) {
    margin-bottom: 30px;
    display: block;
  }

  .main-content .post-content .italic-blue,
  h4.italic-blue {
    font-style: italic;
    font-size: 32px;
    line-height: 32px;
    color: #4d7c8c;
  }

  header {
    height: 90px;
    overflow: hidden;
    position: relative;
    border-bottom: 2px solid #32374b;
  }
  .site_logo {
    margin-left: 30px;
  }
  .menu-main {
    position: fixed;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 1001;
    background: #32374b;
  }
  #logo,
  #logo_mobile {
    line-height: 84px;
    height: 90px;
  }
  /*#logo_mobile img {
	width: 100%;
  }*/
  .mobile_close {
    display: block;
    color: #fff;
    margin-left: 20px;
    font-size: 40px;
    margin-top: 15px;
  }
  .mobile_close i {
    padding: 0 10px;
    cursor: pointer;
  }
  .pie {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 60px;
    z-index: 99;
    padding: 33px 0 33px 10px;
    cursor: pointer;
  }
  .pie .icon-bar {
    display: block;
    margin-right: 0.25em;
    line-height: 10px;
    width: 35px;
    height: 4px;
    margin-bottom: 6px;
    background-color: #32374b;
  }
  .pie .icon-bar:last-child {
    margin-bottom: 0;
  }
  header .translation,
  header .header_menu {
    display: none;
  }
  .translation,
  .header_menu {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 90px;
    box-sizing: border-box;
  }
  .translation {
    line-height: 60px;
  }
  .translation a {
    text-align: center;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    line-height: 45px;
    font-size: 16px;
    background: #999ba5;
    color: #373b50;
  }
  .translation a.current_lang {
    background: #fff;
  }
  .navigation_main > li,
  .menu-main {
    display: block;
  }
  .navigation_main .sub-menu {
    display: block;
      /*position: initial;*/
    position: static;
    background: transparent;
    border-top: none;
    width: 100%;
  }
  .navigation_main .sub-menu li {
    padding: 0;
  }
  .navigation_main > li > a,
  .navigation_main .sub-menu li a {
    color: #fff;
    padding: 0;
    line-height: 55px;
    display: block;
  }
  .navigation_main > li > a {
    font-family: 'libre_franklin_bold';
    font-size: 44px;
    margin-top: 40px;
  }
  .navigation_main .sub-menu li a {
    font-family: 'libre_franklin_regular';
    border-bottom: none;
    font-size: 40px;
  }
  .navigation_main > li > a {
    font-size: 24px;
    margin-top: 15px;
  }
  .navigation_main > li > a,
  .navigation_main .sub-menu li a {
    line-height: 32px;
  }
  .navigation_main .sub-menu li a {
    font-size: 22px;
  }
  .footer_section {
    width: 100%;
    display: block;
    float: none;
    padding-right: 0px;
  }
  .footer_section p:not(.show-on-mobile),
  .hide_on_mobile {
    display: none !important;
  }
  .hide_on_desktop {
    display: block;
  }
  .footer_section p.show-on-mobile {
    text-align: center;
    font-size: 21px;
  }
  .footer_section p.social a i {
    font-size: 28px;
  }
  .footer_section {
    margin-bottom: 40px;
  }
  .footer_container {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .footer_section p.social a:last-child i {
    margin-right: 0px;
  }
  .slider_content {
    text-align: center;
    padding: 50px 30px 30px;
    background: #f3f3f3;
  }
  .slider_content h4 {
    padding: 25px 0 40px;
  }
  .slider_content a {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 25px;
    padding: 15px 35px;
    border-radius: 45px;
  }
  .full_width_newsletter .newsletter_form {
    padding: 0 0px;
    box-sizing: border-box;
  }
  .employee_list .post_single {
    width: 50%;
  }
  .employee_list .post_single:nth-of-type(2n + 1) {
    padding-left: 0;
    padding-right: 15px;
  }
  .employee_list .post_single:nth-of-type(2n) {
    padding-left: 15px;
    padding-right: 0;
  }
  .contact_form {
    padding-left: 0px;
    padding-right: 0px;
  }
  .calc_buttons a.button-green {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 968px) {
  .post-sidebar, .ssba-classic-2.ssba.ssbp-wrap {
      max-width: 100%;
      margin: 0 30px;
  }
  .related_posts .related_posts_wrapper .related_post {
      flex: 0 0 100%;
  }
}
@media (max-width: 800px) {
  .copyright .copyright-right {
    text-align: center;
    width: 100%;
  }

  .copyright .copyright-left{
    width: 100%;
    display: block;
    font: none;
    padding: 15px 0;
    text-align: center;
  }
  .copyright .copyright-right p,
  .page-id-7 .copyright .copyright-right {
    display: none !important;
    visibility: hidden;
    opacity: 0;
  }
  .copyright .copyright-left img {
    margin: 0 auto;
    max-width: 200px;
  }
}

@media (max-width: 768px) {
  body {
    font: 19px/27px 'libre_franklin_regular', Arial, sans-serif;
  }

  .quote,
  blockquote {
    font: 400 19px/27px 'libre_baskerville_italic';
  }

  h1 {
    font: 400 30px/40px 'libre_franklin_bold';
    color: #32374b;
  }
  h2 {
    font: 400 27px/36px 'libre_franklin_bold';
    color: #32374b;
  }
  h3 {
    font: 400 23px/31px 'libre_franklin_bold';
    color: #32374b;
  }
  h4 {
    font: 400 20px/28px 'libre_baskerville_regular';
    color: #383838;
  }
  h5 {
    font: 500 25px/32px 'libre_franklin_medium';
    color: #32374b;
  }
  h6 {
    font: 400 17px/22px 'libre_franklin_regular';
    color: #383838;
  }

  .related_post {
    width: 50%;
    width: calc(50% - 10px);
    box-sizing: inherit;
    min-height: 450px;
  }
  .related_posts .related_post:nth-of-type(3n) {
    padding-right: 20px;
  }
  .related_posts .related_post:nth-of-type(2n) {
    padding-right: 0px;
  }
  .show-on-mobile {
    display: block !important;
  }
  .intro_area .section {
    width: 50%;
  }
  .intro_area .section:nth-of-type(1),
  .intro_area .section:nth-of-type(2) {
    margin-bottom: 10px;
  }
  .intro_area .section p:nth-of-type(1) {
    font: 700 29px/36px 'libre_baskerville_regular';
    margin-bottom: 5px;
  }
  .vc_col-sm-6:nth-of-type(2n + 1) > .vc_column-inner,
  .vc_col-sm-6:nth-of-type(2n) > .vc_column-inner,
  .vc_col-sm-8 > .vc_column-inner,
  .vc_col-sm-4:nth-of-type(3n + 1) > .vc_column-inner,
  .vc_col-sm-4:nth-of-type(3n + 2) > .vc_column-inner,
  .vc_col-sm-4:nth-of-type(3n) > .vc_column-inner {
    padding: 0px !important;
  }
  .newsletter_form form .wysija-paragraph {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    padding-right: 0px;
    float: none;
  }
  .newsletter_form form input[type='submit'] {
    margin-left: calc(50% - 87px);
  }
  .testimonials_page .testimonial_single {
    padding: 40px 30px;
  }
  .testimonials_page .testimonial_single .img_section p.title {
    padding-top: 20px;
    font-size: 28px;
    line-height: 28px;
  }
  .testimonials_page .testimonial_single .img_section p {
    line-height: 24px;
    margin-bottom: 10px;
  }
  .all_posts.masonry {
    column-count: 1;
  }
  .all_posts.masonry .post_single p,
  .all_posts.masonry .post_single h5,
  .all_posts.masonry .post_single h6 {
    padding: 0 25px;
  }
  .all_posts.masonry .post_single h5 {
    padding-top: 30px;
  }
  .all_posts.masonry .post_single {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  /*.all_posts.masonry .post_single .img_section {
	margin-bottom: 30px;
  }*/
  .extra-padding {
    text-align: left !important;
  }
  form.wpcf7-form .line-50 {
    width: 100%;
    display: block;
    float: none;
  }
  form.wpcf7-form .line-50:nth-of-type(2n),
  form.wpcf7-form .line-50:nth-of-type(2n + 1) {
    padding-right: 0px;
    padding-left: 0px;
  }
  form.wpcf7-form .google_recaptcha {
    display: block;
    margin-bottom: 15px;
  }
  form.wpcf7-form .submit_btn {
    float: none;
    text-align: right;
    width: 100%;
  }
  /*.map {
	width: calc(100% + 60px);
	margin-left: -30px;
  }*/
  .map iframe {
    display: block;
    width: calc(100% + 60px);
    position: relative; /* IE needs a position other than static */
    pointer-events: none;
  }
  .map iframe.clicked {
    pointer-events: auto;
  }
  .mobile-align-left {
    text-align: left !important;
  }
  .metoden_section .metoden_img {
    display: none;
  }
  .metoden_section .metoden_text {
    width: 100%;
    float: none;
  }
  #secret_of_money input {
    margin-bottom: 30px;
  }
  #secret_of_money input[type='email'] {
    width: 100%;
    margin-right: 0px;
    box-sizing: border-box;
  }
  .content-employee .post-thumbnails,
  .page-thumbnail {
    height: 270px;
  }
  .newsletter_form form .FNAME-label,
  .newsletter_form form .EMAIL-label {
    width: 100% !important;
    padding-right: 0px !important;
    margin-bottom: 30px;
  }
  .newsletter_form .yikes-easy-mc-form .submit-button-inline-label {
    display: block;
    width: 100%;
    text-align: center;
  }
  .secret_of_money form .EMAIL-label {
    width: 100% !important;
    padding-right: 0px !important;
    margin-bottom: 20px;
  }
  .secret_of_money .yikes-easy-mc-form .submit-button-inline-label {
    width: 100%;
    text-align: right;
  }
  .tp-leftarrow,
  .tp-rightarrow {
    display: none;
  }
  .ares .tp-bullet {
    height: 8px;
    width: 8px;
  }
  .intro_area .section .img_section img {
    max-width: 80px;
  }
  .intro_area .section .img_section {
    min-height: 135px;
  }
  .intro_area .section p:nth-of-type(2) {
    font: 400 18px/24px 'libre_baskerville_italic';
  }
  .map {
    max-height: 470px;
    overflow: hidden;
    background: #fff;
  }
  .map iframe {
    max-height: 430px;
    overflow: hidden;
    padding: 40px 20px 20px;
    margin-top: -20px;
  }
  .all_posts.masonry .post_single h6 {
    display: none;
  }
  .post-thumbnails {
    padding-top: 50px;
  }
  .main-content {
    padding-top: 40px;
    margin-bottom: 70px;
  }
  .full_width_newsletter {
    width: 100%;
    background: #337988;
    padding: 70px 0 40px;
  }
  .testimonials_page .testimonial_single {
    margin-bottom: 50px;
  }
  .section-blue {
    padding: 55px 0 45px;
  }
  .section-grey {
    padding: 55px 0 10px;
  }
  .section-grey.employee_section {
    padding: 60px 0 40px;
  }
  .is-paused.minimalist .fp-ui {
    background-size: 17% !important;
  }
  .recent_posts .post_single {
    width: calc((100% - 50px) / 2);
  }
  .recent_posts .post_single:nth-of-type(3) {
    display: none;
  }
  .recent_posts .post_single:nth-of-type(2) {
    margin-right: 0;
  }
  .padding-55 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .margin-top-75,
  .margin-top-100 {
    margin-top: 50px !important;
  }
  .margin-b-55 {
    margin-bottom: 35px !important;
  }
  .margin-b-90 {
    margin-bottom: 40px !important;
  }
  .padding-90-25 {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
  .padding-t-55 {
    padding-top: 40px !important;
  }
  .padding-b-90 {
    padding-bottom: 70px !important;
  }
  .padding-t-90 {
    padding-top: 60px !important;
  }
  .margin-top-80 {
    margin-top: 0px !important;
  }
  .padding-b-55 {
    padding-bottom: 25px !important;
  }
  .testimonials_home .testimonial_single .person_info {
    width: 100%;
    float: none;
  }
  .testimonials_home .testimonial_single .img_section {
    margin-bottom: 25px;
  }
  .extra-padding {
    padding-left: 0;
    padding-right: 0px;
  }
}

@media (max-width: 600px) {
  .site_logo {
    width: 60%;
    margin-left: 15px;
  }
  .translation,
  .header_menu {
    padding-left: 50px;
  }
  .header_menu {
    height: calc(100% - 150px);
    overflow-y: auto;
  }
  .related_post {
    width: 100%;
    min-height: inherit;
    box-sizing: inherit;
  }
  .related_posts .related_post:nth-of-type(3n) {
    padding-right: 0px;
  }
  .related_posts .related_post:nth-of-type(2n) {
    padding-right: 0px;
  }
  .employee_list .post_single {
    width: 100%;
  }
  .employee_list .post_single:nth-of-type(2n + 1),
  .employee_list .post_single:nth-of-type(2n),
  .extra-padding {
    padding-left: 0;
    padding-right: 0px;
  }
  .testimonials_home .testimonial_single {
    width: 100%;
    display: block;
    float: none;
    padding: 0 !important;
  }
  .testimonials_home .testimonial_single:nth-of-type(1) {
    margin-bottom: 60px;
  }
  .testimonials_home .testimonials_row:nth-of-type(2),
  .testimonials_home .testimonials_row:nth-of-type(3) {
    display: none;
  }
}

@media (max-width: 520px) {
  .slider_content {
    padding: 50px 20px 30px;
  }
  .recent_posts .post_single {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .recent_posts .post_single:nth-of-type(3) {
    display: block;
  }
  .grecaptcha-badge {
    display: none;
  }
  .calc_buttons a.black-round {
    margin-bottom: 25px !important;
  }
}

@media (max-width: 420px) {
  .slider_content a {
    font-size: 20px;
    line-height: 21px;
    padding: 15px 28px;
  }
  .row-1180 {
    padding: 0px 20px !important;
  }
  .padding-90-25 {
    padding-top: 50px !important;
    padding-bottom: 0px !important;
  }
  .padding-55 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .vc_col-sm-6:nth-of-type(2n + 1) > .vc_column-inner,
  .vc_col-sm-6:nth-of-type(2n) > .vc_column-inner,
  .vc_col-sm-4:nth-of-type(3n + 1) > .vc_column-inner,
  .vc_col-sm-4:nth-of-type(3n + 2) > .vc_column-inner,
  .vc_col-sm-4:nth-of-type(3n) > .vc_column-inner {
    padding: 0px !important;
  }
  .section_video h3,
  .section_video p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .testimonials_page .testimonial_single .img_section img {
    display: block;
    float: none;
    padding-right: 0px;
  }
  .main-content .post-content h1 {
    font-size: 40px;
  }
  .main-content {
    margin-top: 0px;
  }
  /*.map {
	width: calc(100% + 40px);
	margin-left: -20px;
  }*/
  .map iframe {
    width: calc(100% + 40px);
  }
  .main-content .post-content .italic-blue,
  h4.italic-blue {
    font-size: 25px;
    line-height: 32px;
  }
  form.wpcf7-form .google_recaptcha iframe {
    transform: scale(1.24);
    margin-left: 35px;
  }
}

@media (max-width: 400px) {
  .intro_area .section p:nth-of-type(2) {
    font-size: 17px;
  }
  .main-content .post-content .italic-blue,
  h4.italic-blue {
    font-size: 24px;
    line-height: 32px;
  }
  form.wpcf7-form .google_recaptcha iframe {
    transform: scale(1);
    margin-left: 0px;
  }
  #logo_mobile img {
    max-width: 100%;
  }
}

@media (max-width: 360px) {
  .translation,
  .header_menu {
    padding-left: 40px;
  }
  .navigation_main > li > a,
  .navigation_main .sub-menu li a {
    line-height: 28px;
  }
  .navigation_main > li > a {
    font-size: 20px;
    margin-top: 10px;
  }
  .navigation_main .sub-menu li a {
    font-size: 18px;
  }
  .footer_section p.show-on-mobile {
    font-size: 22px;
  }
  .footer_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider_content a {
    font-size: 22px;
    line-height: 22px;
    padding: 19px 28px;
  }
  .intro_area .section p:nth-of-type(2) {
    font-size: 15px;
  }
  .main-content .post-content h1 {
    font-size: 32px;
  }
  .main-content .post-content .italic-blue,
  h4.italic-blue {
    font-size: 25px;
    line-height: 28px;
  }
  form.wpcf7-form .google_recaptcha {
    transform: scale(0.9);
    margin-left: -14px;
  }
  .site_logo {
    width: 67%;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
/*  header .translation,
  header .header_menu {
    display: none;
  }
  .menu-main {
    position: fixed;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 1001;
    background: #32374b;
  }
  .mobile_close {
    display: block;
    color: #fff;
    margin-left: 20px;
    font-size: 40px;
    margin-top: 15px;
  }
  .mobile_close i {
    padding: 0 10px;
    cursor: pointer;
  }
  .pie {
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 60px;
    z-index: 99;
    padding: 33px 0 33px 10px;
    cursor: pointer;
  }
  .pie .icon-bar {
    display: block;
    margin-right: 0.25em;
    line-height: 10px;
    width: 35px;
    height: 4px;
    margin-bottom: 6px;
    background-color: #32374b;
  }
  .pie .icon-bar:last-child {
    margin-bottom: 0;
  }
  header .translation,
  header .header_menu {
    display: none;
  }
  .translation,
  .header_menu {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
    padding-left: 90px;
    box-sizing: border-box;
  }
  .translation {
    line-height: 60px;
  }
  .translation a {
    text-align: center;
    width: 44px;
    height: 44px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    line-height: 45px;
    font-size: 16px;
    background: #999ba5;
    color: #373b50;
  }
  .translation a.current_lang {
    background: #fff;
  }
  .navigation_main > li,
  .menu-main {
    display: block;
  }
  .navigation_main .sub-menu {
    display: block;
    position: initial;
    background: transparent;
    border-top: none;
    width: 100%;
  }
  .navigation_main .sub-menu li {
    padding: 0;
  }
  .navigation_main > li > a,
  .navigation_main .sub-menu li a {
    color: #fff;
    padding: 0;
    line-height: 55px;
    display: block;
  }
  .navigation_main > li > a {
    font-family: 'libre_franklin_bold';
    font-size: 44px;
    margin-top: 40px;
  }
  .navigation_main .sub-menu li a {
    font-family: 'libre_franklin_regular';
    border-bottom: none;
    font-size: 40px;
  }
  .navigation_main > li > a {
    font-size: 24px;
    margin-top: 15px;
  }
  .navigation_main > li > a,
  .navigation_main .sub-menu li a {
    line-height: 32px;
  }
  .navigation_main .sub-menu li a {
    font-size: 22px;
  }*/
  #logo {
      display: none;
  }
  #logo_mobile {
      display: block;
  }
}
