HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers100/femmassebv.com/wwwroot/css/style.css
@charset "UTF-8";
/**  RESPOND-TO MIXINS  */
@import url(selectric.css);
@keyframes movingDown {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    -moz-transform: translate3d(0, 0, 0) rotate(0deg);
    -ms-transform: translate3d(0, 0, 0) rotate(0deg);
    -o-transform: translate3d(0, 0, 0) rotate(0deg);
    -spec-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg); }
  50% {
    -webkit-transform: translate3d(0, 8px, 0) rotate(0deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(0deg);
    -ms-transform: translate3d(0, 8px, 0) rotate(0deg);
    -o-transform: translate3d(0, 8px, 0) rotate(0deg);
    -spec-transform: translate3d(0, 8px, 0) rotate(0deg);
    transform: translate3d(0, 8px, 0) rotate(0deg); } }
@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade-in-background {
  0% {
    opacity: 0;
    left: 20px; }
  100% {
    opacity: 1;
    left: 0; } }
@keyframes bounce-up {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-10px);
    background-position: 0 225px; } }
@keyframes bounce-down {
  0% {
    transform: translateY(-10px);
    background-position: 0 225px; }
  100% {
    transform: translateY(0); } }
@keyframes icon-move-left-and-right {
  0%, 100% {
    transform: translateX(0); }
  50% {
    transform: translateX(5px); } }
@keyframes phone-rings {
  0%, 100% {
    transform: rotate(0deg); }
  10%, 20%, 30% {
    transform: rotate(7.5deg); }
  15%, 25%, 35% {
    transform: rotate(-2deg); } }
.icon {
  opacity: 0; }

.footer-icon {
  opacity: 0; }

.seperator-10 {
  height: 10px; }

.seperator-25 {
  height: 25px; }

.seperator-50 {
  height: 50px; }

html, body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  height: 100%; }

* {
  box-sizing: border-box; }
  * ::selection {
    background: #264f7f;
    color: white; }

hr {
  opacity: 0.3; }

.page-content {
  min-height: 100%;
  margin-bottom: -800px; }
  .page-content:after {
    content: "";
    display: block;
    height: 800px; }

img {
  border: none;
  display: block; }

h1, h2, h3, h4, h5 {
  margin: 0; }

p, span, em, a, div, ul, li {
  font-size: 18px;
  line-height: 28.8px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-decoration: none; }
  @media screen and (max-width: 1350px) {
    p, span, em, a, div, ul, li {
      font-size: 15px;
      line-height: 26.18182px; } }
  @media screen and (max-width: 800px) {
    p, span, em, a, div, ul, li {
      font-size: 12.85714px;
      line-height: 24px; } }

a {
  color: #ffffff; }

img {
  border: none; }

.column, .grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10, .grid11, .grid12 {
  position: relative;
  float: left; }
  .column.padding, .padding.grid1, .padding.grid2, .padding.grid3, .padding.grid4, .padding.grid5, .padding.grid6, .padding.grid7, .padding.grid8, .padding.grid9, .padding.grid10, .padding.grid11, .padding.grid12 {
    padding: 0 2%; }
  .column .right, .grid1 .right, .grid2 .right, .grid3 .right, .grid4 .right, .grid5 .right, .grid6 .right, .grid7 .right, .grid8 .right, .grid9 .right, .grid10 .right, .grid11 .right, .grid12 .right {
    float: right; }

.row {
  clear: both; }
  .row:after {
    content: "";
    display: block;
    clear: both; }

.clear {
  clear: both; }

.grid1 {
  width: 8.33333%; }

.grid2 {
  width: 16.66667%; }

.grid3 {
  width: 25%; }

.grid4 {
  width: 33.33333%; }

.grid5 {
  width: 41.66667%; }

.grid6 {
  width: 50%; }

.grid7 {
  width: 58.33333%; }

.grid8 {
  width: 66.66667%; }

.grid9 {
  width: 75%; }

.grid10 {
  width: 83.33333%; }

.grid11 {
  width: 91.66667%; }

.grid12 {
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -spec-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s; }
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -spec-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s; }
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -spec-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -spec-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.3s; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -spec-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0); }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -spec-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0); }
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -spec-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0); }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
  -moz-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -spec-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0); }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 0.5; }

.content-container {
  width: 95%;
  max-width: 1440px;
  margin: auto; }

@media screen and (max-width: 600px) {
  .content-container {
    width: 90%; } }
.block {
  display: inline-block;
  width: 250px;
  border: solid lightgrey 1px;
  margin: 20px;
  padding: 10px; }

header {
  position: relative;
  background: #ffffff;
  width: 100%; }
  header .content-container {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    height: 120px;
    max-height: 120px; }

.logo {
  z-index: 9;
  position: relative;
  background: #ffffff;
  width: 300px;
  height: 120px;
  padding: 10px; }
  .logo img {
    width: 100%;
    height: 100%; }
  @media only screen and (max-width: 1024px) {
    .logo {
      width: 200px;
      padding: 10px; } }
  @media only screen and (max-width: 900px) {
    .logo {
      display: none !important; } }

.main-navigation {
  max-width: 100%;
  align-self: center; }
  .main-navigation ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    list-style: none;
    text-transform: none; }
    .main-navigation ul li {
      margin-left: 20px; }
      .main-navigation ul li:first-child {
        margin-left: 0; }
      .main-navigation ul li.active a {
        color: #346db4; }
      .main-navigation ul li a {
        font-size: 17px;
        line-height: 30px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 600;
        color: #333333;
        transition: color 0.4s ease; }
        @media screen and (max-width: 1350px) {
          .main-navigation ul li a {
            font-size: 14.16667px;
            line-height: 27.27273px; } }
        @media screen and (max-width: 800px) {
          .main-navigation ul li a {
            font-size: 12.14286px;
            line-height: 25px; } }
        .main-navigation ul li a:hover {
          color: #346db4; }

.breadcrumb {
  width: 100%;
  padding: 25px 0; }
  .breadcrumb ol, .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .breadcrumb ol li, .breadcrumb ul li {
      display: inline-block; }
      .breadcrumb ol li:after, .breadcrumb ul li:after {
        content: ">";
        font-size: 18px;
        line-height: 28.8px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 28px !important;
        color: #333333;
        padding: 0 10px; }
        @media screen and (max-width: 1350px) {
          .breadcrumb ol li:after, .breadcrumb ul li:after {
            font-size: 15px;
            line-height: 26.18182px; } }
        @media screen and (max-width: 800px) {
          .breadcrumb ol li:after, .breadcrumb ul li:after {
            font-size: 12.85714px;
            line-height: 24px; } }
      .breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
        font-size: 18px;
        line-height: 28.8px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 28px !important;
        color: #333333;
        text-transform: capitalize; }
        @media screen and (max-width: 1350px) {
          .breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
            font-size: 15px;
            line-height: 26.18182px; } }
        @media screen and (max-width: 800px) {
          .breadcrumb ol li a, .breadcrumb ol li span, .breadcrumb ul li a, .breadcrumb ul li span {
            font-size: 12.85714px;
            line-height: 24px; } }
      .breadcrumb ol li:last-child:after, .breadcrumb ul li:last-child:after {
        display: none; }
      .breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
        font-size: 24px;
        line-height: 38.4px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 500;
        color: #346db4; }
        @media screen and (max-width: 1350px) {
          .breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
            font-size: 20px;
            line-height: 34.90909px; } }
        @media screen and (max-width: 800px) {
          .breadcrumb ol li:last-child a, .breadcrumb ol li:last-child span, .breadcrumb ul li:last-child a, .breadcrumb ul li:last-child span {
            font-size: 17.14286px;
            line-height: 32px; } }

@media screen and (max-width: 1150px) {
  .breadcrumb {
    width: 66.66667%; } }
@media screen and (max-width: 740px) {
  .crumb-path {
    width: 100%; }

  .breadcrumb {
    width: 100%; } }
