/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v15-latin-300.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/open-sans-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-300.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-300.woff") format("woff"), url("../fonts/open-sans-v15-latin-300.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v15-latin-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff"), url("../fonts/open-sans-v15-latin-regular.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff"), url("../fonts/open-sans-v15-latin-700.ttf") format("truetype"), url("../fonts/open-sans-v15-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
.page-title .vcard {
  border: 0px;
  padding: 0px;
}

.byline {
  color: #999;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.post-password-form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}

[data-whatinput=mouse] .post-password-form input[type=submit] {
  outline: 0;
}

.post-password-form input[type=submit]:hover,
.post-password-form input[type=submit]:focus {
  background-color: #14679e;
  color: #fefefe;
}

/*********************
  IMAGE GALLERY STYLES
  *********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery::before,
.gallery::after {
  content: " ";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.gallery dl:last-child:not(:first-child) {
  float: right;
}

/*********************
  PAGE NAVI STYLES
  *********************/
.page-navigation {
  margin-top: 1rem;
}

/*********************
  COMMENT STYLES
  *********************/
#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}

.commentlist li:last-child {
  margin-bottom: 0;
}

.commentlist li ul.children {
  margin: 0;
}

.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
}

.commentlist .vcard {
  margin-left: 50px;
}

.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}

.commentlist .vcard time {
  float: right;
}

.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}

.commentlist .vcard time a:hover {
  text-decoration: underline;
}

.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

.commentlist .comment-reply-link {
  float: right;
}

/*********************
  COMMENT FORM STYLES
  *********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}

.respond-form form {
  margin: 0.75em 0;
}

.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}

.respond-form form li label,
.respond-form form li small {
  display: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}

.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}

.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -ms-box-shadow: none;
  box-shadow: none;
}

.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}

.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}

#comment-form-title {
  margin: 0 0 1.1em;
}

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
  SIDEBARS & ASIDES
  *********************/
.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}

/*********************
  FOOTER STYLES
  *********************/
.footer {
  clear: both;
  margin-top: 1em;
}

/*********************
  VISUAL EDITOR STYLES
  *********************/
body#tinymce {
  margin: 20px;
}

.inner-content {
  justify-content: center;
}

.App .btn {
  font-size: 20px !important;
  padding: 1rem 2rem !important;
}

/*********************
  PLUGIN STYLES
  *********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0;
}


/*********************
  EMOVER STylE
  *********************/
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
}

.top-bar .logo {
  max-height: 62px;
  width: 259px;
  margin: 25px;
  position: relative;
  z-index: 10000000;
}

.top-bar {
  background-color: #e4e9ed;
}

.menu-item a {
  background: none;
}

.menu a {
  font-size: 18px;
  color: #192e49;
  text-transform: uppercase;
}

.menu .active > a {
  background: none;
  color: #192e49;
  background-image: url();
}

.submenu li {
  background-color: #fff;
}

.top-bar ul {
  background: none;
}

.submenu .active {
  background-color: #e4e9ed;
}

.submenu li a:hover {
  background-color: #e4e9ed;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 20px;
    height: 20px;
    border: none;
    left: auto;
    right: auto;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
    top: auto;
    background-size: cover;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIgogICAgIHZpZXdCb3g9IjAgMCA1MCA1MCIKICAgICBzdHlsZT0iZmlsbDojY2NjY2NjOyI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iICIgZD0iTSA0Ljg0Mzc1IDEyLjkwNjI1IEwgMi43NSAxNSBMIDI1IDM3LjI1IEwgNDcuMjUgMTUgTCA0NS4xNTYyNSAxMi45MDYyNSBMIDI1IDMzLjA2MjUgWiAiPjwvcGF0aD48L2c+PC9zdmc+") 50% 50% no-repeat;
    background-size: 100%;
  }
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 20px;
  height: 20px;
  border: none;
  left: auto;
  right: auto;
  position: absolute;
  bottom: 10px;
  right: 15px;
  top: auto;
  background-size: cover;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIgogICAgIHZpZXdCb3g9IjAgMCA1MCA1MCIKICAgICBzdHlsZT0iZmlsbDojY2NjY2NjOyI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iICIgZD0iTSA0Ljg0Mzc1IDEyLjkwNjI1IEwgMi43NSAxNSBMIDI1IDM3LjI1IEwgNDcuMjUgMTUgTCA0NS4xNTYyNSAxMi45MDYyNSBMIDI1IDMzLjA2MjUgWiAiPjwvcGF0aD48L2c+PC9zdmc+") 50% 50% no-repeat;
  background-size: 100%;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 2rem;
  padding-left: 2rem;
}

