/*
 Theme Name:   Divi Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/


/*-------------------- QA --------------------*/


/* Add the below transitions to allow a smooth color change similar to lyft */

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar.scrolled {
    background: rgb(68, 68, 68);
    /* IE */
    background: rgba(0, 0, 0, 0.78);
    /* NON-IE */
}

.et_pb_toggle.et_pb_toggle_open,
.et_pb_toggle.et_pb_toggle_close {
    background-color: transparent !important;
    padding: 0;
    margin-top: -83px !important;
    text-align: center;
}

.et_pb_toggle_content {
    background-color: #a6c4b9;
    padding: 30px 0;
}

.et_pb_toggle_content .et_pb_column.et_pb_column_1_3 {
    padding: 0 4%;
}

.et_pb_toggle_title,
.et_pb_toggle_title h1 {
    margin: 0;
    padding: 0 !important;
    display: inline-block;
}

.et_pb_section {
    padding: 0;
}

.et_pb_team_member_image {
    max-width: 48%;
    margin-right: 2%;
    height: 600px;
    background: #032b33;
}

.et_pb_button {
    line-height: 40px !important;
    position: absolute;
    bottom: 0;
}

body #page-container .et_pb_button {
    font-family: Campton;
    width: 100% !important;
    position: initial;
}

.about-description {
    position: static;
}
.about-description .et_pb_button_module_wrapper{
    position: absolute;
    width: 50%;
    bottom: 0;
}

.et_pb_space {
    height: 3px;
    width: 70%;
    left: 15%;
}

.et_pb_blurb h1.et_pb_module_header a {
    color: #76a292;
    font-family: Campton;
}

.blurb-hover h2 {
    font-size: 30px;
    color: #032b33 !important;
    font-weight: bold;
    font-family: Campton;
}

.et_pb_blurb:hover {
    background-color: #a6c4b9 !important;
}

input.text,
input.title,
input[type=email],
input[type=password],
input[type=tel],
input[type=text],
select,
textarea,
input[type=tel],
input[type=number] {
    padding: 8px;
    border: 2px solid #fff;
    color: #032b33;
    background-color: transparent;
    width: 80%;
    font-size: 18px;
    font-family: Neuton;
}
span.wpcf7-not-valid-tip {
    color: #930731;
    font-size: 18px;
    display: block;
    width: 80%;
    margin-left: 20%;
    font-family: Neuton;
    padding: 10px 0 0;
    text-align: left;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    display: flex !important;
    font-size: 18px;
    width: 80%;
    margin-left: 20% !important;
    font-family: Neuton;
    padding: 10px;
    border-color: #C3B534;
}
div.wpcf7 .ajax-loader {
    margin: -30px 0 30px;
}
input.wpcf7-form-control.wpcf7-submit {
    padding: 8px 20px;
    color: #032b33;
    font-weight: bold;
    background: #fff;
    display: block;
    font-family: Campton;
    left: 50%;
    top: -45px;
    position: relative;
    transform: translateX(-50%);
}

input.wpcf7-form-control.wpcf7-submit:disabled {
    color: #032b33;
    font-weight: bold;
    background: #fff;
    display: block;
    opacity: 1;
    border-radius: 0;
}

.submit-cf7 {
    width: 80%;
    float: right;
}

.subscribe-cf7 input[type=email] {
    padding: 12px 8px;
    margin-right: 1%;
}

.subscribe-cf7 input[type="submit" i] {
    margin-left: 0;
    margin-top: 0;
    width: 26%;
}

.popmake-subscribe-form,
.popmake-booking-form {
    display: inline-block;
    width: -webkit-fill-available;
    /* Safari and Chrome */
    width: -moz-available;
    /* FF */
    text-align: center;
    padding: 20px;
    margin-top: 30px;
    border: solid 2px;
}

.btn-group-lg>.btn,
.btn-lg,
.btn-info {
    font-size: 15px !important;
    border-radius: 0 !important;
    display: inline-block !important;
    width: -webkit-fill-available;
    /* Safari and Chrome */
    width: -moz-available;
    /* FF */
    padding: 20px !important;
    border: #ffff solid 2px !important;
    background: transparent !important;
    margin-top: 10px;
    color: #fff;
    font-family: Campton;
}

