html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #eaf7df;
  margin-top: 80px;
}

/* permanent-marker-regular - latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/permanent-marker-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../Fonts/permanent-marker-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/permanent-marker-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/permanent-marker-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/permanent-marker-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/permanent-marker-v16-latin-regular.svg#PermanentMarker') format('svg'); /* Legacy iOS */
}

/* overpass-regular - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/overpass-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../Fonts/overpass-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/overpass-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/overpass-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/overpass-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/overpass-v10-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}

/* overpass-900 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 900;
  src: url('../Fonts/overpass-v10-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
  url('../Fonts/overpass-v10-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../Fonts/overpass-v10-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  url('../Fonts/overpass-v10-latin-900.woff') format('woff'), /* Modern Browsers */
  url('../Fonts/overpass-v10-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../Fonts/overpass-v10-latin-900.svg#Overpass') format('svg'); /* Legacy iOS */
}


h1.page-header {
  font-family: 'Permanent Marker';
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  color: #71786c;
  margin-bottom: 4rem;
  margin-top: 2rem;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1rem;
}


h2 {
  font-family: 'Permanent Marker';
  font-size: 35px;
  color: #71786c;
  margin-bottom: 1rem;
}

h3 {
  font-family: 'Permanent Marker';
  font-size: 25px;
  color: #71786c;
  margin-bottom: 1rem;
}

h4 {
  font-family: 'Permanent Marker';
  font-size: 20px;
  color: #71786c;
  margin-bottom: 1rem;
}

p, li {
  font-family: Overpass;
  font-size: 17px;
}

li a {
  font-family: Overpass;
  font-size: 17px;
}

/************************************************/
/* Inhalte aus TestnaviCss/style.css  -> BEGINN */
/************************************************/
/*
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative; }
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

*/
a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
a, a:hover {
  text-decoration: none !important; }

.hero {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.top-bar {
  padding: .5rem 0;
  background: #eee; }
.top-bar a {
  color: #666666; }

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem; }
/*
@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem; } }
*/
.site-navbar .toggle-button {
  position: absolute;
  right: 0px; }
.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3; }
@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative; } }
.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important; }
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0; }
.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important; }
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block; }
.site-navbar .site-navigation .site-menu > li {
  display: inline-block; }
.site-navbar .site-navigation .site-menu > li > a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px 0px;
  color: #000 !important;
  display: inline-block;
  text-decoration: none !important; }
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #007bff; }
.site-navbar .site-navigation .site-menu .has-children {
  position: relative; }
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px; }
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon'; }
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important; }
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f8f9fa;
  color: #ced4da; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\e315";
  right: 20px; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
  max-height: 300%;
  overflow-y: scroll; }
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f8f9fa;
  color: #ced4da; }
.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #007bff; }
.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer; }
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px; }
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none; }
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px; }
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529; }
.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff; }
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block; }
.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff; }
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa; }
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%; }
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px; }
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block; }
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px; }
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto; }
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important; }

.sticky-wrapper {
  position: relative;
  z-index: 100;
  width: 100%; }
.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
.sticky-wrapper .site-navbar {
  background: #fff; }
.sticky-wrapper .site-navbar .site-logo a {
  color: #fff; }
.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important; }
.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important; }
.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff; }
.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important; }
.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important; }
.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }
@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important; } }
/************************************************/
/* Inhalte aus TestnaviCss/style.css  -> ENDE   */
/************************************************/

.flexboxmain {
  flex: 1;
}

body.layout-pagets__1colslider {
  padding-top: 76px;
}

#startpage-navcolor {
  background-color: transparent; !important;
  box-shadow: none;
}


.sticky-wrapper .site-navbar {
  transition: inherit;
}

#sticky-wrapper > .startpage-navcolor {
  background-color: inherit;
}

header.slider {
  margin-bottom: 2rem;
}

.contactdata {
  margin-bottom: 3rem;
}

.contactdata header h4 {
  font-family: Overpass;
  font-size: 1.5rem;
  font-weight: bold;
}

.formdsgvo {
  font-family: Overpass;
}

footer {
  background-color: #A2AB9A;
  border-top: 1px solid #79ff00;
  margin-top: 3rem;
}

.footeradjust {
  margin-top: 0;
}

.footercontent {
  background: #444;
  padding: 2rem 0;
  color: #ddd !important;
  margin-top: 3rem;
}

.footerContentBesuch {
  padding-left: 0;
}

.footerContentBesuch p, .footerContentKontakt p {
  color: #212529;
}

