/* -- 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; }
}

div.help-block ul li { color: yellow !Important; }

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; } */
.se-row { margin-right: -15px; margin-left: -15px; }

#page {
  background: #3c3d3e;
  margin-top: 10px;
  height: 100%;
  position:relative; /* braucht es für die Footer Position*/
  height:auto !important; /* normale Browser */
  height:100%; /* IE6: setzt dies wie min-height um*/
  min-height:100%; /* normale Browser */
  box-shadow: 3px 3px 8px 2px #333;
  -moz-box-shadow: 3px 3px 8px 2px #333;
  -webkit-box-shadow: 3px 3px 8px 2px #333;
  padding: 0;
}

div#swipebox-bottom-bar {
    bottom: 0 !important;
    transform: none !important;
}

/* -----------------------------------------------------------------------------
  NAVIGATION
----------------------------------------------------------------------------- */

.navbar { background: #2f2f2f;  margin-bottom:0;  padding: 0px 0 0px 0;  border-radius:0; }
.navbar .nav { padding-top: 20px; }
.navbar ul li a { color: #ddd; }
.navbar ul > li.active > a {     color: #333;  background: #dddddd; }
.navbar ul > li > a:hover {      color: #333;  background: #dddddd; }
.navbar ul > li.open > a:focus { color: #333;  background: #dddddd; }
.navbar .nav .open > a { color: #333;  background: #f1f1f1; }
.navbar ul.dropdown-menu { padding: 4px; background:#714f4d; color: #ddd; border: 1px solid #555;}

.navbar .navbar-toggle { background: #dddddd;  color:#fff;  margin-top:17px; }
.navbar .navbar-toggle .icon-bar { background:#333; }


ul.cart-nav li a  { padding: 6px; }
ul.cart-nav li a i { color: #ddd; font-size: 18px; }

/* -- Social ---------------------------------------------------------------- */

.social {}
.social li a i { color: #ddd }
.social li a:hover i { color: #dddddd }

/* -- Überschriften --------------------------------------------------------- */

h1 { color: #ddd; font-size: 30px; margin-top: 0;}
h2 { color: #333333; font-size: 26px; }
h3 { color: #ddd; font-size: 22px; }
h4 { color: #ddd; font-size: 18px;}
h5 { color: #ddd; }

.se-section h1,
.se-section h2,
.se-section h3,
.se-section h4,
.se-section h5 { margin-top: 0; }

.se-section ul { padding-left: 20px; }

/* -- Links ----------------------------------------------------------------- */

a { color: #dddddd; }
a:hover { color: #ddd; }

hr { border-color: #555; }

/* -----------------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #ddd;
  background-color: #4b4b4b;
  
  background: ;
  /*--------*/
  
  /*--------*/
  height: 100%;
}

/*header { border-bottom: 1px solid #555; padding-bottom: 0px; background: #333; }*/
header {
  padding-bottom: 0px;
  background: /*Designer Brick Fehler :[Bereich koxpf nicht unterstützt]*/;
  border-bottom: 1px solid #9f8712;
}

.logo a.logo-txt { font-family:"open sans"; display: block; font-size: 28px; color: #dddddd; width: 100%; margin-left: 0px; padding-top: 20px; padding-bottom: 20px;  }
.logo a.logo-img img { width: 100%; }

#wrapper {
	background-color: none;
  padding-bottom: 40px !Important;
  height: 100%;
}

footer {
  background: #2f2f2f;
  background: ;
  color: #ddd;
  font-size: 14px;
  width: 100%;
  height: auto;
}
footer .container {
  background: #2f2f2f;
  padding-top: 10px;
}
footer h4 {
  color: #ddd;
  border-bottom: 1px dotted #555;
  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: #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;
    }
}