.carousel-control:focus,
.carousel-control:hover,
.carousel-control.left,
.carousel-control.right {
    background: transparent !important;
}

.popmake-subscribe-form:hover,
.popmake-booking-form:hover,
.btn-group-lg>.btn:hover,
.btn-lg:hover,
.btn-info:hover {
    background: #fff !important;
    color: #a6c4b9 !important;
}

.modal-backdrop.in,
.ui-datepicker-year,
.glyphicon-chevron-left:before,
.glyphicon-chevron-right:before {
    display: none;
}

.ui-datepicker-month {
    font-family: arial;
    font-size: 20px;
    font-weight: lighter;
}

.ui-state-default {
    font-family: arial;
}

.modal.in .modal-dialog {
    padding: 18% 0;
    left: 35%;
    width: 800px;
}

.modal-body,
.modal-header {
    color: #032b33;
}

.modal-dialog .modal-content {
    width: 100% !important;
}

.modal-body input[type=text],
.modal-body input[type=email],
.modal-body input[type=tel],
.modal-body input[type=number],
.modal-body input[type=textarea] {
    width: 100% !important;
    margin-top: 20px;
}

.modal-body input[type=submit] {
    margin-left: 0;
    margin-top: 20px;
    font-size: 15px;
}

.clearfix #right {
    float: right;
    width: 48%;
    margin-top: -10px;
}

.clearfix #left {
    float: left;
    width: 48%;
    margin-top: -10px;
}

label {
    float: left;
    text-align: left;
    width: 20%;
    color: #fff;
}

#main-footer {
    background-size: cover;
    background: url(/wp-content/themes/Divi-child/img/iStock-648578860.jpg) top center;
}

.et_pb_team_member_description {
    display: block;
}

.et_pb_team_member_description p.p1 {
    color: #02252e;
}

.footer-widget h4 {
    border-bottom: solid 2px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-family: Campton;
    font-size: 22px;
}

.widget_media_image {
    margin-top: 18.54%;
    width: 33%;
}

#footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-family: Campton;
}

#footer-bottom a:hover {
    color: #a6c4b9;
}

#footer-info,
#footer-info a,
.footer-link {
    font-family: Campton;
    font-size: 13px;
    width: auto;
}

.et_pb_gutters3 .et_pb_column,
.et_pb_gutters3.et_pb_row .et_pb_column {
    margin-right: 0;
}

.et_pb_gutters3 .et_pb_column_1_3 .et_pb_module,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
.et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module,
.et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module,
.et_pb_team_member.et_pb_team_member_no_image.et_pb_bg_layout_light.clearfix {
    margin-bottom: 0;
}

.et_pb_blurb_content {
    min-height: 350px;
}

.et_pb_blurb_content .blurb-hover {
    color: #02252e;
}

.et_pb_main_blurb_image {
    max-width: 120px;
}

.blurb-no-img {
    position: absolute;
    bottom: 0;
    width: -webkit-fill-available;
    /* Safari and Chrome */
    width: -moz-available;
    /* FF */
}

.et_pb_toggle_title img {
    width: 80px;
}

.et_pb_toggle_title:before {
    display: none;
}

div.wpcf7-response-output {
    margin: 4em 0.5em 1em;
}


/*Pull quote text styling*/

blockquote.et-pullquote p {
    padding: 10% 0px 10px;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 1px;
    color: #032b33;
    font-weight: 900;
    text-align: center;
    font-family: Campton;
}


/*Pull quotes with open quotation mark*/

blockquote.et-pullquote.left.quote,
blockquote.et-pullquote.right.quote {
    /*position: relative;*/
    border-left: none;
}

.et_pb_slides .et_pb_slider_container_inner {
    display: block;
}

.et_pb_team_member h1.et_pb_module_header {
    font-variant: normal !important;
    font-size: 25px;
    font-family: Neuton !important;
}

.et_pb_member_position {
    padding-bottom: 7px;
    color: #a6c4b9;
    font-size: 27px;
    line-height: 45px;
    font-family: Campton;
}

p.et_pb_member_position {
    margin: 30px 0 10px;
    padding: 20px 0 0 !important;
    overflow: hidden;
    width: 30%;
    margin-left: 35%;
    border-top: solid 2px #032b33;
}