.footerContentBesuch h5, .footerContentKontakt h5, .footerContentInfos h5 {
  font-weight: bold;
}

.footerContentInfos a.nav-link {
  padding-right: 0;
}

.frame-padding {
  padding: 2rem;
  background: #eee;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .dropdown-item {
  color: #fff;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #9a5200;
}

#navbarNavDropdown li a.current {
  font-weight: bold;
}
#navbarNavDropdown li a.active {
  font-style: italic;
}

.site-navbar-shadow {
  box-shadow: 0px 10px 14px -7px #bbdee3;
}


header.site-navbar {
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
}

.site-navbar .site-logo {
  position: relative;
}

.site-navbar .site-navigation .site-menu {
  padding-left: 0;
}


.site-navbar .site-navigation .site-menu > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  border-top: 2px solid #91b96f;
}


.site-navbar .site-navigation .site-menu > li:last-child {
  position: relative;
  left:4rem;
  box-shadow: 0px 10px 14px -7px #22646e;
  background:linear-gradient(to bottom, #a2ab9a 5%, #82897b 100%);
  background-color:#a2ab9a;
  border-radius:8px;
  display:inline-block;
  cursor:pointer;
  color:#ffffff;
  font-size:18px;
  font-weight:bold;
  padding:0 5px;
  text-decoration:none;
  text-shadow:0px 1px 0px #3d768a;
}


.site-navbar .site-navigation .site-menu > li:last-child:hover {
  background:linear-gradient(to bottom, #82897b 5%, #a2ab9a 100%);
  background-color:#82897b;
  color: #FFFFFF !important;
}


.site-navbar .site-navigation .site-menu > li:last-child > a:hover {
 color: #FFFFFF !important;
}


.animalsinglepictures .ce-border img,
.bigpictureanimalsingle .ce-border img,
.ce-border img,
.ce-border iframe {
  border: 5px solid #FFFFFF;
}


.ce-gallery figure {
  text-align: center;
}


.frame-layout-23 .ce-left .ce-gallery figcaption {
  left: 30px;
}

.frame-layout-23 .ce-right .ce-gallery figcaption {
  left: 170px;
}

.ce-gallery figcaption {
  display: inherit;
  color: #000000;
}

.animalsingle-backbutton {
  color: #fff;
  background-color: #0000FF;
}

.animalsingle-backbutton:hover {
  color: #0000FF;
  background-color: #eaf7df;
  border: 1px solid #0000FF;
}


.animalgroupinfobox {
  border: 1px solid green;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0,0,0,.125);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  margin-top: 2rem;
}

.animalgroupinfobox header {
  background-color: #71786c;
  padding: 1rem;
  margin-bottom: 1rem;
}

.animalgroupinfobox header > h4 {
  color: #FFFFFF;
}

.animalgroupinfobox p {
  padding-left: 1rem;
  padding-right: 1rem;
}


.form-check {
  padding-left: 0;
}


#comments-list {
  padding-left: 0;
}


.ns-form-group label, .form-group label {
  font-family: Overpass;
  margin-bottom: 3px;
}

.tx-ns-guestbook .comments-list .comment-avatar {
  z-index: 5 !important;
}

.ns-submitbutton {
  margin-top: 1rem;
}

/*
.bildbereichohnepara {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../Images/pferde.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
}

#########################################################################
# Diese Klasse wird per headerdata geladen: 1650_headerimage.typoscript #
#########################################################################
.bildbereichmitpara {
  background-image: url("../Images/pferde.jpg");
  background-size: contain;
  background-position: 10% 26%;
  background-repeat: no-repeat;
  height: 50vh;
  width: 100%;
  background-attachment: fixed;
}
*/

ul.metaMenu {
  list-style-type: none;
  margin: 0;
}

ul.metaMenu li {
  display: inherit;
}

ul.metaMenu a, ul.metaMenu a:visited {
  color: #fff;
}

ul.metaMenu li.active a {
/*  color: #c3f794; */
  color: #ffe273;
  font-weight: bold;
}

ul.metaMenu a:hover {
  color: rgba(255,255,255,.75);
}

/* Adjustments for fluid_styled_content */
img {
  max-width:100%;
  height: auto;
}


.ce-intext [data-ce-columns="1"] {
  width: 100%;
}



