/* -- 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; }

/* -----------------------------------------------------------------------------
  NAVIGATION
----------------------------------------------------------------------------- */

.navbar { background: none;  margin-bottom:0;  padding: 0px 0 0px 0;  border-radius:0; border: none; }
.navbar .nav { padding-top: 3px; }
.navbar ul { margin-bottom: 4px; }
.navbar ul li { margin-right: 3px; margin-left: 3px; }
.navbar ul li a { color: #333;  padding: 10px 14px; }
.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: #7a95cb; }
.navbar ul li.open > a:hover,
.navbar ul li a:hover { color:#fff;  background: #466ab4; }
.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; }

ul.cart-nav li a i { color: #333; font-size: 18px; color: #fff; }

.nav-brand { margin: 0; padding: 0; }

/* -- Social ---------------------------------------------------------------- */

.social {}
.social li a i { color: #333 }
.social li a:hover i { color: #0e3183 }

/* -- Überschriften --------------------------------------------------------- */

h1 { color: #0e3183; font-size: 26px; }
h2 { color: #0e3183; font-size: 23px; }
h3 { color: #333; font-size: 21px; }
h4 { color: #333; font-size: 18px; }
h5 { color: #333; font-size: 14px; }

/* -- Links ----------------------------------------------------------------- */

a { color: #0e3183; }
a:hover { color: #333; }

hr { border-color: #ddd; }

/* -----------------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  color: #333;
  background: #6d5f4b;

  
}

#page { background: #fff; margin-top: 5px; margin-bottom: 5px; padding: 0; box-shadow: 5px 5px 10px #000; }

header { padding-bottom: 0px; background: #e7dacb; } /* border-bottom: 1px solid #ddd;  */

#small-header { background: #ffffff; padding-top: 6px; padding-bottom: 6px; } /* border-bottom: 1px solid #ddd;  */
#small-header .phone { font-size: 16px; color: #999; padding-top: 8px;}

.logo a { font-size: 24px; color: #0e3183; width: 100%; }
.logo a img { width: 100%; }

#wrapper {
	background-color: none;
  padding-bottom: 20px !Important;
}

footer {
  color: #333;
  font-size: 14px;
  width: 100%;
  height: auto;
}
footer .container {
  background: #e7dacb;
  padding-top: 10px;
}
footer h4 {
  color: #333;
  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: #666;
  font-size: inherit;
}

#section_text-bild-4-Bild-Text-Boxen-Link-414579184f8e1951c88563cecb44e5dc_866 img {
  height: 131px;
}

/* -----------------------------------------------------------------------------
  MEDIA-QUERIES
----------------------------------------------------------------------------- */

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}