body {
    font-family: "futura-pt";
    font-weight: normal;
    font-size: 16px;
    line-height: 1.7;
    color: #272727;
    overflow-x: hidden;
    background: #f6f5f6;
}

body,
html {
    height: 100%;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
img {
    padding: 0;
    margin: 0;
}

#cvr-lookup {
  display: inline-block;
  background-color: #e10019;
  color: white !important;
  padding: 8px 16px;
  text-decoration: none;
  line-height: 25px;
  margin-bottom: 16px;
}

body:not(.home) #content .inner .frm_forms fieldset #frm_checkbox_118-1 #field_ed71b2-1 {
  width: auto;
}

.row.no-gutters {
  margin: 0;
}

#header {
    padding: 15px 0px;
}

#header #logo img {
    position: absolute;
    z-index: 1;
    top: -8px;
}

#header ul {
    float: right;
    padding: 10px 0px;
}

#header ul li {
    float: left;
    margin-right: 20px;
    list-style: none;
    position: relative;
}

#header ul li .sub-menu {
  position: absolute;
  z-index: 999;
  background-color: #f6f5f6;
  padding: 28px 12px 8px;
  left: -12px;
  width: 200px;
  top: -100%;
  opacity: 0;
  pointer-events: none;
  transition: 250ms ease;
}

#header ul li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  pointer-events: all;
}

#header ul li:last-child {
    margin-right: 0px;
}

#header ul li.current-menu-item > a {
    color: #e10019;
}

#header ul li a {
    font-size: 16px;
    color: black;
    font-weight: 500;
    color: #272727;
    transition: 400ms;
    text-decoration: none;
}

#header ul li a:hover {
    color: #e10019;
}

#header ul li ul li {
    display: inline-block;
    width: 100%;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#copyright {
    padding: 10px;
    text-align: center;
    background: #2a2a2a;
    color: #8a8a8a;
    font-size: 13px;
}

.home #frontpage_slideshow {
    height: 515px;
    width: 100%;
}

.home #frontpage_slideshow .picture {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

.home #frontpage_slideshow .picture .container {
    position: relative;
}

.home #frontpage_slideshow .picture .inner_phone {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 2;
    background: #e10019;
    color: white;
    padding: 7px 30px;
    text-align: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.home #frontpage_slideshow .picture .inner_phone p {
    font-weight: 300;
    font-family: "Arial";
    font-size: 13px;
}

.home #frontpage_slideshow .picture .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.home #frontpage_slideshow .picture .inner h2 {
    font-size: 66px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: white;
}

.home #frontpage_slideshow .picture .inner h2:after {
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 88px;
    content: " ";
    height: 2px;
    background: #e10019;
}

.home #frontpage_slideshow .picture .inner h3 {
    font-size: 27px;
    color: white;
    margin-bottom: 40px;
    font-weight: 400;
}

.home #frontpage_slideshow .picture .inner a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 17px;
    margin-right: 30px;
    background: #e10019;
    color: white;
}

.home #frontpage_slideshow .picture:after {
    background: #19206b;
    opacity: 0.71;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
}

.home #section1 {
    margin-top: -70px;
}

.home #section1 .container {
    max-width: 1110px;
}

.home #section1 .col-md-4 {
    padding: 0;
}

.home #section1 .col-md-4:first-child .inner:before {
    border: solid transparent;
    content: " ";
    height: 148px;
    width: 42px;
    background-image: url(/wp-content/uploads/2018/12/arrows-one.png);
    position: absolute;
    background-size: cover;
    display: block;
    top: -4px;
    left: -41px;
    background-repeat: no-repeat;
}

.home #section1 .col-md-4:last-child .inner:before {
    border: solid transparent;
    content: " ";
    height: 148px;
    width: 42px;
    background-image: url(/wp-content/uploads/2018/12/arrows-one.png);
    position: absolute;
    background-size: cover;
    display: block;
    top: -4px;
    right: -41px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.home #section1 .col-md-4:nth-child(2) .inner {
    background: #19206b;
}

