/*
Theme Name:        parkundgeiz.de (2019)
Theme URI:         http://inwendo.de/
Description:       Theme parkundgeiz.de auf Basis des inwendo Base Themes
Author:            Dennis Bartels, inwendo GmbH
Author URI:        https://inwendo.de
Author:            Enno Steppat, inwendo GmbH
Author URI:        https://inwendo.de
Version:           1.0.6

Template:          inwendo-base-theme
Text Domain:       inwendo-base-theme-child
*/


/* Fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Fira Sans", sans-serif;
}

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
}

h2 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #005387;
}

h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #FFFFFF;
}

h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}

h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #1D1D1D;
}

main,
html {
    background: #FFF;
}

a {

}

a:hover {
    color: #00F5FF;
}

input,
textarea {
    outline: none !important;
}

.wpb_content_element {
    margin-bottom: 25px !important;
}

.grecaptcha-badge {
    display: none !important;
}

/* SVG */

.svg_100 img {
    width: 100px;
    height: 100px;
}

/* Header */

.header_area {
    background: #FFFFFF;
    z-index: 10;
}

.header_area.sticky {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.header_area .header_wrapper.outside_grid {
    padding-left: 50px;
    padding-right: 50px;
}

/* Header Menu */
ul.main-menu {
    padding: 0;
}

ul.main-menu > li {
    padding: 0 23px;
}

ul.main-menu > li:first-child {
    padding: 0 23px 0 0;
}

ul.main-menu > li:last-child {
    padding: 0 0 0 23px;
}

ul.main-menu > li .menu-item-link-wrapper > a {
    text-decoration: none;
    color: #005387;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

ul.main-menu > li .menu-item-link-wrapper > a:hover,
ul.main-menu > li .menu-item-link-wrapper > a:focus {
    text-decoration: none;
    color: #00F5FF;
}

ul.main-menu > li.active .menu-item-link-wrapper > a,
ul.main-menu > li.active .menu-item-link-wrapper > a:hover,
ul.main-menu > li.active .menu-item-link-wrapper > a:focus,
ul.main-menu > li.current_page_parent .menu-item-link-wrapper > a {
    text-decoration: none;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #005387;
}

ul.main-menu > li.active .menu-item-link-wrapper > a:hover,
ul.main-menu > li.active .menu-item-link-wrapper > a:focus {
    text-decoration: none;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #00F5FF;
}

/* Mobile Menu */
button.mobile_navigation_button.open,
button.mobile_navigation_button.close {
    right: 20px;
    padding: 0;
    top: 26px;
}

button.mobile_navigation_button.open svg,
button.mobile_navigation_button.close svg {
    fill: #005387;
}

/* Mobile Menu - Fullscreen Navigation */
nav.fullscreen_nav {
    background-color: #FFF;
}

/* Mobile Menu - List Wrapper */
ul.mobile-menu {
    list-style-type: none;
    padding: 30px 15px;
    margin: 0;
}

/* Mobile Menu - List Element */
ul.mobile-menu > li {
    padding: 20px 0;
    text-align: center;
}

/* -- Mobile Menu Link - Standard */
ul.mobile-menu > li > a {
    text-decoration: none;
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #005387;;
}

/* -- Mobile Menu Link - Hover and Focus */
ul.mobile-menu > li > a:hover,
ul.mobile-menu > li > a:focus {
    text-decoration: none;
    color: #005387;;
}

/* -- Active Mobile Menu Link -> If Sub-Menu Link is active */
ul.mobile-menu > li.current-menu-item > a,
ul.mobile-menu > li.current_page_parent > a {
    color: #005387;;
}

/* -- Active Mobile Menu Link - Standard, Hover and Focus */
ul.mobile-menu > li.current-menu-item > a:hover,
ul.mobile-menu > li.current-menu-item > a:focus {
    color: #00F5FF;
}


/* Footer */

.footer_area {
    min-height: unset;
}

/* Copyright Row */
.footer_area .footer_copyright_row {
    background-color: #005387;
    padding: 40px 50px 34px 50px;
}

.footer_area .footer_copyright_row .footer_copyright {
    margin: 0;
    padding: 0;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-style: normal;
    color: #FFFFFF;
}

.footer_area .footer_copyright_row .footer_copyright-widget-col {
    padding-right: 15px;
}


/* Footer Menu - List Wrapper */
ul.footer-menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.footer-menu > li:first-child,
ul.footer-menu > li,
ul.footer-menu > li:last-child {
    padding: 0 24px;
}

ul.footer-menu > li .menu-item-link-wrapper > a {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
}

/* -- Footer Menu Link - Hover and Focus */
ul.footer-menu > li .menu-item-link-wrapper > a:hover,
ul.footer-menu > li .menu-item-link-wrapper > a:focus,
ul.footer-menu > li.active .menu-item-link-wrapper > a,
ul.footer-menu > li.active .menu-item-link-wrapper > a:hover,
ul.footer-menu > li.active .menu-item-link-wrapper > a:focus,
ul.footer-menu > li.current_page_parent .menu-item-link-wrapper > a {
    text-decoration: underline;
    color: #101010;
}

.footer_area .footer_copyright_row .footer_tal_row img {
    height: 20px;
    filter: invert(100%);
}

/* Tables */
.table_note {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    font-style: normal;
}

table.pug_table {
    width: 100%;
    border-spacing: 4px;
}

table.pug_table th {
    background-color: #005387;
    color: #fff;
}

table.pug_table tr {
    background-color: #FFF;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1D1D1D;
}

table.pug_table tr:nth-child(even) {
    background-color: #D4E1EB;
}

table.pug_table td {
    padding: 17px 0 14px;
}

.pug_table td .table_yes {
    height: 24px;
    width: 24px;
    margin: 0 auto;
}

.pug_table td .table_yes:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iR3J1cHBlXzI3IiBkYXRhLW5hbWU9IkdydXBwZSAyNyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE3NTIgLTMwMDEpIj4KICAgIDxnIGlkPSJjaGVjay1jaXJjbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3NTIgMzAwMS4wMDYpIj4KICAgICAgPHBhdGggaWQ9IlBmYWRfMSIgZGF0YS1uYW1lPSJQZmFkIDEiIGQ9Ik0yMiwxMS4wOFYxMmExMCwxMCwwLDEsMS01LjkzLTkuMTQiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFkMWQxZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgICAgPHBhdGggaWQ9IlBmYWRfMiIgZGF0YS1uYW1lPSJQZmFkIDIiIGQ9Ik0yMiw0LDEyLDE0LjAxbC0zLTMiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzFkMWQxZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDwvZz4KICAgIDxyZWN0IGlkPSJSZWNodGVja18xMDAiIGRhdGEtbmFtZT0iUmVjaHRlY2sgMTAwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3NTIgMzAwMSkiIGZpbGw9Im5vbmUiLz4KICA8L2c+Cjwvc3ZnPgo=');
    height: 24px;
    width: 24px;
}

/* Price Table */
table.pug_table.price th {
    width: 33.333333%;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 26px;
}

table.pug_table.price tr {
    width: 33.333333%;
    text-align: center;
}

table.pug_table.price.three-columns th,
table.pug_table.price.three-columns tr {
    width: 33.333333%;
}

table.pug_table.price.two-columns th,
table.pug_table.price.two-columns tr {
    width: 50.00%;
}

/* Car Care Table */
table.pug_table.carcare th {
    width: 33.333333%;
    text-align: center;
    font-family: "Fira Sans", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 16px;
}

table.pug_table.carcare tr th,
table.pug_table.carcare tr td {
    width: 16.666667%;
    text-align: center;
}

table.pug_table.carcare tr th:first-child,
table.pug_table.carcare tr td:first-child {
    width: 33.333333%;
}

table.pug_table tr.end_row,
table.pug_table tr.end_row:nth-child(even) {
    background-color: #306B9B;
    color: #fff;
}

/* CF7 Styling */
.iw_contact_form label {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
}

.iw_contact_form .standard_row {
    padding: 0;
}

.iw_contact_form .half {
    width: 50%;
    float: left;
}

.iw_contact_form .full {
    width: 100%;
}

.content-element.half.left {
    padding: 0 15px 0 0;
}

.content-element.half.right {
    padding: 0 0 0 15px;
}

.content-element p {
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.iw_contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
.iw_contact_form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    width: 100%;
    -webkit-appearance: none;
    border: 3px solid #005387;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: transparent;
    padding: 10px 10px 8px 10px;
    margin: 5px 0 0 0;
}

.iw_contact_form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder,
.iw_contact_form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder {
    color: #1D1D1D;
}

.iw_contact_form textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    border: 3px solid #005387;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 10px 0 0 0;
    height: 100px;
}