@media screen and (min-width: 350px){
  body.layout-pagets__1colimage .site-navbar {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .frame-layout-23 .ce-center .ce-gallery figcaption, .frame-layout-23 .ce-left .ce-gallery figcaption, .frame-layout-23 .ce-right .ce-gallery figcaption {
    border: 2px solid white;
    padding: 1rem;
    background-color: blue;
    color: white;
  }
}


@media screen and (min-width: 450px){
  body.layout-pagets__1colimage .site-navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .frame-layout-23 .ce-center .ce-gallery figcaption, .frame-layout-23 .ce-left .ce-gallery figcaption, .frame-layout-23 .ce-right .ce-gallery figcaption {
    position: absolute;
    /*  bottom: 20px; */
    top: 22rem;
    left: 30px;
    border: 2px solid white;
    padding: 1rem;
    background-color: blue;
    color: white;
  }
}


@media screen and (min-width: 576px){
  body.layout-pagets__1colimage .site-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .frame-layout-23 .ce-center .ce-gallery figcaption, .frame-layout-23 .ce-left .ce-gallery figcaption, .frame-layout-23 .ce-right .ce-gallery figcaption {
    position: absolute;
    /*  bottom: 20px; */
    top: 26rem;
    left: 30px;
    border: 2px solid white;
    padding: 1rem;
    background-color: blue;
    color: white;
  }
}


@media screen and (min-width: 768px){
  body.layout-pagets__1colimage {
    margin-top: 105px;
  }
  .ce-intext [data-ce-columns="1"] {
    width: 50%;
  }
  .animalgroupinfobox {
    margin-top: 0;
  }
  .frame-layout-23 .ce-center .ce-gallery figcaption, .frame-layout-23 .ce-left .ce-gallery figcaption, .frame-layout-23 .ce-right .ce-gallery figcaption {
    position: absolute;
    /*  bottom: 20px; */
    top: 23rem;
    left: 30px;
    border: 2px solid white;
    padding: 1rem;
    background-color: blue;
    color: white;
  }
}

@media screen and (min-width: 992px){
  body.layout-pagets__1colimage {
    margin-top: 105px;
  }
  body.layout-pagets__1col {
    margin-top: 138px;
  }
  .ce-intext [data-ce-columns="1"] {
    width: 33.3333%;
  }
  .site-navbar .site-navigation .site-menu > li:last-child {
    left: 0;
  }
  .site-navbar .site-navigation .site-menu .has-children > a {
    padding-right: 17px;
  }
  .frame-layout-23 .ce-center .ce-gallery figcaption, .frame-layout-23 .ce-left .ce-gallery figcaption, .frame-layout-23 .ce-right .ce-gallery figcaption {
    position: absolute;
    /*  bottom: 20px; */
    top: 32rem;
    left: 30px;
    border: 2px solid white;
    padding: 1rem;
    background-color: blue;
    color: white;
  }
}

@media screen and (min-width: 1200px){
  body {
    margin-top: 138px;
  }
  .site-navbar .site-navigation .site-menu > li:last-child {
    left: 4rem;
  }
  .site-navbar .site-navigation .site-menu .has-children > a {
    padding-right: 20px;
  }
}

.ce-center [data-ce-columns="3"] .ce-column,
.ce-right [data-ce-columns="3"] .ce-column,
.ce-left [data-ce-columns="3"] .ce-column {
  margin-right: 1%;
  width: 32.33333%;
}

.ce-center [data-ce-columns="2"] .ce-column,
.ce-right [data-ce-columns="2"] .ce-column,
.ce-left [data-ce-columns="2"] .ce-column {
  margin-right: 1%;
  width: 49%;
}
.ce-center [data-ce-columns="4"] .ce-column,
.ce-right [data-ce-columns="4"] .ce-column,
.ce-left [data-ce-columns="4"] .ce-column {
  margin-right: 1%;
  width: 24%;
}

.ce-center [data-ce-columns="5"] .ce-column,
.ce-right [data-ce-columns="5"] .ce-column,
.ce-left [data-ce-columns="5"] .ce-column {
  margin-right: 1%;
  width: 19%;
}

.ce-center [data-ce-columns="6"] .ce-column,
.ce-right [data-ce-columns="6"] .ce-column,
.ce-left [data-ce-columns="6"] .ce-column {
  margin-right: 1%;
  width: 15.666667%;
}


/* Rootline navigation */

ul.rootline {
  margin: 0 0 1rem 0;
  padding: 0 0 .5rem 0;
  list-style-type: none;
  font-size: 80%;
  border-bottom: 1px solid #eee;
}

ul.rootline li {
  display: inline-block;
}

ul.rootline a,
ul.rootline a:visited {
  margin: 0;
  padding: 0;
  color: #666;
}
ul.rootline a:hover {
  text-decoration: underline;
}

ul.rootline span {
  color: #999;
}

ul.rootline a:after {
  display: inline-block;
  content: "/";
  margin: 0 .5rem;
}

/* Language Menu */
ul.languageMenu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 90%;
}

