/*
Theme Name: WV Kockzius
Theme URI: http://www.weventure.de
Description:
Version: 1.0.2019.01.31.2
Author: weventure.de
Author URI: http://www.weventure.de
*/

/* lato-300 - latin */
@font-face {
    font-family: 'Lato';
    font-display: auto;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Lato Light'), local('Lato-Light'),
    url('fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato';
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Lato Regular'), local('Lato-Regular'),
    url('fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-italic - latin */
@font-face {
    font-family: 'Lato';
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    src: url('fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Italic'), local('Lato-Italic'),
    url('fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900italic - latin */
@font-face {
    font-family: 'Lato';
    font-display: auto;
    font-style: italic;
    font-weight: 900;
    src: url('fonts/lato-v14-latin-900italic.eot'); /* IE9 Compat Modes */
    src: local('Lato Black Italic'), local('Lato-BlackItalic'),
    url('fonts/lato-v14-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v14-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v14-latin-900italic.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v14-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v14-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
}

/* lato-900 - latin */
@font-face {
    font-family: 'Lato';
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/lato-v14-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Lato Black'), local('Lato-Black'),
    url('fonts/lato-v14-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/lato-v14-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/lato-v14-latin-900.woff') format('woff'), /* Modern Browsers */ url('fonts/lato-v14-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/lato-v14-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

/* CORE

-webkit-transition: all 5555ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
-moz-transition: all 5555ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
-ms-transition: all 5555ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
-o-transition: all 5555ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition: all 5555ms cubic-bezier(0.645, 0.045, 0.355, 1.000);

-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); -webkit-opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;

--------------------------------------------------- */
* {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
    font-family: 'Lato', sans-serif !important;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
}


h1 {
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
}

h2 {
    color: #183143;
    font-weight: 300;
}

h2::before {
    content: '';
    position: relative;
    width: 40px;
    height: 2px;
    margin: 0px auto 20px auto;
    display: block;
}

h2.wv-left::before {
    margin: 0px auto 20px 0;
}

h3 {
    color: #183143;
    font-weight: 300;
}

h4 {
    color: #183143;
}

h5 {
    color: #183143;
}

h6 {
    color: #183143;
}

ul {
    list-style: disc outside none;
}

li {
    color: #7D8890;
}

p, a p {
    color: #7D8890;
}

a {
    color: inherit;
}

strong, b {
    font-weight: 700;
}

.img-fit {
    width: 100%;
    height: auto;
}

.btn {
    border-radius: 0;
    margin-top: 1rem;
    height: auto;
    padding: 0.75rem 2rem;
}

.container .btn {
    -webkit-box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.btn:hover {
    opacity: 0.8;
}

.btn.arrow {
    background-image: url('img/button-arrow.svg');
    background-position: calc(100% - 1rem) center;
    background-repeat: no-repeat;
    background-size: 1rem auto;
    padding-right: 4rem;
}

.anchor {
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: relative;
}

.border {
    border: 1px #666666 solid;
}


/* HEAD ---------------------------------------------------- */
#wv-head {
    position: relative;
    padding: 1rem 0;
}

#wv-head .wv-logo {
    display: inline-block;
}

#wv-head img {
    width: auto;
    height: 2rem;
}

#wv-head .wv-phone {
    display: inline-block;
    padding: 0;
}

#wv-head .wv-phone a {
    color: #000000;
    text-decoration: none;
}

#wv-head .wv-phone::before {
    content: '';
    position: absolute;
    left: -1.75rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('img/icon-phone.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#wv-head .btn {
    border-width: 2px;
    border-style: solid;
    background-color: #ffffff;
    text-decoration: none;
}

#wv-head .btn:hover {
    color: #000000;
}

/* MENU ---------------------------------------------------- */
#wv-menu {
    position: absolute;
    margin-top: -4rem;
    display: block;
    top: 0;
    left: 50%;
    margin: 0 -25vw;
    width: 50vw;
}

#wv-menu ul {
    display: inline-block;
    list-style: none outside none;
    padding: 0;
}

#wv-menu ul li {
    display: inline-block;
    padding: 0;
    margin: 0 0.75rem;
    position: relative;
}

