/* -- FONTS ----------------------------------------------------------------- */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../../lib/fonts/open-sans/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* -----------------------------------------------------------------------------
  Hacks
----------------------------------------------------------------------------- */

/* Firefox hält einige seltsame Stile für Fieldsets parat, bei denen width die
   responsive Tabelle stört. Dies kann ohne einen Firefox-spezifischen Hack,
   den wir nicht in Bootstrap zur Verfügung stellen, nicht umgangen werden:   */
@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

a.btn {
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.responsive-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.responsive-video { position: relative; padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/ padding-top: 0px; height: 0; overflow: hidden; }

.img-hresponsive { display: block; height: 100%; width: auto; }
.container div.se-cont.container { width: 100% !Important; }
/* .se-section { margin-top: 20px; margin-bottom: 20px; } */

/* -- HEADER ---------------------------------------------------------------- */
header {
  border-bottom: 1px solid #ddd;
  padding: 0;
  padding-bottom: 0px;
  padding-top: 20px;
  background-color: #efefef;
}

.head-social { text-align: right; }
.head-adress { color: #333; text-align: right; font-size: 18px; }
.head-adr { color: #333; font-weight: normal; }


.logo a.logo-txt { font-family:"open sans"; display: block; font-size: 36px; color: #ea0028; width: 100%; margin-left: 0px; padding-top: 20px; padding-bottom: 20px;  }
.logo a.logo-img img { max-width: 100%; }

.harvia-logo img { max-width: 120px; float: right;}

/* -- NAVIGATION ------------------------------------------------------------ */
.navbar { background: #e4e4e4;  margin-bottom:0; margin-top: 5px;  padding: 0;  padding-top: 5px; border-radius:0; }
.navbar .nav { padding-top: 0px; float: none; display:inline-block;}
.navbar-inner { text-align: center; background: transparent; margin: 0 ; padding: 0; margin-right: -15px; margin-left: -15px;}
.navbar ul {  }
.navbar ul li a { color: #333; padding: 8px; background: #ddd; margin-right: 2px; }
.navbar ul > li.active > a { color: #fafafa;  background: #ea0028; }
.navbar ul > li > a:hover { color: #fafafa;  background: #ea0028; }
.navbar ul > li.open > a:focus { color: #fafafa;  background: #ea0028; }
.navbar .nav .open > a { color: #fafafa;  background: #f799a9; }
.navbar ul.dropdown-menu { padding: 4px; background:#fcfcfc; color: #333; border: 1px solid #ddd;}

.navbar-header { width: 80px; float: right; padding: 0; margin: 0; }

.navbar .navbar-toggle { background: #ea0028;  color:#fff;  margin-top: 0px; }
.navbar .navbar-toggle .icon-bar { background:#fafafa; }

ul.cart-nav li a  { padding: 6px; }
ul.cart-nav li a i { color: #333; font-size: 18px; }

// .plogin { background: green !Important; color: #fff !Important; }

@media screen and (max-width: 768px) {
  .navbar .side-collapse { margin-top: 100px; }
  .nav { width: 80%; }
  .navbar ul li a { background: #efefef; padding: 8px 0 !Important; font-size: 18px; margin-bottom: 5px; }
  .header-img-inner { height: 100px; }
  .plogin { margin-top: 20px; }
  .head-adress { text-align: center; margin-top: 10px; }
  .harvia-logo img { max-width: 120px; float: none; margin: 0 auto; margin-top: 10px; }

  .side-collapse-container{
      width:100%;
      position:relative;
      left:0;
      transition:left .4s;
  }
  .side-collapse-container.out{
      left:200px;
  }
  .side-collapse {
      background: rgba(255,255,255,1);
      z-index: 998;
      top: 0px;
      bottom:0;
      left:0;
      width: 100%;
      position:fixed;
      overflow:hidden;
      transition:width .4s;
  }
  .side-collapse.in {
      width:0;
  }
}

/* -----------------------------------------------------------------------------
  NAVIGATION
----------------------------------------------------------------------------- */

ul.cart-nav li a  { padding: 6px; }
ul.cart-nav li a i { color: #333; font-size: 18px; }

/* -- Social ---------------------------------------------------------------- */

.social {}
.social li a i { color: #333 }
.social li a:hover i { color: #ea0028 }

/* -- Überschriften --------------------------------------------------------- */

h1 { color: #333; }
h2 { color: #333; }
h3 { color: #333; }
h4 { color: #333; }
h5 { color: #333; }

/* -- Links ----------------------------------------------------------------- */

a { color: #ea0028; }
a:hover { color: #333; }

hr { border-color: #ddd; }

/* -----------------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #333;
  background: #fff;

  
}

#wrapper {
	background-color: none;
  padding-bottom: 20px !Important;
}

/* -- FOOTER ---------------------------------------------------------------- */
/* -- RECHTLICHES ----------------------------------------------------------- */
.rechtliches p { margin: 0 0 3px; }

/* -- FOOTER ---------------------------------------------------------------- */

footer {
  background: #fafafa;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: auto;
}
footer .container {
  background: #fafafa;
  padding-top: 10px;
}
footer h4 {
  color: #333;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 3px;
}
footer .copyright { padding: 10px 0 2px 0; border-top: 1px solid #fff; margin-top: 10px; }
footer .copyright,
footer .copyright a,
footer a,
footer a:link,
footer a:active,
footer a:visited
{
  color: #666;
  font-size: inherit;
}
footer .kontakt span { float:left; width: 55px; }



/* -----------------------------------------------------------------------------
  MEDIA-QUERIES
----------------------------------------------------------------------------- */

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}