ul.languageMenu li {
  display: inline-block;
  margin: 0 .5rem 0 0;
}

ul.languageMenu a,
ul.languageMenu a:visited {
  color: #fff;
}
ul.languageMenu a:hover {
  color: rgba(255,255,255,.75);
}

/* felogin */
.tx-felogin-pi1 h3 {
  display: none;
}
.tx-felogin-pi1 label {
  display: block;
}

.tx-felogin-pi1 fieldset div {
  margin: 0 0 .5rem 0;
}

.tx-felogin-pi1 input[type=text],
.tx-felogin-pi1 input[type=password] {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.tx-felogin-pi1 input[type=submit] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  cursor: pointer;
}


/* Submenu */
.nav-pills .nav-link.active {
  font-weight:bold;
  color: #0056b3;
  background-color: inherit;

}

/**************************************/
/* Startseite Bild -> BEGINN          */
/**************************************/
.headernofouc, .pointsnofouc {
  display: none;
}

#home {
  background-color: #444;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-image: url('../Images/startseite_image.jpg');
  height: 100vh;
  width: 100%;
  margin-top: -142px;
  min-height: 100%;
}

#home .homesloganheader {
  padding-top: 200px;
}

#home .homesloganpoints {
  padding-top: 3%;
}


#home h1 {
  font-size: 7rem;
/*  color: #033882; */
  color: #fcff00;
  text-align: center;
  line-height: 10rem;
/*  text-shadow: 2px 2px 3px #fff; */
    text-shadow: 3px 3px 4px #222;
}


#home h2 {
  font-family: inherit;
  font-size: 5rem;
/*  color: #033882; */
  color: #fcff00;
  text-align: center;
/*  text-shadow: 2px 2px 3px #fff; */
  text-shadow: 3px 3px 4px #222;
}

/**************************************/
/* Startseite Bild -> ENDE            */
/**************************************/


/**********************************************/
/* FAQ - Accordion Beginn */
/**********************************************/
.tinyaccordion header h2 {
  display: none;
}

ul.tinyaccordion h4 {
  font-size: 25px;
  margin: 0 0 6px 0;
  padding-left: 20px;
  color: #212529;
  padding-top: 5px;
  padding-bottom: 5px;
  cursor: pointer;
  /*  background: url("../Images/chevron-down.svg"); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
}

ul.tinyaccordion h4.acc-selected {
  /*  background: url("../Images/chevron-up.svg"); */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z' stroke='black' stroke-width='2' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  padding-top: 3px;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: bold;
}

ul.tinyaccordion p {
  padding-left: 20px;
  color: #000000;
}

ul.tinyaccordion li {
  margin-bottom: 1rem;
/*  background-color: #0dcaf0 !important; */
  background-color: #91b96f !important;
  border-radius: 6px;
}

ul.tinyaccordion h4:hover {
  text-decoration: none;
}
/**********************************************/
/* FAQ - Accordion Ende */
/**********************************************/


/****************************************************/
/* Fluid Styled Content - Responsive Video  Beginn  */
/****************************************************/
.ce-gallery figure.video {
  display: block;
}

.video-embed {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}

.video-embed iframe,
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100% !important;
  height: 100% !important;
}

.frame-layout-10 .ce-center .ce-inner {
  position: relative;
  float: none;
  right: -50%;
}

.frame-layout-10 .ce-left .ce-gallery, .frame-layout-10 .ce-column {
  float: none;
}

.frame-layout-10 .ce-center .ce-outer {
  position: relative;
  float: none;
  right: 50%;
}

/* Video-Shariff-Thumbnail auf 100% Größe aufziehen */
.video-shariff-play img {
  width: 100%;
  height: auto;
}
/****************************************************/
/* Fluid Styled Content - Responsive Video  Ende    */
/****************************************************/

/* Logohintergrund nur auf der Startseite */
#startpage-navcolor .navbar-brand {
  background-color: rgba(234, 247, 223, 0.7) !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}



/* Schattenwurf der Navileiste auf der Startseite unterbinden */
.sticky-wrapper.is-sticky > .startpage-navcolor.site-navbar {
  background: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Navigationsleiste auf der Startseite */
@media screen and (min-width: 992px) {
  .bg-light {
    padding: 1.6rem;
    background-color: rgba(234, 247, 223, 0.8) !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }
}