.divider {
    margin: 25px 0 10px;
    overflow: hidden;
    width: 30%;
    margin-left: 35%;
    border: solid 1px;
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
    width: auto;
    margin: auto;
    padding: 5% 0 10%;
    text-shadow: none;
}

.et_pb_slide_description .et_pb_slide_title {
    font-family: Campton;
    font-size: 40px !important;
    padding-bottom: 20px !important;
}

.et_pb_member_position {
    color: #76a292;
}

.et_pb_slide_content {
    font-size: 20px;
}


/*-------------------- Menu mobile --------------------*/

.et_mobile_menu {
    background-color: #032b33 !important;
    border-color: #032b33;
}

.mobile_menu_bar:before {
    background: #032b33;
    font-size: 80px;
}

.et_mobile_menu li a {
    color: #fff;
}

.container.et_menu_container {
    padding: 0;
}

.et_header_style_left .mobile_menu_bar,
.et_header_style_split .mobile_menu_bar {
    padding-bottom: 0;
}


/*-------------------- Menu mobile end --------------------*/


/*-------------------- QA --------------------*/

@font-face {
    font-family: Campton;
    src: url('/wp-content/themes/Divi-child/fonts/Campton-Bold.ttf') format('truetype'), url('/wp-content/themes/Divi-child/fonts/Campton-Bold.woff2') format('woff2'), url('/wp-content/themes/Divi-child/fonts/Campton-Bold.woff') format('woff'), url('/wp-content/themes/Divi-child/fonts/Campton-Bold.otf') format('opentype'), url('/wp-content/themes/Divi-child/fonts/Campton-Bold.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Neuton;
    src: url('/wp-content/themes/Divi-child/fonts/Neuton-Regular.ttf') format('truetype'), url('/wp-content/themes/Divi-child/fonts/Neuton-Regular.svg#filename') format('svg'), url('/wp-content/themes/Divi-child/fonts/Neuton-Regular.woff') format('woff'), url('/wp-content/themes/Divi-child/fonts/Neuton-Regular.otf') format('opentype'), url('/wp-content/themes/Divi-child/fonts/Neuton-Regular.eot') format('embedded-opentype');
    /*url('/wp-content/themes/Divi-child/fonts/Neuton-Regular.svg#filename') format('svg');*/
    font-weight: normal;
    font-style: normal;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Campton !important;
    color: #02252e;
    margin: 10px 0;
}

* {
    font-family: Neuton;
}

h2.widgettitle,
#event_content h1 {
    color: #032b33;
    font-size: 30px;
    margin: 0;
}

body {
    font-family: Neuton;
    font-size: 20px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearfix p {
    padding: 10px 0 !important;
    font-size: 20px;
}

.et_pb_gutters3 .et_pb_column_1_3,
.et_pb_gutters3.et_pb_row .et_pb_column_1_3 {
    width: 33.333%;
}

.et_pb_gutters3 .et_pb_column_1_2,
.et_pb_gutters3.et_pb_row .et_pb_column_1_2 {
    width: 50%;
}

#top-menu li a {
    font-family: Campton;
    font-size: 22px;
    color: #02252e !important;
}

#top-menu li a:hover {
    color: #76a292 !important;
}

#top-menu li {
    padding-right: 50px;
}

#top-menu li:last-child {
    padding-right: 90px;
}

#top-menu li a.mPS2id-highlight {
    color: #76a292 !important;
}

#main-header {
    background-color: transparent;
    box-shadow: none;
}

.et-fixed-header#main-header {
    background-color: rgba(255, 255, 255, 0.9);
}

.home #page-container {
    padding-top: 0px !important;
}

.glyphicon.glyphicon-chevron-left {
    background-image: url(../Divi-child/img/left-50.png);
    width: 50px !important;
    height: 50px !important;
    margin-left: -60% !important;
}

.glyphicon.glyphicon-chevron-right {
    background-image: url(../Divi-child/img/right-50.png);
    width: 50px !important;
    height: 50px !important;
    margin-right: -60% !important;
}

