body {
  color: #003c5c;
  font-family: "Source Sans Pro", sans-serif;
  min-width: 320px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  min-height: 100vh;
  position: relative;
  padding-bottom: 106px;
}

a,
a:hover {
  color: #003c5c;
  text-decoration: none;
}

.container-header {
  position: relative;
}
.container-header .logo-wrap {
  padding-top: 30px;
  max-width: 320px;
}
.container-header .login-serch-wrap {
  position: absolute;
  right: 10px;
  top: 60px;
}
.container-header .login-serch-wrap a {
  margin-left: 30px;
  display: inline-block;
}
.container-header .login-serch-wrap a i {
  font-size: 24px;
}
.container-header .partner-wrap {
  position: absolute;
  width: 150px;
  top: 10px;
  right: 200px;
}
.container-header .partner-wrap .tierschutzbund span {
  float: right;
  font-size: 0.8rem;
  line-height: 50px;
  padding-right: 5px;
}
.container-header .partner-wrap .tierschutzbund img {
  float: right;
  width: 50px;
}
@media (min-width: 1024px) {
  .container-header .partner-wrap {
    top: 30px;
    right: 100px;
    width: 450px;
  }
  .container-header .partner-wrap .tierschutzbund {
    float: left;
    margin-right: 15px;
  }
  .container-header .partner-wrap .tierschutzbund span {
    line-height: 90px;
    padding-right: 10px;
  }
  .container-header .partner-wrap .tierschutzbund img {
    padding-top: 8px;
    width: 70px;
  }
  .container-header .partner-wrap .tierschutzverband {
    margin-top: 25px;
    float: left;
    width: 250px;
  }
}
@media (min-width: 1200px) {
  .container-header .partner-wrap {
    top: 30px;
    right: 160px;
    width: 450px;
  }
  .container-header .partner-wrap .tierschutzbund {
    float: left;
    margin-right: 15px;
  }
  .container-header .partner-wrap .tierschutzbund span {
    line-height: 90px;
    padding-right: 10px;
  }
  .container-header .partner-wrap .tierschutzbund img {
    width: 90px;
    padding-top: 0px;
  }
  .container-header .partner-wrap .tierschutzverband {
    margin-top: 25px;
    float: left;
    width: 250px;
  }
}
@media (max-width: 767px) {
  .container-header .partner-wrap {
    display: none;
  }
}
.navbar {
  padding-left: 0;
  padding-right: 0;
}
.navbar ul.nav {
  width: 100%;
}
.navbar ul.nav > li > a {
  font-size: 20px;
}
.navbar ul.nav li.nav-item:first-child a.nav-link {
  padding-left: 0;
}
.navbar ul.nav .nav-link.active {
  font-weight: bold;
  color: rgb(0, 60, 92);
}
.navbar ul.nav li a {
  position: relative;
  display: block;
  color: #003c5c;
}
.navbar ul.nav li a .fas {
  position: absolute;
  right: 5px;
  top: 8px;
}
.navbar ul.nav li a.open .fas:before {
  content: "\f106";
}
.navbar ul.nav li a:hover, .navbar ul.nav li a:active {
  text-decoration: none;
  background-color: #f8f9fa;
  color: #003c5c;
}
.navbar ul.level-2 {
  background-color: #cbd6e1;
  border: none;
  position: relative;
  -webkit-box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 14px -4px rgba(0, 0, 0, 0.75);
  /*
  &:after{
    top: 0px;
    left:20%;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
  }
  */
}
.navbar ul.level-2 li {
  border-bottom: 1px solid #003c5c;
}
.navbar ul.level-2 li:last-child {
  border-bottom: none;
}
.navbar ul.level-2 a.current {
  font-weight: bold;
}
.navbar.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 60, 92);
}

#sec-hilfe-finden a.nav-link.active22 {
  color: #cbe9ea;
}
#sec-hilfe-finden ul.level-2 {
  background-color: #cbe9ea;
}
#sec-hilfe-finden ul.level-2:after {
  left: 25%;
}

#sec-hilfe-geben a.nav-link.active22 {
  color: #c1dfc9;
}
#sec-hilfe-geben ul.level-2 {
  background-color: #c1dfc9;
}
#sec-hilfe-geben ul.level-2:after {
  left: 50%;
}

