/*
Theme Name: Max Herz
Description: Max Herz
Author: wiegandt media UG
URI: http://www.wiegandt-media.de/
Version: 1.0
Tags: wiegandt media UG
*/

#wpadminbar {display: none;}

/* ==========================================================================
   Basics
   ========================================================================== */
   /* archivo-black-regular - latin */
   @font-face {
     font-family: 'Archivo Black';
     font-style: normal;
     font-weight: 400;
     src: url('../max-herz/fonts/archivo-black-v17-latin-regular.eot'); /* IE9 Compat Modes */
     src: local(''),
          url('../max-herz/fonts/archivo-black-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../max-herz/fonts/archivo-black-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
          url('../max-herz/fonts/archivo-black-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
          url('../max-herz/fonts/archivo-black-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../max-herz/fonts/archivo-black-v17-latin-regular.svg#ArchivoBlack') format('svg'); /* Legacy iOS */
   }

   /* open-sans-regular - latin */
   @font-face {
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 400;
     src: url('../max-herz/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
     src: local(''),
          url('../max-herz/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../max-herz/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
          url('../max-herz/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
          url('../max-herz/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../max-herz/fonts/open-sans-v34-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('../max-herz/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
     src: local(''),
          url('../max-herz/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('../max-herz/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
          url('../max-herz/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
          url('../max-herz/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
          url('../max-herz/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
   }

@font-face {
    font-family: 'Jaapokki Regular';
    src: url('/wp-content/themes/max-herz/fonts/jaapokki-regular.woff') format('woff'),
    url('/wp-content/themes/max-herz/fonts/jaapokki-regular.eot') format('eot'),
    url('/wp-content/themes/max-herz/fonts/jaapokki-regular.ttf') format('ttf'),
    url('/wp-content/themes/max-herz/fonts/jaapokki-regular.svg') format('svg');
}

body {height:100%;width:100%;margin: 0;padding: 0;font-weight: 400;background-color:#1a1e29;font-family: 'Open Sans', sans-serif;font-size:16px;color: #2d2d2d;overflow-x: hidden;}
html {height: 100%; width: 100%; margin: 0; padding:0;}
p {line-height: 1.4em;}
a {transition: all 0.2s;color:#2e2e2e;cursor: pointer;}
a:hover,a:focus {transition: all 0.2s;color:#ea0605;text-decoration: none;}
:focus {outline: none !important}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align:right;}
::selection{background:#E5E5E5}
::-moz-selection{background:#E5E5E5}
img.responsive {width: 100%;height: auto;}
.clear {clear: left;}

h1 {font-size: 36px;font-weight: 600;margin-bottom: 5px;color: #191919;margin-top: 3px;}
h2 {font-size: 22px;font-weight: 300;margin-bottom: 9px;line-height: 1.5em;}
h3 {font-size: 20px;color: #ffffff;display: inline-block;text-transform: uppercase;font-weight: 900;}
h4 {font-size: 19px;line-height: 1.6em;color: #191919;margin-bottom: 0;margin-top: 20px;}
h5 {font-size: 14px;font-weight: 500;line-height: 1.5em;margin: 0 0 20px;}
h6 {font-size: 12px;font-weight: 500; line-height: 1.5em;}



/* ==========================================================================
   Menu
   ========================================================================== */

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

ul#menu-footer {
    display: inline-block;
}

ul#menu-footer li {
    display: inline-block;
}

header ul {
    padding-left: 0;
    display: inline-block;
}

nav.headerNavbar li {
    display: inline-block;
}

button.hamburger {
    display: none;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 50px;
}

body.nvopen {
    /* overflow: hidden; */
}

.mobileNavbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 30, 41, 0.95);
    transform: translateY(-100%);
    -webkit-transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
    transition: all .75s ease-in-out;
    text-align: center;
    z-index: 99;
    opacity: 0;
}

.mobileNavbar.nvopen {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.mobileNavbar ul.menu li {
    font-size: 35px;
}

.mobileNavbar ul.menu li a {
    color: #ffffff;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.animatedFast {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.fade-in {
    opacity:0;
}
.animatedFast.fade-in {
    opacity:0;
}
.fadein {
    -webkit-animation-name: fadein;
    animation-name: fadein;
}
.fadeinUp {
    -webkit-animation-name: fadeinUp;
    animation-name: fadeinUp;
}
.fadeinFast {
    -webkit-animation-name: fadein;
    animation-name: fadein;
}

@-webkit-keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}

@keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}
@-webkit-keyframes fadeinUp {
    0% {-webkit-transform: translateY(25px); opacity:0;}
    100% {-webkit-transform: translateY(0px); opacity:1;}
}

@keyframes fadeinUp {
    0% {-webkit-transform: translateY(25px); opacity:0;}
    100% {-webkit-transform: translateY(0px); opacity:1;}
}
@-webkit-keyframes fadeinFast {
    0% {-webkit-transform: translateY(500px); opacity:0;}
    100% {-webkit-transform: translateY(0px); opacity:1;}
}

@keyframes fadeinFast {
    0% {-webkit-transform: translateY(500px); opacity:0;}
    100% {-webkit-transform: translateY(0px); opacity:1;}
}

@-webkit-keyframes ca3_fade_move_up {
    0%   { transform:translate(0,5px); }
    50% { transform:translate(0,-5px); }
    100% { transform:translate(0,5px); }
}
@-moz-keyframes ca3_fade_move_up {
    0%   { transform:translate(0,5px); }
    50% { transform:translate(0,-5px); }
    100% { transform:translate(0,5px); }
}
@keyframes ca3_fade_move_up {
    0%   { transform:translate(0,5px); }
    50% { transform:translate(0,-5px); }
    100% { transform:translate(0,5px); }
}

@-webkit-keyframes ca3_fade_move_down {
    0%   { -webkit-transform:translate(0,-10px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translate(0,10px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
    0%   { -moz-transform:translate(0,-10px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translate(0,10px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
    0%   { transform:translate(0,-10px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { transform:translate(0,10px); opacity: 0; }
}

/*
Theme Name: Max Herz
Description: Max Herz
Author: wiegandt media UG
URI: http://www.wiegandt-media.de/
Version: 1.0
Tags: wiegandt media UG
*/

#wpadminbar {display: none;}

/* ==========================================================================
   Basics
   ========================================================================== */

@font-face {
    font-family: 'Jaapokki Regular';
    src: url('/wp-content/themes/max-herz/fonts/jaapokki-regular.woff') format('woff'),
    url('/wp-content/themes/max-herz/fonts/jaapokki-regular.eot') format('eot'),
    url('/wp-content/themes/max-herz/fonts/jaapokki-regular.ttf') format('ttf'),
    url('/wp-content/themes/max-herz/fonts/jaapokki-regular.svg') format('svg');
}

body {height:100%;width:100%;margin: 0;padding: 0;font-weight: 400;background-color: #1c222d;font-family: 'Open Sans', sans-serif;font-size:16px;color: #ffffff;overflow-x: hidden;}
html {height: 100%; width: 100%; margin: 0; padding:0;}
p {line-height: 1.4em;}
a {transition: all 0.2s;color: #ea0605;cursor: pointer;}
a:hover,a:focus {transition: all 0.2s;color:#ea0605;text-decoration: none;}
:focus {outline: none !important}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align:right;}
::selection{background:#E5E5E5}
::-moz-selection{background:#E5E5E5}
img.responsive {width: 100%;height: auto;}
.clear {clear: left;}

h1 {font-size: 36px;font-weight: 600;margin-bottom: 35px;color: #ea0605;margin-top: 3px;font-family: 'Jaapokki Regular', sans-serif;}
h2 {font-size: 30px;font-weight: 300;margin-bottom: 9px;line-height: 1.5em;font-family: 'Jaapokki Regular', sans-serif;color: #ffffff;}
h3 {font-size: 20px;color: #ffffff;display: inline-block;text-transform: uppercase;font-weight: 900;}
h4 {font-size: 26px;line-height: 1.3em;color: #ea0605;margin-bottom: 0;margin-top: 20px;font-family: 'Jaapokki Regular', sans-serif;}
h5 {font-size: 17px;font-weight: 500;line-height: 1.5em;margin: 0 0 20px;}
h6 {font-size: 12px;font-weight: 500; line-height: 1.5em;}



/* ==========================================================================
   Menu
   ========================================================================== */

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

ul#menu-footer {
    display: inline-block;
}

ul#menu-footer li {
    display: inline-block;
}

header ul {
    padding-left: 0;
    display: inline-block;
}

nav.headerNavbar li {
    display: inline-block;
}

button.hamburger {
    display: none;
    z-index: 9999;
    position: absolute;
    right: 0;
    top: 0;
}

body.nvopen {
    /* overflow: hidden; */
}

.mobileNavbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(26, 30, 41, 0.95);
    transform: translateY(-100%);
    -webkit-transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
    transition: all .75s ease-in-out;
    text-align: center;
    z-index: 99;
    opacity: 0;
}

.mobileNavbar.nvopen {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.mobileNavbar ul.menu li {
    font-size: 35px;
}

.mobileNavbar ul.menu li a {
    color: #ffffff;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay:1.2s;
    -webkit-animation-delay:1.2s;
}
.animatedFast {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.fade-in {
    opacity:0;
}
.animatedFast.fade-in {
    opacity:0;
}
.fadein {
    -webkit-animation-name: fadein;
    animation-name: fadein;
}
.fadeinUp {
    -webkit-animation-name: fadeinUp;
    animation-name: fadeinUp;
}
.fadeinFast {
    -webkit-animation-name: fadein;
    animation-name: fadein;
}

@-webkit-keyframes fadein {
    0% {opacity:0;}
    100% {opacity:1;}
}

section.main {
    padding: 90px 0 95px;
}

h5.sectionTitle {
    text-align: center;
    z-index: 5;
    position: relative;
}

section#contact {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.contact-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(25, 30, 41,.5);
}

section#footer {
    background-color: #12161f;
    padding: 50px 0 60px;
    color: #afafaf;
    font-size: 14px;
}

section#referenzen, section#socialhub, section#contact, section#welcome, section#leistungen {
    padding: 65px 0;
}

header {
    background-color: rgba(26, 30, 41, .9);
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 55px;
}

section#news-teaser {
    background-color: #12161f;
    padding: 65px 0;
}

section#slider {
    height: 85vh;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
    background-color: #212121;
}

.home-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #101010;
}

.home-gradient {
    position: absolute;
    height: 400px;
    opacity: .8;
    left:0;
    right:0;
    bottom:0;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}

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

.mobileNavbar ul {
    padding-left: 0;
    width: 100%;
    margin-top: 110px;
}

.mobileNavbar .menu ul li {
    margin: 10px 0;
}

.mobileNavbar .menu ul {
    top: 50%;
    position: absolute;
    transform: translateY(-50%)
}

.mobileNavbar .menu ul li a {
    color: #ffffff;
    font-size: 35px;
    font-family: 'Jaapokki Regular', sans-serif;
}

.mobileNavbar .menu ul li.current_page_item a {
    color: #fb544d;
}

.home-content {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    font-family: 'Jaapokki Regular', sans-serif;
    text-shadow: 3px 5px 20px #00000054;
    z-index: 4;
}

.home-content span {
    display: block;
}

.home-overlay {
    position: absolute;
    top:0;
    opacity: .5;
    left:0;
    right:0;
    bottom:0;
    background-image: linear-gradient(106deg,rgb(0, 0, 0) 0%,rgba(25, 167, 255, 0.16) 50%,rgb(23, 23, 23) 98%);
}

span.title-1 {
    font-size: 60px;
    color: #fff;
    line-height: .9;
    margin-bottom: 32px;
}

span.title-2 {
    font-size: 150px;
    color: #ffffff;
    line-height: .95;
    text-transform: uppercase;
}

ul#menu-rechtliches {
    float: right;
}

ul#menu-rechtliches li {
    display: inline;
    margin-left: 15px;
}

ul#menu-rechtliches li a {
    color: #afafaf
}

section#footer a:hover {
    color: #ea0605
}

ul.socialIcons {
    padding-left: 0;
    list-style: none;
    float: right;
    margin-top: 11px;
    margin-bottom: 0;
}

ul.socialIcons li {
    background-image: url(/wp-content/themes/max-herz/img/fb.svg);
    display: inline-block;
    margin-right: 5px;
    background-size: 32px;
    background-repeat: no-repeat;
}

ul.socialIcons a, span.down a {
    display: block;
    width: 32px;
    height: 32px;
}

.mobileNavbar ul li a {
    color: #ffffff;
    font-size: 22px;
    display: block;
    margin-bottom: 19px;
}

ul.socialIcons li.fb {
    background-image: url(/wp-content/themes/max-herz/img/fb.svg);
}

ul.socialIcons li.fb:hover {
    background-image: url(/wp-content/themes/max-herz/img/fb-red.svg);
}

ul.socialIcons li.xi {
    background-image: url(/wp-content/themes/max-herz/img/xing.svg);
}

ul.socialIcons li.xi:hover {
    background-image: url(/wp-content/themes/max-herz/img/xing-red.svg);
}

ul.socialIcons li.ins {
    background-image: url(/wp-content/themes/max-herz/img/insta.svg);
}

ul.socialIcons li.ins:hover {
    background-image: url(/wp-content/themes/max-herz/img/insta-red.svg);
}

ul.socialIcons li.yt {
    background-image: url(/wp-content/themes/max-herz/img/yt.svg);
}

ul.socialIcons li.yt:hover {
    background-color: #fa0202;
    border-radius: 100px;
    border-2px border: solid;
}

ul.socialIcons li.lin {
    background-image: url(/wp-content/themes/max-herz/img/lin.svg);
}

ul.socialIcons li.lin:hover {
    background-image: url(/wp-content/themes/max-herz/img/lin-red.svg);
}

span.down {
    position: absolute;
    right: 15px;
    bottom: 30px;
    background-image: url(/wp-content/themes/max-herz/img/down.svg);
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation:    ca3_fade_move_down 2s ease-in-out infinite;
    animation:         ca3_fade_move_down 2s ease-in-out infinite;
}

.header-menu {
    text-align: center;
}

.header-menu ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 13px;
}

.header-menu ul li {
    display: inline-block;
    margin: 0 25px;
}

.add-policy ul#menu-rechtliches {
    margin-top: 10px;
    font-size: 13px;
    padding-left: 0;
}

ul.add-policy {
    margin-top: 17px;
}

.add-policy ul#menu-rechtliches li a {
    font-size: 21px;
}

.add-policy ul#menu-rechtliches li {
    margin: 0 6px;
    display: block;
    font-size: 20px;
}

ul.menu-head li a, ul.menu-head-start li a {
    color: #ffffff;
    font-family: 'Jaapokki Regular', sans-serif;
    font-size: 20px;
}

span.down:hover {
    background-image: url(/wp-content/themes/max-herz/img/down-red.svg);
}

.checkbox-container.label-right label {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 1rem !important;
}

.checkbox-container.label-right label a{
    color: #ffffff !important;
}

.logoBox {
    margin-top: 6px;
    opacity: 1;
}

.logoBox a {
    background-image: url(/wp-content/themes/max-herz/img/herzmotor-logo.png);
    width: 230px;
    height: 40px;
    display: block;
    background-size: 230px;
    background-repeat: no-repeat;
    background-position: center;
}

.logoBox.visible {
    opacity: 1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #fff;
}

.partnerLogo {
    min-height: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.partnerSlide a {
    display: block;
}

span.sbi_btn_text {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

a.sbi_load_btn, input.btn {
    background: #ea0605;
    box-shadow: none !important;
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

a.sbi_load_btn:hover, input.btn:hover {
    background: #ea0605 !important;
    opacity: 1;
    color: #ffffff;
}

h2.sectionTitle, h4.sectionTitle {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}

.tab-content {
    padding: 25px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
}

.nav-pills .nav-link.active a, .nav-pills .show>.nav-link a {
    color: #ffffff;
}

a.nav-link {
    color: #ffffff;
}

.nav-pills .nav-link, .nav-pills >.nav-link {
    border-right: 1px solid #262b33;
    border-bottom: 1px solid #262b33;
    border-radius: 0;
    padding: 16px 20px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #3d4552;
}

div#sbi_load {
    margin-top: 20px;
}

.partnerSlider {
    margin: 0 0 10px;
}

section.light h2 {
    color: #1a1e28;
}

input[type="text"],input[type="email"],input[type="tel"], textarea {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 10px;
    border: 1px solid #e4ebee;
    color: #1a1e28;
}

h4.sectionTitle {
    margin-bottom: 40px;
}

span.wpcf7-list-item {
    font-size: 13px;
    margin: 0 !important;
}

input[type=checkbox] {
    margin-right: 5px;
}

.tab-icon img {
    width: 40px;
    height: auto;
    margin-right: 15px;
}

.home-content h1 {
    margin-bottom: 0;
}

.tab-element {
    background-color: #2e3541;
}

.welcome-textbox {
    font-size: 20px;
}

section#leistungen {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.tab-title {
    font-size: 30px;
    font-family: 'Jaapokki Regular', sans-serif;
    padding: 25px 15px;
    background-color: #1c222d;
}

section#footer li {
    display: inline-block;
    margin-left: 15px;
}

section#footer ul#menu-rechtliches-1 {
    text-align: right;
}

.rotate-device {
  display: none;
}

section#slider.subpage {
  height: 535px;
}

section#contentsub {
    padding: 65px 0;
}

.link-box {
    margin-bottom: 35px;
    background-color: #3d4552;
    color: #ffffff;
}

span.mediaMeta {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Jaapokki Regular', sans-serif;
    background-color: #12161f;
    padding: 3px 15px;
}

.link-box-content {
    padding: 10px 15px 20px;
}

.link-image {
    position: relative;
}

.link-box-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(18 22 31 / .75);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s ease;
}

.link-box:hover .link-box-hover {
    opacity: 0;
}

section#referenzen .link-boxes {
    margin-top: 30px;
}

a.btn {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    border: 2px solid #ea0605;
}

a.btn:hover {
    background-color: #ea0605;
}

section#faq {
    padding: 100px 0;
}

.nf-form-fields-required {
    display: none !important;
}

/* ==========================================================================
   Responsive MAX
   ========================================================================== */

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

  button.hamburger {
      display: block;
  }

  ul.socialIcons.iconsMobile {
    display: block !important;
}

  ul.socialIcons {
    display: none;
}

  .header-menu {
    display: none;
  }
}



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

    button.hamburger {
        display: block;
    }

    nav.headerNavbar {
        display: none;
    }

    span.title-1 {
        font-size: 40px;
    }

    span.title-2 {
        font-size: 105px;
        line-height: 1;
    }

    .home-content {
        bottom: 85px;
        text-shadow: none;
    }

}

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

}