.service-1:hover {
    background-image: url(/wp-content/themes/Divi-child/img/icon-text-1.png);
    background-size: contain;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-2:hover {
    background-image: url(/wp-content/themes/Divi-child/img/icon-text-2.png);
    background-size: contain;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-3:hover {
    background-image: url(/wp-content/themes/Divi-child/img/icon-text-3.png);
    background-size: contain;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-4:hover {
    background-image: url(/wp-content/themes/Divi-child/img/icon-text-4.png);
    background-size: contain;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-5:hover {
    background-image: url(/wp-content/themes/Divi-child/img/icon-text-5.png);
    background-size: contain;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.service-6:hover {
    background-image: url(/wp-content/themes/Divi-child/img/icon-text-6.png);
    background-size: contain;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.et_pb_blurb:hover .et_pb_module_header,
.et_pb_blurb:active .et_pb_module_header,
.et_pb_blurb:hover .et_pb_main_blurb_image,
.et_pb_blurb:active .et_pb_main_blurb_image,
.et_pb_blurb:hover .blurb-nomal,
.et_pb_blurb:active .blurb-nomal {
    display: none !important;
}

.et_pb_blurb:hover .et_pb_blurb_content,
.et_pb_blurb:active .et_pb_blurb_content {
    height: fit-content;
}

.et_pb_blurb:hover .blurb-hover {
    display: block !important;
    vertical-align: middle !important;
    width: -webkit-fill-available;
    /* Safari and Chrome */
    width: -moz-available;
    /* FF */
}

#iconright {
    background: #02252e;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
    padding: 30px 10px 0;
    text-align: center;
}

#iconright img {
    width: 30px;
    margin-bottom: 50px;
}

#iconright .fa img {
    width: 10px;
}

#iconright .x img {
    width: 25px;
}

#iconright .in img {
    width: 20px;
}

.container,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 100% !important;
    display: block !important;
}

.et_pb_row {
    max-width: 100% !important;
    padding: 0;
    width: 100%;
}

.btn-group-lg>.btn,
.btn-lg,
.btn-info {
    width: -moz-available;
    /* FF */
    width: -webkit-fill-available;
    /* Safari and Chrome */
}

#profil {
    height: 100vh;
    min-height: 100%;
}

#profil .text {
    position: absolute;
    bottom: 15%;
    width: 53% !important;
    max-width: 53% !important;
    padding: 0 5.5%;
    font-size: 34px;
    color: #02252e;
    line-height: 34px;
}

#profil .text h1 {
    font-size: 90px;
    text-align: left;
    font-family: Campton;
}

#profil .text p {
    padding-right: 8%;
}

.ui-datepicker thead {
    display: none;
}

.et_pb_main_blurb_image img {
    height: 120px;
}

.blurb-hover ul {
    list-style-image: url(/wp-content/themes/Divi-child/img/12-02252e.png);
    color: #02252e;
}


/* Double-sized Checkboxes */

input[type=checkbox] {
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin: 0 5px 0 0;
}

input[type='checkbox']:checked {
    background-image: url('/wp-content/themes/Divi-child/img/check-symbol.png');
    background-size: 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

.popmake-event-calendar-mobile {
    margin: 0;
}
button.pum-close.popmake-close {
    font-family: Campton !important;
}
/*button.pum-close.popmake-close {*/
    /*background-image: url(/wp-content/themes/Divi-child/img/icon-calendar-open-80.png);*/
    /*color: transparent !important;*/
    /*text-shadow: none !important;*/
/*}*/

/*.pum-container.pum-responsive {*/
    /*padding-top: 70px !important;*/
/*}*/


/*-------------------- mobile --------------------*/

@media (max-width: 1500px) {
    #profil .text p {
        padding-right: 30%;
    }
}

@media (max-width: 1600px) {
    #profil .text {
        width: 70% !important;
        max-width: 70% !important;
    }
    #profil .text p {
        padding-right: 34%;
    }
}

@media (max-width: 1280px) {
    #profil .text {
        width: 100% !important;
        max-width: 100% !important;
    }
    #profil .text p {
        padding-right: 10%;
    }
    div[class*=et_pb_blurb].et_pb_blurb {
        padding: 4% !important;
    }
    .entry-content ul {
        padding: 0 0 0 1em;
    }
}

@media only screen and (min-width: 980px) {
    .hide-desktop {
        display: none;
    }
}
@media (max-width: 980px) {
    .et_header_style_left #et-top-navigation {
        position: fixed;
        right: 0;
        padding: 0;
        top: 0;
    }
    .et_header_style_left .logo_container {
        position: relative;
        padding-top: 30px;
    }
}