#wv-menu ul li a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: calc(1.5rem - 2px) 0 1.5rem 0;
    font-size: 80%;
}

#wv-menu > ul li.current-menu-item a {
    border-top-width: 3px;
    border-top-style: solid;
    padding: calc(1.5rem - 5px) 0 1.5rem 0;
}

#wv-menu ul.menu > li:hover > a {
    border-top-width: 3px;
    border-top-style: solid;
    padding: calc(1.5rem - 5px) 0 1.5rem 0;
}

#wv-menu #wv-menu-show, #wv-menu #wv-menu-hide {
    display: none;
}


/* wv-hero ---------------------------------------------------- */
.wv-hero {
    min-height: 60vh;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 !important;
}

.wv-hero-overlay-frame {
    margin: 5rem 0;
}

.wv-hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2rem;
    margin: 0;
}

.wv-hero-overlay p {
    color: #ffffff;
    font-weight: 300;
}

.wv-hero-overlay a {
    text-decoration: none;
}

.wv-head-benefits {
    margin-top: -2rem;
    background-color: #ffffff;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding: 0 2rem;
    -webkit-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
}

.wv-head-benefits img {
    height: auto;
    width: 10vw;
    max-width: 80px;
    margin: 0.75rem 1rem 0.75rem 0;
}

.wv-head-benefits p {
    font-style: italic;
    color: #000000;
}


/* ti-lr -------------------------------------------------------- */
.ti-lr {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 50vw;
}

.ti-lr ul {
    list-style: none outside none;
    padding-left: 2rem;
}

.ti-lr li {
    padding: 0.75rem 0;
}

