/* -- 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 */
}

/* -- LAYOUT --------------------------------------------------------------- */
html { position: relative; min-height: 100%; margin: 0; padding: 0; }

body {
  font-size: 14px;
	height: 100%;
  color: #333;
  background: #472500;
  background: url('//schaefer-inneneinrichtung.de/userdata/6682/pages/designs/94/hintergrund/bg2.jpg') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}

#page { background: rgba(255,255,255,0.9); width: 1160px; border: 10px solid #e1decd; padding: 0px 0 0; margin: 10px auto; }

#wrapper { background-color: none; padding-bottom: 20px !Important; }

.container div.se-cont.container { width: 100% !Important; }
.container-fluid div.se-cont.container { width: 100% !Important; }
.se-row { margin-right: -15px; margin-left: -15px; }

header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #fff;
}

.head-social { text-align: right; }

.logo a.logo-txt { font-family:"open sans"; display: block; font-size: 36px; color: #b49d73; width: 100%; margin-left: 0px; padding-top: 20px; padding-bottom: 20px;  }
.logo a.logo-img img { max-width: 100%; margin: 0 auto; }

/* -- NAVIGATION ------------------------------------------------------------ */
.navbar { background: none;  margin-bottom:0;  padding: 0px 0 0px 0;  border-radius:0; }
.navbar .nav { padding-top: 0px; float: none; display:inline-block;}
.navbar-inner { text-align: center; background: #e1decd; padding-top: 5px; margin-top: 20px; margin-right: -15px; margin-left: -15px;}
.navbar ul {  }
.navbar ul li a { color: #333; }
.navbar ul > li.active > a { color: #fafafa;  background: #b49d73; }
.navbar ul > li > a:hover { color: #fafafa;  background: #b49d73; }
.navbar ul > li.open > a:focus { color: #fafafa;  background: #b49d73; }
.navbar .nav .open > a { color: #fafafa;  background: #e1d8c7; }
.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: #b49d73;  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; }

/* -- MEDIA-QUERIES --------------------------------------------------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .logo a.logo-img img { width: 180px; margin-top: 30px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .logo a.logo-img img { width: 180px; margin-top: 30px; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .logo a.logo-img img { width: 180px; margin-top: 30px; }
  footer h4 { padding-top: 16px; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .logo a.logo-img img { width: 160px; margin-top: 30px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}



/* -- ÜBERSCHRIFTEN --------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans","Lucida Sans","Lucida Grande","Lucida Sans Unicode",Calibri,sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 12px;
}
h1 { font-size: #34px; letter-spacing: -2px; }
h2 { font-size: 28px; letter-spacing: -1px; }
h3 { font-size: 24px; letter-spacing: -0.5px; }
h4 { font-size: 20px; letter-spacing: -0.25px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

.se-section h1, .se-section h2, .se-section h3, .se-section h4, .se-section h5 { margin-top: 0; }

/* -- SOCIAL ---------------------------------------------------------------- */
.social { }
.social li a i { color: #333 }
.social li a:hover i { color: #b49d73 }

/* -- RECHTLICHES ----------------------------------------------------------- */
.rechtliches p { display: block; float: left; margin: 0; padding: 0; margin-right: 10px; }
.rechtliches p a { margin: 0; padding: 0; }

.rechtliches .arecht ul { text-align: center; margin: 0; padding: 0; }
.rechtliches .arecht li { font-size: 13px; display: inline; list-style: none; margin-right: 5px; padding: 5px; background: transparent; }

/* -- FOOTER ---------------------------------------------------------------- */
footer {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
footer .container-fluid { background: rgba(255,255,255,0.85)!Important; padding-top: 10px; }
footer h4 { color: #333; border-bottom: 1px dotted #ddd; 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 --------------------------------------------------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  #page { width: 98%; margin: 0px auto; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  #page { width: 100%; margin: 0px auto; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  footer h4 { padding-top: 16px; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 768px) {
  /* Make Navigation Toggle on Desktop Hover */
  .dropdown:hover .dropdown-menu {
      display: block;
  }
}