/* --- Trennlinie --- */

.trennlinie {
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #000000;
}


/* --- Titel und Text --- */

.titelundtext, .text {
  margin-top: 20px;
  margin-bottom: 40px;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto; 
}

/* --- Bild --- */

.bild {
  margin-top: 20px;
  margin-bottom: 40px;
}

/* --- Titel und Text --- */

.liste li:first-child {
  width: 20px;
}

.liste {
  margin-top: 20px;
  margin-bottom: 40px;
}

.liste .dot  {
  position: relative;
  top: 0.25rem;
  color: #000000;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-right: 0rem;
}

.liste .zeile {
  width: calc(100% - 20px);
}

.liste ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
}

/* --------- abstand ------------------------------- */

.abstand {
  width: 100%;
  height: 40px;
}


/* --------- Angebot Vorschau ------------------------------- */

.angebotvorschau {
 	display: flex;
	flex-direction: column;
}


@media only screen and (min-width: 40em) { 
	.angebotvorschau {
		flex-direction: row;
	}
}

.angebotvorschau h4{
	margin-top: 1rem;
}

@media only screen and (min-width: 40em) { 
	.angebotvorschau h4{
		margin-top: 0rem;
	}
}

.angebotvorschau img {
	width: 100%;
	height: auto;
	margin-right: 0px;
}

@media only screen and (min-width: 40em) { 
	.angebotvorschau img {
		width: 200px;
		height: 100%;
		margin-right: 20px;
	}
}

.angebotvorschau  {
 	text-decoration: none;
}

.angebotvorschau:hover h4 p {
 	text-decoration: underline !important;
}


/* --- Titel gross --- */

.titelgross {
  margin-bottom: 30px;
  margin-top: 60px;
}


@media only screen and (min-width: 30em) {
  .titelgross {
    margin-bottom: 30px;
    margin-top: 90px;
  }
}

@media only screen and (min-width: 40em) {
  .titelgross {
    margin-bottom: 60px;
    margin-top: 90px;
  }


}

.angebottitel {
	padding: 20px;
	padding-bottom: 10px;
	background-color: rgb(236, 236, 236);
}

.angebottitel a {
	font-weight: 700;
	text-decoration: none;
	cursor: default;
	pointer-events: none;
}