.home #section1 .col-md-4:nth-child(2) .inner:before {
    border: solid transparent;
    content: " ";
    height: 148px;
    width: 42px;
    background-image: url(/wp-content/uploads/2018/12/arrow-left-blue.png);
    position: absolute;
    background-size: cover;
    display: block;
    top: -4px;
    left: -41px;
    background-repeat: no-repeat;
}

.home #section1 .col-md-4:nth-child(2) .inner:after {
    border: solid transparent;
    content: " ";
    height: 148px;
    width: 42px;
    background-image: url(/wp-content/uploads/2018/12/arrow-left-blue.png);
    position: absolute;
    background-size: cover;
    display: block;
    top: -4px;
    right: -41px;
    background-repeat: no-repeat;
    transform: rotate(180deg);
    z-index: 1;
}

.home #section1 .inner {
    color: white;
    padding: 25px 66px;
    background: #e10019;
    position: relative;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.539;
}

.home #section2 {
    padding: 100px 0px;
}

.home #section2 .col-md-12.intro {
    text-align: center;
}

.home #section2 .col-md-12.intro h2 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 300;
}

.home #section2 .col-md-12.intro h2:after {
    display: block;
    margin: auto;
    width: 88px;
    height: 2px;
    background: #e10019;
    content: " ";
    margin-top: 30px;
    margin-bottom: 30px;
}

.home #section2 p {
    display: block;
    margin: auto;
    max-width: 700px;
    margin-bottom: 15px;
    font-family: "Arial";
    font-size: 16px;
    font-weight: 300;
}

.home #section2 .phone_icon {
    text-align: center;
    max-width: 370px;
    display: block;
    margin: auto;
    margin-top: 50px;
}

.home #section2 .phone_icon .left {
    float: left;
    text-align: right;
}

.home #section2 .phone_icon .right {
    float: right;
    text-align: left;
}

.home #section2 .phone_icon .right h2 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: -9px;
    text-transform: uppercase;
}

.home #section2 .phone_icon .right span {
    text-align: left;
    font-size: 18px;
}

.home #section3 {
    position: relative;
    color: white;
}

.home #section3 .left {
    height: 465px;
    width: 50%;
    float: left;
}

.home #section3 .left .picture {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center;
    -webkit-clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
}

.home #section3 .left .picture .inner {
    position: absolute;
    z-index: 1;
    right: 140px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 450px;
}

.home #section3 .left .picture .inner h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.home #section3 .left .picture .inner h2:after {
    display: block;
    margin: 15px 0px;
    width: 88px;
    height: 2px;
    background: #e10019;
    content: " ";
}

.home #section3 .left .picture .inner p {
    font-weight: 300;
    font-size: 15px;
}

.home #section3 .left .picture:after {
    background: #19206b;
    opacity: 0.71;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
}

.home #section3 .right {
    height: 350px;
    width: 57%;
    float: right;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 65px;
}

.home #section3 .right .picture {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center;
}

.home #section3 .right .picture .inner {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    left: 200px;
    max-width: 450px;
}

.home #section3 .right .picture .inner h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.home #section3 .right .picture .inner h2:after {
    display: block;
    margin: 15px 0px;
    width: 88px;
    height: 2px;
    background: white;
    content: " ";
}

.home #section3 .right .picture .inner p {
    font-weight: 300;
    font-size: 15px;
}

.home #section3 .right .picture:after {
    background: #e10019;
    opacity: 0.71;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
}

.home #section4 {
    padding: 50px 0px;
}

.home #section4 .intro {
    text-align: center;
}

.home #section4 .intro p {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
}

.home #section4 .intro p span {
    color: #e10019;
}

.home #section4 .intro a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 17px;
    margin-right: 30px;
    background: #e10019;
    color: white;
    margin-top: 10px;
}

.page-id-80 #sidebar #text-3 {
    display: block !important;
}

