/* AWRON Theme-Variablen aus awron.de (Flatsome Child) */

:root {
  --primary-color: #494949;
  --fs-color-primary: #494949;
  --fs-color-secondary: #ff7f2a;
  --fs-color-base: #4a4a4a;
  --fs-experimental-link-color: #000000;
  --fs-experimental-link-color-hover: #494949;
}

.container-width,
.full-width .ubermenu-nav,
.container,
.row {
  max-width: 1370px;
}

.row.row-large {
  max-width: 1400px;
}

.header-main {
  height: 100px;
}

#logo img {
  max-height: 100px;
}

#logo {
  width: 265px;
}

.header-top {
  min-height: 30px;
}

.header-bg-color {
  background-color: rgba(255, 255, 255, 0.9);
}

.header-top {
  background-color: #000000 !important;
}

.header:not(.transparent) .header-nav-main.nav > li > a {
  color: #0a0a0a;
}

.header-main .social-icons,
.header-main .cart-icon strong,
.header-main .menu-title,
.header-main .nav > li > a > i:not(.icon-angle-down) {
  color: #5e5e5e !important;
}

.header-main .nav > li > a {
  line-height: 16px;
}

.stuck .header-main {
  height: 70px !important;
}

.stuck #logo img {
  max-height: 70px !important;
}

.stuck .header-main .nav > li > a {
  line-height: 50px;
}

@media (max-width: 549px) {
  .header-main {
    height: 70px;
  }

  #logo img {
    max-height: 70px;
  }
}

body {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-size: 100%;
}

.nav > li > a {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6, .heading-font {
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.footer-2 {
  background-color: #2b2b2b;
}

.absolute-footer,
html {
  background-color: #000000;
}

/* Icon-Font sicherstellen */
i[class^="icon-"],
i[class*=" icon-"] {
  font-family: "fl-icons" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  speak: never;
  display: inline-block;
  line-height: 1;
}

.header-top.nav-dark .header-contact a,
.header-top.nav-dark .social-icons a {
  color: rgba(255, 255, 255, 0.85);
}

.header-top.nav-dark .header-contact a:hover,
.header-top.nav-dark .social-icons a:hover {
  color: #fff;
}

.header-top .header-contact i[class^="icon-"] {
  font-size: 16px;
  vertical-align: middle;
}

.header-top .social-icons .icon.plain {
  color: rgba(255, 255, 255, 0.85) !important;
}

.header-top .social-icons .icon.plain:hover {
  color: #fff !important;
}

.header-main .icon-search {
  font-size: 18px;
}

.footer-2 .social-icons .icon.button.circle.is-outline {
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff !important;
}

.footer-2 .social-icons .icon.button.circle.is-outline:hover {
  background-color: #ff7f2a;
  border-color: #ff7f2a;
  color: #fff !important;
}