.iw_contact_form .hint_row {
    padding-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
}

.iw_contact_form .acceptance_row {
    padding: 20px 0 0 0;
}

.iw_contact_form .acceptance_row a {
    color: #005387;
    text-decoration: none;
}

.iw_contact_form .acceptance_row label {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    cursor: pointer;
}

.iw_contact_form .acceptance_row input[type="checkbox"], .iw_contact_form .checkbox-element input[type="radio"] {
    display: none;
}

.iw_contact_form .acceptance_row input[type=checkbox] + span::before,
.iw_contact_form .checkbox-element input[type="radio"] + span::before {
    width: 24px;
    height: 24px;
    background-color: #fff;
    display: block;
    content: "";
    float: left;
    margin-right: 10px;
    border: 3px solid #005387;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 5px;
}

.iw_contact_form .acceptance_row input[type=checkbox]:checked + span::before {
    background-color: #005387;
}

.iw_contact_form .acceptance_row span.wpcf7-list-item {
    margin: 0;
}

.iw_contact_form .submit_row {
    padding: 40px 0 0 0;
    text-align: center;
}

.iw_contact_form input.wpcf7-form-control.wpcf7-submit {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    padding: 12px 24px;
    border: 3px solid #005387;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(114, 195, 205, .3);
    background-color: #005387;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.iw_contact_form input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
    color: #005387;
}