.page-id-80 #sidebar #text-3 img {
    max-width: 100%;
    height: auto;
}

.page-id-32 #sidebar #text-4 {
    display: block !important;
}

.page-id-32 #sidebar #text-4 img {
    max-width: 100%;
    height: auto;
}

body:not(.home) #sidebar #text-3 {
    display: none;
}
body:not(.home) #sidebar #text-4 {
    display: none;
}
body:not(.home) #sidebar .widget {
    width: 100%;
    margin-bottom: 30px;
}

body:not(.home) #sidebar .widget .blivkunde {
    display: block;
    width: 100%;
    padding: 40px 0px;
    text-align: center;
    font-size: 24px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #e10019;
}

body:not(.home) #sidebar .widget .menu {
    padding: 25px 40px;
    background: white;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

body:not(.home) #sidebar .widget .menu li a {
    color: initial;
}

body:not(.home) #sidebar .widget .textwidget:not(.custom-html-widget) {
    padding: 25px;
    background: white;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

body:not(.home) #sidebar .widget .textwidget:not(.custom-html-widget) p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: "Arial";
}

body:not(.home) #content {
    padding: 50px 0px;
}

body:not(.home) #content .inner {
    background: white;
    padding: 30px 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

body:not(.home) #content .inner img {
    max-width: 100%;
    height: auto;
}

body:not(.home) #content .inner #map {
    height: 720px;
    width: 100%;
}

body:not(.home) #content .inner h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}

body:not(.home) #content .inner h2:after {
    display: block;
    height: 3px;
    width: 50px;
    background: #e10019;
    content: " ";
    margin-top: 15px;
}

body:not(.home) #content .inner ul,
body:not(.home) #content .inner ol {
    padding-left: 40px;
}

body:not(.home) #content .inner ul li,
body:not(.home) #content .inner ol li {
    font-size: 14px;
}

body:not(.home) #content .inner .picture {
    height: 180px;
    background: #f7f6f7;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    position: relative;
}

body:not(.home) #content .inner .inner_text {
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 0px;
    background: #f7f6f7;
    margin-bottom: 30px;
}

body:not(.home) #content .inner .inner_text p {
    font-size: 14px;
}

body:not(.home) #content .inner .tekst {
    margin-bottom: 30px;
    background: #f7f6f7;
    padding: 20px 27px;
}

body:not(.home) #content .inner .tekst img.phone {
    max-width: 8px;
    margin-right: 12px;
    margin-top: -5px;
}

body:not(.home) #content .inner .tekst img.email {
    width: 17px;
    margin-right: 7px;
    margin-top: -5px;
}

body:not(.home) #content .inner .tekst h2 {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

body:not(.home) #content .inner .tekst h2:after {
    display: none;
}

body:not(.home) #content .inner .tekst p {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}

body:not(.home) #content .inner .tekst a {
    color: #e10019;
}

body:not(.home) #content .inner p,
body:not(.home) #content .inner li {
    font-family: "Arial";
    margin-bottom: 15px;
}

body:not(.home) #frontpage_slideshow {
    height: 300px;
    width: 100%;
}

body:not(.home) #frontpage_slideshow .picture {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}

body:not(.home) #frontpage_slideshow .picture .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-65%);
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
}

body:not(.home) #frontpage_slideshow .picture .inner h2 {
    font-size: 66px;
    text-transform: uppercase;
    color: white;
}

body:not(.home) #frontpage_slideshow .picture .inner h2:after {
    display: block;
    margin: auto;
    margin-top: 20px;
    width: 88px;
    content: " ";
    height: 2px;
    background: #e10019;
}

body:not(.home) #frontpage_slideshow .picture .inner h3 {
    font-size: 27px;
    color: white;
    margin-bottom: 40px;
    font-weight: 400;
}

body:not(.home) #frontpage_slideshow .picture .inner a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 17px;
    margin-right: 30px;
    background: #e10019;
    color: white;
}

