/*  -----------------------------------------------------------------------------
  IMPORTE
----------------------------------------------------------------------------- */

* {font-family: verdana; padding: 0px; margin: 0px;line-height: 1.5;word-spacing:1px;}

/* -----------------------------------------------------------------------------
  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;
  white-space: normal;
}

.btn-success {
    background: darkgreen;
    color: #fff;
}

.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; } */

.no-padding { padding-left: 0; padding-right: 0; }

/* -----------------------------------------------------------------------------
  NAVIGATION
----------------------------------------------------------------------------- */

.navbar { background: none;  margin-bottom:0;  padding: 0px 0 0px 0;  border-radius:0; }
.navbar .nav { padding-top: 5px; }
.navbar ul li a { color: #fff; font-size: 16px; text-decoration: none; padding: 10px 11px;}
.navbar ul > li.active > a { color: #fff; background: #1b4d6b; }
.navbar ul > li > a:hover { color: #fff; background: #1b4d6b; }
.navbar ul > li.open > a:focus { color: #fff; background: #1b4d6b; }
.navbar .nav .open > a { color: #fafafa;  background: #a5cec5; }
.navbar ul.dropdown-menu { padding: 4px; background: #1b4d6b; color: #efefef; border: 0;}
.navbar ul ul > li > a:hover { color: #fff; background: #3579a1; }

.navbar .navbar-toggle { background: #ea4335;  color:#fff;  margin-top:17px; }
.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; }

.rechtliches { text-align: center; }
.rechtliches a { font-size: 12px; margin-right: 10px; }

/* -- Social ---------------------------------------------------------------- */

.social {}
.social li a i { color: #333 }
.social li a:hover i { color: #1d856e }

/* -- Überschriften --------------------------------------------------------- */

h1 { color: #333; }
h2 { color: #333; }
h3 { color: #333; }
h4 { color: #333; }
h5 { color: #333; }

h1, h2, h3, h4, h5, h6 {
  color: #192D62;
  font-family: verdana,sans-serif;
  font-weight: 300;
  line-height: 1;
  margin: 0 0 0.25em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
h1 { font-size: 3em; letter-spacing: -2px; }
h2 { font-size: 2.0em; letter-spacing: -1px; }
h3 { margin-top: 40px; font-size: 1.75em; letter-spacing: -0.5px; }
h4 { font-size: 1.5em; letter-spacing: -0.25px; }
h5 { font-size: 1.125em; }
h6 { font-size: 1em; }

.se-section h1,
.se-section h2,
.se-section h3,
.se-section h4,
.se-section h5 { margin-top: 0; }

.se-rechtliches-no-se h4 { margin-top: 20px; font-size: 1.2em; }

.se-section ul { margin-left: 20px; }

/* -- Links ----------------------------------------------------------------- */

a { color: #3579a1; }
a:hover { color: red; }

a.stern1, a.stern1:visited { font-weight: bold; text-decoration: underline; }

hr { border-color: #ddd; }

.vodoo span, .vodoo { font-size: 11px; color: #666; }

/* -----------------------------------------------------------------------------
  LAYOUT
----------------------------------------------------------------------------- */

html {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-size: 15px;
  color: #333;
  background: #fff;

  
}

#page { }

header { border-bottom: 1px solid #ddd; padding-bottom: 30px; padding-top: 40px; background: #3579a1; }

.logo {  }
.logo a.logo-txt { font-family:verdana; display: block; font-size: 28px; color: #1d856e; width: 100%; margin-left: 0px; padding-top: 20px; padding-bottom: 20px;  }
.logo a.logo-img img { width: 320px; }

#wrapper {
	background: none;
  padding-bottom: 20px !Important;
}

footer {

  color: #333;
  font-size: 14px;
  width: 100%;
  height: auto;
}
footer .container {
  background: none;
  padding-top: 10px;
  border-top: 1px solid #1b4d6b;
}
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; }

.grau { background-color: #fafafa !Important; padding: 20px; }
.orange { background-color: #ffcc00 !Important; }
.mtop { margin-top: 30px; }
.ptop { padding-top: 20px; }
h1 { padding-top: 10px; }

/* -----------------------------------------------------------------------------
  MEDIA-QUERIES
----------------------------------------------------------------------------- */

@media only screen and (min-width : 768px) {
    /* Make Navigation Toggle on Desktop Hover */
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}



