/* -- 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; height: 100%; }

body {
  font-size: 15px;
  height: 100%;
  color: #333;
  background: transparent;
  background: url('//www.fachtierarztpraxis-holt.de/userdata/7000/pages/designs/135/hintergrund/Hintergrund-Versuch_3.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.95);
  width: 1400px;
  padding: 0px 0 0;
  margin: 10px auto 0px auto;
}

#wrapper { width: 100%; max-width: 100%; padding-bottom: 20px !Important; }

.container div.se-cont.container { width: 100% !Important; }
.se-row { margin-right: -15px; margin-left: -15px; }

header {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 20px;
  background-color: #fff;
  display: inline-block;
  width: 100%;
}

.top-header { display: flex; width: 94%; margin: 0 auto; }
.head-adresse { flex: 1; }
.head-logo { flex: 1; }
.head-social { flex: 1; text-align: right; display: flex; justify-content: flex-end;}
.head-social div { width: 180px; }

.logo a.logo-txt { font-family:"open sans"; display: block; font-size: 36px; color: #086d73; width: 100%; margin-left: 0px; padding-top: 0px; padding-bottom: 20px;  }
.logo a.logo-img img { width: 100%; margin: 0 auto; }

/* -- NAVIGATION ------------------------------------------------------------ */
.navbar {
  background: ;
  /* background-color: rgba(220,221,219,0.85)!Important; */
  margin-bottom: 0;
  padding: 10px 0px 0px 0px;
  border-radius:0;
}
.navbar .container { }
.navbar .nav { padding-top: 20px; float: none; display:inline-block;}
.navbar-inner { text-align: center; }
.navbar ul li a { color: #086d73; background-color: #a8c6c2; padding-top: 4px; padding-bottom: 4px; margin-right: 3px; }
.navbar ul > li.active > a { color: #fff;  background: #086d73; }
.navbar ul > li > a:hover { color: #fafafa;  background: #086d73; }
.navbar ul > li.open > a:focus { color: #fafafa;  background: #086d73; }
.navbar .nav .open > a { color: #fafafa;  background: #9cc5c7; }
.navbar ul.dropdown-menu { padding: 4px; background:#fafafa; color: #333; border: 1px solid #ddd;}
/*
.navbar .navbar-toggle { background: #086d73;  color:#fff;  margin-top:17px; }
.navbar .navbar-toggle .icon-bar { background:#fafafa; }
*/
.navbar .navbar-collapse.in { position: fixed; top: 40px; left: 0; right: 0; width: 100%; }
.navbar .navbar-collapse.in .nav { width: 100%; z-index: 9999; background: #efefef; }
.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; }

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1170px) {
  .logo a.logo-img img { width: 100%; margin-top: 0px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .logo a.logo-img img { width: 90%; margin-top: 0px; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
  .logo a.logo-img img { width: 100%; margin-top: 0px; }
  .head-social .pull-right { float: left !Important; }
  .navbar .navbar-toggle { position: fixed; top: 10px; right: 10px; background: #086d73;  color:#fff; z-index: 9999; }

  .top-header { width: 99%; }
  .navbar .side-collapse { margin-top: 20px; }
  .nav { width: 80%; }
  .navbar ul li a { background: #efefef; padding: 8px 0 !Important; font-size: 18px; margin-bottom: 5px; }
  .header-img-inner { height: 100px; }
  .side-collapse-container { width:100%; position:relative; left:0; transition:left .4s; }
  .side-collapse-container.out { left:200px; }
  .side-collapse {
      background: rgba(255,255,255,1);
      z-index: 998;
      top: 0px;
      bottom:0;
      left:0;
      width: 100%;
      position:fixed;
      overflow:hidden;
      transition:width .4s;
  }
  .side-collapse.in { width:0; }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .logo a.logo-img img { width: 90%; margin-top: 10px; margin-bottom: 20px; }
  .top-header { width: 94%; flex-direction: column; }
  .head-adresse { order: 2; }
  .head-logo { order: 1; }
  .head-social { order: 3; }
  .head-social { justify-content: flex-start; margin-top: 20px; }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {}



#toTop {position:fixed;bottom:32px;right:10px;cursor:pointer;display:none;background-color: #086d73; border: none;}
.img-wrapper { background-size: contain !Important; background-repeat: no-repeat !Important; }


/* -- BASICS  --------------------------------------------------------------- */
a { color: #086d73; text-decoration: none; }
#wrapper * a { color: #086d73; text-decoration: underline; }

a:hover { color: #333; }
hr { border-color: #ddd; }

/* -- Ü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 0.25em;
}
h1 { color: #333; font-size: 34px; }
h2 { font-size: 30px; 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: #086d73 }

/* -- RECHTLICHES ----------------------------------------------------------- */
.rechtliches p { margin: 0; padding: 0; }
.rechtliches p a { margin: 0; padding: 0; }

footer {
  background-color: transparent;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: auto;
  margin-top: 10px;
}
footer .container, 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; }

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* 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-QUERIES --------------------------------------------------------- */

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1600px) {
  #page { width: 95%; margin: 10px auto 0px auto; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  body { background: none; }
  #page { width: 98%; margin: 10px auto 0px auto; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  #page { width: 98%; margin: 0px auto 0px auto; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  h2 { font-size: 24px; }
  h1 { font-size: 28px; }
}

/* 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;
  }
}