.ti-lr li::before {
    content: '';
    position: absolute;
    left: -2rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('img/icon-check.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ti-lr .btn {
    text-decoration: none;
}

/* ti-lr -------------------------------------------------------- */
.ti-c {
}

.ti-c img {
    width: 100%;
    height: auto;
}

.ti-c .btn {
    text-decoration: none;
}

/* wv-cta -------------------------------------------------------- */
.wv-cta p {
    color: #ffffff;
    font-weight: 300;
}

.wv-cta .btn {
    background-color: #ffffff;
    text-decoration: none;
}

/* com3 com4 -------------------------------------------------------- */
.wv-com-frame {
    text-decoration: none;
}

.wv-com-frame-content {
    position: relative;
    display: block;
    padding: 25px 25px 70px 25px;
    z-index: 30;
}

.wv-com-frame-content img {
    width: 100px;
    height: auto;
}

.wv-com-frame-border {
    position: absolute;
    display: block;
    left: 15px;
    right: 15px;
    top: auto;
    bottom: 0;
    height: 2px;
    width: auto;
    z-index: 20;
}

.wv-com-frame-arrow {
    position: absolute;
    display: block;
    left: 40px;
    bottom: 25px;
    height: 25px;
    width: auto;
    z-index: 20;
}

.wv-com-frame-bg {
    position: absolute;
    display: block;
    left: 15px;
    right: 15px;
    top: 0;
    bottom: 0;
    height: auto;
    width: auto;
    z-index: 10;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.wv-com-frame:hover .wv-com-frame-bg {
    -webkit-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.3);
}


/* port3 port4 -------------------------------------------------------- */
.wv-portfolio-frame {
}

.wv-portfolio-frame img {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 10;
}

.wv-portfolio-frame .wv-portfolio-img p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    z-index: 20;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

/* feat3 -------------------------------------------------------- */
.wv-feature-frame {
}

.wv-feature-frame img {
    width: auto;
    height: 80px;
}


/* download ---------------------------------------------------- */
.wv-download-frame {
    padding: 1rem 3rem;
    border: 1px #979797 solid;
}

.wv-download-frame h3 {
    line-height: 60px;
    padding: 0;
}

.wv-download-frame img {
    height: 60px;
    padding: 0 2rem 0 0;
}

.wv-download-frame a {
    color: #7D8890;
    text-decoration: underline;
}


/* form1 form2 ---------------------------------------------------- */
.wv-form {
    background-color: #eaeef1;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.wv-form .wv-form-frame {
    min-height: 50vh;
    padding: 50px 0;
}

.wv-form .wv-form-frame form {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
}

.wv-form input[type=checkbox],
.wv-form input[type=text],
.wv-form input[type=email] {
    border: 1px #979797 solid;
    resize: none;
    margin-bottom: 1rem;
    width: 100%;
    padding: 10px;
}

.wv-form textarea {
    border: 1px #979797 solid;
    resize: none;
    margin-bottom: 1rem;
    width: 100%;
    padding: 10px;
    height: 6rem;
    border-radius: 0;
}

.wv-form select {
    border: 1px #979797 solid;
    resize: none;
    margin-bottom: 1rem;
    width: 100%;
    padding: 10px;
    background-image: url('img/select.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1.5rem auto;
}

.wv-form .wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.wv-form input[type=checkbox] {
    float: left;
    background-image: url('img/icon-check.svg');
    background-size: 70% auto;
    background-position: 1000% center;
    background-repeat: no-repeat;
    width: 1rem;
    margin-right: 1rem;
}

.wv-form input[type=checkbox]:checked {
    background-position: center center;
}

.wv-form .wpcf7-list-item-label {
    display: block;
    float: left;
    padding: 0 0 1rem 0;
    width: calc(100% - 3rem);
    font-size: 80%;
    line-height: 1.2;
}

.wv-form .wpcf7-not-valid,
.wv-form .wpcf7-not-valid input[type=checkbox] {
    border-color: #ff0000 !important;
}

.wv-form .wpcf7-not-valid-tip {
    display: none !important;
}

.wv-form .wpcf7-response-output {
    position: absolute;
    top: calc(100% - 20px);
    left: 0;
    border: 0;
    color: #ffffff;
    margin: 0;
    text-align: center;
    padding: 0.5rem;
    -webkit-box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
}

.wv-form div.wpcf7-validation-errors,
.wv-form div.wpcf7-acceptance-missing {
    background-color: #ff0000;
}

.wv-form div.wpcf7-mail-sent-ok {
    background-color: #398f14;
}

.wv-form div.wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
    position: relative;
}

.wv-form {
    color: #7D8890;
}

.wv-form h3 {
    font-weight: 400;
}

.wv-form ul {
    list-style: none outside none;
    padding-left: 2rem;
}

.wv-form li {
    padding: 0.75rem 0;
}

.wv-form li::before {
    content: '';
    position: absolute;
    left: -2rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url('img/icon-check-green.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wv-form .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.wv-form .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.wv-form .wv-form-text {
    padding-left: 30px;
}


.wv-form .wv-form-frame input[type=submit] {
    display: block;
    border-radius: 0;
    height: auto;
    padding: 0.75rem 2rem;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 11px 0px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.wv-form .wv-form-frame input[type=submit]:hover {
    opacity: 0.8;
}


::placeholder {
    color: #7D8890;
    font-size: 70%;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #7D8890;
    font-size: 70%;
}

::-ms-input-placeholder {
    color: #7D8890;
    font-size: 70%;
}

/* quote ---------------------------------------------------- */
.wv-quote {
    background-color: #eaeef1;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.wv-quote .wv-quote-frame {
    min-height: 50vh;
    padding: 30px;
}

.wv-quote .wv-quote-text::before {
    content: '';
    position: absolute;
    top: -1rem;
    left: -1rem;
    width: 3rem;
    height: 3rem;
    margin: 0;
    display: block;
    z-index: 10;
    background-image: url('img/quote.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wv-quote p {
    position: relative;
    z-index: 20;
    font-style: italic;
}

.wv-quote p b, .wv-quote p strong {
    font-style: normal;
    font-weight: 700;
    display: block;
}

/* test ---------------------------------------------------- */
.wv-testimonials {
    background-color: #FAFAFA;
}

.slider-item .card {
    margin: 50px 0;
    -webkit-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 52px 6px rgba(0, 0, 0, 0.1);
}

.slider-item .card img {
    width: 80px;
    height: auto;
    margin: -90px 0 20px 0;
}

.slider-item.is-selected .card {
    border: 0;
}

.flickity-prev-next-button.next, .flickity-prev-next-button:hover.next {
    right: 20px;
}

.flickity-prev-next-button.previous, .flickity-prev-next-button:hover.previous {
    left: 20px;
}

/* FOOT ---------------------------------------------------- */
.wv-footer {
    border-top: 1px #D8D8D8 solid;
}

.wv-footer img {
    max-width: 200px;
    width: 70%;
}

.wv-footer .wv-menu-head {
    color: #000000;
    font-weight: 700;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 0.75rem 0 0.75rem 0;
    margin: 0 0 0.75rem 0;
}

.wv-footer ul {
    list-style: none outside none;
    padding: 0 0 0 0;
}

.wv-footer li {
    padding: 0 0 0 0;
    line-height: 2;
}

.wv-footer li a {
    color: #7D8890;
    text-decoration: none;
}

.wv-footer li a:hover {
    color: #000000;
}

/*  ---------------------------------------------------- */
/*  ---------------------------------------------------- */
/*  ---------------------------------------------------- */


.wv-hero-overlay-frame h1 {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.75rem 0 0 0;
    font-weight: 300 !important;
}

.wv-hero-overlay-frame p {
    font-size: 4rem !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    color: #ffffff;
    font-weight: 700 !important;
    font-style: italic !important;
    text-transform: uppercase !important;
}

h2 {
    font-size: 2rem;
    line-height: 1.2;
    padding: 0 0 1rem 0;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.2;
}

.wv-imprint h2, .wv-imprint h3 {
    padding-top: 2rem;
}

h4 {
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 0 0 0 0;
}

h5 {
    font-size: 1rem;
    line-height: 1.4;
}

h6 {
    font-size: 1rem;
    line-height: 1.4;
}

ul {
    padding: 1rem 0 0 1rem;
}

li {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0 0 0 0;
}

p {
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.75rem 0 0 0;
}

.wv-hero-overlay p {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0.75rem 0;
}

.wv-cta p {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 0 0.75rem 0;
}

.btn {
    font-size: 1rem;
    line-height: 1.2;
}

#wv-head .btn {
    line-height: 1;
    padding: calc(0.75rem - 2px) 2rem;
    margin: -0.25rem 0 -0.25rem 1rem;
}

.wv-footer img {
    margin: 0.75rem 0 0 0;
}

.wv-head-benefits p {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 0 1rem 0 0;
}

.wv-quote p {
    font-size: 1.3rem;
    line-height: 1.4;
    padding: 0;
}

.wv-quote p b, .wv-quote p strong {
    font-size: 1rem;
    padding: 1rem 0 0 0;
}

.wv-form input, .wv-form textarea, .wv-form select {
    font-size: 1rem;
    line-height: 1;
}

.wv-form .wpcf7-response-output {
    font-size: 1rem;
    line-height: 1.4;
    padding: 1rem 0;
}


@media all and (max-width: 1200px) {
    #wv-menu {
        display: block;
        position: relative;
        width: auto;
        margin: 0;
        left: 0;
    }

    #wv-menu ul li a {
        padding: 1.5rem 0 calc(1.5rem - 2px) 0;
    }

    #wv-menu > ul li.current-menu-item a {
        padding: 1.5rem 0 calc(1.5rem - 5px) 0;
        border-top-width: 0;
        border-bottom-width: 3px;
        border-bottom-style: solid;
    }

    #wv-menu ul.menu > li:hover > a {
        padding: 1.5rem 0 calc(1.5rem - 5px) 0;
        border-top-width: 0;
        border-bottom-width: 3px;
        border-bottom-style: solid;
    }
}

