body {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
}


/* ======================
    Fonts, colors & icons
   ====================== */


@font-face {
    font-family:'wuerthbold';
    src:url("../fonts/wuerthbold_webfont.eot");
    src:url("../fonts/wuerthbold_webfont.eot#iefix") format("embedded-opentype"),
    url("../fonts/wuerthbold_webfont1.svg") format("svg"),
    url("../fonts/wuerthbold_webfont3.woff2") format("woff2"),
    url("../fonts/wuerthbold_webfont3.woff") format("woff"),
    url("../fonts/wuerthbold_webfont2.ttf") format("truetype");
    font-weight:normal;
    font-style:normal
}

h2 {
    font-family:'wuerthbold';
    color: #c00;
    text-transform: uppercase;
    font-size: 25px;
    padding: 0 0 10px 0;
    margin: 0;
}

p {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    padding: 0 0 10px 0;
    margin: 0;
}

.color-grey {
    background: #878787;
}

  .color-brown {
    background: #6d3b2d;
}

.color-lblue {
    background: #0075be;
}

.color-dblue {
    background: #04baee;
}

.color-orange {
    background: #e30613;
}

.color-red{
    background: #f39200;
}

@font-face {
    font-family:'WuerthFont';
    src:url("../fonts/Wuerthicons.eot");
    src:url("../fonts/Wuerthicons.eot#iefix") format("embedded-opentype"),
    url("../fonts/Wuerthicons.svg#Wuerthicons") format("svg"),
    url("../fonts/Wuerthicons.woff2") format("woff2"),
    url("../fonts/Wuerthicons.woff") format("woff"),
    url("../fonts/Wuerthicons.ttf") format("truetype");
    font-weight:normal;
    font-style:normal
}

@font-face {
    font-family:'Wuerthicons';
    src:url("../fonts/Wuerthicons.eot");
    src:url("../fonts/Wuerthicons.eot#iefix") format("embedded-opentype"),
    url("../fonts/Wuerthicons.svg#Wuerthicons") format("svg"),
    url("../fonts/Wuerthicons.woff2") format("woff2"),
    url("../fonts/Wuerthicons.woff") format("woff"),
    url("../fonts/Wuerthicons.ttf") format("truetype");
    font-weight:normal;
    font-style:normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'Wuerthicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 5px 0 0;
}

.icon-interface-heart:before {
    content:"\eaf2"
}

.icon-interface-circle-plus:before {
    content:"\eb0a"
}

/* ==================
    Overlay
   ================== */
#overlay {
    background: #000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
}

/* ==================
    Subscribe
   ================== */
#subscribe-popup {
    position: absolute;
    background: #ececec;
 }

@media screen and (min-width: 768px) {
    #subscribe-popup {
        width: 500px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 5%;
    }
}

@media screen and (max-width: 767px) {
    #subscribe-popup {
        width: 84%;
        top: 70px;/**/
        left: 3%;
        padding: 5%;

    }
}

#subscribe-popup .mr-2 {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: rotate(45deg);
    transition:  0.15s ease-out;
    cursor: pointer;
}

#subscribe-popup .mr-2:hover {
    color: #c00;
    transform: rotate(-45deg);
}

/* ==================
    Form
   ================== */

.container {
    margin: 10px 0;
}

input[type=text] {
    margin: 0 0 5px 0;
    padding: 0 3%;
    width: 94%;
    height: 30px;
    border: 0;
    font-size: 15px;
}

input[type=submit] {
    background-color: #0093dd;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    height: 30px;
    border: 0;
    font-size: 15px;
    transition:  0.15s ease-out;
}

input[type=submit]:hover {
    background-color: #04baee;
}

label {
    margin: 10px 0 0 0;
    display: block;
    float: left;
}

@media screen and (min-width: 768px) {
    label {
        margin: 10px 0 0 0;
        display: block;
        float: left;
    }

    input[type=submit] {
        width: 200px;
        float: right;
    }

}

@media screen and (max-width: 767px) {
    label {
        width: 100%;
    }
    input[type=submit] {
        margin: 10px 0 0 0;
        width: 100%;
    }
}

/* ==================
    Footer Nav
   ================== */



nav#footer-nav a {
    color: #ffffff;
    text-decoration: none;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    nav#footer-nav {
        z-index: 40;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    nav ul {
        display: flex;
        margin: 0 auto;
    }

    nav ul li {
        height: 25px;
        line-height: 25px;
        font-size: 10px;
        text-decoration: none;
        color: white;
        flex-grow: 6;
        text-align: center;
    }

    #footer-nav input {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    nav#footer-nav {
        z-index: 40;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    nav ul li {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
    }

    nav ul {
        padding: 0;
        margin: 0;
        z-index: 40;
        width: 100%;
        position: fixed;
        bottom: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #footer-nav {
       -webkit-user-select: none;
       user-select: none;
    }

    #menu {
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(-150%, 0);
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }

    #menuToggle {
        margin: 3% 0 0 3%;
    }


    #footer-nav input {
      display: block;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0;
      z-index: 2;
      -webkit-touch-callout: none;
    }

    #menuToggle span
    {
      display: block;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: #c00;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }

    #menuToggle input:checked ~ span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-2px, -1px);
      background: #232323;
    }

    #menuToggle input:checked ~ span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle input:checked ~ span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }

    #menuToggle input:checked ~ ul
    {
      transform: none;
    }

}

nav li a .mr-2 {
    transition:  0.15s ease-out;
}

nav li:hover a .mr-2  {
    color: red;
    font-weight: bold;
}

 /* ==================
    Count Down
   ================== */

#count-down {
    text-align: center;
    font-size: 100px;
}

.counter-wrapper {
    position: absolute;
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
}

.counter .countDown__interval_basic_cont_description {
    font-family:'wuerthbold' !important;
}

.counter-wrapper p {
    text-align: center;
    font-size: 20px;
}

.counter {
    padding: 30px 0 40px;
}

.countDown__cont {
    font-family: 'wuerthbold';
    display: flex;
    color: #333;
}

.countDown__interval_basic_cont_description{
    display:flex;
    margin-left:.3em;
    margin-top:.6em;
    font-family:'wuerthbold';
    color: #c00;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .countDown__cont {
        font-size: 13px;
    }
    .countDown__interval_basic_cont_description{
        font-size: 15px;
    }

    .counter-wrapper {
        top: 200px;
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 767px) {
    .countDown__cont {
        font-size: 10px;
    }
    .countDown__interval_basic_cont_description{
        font-size: 14px;
    }
    .counter-wrapper {
        top: 150px;
    }
}

@media screen and (max-width: 580px) {
    .countDown__cont {
        font-size: 8px;
    }
    .countDown__interval_basic_cont_description{
        font-size: 12px;
    }
}