body:not(.home) #frontpage_slideshow .picture:after {
    background: #19206b;
    opacity: 0.71;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: " ";
}

footer {
    padding: 50px 0px;
    background: #363636;
}

footer .inner img {
    float: left;
    margin-right: 15px;
}

footer .inner .content {
    color: white;
    margin-left: 30px;
}

footer .inner .content p {
    font-weight: 400;
    font-size: 24px;
    line-height: 0.9;
    margin-bottom: -3px;
    margin-top: 40px;
    text-transform: uppercase;
}

footer .inner .content a {
    color: white;
}

footer .inner .content span {
    font-size: 16px;
    float: left;
    line-height: 1.2;
    margin-top: 5px;
}

.right_contact_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    transition: 400ms;
    visibility: hidden;
    opacity: 0;
}

.right_contact_sidebar.active {
    visibility: visible;
    opacity: 1;
}

.right_contact_sidebar .blackoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.right_contact_sidebar .inner_content {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 850px;
    background: white;
    z-index: 1;
    padding: 50px 30px;
}

.right_contact_sidebar .inner_content .closeicon {
    position: absolute;
    top: 0;
    left: -50px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    font-size: 31px;
    background: #e10019;
    color: white;
    font-weight: 100;
}

.right_contact_sidebar .inner_content h2 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.right_contact_sidebar .inner_content h2:after {
    display: block;
    margin-top: 10px;
    width: 88px;
    content: " ";
    height: 2px;
    background: #e10019;
}

.right_contact_sidebar .inner_content p {
    margin-bottom: 15px;
}

.right_contact_sidebar .inner_content .frm_forms fieldset {
    padding: 0;
    margin: 0;
    border: none;
    min-width: 100%;
}

.right_contact_sidebar .inner_content .frm_forms fieldset select {
    width: 100%;
    padding: 7px;
    -webkit-appearance: none;
    border-radius: 0px;
    background: none;
    border: 1px #19206b solid;
    color: #272727;
    position: relative;
    background-image: url(/wp-content/uploads/2018/12/32195.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 9%;
    margin-bottom: 15px;
}

.right_contact_sidebar .inner_content .frm_forms fieldset ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #272727;
    opacity: 1;
    /* Firefox */
}
body:not(.home) #content .inner .frm_forms fieldset {
	padding: 0;
	margin: 0;
	border: none;
}
body:not(.home) #content .inner .frm_forms fieldset input:not(#field_ed71b-1), body:not(.home) #content .inner .frm_forms fieldset textarea {
	    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px #19206b solid;
    resize: none;
    color: #272727;
}
body:not(.home) #content .inner .frm_forms fieldset a {
	color: initial;
}
.frm-g-recaptcha {
	margin: 15px 0px;
}
body:not(.home) #content .inner .frm_forms fieldset button {
	    display: inline-block;
    padding: 7px 15px;
    font-size: 17px;
    margin-right: 30px;
    background: #e10019;
    color: white;
    margin-top: 10px;
    border: none;
}
body:not(.home) #content .inner .frm_forms fieldset select {
	    width: 100%;
    padding: 7px;
    -webkit-appearance: none;
    border-radius: 0px;
    background: none;
    border: 1px #19206b solid;
    color: #272727;
    position: relative;
    background-image: url(/wp-content/uploads/2018/12/32195.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 9%;
    margin-bottom: 15px;
}

.right_contact_sidebar .inner_content .frm_forms fieldset :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #272727;
}

.right_contact_sidebar .inner_content .frm_forms fieldset ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #272727;
}

.right_contact_sidebar .inner_content .frm_forms fieldset input[type="text"],
.right_contact_sidebar .inner_content .frm_forms fieldset input[type="email"],
.right_contact_sidebar .inner_content .frm_forms fieldset input[type="tel"],
.right_contact_sidebar .inner_content .frm_forms fieldset textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px #19206b solid;
    resize: none;
    color: #272727;
}