.dropdown.menu a {
  padding-right: 2rem;
  padding-left: 2rem;
}

.submenu {
  border-radius: 3px;
}

footer {
  background-color: #001834;
  color: #7f8b99;
  font-weight: 300;
}

.background {
  position: static;
  width: 100%;
  height: 800px;
  left: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2018/09/city_bg.jpg");
  background-size: cover;
}

.inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.popup .inner {
  height: auto !important;
  width: auto !important;
  position: fixed !important;
}

.lower {
  position: absolute;
  width: 100%;
  min-height: 50%;
  top: 400px;
  background-color: #001834;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 70px;
  align-items: center;
}

.lower h1 {
  clear: both;
  display: inline-block;
  vertical-align: center;
  font-weight: bold;
  font-size: 60px;
}

.top {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  background-image: url("/wp-content/uploads/2018/09/city_bg.jpg");
  background-size: 1000px;
  color: #fff;
  text-align: center;
  background-position: center;
}

.lower select {
  max-width: 300px;
  font-size: 28px;
  border: none;
  border-bottom: 1px solid #fff;
  height: auto;
  color: #fff;
  background-color: transparent;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIgogICAgIHZpZXdCb3g9IjAgMCA1MCA1MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmOyI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iICIgZD0iTSA0NC45ODgyODEgMTMuOTg0Mzc1IEMgNDQuNzI2NTYzIDEzLjk5MjE4OCA0NC40NzY1NjMgMTQuMTAxNTYzIDQ0LjI5Mjk2OSAxNC4yOTI5NjkgTCAyNSAzMy41ODU5MzggTCA1LjcwNzAzMSAxNC4yOTI5NjkgQyA1LjUxOTUzMSAxNC4wOTc2NTYgNS4yNjE3MTkgMTMuOTkyMTg4IDQuOTkyMTg4IDEzLjk4ODI4MSBDIDQuNTgyMDMxIDEzLjk5MjE4OCA0LjIxODc1IDE0LjIzODI4MSA0LjA2MjUgMTQuNjEzMjgxIEMgMy45MTAxNTYgMTQuOTkyMTg4IDQgMTUuNDIxODc1IDQuMjkyOTY5IDE1LjcwNzAzMSBMIDI0LjI5Mjk2OSAzNS43MDcwMzEgQyAyNC42ODM1OTQgMzYuMDk3NjU2IDI1LjMxNjQwNiAzNi4wOTc2NTYgMjUuNzA3MDMxIDM1LjcwNzAzMSBMIDQ1LjcwNzAzMSAxNS43MDcwMzEgQyA0Ni4wMDM5MDYgMTUuNDIxODc1IDQ2LjA5Mzc1IDE0Ljk4MDQ2OSA0NS45Mzc1IDE0LjYwMTU2MyBDIDQ1Ljc3NzM0NCAxNC4yMjI2NTYgNDUuNDAyMzQ0IDEzLjk3NjU2MyA0NC45ODgyODEgMTMuOTg0Mzc1IFogIj48L3BhdGg+PC9nPjwvc3ZnPg==");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 25px;
}

.lower p {
  font-size: 28px;
}

.button-send {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #afca0b;
  border-bottom: 5px solid #879d0d;
  transition: all 1.5s ease;
  cursor: pointer;
  padding: 15px;
}

.button-send:hover {
  background-color: #879d0d;
}

