@import "./downloads.css";
@import "./form.css";

@font-face {
  font-family: "Ubuntu";
  src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
  font-weight: 400;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background: rgb(255,218,185);
}

.container {
  background-color: #fff8dc;
}

.slider-container{
  padding: 0;
}  

.inhalt {
  font-family: "Ubuntu";
}

.card-title {
  hyphens: auto;
}

}
#ausgabe {
  background: #BDFFBD;
  border-radius: 10px;
  padding: 0;
}
.btn {
  color: #000;
  background: #ffdab9;
}

a {
  color: #000;
}

.readmore {
  text-decoration: none;
  color: #000;
  background: #ffdab9;
  padding: 5px 7px;
  border-radius: 7px;
}

.newsflash-image img{
  width: 100%;
  text-align: center;
  box-shadow: 2px 2px 3px;
}

.mod-dpcalendar-upcoming-default__description {
  display: none;
}

.carousel-inner {
  height: 33vh;
  margin-bottom: 10px;
  margin-top: 2%;
}

.newsflash-title {
  text-align: center;
  padding-top: 10px;
  margin-top: 20px;
  border-top: solid 1px #b5b5b5;
}

.tdw {
  border: none;
}

.newsflash {
  margin-bottom: 10px;
}

.newsflash-title:first-child {
  border: none;
}

.icons {
  display: none;
}

.hasTooltip {
  display: none;
}

.contact-name {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
}

.sige_thumb img {
  padding: 0 !important;
}

#info {
  padding: 5px;
  border: solid black 2px;
  border-radius: 20px;
  width: 98%;
  margin: 0 1% 1% 1%;
  font-family: "Ubuntu";
}

h1, h2, h3, h4 {
  text-align: center;
}

.content {
  margin: 10px 5px; 
}

.dp-flatcalendar {
  display: none !important;
}

.inhalt-wrapper {
  margin: 3% 5%;
}

.item-image {
  text-align: center;
}

#legende_hunde {
  text-align: center;
  font-size: 1.3rem;
  
}

.show-legende-hunde {
  display: block;
}

.hide-legende-hunde {
  display: none;
}

#legende-katzen {
  text-align: center;
  font-size: 1.3rem;
 
}

.show-legende-katzen {
  display: block;
}

.hide-legende-katzen {
  display: none;
}

.dp-link, #email a, .fc-daygrid-day-number, .fc-col-header-cell-cushion, .pathway {
  color: #000 !important;
}

.col-md-12 {
	padding: 45px;
	margin: 0;
}

.col-md-3 img {
  max-width: 100%;
}

.card {
  margin-top: 10px;
}

#zeiten ul {
  text-align: center;
  margin-bottom: 40px;
}

#hausordnung ul {
  list-style: square;
}

#visformcontainer {
padding: 10px 30px;
}


/*--------------------------------
@media only screen and (max-width: 980px) {
  .col-md-6 {
    width: 80vw;
    margin: auto;
  }
  
 
  
  }

/*
/*------------------------------+*/
@media (max-width: 576px) {
#modul1, .pos1 {
    display: none;
  }  

.carousel-inner {
    height: 20vh;
  }
  
.inhalt-wrapper {
     margin: 10px;
  }
} 