@media (max-width: 800px) {
    #profil .text h1 {
        font-size: 50px;
    }
    #iconright {
        display: none;
    }
    #profil .text p {
        font-size: 22px;
    }
    h2.widgettitle {
        font-size: 26px;
    }
    #event_content h1 {
        font-size: 20px;
    }
    blockquote.et-pullquote p {
        padding: 0px;
        font-size: 26px;
        line-height: 40px;
    }
    .et_pb_team_member h1.et_pb_module_header {
        font-size: 20px;
    }
    .et_pb_team_member_description p {
        height: 220px;
    }
    .et_pb_team_member_description .et_pb_member_position {
        height: auto;
    }
    .et_pb_main_blurb_image {
        height: 60px !important;
    }
    .et_pb_main_blurb_image img {
        height: 65px !important;
    }
    .et_pb_blurb_content {
        height: 120px;
    }
    .et_pb_blurb:active .blurb-hover,
    .et_pb_blurb:active {
        height: fit-content;
    }
    .service-1 .et_pb_main_blurb_image,
    .service-5 .et_pb_main_blurb_image,
    .service-3 .et_pb_main_blurb_image {
        width: 25%;
        float: left;
        height: -webkit-fill-available;
        /* Safari and Chrome */
        height: -moz-available;
        /* FF */
    }
    .service-1 .et_pb_blurb .et_pb_module_header,
    .service-5 .et_pb_blurb .et_pb_module_header,
    .service-3 .et_pb_blurb .et_pb_module_header {
        width: 75%;
        float: right;
    }
    .service-4 .et_pb_main_blurb_image,
    .service-2 .et_pb_main_blurb_image,
    .service-6 .et_pb_main_blurb_image {
        width: 25%;
        float: right;
        height: -webkit-fill-available;
        /* Safari and Chrome */
        height: -moz-available;
        /* FF */
    }
    .service-4 .et_pb_blurb .et_pb_module_header,
    .service-2 .et_pb_blurb .et_pb_module_header,
    .service-6 .et_pb_blurb .et_pb_module_header {
        width: 75%;
        float: left;
    }
    .et_pb_column {
        margin-bottom: 0px;
    }
    .et_pb_slide_content .et_pb_member_position {
        height: auto;
    }
    .et_pb_slide_content .et_pb_team_member_description {
        height: 130px;
        display: block;
    }
    .et_pb_row {
        width: 100%;
    }
    label {
        padding-left: 5%;
    }
    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea,
    input[type=tel],
    input[type=number],
    .submit-cf7,
    span.wpcf7-not-valid-tip,
    div.wpcf7-validation-errors,
    div.wpcf7-mail-sent-ok {
        width: 90%;
        margin: 0 5%;
    }
    #footer-bottom {
        background-color: #a6c4b9 !important;
    }
    .footer-link {
        width: 48% !important;
    }
    #footer-info {
        width: 100% !important;
    }
    .popmake-400 {
        padding: 0;
        top: 0;
    }
    .pum-container.pum-responsive {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        overflow: visible;
    }
    .et_pb_blurb:active .blurb-hover,
    .et_pb_blurb:active,
    .et_pb_blurb:hover {
        display: block !important;
        height: auto !important;
    }
    .et_pb_blurb .blurb-nomal {
        display: none;
    }
    #et-top-navigation {
        padding-top: 0 !important;
    }
    .container.clearfix.et_menu_container {
        margin: 0;
        padding-left: 5%;
        width: 100%;
    }
    p.et_pb_member_position {
        width: 90%;
        font-size: 20px !important;
        margin: 20px 5% 0px;
        margin-bottom: -20px;
    }
    .et_pb_blurb.et_pb_module.et_pb_blurb.et_pb_module {
        min-height: 120px !important;
        display: block;
    }
    .service-6 .et_pb_blurb.et_pb_module {
        min-height: 140px !important;
        display: block;
    }
    .et_pb_main_blurb_image {
        margin-bottom: 0;
    }
    .et_pb_blurb_container {
        min-height: 60px !important;
    }
    body #page-container .et_pb_button_0 {
        font-size: 20px!important;
        line-height: 25px !important;
        width: 80% !important;
    }
    .about-description .et_pb_button_module_wrapper {
        width: 100%;
    }
}