.right_contact_sidebar .inner_content .frm_forms fieldset a {
    color: initial;
}

.right_contact_sidebar .inner_content .frm_forms fieldset button {
    display: inline-block;
    padding: 7px 15px;
    font-size: 17px;
    margin-right: 30px;
    background: #e10019;
    color: white;
    margin-top: 10px;
    border: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1215px;
        width: 100%;
    }
}

@media (max-height: 800px) {

    .right_contact_sidebar .inner_content .frm_forms fieldset input[type="text"],
    .right_contact_sidebar .inner_content .frm_forms fieldset input[type="email"],
    .right_contact_sidebar .inner_content .frm_forms fieldset input[type="tel"],
    .right_contact_sidebar .inner_content .frm_forms fieldset textarea {
        padding: 5px 10px;
        margin-bottom: 6px;
    }

    .right_contact_sidebar .inner_content .frm_forms fieldset textarea {
        max-height: 100px;
    }
}

@media (max-width: 1200px) {
    .home #section1 .inner {
        color: white;
        padding: 25px 66px;
        background: #e10019;
        position: relative;
        font-size: 16px;
        font-weight: 200;
        line-height: 1.45;
    }

    body:not(.home) #content .inner .tekst a {
        font-size: 13px;
    }

    body:not(.home) #sidebar .widget .blivkunde {
        font-size: 20px;
    }

    footer .inner .content span {
        margin-left: 20px;
    }

    body:not(.home) #content .inner .col-md-3 {
        width: 50%;
    }

    body:not(.home) #content .inner .tekst img.email,
    body:not(.home) #content .inner .tekst img.phone {
        display: none;
    }

    .home #section3 .left,
    .home #section3 .right {
        width: 100%;
        clip-path: none;
        position: relative;
        top: auto;
        z-index: 1;
        float: none;
    }

    .home #section3 .left .picture,
    .home #section3 .right .picture {
        -webkit-clip-path: none;
    }

    .home #section3 .left .picture .inner,
    .home #section3 .right .picture .inner {
        right: auto;
        padding: 0px 15px;
        left: auto;
        position: relative;
    }
}