.iw_contact_form input.wpcf7-form-control.wpcf7-submit:disabled {
    background: #efefef;
    color: #d1d1d1;
    border-color: #d1d1d1;
    cursor: not-allowed;
}

.iw_contact_form span.wpcf7-not-valid-tip {
    padding-top: 5px;
}

/* CTA Call */

.cta_call {
    position: fixed;
    background: #fff;
    width: 100%;
    bottom: 0;
    border-top: 2px solid #005387;
    z-index: 999;
}

.cta_call .cta_call_close_icon {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 16px;
    display: none;
}

.cta_call .cta_call_close_icon svg {
    width: 24px;
    height: 24px;
}


.cta_call .cta_call_content_wrapper {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    transition: justify-content .2s linear;
    padding: 12px 0 11px 0;
}

.cta_call .cta_call_content {
    font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    float: left;
    flex-wrap: wrap;
    -ms-flex-flow: wrap;
}

.cta_call .cta_call_content a {
    text-decoration: none;
    color: #00F5FF;
}

.cta_call .cta_call_content a:hover {
    text-decoration: underline;
}

.cta_call .cta_call_content.left {
    padding-right: 20px;
}

.cta_call .cta_call_content.right {
    padding-left: 20px;
}

.cta_call .cta_call_content .cta_call_content-bock {
    float: left;
    padding-left: 5px;
}

.cta_call .cta_call_content .cta_call_content-bock.first {
    float: left;
    padding-left: 0;
}

.cta_call_button {
    position: fixed;
    width: 70px;
    height: 70px;
    background: #fff;
    bottom: 50px;
    border: 3px solid #005387;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    left: 25px;
    display: none;
    z-index: 999;
}

.cta_call_button .cta_call_button_icon {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    padding-top: 15px;
}

.cta_call_button .cta_call_button_icon svg {
    width: 36px;
    height: 36px;
}

/* PUG Button */
.iw_pug_button button {
    font-family: "Fira Sans", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    padding: 12px 24px;
    border: 3px solid #005387;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(114, 195, 205, .3);
    background-color: #005387;
    color: #FFFFFF;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    letter-spacing: 2px;
}

