/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../font/poppins-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../font/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../font/poppins-v15-latin-regular.woff2") format("woff2"), url("../font/poppins-v15-latin-regular.woff") format("woff"), url("../font/poppins-v15-latin-regular.ttf") format("truetype"), url("../font/poppins-v15-latin-regular.svg#Poppins") format("svg");
  /* Legacy iOS */ }
body {
  background-color: #a8b28c; }
  @media only screen and (min-width: 0px) and (max-width: 640px) {
    body {
      hyphens: auto; } }

.wrapper-all {
  max-width: 1920px;
  margin: 0 auto;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 12px 30px -15px;
  background-color: #fff; }

.wrapper-header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed;
  z-index: 110000; }
  .wrapper-header .logo {
    left: 15px;
    top: 15px;
    z-index: 1001;
    display: block;
    position: absolute; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .wrapper-header .logo {
        left: 10px;
        top: 10px; } }
    @media only screen and (min-width: 0px) and (max-width: 640px) {
      .wrapper-header .logo {
        left: 10px;
        top: 10px; } }
    .wrapper-header .logo img {
      max-width: 150px;
      width: 150px;
      box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
      border-radius: 100%; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .wrapper-header .logo img {
          max-width: 120px;
          width: 120px; } }
      @media only screen and (min-width: 0px) and (max-width: 640px) {
        .wrapper-header .logo img {
          max-width: 80px;
          width: 80px; } }
  .wrapper-header .navigation, .wrapper-header .top-bar {
    width: 100%;
    position: absolute;
    z-index: 10;
    background: #334453;
    text-align: right; }
    .wrapper-header .navigation h1, .wrapper-header .top-bar h1 {
      font-size: 2.5rem;
      padding: 15px;
      font-family: 'Poppins', sans-serif;
      color: #a8b28c;
      margin-bottom: 0px; }
      @media only screen and (min-width: 768px) and (max-width: 1023px) {
        .wrapper-header .navigation h1, .wrapper-header .top-bar h1 {
          font-size: 1.5rem; } }
      @media only screen and (min-width: 0px) and (max-width: 640px) {
        .wrapper-header .navigation h1, .wrapper-header .top-bar h1 {
          font-size: 1rem; } }
  .wrapper-header .top-bar ul {
    background-color: #334453; }
    .wrapper-header .top-bar ul li {
      padding: 0.75rem 1rem; }
      .wrapper-header .top-bar ul li a {
        color: #a8b28c;
        font-size: 1.25rem;
        padding: 0px;
        border-bottom: 2px solid #334453;
        line-height: 1.75rem;
        transition: border-bottom ease-in-out 0.25s; }
        .wrapper-header .top-bar ul li a:hover {
          border-bottom: 2px solid #a8b28c; }
      .wrapper-header .top-bar ul li .active {
        border-bottom: 2px solid #a8b28c; }

* {
  font-family: 'Poppins', sans-serif;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif; }

.content {
  padding: 75px 35px; }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .content {
      padding: 50px 50px; } }
  @media only screen and (min-width: 0px) and (max-width: 640px) {
    .content {
      padding: 35px 20px; } }
  .content p {
    color: #334453 !important; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #a8b28c;
    font-size: 2rem;
    line-height: 120%; }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
        font-size: 1.8rem; } }
    @media only screen and (min-width: 0px) and (max-width: 640px) {
      .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
        font-size: 1.5rem; } }
  .content h2 {
    margin-top: 45px;
    font-size: 1.8rem; }
    @media only screen and (min-width: 0px) and (max-width: 640px) {
      .content h2 {
        font-size: 1.5rem; } }
  .content a {
    color: #a8b28c; }
  @media only screen and (min-width: 0px) and (max-width: 640px) {
    .content .abstandcell {
      margin-top: 2rem; } }
  .content tbody {
    border: none;
    background-color: #fff;
    color: #334453 !important; }
    .content tbody tr {
      background-color: #fff; }
    .content tbody td {
      padding-left: 0px; }
      @media only screen and (min-width: 0px) and (max-width: 640px) {
        .content tbody td {
          font-size: 0.9rem; }
          .content tbody td:nth-child(2) {
            padding-right: 0px; } }

.footer {
  padding: 25px;
  background-color: #334453;
  color: #fff;
  text-align: center; }
  .footer p {
    margin-bottom: 0px; }
  @media only screen and (min-width: 0px) and (max-width: 640px) {
    .footer {
      padding: 15px; } }
  .footer a {
    color: #fff; }

.teaser {
  display: flex;
  align-items: flex-end;
  justify-content: space-around; }

.button {
  background-color: #334453;
  border-radius: 50px;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: bold;
  outline: none; }
  .button:focus {
    background-color: #334453; }
  .button:hover {
    background-color: #a8b28c; }

.containerweg {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 30px -15px; }

.imageweg {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden; }

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center; }

.containerweg:hover .imageweg {
  opacity: 0.4; }

.containerweg:hover .middle {
  opacity: 1; }

.owl-dots {
  display: none; }

.reveal-overlay {
  background-color: rgba(168, 179, 140, 0.71); }

.reveal {
  border: 0px solid #fff; }
  .reveal .close-button {
    color: #fff;
    margin-top: 20px;
    margin-right: 17px; }

.googlemap {
  padding-top: 5px;
  position: absolute;
  margin-left: -25px; }

.googlemapspadding {
  padding-left: 20px; }

.bewertung-google {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
  transition: all ease-in-out 0.5s; }
  .bewertung-google img {
    max-width: 100px;
    transition: all ease-in-out 0.5s; }
    .bewertung-google img:hover {
      max-width: 150px; }

.containernaehkurse {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 30px -15px; }
  .containernaehkurse .imageweg {
    opacity: 0.4;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden; }
  .containernaehkurse .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center; }
  .containernaehkurse .containerweg:hover .imageweg {
    opacity: 1; }
  .containernaehkurse .containerweg:hover .middle {
    opacity: 1; }

.einleitungnaehkurs {
  margin-bottom: 3rem; }

.abschlussnaehkurs {
  margin-top: 3rem; }

.naehkurs {
  background-color: rgba(0, 0, 0, 0.05);
  color: #334453;
  min-height: 400px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 30px -15px; }
  @media only screen and (min-width: 0px) and (max-width: 640px) {
    .naehkurs {
      min-height: 200px; } }
  .naehkurs h2 {
    color: #334453;
    font-weight: 600;
    margin-top: 0px; }
  .naehkurs .naehkurs-content {
    padding: 3rem; }
    @media only screen and (min-width: 0px) and (max-width: 640px) {
      .naehkurs .naehkurs-content {
        padding: 2rem 1rem; } }
    .naehkurs .naehkurs-content .facts {
      font-weight: 600;
      font-size: 0.8rem; }
      .naehkurs .naehkurs-content .facts p {
        margin-bottom: 0rem; }
  .naehkurs .naehkurs-img img {
    object-fit: cover;
    min-height: 400px; }
    @media only screen and (min-width: 0px) and (max-width: 640px) {
      .naehkurs .naehkurs-img img {
        min-height: 100px; } }

.mitarbeiter .card {
  background-color: rgba(0, 0, 0, 0.05);
  color: #334453;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 30px -15px;
  border: 0px; }
  .mitarbeiter .card p, .mitarbeiter .card b {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal; }
  .mitarbeiter .card b {
    font-weight: 600; }

.sortiment .card {
  background-color: rgba(0, 0, 0, 0.05);
  color: #334453;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 30px -15px;
  border: 0px; }
  .sortiment .card p, .sortiment .card b {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: normal; }
  .sortiment .card b {
    font-weight: 600; }

.oeffnungszeiten td {
  padding: 0px; }

@media only screen and (min-width: 0px) and (max-width: 640px) {
  .title-bar {
    background-color: #334453;
    z-index: 100;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 30px -15px; }

  .title-bar-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    margin-left: 5px; }

  .logo {
    display: none !important; }

  .wrapper-header .top-bar ul {
    display: inline;
    text-align: center;
    text-transform: uppercase; }
    .wrapper-header .top-bar ul li a {
      color: #334453;
      border-bottom: 0px; }
      .wrapper-header .top-bar ul li a:hover {
        border-bottom: 0px; }
    .wrapper-header .top-bar ul li .active {
      border-bottom: 0px; }

  #example-animated-menu {
    background-color: #a8b28c;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 12px 30px -15px; } }
.abstand-navi {
  height: 70px; }
  @media only screen and (min-width: 0px) and (max-width: 640px) {
    .abstand-navi {
      height: 50px; } }

/*# sourceMappingURL=app.css.map */


.kurswrapper{
		
}

.inhaltwrapper{
	background-color: rgba(0, 0, 0, 0.025);
	border-radius: 5px;
	padding: 2rem!important;
}
.kurswrapper h2{
	margin-top: 10px;
	padding-bottom: 0px;
	font-size: 1.25rem;
}
.kurswrapper h1{
	margin-top: 0px;
	padding-bottom: 15px;
	font-size: 1.75rem;
}