/* Beautyconsult – allgemeiner Seitenhintergrund */
body {
    background-color: #fee0d8 !important;
}

/* Beautyconsult – Header */
#mod-custom110 .container {
  background-color: #ffcccc;
  border-radius: 1em;
  margin-top: 20px;
  padding: 20px;
}
#mod-custom110 h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 300;
}
#mod-custom110 h2 {
  font-size: 2.3rem;
  line-height: 2.3rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
}
.container-banner img {
  border: none;
}

/* Beautyconsult - Seitenleiste rechts */
div.sidebar-right.card {
  border-radius: 0.5em;
}
/* die Übersetzungsflaggen trennen */
div.card a.glink img {
  margin-right: 10px;
}

/* Beautyconsult - Inhaltsbereich */
main {
  background: #ffffff;
  padding: 20px;
  border-radius: 0.8em;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
  font-weight: 500;
}

img {
  border: inset 1px #fcc;
  border-radius: 7px;
}

div.trenner {
  border-bottom: 2px solid #fcc;
}

div.achtung {
  background-color: #ffcccc;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}
div.achtung p {
  color: #912b3b;
  text-align: center;
  font-size: 1.5rem;
}

/* Aktuell Preislisten */

.table-aktuell-pl {
	max-width: 600px;
	border-collapse: collapse;
}

.table-aktuell-pl td,.table-aktuell-pl th{
  padding: 7px 10px;
  border: 1px solid #ff3d62;
  border: 1px solid #fcc;
  text-align: left;
  font-size:16px;
}

.table-aktuell-pl th{
	background-color: #ff3d62;
    background-color: #fcc;
	color:#000;
}

.table-aktuell-pl tbody tr:nth-child(even){
	background-color: #f5f5f5;
}

.table-aktuell-pl th:first-child + th,
.table-aktuell-pl td:first-child + td {
  text-align: right;
}


/*responsive*/

@media(max-width: 500px){
	.table-aktuell-pl thead{
		display: none;
	}

	.table-aktuell-pl, .table-aktuell-pl tbody, .table-aktuell-pl tr, .table-aktuell-pl td{
		display: block;
		width: 100%;
	}
	.table-aktuell-pl tr{
		margin-bottom:15px;
	}
	.table-aktuell-pl td{
		text-align: right;
		padding-left: 30%;
		text-align: right;
		position: relative;
	}
	.table-aktuell-pl td::before{
		content: attr(data-label);
		position: absolute;
		left:0;
		width: 50%;
		padding-left:15px;
		font-size:15px;
		font-weight: bold;
		text-align: left;
	}
}

/* Beautyconsult - Footer */
.container-footer {
  margin-top: 30px;
}