@media (max-width: 992px) {
    #navmenu {
        display: none;
    }

    #cvr-lookup {
      width: 100%;
      text-align: center;
    }

    .home #section1 {
        margin-top: 0px;
    }

    .home #section2 .col-md-12.intro h2 {
        font-size: 20px;
    }

    .home #section1 .col-md-4 .inner:before,
    .home #section1 .col-md-4 .inner:after {
        display: none !important;
    }

    .mobile_phone {
        position: fixed;
        bottom: 0px;
        width: calc(100% - 60px);
        padding: 5px 0px;
        text-align: center;
        font-size: 19px;
        font-weight: 300;
        background: #253182;
        border: 1px #797979 solid;
        color: white;
        z-index: 9999;
        margin: 0px 30px;
        text-decoration: none;
        -webkit-clip-path: polygon(6% 0, 94% 0, 100% 100%, 0% 100%);
        clip-path: polygon(6% 0, 94% 0, 100% 100%, 0% 100%);
        transition: 400ms;
        visibility: hidden;
        opacity: 0;
        bottom: -50px;
    }

    .mobile_phone.hasScrolled {
        visibility: visible;
        opacity: 1;
        bottom: 0;
    }

    body:not(.home) #content .inner {
        padding: 30px 20px;
    }

    body:not(.home) #content .inner .col-md-3 {
        width: 100%;
    }

    body:not(.home) #content .inner {
        margin-bottom: 30px;
    }

    body:not(.home) #frontpage_slideshow {
        height: 220px;
    }

    body:not(.home) #frontpage_slideshow .picture .inner h2 {
        font-size: 24px;
    }

    .right_contact_sidebar {
        z-index: 9999;
        background: white;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 30px;
    }

    .right_contact_sidebar .inner_content .closeicon {
        display: block;
        right: 0;
        z-index: 99999;
        bottom: auto;
        top: 0;
        left: auto;
        padding-top: 0px;
    }

    .right_contact_sidebar .inner_content {
        position: relative;
        right: 0;
        height: auto;
        width: 100%;
        max-width: 850px;
        background: white;
        z-index: 1;
        padding: 50px 30px;
    }

    .right_contact_sidebar .inner_content .frm_forms fieldset select {
        margin-bottom: 15px;
    }

    footer .inner .content span {
        margin-left: 0px;
    }

    .home #frontpage_slideshow .picture .inner a {
        margin: 0px 15px;
    }

    .home #section4 .intro a {
        margin-right: 0px;
    }

    .mobile_icon,
    .closeicon,
    .mobile_icon2 {
        position: absolute;
        top: 81px;
        right: 49px;
        background: #e10019;
        color: white;
        height: 50px;
        width: 60px;
        padding: 5px 0px;
        font-weight: 900;
        font-size: 12px;
        z-index: 999;
        text-align: center;
        font-weight: 500;
        height: 30px;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .mobile_icon.mobile_icon,
    .closeicon.mobile_icon,
    .mobile_icon2.mobile_icon {
        display: none;
    }

    .mobile_icon.mobile_icon2,
    .closeicon.mobile_icon2,
    .mobile_icon2.mobile_icon2 {
        text-align: center;
        top: 24px;
        height: 41px;
        padding-top: 10px;
        background: none;
        right: 15px;
    }

    .mobile_icon.mobile_icon2 span,
    .closeicon.mobile_icon2 span,
    .mobile_icon2.mobile_icon2 span {
        background: #19206b;
        height: 3px;
        width: 30px;
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }

    .closeicon {
        display: none;
        background: #e10019;
        position: fixed;
        bottom: 15px;
        top: initial;
    }

    .mobile_menu {
        position: fixed;
        width: 100%;
        right: -100%;
        background: #19206b;
        z-index: 9999;
        height: 100%;
        padding-bottom: 50px;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -moz-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mobile_menu.active {
        right: 0;
    }

    .mobile_menu.active .closeicon {
        display: block;
    }

    .mobile_menu li {
        list-style: none;
        border-bottom: 2px white solid;
        text-transform: uppercase;
        position: relative;
    }

    .mobile_menu li a {
        color: white;
        padding: 15px 15px;
        display: block;
    }

    footer .inner .content {
        margin-left: 0px;
    }

    footer .inner img {
        display: none;
        margin-bottom: 30px;
    }

    footer .col-xs-5ths,
    footer .col-sm-5ths,
    footer .col-md-5ths,
    footer .col-lg-5ths {
        width: 100%;
        max-width: 100%;
        clear: both;
    }

    footer .inner .content p {
        font-weight: 400;
        font-size: 20px;
        line-height: 0.9;
        margin-bottom: 0px;
        margin-top: 40px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .home #frontpage_slideshow {
        height: 360px;
    }

    .home #section3 .left,
    .home #section3 .right {
        width: 100%;
        clip-path: none;
        position: relative;
        top: auto;
        z-index: 1;
        float: none;
    }

    .home #section3 .left .picture,
    .home #section3 .right .picture {
        -webkit-clip-path: none;
    }

    .home #section3 .left .picture .inner,
    .home #section3 .right .picture .inner {
        right: auto;
        padding: 0px 15px;
        left: auto;
        position: relative;
    }

    #header #logo img {
        z-index: 1;
        position: relative;
        display: block;
        top: 31px;
        left: 15px;
        margin-top: -20px;
    }

    .home #frontpage_slideshow .picture .inner h2 {
        font-size: 24px;
    }

    .home #frontpage_slideshow .picture .inner h3 {
        font-size: 20px;
    }

    .home #frontpage_slideshow .picture .inner_phone {
        display: none;
    }

    #header {
        padding: 0px;
    }
}