@media (max-width: 480px) {
    #profil .text h1 {
        font-size: 50px;
    }
    #iconright {
        display: none;
    }
    #profil .text p {
        font-size: 22px;
    }
    h2.widgettitle {
        font-size: 26px;
    }
    #event_content h1 {
        font-size: 20px;
    }
    blockquote.et-pullquote p {
        padding: 0px;
        font-size: 26px;
        line-height: 31px;
    }
    .et_pb_team_member h1.et_pb_module_header {
        font-size: 20px;
    }
    .et_pb_team_member_description p {
        height: 220px;
    }
    .et_pb_team_member_description .et_pb_member_position {
        height: auto;
    }
    .et_pb_main_blurb_image {
        height: 60px !important;
    }
    .et_pb_main_blurb_image img {
        height: 65px !important;
    }
    .et_pb_blurb_content {
        height: 120px;
    }
    .et_pb_blurb:active .blurb-hover,
    .et_pb_blurb:active {
        height: fit-content;
    }
    .service-1 .et_pb_main_blurb_image,
    .service-5 .et_pb_main_blurb_image,
    .service-3 .et_pb_main_blurb_image {
        width: 25%;
        float: left;
        height: -webkit-fill-available;
        /* Safari and Chrome */
        height: -moz-available;
        /* FF */
    }
    .service-1 .et_pb_blurb .et_pb_module_header,
    .service-5 .et_pb_blurb .et_pb_module_header,
    .service-3 .et_pb_blurb .et_pb_module_header {
        width: 75%;
        float: right;
    }
    .service-4 .et_pb_main_blurb_image,
    .service-2 .et_pb_main_blurb_image,
    .service-6 .et_pb_main_blurb_image {
        width: 25%;
        float: right;
        height: -webkit-fill-available;
        /* Safari and Chrome */
        height: -moz-available;
        /* FF */
    }
    .service-4 .et_pb_blurb .et_pb_module_header,
    .service-2 .et_pb_blurb .et_pb_module_header,
    .service-6 .et_pb_blurb .et_pb_module_header {
        width: 75%;
        float: left;
    }
    .et_pb_column {
        margin-bottom: 0px;
    }
    .et_pb_slide_content .et_pb_member_position {
        height: auto;
    }
    .et_pb_slide_content .et_pb_team_member_description {
        height: 130px;
        display: block;
    }
    .et_pb_row {
        width: 100%;
    }
    label {
        padding-left: 5%;
    }
    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea,
    input[type=tel],
    input[type=number],
    .submit-cf7,
    span.wpcf7-not-valid-tip,
    div.wpcf7-validation-errors,
    div.wpcf7-mail-sent-ok {
        width: 90%;
        margin: 0 5% !important;
    }
    #footer-bottom {
        background-color: #a6c4b9 !important;
    }
    .footer-link {
        width: 48% !important;
    }
    #footer-info {
        width: 100% !important;
    }
    .popmake-400 {
        padding: 0;
        top: 0;
    }
    .pum-container.pum-responsive {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        overflow: visible;
    }
    .et_pb_blurb:active .blurb-hover,
    .et_pb_blurb:active,
    .et_pb_blurb:hover {
        display: block !important;
        height: auto !important;
    }
    .et_pb_blurb .blurb-nomal {
        display: none;
    }
    #et-top-navigation {
        padding-top: 0 !important;
    }
    .container.clearfix.et_menu_container {
        margin: 0;
        padding-left: 5%;
        width: 100%;
    }
    p.et_pb_member_position {
        width: 90%;
        font-size: 20px !important;
        margin: 20px 5% 0px;
        margin-bottom: -20px;
    }
    .et_pb_blurb.et_pb_module {
        min-height: 120px !important;
        display: block;
    }
    .service-6 .et_pb_blurb.et_pb_module {
        min-height: 140px !important;
        display: block;
    }
    .et_pb_main_blurb_image {
        margin-bottom: 0;
    }
    .et_pb_blurb_container {
        min-height: 60px !important;
    }
    body #page-container .et_pb_button_0 {
        font-size: 20px!important;
        line-height: 25px !important;
        width: 80% !important;
    }
    .about-description .et_pb_button_module_wrapper {
        width: 100%;
    }
}