#sec-wissenswertes a.nav-link.active22 {
  color: #f2f09a;
}
#sec-wissenswertes ul.level-2 {
  background-color: #f2f09a;
}
#sec-wissenswertes ul.level-2:after {
  left: 30%;
}

#sec-verein ul.level-2:after {
  left: 40%;
}

.dropdown-submenu {
  position: relative;
  padding-right: 0px;
}
.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

ol.breadcrumb {
  background-color: transparent;
  border-radius: 0;
  padding-left: 0;
}
ol.breadcrumb li a:hover {
  text-decoration: none;
}
ol.breadcrumb li > span {
  font-weight: bold;
}
ol.breadcrumb li > a > span {
  font-weight: normal;
}
ol.breadcrumb li > a {
  border-right: 1px solid #023a5b;
  padding-right: 7px;
  margin-right: 7px;
}

#scroll2top {
  position: fixed;
  bottom: 130px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 1s;
  height: 0;
}
#scroll2top a {
  background-image: url(/fileadmin/icons/Icon-Pfeil-nach-oben-blau.svg);
  width: 102px;
  height: 100px;
  bottom: 30px;
  background-size: cover;
  display: block;
  float: right;
  margin-right: -125px;
}
#scroll2top.show {
  opacity: 1;
  transition-delay: 2s;
}

#pid1 ol.breadcrumb {
  display: none;
}

.tiere {
  color: #54769c;
}

