/* -- 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
----------------------------------------------------------------------------- */

@-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; } */

.se-section h1,
.se-section h2,
.se-section h3 { margin-top: 0px !Important; }

/* -----------------------------------------------------------------------------
  NAVIGATION
----------------------------------------------------------------------------- */

.navbar { background: none;  margin-bottom:0;  padding: 0px 15px 0px 15px;  border-radius:0; }
.navbar .nav { padding-top: 26px; padding-right: 20px; }
.navbar ul li a { color: #efefef; }
.navbar ul > li.active > a { color: #fff; background: #777; }
.navbar ul > li > a:hover {      color: #222;  background: #efefef; }
.navbar ul > li.open > a:focus { color: #222;  background: #efefef; }
.navbar .nav .open > a { color: #222;  background: #f9f9f9; }
.navbar ul.dropdown-menu { padding: 4px; background: #666; color: #efefef; border: 1px solid #111;}

.navbar .navbar-toggle { background: #efefef;  color:#fff;  margin-top:17px; }
.navbar .navbar-toggle .icon-bar { background:#222; }



ul.cart-nav li a  { padding: 6px; }
ul.cart-nav li a i { color: #efefef; font-size: 18px; }

/* -- Social ---------------------------------------------------------------- */

.social {}
.social li a i { color: #efefef }
.social li a:hover i { color: #efefef }

/* -- Überschriften --------------------------------------------------------- */



/* -- Links ----------------------------------------------------------------- */

a { color: #e68c8a;  }
a:hover { color: #ee3939; text-decoration: none; }

hr { border-color: #111; }

/* -----------------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #efefef;
  background: #454545;

  
}

header { padding-bottom: 10px; background: #454545; }

.logo a.logo-txt { font-family:"open sans"; display: block; font-size: 34px; color: #efefef; width: 100%; margin-left: 0px; padding-top: 20px; padding-bottom: 0px; line-height: 30px;}
.logo a.logo-img img { width: 100%; }
.logo .logo-zusatz { padding: 0; margin: 0; font-size: 22px;}

#wrapper {
	background: none;
  padding-bottom: 20px !Important;
  min-height: 600px;
}

footer {
  background: #454545;
  color: #efefef;
  font-size: 14px;
  width: 100%;
  height: 180px;
}
footer .container {
  background: #454545;
  padding-top: 10px;
}
footer h4 {
  color: #efefef;
  border-bottom: 1px dotted #111;
  padding-bottom: 3px;
}
footer .copyright { padding: 0px; }
footer .copyright,
footer .copyright a,
footer a,
footer a:link,
footer a:active,
footer a:visited
{
  color: #666;
  font-size: inherit;
}

.rechtliches p { margin: 0 8px 0 0; display: inline; }
.rechtliches p a:hover { color: #ddd; }

/* -----------------------------------------------------------------------------
  MEDIA-QUERIES
----------------------------------------------------------------------------- */

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}