@media all and (max-width: 992px) {
}


@media all and (max-width: 768px) {
    .wv-quote {
        background: none !important;
    }

    .wv-form {
        background: none !important;
    }

    .ti-lr {
        background: none !important;
    }

    #wv-menu .sub-menu {
        display: block;
    }
}


@media all and (max-width: 576px) {
    .wv-hero-overlay-frame p {
        font-size: 8vw !important;
    }

    #wv-head .btn {
        display: none;
    }

    #wv-menu .menu {
        position: relative;
        display: block;
        z-index: 50;
        -webkit-transition: max-height 0.5s;
        -moz-transition: max-height 0.5s;
        -ms-transition: max-height 0.5s;
        -o-transition: max-height 0.5s;
        transition: max-height 0.5s;
        max-height: 72px;
    }
    #wv-menu.active .menu {
        max-height: 100%;
    }

    #wv-menu ul li {
        font-size: 1.5rem;
        margin: 0;
        display: block;
        text-align: right;
    }

    #wv-menu ul li:not(.current-menu-item){
        display: none;
    }

    #wv-menu.active ul li {
        min-height: 4.5rem;
        display: block;
    }

    #wv-menu ul li.current-menu-item {
        min-height: 4.5rem;
    }

    #wv-menu ul li a {
        display: block;
    }

    #wv-menu #wv-menu-show,
    #wv-menu #wv-menu-hide {
        position: absolute;
        display: block;
        top: 0;
        height: 4.5rem;
        width: 4.5rem;
        padding: 1rem;
        cursor: pointer;
        color: #ffffff;
        -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
        transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    #wv-menu #wv-menu-show {
        left: 0;
        z-index: 100;
        font-size: 6rem;
        line-height: 0.5rem;
        font-weight: 300;
    }

    #wv-menu #wv-menu-hide {
        left: -50vw;
        z-index: 100;
        font-size: 3rem;
        line-height: 2.3rem;
        font-weight: 300;
    }

    #wv-menu.active #wv-menu-show {
        left: -50vw;
    }

    #wv-menu.active #wv-menu-hide {
        left: 0;
    }
}