.dce-fine-say {
  padding-top: 50px;
  padding-bottom: 50px;
}
.dce-fine-say .text-wrap {
  background-color: #023a5b;
  color: #fff;
  padding: 10px 40px;
  margin-top: 20px;
  position: relative;
}
.dce-fine-say .text-wrap:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  top: 30px;
  left: -160px;
  border-style: solid;
  border-width: 0 0 30px 160px;
  border-color: transparent transparent #023a5b transparent;
}
.dce-fine-say .text-wrap h3 {
  margin: 0;
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .dce-fine-say .col-img img {
    max-width: 50%;
  }
  .dce-fine-say .col-text {
    margin-bottom: 30px;
  }
  .dce-fine-say .col-text .text-wrap:after {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    top: auto;
    bottom: -50px;
    left: 50%;
    border-style: solid;
    /*
            border-width:   160px 30px 0 0;
            border-color: transparent transparent #023a5b transparent;
    */
    border-width: 50px 30px 0 0;
    border-color: #023a5b transparent transparent transparent;
  }
  .dce-fine-say .col-text .text-wrap h3 {
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .dce-fine-say .col-text .text-wrap {
    padding: 10px 10px;
  }
}
.footnote {
  background-color: #cdd4e0;
}
.footnote .container-footnote {
  position: relative;
}
.footnote .paw-right, .footnote .paw-left {
  position: absolute;
  width: 68px;
  height: 78px;
  background-size: cover;
}
.footnote .paw-right {
  background-image: url(/fileadmin/icons/Icon-Pfote-rechts-blau.svg);
  right: -85px;
  bottom: 30px;
}
.footnote .paw-left {
  background-image: url(/fileadmin/icons/Icon-Pfote-links-blau.svg);
  left: -85px;
  top: 30px;
}

.dce-on-page-menu ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.dce-on-page-menu ul li {
  float: left;
  margin-right: 30px;
}
.dce-on-page-menu ul li a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 114px;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 114px;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-on-page-menu ul li a.active {
  background-image: url(/fileadmin/icons/Icon-Button1-hellblau.svg);
}
.dce-on-page-menu ul li a.active {
  background-image: url(/fileadmin/icons/Icon-Button1-hellblau.svg);
}
.dce-on-page-menu ul li:nth-child(2) a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 114px;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-on-page-menu ul li:nth-child(2) a.active {
  background-image: url(/fileadmin/icons/Icon-Button2-hellblau.svg);
}
.dce-on-page-menu ul li:nth-child(3) a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 114px;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-on-page-menu ul li:nth-child(3) a.active {
  background-image: url(/fileadmin/icons/Icon-Button3-hellblau.svg);
}
.dce-on-page-menu ul li:nth-child(4) a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 124;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-on-page-menu ul li:nth-child(4) a.active {
  background-image: url(/fileadmin/icons/Icon-Button4-hellblau.svg);
}
.dce-on-page-menu ul li:nth-child(5) a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 124;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-on-page-menu ul li:nth-child(5) a.active {
  background-image: url(/fileadmin/icons/Icon-Button1-hellblau.svg);
}
.dce-on-page-menu ul li:nth-child(6) a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 124;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-on-page-menu ul li:nth-child(6) a.active {
  background-image: url(/fileadmin/icons/Icon-Button2-hellblau.svg);
}
.dce-on-page-menu ul li a.link-page-22 {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 124;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
  width: auto;
}
.dce-on-page-menu ul li a.link-page-22.active {
  background-image: url(/fileadmin/icons/Icon-Button5-hellblau.svg);
}

/*
@media (max-width: 1199px){
  .dce-on-page-menu ul li{
    width:30%;
    text-align: center;
    background-color: #023a5b;
    margin-bottom: 15px;
    a{
      display: inline-block;
      height:auto!important;

    }

  }
}

@media (max-width: 991px){
  .dce-on-page-menu ul li{
    width:40%;
  }
}

@media (max-width: 768px){
  .dce-on-page-menu ul li{
    width:40%;
  }
}
*/
/* fussspuren ausgeschaltet */
/**/
@media (max-width: 1199px) {
  .dce-on-page-menu.paw-menu ul li {
    width: 30%;
    text-align: center;
    margin-bottom: 15px;
  }
  .dce-on-page-menu.paw-menu ul li a {
    display: block;
    height: auto !important;
    background-image: none !important;
    background-color: #023a5b;
    width: 100%;
  }
  .dce-on-page-menu.paw-menu ul li a.active {
    background-color: #54769C;
  }
}
@media (max-width: 991px) {
  .dce-on-page-menu.paw-menu ul li {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .dce-on-page-menu.paw-menu ul li {
    width: 40%;
  }
}
@media (max-width: 575px) {
  .dce-on-page-menu.paw-menu {
    margin-top: 30px;
  }
  .dce-on-page-menu.paw-menu ul li {
    width: 100%;
  }
}
.dce-on-page-menu.overview ul {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.dce-on-page-menu.overview ul li {
  float: left;
  margin-right: 0;
  width: 25%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.dce-on-page-menu.overview ul li a {
  background: none;
  background-image: none !important;
  background-color: #023a5b;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 10px;
  width: auto;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  hyphens: auto;
}
.dce-on-page-menu.overview ul li a:active {
  background-image: none;
}

@media (max-width: 1199px) {
  .dce-on-page-menu.overview ul li {
    width: 33.3%;
  }
}
@media (max-width: 991px) {
  .dce-on-page-menu.overview ul li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .dce-on-page-menu.overview ul li {
    width: 100%;
  }
}
.dce-link-boxes-start {
  background-color: #0d3b5c;
  color: #fff;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
.dce-link-boxes-start a {
  color: #fff;
}
.dce-link-boxes-start .title-wrap {
  background-color: #54789c;
  padding: 10px 40px;
}
.dce-link-boxes-start .title-wrap h3 {
  border-bottom: 2px solid #fff;
  font-weight: 600;
  padding-bottom: 0.5rem;
}
.dce-link-boxes-start .title-wrap h4 {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.dce-link-boxes-start img {
  border: 2px solid #54789c;
}
.dce-link-boxes-start.lightblue {
  background-color: #d9e0e8;
}
.dce-link-boxes-start.white {
  background-color: #fff;
}

@media (max-width: 767px) {
  .dce-link-boxes-start .link-boxes-item {
    margin-bottom: 30px;
  }
}
.dce-standard-text h3 {
  font-weight: 700;
}

.dce-faq-block .faq-block-wrap {
  border-top: 2px solid #023a5b;
}
.dce-faq-block .faq-block-wrap:last-child {
  border-bottom: 2px solid #023a5b;
}
.dce-faq-block .faq-block-wrap .answer-icon,
.dce-faq-block .faq-block-wrap .question-icon {
  float: left;
  margin-top: 15px;
}
.dce-faq-block .faq-block-wrap .question,
.dce-faq-block .faq-block-wrap .answer {
  padding: 15px 0;
  margin-left: 60px;
}
.dce-faq-block .faq-block-wrap .question {
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
}

.dce-img-full {
  padding: 60px 0;
}
.dce-img-full.fullscreen {
  padding: 0;
}
.dce-img-full.fullscreen img {
  width: 100%;
}

.dce-blue-center-text {
  margin-bottom: 60px;
}
.dce-blue-center-text .text {
  background-color: #5c7799;
  color: #fff;
  padding: 30px 100px;
  text-align: center;
}
.dce-blue-center-text .text p {
  margin-bottom: 0;
}

.dce-image-links {
  padding-top: 30px;
  padding-bottom: 30px;
}
.dce-image-links .imagelink-wrap {
  padding-bottom: 30px;
}
.dce-image-links .imagelink-wrap h3 {
  background-color: #023a5b;
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 10px;
}
.dce-image-links .imagelink-wrap img {
  width: 100%;
  height: auto;
}

.dce-anchor-menu ul {
  padding: 0;
  list-style-type: none;
  padding-left: 0;
}
.dce-anchor-menu ul li {
  float: left;
  margin-right: 30px;
}
.dce-anchor-menu ul li a {
  padding: 5px 20px;
  border-bottom: 1px solid #023a5b;
}

@media (max-width: 991px) {
  .dce-anchor-menu ul li {
    width: 30%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .dce-anchor-menu ul li a {
    display: block;
    margin-right: 15px;
    margin-left: 15px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .dce-anchor-menu ul li {
    width: 45%;
  }
}
@media (max-width: 575px) {
  .dce-anchor-menu ul li {
    width: 100%;
  }
}
.dce-text-2-columns {
  margin-bottom: 60px;
}
.dce-text-2-columns h3 {
  font-weight: 700;
}

.dce-text-img-2-columns {
  margin-bottom: 60px;
}
.dce-text-img-2-columns h3 {
  font-weight: 700;
}

.dce-photo-link {
  margin-bottom: 60px;
}
.dce-photo-link .item-wrap .img-wrap {
  padding: 15px;
  border: 1px solid #ccc;
  transform: rotate(-2deg);
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 5px 26px 0px rgb(204, 204, 204);
  -moz-box-shadow: 5px 5px 26px 0px rgb(204, 204, 204);
  box-shadow: 5px 5px 26px 0px rgb(204, 204, 204);
}
.dce-photo-link .item-wrap .link-wrap a {
  display: block;
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 300;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-photo-link .item-wrap .link-wrap a.active {
  background-image: url(/fileadmin/icons/Icon-Button1-hellblau.svg);
}
.dce-photo-link .item-col:nth-child(2) .link-wrap a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 300;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-photo-link .item-col:nth-child(2) .link-wrap a.active {
  background-image: url(/fileadmin/icons/Icon-Button2-hellblau.svg);
}
.dce-photo-link .item-col:nth-child(2) .img-wrap {
  transform: rotate(1deg);
}
.dce-photo-link .item-col:nth-child(3) .link-wrap a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 300;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-photo-link .item-col:nth-child(3) .link-wrap a.active {
  background-image: url(/fileadmin/icons/Icon-Button3-hellblau.svg);
}
.dce-photo-link .item-col:nth-child(3) .img-wrap {
  transform: rotate(-1deg);
}
.dce-photo-link .item-col:nth-child(4) .link-wrap a {
  padding: 10px 20px;
  background-image: url(/fileadmin/icons/Icon-Button4.svg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  width: 300;
  height: 54px;
  text-align: center;
  line-height: 34px;
  background-position: center center;
}
.dce-photo-link .item-col:nth-child(4) .link-wrap a.active {
  background-image: url(/fileadmin/icons/Icon-Button4-hellblau.svg);
}
.dce-photo-link .item-col:nth-child(4) .img-wrap {
  transform: rotate(2deg);
}
.dce-photo-link .item-wrap .link-wrap a {
  height: 74px !important;
  line-height: 54px !important;
  font-size: 1.6rem !important;
}

.dce-pink-box {
  background-color: #f9b9b0;
  padding: 15px;
  min-height: 130px;
  padding-left: 130px;
  position: relative;
}
.dce-pink-box .text-wrap h3 {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.dce-pink-box .text-wrap p:last-child {
  margin-bottom: 0;
}
.dce-pink-box .icon-wrap {
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 15px;
  height: 100px;
  margin-top: -50px;
}

.dce-hunde-auslauf {
  margin-bottom: 60px;
}
.dce-hunde-auslauf .item {
  border-bottom: 3px solid #023a5b;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.dce-hunde-auslauf .item h3 {
  font-weight: bold;
  margin-bottom: 0.8rem;
}
.dce-hunde-auslauf .item .text-wrap {
  margin-top: 15px;
}

.sg3w-grid-two-columns {
  margin-bottom: 60px;
}

.sg3w-grid-three-columns {
  margin-bottom: 60px;
}

.container .container {
  /* max-width: 100%;*/
}

.tx-felogin-pi1 {
  margin-bottom: 60px;
}
.tx-felogin-pi1 h3 {
  font-weight: bold;
}
.tx-felogin-pi1 form {
  margin-top: 30px;
}

.btn-space {
  margin-right: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.typo3-messages {
  list-style-type: none;
  padding: 0;
}
.typo3-messages .alert-message {
  margin-bottom: 0;
}

.tx-lostpets {
  margin-bottom: 60px;
}
.tx-lostpets .list-thumbnail {
  border: 1px solid #ccc;
  padding: 15px;
}
.tx-lostpets .pet-row {
  border-bottom: 1px solid #0F3A5C;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.tx-lostpets table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
}
.tx-lostpets table th {
  vertical-align: top;
  font-weight: bold;
  width: 40%;
}
.tx-lostpets table td {
  vertical-align: top;
  width: 60%;
}
.tx-lostpets .not-public {
  opacity: 0.5;
}
.tx-lostpets .edit-form .photo-wrap {
  margin-bottom: 30px;
}
.tx-lostpets .edit-form .photo-wrap .photo-frame {
  position: relative;
  border: 1px solid #003c5c;
  border-radius: 3px;
  padding: 4px;
  max-width: 308px;
}
.tx-lostpets .edit-form .photo-wrap .photo-frame a.btn {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.tx-lostpets .bar {
  height: 1px;
  background-color: #cdd4e0;
  margin-bottom: 1rem;
}
.tx-lostpets .bar.bar-top-space {
  margin-top: 1rem;
}
.tx-lostpets .thumbnail-gallary {
  margin-top: 30px;
}
.tx-lostpets .thumbnail-gallary img {
  float: left;
  margin-right: 30px;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.tx-lostpets .latest-wrap {
  margin-bottom: 30px;
  border: 2px solid #023a5b;
}
.tx-lostpets .latest-wrap .img-wrap {
  text-align: center;
}
.tx-lostpets .latest-wrap .img-wrap img {
  width: 100%;
  height: auto;
}
.tx-lostpets .latest-wrap h3 {
  background-color: #023a5b;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 0;
}
.tx-lostpets .latest-wrap h3 a {
  color: #fff;
}
.tx-lostpets .latest-wrap .text-wrap {
  padding: 15px;
}
.tx-lostpets .dce-pink-box {
  margin-top: 30px;
}
.tx-lostpets .no-pets {
  margin-top: 60px;
  margin-bottom: 160px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 767px) {
  .tx-lostpets h1 {
    font-size: 1.5rem;
  }
  .tx-lostpets .col-btn-wrap {
    display: inline-flex;
    flex-flow: row wrap;
    width: 100%;
  }
  .tx-lostpets .col-btn-wrap a, .tx-lostpets .col-btn-wrap input {
    display: block;
    flex: 1 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .tx-lostpets .col-btn-wrap a.btn-delete, .tx-lostpets .col-btn-wrap input.btn-delete {
    order: 4;
  }
  .tx-lostpets .col-btn-wrap a.btn-public, .tx-lostpets .col-btn-wrap input.btn-public {
    order: 3;
  }
  .tx-lostpets .col-btn-wrap a.btn-preview, .tx-lostpets .col-btn-wrap input.btn-preview {
    order: 2;
  }
  .tx-lostpets .col-btn-wrap a.btn-edit, .tx-lostpets .col-btn-wrap input.btn-edit {
    order: 1;
  }
  .tx-lostpets .col-btn-wrap a.btn-save, .tx-lostpets .col-btn-wrap input.btn-save {
    order: 1;
  }
}
/*

textarea.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }

    input.f3-form-error {
        background-color:#FF9F9F;
        border: 1px #FF0000 solid;
    }


    .typo3-messages .message-error {
        color:red;
    }

    .typo3-messages .message-ok {
        color:green;
    }*/
.news.news-single {
  margin-bottom: 60px;
}
.news.news-single h1 {
  padding: 10px 20px;
  font-size: 22px;
  background-color: #de716b;
  color: #fff;
  margin-bottom: 1em;
}
.news.news-single h1 time {
  float: right;
}
.news.news-single .container-news-content {
  width: 100%;
  margin-top: 45px;
}
.news.news-single .thumbnail img {
  width: 100%;
}
.news.news-single .news-text-wrap {
  margin-top: 30px;
}
.news.news-single .lead {
  font-weight: 600;
}
.news .news-list-view {
  margin-bottom: 60px;
}
.news .news-list-view .news-list-item {
  position: relative;
  border: 4px solid #ef6966;
  margin-bottom: 30px;
}
.news .news-list-view .news-list-item h3 {
  background-color: #ef6966;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 15px;
  margin: 0;
  min-height: 82px;
}
.news .news-list-view .news-list-item h3 a {
  color: #fff;
}
.news .news-list-view .news-list-item .text {
  padding: 15px 15px;
}
.news .news-list-view .img-wrap img {
  width: 100%;
  height: auto;
}
.news .news-list-view .page-navigation {
  margin-left: auto;
  margin-right: auto;
}
.news .news-list-view .page-navigation .pagination li {
  margin-right: 5px;
}
.news .news-list-view .page-navigation .pagination li span, .news .news-list-view .page-navigation .pagination li a {
  border: 1px solid #ef6966;
  padding: 5px 10px;
  background-color: #ef6966;
  color: #fff;
}
.news .news-list-view .page-navigation .pagination li span {
  background-color: #fff;
  color: #ef6966;
}

#c602 {
  min-height: 400px;
  padding-bottom: 80px;
}

.tx-indexedsearch-searchbox {
  padding-bottom: 20px;
}

.tx-indexedsearch-info {
  display: none;
}

.skin-hilfe-finden .dce-fine-say .text-wrap {
  color: #fff;
  background-color: #79BCC4;
}
.skin-hilfe-finden .dce-fine-say .text-wrap:after {
  border-color: transparent transparent #79BCC4 transparent;
}
@media (max-width: 991px) {
  .skin-hilfe-finden .dce-fine-say .col-text .text-wrap:after {
    border-width: 50px 30px 0 0;
    border-color: #79BCC4 transparent transparent transparent;
  }
}
.skin-hilfe-finden .dce-blue-center-text .text {
  background-color: #79BCC4;
}
.skin-hilfe-finden .footnote {
  background-color: #C1E4E6;
}
.skin-hilfe-finden .footnote .paw-right {
  background-image: url(/fileadmin/icons/Icon-Pfote-rechts-weiss.svg);
}
.skin-hilfe-finden .footnote .paw-left {
  background-image: url(/fileadmin/icons/Icon-Pfote-links-weiss.svg);
}
.skin-hilfe-finden #scroll2top a {
  background-image: url(/fileadmin/icons/Icon-Pfeil-nach-oben-hellblau.svg);
}

.skin-hilfe-geben .dce-fine-say .text-wrap {
  color: #fff;
  background-color: #85C095;
}
.skin-hilfe-geben .dce-fine-say .text-wrap:after {
  border-color: transparent transparent #85C095 transparent;
}
@media (max-width: 991px) {
  .skin-hilfe-geben .dce-fine-say .col-text .text-wrap:after {
    border-width: 50px 30px 0 0;
    border-color: #85C095 transparent transparent transparent;
  }
}
.skin-hilfe-geben .dce-blue-center-text .text {
  background-color: #85C095;
}
.skin-hilfe-geben .footnote {
  background-color: #C1DFC9;
}
.skin-hilfe-geben .footnote .paw-right {
  background-image: url(/fileadmin/icons/Icon-Pfote-rechts-weiss.svg);
}
.skin-hilfe-geben .footnote .paw-left {
  background-image: url(/fileadmin/icons/Icon-Pfote-links-weiss.svg);
}
.skin-hilfe-geben #scroll2top a {
  background-image: url(/fileadmin/icons/Icon-Pfeil-nach-oben-gruen.svg);
}

.skin-wissenswertes .dce-fine-say .text-wrap {
  color: #003C5C;
  background-color: #E5E138;
}
.skin-wissenswertes .dce-fine-say .text-wrap:after {
  border-color: transparent transparent #E5E138 transparent;
}
@media (max-width: 991px) {
  .skin-wissenswertes .dce-fine-say .col-text .text-wrap:after {
    border-width: 50px 30px 0 0;
    border-color: #E5E138 transparent transparent transparent;
  }
}
.skin-wissenswertes .dce-blue-center-text .text {
  background-color: #E5E138;
}
.skin-wissenswertes .footnote {
  background-color: #F1F297;
}
.skin-wissenswertes .footnote .paw-right {
  background-image: url(/fileadmin/icons/Icon-Pfote-rechts-weiss.svg);
}
.skin-wissenswertes .footnote .paw-left {
  background-image: url(/fileadmin/icons/Icon-Pfote-links-weiss.svg);
}
.skin-wissenswertes #scroll2top a {
  background-image: url(/fileadmin/icons/Icon-Pfeil-nach-oben-gelb.svg);
}

.skin-aktuelles .dce-fine-say .text-wrap {
  color: #fff;
  background-color: #ef6966;
}
.skin-aktuelles .dce-fine-say .text-wrap:after {
  border-color: transparent transparent #ef6966 transparent;
}
@media (max-width: 991px) {
  .skin-aktuelles .dce-fine-say .col-text .text-wrap:after {
    border-width: 50px 30px 0 0;
    border-color: #ef6966 transparent transparent transparent;
  }
}
.skin-aktuelles .dce-blue-center-text .text {
  background-color: #ef6966;
}
.skin-aktuelles #scroll2top a {
  background-image: url(/fileadmin/icons/Icon-Pfeil-nach-oben-rosa.svg);
}

footer {
  color: #fff;
  background-color: #0f3a5c;
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer .footer-wrap {
  justify-content: right;
}
footer .logo-wrap {
  justify-content: left;
}
footer .logo-wrap img {
  max-width: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
footer .generic {
  justify-content: right;
}
footer .generic .copyright {
  float: left;
}
footer .generic ul.footer-menu {
  float: left;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 10px;
}
footer .generic ul.footer-menu li {
  float: left;
}
footer .generic ul.footer-menu li a {
  border-left: 1px solid #fff;
  margin-left: 5px;
  padding-left: 5px;
  color: #fff;
}
footer .generic ul.footer-menu li:last-child a {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 5px;
}

.break-out {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.pink-bg {
  background-color: #ef6966;
}

.marquee {
  width: 100%;
  overflow: hidden;
  color: #fff;
}
.marquee a {
  color: #fff;
}

.tx-powermail {
  margin-bottom: 60px;
}
.tx-powermail .powermail_legend {
  display: none;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 3.75rem 1.25rem;
  font-size: 1.3rem;
  /* line-height: 2.5rem; */
  font-weight: bold;
  color: #003c5c;
}

@media (min-width: 992px) {
  .dce-link-boxes-start .col-img {
    background: none !important;
  }
  .dce-image-links .imagelink-wrap .col-image-wrap {
    background: none !important;
  }
}
@media (min-width: 1200px) {
  .sg3w-grid .register {
    padding-left: 50px;
  }
}
@media (max-width: 1199px) {
  #scroll2top .container {
    max-width: 100%;
    width: 100%;
  }
  #scroll2top a {
    width: 71px;
    height: 70px;
    margin-right: 15px;
  }
  #scroll2top.show {
    opacity: 0.5;
  }
  .footnote .paw-right, .footnote .paw-left {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar ul.nav li a {
    text-align: center;
  }
  .navbar-collapse {
    width: 100%;
  }
  .navbar-collapse .nav-fill .nav-item {
    width: 100%;
  }
  .navbar-collapse .nav-fill .nav-item .dropdown-item {
    white-space: normal;
  }
  .navbar ul.level-2,
  .navbar ul.level-3 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .dce-link-boxes-start .link-boxes-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .dce-link-boxes-start .link-boxes-item .col-title {
    padding-right: 0;
    padding-left: 0;
    background-color: #54789c;
  }
  .dce-link-boxes-start .link-boxes-item .col-title .title-wrap {
    display: flex;
    flex-direction: column;
  }
  .dce-link-boxes-start .link-boxes-item .col-img {
    padding-left: 0;
    padding-right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    border-right: 1px solid #54789c;
    border-top: 1px solid #54789c;
    border-bottom: 1px solid #54789c;
  }
  .dce-link-boxes-start .link-boxes-item .col-img .img-wrap {
    display: none;
    border-right: 1px solid #54789c;
    border-top: 1px solid #54789c;
    border-bottom: 1px solid #54789c;
  }
  .dce-link-boxes-start .link-boxes-item .col-img img {
    border: none;
    visibility: hidden;
  }
  .dce-image-links .imagelink-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .dce-image-links .imagelink-wrap .col-text-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #023a5b;
    padding: 10px 0;
  }
  .dce-image-links .imagelink-wrap .col-text-wrap h3 {
    margin-bottom: 0;
  }
  .dce-image-links .imagelink-wrap .col-image-wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
  }
  .dce-image-links .imagelink-wrap .col-image-wrap img {
    display: none;
  }
  .container-header .logo-wrap {
    width: 250px;
    padding-top: 0;
  }
  .container-header .navbar-toggler {
    position: absolute;
    top: -40px;
    right: 0;
  }
  .container-header .login-serch-wrap {
    position: absolute;
    right: 90px;
    top: 40px;
  }
  .container-header .login-serch-wrap a {
    margin-left: 15px;
  }
  .container-header .partner-wrap {
    top: 5px;
  }
  footer .generic {
    margin-top: 50px;
  }
  footer .generic ul.footer-menu {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
  }
  footer .generic ul.footer-menu li:last-child a {
    border-right: none;
  }
  footer .generic ul.footer-menu li:first-child a {
    border-left: none;
  }
  footer .logo-wrap img {
    max-width: 200px;
    margin-top: 50px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .dce-img-full {
    padding: 15px 0;
  }
  .dce-faq-block .faq-block-wrap .answer-icon img {
    width: 20px;
    height: auto;
  }
  .dce-faq-block .faq-block-wrap .question-icon img {
    width: 30px;
    height: auto;
  }
  .dce-blue-center-text .text {
    padding: 15px;
  }
}
@media (max-width: 575px) {
  .breadcrumb {
    display: none;
  }
  .dce-link-boxes-start .link-boxes-item .col-title .title-wrap {
    padding: 10px 10px;
  }
  .dce-link-boxes-start .link-boxes-item .col-title .title-wrap h3 {
    font-size: 1.2rem;
  }
  .dce-link-boxes-start .link-boxes-item .col-title .title-wrap h4 {
    font-size: 1.1rem;
  }
  .dce-pink-box {
    padding-left: 15px;
  }
  .dce-pink-box .icon-wrap {
    display: none;
  }
  footer .logo-wrap img {
    max-width: 150px;
  }
  footer .generic ul.footer-menu {
    font-size: 1rem;
    width: 400px;
  }
  footer .generic .copyright {
    font-size: 0.9rem;
  }
  .container-header .logo-wrap {
    width: 200px;
    padding-top: 20px;
  }
}
@media (max-width: 400px) {
  .container-header .login-serch-wrap {
    right: 30px;
    top: 5px;
  }
  .container-header .login-serch-wrap a {
    margin-left: 15px;
  }
  footer .logo-wrap img {
    max-width: 100px;
  }
  footer .generic ul.footer-menu {
    font-size: 0.8rem;
    width: 320px;
  }
  footer .generic .copyright {
    font-size: 0.75rem;
  }
}
.btn-big {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 0px;
  width: auto;
  line-height: normal;
}

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