.pluggi-front {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 500px;
  width: 500px;
  background-image: url("/wp-content/themes/emover24/assets/images/pluggi-front.svg");
  z-index: 10;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.pluggi-back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 500px;
  width: 500px;
  background-image: url("/wp-content/themes/emover24/assets/images/pluggi-back.svg");
  z-index: 8;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.vehicle {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  height: 150px;
  top: 375px;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 9;
  transition: all 1s ease-in-out;
}

.ve1 {
  background-image: url("/wp-content/themes/emover24/assets/images/ve1.svg");
}

.ve-mazda {
  background-image: url("/wp-content/uploads/2020/12/mazda-cx-30.png");
}

.ve2 {
  width: 180px;
  margin-left: -90px;
  background-image: url("/wp-content/themes/emover24/assets/images/ecar-neu.svg");
}

.ve3 {
  width: 220px;
  margin-left: -110px;
  background-image: url("/wp-content/themes/emover24/assets/images/ve3.svg");
}

.ve4 {
  width: 220px;
  margin-left: -110px;
  background-image: url("/wp-content/themes/emover24/assets/images/ve4.svg");
}

.pluggi {
  transform: translateX(-50%) translateY(0%);
  transition: transform 1s ease-in-out;
}

.hidden .pluggi {
  transform: translateX(-50%) translateY(-100%);
  transition: transform 1s ease-in-out;
}

.vehicle {
  transition: transform 1s ease;
}

.hidden .vehicle {
  transform: translateX(-150vh);
  transition: all 1s ease;
}

.out .vehicle {
  transform: translateX(150vh);
  transition: all 1s ease;
}

/* ALLGEMEINER CONTENT */
h2 {
  font-size: 28px;
  color: #001835;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: bold;
}

h3 {
  font-size: 24px;
  color: #001835;
  text-transform: uppercase;
  line-height: 32px;
  font-weight: bold;
}

.checklist ul {
  list-style: none;
  padding-left: 0;
}

.checklist ul li {
  position: relative;
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checklist a {
  background-color: #001835;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 1s ease;
}

.checklist a {
  background-color: #001835;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 1s ease;
}

.checklist a:hover {
  background-color: #afca0b;
}

.home_image_button a {
  background-color: #afca0b;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin: 0 auto;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 1s ease;
}

.home_image_button a:hover {
  background-color: #001835;
}

.checklist ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIgogICAgIHZpZXdCb3g9IjAgMCAyNiAyNiIKICAgICBzdHlsZT0iZmlsbDojQUZDQTBCOyI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iICIgZD0iTSAyMi41NjY0MDYgNC43MzA0NjkgTCAyMC43NzM0MzggMy41MTE3MTkgQyAyMC4yNzczNDQgMy4xNzU3ODEgMTkuNTk3NjU2IDMuMzA0Njg4IDE5LjI2NTYyNSAzLjc5Njg3NSBMIDEwLjQ3NjU2MyAxNi43NTc4MTMgTCA2LjQzNzUgMTIuNzE4NzUgQyA2LjAxNTYyNSAxMi4yOTY4NzUgNS4zMjgxMjUgMTIuMjk2ODc1IDQuOTA2MjUgMTIuNzE4NzUgTCAzLjM3MTA5NCAxNC4yNTM5MDYgQyAyLjk0OTIxOSAxNC42NzU3ODEgMi45NDkyMTkgMTUuMzYzMjgxIDMuMzcxMDk0IDE1Ljc4OTA2MyBMIDkuNTgyMDMxIDIyIEMgOS45Mjk2ODggMjIuMzQ3NjU2IDEwLjQ3NjU2MyAyMi42MTMyODEgMTAuOTY4NzUgMjIuNjEzMjgxIEMgMTEuNDYwOTM4IDIyLjYxMzI4MSAxMS45NTcwMzEgMjIuMzA0Njg4IDEyLjI3NzM0NCAyMS44Mzk4NDQgTCAyMi44NTU0NjkgNi4yMzQzNzUgQyAyMy4xOTE0MDYgNS43NDIxODggMjMuMDYyNSA1LjA2NjQwNiAyMi41NjY0MDYgNC43MzA0NjkgWiAiPjwvcGF0aD48L2c+PC9zdmc+");
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pluggi-price {
  background-image: url("/wp-content/themes/emover24/assets/images/pluggi-cut.svg");
  background-size: contain;
  background-position: 50% 100%;
  height: 400px;
  background-repeat: no-repeat;
  margin-bottom: -87px;
  box-sizing: border-box;
  padding-top: 115px;
  font-size: 32px;
  color: #fff;
  text-align: center;
  z-index: 10;
  position: relative;
}

.pluggi-price h3 {
  color: #fff;
  font-size: 35px;
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.pluggi-price p {
  color: #fff;
  position: absolute;
  bottom: 65px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 12px;
}

.blue-price {
  background-color: #001835;
  margin: 0px 5%;
  color: #fff;
  padding: 5%;
  text-align: center;
}

.blue-price h4 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #afca0b;
  border-bottom: 1px solid #fff;
}

.image-prince {
  border-radius: 0% 0% 100px 100px;
  background-color: #001835;
  height: 100px;
  margin: 0px 5%;
  box-sizing: border-box;
  text-align: center;
  padding-top: 10px;
}

.image-prince img {
  max-height: 70px;
}

.border-top {
  border-top: 1px solid #001835;
}

footer nav {
  position: relative;
  height: 150px;
  padding-top: 50px;
}

#menu-footer li a {
  color: #fff;
  opacity: 0.5;
}

.copyright {
  text-align: center;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

body {
  color: #001835;
}

.margin50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.faq hr {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.menu-item-139 a {
  background-color: #afca0b;
  font-weight: bold;
  padding: 5px 10px;
  color: #fff;
  margin-right: 50px;
}

.top-bar-right {
  position: relative;
  z-index: 20;
  right: 20px;
  background-color: rgba(228, 233, 238, 0.5);
}

@media (max-width: 1200px) {
  .dropdown.menu a {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.the_content ul {
  list-style-position: inside;
}

.the_content ul li {
  padding-left: 1.28571429em;
  text-indent: -1.28571429em;
}

.pricebox {
  background-image: url(/wp-content/uploads/2018/09/Pluggy_Preis_mitte.png);
  width: 100%;
  height: 400px;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}

.pricebox .textwidget {
  position: absolute;
  bottom: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  width: 100%;
  font-size: 1.5vw;
  padding-bottom: 12%;
}

#tarifrechner {
  padding-top: 60px;
}

.tarif-nav-item {
  width: 33%;
  margin-right: 0.5%;
  float: left;
  background-color: #f1f3f5;
  color: #788695;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 1s ease;
}

.tarif-nav-item:hover {
  background-color: #fff;
}

.tarif-nav-item-active {
  background-color: #e4e9ed;
  color: #728191;
}

.tarif-nav .tarif-nav-item:last-child {
  margin-right: 0;
  float: right;
}

.tarif-content {
  background-color: #e4e9ed;
  padding-top: 120px;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 120px;
}

.tarif-content-item {
  display: none;
}

.tarif-content-item.tarif-content-item-active {
  display: block;
}

.tarif-clear {
  clear: both;
}

.tarif-content h2 {
  font-size: 40px;
  text-transform: none;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.tarif-content-intro {
  text-align: center;
  padding-bottom: 50px;
}

.fifty {
  width: 50%;
  float: left;
  padding: 32px;
  box-sizing: border-box;
}

.thirty {
  width: 33.3%;
  float: left;
  padding: 32px;
  box-sizing: border-box;
}

.plz {
  width: 35%;
  float: left;
}

.ort {
  width: 60%;
  margin-left: 40%;
}

.message {
  display: block;
  width: 50%;
  margin: 0 auto;
}

.button-send-form {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #afca0b;
  border-bottom: 5px solid #879d0d;
  transition: all 1.5s ease;
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  margin-top: 50px;
}

.button-weiter {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #afca0b;
  transition: all 1.5s ease;
  cursor: pointer;
  padding: 15px;
  float: right;
  margin-top: 50px;
}

.submit {
  text-align: center;
}

.tarif-car {
  width: 33.3%;
  float: left;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: all 1s ease;
  cursor: pointer;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tarif-car2 {
  width: 33.3%;
  float: left;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
  transition: all 1s ease;
  cursor: pointer;
  padding-top: 50px;
  padding-bottom: 50px;
}

.tarif-car2 img {
  margin-bottom: 20px;
  max-width: 50%;
}

.tarif-car2:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.tarif-car img {
  margin-bottom: 20px;
  max-width: 50%;
}

.tarif-car:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.tarif-car2 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tarif-car {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.tarif-content-item .tarif-car:last-child {
  border-right: 0px;
}

.cardata {
  display: none;
}

.carve1 .vehicle-1.cardata {
  display: block;
}

.carve2 .vehicle-2.cardata {
  display: block;
}

.carve3 .vehicle-3.cardata {
  display: block;
}

.carve4 .vehicle-4.cardata {
  display: block;
}

.cardata.vehicle-1 .thirty {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

.cardata.vehicle-1 label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 100%;
  color: #001834;
}

.cardata input[type=radio] {
  margin: 0;
}

.cardata .thirty img {
  max-width: 60%;
  height: auto;
  width: 100px;
}

.cardata.vehicle-1 .fifty {
  text-align: center;
}

.cardata .fifty img {
  text-align: center;
  max-width: 60%;
  height: auto;
  width: 100px;
}

.cardata .form {
  text-align: center;
}

.cardata hr {
  margin-bottom: 50px;
  margin-top: 25px;
}

.cardata h3 {
  margin-bottom: 50px;
}

.result-box,
#result {
  border: 2px solid #001834;
  color: #001834;
  font-weight: bold;
  text-align: left;
  padding: 50px;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, #f1f3f5 10px, #f1f3f5 20px);
  display: none;
}

.result-box {
  display: block;
}

.result-box span {
  font-weight: normal !important;
}

.result-box .fifty,
#result .fifty {
  text-align: left;
}

.result-box .big,
#result .big {
  font-size: 2rem;
}

.la-ball-circus,
.la-ball-circus > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-circus {
  margin: 0 auto;
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-circus.la-dark {
  color: #001834;
}

.la-ball-circus > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-circus {
  width: 16px;
  height: 16px;
}

.la-ball-circus > div {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  width: 16px;
  width: 100%;
  height: 16px;
  height: 100%;
  border-radius: 100%;
  opacity: 0.5;
  -webkit-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  -moz-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  -o-animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
  animation: ball-circus-position 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1), ball-circus-size 2.5s infinite cubic-bezier(0.25, 0, 0.75, 1);
}

.la-ball-circus > div:nth-child(1) {
  -webkit-animation-delay: 0s, -0.5s;
  -moz-animation-delay: 0s, -0.5s;
  -o-animation-delay: 0s, -0.5s;
  animation-delay: 0s, -0.5s;
}

.la-ball-circus > div:nth-child(2) {
  -webkit-animation-delay: -0.5s, -1s;
  -moz-animation-delay: -0.5s, -1s;
  -o-animation-delay: -0.5s, -1s;
  animation-delay: -0.5s, -1s;
}

.la-ball-circus > div:nth-child(3) {
  -webkit-animation-delay: -1s, -1.5s;
  -moz-animation-delay: -1s, -1.5s;
  -o-animation-delay: -1s, -1.5s;
  animation-delay: -1s, -1.5s;
}

.la-ball-circus > div:nth-child(4) {
  -webkit-animation-delay: -1.5s, -2s;
  -moz-animation-delay: -1.5s, -2s;
  -o-animation-delay: -1.5s, -2s;
  animation-delay: -1.5s, -2s;
}

.la-ball-circus > div:nth-child(5) {
  -webkit-animation-delay: -2s, -2.5s;
  -moz-animation-delay: -2s, -2.5s;
  -o-animation-delay: -2s, -2.5s;
  animation-delay: -2s, -2.5s;
}

.la-ball-circus.la-sm {
  width: 8px;
  height: 8px;
}

.la-ball-circus.la-sm > div {
  width: 8px;
  height: 8px;
}

.la-ball-circus.la-2x {
  width: 32px;
  height: 32px;
}

.la-ball-circus.la-2x > div {
  width: 32px;
  height: 32px;
}

.la-ball-circus.la-3x {
  width: 48px;
  height: 48px;
}

.la-ball-circus.la-3x > div {
  width: 48px;
  height: 48px;
}

/*
   * Animations
   */
@-webkit-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-moz-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-o-keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@keyframes ball-circus-position {
  50% {
    left: 100%;
  }
}
@-webkit-keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-moz-keyframes ball-circus-size {
  50% {
    -moz-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@-o-keyframes ball-circus-size {
  50% {
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
@keyframes ball-circus-size {
  50% {
    -webkit-transform: scale(0.3, 0.3);
    -moz-transform: scale(0.3, 0.3);
    -o-transform: scale(0.3, 0.3);
    transform: scale(0.3, 0.3);
  }
}
.calculator {
  display: none;
  padding: 50px auto;
}

.vehicle-2 .fifty {
  text-align: left;
}

.vehicle-3 .fifty {
  text-align: left;
}

.mail-html {
  display: none;
}

.error {
  border: 1px solid red;
}

.customerdata input[type=checkbox] {
  margin-bottom: 0;
}

.customerdata input[type=checkbox].error:after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: red;
  display: block;
}

fieldset .thirty img {
  cursor: pointer;
}

@media (max-width: 800px) {
  .form .fifty,
  .form .thirty,
  .form .tarif-car {
    width: 100%;
  }
  .result-box {
    padding: 10px;
  }
  .result-box .fifty {
    padding: 0;
    width: 100%;
  }
  .result-box .big {
    font-size: 20px;
  }
  .tarif-content h2 {
    font-size: 30px;
  }
  .tarif-content h3 {
    font-size: 19px;
  }
  .lower h1 {
    font-size: 30px;
  }
  #result {
    padding: 10px;
  }
  #result .fifty {
    padding: 0;
    width: 100%;
  }
  #result .big {
    font-size: 20px;
  }
}
.off-canvas {
  background-color: #001834;
  color: #fff;
}

.off-canvas li a {
  color: #fff;
}

.off-canvas li.is-submenu-item a {
  color: #001834;
}

.greenback {
  color: #fff;
}

.greenback img {
  width: 150px;
}

.info {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-bottom: -1px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIgogICAgIHZpZXdCb3g9IjAgMCAyNCAyNCIKICAgICBzdHlsZT0iZmlsbDojMGEwYTBhOyI+PGcgaWQ9InN1cmZhY2UxIj48cGF0aCBzdHlsZT0iICIgZD0iTSAxMiAwIEMgNS4zNzEwOTQgMCAwIDUuMzcxMDk0IDAgMTIgQyAwIDE4LjYyODkwNiA1LjM3MTA5NCAyNCAxMiAyNCBDIDE4LjYyODkwNiAyNCAyNCAxOC42Mjg5MDYgMjQgMTIgQyAyNCA1LjM3MTA5NCAxOC42Mjg5MDYgMCAxMiAwIFogTSAxMiAyIEMgMTcuNTIzNDM4IDIgMjIgNi40NzY1NjMgMjIgMTIgQyAyMiAxNy41MjM0MzggMTcuNTIzNDM4IDIyIDEyIDIyIEMgNi40NzY1NjMgMjIgMiAxNy41MjM0MzggMiAxMiBDIDIgNi40NzY1NjMgNi40NzY1NjMgMiAxMiAyIFogTSAxMiA1LjgxMjUgQyAxMS44MTY0MDYgNS44MTI1IDExLjY2NDA2MyA1LjgwODU5NCAxMS41IDUuODQzNzUgQyAxMS4zMzU5MzggNS44Nzg5MDYgMTEuMTgzNTk0IDUuOTY4NzUgMTEuMDYyNSA2LjA2MjUgQyAxMC45NDE0MDYgNi4xNTYyNSAxMC44NTE1NjMgNi4yODUxNTYgMTAuNzgxMjUgNi40Mzc1IEMgMTAuNzEwOTM4IDYuNTg5ODQ0IDEwLjY4NzUgNi43Njk1MzEgMTAuNjg3NSA3IEMgMTAuNjg3NSA3LjIyNjU2MyAxMC43MTA5MzggNy40MDYyNSAxMC43ODEyNSA3LjU2MjUgQyAxMC44NTE1NjMgNy43MTg3NSAxMC45NDE0MDYgNy44NDM3NSAxMS4wNjI1IDcuOTM3NSBDIDExLjE4MzU5NCA4LjAzMTI1IDExLjMzNTkzOCA4LjA4NTkzOCAxMS41IDguMTI1IEMgMTEuNjY0MDYzIDguMTY0MDYzIDExLjgxNjQwNiA4LjE4NzUgMTIgOC4xODc1IEMgMTIuMTc5Njg4IDguMTg3NSAxMi4zNzEwOTQgOC4xNjQwNjMgMTIuNTMxMjUgOC4xMjUgQyAxMi42OTE0MDYgOC4wODU5MzggMTIuODE2NDA2IDguMDMxMjUgMTIuOTM3NSA3LjkzNzUgQyAxMy4wNTg1OTQgNy44NDM3NSAxMy4xNDg0MzggNy43MTg3NSAxMy4yMTg3NSA3LjU2MjUgQyAxMy4yODkwNjMgNy40MTAxNTYgMTMuMzQzNzUgNy4yMjY1NjMgMTMuMzQzNzUgNyBDIDEzLjM0Mzc1IDYuNzY5NTMxIDEzLjI4OTA2MyA2LjU4OTg0NCAxMy4yMTg3NSA2LjQzNzUgQyAxMy4xNDg0MzggNi4yODUxNTYgMTMuMDU4NTk0IDYuMTU2MjUgMTIuOTM3NSA2LjA2MjUgQyAxMi44MTY0MDYgNS45Njg3NSAxMi42OTE0MDYgNS44Nzg5MDYgMTIuNTMxMjUgNS44NDM3NSBDIDEyLjM3MTA5NCA1LjgwODU5NCAxMi4xNzk2ODggNS44MTI1IDEyIDUuODEyNSBaIE0gMTAuNzgxMjUgOS4xNTYyNSBMIDEwLjc4MTI1IDE4LjEyNSBMIDEzLjIxODc1IDE4LjEyNSBMIDEzLjIxODc1IDkuMTU2MjUgWiAiPjwvcGF0aD48L2c+PC9zdmc+") 50% 50% no-repeat;
  background-size: 100%;
}

.info-tsn,
.info-hsn {
  height: 164px;
  width: 500px;
  position: absolute;
  background-size: cover;
  border: 1px solid #001834;
  display: none;
}

.info-tsn {
  background-image: url("/wp-content/themes/emover24/assets/images/info-tsn.jpg");
}

.info-hsn {
  background-image: url("/wp-content/themes/emover24/assets/images/info-tsn.jpg");
}

.page-id-2264 .ve2 {
  background-size: contain;
  width: 135px;
  margin-left: -75px;
  background-image: url(/wp-content/uploads/2020/06/ladestation.png) !important;
}

.form-one-half,
.form-one-third {
  position: relative;
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}

.form-one-half {
  width: 48%;
}

.form-one-third {
  width: 30.66%;
}

.form-last {
  margin-right: 0 !important;
  clear: right;
}

@media (min-width: 0px) and (max-width: 767px) {
  #wpcf7-f2541-p2542-o2 .wpcf7-submit {
    width: 100%;
    font-size: 24px;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #afca0b;
    border-bottom: 5px solid #879d0d;
    transition: all 1.5s ease;
    cursor: pointer;
    padding: 15px;
    float: none;
  }
  .form-one-half,
  .form-one-third {
    width: 100%;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  #wpcf7-f2541-p2542-o2 .wpcf7-submit {
    width: 100%;
    font-size: 24px;
    border: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #afca0b;
    border-bottom: 5px solid #879d0d;
    transition: all 1.5s ease;
    cursor: pointer;
    padding: 15px;
    float: right;
    max-width: 280px;
  }
}
.hero {
  display: flex;
  align-items: center;
  padding: 4rem;
  min-height: 60vh;
  background-size: cover;
  background-position: top;
}

.hero .content {
  width: 50%;
}

.hero h1 {
  font-size: 3rem;
}

.hero p {
  font-size: 2rem;
}

.modell-button {
  display: inline-block;
  margin-top: 2rem;
  border-bottom: 3px solid #879d0d;
  background-color: #afca0b;
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.modell-button:hover {
  transform: translateY(3px);
  border-bottom: 0;
  background-color: #879d0d;
  color: #fff;
}

.intro {
  padding: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}

.features {
  padding: 2rem;
  background: #001834;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.feature-grid img {
  height: 150px;
  margin-bottom: 2rem;
  width: auto;
}

.features h2 {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 3rem;
}

.features .head {
  color: #afca0b;
  font-weight: bold;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 2rem;
}

.car {
  padding: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
}

.cta-block {
  background: #afca0b;
  padding: 100px;
  text-align: center;
  width: 100%;
}

.cta-block .modell-button {
  background: #001834;
  border-bottom: 3px solid #000;
  font-size: 2rem;
}

@media (max-width: 800px) {
  .hero {
    padding: 2rem;
    display: block;
  }
  .hero .content {
    width: 100%;
  }
  .hero h1 {
    font-size: 2rem;
  }
  .intro {
    display: block;
    padding: 2rem;
  }
  .features h2 {
    font-size: 2rem;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .car {
    display: block;
    padding: 2rem;
  }
  .cta-block {
    padding: 2rem;
  }
}
.page-template-template-full-width main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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