@media all and (max-width: 576px) and (orientation: portrait) {
    h2 {
        font-size: 2.5rem;
        padding: 0 0 1.2rem 0;
    }

    h3 {
        font-size: 2rem;
    }

    .wv-imprint h2, .wv-imprint h3 {
        padding-top: 2rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 1.2rem;
    }

    ul {
        padding: 1.2rem 0 0 1.2rem;
    }

    li {
        font-size: 1.2rem;
    }

    p {
        font-size: 1.2rem;
        padding: 1rem 0 0 0;
    }

    .wv-hero-overlay p {
        font-size: 2rem;
        padding: 0 0 1rem 0;
    }

    .wv-cta p {
        font-size: 2rem;
        padding: 0 0 1rem 0;
    }

    .btn {
        font-size: 1.5rem;
    }

    #wv-head .btn {
        padding: calc(1rem - 2px) 2.5rem;
        margin: -0.25rem 0 -0.25rem 2rem;
    }

    .wv-footer img {
        margin: 1rem 0 0 0;
    }

    .wv-head-benefits p {
        font-size: 1.3rem;
        padding: 0 1.2rem 0 0;
    }

    .wv-quote p {
        font-size: 1.5rem;
        padding: 0;
    }

    .wv-quote p b, .wv-quote p strong {
        font-size: 1.2rem;
        padding: 1.2rem 0 0 0;
    }

    .wv-form input, .wv-form textarea, .wv-form select {
        font-size: 1.2rem;
    }

    .wv-form .wpcf7-response-output {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 576px) and (orientation: landscape) {
}


@media all and (min-width: 576px){

}

@media all and (min-width: 768px) {
    #wv-menu .sub-menu {
        display: none;
        position: absolute;
        top: 63px;
        z-index: 9999;
        background: white;
        left: 0;
        box-shadow: 2px 0px 5px 0 grey;;
        min-width: 100%;
    }

    #wv-menu .sub-menu li {
        margin: 0;
    }

    #wv-menu .sub-menu li > a {
        border:none;
    }

    #wv-menu .sub-menu li:hover > a {
        font-weight: bold;
    }

    #wv-menu .sub-menu a {
        padding: 1.25rem 1rem calc(1.25rem - 2px) 1rem;
    }

}

@media all and (min-width: 992px) {
}

@media all and (min-width: 1200px) {
}