.form {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 560px; }
  .form .form-element {
    position: relative;
    margin-bottom: 30px; }
    .form .form-element .error {
      display: none; }
      .form .form-element .error.active {
        color: darkred;
        display: block; }
    .form .form-element.multiple-elements {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .form .form-element.multiple-elements > * {
        width: calc(50% - 20px); }
    .form .form-element.text-area {
      margin-bottom: 0;
      display: block; }
      .form .form-element.text-area label {
        margin-top: 15px; }
    .form .form-element.select-element {
      position: relative; }
      .form .form-element.select-element span {
        background-image: url("/img/down.png");
        width: 16px;
        height: 16px;
        background-size: contain;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 25px;
        pointer-events: none; }
      .form .form-element.select-element select {
        margin-top: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        -spec-appearance: none;
        appearance: none;
        outline: none;
        height: 45px;
        width: 100%;
        font-size: 15px;
        line-height: 16px;
        font-weight: 500;
        background-color: #f3f3f3;
        color: #1d1d1d;
        padding: 0 30px 0 20px;
        border: 1.5px transparent solid; }
      .form .form-element.select-element .selectric-wrapper {
        margin-top: 10px;
        width: 100%;
        display: inline-block; }
      .form .form-element.select-element .selectric-items li {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 15px;
        line-height: 16px;
        font-weight: 500; }
      .form .form-element.select-element .selectric {
        background-color: #f3f3f3; }
        .form .form-element.select-element .selectric .label {
          padding: 0 20px 0 10px;
          font-size: 15px;
          line-height: 16px;
          font-weight: 500;
          color: #1d1d1d;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-justify-content: flex-start;
          -moz-justify-content: flex-start;
          -ms-justify-content: flex-start;
          justify-content: flex-start;
          -webkit-align-items: center;
          -moz-align-items: center;
          -ms-align-items: center;
          align-items: center; }
    .form .form-element label {
      width: 100%;
      padding-left: 20px;
      display: block;
      font-size: 18px;
      line-height: 28.8px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-size: 15px !important;
      line-height: 22px !important;
      color: #ffffff; }
      @media screen and (max-width: 1350px) {
        .form .form-element label {
          font-size: 15px;
          line-height: 26.18182px; } }
      @media screen and (max-width: 800px) {
        .form .form-element label {
          font-size: 12.85714px;
          line-height: 24px; } }
    .form .form-element input, .form .form-element textarea {
      margin-top: 10px;
      height: 45px;
      width: 100%;
      margin-left: 0;
      font-size: 18px;
      line-height: 28.8px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-size: 16px !important;
      line-height: 45px !important;
      background-color: #f3f3f3;
      color: #264f7f;
      padding: 0 20px;
      border: 1.5px transparent solid; }
      @media screen and (max-width: 1350px) {
        .form .form-element input, .form .form-element textarea {
          font-size: 15px;
          line-height: 26.18182px; } }
      @media screen and (max-width: 800px) {
        .form .form-element input, .form .form-element textarea {
          font-size: 12.85714px;
          line-height: 24px; } }
      .form .form-element input.alert::-webkit-input-placeholder, .form .form-element textarea.alert::-webkit-input-placeholder {
        color: #346db4; }
      .form .form-element input.alert::-moz-placeholder, .form .form-element textarea.alert::-moz-placeholder {
        color: #346db4; }
      .form .form-element input.alert:-moz-placeholder, .form .form-element textarea.alert:-moz-placeholder {
        color: #346db4; }
      .form .form-element input.alert:-ms-input-placeholder, .form .form-element textarea.alert:-ms-input-placeholder {
        color: #346db4; }
      .form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
        font-size: 18px;
        line-height: 28.8px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 100;
        font-size: 15px !important;
        line-height: 45px !important;
        color: #346db4; }
        @media screen and (max-width: 1350px) {
          .form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
            font-size: 15px;
            line-height: 26.18182px; } }
        @media screen and (max-width: 800px) {
          .form .form-element input::-webkit-input-placeholder, .form .form-element textarea::-webkit-input-placeholder {
            font-size: 12.85714px;
            line-height: 24px; } }
      .form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
        font-size: 18px;
        line-height: 28.8px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 100;
        font-size: 15px !important;
        line-height: 45px !important;
        color: #346db4; }
        @media screen and (max-width: 1350px) {
          .form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
            font-size: 15px;
            line-height: 26.18182px; } }
        @media screen and (max-width: 800px) {
          .form .form-element input::-moz-placeholder, .form .form-element textarea::-moz-placeholder {
            font-size: 12.85714px;
            line-height: 24px; } }
      .form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
        font-size: 18px;
        line-height: 28.8px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 100;
        font-size: 15px !important;
        line-height: 45px !important;
        color: #346db4; }
        @media screen and (max-width: 1350px) {
          .form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
            font-size: 15px;
            line-height: 26.18182px; } }
        @media screen and (max-width: 800px) {
          .form .form-element input:-moz-placeholder, .form .form-element textarea:-moz-placeholder {
            font-size: 12.85714px;
            line-height: 24px; } }
      .form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
        font-size: 18px;
        line-height: 28.8px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 100;
        font-size: 15px !important;
        line-height: 45px !important;
        color: #346db4; }
        @media screen and (max-width: 1350px) {
          .form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
            font-size: 15px;
            line-height: 26.18182px; } }
        @media screen and (max-width: 800px) {
          .form .form-element input:-ms-input-placeholder, .form .form-element textarea:-ms-input-placeholder {
            font-size: 12.85714px;
            line-height: 24px; } }
      .form .form-element input:-webkit-autofill, .form .form-element input:-webkit-autofill:hover, .form .form-element input:-webkit-autofill:focus, .form .form-element input:-webkit-autofill:active, .form .form-element textarea:-webkit-autofill, .form .form-element textarea:-webkit-autofill:hover, .form .form-element textarea:-webkit-autofill:focus, .form .form-element textarea:-webkit-autofill:active {
        transition: 9999s background-color;
        -webkit-text-fill-color: #264f7f;
        transition-delay: 9999s; }
    .form .form-element textarea {
      height: 152px;
      padding-top: 8px;
      padding-bottom: 10px;
      resize: vertical;
      margin-left: 0;
      font-size: 18px;
      line-height: 28.8px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-size: 15px;
      line-height: 16px;
      font-weight: 500; }
      @media screen and (max-width: 1350px) {
        .form .form-element textarea {
          font-size: 15px;
          line-height: 26.18182px; } }
      @media screen and (max-width: 800px) {
        .form .form-element textarea {
          font-size: 12.85714px;
          line-height: 24px; } }
  .form .submit {
    padding: 20px 0 0 120px;
    text-align: right; }
    .form .submit input {
      display: inline-block;
      border: 1.5px transparent solid;
      font-size: 15px;
      line-height: 15px;
      width: 100%;
      max-width: 250px;
      background: #ffffff;
      color: #264f7f;
      padding: 15px 0;
      cursor: pointer;
      transition: background 0.4s ease, color 0.4s ease; }
      .form .submit input:hover {
        background: #7032b2;
        color: #ffffff; }
  .form input:focus, .form textarea:focus {
    box-shadow: none;
    border: none;
    border-radius: 0;
    outline: none; }

@media screen and (max-width: 800px) {
  .form .form-element {
    margin-bottom: 30px; }
    .form .form-element.text-area {
      display: block; }
    .form .form-element.select-element {
      display: block; }
      .form .form-element.select-element select {
        width: 100%; }
      .form .form-element.select-element .selectric-wrapper {
        width: 100%;
        display: block; }
    .form .form-element label {
      display: block;
      width: 100%;
      padding-left: 20px; }
    .form .form-element input, .form .form-element textarea {
      width: 100%;
      margin-left: 0; } }
.thanks {
  margin-top: 30px;
  color: #ffffff; }
  .thanks.inactive {
    display: none; }

footer {
  background-color: #333333;
  color: #ffffff; }
  footer .content-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 100px 0; }
    @media only screen and (max-width: 740px) {
      footer .content-container {
        justify-content: center; } }
    footer .content-container .footer-icon {
      position: absolute;
      left: -25px;
      width: 18px;
      margin-bottom: 10px; }
      footer .content-container .footer-icon .cls-1 {
        fill: rgba(255, 255, 255, 0.5); }
  footer h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0;
    text-transform: uppercase; }
    @media screen and (max-width: 1350px) {
      footer h3 {
        font-size: 15px;
        line-height: 20px; } }
    @media screen and (max-width: 800px) {
      footer h3 {
        font-size: 12.85714px;
        line-height: 18.33333px; } }

.footer-contact {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 33.33333%; }
  @media only screen and (max-width: 740px) {
    .footer-contact {
      flex-basis: 50%; } }
  .footer-contact p {
    padding: 0;
    margin: 3px 0; }
  .footer-contact a {
    color: #90b9df;
    transition: color 0.4s ease; }
    .footer-contact a:hover {
      color: #4187c8; }
  .footer-contact .line {
    opacity: 0.3;
    top: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #ffffff; }
    @media only screen and (max-width: 400px) {
      .footer-contact .line {
        display: none; } }
  .footer-contact .footer-contact-wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    flex-direction: column; }

.footer-social {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 33.33333%; }
  @media only screen and (max-width: 740px) {
    .footer-social {
      flex-basis: 50%; } }
  @media only screen and (max-width: 400px) {
    .footer-social {
      display: none; } }
  .footer-social a {
    padding: 0;
    margin: 3px 0;
    color: #90b9df;
    transition: color 0.4s ease; }
    .footer-social a:hover {
      color: #4187c8; }
  .footer-social .line {
    opacity: 0.3;
    top: 0;
    right: 0;
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #ffffff; }
    @media only screen and (max-width: 740px) {
      .footer-social .line {
        display: none; } }
  .footer-social .footer-social-wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    flex-direction: column; }

.footer-menu {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  flex-basis: 33.33333%; }
  @media only screen and (max-width: 740px) {
    .footer-menu {
      display: none; } }
  .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer-menu ul li {
      padding: 0;
      margin: 3px 0; }
      .footer-menu ul li a {
        color: #90b9df;
        transition: color 0.4s ease; }
        .footer-menu ul li a:hover {
          color: #4187c8; }
  .footer-menu .footer-menu-wrapper {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    flex-direction: column; }

.footer-bottom {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .footer-bottom .footer-bottom-left {
    padding: 0 30px; }
  .footer-bottom .footer-bottom-right {
    padding: 0 30px; }
  @media only screen and (max-width: 500px) {
    .footer-bottom {
      -webkit-box-orient: vertical;
      -moz-box-orient: vertical;
      -spec-box-orient: vertical;
      box-orient: vertical;
      -webkit-box-direction: reverse;
      -moz-box-direction: reverse;
      -spec-box-direction: reverse;
      box-direction: reverse;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -spec-flex-direction: column;
      flex-direction: column;
      -ms-flex-direction: column; }
    @elseif $value == "row-reverse" {}
    @elseif $value == column {}
    @elseif $value == "column-reverse" {} }

.error-header {
  position: relative; }

.error {
  margin-top: 200px;
  padding: 80px 0;
  background: #efefef; }
  .error .box {
    border: 10px solid #006cb0;
    display: block;
    min-width: 300px;
    width: 80%;
    max-width: 500px;
    margin: auto;
    text-align: right; }
    .error .box h1 {
      max-width: 500px;
      margin: auto;
      font-size: 40px;
      line-height: 45px;
      font-weight: bold;
      padding: 0 40px;
      color: #3C3C3B;
      font-family: "Josefin Slab", serif; }
      .error .box h1.number {
        font-family: "Lato", sans-serif;
        text-align: left;
        font-size: 165px;
        line-height: 200px;
        position: relative;
        color: #006cb0; }
    .error .box .return-home {
      display: inline-block;
      margin: 40px;
      background: #006cb0;
      border-radius: 40px; }
      .error .box .return-home a {
        font-size: 18px;
        line-height: 18px;
        display: inline-block;
        padding: 13px 20px;
        color: white;
        font-family: "Lato", sans-serif; }
        .error .box .return-home a:before {
          content: "";
          background-image: url("/img/prev.png");
          width: 16px;
          height: 16px;
          margin-right: 20px;
          transition: margin-right 0.3s;
          position: relative;
          top: 2px;
          display: inline-block; }
      .error .box .return-home:hover a:before {
        margin-right: 30px; }

@media screen and (max-width: 580px) {
  .error .box h1.number {
    font-size: 140px; } }
@media screen and (max-width: 420px) {
  .error .box h1.number {
    font-size: 100px; } }
.window-bar {
  border-radius: 10px 10px 0 0;
  background-color: #346db4;
  height: 40px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .window-bar .buttons {
    background: url("/img/rentman-sprite.svg") -75px -35px no-repeat;
    background-size: 640px 215px;
    width: 44px;
    height: 11px;
    margin-left: 15px; }

.slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 100px;
  background-color: #333333;
  color: #264f7f;
  height: 300px;
  text-align: center; }
  @media only screen and (max-width: 900px) {
    .slider {
      margin: 0 auto 50px; } }
  .slider .item {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 37.5px;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
    top: 0;
    left: 0; }
    .slider .item.active {
      opacity: 1;
      pointer-events: all;
      z-index: 1; }
  .slider .arrows {
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    z-index: 3;
    pointer-events: none; }
    .slider .arrows .arrow {
      color: #264f7f;
      position: relative;
      height: 20px;
      width: 20px;
      background-image: url("/img/icons/arrow_right_icon.svg");
      pointer-events: all;
      transition: all 0.3s;
      cursor: pointer; }
      .slider .arrows .arrow.left {
        -webkit-transform: translate3d(0, 0, 0) rotate(180deg);
        -moz-transform: translate3d(0, 0, 0) rotate(180deg);
        -ms-transform: translate3d(0, 0, 0) rotate(180deg);
        -o-transform: translate3d(0, 0, 0) rotate(180deg);
        -spec-transform: translate3d(0, 0, 0) rotate(180deg);
        transform: translate3d(0, 0, 0) rotate(180deg); }
        .slider .arrows .arrow.left:hover {
          -webkit-transform: translate3d(-5px, 0, 0) rotate(180deg);
          -moz-transform: translate3d(-5px, 0, 0) rotate(180deg);
          -ms-transform: translate3d(-5px, 0, 0) rotate(180deg);
          -o-transform: translate3d(-5px, 0, 0) rotate(180deg);
          -spec-transform: translate3d(-5px, 0, 0) rotate(180deg);
          transform: translate3d(-5px, 0, 0) rotate(180deg); }
      .slider .arrows .arrow.right {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -spec-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        .slider .arrows .arrow.right:hover {
          -webkit-transform: translate3d(5px, 0, 0);
          -moz-transform: translate3d(5px, 0, 0);
          -ms-transform: translate3d(5px, 0, 0);
          -o-transform: translate3d(5px, 0, 0);
          -spec-transform: translate3d(5px, 0, 0);
          transform: translate3d(5px, 0, 0); }
  .slider .nav-items {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;
    width: 100%; }
    .slider .nav-items ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .slider .nav-items ul li {
        margin: 0; }
        .slider .nav-items ul li:before {
          content: "•";
          font-size: 34px !important;
          margin: 0 4px;
          color: #346db4;
          cursor: pointer; }
        .slider .nav-items ul li.active:before {
          color: #346db4; }

.quote-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: transparent;
  margin-bottom: 100px; }
  @media only screen and (max-width: 900px) {
    .quote-block {
      margin-bottom: 50px; } }
  .quote-block .quote-text {
    padding: 75px;
    max-width: 650px;
    color: #ffffff; }
    @media only screen and (max-width: 900px) {
      .quote-block .quote-text {
        padding: 37.5px; } }
  @media only screen and (max-width: 900px) {
    .quote-block {
      flex-direction: column; } }
  @media only screen and (max-width: 900px) {
    .quote-block .quote-person img {
      width: 100%; } }

.cta-bg-colored {
  background-color: #7032b2; }

.call-to-action-block {
  padding: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .call-to-action-block .call-to-action-content {
    padding: 37.5px; }
    .call-to-action-block .call-to-action-content h3 {
      margin: 0;
      color: #ffffff; }
    .call-to-action-block .call-to-action-content p {
      margin: 0;
      color: #ffffff; }
  .call-to-action-block .call-to-action-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-weight: 600;
    width: 100%;
    max-width: 250px;
    height: 50px;
    transition: background 0.4s, color 0.2s, transform 0.5s;
    background-color: #ffffff;
    color: #7032b2;
    transform-origin: left;
    transform: scale(1);
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px; }
    @media screen and (max-width: 1350px) {
      .call-to-action-block .call-to-action-button {
        font-size: 15px;
        line-height: 20px; } }
    @media screen and (max-width: 800px) {
      .call-to-action-block .call-to-action-button {
        font-size: 12.85714px;
        line-height: 18.33333px; } }
    .call-to-action-block .call-to-action-button:hover {
      cursor: pointer;
      background-color: #333333;
      color: #ffffff;
      transform: scale(1.04, 1.04); }
  @media only screen and (max-width: 700px) {
    .call-to-action-block {
      flex-direction: column; }
      .call-to-action-block .call-to-action-content {
        border: 0;
        padding: 18.75px; } }

.contact-person-block {
  z-index: 999;
  position: absolute;
  top: 50px;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  opacity: 0;
  animation: slide-in-contactperson 0.8s 0.4s ease forwards; }
  @media only screen and (max-width: 700px) {
    .contact-person-block {
      display: none; } }
  .contact-person-block .contact-person-image {
    width: 125px;
    height: 125px;
    border-radius: 999px;
    background-size: cover;
    background-position: center;
    margin-right: 10px; }
  .contact-person-block .contact-person-information {
    color: #ffffff; }
    .contact-person-block .contact-person-information h4 {
      font-size: 18px;
      line-height: 20px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-weight: 600;
      color: #4187c8;
      margin-bottom: 10px; }
      @media screen and (max-width: 1350px) {
        .contact-person-block .contact-person-information h4 {
          font-size: 15px;
          line-height: 18.18182px; } }
      @media screen and (max-width: 800px) {
        .contact-person-block .contact-person-information h4 {
          font-size: 12.85714px;
          line-height: 16.66667px; } }
    .contact-person-block .contact-person-information p {
      font-size: 16px;
      line-height: 22px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      padding: 0;
      margin: 0; }
      @media screen and (max-width: 1350px) {
        .contact-person-block .contact-person-information p {
          font-size: 13.33333px;
          line-height: 20px; } }
      @media screen and (max-width: 800px) {
        .contact-person-block .contact-person-information p {
          font-size: 11.42857px;
          line-height: 18.33333px; } }
    .contact-person-block .contact-person-information a {
      color: #ffffff;
      transition: color 0.4s ease; }
      .contact-person-block .contact-person-information a:hover {
        color: #e6e6e6; }

@keyframes slide-in-contactperson {
  0% {
    right: -200px;
    opacity: 0; }
  100% {
    right: 0;
    opacity: 1; } }
.key-values-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 100px; }
  @media only screen and (max-width: 900px) {
    .key-values-block {
      margin-bottom: 50px; } }
  .key-values-block .key-values-text {
    padding: 75px;
    max-width: 650px;
    color: #264f7f;
    background-color: #333333; }
    @media only screen and (max-width: 900px) {
      .key-values-block .key-values-text {
        padding: 37.5px; } }
  @media only screen and (max-width: 900px) {
    .key-values-block {
      flex-direction: column; } }

.by-komma-link {
  opacity: 0.75;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-height: 20px; }
  .by-komma-link:hover {
    opacity: 1; }
  .by-komma-link .by-komma-content {
    color: #ffffff;
    margin-left: 7.5px; }
  .by-komma-link .by-komma-logo {
    width: 20px; }
    .by-komma-link .by-komma-logo img {
      width: 100%; }

.mobile-navigation {
  position: fixed;
  z-index: 1000;
  height: 100%;
  display: none;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  pointer-events: none; }
  .mobile-navigation .bar {
    height: 60px;
    background-color: #346db4;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.11);
    pointer-events: all;
    position: relative;
    z-index: 4;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -spec-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s;
    transition-delay: 0.4s; }
    .mobile-navigation .bar .toggle-menu {
      width: 80px;
      height: 100%;
      z-index: 3;
      background-color: #264f7f;
      border: rgba(255, 255, 255, 0.1);
      cursor: pointer;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .mobile-navigation .bar .toggle-menu .icon span {
        position: relative;
        width: 25px;
        height: 3px;
        margin-bottom: 3px;
        background-color: white;
        border-radius: 9999px;
        display: block;
        transition: all 0.3s; }
        .mobile-navigation .bar .toggle-menu .icon span:last-of-type {
          margin-bottom: 0;
          width: 17px; }
      .mobile-navigation .bar .toggle-menu:hover .icon span:last-of-type {
        width: 25px; }
    .mobile-navigation .bar .logo {
      height: 100%;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
      .mobile-navigation .bar .logo span {
        background: url("/img/rentman-sprite.svg") -470px -55px no-repeat;
        background-size: 640px 215px;
        width: 129px;
        height: 20px;
        display: inline-block; }
      @media only screen and (max-width: 740px) {
        .mobile-navigation .bar .logo {
          display: none; } }
  .mobile-navigation .shader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #264f7f;
    opacity: 0;
    transition: all 0.2s;
    transition-delay: 0.4s; }
  .mobile-navigation .menu {
    height: 100%;
    width: 80%;
    left: 0;
    top: 0;
    background-color: #264f7f;
    min-width: 300px;
    position: absolute;
    overflow-x: auto;
    pointer-events: all;
    z-index: 5;
    transition: all 0.4s;
    transition-timing-function: ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -spec-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
    .mobile-navigation .menu > p {
      margin-left: 20px;
      margin-right: 20px;
      font-size: 18px;
      line-height: 28.8px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-weight: 100;
      font-size: 15px !important;
      line-height: 32px !important;
      color: white; }
      @media screen and (max-width: 1350px) {
        .mobile-navigation .menu > p {
          font-size: 15px;
          line-height: 26.18182px; } }
      @media screen and (max-width: 800px) {
        .mobile-navigation .menu > p {
          font-size: 12.85714px;
          line-height: 24px; } }
      .mobile-navigation .menu > p strong {
        font-size: 24px;
        line-height: 38.4px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 500;
        font-size: 15px !important;
        line-height: 32px !important;
        color: white; }
        @media screen and (max-width: 1350px) {
          .mobile-navigation .menu > p strong {
            font-size: 20px;
            line-height: 34.90909px; } }
        @media screen and (max-width: 800px) {
          .mobile-navigation .menu > p strong {
            font-size: 17.14286px;
            line-height: 32px; } }
  .mobile-navigation .language {
    padding: 0 20px; }
    .mobile-navigation .language ul {
      list-style: none;
      padding: 0 0 5px;
      margin: 0;
      height: 60px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      -moz-justify-content: flex-end;
      -ms-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-navigation .language ul li {
        margin-right: 20px; }
        .mobile-navigation .language ul li a {
          text-transform: uppercase;
          font-size: 18px;
          line-height: 28.8px;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          font-weight: 100;
          font-size: 14px !important;
          line-height: 38px !important;
          color: white;
          opacity: 0.4;
          position: relative; }
          @media screen and (max-width: 1350px) {
            .mobile-navigation .language ul li a {
              font-size: 15px;
              line-height: 26.18182px; } }
          @media screen and (max-width: 800px) {
            .mobile-navigation .language ul li a {
              font-size: 12.85714px;
              line-height: 24px; } }
        .mobile-navigation .language ul li.active a {
          font-size: 18px;
          line-height: 28.8px;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          font-weight: 100;
          color: white;
          opacity: 1; }
          @media screen and (max-width: 1350px) {
            .mobile-navigation .language ul li.active a {
              font-size: 15px;
              line-height: 26.18182px; } }
          @media screen and (max-width: 800px) {
            .mobile-navigation .language ul li.active a {
              font-size: 12.85714px;
              line-height: 24px; } }
          .mobile-navigation .language ul li.active a:after {
            content: "";
            width: 100%;
            height: 1px;
            background-color: white;
            position: absolute;
            left: 0;
            bottom: -3px; }
  .mobile-navigation nav {
    padding: 0 20px; }
    .mobile-navigation nav ul {
      padding: 0;
      list-style: none; }
      .mobile-navigation nav ul li a {
        font-size: 18px;
        line-height: 28.8px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-size: 18px !important;
        line-height: 42px !important;
        color: white; }
        @media screen and (max-width: 1350px) {
          .mobile-navigation nav ul li a {
            font-size: 15px;
            line-height: 26.18182px; } }
        @media screen and (max-width: 800px) {
          .mobile-navigation nav ul li a {
            font-size: 12.85714px;
            line-height: 24px; } }
      .mobile-navigation nav ul li a {
        position: relative;
        display: block;
        transition: all 0.2s; }
      .mobile-navigation nav ul li:hover a {
        color: #d9d9d9; }
      .mobile-navigation nav ul li.divide {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 20px;
        margin-bottom: 20px; }
      .mobile-navigation nav ul li.active a {
        color: #76a2d8; }
  .mobile-navigation .contact-information {
    margin-top: 60px;
    background-color: #20436b;
    padding: 40px 20px;
    position: relative; }
    .mobile-navigation .contact-information:before, .mobile-navigation .contact-information:after {
      content: "";
      background-image: url("/img/horizontal-shadow.png");
      height: 40px;
      width: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mobile-navigation .contact-information:after {
      top: auto;
      bottom: 0;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -spec-transform: rotate(180deg);
      transform: rotate(180deg); }
    .mobile-navigation .contact-information h3 {
      font-size: 24px;
      line-height: 38.4px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-weight: 500;
      font-size: 20px !important;
      color: white; }
      @media screen and (max-width: 1350px) {
        .mobile-navigation .contact-information h3 {
          font-size: 20px;
          line-height: 34.90909px; } }
      @media screen and (max-width: 800px) {
        .mobile-navigation .contact-information h3 {
          font-size: 17.14286px;
          line-height: 32px; } }
    .mobile-navigation .contact-information p {
      font-size: 18px;
      line-height: 28.8px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      font-weight: 100;
      font-size: 15px !important;
      line-height: 21px !important;
      color: white; }
      @media screen and (max-width: 1350px) {
        .mobile-navigation .contact-information p {
          font-size: 15px;
          line-height: 26.18182px; } }
      @media screen and (max-width: 800px) {
        .mobile-navigation .contact-information p {
          font-size: 12.85714px;
          line-height: 24px; } }
      .mobile-navigation .contact-information p a {
        font-size: 24px;
        line-height: 38.4px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 500;
        font-size: 15px !important;
        line-height: 21px !important;
        color: #76a2d8; }
        @media screen and (max-width: 1350px) {
          .mobile-navigation .contact-information p a {
            font-size: 20px;
            line-height: 34.90909px; } }
        @media screen and (max-width: 800px) {
          .mobile-navigation .contact-information p a {
            font-size: 17.14286px;
            line-height: 32px; } }
  .mobile-navigation .social {
    margin-top: 40px; }
    .mobile-navigation .social strong {
      display: block;
      opacity: 0.7;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .mobile-navigation .social .icons {
      margin-top: 15px;
      display: block; }
    .mobile-navigation .social a {
      margin-right: 5px; }
      .mobile-navigation .social a span {
        opacity: 0.6;
        transition: all 0.25s; }
        .mobile-navigation .social a span.facebook {
          background: url("/img/socialMediaSprite.svg") -50px -25px no-repeat;
          background-size: 150px 50px;
          width: 24px;
          height: 24px;
          display: inline-block; }
        .mobile-navigation .social a span.twitter {
          background: url("/img/socialMediaSprite.svg") 0 -25px no-repeat;
          background-size: 150px 50px;
          width: 24px;
          height: 24px;
          display: inline-block; }
        .mobile-navigation .social a span.linkedin {
          background: url("/img/socialMediaSprite.svg") -25px -25px no-repeat;
          background-size: 150px 50px;
          width: 24px;
          height: 24px;
          display: inline-block; }
        .mobile-navigation .social a span.instagram {
          background: url("/img/socialMediaSprite.svg") -75px -25px no-repeat;
          background-size: 150px 50px;
          width: 24px;
          height: 24px;
          display: inline-block; }
        .mobile-navigation .social a span.youtube {
          background: url("/img/socialMediaSprite.svg") -125px -25px no-repeat;
          background-size: 150px 50px;
          width: 24px;
          height: 24px;
          display: inline-block; }
        .mobile-navigation .social a span.pinterest {
          background: url("/img/socialMediaSprite.svg") 100px -25px no-repeat;
          background-size: 150px 50px;
          width: 24px;
          height: 24px;
          display: inline-block; }
        .mobile-navigation .social a span:hover {
          opacity: 1; }
  .mobile-navigation.active .bar {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    -spec-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
    transition-delay: 0s; }
    .mobile-navigation.active .bar .toggle-menu {
      border-left: 1px solid rgba(255, 255, 255, 0.1); }
      .mobile-navigation.active .bar .toggle-menu .icon span {
        opacity: 0;
        transition-delay: 0.4s; }
        .mobile-navigation.active .bar .toggle-menu .icon span:first-of-type {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -spec-transform: rotate(45deg);
          transform: rotate(45deg);
          opacity: 1;
          top: 6px; }
        .mobile-navigation.active .bar .toggle-menu .icon span:last-of-type {
          width: 25px;
          opacity: 1;
          bottom: 6px;
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -spec-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .mobile-navigation.active .menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -spec-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .mobile-navigation.active .shader {
    opacity: 0.4;
    pointer-events: all; }

.mobile-logo {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .mobile-logo span {
    background: url("/img/femmasse-mobile.svg") no-repeat;
    width: 129px;
    height: 20px;
    display: inline-block; }

@media screen and (max-width: 900px) {
  header {
    height: 60px;
    visibility: hidden;
    overflow: hidden; }

  .sticky-header, .sticky-header.show {
    display: none; }

  .mobile-navigation {
    display: block; } }
.header-image {
  position: relative;
  width: 100%;
  height: calc( 100vh - 120px );
  background-color: #346db4;
  background-image: url("/img/header_image_01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  animation: fade-in-background 1s; }
  .header-image .content-container {
    font-size: 30px;
    line-height: 60px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-weight: 600;
    color: #ffffff;
    height: 80%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column; }
    @media screen and (max-width: 1350px) {
      .header-image .content-container {
        font-size: 25px;
        line-height: 54.54545px; } }
    @media screen and (max-width: 800px) {
      .header-image .content-container {
        font-size: 21.42857px;
        line-height: 50px; } }
    .header-image .content-container p {
      font-size: 30px;
      line-height: 40px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      color: #ffffff; }
      @media screen and (max-width: 1350px) {
        .header-image .content-container p {
          font-size: 25px;
          line-height: 36.36364px; } }
      @media screen and (max-width: 800px) {
        .header-image .content-container p {
          font-size: 21.42857px;
          line-height: 33.33333px; } }
  @media only screen and (max-width: 1024px) {
    .header-image {
      height: 500px; } }
  @media only screen and (max-width: 900px) {
    .header-image {
      height: 350px; } }

.intro-row {
  position: relative;
  width: 100%;
  background-color: #264f7f; }
  .intro-row .content-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    @media only screen and (max-width: 1024px) {
      .intro-row .content-container {
        padding: 100px 0; } }
    @media only screen and (max-width: 900px) {
      .intro-row .content-container {
        padding: 50px 0;
        flex-direction: column; } }

.intro-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  top: -150px;
  left: 6.25%;
  background: #ffffff;
  width: 62.5%;
  min-height: auto;
  padding: 75px 20.83333% 75px 75px;
  color: #333333; }
  .intro-block h3 {
    width: 100%;
    color: #346db4; }
  .intro-block p {
    width: 100%; }
  @media only screen and (max-width: 1024px) {
    .intro-block {
      top: 0;
      left: 0;
      padding: 75px; } }
  @media only screen and (max-width: 900px) {
    .intro-block {
      width: 100%;
      padding: 30px; } }
  .intro-block a {
    color: #7032b2 !important;
    font-weight: 600;
    transition: color 0.4s ease; }
    .intro-block a:hover {
      color: #4187c8 !important; }

.intro-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
  align-items: initial;
  flex-direction: column;
  position: relative;
  top: calc(-241.25px);
  left: -6.25%;
  height: 365px;
  background-color: #346db4;
  width: 25%;
  min-width: 250px; }
  @media only screen and (max-width: 1024px) {
    .intro-btns {
      top: 0;
      left: 0;
      width: 208.33333px;
      min-width: auto; } }
  @media only screen and (max-width: 900px) {
    .intro-btns {
      flex-direction: row;
      width: 100%;
      height: 182.5px; } }
  .intro-btns .btn-call {
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    color: #346db4;
    transition: background 0.3s, color 0.3s; }
    .intro-btns .btn-call .icon {
      width: 25px;
      height: 25px; }
      .intro-btns .btn-call .icon #call-icon .cls-1 {
        fill: #346db4; }
    .intro-btns .btn-call:hover {
      cursor: pointer;
      background-color: #7032b2;
      color: #ffffff; }
      .intro-btns .btn-call:hover .icon {
        animation: phone-rings 1.5s infinite ease; }
        .intro-btns .btn-call:hover .icon #call-icon .cls-1 {
          fill: #ffffff; }
  .intro-btns .btn-contact {
    background-color: #346db4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    color: #ffffff;
    transition: background 0.3s, color 0.3s; }
    .intro-btns .btn-contact .icon {
      width: 25px;
      height: 25px; }
      .intro-btns .btn-contact .icon #contact-icon .cls-1 {
        fill: #ffffff; }
    .intro-btns .btn-contact:hover {
      cursor: pointer;
      background-color: #333333;
      color: #ffffff; }
      .intro-btns .btn-contact:hover .icon {
        animation: icon-move-left-and-right 0.5s infinite; }
        .intro-btns .btn-contact:hover .icon #call-icon .cls-1 {
          fill: #ffffff; }

.discover-row {
  position: relative;
  background-color: #346db4;
  color: #ffffff; }
  .discover-row .content-container {
    padding: 100px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column; }
    @media only screen and (max-width: 900px) {
      .discover-row .content-container {
        text-align: center;
        padding: 50px 0; } }

.discover-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media only screen and (max-width: 1080px) {
    .discover-block {
      max-width: 500px; }
      .discover-block .discover-item-wrapper {
        margin-bottom: 10px; } }

.discover-item-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -spec-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -spec-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -spec-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
@elseif $value == "row-reverse" {}
@elseif $value == column {}
@elseif $value == "column-reverse" {}
  .discover-item-wrapper .discover-item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 225px;
    height: 225px;
    margin: 10px;
    background-color: transparent;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 112.5px;
    transform: scale(1);
    transition: background 0.4s ease; }
    .discover-item-wrapper .discover-item:after {
      content: "";
      background-color: #346db4;
      opacity: 0.25;
      width: 100%;
      height: 100%;
      transition: opacity 0.4s ease;
      border-radius: 112.5px; }
    .discover-item-wrapper .discover-item:hover {
      cursor: pointer; }
      .discover-item-wrapper .discover-item:hover:after {
        opacity: 0; }
    .discover-item-wrapper .discover-item.item-1 {
      background-image: url("/img/test/discover_1.jpeg"); }
    .discover-item-wrapper .discover-item.item-2 {
      background-image: url("/img/test/discover_2.jpeg"); }
    .discover-item-wrapper .discover-item.item-3 {
      background-image: url("/img/test/discover_3.jpeg"); }
    .discover-item-wrapper .discover-item.item-4 {
      background-image: url("/img/test/discover_4.jpeg"); }
  .discover-item-wrapper .discover-item-content a {
    font-size: 20px;
    line-height: 30px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-weight: 600;
    color: #ffffff; }
    @media screen and (max-width: 1350px) {
      .discover-item-wrapper .discover-item-content a {
        font-size: 16.66667px;
        line-height: 27.27273px; } }
    @media screen and (max-width: 800px) {
      .discover-item-wrapper .discover-item-content a {
        font-size: 14.28571px;
        line-height: 25px; } }

.header-background {
  position: relative;
  width: 100%;
  background-color: #264f7f;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .header-background .content-container {
    position: relative;
    margin: 0 auto; }

.base-intro-block {
  margin-bottom: 100px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
  align-items: initial; }
  @media only screen and (max-width: 900px) {
    .base-intro-block {
      flex-direction: column-reverse;
      margin-bottom: 50px; } }

.base-content-block {
  position: relative;
  background-color: #346db4;
  color: #ffffff;
  width: 100%;
  max-width: 1440px;
  padding: 75px;
  flex: 1; }
  @media only screen and (max-width: 600px) {
    .base-content-block {
      padding: 37.5px; } }
  .base-content-block h2 {
    padding-bottom: 15px; }
  .base-content-block a {
    opacity: 0.5;
    transition: opacity 0.4s ease; }
    .base-content-block a:hover {
      opacity: 1; }

.base-image-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
  align-items: initial;
  flex-direction: column;
  flex: 1; }
  .base-image-block .base-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 50%; }
    @media only screen and (max-width: 900px) {
      .base-image-block .base-image {
        min-height: 250px;
        background-position: 50% 50%; } }

.base-breadcrumb {
  margin: 150px 0 15px 0; }
  @media only screen and (max-width: 700px) {
    .base-breadcrumb {
      margin: 50px 0 15px 0; } }
  .base-breadcrumb .content-container {
    width: 100%; }
    .base-breadcrumb .content-container .breadcrumb ol li a span {
      color: #ffffff !important; }
      .base-breadcrumb .content-container .breadcrumb ol li a span:hover {
        color: #90b9df !important; }
    .base-breadcrumb .content-container .breadcrumb ol li:after {
      color: #ffffff; }

/** OVERVIEW LATEST POSTS */
.latest-posts {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
  align-items: initial;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media only screen and (max-width: 1024px) {
    .latest-posts {
      flex-direction: column; } }
  @media only screen and (max-width: 900px) {
    .latest-posts {
      margin-bottom: 50px; } }
  .latest-posts .post-block {
    width: 45.83333%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background-color: #346db4;
    color: #ffffff;
    transition: background 0.4s, box-shadow 0.4s; }
    @media only screen and (max-width: 1024px) {
      .latest-posts .post-block {
        width: 100%; } }
    @media only screen and (max-width: 500px) {
      .latest-posts .post-block {
        flex-direction: column; } }
    .latest-posts .post-block a {
      color: #ffffff; }
    .latest-posts .post-block:hover {
      cursor: pointer;
      background-color: #333333;
      box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.15); }
    .latest-posts .post-block .post-image {
      background-position: center center;
      background-size: cover;
      min-width: 250px;
      height: 250px; }
      @media only screen and (max-width: 1024px) {
        .latest-posts .post-block .post-image {
          min-width: 50%;
          width: 50%; } }
      @media only screen and (max-width: 500px) {
        .latest-posts .post-block .post-image {
          min-width: 100%;
          width: 100%; } }
    .latest-posts .post-block .post-intro {
      height: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      flex-direction: column;
      padding: 37.5px; }
      @media only screen and (max-width: 500px) {
        .latest-posts .post-block .post-intro {
          width: 100%; } }
      .latest-posts .post-block .post-intro h2 {
        margin-bottom: 5px; }
      .latest-posts .post-block .post-intro h4 {
        color: #333333; }
  .latest-posts .timestamp {
    font-size: 14px;
    line-height: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px; }
    @media screen and (max-width: 1350px) {
      .latest-posts .timestamp {
        font-size: 11.66667px;
        line-height: 18.18182px; } }
    @media screen and (max-width: 800px) {
      .latest-posts .timestamp {
        font-size: 10px;
        line-height: 16.66667px; } }

/** SINGLE POSTS */
.single-post {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
  align-items: initial; }
  .single-post .post-block {
    width: 100%;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background-color: #346db4;
    color: #ffffff;
    transition: background 0.4s; }
    @media only screen and (max-width: 900px) {
      .single-post .post-block {
        flex-direction: column; } }
    .single-post .post-block a {
      color: #ffffff; }
    .single-post .post-block .title {
      margin-bottom: 5px; }
    .single-post .post-block .subtitle {
      color: #333333;
      margin-bottom: 25px; }
    .single-post .post-block .post-image {
      background-position: center center;
      background-size: cover;
      width: 50%;
      height: 100%;
      max-height: 1080px; }
      @media only screen and (max-width: 900px) {
        .single-post .post-block .post-image {
          min-height: 250px;
          width: 100%; } }
    .single-post .post-block .post-content {
      padding: 37.5px; }
      .single-post .post-block .post-content a {
        transition: color 0.3s ease;
        color: #333333; }
        .single-post .post-block .post-content a:hover {
          color: #346db4; }

/** DYNAMIC PAGES */
.dynamic p {
  max-width: 650px; }
.dynamic .content-container {
  width: 100%; }

.full-text-block {
  max-width: 650px; }

/** POST BACK BUTTON */
.post-back-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 225px;
  height: 50px;
  background-color: #7032b2;
  transition: background 0.4s;
  cursor: pointer;
  margin: 0 auto 100px auto;
  color: #ffffff; }
  @media only screen and (max-width: 900px) {
    .post-back-button {
      margin: 0 auto 50px auto; } }
  .post-back-button a {
    color: #ffffff; }
  .post-back-button:hover {
    background-color: #57278a; }

.references-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background-color: #ffffff;
  margin-bottom: 100px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.04), 0 10px 10px rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 900px) {
    .references-block {
      margin-bottom: 50px; } }
  .references-block .group {
    padding: 40px 75px;
    width: 100%; }
    .references-block .group h3 {
      color: #264f7f;
      margin-bottom: 30px; }
    @media only screen and (max-width: 900px) {
      .references-block .group {
        padding: 30px 37.5px; } }
    .references-block .group:nth-child(odd) {
      background-color: #efefef; }
  .references-block .reference {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
    text-align: left; }
    @media only screen and (max-width: 600px) {
      .references-block .reference {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center; } }
    .references-block .reference .city {
      font-weight: bold;
      color: #346db4; }
    .references-block .reference p, .references-block .reference span {
      color: #333333;
      font-size: 18px;
      line-height: 28.8px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      width: 50%;
      max-width: 500px; }
      @media screen and (max-width: 1350px) {
        .references-block .reference p, .references-block .reference span {
          font-size: 15px;
          line-height: 26.18182px; } }
      @media screen and (max-width: 800px) {
        .references-block .reference p, .references-block .reference span {
          font-size: 12.85714px;
          line-height: 24px; } }
    .references-block .reference a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center;
      width: 100%; }
      .references-block .reference a p, .references-block .reference a span {
        color: #1d1d1d;
        font-size: 18px;
        line-height: 28.8px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        width: 50%;
        max-width: 500px;
        text-decoration: underline; }
        @media screen and (max-width: 1350px) {
          .references-block .reference a p, .references-block .reference a span {
            font-size: 15px;
            line-height: 26.18182px; } }
        @media screen and (max-width: 800px) {
          .references-block .reference a p, .references-block .reference a span {
            font-size: 12.85714px;
            line-height: 24px; } }

.contact-block .content-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  height: calc(100% - 150px); }
  @media only screen and (max-width: 1024px) {
    .contact-block .content-container {
      flex-direction: column;
      align-items: center; } }
  .contact-block .content-container .contact-information {
    padding: 37.5px;
    max-width: 650px;
    margin-top: 50px;
    color: #333333; }
    @media only screen and (max-width: 1024px) {
      .contact-block .content-container .contact-information {
        margin-top: 0; } }
    .contact-block .content-container .contact-information h2 {
      color: #346db4;
      margin-bottom: 50px; }
    .contact-block .content-container .contact-information a {
      color: #346db4; }
      .contact-block .content-container .contact-information a:hover {
        color: #333333; }
  .contact-block .content-container .contact-person-block {
    margin-top: 100px;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    justify-content: flex-start;
    animation: none;
    opacity: 1; }
    @media only screen and (max-width: 1024px) {
      .contact-block .content-container .contact-person-block {
        display: none; } }
    .contact-block .content-container .contact-person-block .contact-person-information {
      color: #346db4; }

.contact-content-container {
  width: 100%;
  top: -150px;
  position: relative;
  background-color: #346db4;
  padding: 37.5px;
  max-width: 650px; }
  @media only screen and (max-width: 1024px) {
    .contact-content-container {
      top: 0;
      margin-bottom: 50px; } }

.contact-form h3 {
  color: #ffffff; }

#sitemap {
  margin-bottom: 75px;
  color: #ffffff; }

.sitemap-title {
  color: #333333; }

.faq-container {
  padding: 40px 0;
  background: #1a3758; }
  .faq-container h2 {
    color: white;
    font-size: 26px;
    line-height: 32px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-weight: 500;
    margin: 0 0 40px; }
    @media screen and (max-width: 1350px) {
      .faq-container h2 {
        font-size: 21.66667px;
        line-height: 29.09091px; } }
    @media screen and (max-width: 800px) {
      .faq-container h2 {
        font-size: 18.57143px;
        line-height: 26.66667px; } }
  .faq-container .base-image-block .base-image {
    background-color: white;
    background-size: contain;
    background-position: center; }

.two-text-columns {
  padding: 0 0 45px; }
  .two-text-columns .content-container {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .two-text-columns .content-container .left-content, .two-text-columns .content-container .right-content {
      width: calc(50% - 20px);
      padding: 0; }
      .two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
        text-align: left;
        font-size: 24px;
        line-height: 38.4px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 500;
        color: #ffffff; }
        @media screen and (max-width: 1350px) {
          .two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
            font-size: 20px;
            line-height: 34.90909px; } }
        @media screen and (max-width: 800px) {
          .two-text-columns .content-container .left-content h1, .two-text-columns .content-container .left-content h2, .two-text-columns .content-container .right-content h1, .two-text-columns .content-container .right-content h2 {
            font-size: 17.14286px;
            line-height: 32px; } }
      .two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
        font-size: 18px;
        line-height: 24px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        color: #ffffff; }
        @media screen and (max-width: 1350px) {
          .two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
            font-size: 15px;
            line-height: 21.81818px; } }
        @media screen and (max-width: 800px) {
          .two-text-columns .content-container .left-content p, .two-text-columns .content-container .left-content em, .two-text-columns .content-container .left-content span, .two-text-columns .content-container .right-content p, .two-text-columns .content-container .right-content em, .two-text-columns .content-container .right-content span {
            font-size: 12.85714px;
            line-height: 20px; } }
        .two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
          font-size: 18px;
          line-height: 24px;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          color: #ffffff; }
          @media screen and (max-width: 1350px) {
            .two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
              font-size: 15px;
              line-height: 21.81818px; } }
          @media screen and (max-width: 800px) {
            .two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
              font-size: 12.85714px;
              line-height: 20px; } }
        .two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
          font-size: 18px;
          line-height: 24px;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          color: #f2f2f2; }
          @media screen and (max-width: 1350px) {
            .two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
              font-size: 15px;
              line-height: 21.81818px; } }
          @media screen and (max-width: 800px) {
            .two-text-columns .content-container .left-content p strong, .two-text-columns .content-container .left-content em strong, .two-text-columns .content-container .left-content span strong, .two-text-columns .content-container .right-content p strong, .two-text-columns .content-container .right-content em strong, .two-text-columns .content-container .right-content span strong {
              font-size: 12.85714px;
              line-height: 20px; } }
        .two-text-columns .content-container .left-content p a, .two-text-columns .content-container .left-content em a, .two-text-columns .content-container .left-content span a, .two-text-columns .content-container .right-content p a, .two-text-columns .content-container .right-content em a, .two-text-columns .content-container .right-content span a {
          text-decoration: underline; }
      .two-text-columns .content-container .left-content ul, .two-text-columns .content-container .right-content ul {
        list-style: none;
        padding-left: 20px;
        margin-top: 20px;
        margin-bottom: 0; }
        .two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
          position: relative;
          color: #ffffff;
          font-size: 18px;
          line-height: 24px;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 5px; }
          @media screen and (max-width: 1350px) {
            .two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
              font-size: 15px;
              line-height: 21.81818px; } }
          @media screen and (max-width: 800px) {
            .two-text-columns .content-container .left-content ul li, .two-text-columns .content-container .right-content ul li {
              font-size: 12.85714px;
              line-height: 20px; } }
          .two-text-columns .content-container .left-content ul li:before, .two-text-columns .content-container .right-content ul li:before {
            content: "";
            background: url("/img/rentman-sprite.svg") -443px 0 no-repeat;
            background-size: 640px 215px;
            width: 16px;
            height: 12px;
            display: inline-block;
            position: absolute;
            left: -23px;
            top: 6px; }
    .two-text-columns .content-container .left-content {
      margin-right: 19px; }
      .two-text-columns .content-container .left-content.content66 {
        width: calc(100% / 3 * 2 - 20px); }
      .two-text-columns .content-container .left-content.content50 {
        width: calc(100% / 2 - 20px); }
      .two-text-columns .content-container .left-content.content33 {
        width: calc(100% / 3 - 20px); }
    .two-text-columns .content-container .right-content {
      margin-left: 19px; }
      .two-text-columns .content-container .right-content.content66 {
        width: calc(100% / 3 - 20px); }
      .two-text-columns .content-container .right-content.content50 {
        width: calc(100% / 2 - 20px); }
      .two-text-columns .content-container .right-content.content33 {
        width: calc(100% / 3 * 2 - 20px); }

@media screen and (max-width: 650px) {
  .two-text-columns .content-container {
    display: block; }
    .two-text-columns .content-container .left-content, .two-text-columns .content-container .right-content {
      width: 100% !important;
      margin: 0; }
    .two-text-columns .content-container .left-content {
      margin-bottom: 40px; } }
.full-image-column {
  padding: 0 0 45px; }
  .full-image-column .content-container img {
    width: 100%;
    display: block; }
    .full-image-column .content-container img.large, .full-image-column .content-container img.medium {
      display: none; }

@media screen and (max-width: 1370px) {
  .full-image-column .content-container img.original {
    display: none; }
  .full-image-column .content-container img.large {
    display: block; } }
@media screen and (max-width: 680px) {
  .full-image-column .content-container img.original, .full-image-column .content-container img.large {
    display: none; }
  .full-image-column .content-container img.medium {
    display: block; } }
.content-block {
  padding: 0 0 45px; }
  .content-block .content-container {
    position: relative;
    z-index: 10; }
    .content-block .content-container .image-side {
      float: left;
      padding-left: 10px; }
      .content-block .content-container .image-side.right {
        float: right; }
      .content-block .content-container .image-side.content66 {
        width: calc(100% / 3); }
        .content-block .content-container .image-side.content66 img.large {
          display: none; }
      .content-block .content-container .image-side.content50 {
        width: calc(100% / 2); }
        .content-block .content-container .image-side.content50 img.medium {
          display: none; }
      .content-block .content-container .image-side.content33 {
        width: calc(100% / 3 * 2); }
        .content-block .content-container .image-side.content33 img.medium {
          display: none; }
      .content-block .content-container .image-side img {
        width: 100%; }
      .content-block .content-container .image-side.left {
        padding-left: 0;
        padding-right: 10px; }
    .content-block .content-container .content-side {
      float: left;
      padding-right: 10px; }
      .content-block .content-container .content-side.right {
        float: right;
        padding-right: 0; }
      .content-block .content-container .content-side .inner {
        width: 100%;
        margin: auto;
        padding: 0;
        background: transparant; }
      .content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
        text-align: left;
        font-size: 24px;
        line-height: 38.4px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        font-weight: 500;
        color: #ffffff; }
        @media screen and (max-width: 1350px) {
          .content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
            font-size: 20px;
            line-height: 34.90909px; } }
        @media screen and (max-width: 800px) {
          .content-block .content-container .content-side h1, .content-block .content-container .content-side h2 {
            font-size: 17.14286px;
            line-height: 32px; } }
      .content-block .content-container .content-side p, .content-block .content-container .content-side em, .content-block .content-container .content-side ul, .content-block .content-container .content-side li {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 400;
        color: #ffffff; }
        @media screen and (max-width: 1350px) {
          .content-block .content-container .content-side p, .content-block .content-container .content-side em, .content-block .content-container .content-side ul, .content-block .content-container .content-side li {
            font-size: 15px;
            line-height: 21.81818px; } }
        @media screen and (max-width: 800px) {
          .content-block .content-container .content-side p, .content-block .content-container .content-side em, .content-block .content-container .content-side ul, .content-block .content-container .content-side li {
            font-size: 12.85714px;
            line-height: 20px; } }
        .content-block .content-container .content-side p a, .content-block .content-container .content-side em a, .content-block .content-container .content-side ul a, .content-block .content-container .content-side li a {
          font-size: 18px;
          line-height: 24px;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          color: #333333; }
          @media screen and (max-width: 1350px) {
            .content-block .content-container .content-side p a, .content-block .content-container .content-side em a, .content-block .content-container .content-side ul a, .content-block .content-container .content-side li a {
              font-size: 15px;
              line-height: 21.81818px; } }
          @media screen and (max-width: 800px) {
            .content-block .content-container .content-side p a, .content-block .content-container .content-side em a, .content-block .content-container .content-side ul a, .content-block .content-container .content-side li a {
              font-size: 12.85714px;
              line-height: 20px; } }
        .content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong, .content-block .content-container .content-side ul strong, .content-block .content-container .content-side li strong {
          font-size: 18px;
          line-height: 24px;
          font-family: "Source Sans Pro", sans-serif;
          font-weight: 400;
          color: #ffffff; }
          @media screen and (max-width: 1350px) {
            .content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong, .content-block .content-container .content-side ul strong, .content-block .content-container .content-side li strong {
              font-size: 15px;
              line-height: 21.81818px; } }
          @media screen and (max-width: 800px) {
            .content-block .content-container .content-side p strong, .content-block .content-container .content-side em strong, .content-block .content-container .content-side ul strong, .content-block .content-container .content-side li strong {
              font-size: 12.85714px;
              line-height: 20px; } }
        .content-block .content-container .content-side p a, .content-block .content-container .content-side em a, .content-block .content-container .content-side ul a, .content-block .content-container .content-side li a {
          text-decoration: underline; }
      .content-block .content-container .content-side.content66 {
        width: calc(100% / 3 * 2 - 20px); }
      .content-block .content-container .content-side.content50 {
        width: calc(100% / 2 - 20px); }
      .content-block .content-container .content-side.content33 {
        width: calc(100% / 3 - 20px); }
      .content-block .content-container .content-side.left {
        padding-left: 10px;
        padding-right: 0; }

@media screen and (max-width: 1100px) {
  .content-block .content-container.content33 {
    padding-bottom: 0; }
    .content-block .content-container.content33 .content-side, .content-block .content-container.content33 .image-side {
      width: 100% !important;
      padding: 0 0 80px !important;
      margin: 0 auto;
      float: none !important; }
    .content-block .content-container.content33 .content-side .inner {
      width: 100%; } }
@media screen and (max-width: 900px) {
  .content-block {
    margin-bottom: -20px; }
    .content-block .content-container.content33 .image-side img.medium {
      display: block; }
    .content-block .content-container.content33 .image-side img.large {
      display: none; }
    .content-block .content-container.content50 {
      padding-bottom: 0; }
      .content-block .content-container.content50 .content-side, .content-block .content-container.content50 .image-side {
        width: 100% !important;
        padding: 0 0 20px !important;
        margin: 0 auto;
        float: none !important; }
      .content-block .content-container.content50 .content-side .inner {
        width: 100%; } }
@media screen and (max-width: 780px) {
  .content-block .content-container {
    padding-bottom: 0; }
    .content-block .content-container .content-side, .content-block .content-container .image-side {
      width: 100% !important;
      padding: 0 0 20px !important;
      margin: 0 auto;
      float: none !important; }
    .content-block .content-container .content-side .inner {
      width: 100%; } }
.multiple-images {
  padding-bottom: 45px; }
  .multiple-images .content-container {
    position: relative; }
    .multiple-images .content-container.main66 .main-image {
      width: calc(100% / 3 * 2 - 15px); }
      .multiple-images .content-container.main66 .main-image .medium {
        display: none; }
    .multiple-images .content-container.main66 .sub-images {
      width: calc(100% / 3 - 15px); }
      .multiple-images .content-container.main66 .sub-images img.large {
        display: none; }
    .multiple-images .content-container.main50 .main-image {
      width: calc(100% / 2 - 15px); }
      .multiple-images .content-container.main50 .main-image .medium {
        display: none; }
    .multiple-images .content-container.main50 .sub-images {
      width: calc(100% / 2 - 15px); }
      .multiple-images .content-container.main50 .sub-images img.medium {
        display: none; }
    .multiple-images .content-container.main33 .main-image {
      width: calc(100% / 3 - 15px); }
      .multiple-images .content-container.main33 .main-image .large {
        display: none; }
    .multiple-images .content-container.main33 .sub-images {
      width: calc(100% / 3 * 2 - 15px); }
      .multiple-images .content-container.main33 .sub-images img.medium {
        display: none; }
    .multiple-images .content-container img {
      width: 100%;
      display: block; }
    .multiple-images .content-container .main-image {
      height: calc(100%); }
      .multiple-images .content-container .main-image .responsive {
        display: none; }
      .multiple-images .content-container .main-image.left {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
      .multiple-images .content-container .main-image.right {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
      .multiple-images .content-container .main-image > div:not(.window-bar) {
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: 50% 50%; }
    .multiple-images .content-container .sub-images {
      float: right; }
      .multiple-images .content-container .sub-images.right {
        float: left;
        padding-left: 0; }
      .multiple-images .content-container .sub-images .half:nth-child(2) {
        margin-top: 30px; }

@media screen and (max-width: 850px) {
  .multiple-images .content-container.main66 .main-image, .multiple-images .content-container.main66 .sub-images, .multiple-images .content-container.main33 .main-image, .multiple-images .content-container.main33 .sub-images {
    width: 100%; }
  .multiple-images .content-container.main66 .main-image, .multiple-images .content-container.main33 .main-image {
    position: relative;
    margin-bottom: 30px; }
    .multiple-images .content-container.main66 .main-image div:not(.window-bar, .buttons), .multiple-images .content-container.main33 .main-image div:not(.window-bar, .buttons) {
      display: none; }
    .multiple-images .content-container.main66 .main-image .responsive, .multiple-images .content-container.main33 .main-image .responsive {
      display: block;
      margin-bottom: 30px; }
      .multiple-images .content-container.main66 .main-image .responsive.medium, .multiple-images .content-container.main33 .main-image .responsive.medium {
        display: none; }
  .multiple-images .content-container.main66 .sub-images img.medium, .multiple-images .content-container.main33 .sub-images img.medium {
    display: none; }
  .multiple-images .content-container.main66 .sub-images img.large, .multiple-images .content-container.main33 .sub-images img.large {
    display: block; } }
@media screen and (max-width: 650px) {
  .multiple-images .content-container.main50 .main-image, .multiple-images .content-container.main50 .sub-images {
    width: 100%; }
  .multiple-images .content-container.main50 .main-image {
    position: relative;
    margin-bottom: 30px; }
    .multiple-images .content-container.main50 .main-image div:not(.window-bar, .buttons) {
      display: none; }
    .multiple-images .content-container.main50 .main-image .responsive {
      display: block;
      margin-bottom: 30px; }
      .multiple-images .content-container.main50 .main-image .responsive.medium {
        display: none; }
  .multiple-images .content-container.main50 .sub-images img.medium {
    display: none; }
  .multiple-images .content-container.main50 .sub-images img.large {
    display: block; } }
@media screen and (max-width: 500px) {
  .multiple-images .content-container.main33 .main-image .responsive.medium, .multiple-images .content-container.main50 .main-image .responsive.medium, .multiple-images .content-container.main66 .main-image .responsive.medium {
    display: block; }
  .multiple-images .content-container.main33 .main-image .responsive.large, .multiple-images .content-container.main50 .main-image .responsive.large, .multiple-images .content-container.main66 .main-image .responsive.large {
    display: none; }
  .multiple-images .content-container.main33 .sub-images img.medium, .multiple-images .content-container.main50 .sub-images img.medium, .multiple-images .content-container.main66 .sub-images img.medium {
    display: block; }
  .multiple-images .content-container.main33 .sub-images img.large, .multiple-images .content-container.main50 .sub-images img.large, .multiple-images .content-container.main66 .sub-images img.large {
    display: none; } }
.full-text-block .content-container {
  position: relative; }

.dynamic-content .content-container {
  width: 100%; }

/*# sourceMappingURL=style.css.map */