@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans/OpenSans-Regular.eot');
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
		url('../fonts/OpenSans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/OpenSans/OpenSans-Regular.woff') format('woff'),
		url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'LANENAR';
  src: url('../../fonts/lanenar/LANENAR.eot');
  src: url('../../fonts/lanenar/LANENAR.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../fonts/lanenar/LANENAR.woff') format('woff'), /* Moderne Browser */ url('../../fonts/lanenar/LANENAR_.ttf') format('truetype'), /* Safari, Android, iOS */ url('../../fonts/lanenar/LANENAR.svg#svgFontName') format('svg');
  /* Ältere iOS-Geräte */
}
#top-bar {
  transition: all 0.25s ease-in-out 0s;
  height: 86px;
}
#top-bar .container {
  max-width: inherit;
  position: fixed;
  top: 0;
  right: 30px;
}
#top-bar .navbar {
  min-height: inherit;
}
#top-bar .navbar-default {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0px;
}
#top-bar #top-bar-number {
  line-height: 30px;
  margin: 0;
  padding: 0 85px 0 18px;
  min-height: inherit;
  background: transparent;
  border: none;
}
#top-bar #top-bar-number i:before {
  content: '\f095';
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  margin: 0 18px 0 -18px;
}
@media (max-width: 767px) {
  #top-bar {
    displaY: none;
  }
}
#quick-links-ul,
#quick-links {
  padding: 0 0 0 0;
  margin-top: 0;
  margin-bottom: 0;
}
#quick-links-ul a,
#quick-links a {
  line-height: 25px;
  display: block;
  width: auto;
  padding: 0 10px 0 40px;
  height: 30px;
  margin: 10px 0 0 10px;
  text-align: left;
  background: transparent;
  border-radius: 15px;
  border: 2px solid #fff;
  transition: all 0.25s ease 0s;
  color: #fff;
  position: Relative;
  background: #575756;
  text-decoration: none;
}
#quick-links-ul a i,
#quick-links a i {
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  font-style: normal;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  color: #fff;
  transition: all 0.25s ease 0.15s;
  border-radius: 100%;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -2px;
  top: -2px;
}
#quick-links-ul a i:after,
#quick-links a i:after {
  transition: all 0.25s ease 0.15s;
}
#quick-links-ul .jameda a,
#quick-links .jameda a {
  background: #575756 url('../../img/jameda.svg') left center no-repeat;
}
#quick-links-ul .jameda:hover a,
#quick-links .jameda:hover a {
  background-image: url('../../img/jameda-hover.svg');
}
#quick-links-ul .phone a i:after,
#quick-links .phone a i:after {
  content: '\f095';
}
#quick-links-ul .date a i:after,
#quick-links .date a i:after {
  content: '\f073';
}
#quick-links-ul .mail a i:after,
#quick-links .mail a i:after {
  content: '\f0e0';
}
#quick-links-ul li:hover a,
#quick-links li:hover a,
#quick-links-ul li:hover i,
#quick-links li:hover i {
  border-color: #ffde1d;
  color: #ffde1d;
}
@media (max-width: 1201px) {
  #quick-links {
    padding-right: 10px;
  }
}
#social-menu {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
#social-menu a {
  padding: 0 15px;
  line-height: 30px;
  background: transparent;
}
#social-menu a i {
  font-family: 'FontAwesome', 'Glyphicons Halflings';
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #808080;
}
#social-menu a i:after {
  content: '\f09a';
}
#social-menu .googleplus a i:after {
  content: '\f0d5';
}
@media (max-width: 992px) {
  #social-menu {
    float: right;
  }
  #social-menu li {
    float: left;
  }
}
#header-main {
  margin: 0;
  height: auto;
  min-height: auto;
}
#logo {
  position: absolute;
  left: 0;
  bottom: -10%;
  height: 86px;
  padding: 0;
  transition: all 0.15s ease-in-out 0s;
}
#logo img {
  padding: 0;
  height: 100%;
}
@media (max-width: 1201px) {
  #header-main {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  #logo {
    position: static;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 390px;
    background: transparent url('../../img/weim_dr_logo.svg') center top no-repeat;
    background-size: 300px auto;
    overflow: hidden;
  }
  #logo img {
    display: none;
    margin: 0 auto;
    transition: all 0.15s ease-in-out 0s;
  }
}
#main-menu-toggle {
  display: none;
  border-radius: 0;
  width: 100%;
  background: transparent;
  border: 2px solid #fff;
  height: 35px;
  margin: 0 0 10px;
  transition: transform 400ms ease 0s;
  -webkit-transition: transform 400ms ease 0s;
  position: relative;
}
#main-menu-toggle .sr-only {
  clip: inherit;
  left: 50px;
  width: auto;
  color: #fff;
  height: Auto;
  line-height: 35px;
  top: 0;
  text-transform: uppercase;
  margin: 0;
}
#main-menu-toggle .icon-bar {
  position: absolute;
  left: 10px;
  width: 30px;
  height: 2px;
  display: block;
  background: #fff;
  transition: transform 0.25s ease 0s, top 0.25s ease 0.3s;
  -webkit-transition: transform 0.25s ease 0s, top 0.25s ease 0.3s;
}
#main-menu-toggle .icon-bar.l1 {
  top: 8px;
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
}
#main-menu-toggle .icon-bar.l2 {
  top: 15px;
  transition: opacity 0.25s linear 0.15s;
}
#main-menu-toggle .icon-bar.l3 {
  top: 22px;
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
}
#main-menu-toggle.active .icon-bar {
  transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
  -webkit-transition: top 0.25s ease 0s, transform 0.25s ease 0.3s;
}
#main-menu-toggle.active .l1 {
  top: 47%;
  transform: translate(0px, 0) rotate(135deg);
  -webkit-transform: translate(0px, 0) rotate(135deg);
}
#main-menu-toggle.active .l2 {
  opacity: 0;
  transition: opacity 0.25s linear 0s;
  -webkit-transition: opacity 0.25s linear 0s;
}
#main-menu-toggle.active .l3 {
  top: 47%;
  transform: translate(0px, 0) rotate(-135deg);
  -webkit-transform: translate(0px, 0) rotate(-135deg);
}
#main-menu-collapse {
  padding: 0;
}
#main-menu-collapse #main-menu {
  margin: 0 0 15px;
}
#main-menu-collapse #main-menu > li {
  width: 16.66666667%;
  transition: all 0.25s ease-in-out 0s;
}
#main-menu-collapse #main-menu > li > a {
  transition: all 0.25s ease-in-out 0s;
  background: transparent;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0;
  line-height: 28px;
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
#main-menu-collapse #main-menu > li:first-child > a {
  border-left: 2px solid #fff;
}
#main-menu-collapse #main-menu > li:last-child > a {
  border-right: 2px solid #fff;
}
#main-menu-collapse #main-menu > li:hover > a,
#main-menu-collapse #main-menu > li.active > a {
  background: #ffde1d;
  color: #575756;
  border-color: #ffde1d;
}
#main-menu-collapse #main-menu ul {
  display: none;
}
@media (max-width: 767px) {
  #main-menu-toggle {
    display: block;
  }
  #main-menu-collapse {
    display: none;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 100%;
    margin: 0;
    z-index: 15;
  }
  #main-menu-collapse.active {
    display: block;
  }
  #main-menu-collapse #main-menu {
    border-top: 2px solid #fff;
    background: #575756;
  }
  #main-menu-collapse #main-menu > li,
  #main-menu-collapse #main-menu > li:last-child {
    border: 2px solid #fff;
    border-top: none;
    width: 100%;
    position: relative;
  }
  #main-menu-collapse #main-menu > li:first-child,
  #main-menu-collapse #main-menu > li:last-child:first-child {
    border-top: none;
  }
  #main-menu-collapse #main-menu > li > a,
  #main-menu-collapse #main-menu > li:last-child > a {
    border: none;
    text-align: left;
    padding-left: 50px;
    line-height: 45px;
  }
  #main-menu-collapse #main-menu > li .icon-mainmenu,
  #main-menu-collapse #main-menu > li:last-child .icon-mainmenu {
    position: Absolute;
    left: 0;
    top: 0;
    height: 45px;
    width: 45px;
    display: block;
    cursor: pointer;
  }
  #main-menu-collapse #main-menu > li .icon-mainmenu:after,
  #main-menu-collapse #main-menu > li:last-child .icon-mainmenu:after {
    content: '\f078';
    font-family: 'FontAwesome', 'Glyphicons Halflings';
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    display: block;
    border-right: 2px solid #fff;
    transition: all 0.15s linear 0s;
  }
  #main-menu-collapse #main-menu > li.active > .icon-mainmenu:after,
  #main-menu-collapse #main-menu > li:last-child.active > .icon-mainmenu:after {
    font-size: 20px;
    content: '\f00d';
    color: #575756;
  }
  #main-menu-collapse #main-menu > li.active > ul,
  #main-menu-collapse #main-menu > li:last-child.active > ul {
    display: block;
    padding: 0;
  }
  #main-menu-collapse #main-menu > li.active > ul li,
  #main-menu-collapse #main-menu > li:last-child.active > ul li {
    transition: all 0.15s linear 0s;
    padding: 0 0 0 65px;
    color: #fff;
    position: relative;
    border-top: 2px solid #fff;
  }
  #main-menu-collapse #main-menu > li.active > ul li a,
  #main-menu-collapse #main-menu > li:last-child.active > ul li a {
    color: #fff;
    display: block;
    line-height: 45px;
    width: 100%;
    transition: all 0.15s linear 0s;
  }
  #main-menu-collapse #main-menu > li.active > ul li a:before,
  #main-menu-collapse #main-menu > li:last-child.active > ul li a:before {
    content: '.';
    position: absolute;
    left: 50px;
    top: 0;
    line-height: 38px;
  }
  #main-menu-collapse #main-menu > li.active > ul li:hover,
  #main-menu-collapse #main-menu > li:last-child.active > ul li:hover,
  #main-menu-collapse #main-menu > li.active > ul li.active,
  #main-menu-collapse #main-menu > li:last-child.active > ul li.active {
    background: #ffde1d;
  }
  #main-menu-collapse #main-menu > li.active > ul li:hover > a,
  #main-menu-collapse #main-menu > li:last-child.active > ul li:hover > a,
  #main-menu-collapse #main-menu > li.active > ul li.active > a,
  #main-menu-collapse #main-menu > li:last-child.active > ul li.active > a {
    text-decoration: none;
    color: #575756;
  }
}
header.container-fluid,
header {
  background: transparent;
  padding: 0;
  height: 60px;
  overflow: hidden;
  transition: all 0.25s ease-in-out 0s;
}
header.container-fluid .navbar,
header .navbar {
  background: transparent;
  border: none;
}
header.container-fluid > .container,
header > .container {
  position: relative;
}
header.container-fluid.active,
header.active {
  height: 133px;
  background: #575756;
}
header.container-fluid.active #logo,
header.active #logo {
  padding: 0;
  transition: all 0.15s ease-in-out 0s;
  bottom: 100%;
}
@media (max-width: 767px) {
  header,
  header.container-fluid,
  header.active {
    overflow: visible;
    position: static;
    height: auto !important;
  }
}
