/* -- 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 */
}
/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../../lib/fonts/muli/muli-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Muli Regular'), local('Muli-Regular'),
       url('../../../../../lib/fonts/muli/muli-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../../lib/fonts/muli/muli-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../../lib/fonts/muli/muli-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../../lib/fonts/muli/muli-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../../lib/fonts/muli/muli-v16-latin-regular.svg#Muli') 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;
}

.img-hresponsive { display: block; height: 100%; width: auto; }
/* .se-section { margin-top: 20px; margin-bottom: 20px; } */

.se-section h1,
.se-section h2,
.se-section h3 { margin-top: 0; }

.se-section * { font-family:"Muli" !Important;  }

.container.se-cont { width: 100% !Important; }

/* -----------------------------------------------------------------------------
  NAVIGATION
----------------------------------------------------------------------------- */

.navbar { background: none;  margin-bottom:10px;  padding: 0px 0 0px 0;  border-radius:0; }
.navbar .nav { padding-top: 0px; }
.navbar ul li a { color: #333; }
.navbar ul > li.active > a {     color: #fafafa;  background: #98161f; }
.navbar ul > li > a:hover {      color: #fafafa;  background: #98161f; }
.navbar ul > li.open > a:focus { color: #fafafa;  background: #98161f; }
.navbar .nav .open > a { color: #fafafa;  background: #d6a2a5; }
.navbar ul.dropdown-menu { padding: 4px; background:#fcfcfc; color: #333; border: 1px solid #ddd;}

.navbar .navbar-toggle { background: #98161f;  color:#fff;  margin-top:17px; }
.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; }

.rechtliches { text-align: center; }
.rechtliches a { font-size: 12px; margin-right: 10px; }

/* -- Social ---------------------------------------------------------------- */

.social { text-align: center; padding-bottom: 10px; }
.social li a i { color: #333;  font: normal normal normal 14px/1 FontAwesome !Important; }
.social li a:hover i { color: #98161f }

/* -- Überschriften --------------------------------------------------------- */

h1 { font-family:"Muli" !Important; color: #004225; }
h2 { font-family:"Muli" !Important; color: #004225; }
h3 { font-family:"Muli" !Important; color: #004225; }
h4 { font-family:"Muli" !Important; color: #333; }
h5 { font-family:"Muli" !Important; color: #333; }

/* -- Links ----------------------------------------------------------------- */

a { color: #98161f; }
a:hover { color: #333; }

hr { border-color: #ddd; }

/* -----------------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family:"Muli";
  font-size: 18px;
  color: #333;
  background: #004225;

  
}

#page { width: 70%; margin: 0 auto; background: #fff; }

header { border-bottom: 2px solid #98161f; padding-bottom: 0px; padding-top: 10px; background: #ddd; margin-top: 10px;}

.logo a.logo-txt { font-family:"Muli"; display: block; float: left; font-size: 38px; color: #98161f; width: 300px; margin-left: 0px; padding-top: 0px; padding-bottom: 10px;  }
.logo a.logo-img img { width: 100%; margin-top: 10px; }

#wrapper {
	background: none;
  padding-bottom: 20px !Important;
}

footer {
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: auto;
}
footer .container {
  background: #98161f;
  padding-top: 10px;
  width: 100%;
  border-top: 2px solid #98161f;
}
footer h4 {
  color: #333;
  border-bottom: 2px dotted #98161f;
  padding-bottom: 3px;
}
footer .copyright { padding: 10px 0 2px 0; }
footer .copyright,
footer .copyright a,
footer a,
footer a:link,
footer a:active,
footer a:visited
{
  color: #ddd;
  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;
    }
}

@media only screen and (max-width : 1280px) {
  #page { width: 90%; }
  .container.se-cont { width: 100% !Important; }
  header .container { width: 100% !Important; }
}

@media only screen and (max-width : 1024px) {
  #page { width: 100%; }
}