@media (max-width: 360px) {
    #profil .text h1 {
        font-size: 50px;
    }
    #iconright {
        display: none;
    }
    #profil .text p {
        font-size: 22px;
    }
    h2.widgettitle {
        font-size: 26px;
    }
    #event_content h1 {
        font-size: 20px;
    }
    blockquote.et-pullquote p {
        padding: 0px;
        font-size: 26px;
        line-height: 40px;
    }
    .et_pb_team_member h1.et_pb_module_header {
        font-size: 20px;
    }
    .et_pb_team_member_description p {
        height: 220px;
    }
    .et_pb_team_member_description .et_pb_member_position {
        height: auto;
    }
    .et_pb_main_blurb_image {
        height: 60px !important;
    }
    .et_pb_main_blurb_image img {
        height: 65px !important;
    }
    .et_pb_blurb_content {
        height: 120px;
    }
    .et_pb_blurb:active .blurb-hover,
    .et_pb_blurb:active {
        height: fit-content;
    }
    .service-1 .et_pb_main_blurb_image,
    .service-5 .et_pb_main_blurb_image,
    .service-3 .et_pb_main_blurb_image {
        width: 25%;
        float: left;
        height: -webkit-fill-available;
        /* Safari and Chrome */
        height: -moz-available;
        /* FF */
    }
    .service-1 .et_pb_blurb .et_pb_module_header,
    .service-5 .et_pb_blurb .et_pb_module_header,
    .service-3 .et_pb_blurb .et_pb_module_header {
        width: 75%;
        float: right;
    }
    .service-4 .et_pb_main_blurb_image,
    .service-2 .et_pb_main_blurb_image,
    .service-6 .et_pb_main_blurb_image {
        width: 25%;
        float: right;
        height: -webkit-fill-available;
        /* Safari and Chrome */
        height: -moz-available;
        /* FF */
    }
    .service-4 .et_pb_blurb .et_pb_module_header,
    .service-2 .et_pb_blurb .et_pb_module_header,
    .service-6 .et_pb_blurb .et_pb_module_header {
        width: 75%;
        float: left;
    }
    .et_pb_column {
        margin-bottom: 0px;
    }
    .et_pb_slide_content .et_pb_member_position {
        height: auto;
    }
    .et_pb_slide_content .et_pb_team_member_description {
        height: 130px;
        display: block;
    }
    .et_pb_row {
        width: 100%;
    }
    label {
        padding-left: 5%;
    }
    input.text,
    input.title,
    input[type=email],
    input[type=password],
    input[type=tel],
    input[type=text],
    select,
    textarea,
    input[type=tel],
    input[type=number],
    .submit-cf7,
    span.wpcf7-not-valid-tip,
    div.wpcf7-validation-errors,
    div.wpcf7-mail-sent-ok {
        width: 90%;
        margin: 0 5%;
    }
    #footer-bottom {
        background-color: #a6c4b9 !important;
    }
    .footer-link {
        width: 48% !important;
    }
    #footer-info {
        width: 100% !important;
    }
    .popmake-400 {
        padding: 0;
        top: 0;
    }
    .pum-container.pum-responsive {
        width: 100% !important;
        left: 0 !important;
        top: 0 !important;
        overflow: visible;
    }
    .et_pb_blurb:active .blurb-hover,
    .et_pb_blurb:active,
    .et_pb_blurb:hover {
        display: block !important;
        height: auto !important;
    }
    .et_pb_blurb .blurb-nomal {
        display: none;
    }
    #et-top-navigation {
        padding-top: 0 !important;
    }
    .container.clearfix.et_menu_container {
        margin: 0;
        padding-left: 5%;
        width: 100%;
    }
    p.et_pb_member_position {
        width: 90%;
        font-size: 20px !important;
        margin: 20px 5% 0px;
        margin-bottom: -20px;
    }
    .et_pb_blurb.et_pb_module {
        min-height: 120px !important;
        display: block;
    }
    .service-6 .et_pb_blurb.et_pb_module {
        min-height: 140px !important;
        display: block;
    }
    .et_pb_main_blurb_image {
        margin-bottom: 0;
    }
    .et_pb_blurb_container {
        min-height: 60px !important;
    }
    body #page-container .et_pb_button_0 {
        font-size: 20px!important;
        line-height: 25px !important;
        width: 80% !important;
    }
    .about-description .et_pb_button_module_wrapper {
        width: 100%;
    }
}
