.transition {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  list-style: none outside none;
  text-decoration: none;
}
html {
  max-width: 100%;
}
html body {
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  color: #575756;
  line-height: 1;
  letter-spacing: -0.4px;
  position: relative;
  overflow-x: hidden;
  max-width: 100%;
  background: #fdfdfd;
}
html body.noscroll {
  position: static;
  overflow-y: auto;
}
button {
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
}
img {
  max-width: 100% !important;
  vertical-align: middle;
  width: auto;
}
a {
  color: #575756;
}
a:hover {
  color: #e30065;
}
p {
  line-height: 20px;
}
em {
  font-weight: 600;
}
h1 {
  font-size: 46px;
  font-weight: 100;
  letter-spacing: -1.4px;
  color: #e30065;
}
h2 {
  font-size: 28px;
  font-weight: 100;
  color: #e30065;
}
h3 {
  font-size: 17px;
  font-weight: 300;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  max-width: 1366px;
  position: relative;
  margin: 0 auto;
}
.cta-button {
  display: inline-block;
  border: 3px solid #ff7db7;
  color: #e30065;
  padding: 16px 18px;
}
.cta-button:hover {
  background: #e30065;
  border-color: #e30065;
  color: #fff;
}
.cta-button-grey {
  display: inline-block;
  border: 3px solid #ff7db7;
  color: #e30065;
  padding: 16px 18px;
  border-color: #e9e9e9;
  color: #6e6e6e;
}
.cta-button-grey:hover {
  background: #e30065;
  border-color: #e30065;
  color: #fff;
}
.cta-button-white {
  display: inline-block;
  border: 3px solid #ff7db7;
  color: #e30065;
  padding: 16px 18px;
  border-color: #fff;
  color: #fff;
}
.cta-button-white:hover {
  background: #e30065;
  border-color: #e30065;
  color: #fff;
}
.cta-button-white:hover {
  background: #fff;
  border-color: #fff;
  color: #e30065;
}
/*-----------------------------------------------------------*/
/* Mainbar PERFEKT*/
.mainbar {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  height: 126px;
}
.mainbar .center .logo {
  float: left;
  margin: 26px 0 26px 26px;
}
.mainbar .center .logo a img {
  width: 190px;
}
.mainbar .center .mainmenu {
  float: left;
  padding: 55px 0 55px 40px;
  line-height: 16px;
}
@media (max-width: 980px) {
  .mainbar .center .mainmenu {
    display: none;
  }
}
.mainbar .center .mainmenu ul.firstlevel li {
  display: inline;
  padding: 28px 20px;
}
.mainbar .center .mainmenu ul.firstlevel li.parent > a:after,
.mainbar .center .mainmenu ul.firstlevel li.parent .pseudolink:after {
  top: 65px;
  z-index: 11;
  content: "";
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: #e30065;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mainbar .center .mainmenu ul.firstlevel li.parent:hover a:after,
.mainbar .center .mainmenu ul.firstlevel li.parent:hover .pseudolink:after {
  display: block;
}
.mainbar .center .mainmenu ul.firstlevel li:hover div.dropdown {
  display: block;
}
.mainbar .center .mainmenu ul.firstlevel li a,
.mainbar .center .mainmenu ul.firstlevel li .pseudolink {
  color: #e30065;
  padding: 25px 0 49px;
  position: relative;
  cursor: pointer;
}
.mainbar .center .mainmenu ul.firstlevel li a:hover,
.mainbar .center .mainmenu ul.firstlevel li .pseudolink:hover {
  color: #b70454;
  border-bottom: 4px solid #e9e9e9;
}
.mainbar .center .mainmenu ul.firstlevel li a span.menupoint,
.mainbar .center .mainmenu ul.firstlevel li .pseudolink span.menupoint {
  vertical-align: text-bottom;
}
.mainbar .center .mainmenu ul.firstlevel li a span.lnr,
.mainbar .center .mainmenu ul.firstlevel li .pseudolink span.lnr {
  margin-left: 10px;
  font-size: 14px;
  vertical-align: text-bottom;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 12;
  width: 940px;
  margin: auto;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  height: 4px;
  width: 100%;
  background: -moz-linear-gradient(left, #e47d00 0%, rgba(0, 0, 0, 0) 40%);
  background: -webkit-linear-gradient(left, #e47d00 0%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(to right, #e47d00 0%, rgba(0, 0, 0, 0) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47d00', endColorstr='#00000000', GradientType=1);
  z-index: 2;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  height: 4px;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 60%, #c700d0 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 60%, #c700d0 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 60%, #c700d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c700d0', GradientType=1);
  z-index: 2;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border-top: 4px solid #e30065;
  padding: 50px 85px 60px 85px;
  overflow: hidden;
  position: relative;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner p {
  font-size: 21px;
  font-weight: 300;
  margin-top: 35px;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.options {
  margin-top: 25px;
  float: left;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.options li {
  display: block;
  float: left;
  text-align: center;
  padding: 5px 25px;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.options li a {
  position: relative;
  color: #575756;
  font-size: 14px;
  padding: 0;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.options li a:hover {
  color: #e30065;
  border: none;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.options li a img {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.staticmenu {
  position: absolute;
  bottom: 56px;
  right: 50px;
  border-left: 2px solid #e9e9e9;
  padding: 30px 0 5px;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.staticmenu li {
  display: block;
  padding: 5px 10px 5px 35px;
  font-size: 15px;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.staticmenu li a {
  color: #e30065;
  padding: 0;
}
.mainbar .center .mainmenu ul.firstlevel li div.dropdown .inner ul.staticmenu li a:hover {
  border-bottom: 1px dashed #ff7db7;
  color: #e30065;
}
.mainbar .center .resp-menu-trigger {
  float: right;
  display: none;
  padding: 35px 20px 35px 0;
}
@media (max-width: 980px) {
  .mainbar .center .resp-menu-trigger {
    display: block;
  }
}
.mainbar .center .resp-menu-trigger .trigger {
  height: 56px;
  padding: 20px 10px;
  float: left;
  cursor: pointer;
  margin-left: 15px;
  user-select: none;
  -webkit-user-select: none;
}
.mainbar .center .resp-menu-trigger .trigger.bars {
  display: block;
  float: left;
}
.mainbar .center .resp-menu-trigger .trigger.bars span {
  height: 2px;
  width: 22px;
  display: block;
  background: #575756;
  margin-bottom: 5px;
  border: 1px solid #575756;
}
.mainbar .center .resp-menu-trigger .trigger.bars span.bar_3 {
  margin-bottom: 0;
}
/* Breadcrumbs PERFEKT*/
.breadcrumbs {
  font-size: 14px;
  text-align: left;
}
.breadcrumbs .center {
  padding: 0 35px;
}
.breadcrumbs .center ul {
  display: block;
  padding: 20px 0;
}
.breadcrumbs .center ul li {
  display: inline-block;
}
.breadcrumbs .center ul li.link a {
  vertical-align: middle;
}
.breadcrumbs .center ul li.link a:hover {
  color: #e30065;
}
.breadcrumbs .center ul li.sep span {
  font-size: 35px;
  font-weight: 300;
  vertical-align: middle;
  color: #e9e9e9;
  margin: 0 5px 0 4px;
}
.breadcrumbs .center ul li.active span {
  vertical-align: middle;
}
/* Content */
.content {
  text-align: center;
}

/* 
.content .center {
  padding: 50px 65px;
}
**/
.content .center {
  padding: 0px 65px;
}
@media (max-width: 1166px) {
  .content .center {
    padding: 0px 25px;
  }
}
@media (max-width: 500px) {
  .content .center {
    padding: 0px 0 25px;
  }
}
.content .center h1 {
  display: inline-block;
  padding: 10px;
  margin: 45px 0 80px;
}
@media (max-width: 500px) {
  .content .center h1 {
    margin: 0 0 80px;
  }
}
.content .center h2 {
  font-size: 30px;
  font-weight: 100;
  margin: 100px 0 35px;
}
.content .center p {
  line-height: 22px;
}
@media (max-width: 500px) {
  .content .center p {
    padding: 0 15px;
  }
}
.content .center p.startstyle {
  color: #fff;
}
.content .center p.category-desc {
  margin: 60px 0 45px;
}
.content .center .startstyle {
  height: 600px;
}
@media (max-width: 600px) {
  .content .center .startstyle {
    height: 400px;
  }
}
.content .center .startstyle .home-title {
  position: relative;
  top: 50%;
  padding: 0 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content .center .startstyle .home-title h1 {
  color: #fff;
}
@media (max-width: 600px) {
  .content .center .startstyle .home-title h1 {
    font-size: 34px;
    margin: 0 0 15px;
  }
}
.content .center .startstyle .home-title p {
  font-size: 30px;
  font-weight: 100;
  margin: 0;
  color: #fff;
}
@media (max-width: 600px) {
  .content .center .startstyle .home-title p {
    font-size: 25px;
  }
}
.content .center .animals {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 60px 0 0;
  /*@media (max-width:600px) {
                display:none;
            }*/
}
.content .center .animals a {
  background: #b70454;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  margin: 5px;
  flex: 0 0 80px;
}
@media (max-width: 600px) {
  .content .center .animals a {
    flex: 0 0 65px;
  }
}
.content .center .animals a:hover {
  background: #e30065;
}
.content .center .border-image {
  margin: 35px auto 0;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.content .center .blog.flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.content .center .blog.flex article {
  flex: 0 0 380px;
}
.content .center .blog article {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  width: 48%;
  margin: 0 1% 35px;
  float: left;
}
@media (max-width: 700px) {
  .content .center .blog article {
    float: none;
    margin: 0 0 35px 0;
    width: 100%;
  }
}
.content .center .blog article .image.clientlogo {
  padding-top: 100px;
  width: 200px;
  margin: 0 auto;
}
.content .center .blog article .details {
  padding: 50px;
  text-align: left;
}
@media (max-width: 700px) {
  .content .center .blog article .details {
    text-align: center;
  }
}
.content .center .blog article .details h2,
.content .center .blog article .details h3 {
  margin: 25px 0;
  font-size: 22px;
}
.content .center .blog article .details h2 a:hover,
.content .center .blog article .details h3 a:hover {
  color: #e30065;
}
.content .center .blog article .details h2 a span,
.content .center .blog article .details h3 a span {
  vertical-align: middle;
}
.content .center .blog article .details h2 a span.lnr,
.content .center .blog article .details h3 a span.lnr {
  font-size: 20px;
  margin-left: 8px;
  vertical-align: middle;
}
.content .center .blog article .details h2 a img,
.content .center .blog article .details h3 a img {
  width: 125px;
  display: inline;
  margin-right: 5px;
}
.content .center .blog article .details h2 a img.wnd,
.content .center .blog article .details h3 a img.wnd {
  width: 80px;
}
.content .center .blog article .details hr {
  width: 100%;
  height: 0;
  border-bottom: 5px dashed #e9e9e9;
  margin: 30px auto;
}
.content .center .blog article .details small {
  line-height: 25px;
}
.content .center .blog article .details .lnr {
  font-size: 14px;
  margin-right: 10px;
  vertical-align: top;
}
.content .center .blog article .details .cta-button {
  margin: 45px 0 0;
  text-align: center;
}
@media (max-width: 900px) {
  .content .center .blog article .details .cta-button {
    margin: 45px auto 0;
  }
}
.content .center .blog #gallery {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.content .center .blog #gallery li {
  flex: 0 0 380px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  margin: 0 1% 35px;
}
.content .center .tabsystem {
  margin: 80px 0;
}
.content .center .tabsystem .tabs nav ul {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.content .center .tabsystem .tabs nav ul li {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  text-align: center;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content .center .tabsystem .tabs nav ul li a {
  overflow: visible;
  padding: 30px 25px 25px 25px;
  border-bottom: 3px solid transparent;
  position: relative;
  display: block;
}
.content .center .tabsystem .tabs nav ul li a:focus {
  outline: none;
}
.content .center .tabsystem .tabs nav ul li.tab-current a {
  background: #e30065;
  border-color: #b70454;
  color: #fff;
}
.content .center .tabsystem .tabs nav ul li.tab-current a:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 15px;
  border-top-color: #e30065;
  content: '';
  pointer-events: none;
}
.content .center .content-wrap {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  min-height: 280px;
}
.content .center .content-wrap section {
  display: block;
  height: 0;
  overflow: hidden;
  text-align: left;
}
.content .center .content-wrap section.content-current {
  display: block;
  height: auto;
}
.content .center .content-wrap section h3 {
  color: #e30065;
  font-size: 22px;
  line-height: 26px;
  margin: 100px 80px 50px;
}
@media (max-width: 500px) {
  .content .center .content-wrap section h3 {
    margin: 100px 25px 50px;
  }
}
.content .center .content-wrap section p {
  margin: 0 80px;
}
@media (max-width: 500px) {
  .content .center .content-wrap section p {
    margin: 0 25px;
    padding: 0;
  }
}
.content .center .content-wrap section a {
  color: #e30065;
}
.content .center .content-wrap section a:hover {
  border-bottom: 1px dashed #ff7db7;
}
.content .center .content-wrap section ul {
  margin: 30px 80px 50px;
  padding-left: 20px;
}
@media (max-width: 500px) {
  .content .center .content-wrap section ul {
    margin: 50px 25px;
    padding: 0;
  }
}
.content .center .content-wrap section ul li {
  list-style: circle inside;
  padding: 2px 0px 2px 18px;
  line-height: 22px;
  text-indent: -18px;
}
.content .center .content-wrap section .images-container {
  margin: 50px 0 0;
}
.content .center .content-wrap section .images-container .image {
  margin: 20px;
  width: 600px;
}
@media (max-width: 600px) {
  .content .center .content-wrap section .images-container .image {
    margin: 0;
  }
}
.content .center .content-wrap section .images-container .image img {
  margin: 0 auto;
}
.content .center .content-wrap section .images-nav {
  margin: 50px 0;
}
.content .center .content-wrap section .images-nav .thumb {
  margin: 10px;
  width: 100px;
}
.content .center .content-wrap section .images-nav .thumb img {
  transition: all 300ms ease;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.content .center .content-wrap section .images-nav .slick-current img {
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
}
.content .center .content-wrap section hr {
  width: 100%;
  height: 0;
  border-bottom: 5px dashed #e9e9e9;
  margin: 75px auto;
}
.content .center .content-wrap section .tablecontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.content .center .content-wrap section .tablecontainer .haltungsform {
  flex: 0 0 320px;
  margin: 30px 15px 15px;
}
.content .center .content-wrap section .tablecontainer .haltungsform > img {
  margin: 0 auto 30px;
  display: block;
  width: 70px;
}
.content .center .content-wrap section .tablecontainer .haltungsform .table {
  border: 3px solid #e9e9e9;
  text-align: left;
}
.content .center .content-wrap section .tablecontainer .haltungsform .table .row {
  padding: 15px 40px;
}
.content .center .content-wrap section .tablecontainer .haltungsform .table .row:nth-child(even) {
  background: #f7f7f7;
}
.content .center .content-wrap section .tablecontainer .haltungsform .table .row .left {
  width: 30%;
  font-weight: 600;
  padding-top: 12px;
  float: left;
}
.content .center .content-wrap section .tablecontainer .haltungsform .table .row .left span {
  vertical-align: middle;
}
.content .center .content-wrap section .tablecontainer .haltungsform .table .row .right {
  width: 50%;
  float: right;
  position: relative;
  text-align: center;
}
.content .center .content-wrap section .tablecontainer .haltungsform .table .row .right span {
  vertical-align: middle;
}
.content .center .content-wrap section .tablecontainer .haltungsform .table .row .right img {
  width: 40px;
  margin-left: 20px;
}
.content .center ul.sitemap {
  margin-top: 120px !important;
}
.content .center ul.sitemap li {
  text-align: left;
  padding: 10px 20px;
}
.content .center ul.sitemap li a:hover {
  color: #e30065;
}
.content .center ul.sitemap li ul {
  margin-top: 15px;
  margin-left: 0px;
}
/* Referenzen PERFEKT*/
.referenzen {
  background: #fdfdfd;
  -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}
.referenzen .center {
  padding-top: 90px;
}
.referenzen h2 {
  text-align: center;
  padding: 0 50px;
}
.referenzen .referenzen-container {
  margin: 40px 0 0;
  padding-bottom: 50px;
}
.referenzen .referenzen-container div {
  text-align: center;
}
.referenzen .referenzen-container div img {
  margin: 0 auto;
  width: 200px;
}
/* News PERFEKT*/
.news {
  background: #fdfdfd;
}
.news .center {
  border-top: 5px dashed #e9e9e9;
}
.news .center h2 {
  text-align: center;
  padding: 100px 50px 0;
}
.news .center .news-container {
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.news .center .news-container article {
  text-align: center;
  flex: 0 0 280px;
  margin: 12px;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.news .center .news-container article a {
  color: #575756;
}
.news .center .news-container article a:hover {
  color: #e30065;
}
.news .center .news-container article h3 {
  text-align: center;
  padding: 30px;
  font-size: 18px;
  line-height: 23px;
}
/* Contactus PERFEKT*/
.contactus {
  background: #fdfdfd;
}
.contactus .center {
  margin-top:30px;
  padding: 140px 200px 0;
  border-top: 5px dashed #e9e9e9;
  text-align: center;
}
@media (max-width: 980px) {
  .contactus .center {
    padding: 100px 25px 0;
  }
}
.contactus .center p {
  font-size: 28px;
  font-weight: 100;
  line-height: 34px;
  margin-bottom: 35px;
}
.contactus .center p b {
  font-weight: 300;
}
.contactus .center .phone {
  text-align: center;
}
.contactus .center .phone:hover i {
  background: #e30065;
  border-color: #e30065;
  color: #fff;
}
.contactus .center .phone i {
  width: 52px;
  height: 52px;
  line-height: 1.8;
  display: inline-block;
  border: 3px solid #e9e9e9;
  color: #6e6e6e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 26px;
  margin: 10px 20px 10px 0;
  vertical-align: middle;
}
.contactus .center .phone span {
  font-size: 20px;
  vertical-align: sub;
}
/* Praxis PERFEKT*/
.praxis {
  background: url(../images/landwirtschaft-background.png) no-repeat bottom left #fdfdfd;
  background-size: cover;
  text-align: center;
  padding: 135px 25px;
}
.praxis p {
  font-size: 35px;
  font-weight: 100;
  line-height: 40px;
  color: #e30065;
}
/* Footer PERFEKT*/
footer {
  font-size: 14px;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
footer:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  height: 4px;
  width: 100%;
  background: -moz-linear-gradient(left, #e47d00 0%, rgba(0, 0, 0, 0) 40%);
  background: -webkit-linear-gradient(left, #e47d00 0%, rgba(0, 0, 0, 0) 40%);
  background: linear-gradient(to right, #e47d00 0%, rgba(0, 0, 0, 0) 40%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47d00', endColorstr='#00000000', GradientType=1);
  z-index: 2;
}
footer:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  height: 4px;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 60%, #c700d0 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 60%, #c700d0 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 60%, #c700d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#c700d0', GradientType=1);
  z-index: 2;
}
footer .inner {
  border-top: 4px solid #e30065;
}
footer .inner .center {
  padding: 100px 25px 50px;
}
footer .inner .center .columns {
  text-align: center;
}
footer .inner .center .columns .left {
  display: inline-block;
  width: 34%;
  text-align: right;
  vertical-align: top;
  border-right: 3px solid #e9e9e9;
  padding-right: 80px;
}
@media (max-width: 980px) {
  footer .inner .center .columns .left {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    border-right: none;
  }
}
footer .inner .center .columns .left img {
  width: 190px;
}
@media (max-width: 980px) {
  footer .inner .center .columns .left img {
    margin: 0 auto;
  }
}
footer .inner .center .columns .left .minicontact {
  padding: 54px 2px 10px;
}
@media (max-width: 980px) {
  footer .inner .center .columns .left .minicontact {
    text-align: center;
  }
}
footer .inner .center .columns .right {
  display: inline-block;
  width: 35%;
  padding: 13px 0 18px;
  text-align: left;
  vertical-align: top;
  padding-left: 80px;
}
@media (max-width: 980px) {
  footer .inner .center .columns .right {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 50px;
  }
}
footer .inner .center .columns .right a.mailto {
  font-size: 16px;
}
footer .inner .center .columns .right .miniimpressum {
  font-size: 12px;
  color: #adadad;
  line-height: 1.7;
  margin-top: 47px;
}
footer .inner .center .columns .social {
  display: block;
  text-align: center;
  margin-top: 30px;
}
footer .inner .center .columns .social span {
  line-height: 20px;
  display: inline-block;
  vertical-align: super;
}
footer .inner .center .columns .social .facebook {
  text-align: center;
}
footer .inner .center .columns .social .facebook:hover i.fa-facebook {
  background: #3b589e;
  border-color: #3b589e;
  color: #fff;
}
footer .inner .center .columns .social .facebook i {
  width: 52px;
  height: 52px;
  line-height: 1.9;
  display: inline-block;
  border: 3px solid #e9e9e9;
  color: #6e6e6e;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 26px;
  margin: 10px 20px 10px 0;
}
@media (max-width: 980px) {
  footer .inner .center .columns .social .facebook i {
    margin: 10px 0;
  }
}
/* Overlay PERFEKT*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(88, 88, 88, 0.12);
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: scroll;
  z-index: 110;
}
.overlay .alert {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  padding: 60px 60px 80px;
  width: 100%;
  margin: 0 auto;
}
.overlay .alert .resp-nav {
  text-align: center;
  margin-top: 35px;
}
.overlay .alert .resp-nav ul li {
  font-size: 35px;
  font-weight: 100;
  padding: 25px 0;
}
.overlay .alert .resp-nav ul li .drop:hover {
  cursor: pointer;
  color: #e30065;
}
.overlay .alert .resp-nav ul li .drop.dropped {
  border-bottom: 3px dashed #e9e9e9;
  padding-bottom: 12px;
  color: #e30065;
}
.overlay .alert .resp-nav ul li .children {
  display: none;
  margin-top: 50px;
}
.overlay .alert .resp-nav ul li .children li {
  padding: 10px 0;
  font-size: 25px;
}
.overlay .alert .resp-nav a:hover {
  color: #e30065;
}
.overlay .alert .close {
  position: absolute;
  right: 15px;
  top: 36px;
  display: block;
  width: 52px;
  padding-top: 26px;
  padding-left: 10px;
  height: 52px;
}
.overlay .alert .close:hover {
  cursor: pointer;
}
.overlay .alert .close span {
  height: 2px;
  width: 32px;
  display: block;
  float: left;
  background: #575756;
  margin-bottom: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.overlay .alert .close span.bar_2 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-top: -7px;
}
.startvideo {
  position: absolute;
  width: 100%;
  height: 700px;
  left: 0;
  top: 126px;
  z-index: -120;
}
.startvideo video#bgvid {
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
}
@media (max-width: 800px) {
  .startvideo video#bgvid {
    display: none;
  }
}
.startvideo .bg-slide {
  display: none;
}
@media (max-width: 800px) {
  .startvideo .bg-slide {
    display: block;
  }
}
video.border-image {
  width: 100% !important;
  height: auto !important;
}
.mobilstall .mainbar ul.firstlevel li:first-child > a.menuwrap,
.feststall .mainbar ul.firstlevel li:nth-child(2) > a.menuwrap,
.referenzenpage .mainbar ul.firstlevel li:nth-child(3) > a.menuwrap,
.bildergalerie .mainbar ul.firstlevel li:nth-child(4) > a.menuwrap,
.ueber-uns .mainbar ul.firstlevel li:nth-child(5) > a.menuwrap,
.qualitaetsgefluegel .mainbar ul.firstlevel li:nth-child(6) > a.menuwrap,
.mobilstall .mainbar ul.firstlevel li:first-child span.pseudolink,
.feststall .mainbar ul.firstlevel li:nth-child(2) span.pseudolink,
.referenzenpage .mainbar ul.firstlevel li:nth-child(3) span.pseudolink,
.bildergalerie .mainbar ul.firstlevel li:nth-child(4) span.pseudolink,
.ueber-uns .mainbar ul.firstlevel li:nth-child(5) span.pseudolink,
.qualitaetsgefluegel .mainbar ul.firstlevel li:nth-child(6) span.pseudolink {
  border-bottom: 4px solid #e9e9e9;
}
::selection {
  background: #e30065;
  color: #fff;
}
::-moz-selection {
  background: #e30065;
  color: #fff;
}
#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   background-color: #e30065; 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:14px;
   color: white;
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   backgorund-color: white;
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}