/* -- 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; }
#page.container .container { width: 100% !Important; }
/* .se-section { margin-top: 20px; margin-bottom: 20px; } */

.rechtliches p { margin: 0; }

.se-section h2, .se-section h4 { margin-top: 5px; }

/* -----------------------------------------------------------------------------
  NAVIGATION
----------------------------------------------------------------------------- */

.navbar { background: #9E7E47;  margin-bottom:0;  padding: 0px 0 0px 0;  border-radius:0; border: none; }
.navbar .nav { padding-top: 3px; }
.navbar ul { margin: 0; margin-bottom: 4px; padding-left: 0; }
.navbar ul li { margin-right: 6px; margin-left: 0px; }
.navbar ul li a { color: #ddd;  padding: 10px 10px; }
.navbar ul li.open > a,
.navbar ul > li.active > a,
.navbar ul > li.open > a:focus,
.navbar ul > li.active.open > a { color: #fff;  background: #D8BC79; }
.navbar ul li.open > a:hover,
.navbar ul li a:hover { color: #fff; background: #D8BC79; }
.navbar ul li.open ul li a { font-weight:normal;  padding:7px 20px;  font-size:14px; }

.navbar ul > li.open > a:focus { color:#fff;  background: #466ab4;  border-radius:4px; }
.navbar ul li.open ul { background:#fff;  border-radius:3px;  border-bottom-left-radius:0;  border-bottom-right-radius:0;  border-bottom:3px solid #466ab4;  margin-top:7px; }

.navbar .navbar-toggle { background:#cd2028;  color:#fff;  margin-top:17px; }
.navbar .navbar-toggle .icon-bar { background:#fff; }

.navbar-collapse { padding-left: 0; }

ul.cart-nav li a i { color: #333; font-size: 18px; color: #fff; }

.nav-brand { margin: 0; padding: 0; }

/* -- Social ---------------------------------------------------------------- */



/* -- Überschriften --------------------------------------------------------- */

h1 { color: #444; font-size: 26px; }
h2 { color: #333; font-size: 23px; }
h3 { color: #333; font-size: 19px; }
h4 { color: #333; font-size: 16px; }
h5 { color: #333; font-size: 14px; }

/* -- Links ----------------------------------------------------------------- */

a { color: #444; }
a:hover { color: #b21616; }

hr { border-color: #ddd; }

/* -----------------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #333;
  background: #333;

  
}

#page { background: #eee; margin-top: 5px; margin-bottom: 5px; padding: 0; box-shadow: 5px 5px 10px #222; }

header { padding-bottom: 0px; background: #555; } /* border-bottom: 1px solid #ddd;  */

#small-header { background: #040404; padding-top: 2px; padding-bottom: 2px; } /* border-bottom: 1px solid #ddd;  */
#small-header .phone { font-size: 15px; color: #999; padding-top: 4px; font-weight: bold;}
#small-header .small-social a { background: #555; border-color: #333; padding: 4px 8px; }
#small-header .small-social a i { color: #fff; font-size: 16px; }
#small-header .small-social a:hover  { background: #b21616; }

.logo a.logo-txt { display: block; font-size: 24px; color: #ddd; width: 100%; margin-left:14px; padding-top: 10px; padding-bottom: 20px;  }
.logo a.logo-img img { width: 100%; }

#wrapper {
	background-color: none;
  padding: 0 10px;
  padding-bottom: 20px !Important;
}

footer {
  color: #efefef;
  font-size: 14px;
  width: 100%;
  height: auto;
}
footer .container {
  background: #9E7E47;
  padding-top: 10px;
}
footer h4 {
  color: #efefef;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 3px;
}
footer .copyright { padding: 5px; }
footer .copyright,
footer .copyright a,
footer a,
footer a:link,
footer a:active,
footer a:visited
{
  color: #fff;
  font-size: inherit;
  text-decoration: none;
}

footer a:hover { color: #000; text-decoration: none; }

#section_text-bild-4-Bild-Text-Boxen-Link-414579184f8e1951c88563cecb44e5dc_866 img {
  height: 131px;

footer .social {}
footer .social li a i { color: #999; }
footer .social li a:hover i { color: #444 }

}

#shop-bar { background-color: #ddd; margin-top: 0px; margin-bottom: 15px; padding: 8px 0; }
#shop-bar form { background: transparent; }
#shop-bar .suche { }
#shop-bar .suche { display: block; }
#shop-bar .btn-sb i { font-size: 18px; }
#shop-bar .btn-sb i.fa-shopping-cart { margin-right: 10px; }

.shop-suchergebnis {  }
.shop-suchergebnis a.katse { display: block; border-left: 3px solid #ddd; padding: 10px;  margin-bottom: 10px; color: #333; }
.shop-suchergebnis a.katse h3 { font-size: 16px; margin-top: 0; font-weight: bold; }
.shop-suchergebnis a.katse:hover h3 { color: #333; }
.shop-suchergebnis a.katse .se-anreisser { font-size: 12px; }
.shop-suchergebnis a.katse:hover { background: #efefef; text-decoration: none; color: #333; border-left: 3px solid #333; }
.shop-beschreibung .tab-pane { padding: 10px; }
.shop_suchwort {}

.shop-frage { text-decoration: underline; font-size: bold; margin-top: 20px; }
.shop-notiz { margin-bottom: 10px; }

/* -----------------------------------------------------------------------------
  MEDIA-QUERIES
----------------------------------------------------------------------------- */

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}