.iw_pug_button button:hover {
    background-color: #fff;
    color: #005387;
}

@media screen and (max-width: 1400px) {

}

@media screen and (max-width: 1330px) {

}

@media screen and (max-width: 1230px) {

}

@media screen and (max-width: 1200px) {

}


@media screen and (max-width: 1120px) {

}

@media screen and (max-width: 1100px) {

    .header_area .header_wrapper.outside_grid,
    .footer_area .footer_copyright_row {
        padding-left: 30px;
        padding-right: 30px;
    }

    ul.main-menu > li {
        padding: 0 10px;
    }

    ul.footer-menu > li:first-child,
    ul.footer-menu > li,
    ul.footer-menu > li:last-child {
        padding: 0 10px;
    }

}

@media screen and (max-width: 1050px) {

}

@media screen and (max-width: 1030px) {

}


@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 1020px) {

}

@media screen and (max-width: 1000px) {

}

@media screen and (max-width: 980px) {

    /* Header */
    .header_area .header_wrapper.outside_grid {
        padding-left: 20px;
        padding-right: 20px;
    }

}


@media screen and (max-width: 940px) {

}

@media screen and (max-width: 860px) {

    /* Fonts */
    h1 {
        font-size: 34px;
        line-height: 41px;
    }

    h2 {
        font-size: 30px;
        line-height: 36px;
    }

    h3,
    h4,
    table.pug_table.price th {
        font-size: 24px;
        line-height: 28px;
    }

    h5 {
        font-size: 20px;
        line-height: 24px;
    }

    .footer_area .footer_copyright_row {
        flex-direction: column;
        padding: 15px;
    }

    .footer_area .footer_copyright_row .content_wrapper {
        flex-direction: column-reverse;
    }

    .footer_area .footer_copyright_row .footer_copyright {
        padding: 0 0 15px 0;
    }

    .footer_area .footer_copyright_row .footer_copyright-widget-col {
        padding: 0 0 15px 0;
    }

    ul.footer-menu > li:first-child,
    ul.footer-menu > li,
    ul.footer-menu > li:last-child {
        padding: 0 25px 5px 0;
    }

    .footer_area .footer_copyright_row .footer_tal_row img {
        text-align: left;
        height: unset;
    }

}

@media screen and (max-width: 820px) {

    /* CTA Call */
    .cta_call .cta_call_content_wrapper {
        display: block;
        padding-bottom: 0;
    }

    .cta_call .cta_call_content {
        float: unset;
    }

    .cta_call .cta_call_content.left,
    .cta_call .cta_call_content.right {
        padding: 0 0 12px 20px;
    }

}

@media screen and (max-width: 767px) {

}

@media only screen and (min-width: 320px) and (max-width: 560px) {

    body {
        -webkit-text-size-adjust: none;
    }

}

@media screen and (max-width: 680px) {


    /* Contact Form 7 */
    .iw_contact_form .half {
        width: 100%;
        float: left;
    }

    .content-element.half.left,
    .content-element.half.right {
        padding: 0;
    }

}

@media screen and (max-width: 560px) {

    /* CTA Call */
    .cta_call_button {
        display: inherit;
    }

    .cta_call {
        bottom: -2000px;
        z-index: 100;
        padding: 40px 0;
    }

    .cta_call.animation {
        -webkit-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        -moz-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .cta_call .cta_call_content .cta_call_content-bock {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 0 5px 0;
    }

    .cta_call .cta_call_close_icon {
        display: inherit;
    }

}

@media screen and (max-width: 495px) {

    /* Fonts */
    h1 {
        font-size: 28px;
        line-height: 33px;
    }

    h2 {
        font-size: 26px;
        line-height: 31px;
    }

    h3,
    h4,
    table.pug_table.price th {
        font-size: 22px;
        line-height: 27px;
    }

}

@media screen and (max-width: 440px) {

}

@media screen and (max-width: 400px) {

}

@media screen and (max-height: 630px) {

}
